.sub0101 .img-wrap {
  width: 100%;
  overflow: hidden;
}
.sub0101 .title-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 0;
  box-sizing: border-box;
}
.sub0101 .title-wrap .main-title {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #141415;
}
.sub0101 .title-wrap .main-title2 {
  margin-top: 64px;
  font-size: 50px;
  font-weight: bold;
  color: #ababac;
  text-align: center;
}
.sub0101 .title-wrap .main-title2 span {
  color: #00aeef;
}
.sub0101 .title-wrap.pd-none {
  padding-bottom: none;
}
.sub0101 .info-wrap {
  display: flex;
  width: 100%;
  height: 700px;
}
.sub0101 .info-wrap .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 0 100px;
  box-sizing: border-box;
  background: #f7f8fa;
  color: #000;
  font-size: 18px;
  word-break: keep-all;
}
.sub0101 .info-wrap .text span {
  display: inline-block;
  margin-bottom: 50px;
  font-size: 34px;
  color: #00aeef;
  font-weight: bold;
}
.sub0101 .info-wrap .img {
  width: 50%;
  background: url(../img/sub/company/info-img01.jpg) no-repeat;
  background-size: cover;
}
.sub0101 .vision-wrap {
  height: 613px;
  padding: 100px 0;
  box-sizing: border-box;
  background: url(../img/sub/company/v-bg.jpg) no-repeat;
  background-size: cover;
}
.sub0101 .vision-wrap h3 {
  text-align: center;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
}
.sub0101 .vision-wrap ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 20px auto 0;
  gap: 50px;
}
.sub0101 .vision-wrap ul li {
  width: 33.3%;
  flex-grow: 1;
  display: inline-flex;
  flex-direction: column;
}
.sub0101 .vision-wrap ul li .img-wrap {
  height: 172px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub0101 .vision-wrap ul li p {
  text-align: center;
  padding: 30px 0;
  box-sizing: border-box;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.sub0101 .vision-wrap ul li div {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.sub0101 .value-wrap {
  height: 350px;
  background: url(../img/sub/company/value-bg.jpg) no-repeat;
  background-size: cover;
}
.sub0101 .history-wrap {
  height: 703px;
  background: url(../img/sub/company/history-con.jpg) center no-repeat;
  background-size: contain;
}
.sub0101 .history-wrap .history-guide {
  display: none;
}
.sub0101 .history-wrap .history-guide span {
  display: inline-block;
  padding: 5px 30px;
  box-sizing: border-box;
  background-color: #f5f5f5;
  border-radius: 30px;
}
.sub0101 .history-wrap .history-img-wrap {
  pointer-events: auto;
  overflow-x: scroll;
  display: none;
}

.sub0102 .img-wrap {
  height: 350px;
  background-size: cover;
}
.sub0102 .title-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 0;
  box-sizing: border-box;
}
.sub0102 .title-wrap .main-title {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #141415;
}
.sub0102 .title-wrap .sub-title {
  text-align: center;
  margin-top: 30px;
  font-size: 25px;
  font-weight: 500;
  color: #6c6c6c;
  text-align: center;
}
.sub0102 .title-wrap.pd-none {
  padding-bottom: none;
}
.sub0102 .list-wrap > ul {
  padding: 3em 3em 7em 3em;
  box-sizing: border-box;
  display: flex;
  gap: 2em;
  justify-content: center;
}
.sub0102 .list-wrap > ul > li {
  width: 25%;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}
.sub0102 .list-wrap > ul > li > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 20px;
  background: #f8f8f8;
  border-radius: 30px;
  height: 100%;
  box-sizing: border-box;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
}
.sub0102 .list-wrap > ul > li > div img {
  width: 100px;
}
.sub0102 .list-wrap > ul > li > div .tit {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #121212;
  padding: 30px 0 10px 0;
  line-height: 35px;
}
.sub0102 .list-wrap > ul > li > div .stit {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  word-break: keep-all;
  padding-bottom: 10px;
  font-weight: 600;
}
.sub0102 .list-wrap > ul > li > div ul {
  display: flex;
  flex-direction: column;
}
.sub0102 .list-wrap > ul > li > div ul li {
  text-align: center;
  font-size: 16px;
  color: #989898;
  font-weight: 500;
}
.sub0102 .list-wrap > ul > li:hover {
  transition: all 0.2s;
  transform: translateY(-10px);
}
.sub0102 .list-wrap > ul > li:hover div {
  background: #ffffff;
}
.sub0102 .list-wrap > ul > li:hover div .tit {
  color: #00aeef;
}
.sub0102 .list-wrap > ul > li:hover div .stit {
  color: #00aeef;
  font-weight: 600;
}
.sub0102 .list-wrap > ul > li:hover div ul li {
  color: #000;
  font-weight: 600;
}

.sub0103 .img-wrap {
  height: 350px;
  background-size: cover;
}
.sub0103 .work-gallery-container {
  margin-top: 0 !important;
}
.sub0103 .our-work .our-work-wrap .work-gallery-container .work-gallery-wrap {
  display: flex;
  gap: 24px;
}
.sub0103 .our-work .our-work-wrap .work-gallery-container .work-gallery-wrap .work-gallery {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 33%;
}
.sub0103 .our-work .our-work-wrap .work-gallery-container .work-gallery-wrap .work-gallery .grallery {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.sub0103 .our-work .our-work-wrap .work-gallery-container .work-gallery-wrap .work-gallery .grallery .grallery-img-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.2s;
}
.sub0103 .our-work .our-work-wrap .work-gallery-container .work-gallery-wrap .work-gallery .grallery .grallery-img-wrap .more {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.sub0103 .our-work .our-work-wrap .work-gallery-container .work-gallery-wrap .work-gallery .grallery .grallery-img-wrap .more a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 102px;
  height: 102px;
  background: rgba(0, 174, 239, 0.9);
  text-decoration: none;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
}
.sub0103 .our-work .our-work-wrap .work-gallery-container .work-gallery-wrap .work-gallery .grallery .grallery-img-wrap:hover .more {
  display: flex;
  transition: all 0.2s;
}
.sub0103 .our-work .our-work-wrap .work-gallery-container .work-gallery-wrap .work-gallery .grallery .main-tit {
  font-size: 26px;
}
.sub0103 .our-work .our-work-wrap .work-gallery-container .work-gallery-wrap .work-gallery .grallery .link-wrap {
  display: flex;
  gap: 10px;
  font-size: 14px;
  margin-top: 13px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.sub0103 .sel-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 20px;
}
.sub0103 .sel-item-wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 140px;
  height: 30px;
  border-bottom: 2px solid rgb(34, 34, 34);
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 4px;
  -webkit-box-align: center;
  place-items: center;
  cursor: pointer;
  flex-grow: 1;
  transition: opacity 0.4s;
}
.sub0103 .sel-tit {
  overflow: hidden;
  flex-grow: 1;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #000;
}
.sub0103 .sel-wrap > :not(style) + :not(style) {
  margin: 0px 0px 0px 16px;
}
.sub0103 .arrow-svg {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  font-size: 1.5rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.sub0103 .dropdown-wrap {
  display: block;
  position: absolute;
  top: 100%;
  width: 100%;
  background: #fff;
  z-index: 9999;
  left: 0;
  margin-top: 2px;
  box-sizing: border-box;
  border: 1px solid #000;
  border-top: 0;
  font-size: 16px;
}
.sub0103 .dropdown-wrap .item {
  padding: 5px 10px;
  box-sizing: border-box;
}
.sub0103 .dropdown-wrap .item p {
  color: #000;
}
.sub0103 .dropdown-wrap .item:hover {
  background: #f8f8f8;
}

.list-filter {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-bottom: 30px;
  margin-top: 30px;
}
.list-filter button {
  display: inline-flex;
  align-items: center;
  width: 80px;
  justify-content: center;
  padding: 0 10px;
  height: 40px;
  border-radius: 8px;
  border: 0;
  background: #f8f8f8;
  transition: all 0.2s;
  border: 1px solid transparent;
}
.list-filter button:hover {
  transition: all 0.2s;
  background: #fff;
  border: 1px solid #747474;
  box-sizing: border-box;
  cursor: pointer;
}
.list-filter button:hover span {
  color: #000;
  font-weight: 600;
}
.list-filter button span {
  color: #222;
  font-family: inherit;
  font-family: Pretendard;
}
.list-filter button.selected {
  background: #fff;
  border: 1px solid #747474;
  box-sizing: border-box;
}
.list-filter button.selected span {
  color: #000;
  font-weight: 600;
}

.sub0105 {
  margin-bottom: 3em;
}
.sub0105 .img-wrap {
  margin-bottom: 70px;
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.sub0105 .google-map-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.sub0105 .google-map-wrap .address-wrap {
  font-size: 18px;
  text-align: center;
  color: #000;
  padding: 2em 0;
  background: #f8f8f8;
  margin: 20px 0;
  font-weight: 600;
}

.default_bd_view table.view-table {
  width: 100%;
  border-top: 2px solid #222;
}
.default_bd_view table.view-table th {
  background: #f5f5f5;
}
.default_bd_view table.view-table td {
  padding: 15px !important;
  box-sizing: border-box;
}
.default_bd_view table.view-table td,
.default_bd_view table.view-table th {
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  color: #000;
}

.default_bd_post form {
  border-top: 2px solid #222;
}
.default_bd_post form label {
  background: none;
  font-size: 16px;
  color: #000;
  text-align: left;
  padding: 13px 0;
  border-bottom: none;
}
.default_bd_post form > div {
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  gap: 15px;
  align-items: stretch;
}
.default_bd_post form > div .tit {
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  gap: 5px;
  flex-grow: 0;
  flex-shrink: 0;
}
.default_bd_post form > div .con {
  display: inline-flex;
  align-items: center;
  flex-grow: 1;
}
.default_bd_post form #bd_title,
.default_bd_post form select,
.default_bd_post form input {
  margin-left: 0;
  border: 1px solid #d7d7d7;
  border-radius: 0.375rem;
  font-family: inherit;
  padding: 0 10px;
  font-size: 16px;
  min-width: 300px;
}
.default_bd_post form #cke_bd_content {
  margin: 10px 0;
}
.btn_wrap {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 1em 0;
}
.btn_wrap a,
.btn_wrap button {
  height: 50px;
  line-height: normal;
  border: none;
  cursor: pointer;
  color: #555;
  font-family: inherit;
  background: #fff;
  border: 1px solid #cbcbcb;
  color: #000;
  padding: 1em 2em;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.2s;
}
.btn_wrap a:hover,
.btn_wrap button:hover {
  background: #f8f8f8;
  transition: all 0.2s;
}
.btn_wrap a.main,
.btn_wrap button.main {
  background: #222222;
  color: #fff;
}
.btn_wrap a.modify,
.btn_wrap button.modify {
  border: none;
  background: #429bff;
  color: #fff;
}
.btn_wrap a.del,
.btn_wrap button.del {
  border: none;
  background: #ff8080;
  color: #fff;
}/*# sourceMappingURL=sub.css.map */