@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: 5.875rem;
}
.product-detail .section1__img {
  background: #EEECE8;
  text-align: center;
  padding-block: 2.9375rem;
}
.product-detail .section1__img img {
  height: 17.8125rem;
}
.product-detail .section1__info {
  padding-top: 2.5rem;
}
.product-detail .section1 .info__group1 {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #000;
}
.product-detail .section1 .info__group2 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #000;
}
.product-detail .section1 .info__type {
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 400;
  font-family: "Futura";
}
.product-detail .section1 .info__title_en {
  margin-top: 0.3125rem;
  font-size: 2rem;
  line-height: 2.3125rem;
  font-weight: 400;
  font-family: "Futura";
}
.product-detail .section1 .info__title_ko {
  margin-top: 0.625rem;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.product-detail .section1 .info__size {
  font-size: 1.0625rem;
  line-height: 1.375rem;
  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: 0.875rem;
  background: #222;
  margin: 0 0.3125rem;
}
.product-detail .section1 .info__desc {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 400;
}
.product-detail .section1 .info__detail {
  margin-top: 2.5rem;
}
.product-detail .section1 .info__detail dt {
  font-size: 1rem;
  line-height: 1.3125rem;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 0.625rem;
  font-family: "Futura";
}
.product-detail .section1 .info__detail dd {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 400;
}
.product-detail .section2 {
  margin-top: 5rem;
  padding-bottom: 3.125rem;
}
.product-detail .section2 div {
  text-align: center;
}
.product-detail .section2 div img {
  width: 100%;
  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: 7.125rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.625rem;
  font-weight: 400;
  font-family: "Noto Serif KR";
}
.product-list .section1__logo {
  margin-top: 1.875rem;
  text-align: center;
}
.product-list .section1__logo img {
  width: 7.125rem;
}
.product-list .section1__link {
  text-align: center;
  margin-top: 2.5rem;
}
.product-list .section1__link .btn-arrow {
  font-family: inherit;
}
.product-list .section1 .tabmenu {
  padding: 0 1.5625rem;
  height: 1.5rem;
  margin-top: 4.375rem;
  margin-bottom: 3.75rem;
  display: flex;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}
.product-list .section1 .tabmenu::-webkit-scrollbar {
  display: none;
}
.product-list .section1 .tabmenu__item {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #919191;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.product-list .section1 .tabmenu__item--active {
  color: #222;
}
.product-list .section1 .tabmenu__item:before {
  margin-top: 0.125rem;
  display: block;
  content: "";
  width: 1px;
  height: 0.875rem;
  background: #222;
  margin-inline: 1.25rem;
}
.product-list .section1 .tabmenu__item:first-child::before {
  display: none;
}
.product-list .section2 {
  padding-bottom: 5rem;
}
.product-list .section2 .list {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}
.product-list .section2 .list__item {
  text-align: center;
}
.product-list .section2 .list__item a {
  display: block;
}
.product-list .section2 .list__item_thumb {
  overflow: hidden;
  background: rgba(231, 228, 224, 0.4);
  padding: 2.5rem 0;
}
.product-list .section2 .list__item_thumb img {
  height: 15.3125rem;
}
.product-list .section2 .list__item_eng {
  margin-top: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: 400;
  font-family: "Futura";
}
.product-list .section2 .list__item_kor {
  margin-top: 0.3125rem;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-list .section2 .list__item_size {
  font-size: 1rem;
  line-height: 1.3125rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  font-family: "Futura";
}
.product-list .section2 .list__item_size::before {
  display: block;
  content: "";
  width: 1px;
  height: 0.9375rem;
  background: #222;
  margin: 0 0.625rem;
}
.product-list .section2__link {
  display: block;
}

/*
@media all and (max-width: 460px) {
  .product-list .section2 {
    .list__item {
      &_kor {
        flex-direction: column;
      }
      &_size {
        &::before {
          display: none;
        }
      }
    }
  }
}
 */
.brandstory .section1 {
  padding-top: 7.125rem;
  padding-bottom: 5rem;
}
.brandstory .section1 .section__header {
  font-family: "Futura";
}
.brandstory .section1 .section__title .font-eng {
  font-size: 2.125rem;
  line-height: 2.625rem;
  font-weight: 400;
  font-family: "Bodoni";
}
.brandstory .section2 .group {
  padding-bottom: 5.625rem;
}
.brandstory .section2 .group__img img {
  width: 100%;
}
.brandstory .section2 .group__info {
  margin-top: 3.125rem;
}
.brandstory .section2 .section__header {
  text-align: left;
}
.brandstory .section2 .section__title {
  text-align: left;
}
.brandstory .section2 .section__desc {
  text-align: left;
}
.brandstory .section2 .group2 .section__title {
  font-size: 2.125rem;
  letter-spacing: -0.03em;
  font-family: "Bodoni";
}
.brandstory .section3 {
  margin-bottom: 5rem;
  background: url("/resources/images/intro/m/brandstory-section3-bg.jpg") center center no-repeat;
  background-size: cover;
  height: 28.125rem;
  padding-top: 5rem;
}
.brandstory .section3 p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
.brandstory .section3 p strong {
  font-weight: 500;
}
.brandstory .section4 {
  padding-bottom: 5rem;
}
.brandstory .section4 .section__header {
  margin-bottom: 0.875rem;
}
.brandstory .section4 .group2 {
  margin-top: 3.125rem;
}
.brandstory .section4 .group2__img img {
  width: 100%;
}
.brandstory .section4 .group2__info .list {
  margin-top: 2.5rem;
  border-top: 1px solid #919191;
}
.brandstory .section4 .group2__info .list__item {
  border-bottom: 1px solid #919191;
  padding: 1.875rem 0;
}
.brandstory .section4 .group2__info .list__item dt {
  font-family: "Bodoni";
  font-size: 1.5rem;
  line-height: 1.8125rem;
  color: #612466;
  font-weight: 400;
  text-transform: uppercase;
}
.brandstory .section4 .group2__info .list__item dd {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.brandstory .section5 {
  padding-bottom: 5.625rem;
}
.brandstory .section5 .wrap {
  display: flex;
  flex-direction: column;
}
.brandstory .section5 .group1 {
  order: 2;
  margin-top: 2.5rem;
}
.brandstory .section5 .group1 .section__title {
  text-align: left;
  font-family: "Noto Serif KR";
}
.brandstory .section5 .group1 .section__desc {
  margin-top: 1.5625rem;
  text-align: left;
  line-height: 1.625rem;
}
.brandstory .section5 .group2 {
  order: 1;
}
.brandstory .section5 .group2__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12.5rem;
  background: #fff;
}
.brandstory .section5 .group2__img img {
  width: 8.9375rem;
}
.brandstory .section6 {
  padding-bottom: 4.625rem;
}
.brandstory .section6 .wrap {
  display: flex;
  flex-direction: column;
}
.brandstory .section6 .group1 {
  margin-top: 2.5rem;
  order: 2;
}
.brandstory .section6 .group1 .section__title {
  text-align: left;
  font-family: "Noto Serif KR";
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 400;
}
.brandstory .section6 .group1 .section__title .font-eng {
  margin-top: 0.3125rem;
  display: block;
  font-family: "Bodoni";
  font-size: 2.25rem;
  line-height: 2.9375rem;
  font-weight: 400;
  letter-spacing: -0.03em;
}
.brandstory .section6 .group1 .section__desc {
  margin-top: 1.5625rem;
  text-align: left;
  line-height: 1.625rem;
}
.brandstory .section6 .group2 {
  order: 1;
}
.brandstory .section6 .group2__img {
  height: 5.625rem;
  background-size: cover;
}
.brandstory .section6 .group2__img--img1 {
  background: #612466;
}
.brandstory .section6 .group2__img--img2 {
  margin-top: 0.625rem;
  background: url("/resources/images/intro/m/brandstory-section6-visual.jpg") center center no-repeat;
  background-size: cover;
}

.vision {
  padding-top: 7.125rem;
}
.vision .section1 {
  padding-bottom: 5rem;
}
.vision .section1 .section__header {
  font-size: 1.25rem;
  line-height: 2.8125rem;
  font-weight: 400;
}
.vision .section1 .section__title .font-eng {
  font-size: 2.125rem;
  line-height: 2.625rem;
  font-weight: 400;
  font-family: "Bodoni";
}
.vision .section1 .section__desc {
  margin-top: 1.875rem;
}
.vision .section2 {
  padding-bottom: 5rem;
}
.vision .section2__title {
  display: flex;
  justify-content: center;
}
.vision .section2__title span {
  border-radius: 50%;
  padding: 1.625rem 2.6875rem;
  border: 1px solid #000;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  font-weight: 400;
  font-family: "Futura";
}
.vision .section2__line1 {
  width: 1px;
  height: 8.75rem;
  background: #000;
  margin-inline: auto;
}
.vision .section2__desc {
  padding-block: 2.5rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.vision .section2__desc .font-eng {
  font-family: "Bodoni";
  text-transform: capitalize;
  font-size: 1.625rem;
  line-height: 1.875rem;
  font-weight: 400;
}
.vision .section2 .list {
  max-width: calc(53.4375rem + 1.875rem);
  margin-inline: auto;
  display: flex;
  gap: 0.9375rem;
  flex-flow: row nowrap;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
}
.vision .section2 .list::-webkit-scrollbar {
  display: none;
}
.vision .section2 .list__item {
  flex: 0 0 17.8125rem;
  height: 25rem;
  background-position: center top;
  background-repeat: no-repeat;
}
.vision .section2 .list__item--content1 {
  background-image: url("/resources/images/intro/m/vision-section2-bg1.jpg");
  scroll-snap-align: start;
}
.vision .section2 .list__item--content2 {
  background-image: url("/resources/images/intro/m/vision-section2-bg2.jpg");
  scroll-snap-align: center;
}
.vision .section2 .list__item--content3 {
  background-image: url("/resources/images/intro/m/vision-section2-bg3.jpg");
  scroll-snap-align: end;
}
.vision .section2 .list__number {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vision .section2 .list__number span {
  padding: 0.5rem 0.75rem;
  font-family: "Futura";
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: 400;
  border-radius: 50%;
  border: 1px solid #000;
}
.vision .section2 .list__title {
  margin-top: 0.9375rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.4375rem;
  font-weight: 400;
}
.vision .section2 .list__title .font-eng {
  display: block;
  margin-top: 0.625rem;
  font-size: 1.375rem;
  line-height: 1.625rem;
  font-weight: 400;
  font-family: "Bodoni";
  text-transform: capitalize;
}
.vision .section3 {
  padding-bottom: 5rem;
}
.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: 1.875rem;
}
.vision .section3 .group1__info {
  margin-top: 4.25rem;
}
.vision .section3 .group1__info .list {
  border-top: 1px solid #919191;
}
.vision .section3 .group1__info .list__item {
  border-bottom: 1px solid #919191;
  padding: 1.875rem 0 1.875rem 4rem;
  position: relative;
}
.vision .section3 .group1__info .list__item::before {
  display: block;
  position: absolute;
  left: 0;
  top: 1.875rem;
  font-family: "Futura";
  font-size: 1rem;
  line-height: 2.1875rem;
  font-weight: 400;
}
.vision .section3 .group1__info .list__item dt {
  font-size: 1.5rem;
  line-height: 2.1875rem;
  font-weight: 400;
  text-transform: uppercase;
}
.vision .section3 .group1__info .list__item dd {
  margin-top: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 400;
}
.vision .section3 .group1__info .list__item:nth-child(1)::before {
  content: "ONE";
}
.vision .section3 .group1__info .list__item:nth-child(2)::before {
  content: "TWO";
}
.vision .section3 .group1__info .list__item:nth-child(3)::before {
  content: "THREE";
}
.vision .section4 {
  padding-bottom: 5rem;
}
.vision .section4 .section__header {
  font-family: "Futura";
}
.vision .section4 .section__desc {
  margin-top: 1.875rem;
}
.vision .section4 .list {
  margin-top: 2.75rem;
}
.vision .section4 .list__item img {
  width: 100%;
}

.location .section1 {
  padding-top: 7.125rem;
}
.location .section1__title {
  font-size: 1.25rem;
  line-height: 1.8125rem;
  font-weight: 400;
  text-align: center;
}
.location .section1__title .font-eng {
  display: block;
  text-align: center;
  font-family: "Bodoni";
  font-size: 2.625rem;
  line-height: 3.125rem;
  font-weight: 400;
}
.location .section2 {
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}
.location .section2 .list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-direction: column;
  max-width: 768px;
  margin: 0 auto;
  gap: 5rem;
}
.location .section2 .list__item {
  width: 100%;
}
.location .section2 .list__item_map {
  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 .root_daum_roughmap .wrap_map {
  min-height: 12.5rem;
  height: 26vw;
}
.location .section2 .list__item_map .googlemap {
  width: 100% !important;
  min-height: 12.5rem;
  height: 26vw;
}
.location .section2 .list__item_title {
  margin-top: 1.875rem;
  font-size: 1.625rem;
  line-height: 2.25rem;
  font-weight: 400;
}
.location .section2 .list__item_title .font-eng {
  display: block;
}
.location .section2 .list__item_info {
  margin-top: 1.25rem;
  display: flex;
}
.location .section2 .list__item_info:nth-of-type(n+2) {
  margin-top: 0.3125rem;
}
.location .section2 .list__item_info:nth-of-type(n+2) dd {
  font-family: "Futura";
}
.location .section2 .list__item_info dt {
  font-size: 1rem;
  line-height: 1.3125rem;
  font-weight: 500;
  font-family: "Futura";
}
.location .section2 .list__item_info dd {
  margin-left: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 400;
  display: block;
  flex: 1;
}
