@charset "UTF-8";
/* device height */
/* color */
/* weight */
/* font family */
/* div value */
/* =======================================================
  ** 위치는 대문자 T, R, B, L 1자로 축약
  ** 사이즈는 Xs, Sm, Md, Lg, Xl, Xl 2자로 축약
 ======================================================= */
/* calculate rem size */
/* float clearfix */
/* ellipsis word */
/* hidden element */
/* hidden overflow image */
/* flexbox */
/* grid */
/* ::before ::after */
/* background */
/* icon */
/* font setting */
.product-detail .section1 {
  padding-top: 179px;
}
.product-detail .section1 .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
.product-detail .section1__img {
  width: 620px;
  margin-left: 250px;
}
.product-detail .section1__info {
  margin-left: 20px;
  flex: 1;
  max-width: 545px;
}
.product-detail .section1 .info__group1 {
  padding-bottom: 60px;
  border-bottom: 1px solid #000;
  width: 100%;
}
.product-detail .section1 .info__group2 {
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #000;
  width: 100%;
}
.product-detail .section1 .info__type {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  font-family: "Futura";
}
.product-detail .section1 .info__title_en {
  margin-top: 10px;
  font-size: 40px;
  line-height: 51px;
  font-weight: 400;
  font-family: "Futura";
}
.product-detail .section1 .info__title_ko {
  margin-top: 10px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.product-detail .section1 .info__size {
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
  display: flex;
  align-items: center;
  font-family: "Futura";
}
.product-detail .section1 .info__size::before {
  display: block;
  content: "";
  width: 1px;
  height: 14px;
  background: #222;
  margin: 0 5px;
}
.product-detail .section1 .info__desc {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.product-detail .section1 .info__tag {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.product-detail .section1 .info__tag span {
  padding: 0 15px;
  border: 1px solid #222;
  height: 33px;
  font-size: 15px;
  line-height: 33px;
  font-weight: 400;
  font-weight: 400;
}
.product-detail .section1 .info__detail {
  margin-top: 30px;
}
.product-detail .section1 .info__detail dt {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Futura";
}
.product-detail .section1 .info__detail dd {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.product-detail .section2 {
  margin-top: 120px;
  padding-left: 60px;
}
.product-detail .section2 div {
  text-align: center;
}
.product-detail .section2 div img {
  max-width: 1200px;
}

@media screen and (max-width: 1500px) {
  .product-detail .section1__img {
    margin-left: 0;
  }
  .product-detail .section2 {
    padding-left: 0;
  }
}
.product-list .section1__title {
  padding-top: 212px;
  text-align: center;
  font-size: 36px;
  line-height: 48px;
  font-weight: 400;
  font-family: "Noto Serif KR";
}
.product-list .section1__logo {
  margin-top: 40px;
  text-align: center;
}
.product-list .section1__logo img {
  width: 200px;
}
.product-list .section1__link {
  text-align: center;
  margin-top: 35px;
}
.product-list .section1__link .btn-cross {
  font-family: inherit;
}
.product-list .section1 .tabmenu {
  margin-top: 128px;
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
}
.product-list .section1 .tabmenu__item {
  height: 26px;
  font-size: 20px;
  line-height: 26px;
  color: #919191;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.product-list .section1 .tabmenu__item--active {
  color: #222;
}
.product-list .section1 .tabmenu__item:before {
  display: block;
  content: "";
  width: 1px;
  height: 17px;
  background: #222;
  margin-inline: 30px;
}
.product-list .section1 .tabmenu__item:first-child::before {
  display: none;
}
.product-list .section2 .loading {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}
.product-list .section2 .loading.hide {
  display: none;
}
.product-list .section2 .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
.product-list .section2 .list__item {
  background: rgba(231, 228, 224, 0.4);
  text-align: center;
  padding: 40px;
}
.product-list .section2 .list__item a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.product-list .section2 .list__item_thumb {
  padding-top: 52px;
  overflow: hidden;
}
.product-list .section2 .list__item_thumb img {
  max-width: 100%;
  transition: transform 0.35s;
}
.product-list .section2 .list__item_eng {
  font-size: 24px;
  line-height: 31px;
  font-weight: 400;
  text-align: left;
  font-family: "Futura";
}
.product-list .section2 .list__item_kor {
  margin-top: 5px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
}
.product-list .section2 .list__item_size {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
  font-family: "Futura";
  display: inline-block;
  margin-top: 3px;
  position: relative;
  padding-left: 14px;
}
.product-list .section2 .list__item_size::before {
  position: absolute;
  left: 0;
  top: -2px;
  display: block;
  content: "";
  width: 1px;
  height: 14px;
  background: #222;
  margin: 5px 5px 0 5px;
}
.product-list .section2 .list__item:hover {
  background: rgba(231, 228, 224, 0.8);
}
.product-list .section2 .list__item:hover img {
  transform: translateY(-20px);
}
.product-list .section2__link {
  display: block;
}

@media all and (max-width: 1700px) {
  .product-list .section2 .list__item_kor {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .product-list .section2 .list__item_size {
    padding-left: 0;
  }
  .product-list .section2 .list__item_size::before {
    display: none;
  }
}
.brandstory .section1 {
  padding-top: 212px;
  padding-bottom: 120px;
}
.brandstory .section1 .section__header {
  font-family: "Futura";
}
.brandstory .section1 .section__title {
  font-size: 51px;
  line-height: 73px;
  font-weight: 400;
}
.brandstory .section1 .section__title .font-eng {
  font-size: 62px;
  line-height: 73px;
  font-weight: 400;
  font-family: "Bodoni";
}
.brandstory .section2 {
  padding-bottom: 120px;
}
.brandstory .section2 .wrap {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-padding-end: 180px;
          padding-inline-end: 180px;
}
.brandstory .section2 .section__desc {
  line-height: 26px;
}
.brandstory .section2 .group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.brandstory .section2 .group1 .group__img {
  width: 960px;
  height: 817px;
  flex: 1;
}
.brandstory .section2 .group1 .group__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.brandstory .section2 .group1 .group__info {
  width: 598px;
  margin-left: 180px;
  padding-bottom: 150px;
}
.brandstory .section2 .group2 {
  margin-top: -150px;
}
.brandstory .section2 .group2 .section__title {
  font-size: 38px;
  line-height: 48px;
  font-weight: 400;
  letter-spacing: -0.03em;
  font-family: "Bodoni";
}
.brandstory .section2 .group2 .group__img {
  order: 2;
  width: 598px;
  height: 731px;
}
.brandstory .section2 .group2 .group__info {
  flex: 1;
  max-width: 960px;
  padding-top: 150px;
  order: 1;
  margin-right: 180px;
}
.brandstory .section3 {
  margin-bottom: 200px;
  background: url("/resources/images/intro/brandstory-section3-bg.jpg") center center no-repeat fixed;
  height: 619px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brandstory .section3 p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
.brandstory .section3 p strong {
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 700;
}
.brandstory .section4 {
  padding-bottom: 218px;
}
.brandstory .section4 .section__header {
  font-size: 26px;
  line-height: 33px;
  font-weight: 400;
  margin-bottom: 28px;
}
.brandstory .section4 .group2 {
  margin-top: 80px;
  display: flex;
}
.brandstory .section4 .group2__img {
  flex: 1;
  height: 536px;
  max-width: 720px;
}
.brandstory .section4 .group2__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.brandstory .section4 .group2__info {
  margin-left: 120px;
  flex: 1;
}
.brandstory .section4 .group2__info .list {
  border-top: 1px solid #000;
}
.brandstory .section4 .group2__info .list__item {
  border-bottom: 1px solid #000;
  padding: 30px 0;
  display: flex;
  align-items: center;
}
.brandstory .section4 .group2__info .list__item dt {
  width: 210px;
  font-family: "Bodoni";
  font-size: 24px;
  line-height: 29px;
  color: #612466;
  font-weight: 400;
  text-transform: uppercase;
}
.brandstory .section4 .group2__info .list__item dd {
  font-size: 16px;
  line-height: 29px;
  font-weight: 400;
}
.brandstory .section5 {
  padding-bottom: 120px;
}
.brandstory .section5 .wrap {
  display: flex;
  justify-content: space-between;
}
.brandstory .section5 .group1 {
  margin-right: 60px;
}
.brandstory .section5 .group1 .section__title {
  text-align: left;
  font-family: "Noto Serif KR";
}
.brandstory .section5 .group1 .section__desc {
  margin-top: 25px;
  text-align: left;
  line-height: 26px;
}
.brandstory .section5 .group2 {
  flex: 1;
  max-width: 840px;
}
.brandstory .section5 .group2__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  background: #fff;
}
.brandstory .section5 .group2__img img {
  width: 180px;
}
.brandstory .section6 .wrap {
  display: flex;
  justify-content: space-between;
}
.brandstory .section6 .group1 {
  margin-right: 60px;
}
.brandstory .section6 .group1 .section__title {
  text-align: left;
  font-family: "Noto Serif KR";
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
}
.brandstory .section6 .group1 .section__title .font-eng {
  margin-top: 5px;
  display: block;
  font-family: "Bodoni";
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: -0.03em;
}
.brandstory .section6 .group1 .section__desc {
  margin-top: 25px;
  text-align: left;
  line-height: 26px;
}
.brandstory .section6 .group2 {
  flex: 1;
  max-width: 840px;
}
.brandstory .section6 .group2__img {
  height: 120px;
  background-size: cover;
}
.brandstory .section6 .group2__img--img1 {
  background: #612466;
}
.brandstory .section6 .group2__img--img2 {
  margin-top: 20px;
  background: url("/resources/images/intro/brandstory-section6-visual.jpg") center center no-repeat;
}

@media screen and (max-width: 1500px) {
  .brandstory .section2 .wrap {
    -webkit-padding-end: 60px;
            padding-inline-end: 60px;
  }
  .brandstory .section2 .group1 .group__info {
    margin-left: 60px;
  }
  .brandstory .section2 .group2 .group__info {
    margin-right: 60px;
  }
  .brandstory .section4 .group2__info {
    margin-left: 60px;
  }
}
@media all and (min-width: 1920px) {
  .brandstory .section3 {
    background-size: cover;
  }
}
.vision .section1 {
  padding-top: 212px;
  padding-bottom: 200px;
}
.vision .section1 .section__header {
  font-size: 24px;
  line-height: 35px;
  font-weight: 400;
}
.vision .section1 .section__title {
  font-size: 51px;
  line-height: 73px;
  font-weight: 400;
}
.vision .section1 .section__title .font-eng {
  font-size: 62px;
  line-height: 73px;
  font-weight: 400;
  font-family: "Bodoni";
}
.vision .section1 .section__desc {
  margin-top: 40px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.vision .section2 {
  padding-bottom: 200px;
}
.vision .section2__title {
  display: flex;
  justify-content: center;
}
.vision .section2__title span {
  border-radius: 50%;
  padding: 24px 44px;
  border: 1px solid #000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  font-family: "Futura";
}
.vision .section2__line1 {
  width: 1px;
  height: 140px;
  background: #000;
  margin-inline: auto;
}
.vision .section2__desc {
  padding-block: 25px;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}
.vision .section2__desc .font-eng {
  font-family: "Bodoni";
  text-transform: capitalize;
  font-size: 26px;
  line-height: 31px;
  font-weight: 400;
}
.vision .section2__line2 {
  width: 70%;
  max-width: 1136px;
  margin: 0 auto;
}
.vision .section2 .list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.vision .section2 .list__item {
  flex: 1;
  height: 670px;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.vision .section2 .list__item--content1 {
  background-image: url("/resources/images/intro/vision-section2-bg1.jpg");
}
.vision .section2 .list__item--content2 {
  background-image: url("/resources/images/intro/vision-section2-bg2.jpg");
}
.vision .section2 .list__item--content3 {
  background-image: url("/resources/images/intro/vision-section2-bg3.jpg");
}
.vision .section2 .list__title {
  margin-top: 40px;
  text-align: center;
  font-size: 20px;
  line-height: 29px;
  font-weight: 400;
}
.vision .section2 .list__title .font-eng {
  font-size: 26px;
  line-height: 31px;
  font-weight: 400;
  font-family: "Bodoni";
  text-transform: capitalize;
}
.vision .section3 {
  padding-bottom: 200px;
}
.vision .section3 .section__header {
  text-align: left;
  margin-bottom: 15px;
}
.vision .section3 .section__title {
  text-align: left;
  word-break: keep-all;
}
.vision .section3 .section__desc {
  text-align: left;
  margin-top: 40px;
  line-height: 26px;
}
.vision .section3 .group1 {
  display: flex;
  justify-content: space-between;
}
.vision .section3 .group1__info {
  width: 840px;
}
.vision .section3 .group1__info .list {
  border-top: 1px solid #000;
  counter-reset: numbering;
}
.vision .section3 .group1__info .list__item {
  border-bottom: 1px solid #000;
  padding: 20px 0;
  display: flex;
  align-items: center;
}
.vision .section3 .group1__info .list__item dt {
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 35px;
  font-weight: 400;
  text-transform: uppercase;
  padding-right: 30px;
}
.vision .section3 .group1__info .list__item dt::before {
  counter-increment: numbering;
  content: counter(numbering);
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #222;
  border-radius: 50%;
  margin-right: 30px;
  font-family: "Futura";
  font-size: 30px;
  font-weight: 300;
}
.vision .section3 .group1__info .list__item dd {
  font-size: 18px;
  line-height: 35px;
  font-weight: 400;
}
.vision .section4 .section__header {
  margin-bottom: 25px;
  font-family: "Futura";
}
.vision .section4 .section__desc {
  margin-top: 15px;
  line-height: 26px;
}
.vision .section4 .list {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.vision .section4 .list__item {
  flex: 1;
}

.location .section1 {
  padding-top: 212px;
}
.location .section1__title {
  font-size: 26px;
  line-height: 38px;
  font-weight: 400;
  text-align: center;
}
.location .section1__title .font-eng {
  display: block;
  text-align: center;
  font-family: "Bodoni";
  font-size: 62px;
  line-height: 74px;
  font-weight: 400;
}
.location .section2 {
  padding-top: 80px;
}
.location .section2 .list__item::after {
  display: block;
  content: "";
  clear: both;
}
.location .section2 .list__item_map {
  float: left;
  margin-right: 80px;
  width: 50%;
  height: 430px;
  overflow: hidden;
}
.location .section2 .list__item_map .wrap_controllers,
.location .section2 .list__item_map .map_border {
  display: none;
}
.location .section2 .list__item_map .root_daum_roughmap {
  width: 100% !important;
}
.location .section2 .list__item_map .googlemap {
  width: 100% !important;
  height: 430px;
}
.location .section2 .list__item:nth-child(n+2) {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid #B1B1B1;
}
.location .section2 .list__item_title {
  font-size: 32px;
  line-height: 46px;
  font-weight: 400;
  padding-bottom: 16px;
}
.location .section2 .list__item_title .font-eng {
  display: block;
  font-size: 34px;
  line-height: 43px;
  font-weight: 400;
}
.location .section2 .list__item_info {
  margin-top: 14px;
  display: flex;
}
.location .section2 .list__item_info dt {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  display: flex;
  font-family: "Futura";
}
.location .section2 .list__item_info dt:nth-child(n+2) dd {
  font-family: "Futura";
}
.location .section2 .list__item_info dd {
  margin-left: 12px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
}
