@charset "UTF-8";
[class*=btn] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

img {
  max-width: 100%;
}

.fr-modalParent_contentsInner {
  overflow-y: auto;
}

.only-mo {
  display: none;
}

.only-pc {
  display: block;
}

.main_inner {
  max-width: unset;
  margin-right: unset;
  margin-left: unset;
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
}

.main-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 6.4%;
}
.main-text p {
  color: #FFF;
  text-align: center;
  font-family: "UniqloPro Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 142%;
}

*[data-effects] {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s all;
}
*[data-effects].on {
  opacity: 1;
  transform: translateY(0);
}

@keyframes plus {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0.2;
  }
  10% {
    width: 200%;
    height: 200%;
    opacity: 0.3;
  }
  90% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
.video-wrap {
  position: relative;
  background-size: auto 100%;
  background-position: center;
}

@media screen and (min-width: 1280px) {
  .inner_layout {
    width: 1440px;
    margin: 0 auto;
  }
  .cover-wrap .cover-grid {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    height: 46.25vw;
  }
  .cover-wrap > div {
    flex: 1;
    flex-basis: 0;
  }
  .cover-wrap > div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cover-wrap .video-wrap {
    position: relative;
    flex: auto;
    width: 42.3958%;
  }
  .cover-wrap .video-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cover-wrap .video-wrap .main-text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .gray-bg {
    overflow: hidden;
  }
  #section-influencer {
    padding: 64px 0;
    display: flex;
    justify-content: center;
  }
  #section-influencer .influencer-profile-wrap {
    position: relative;
    display: inline-block;
  }
  #section-influencer .profile-img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    background-color: #e6e6e6;
  }
  #section-influencer .profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #section-influencer .bubble-info {
    position: absolute;
    top: -20px;
    left: -50px;
    background-color: rgba(224, 224, 224, 0.9);
    border-radius: 4px;
    padding: 8px;
    text-align: center;
    box-shadow: 0 4px 48px rgba(26, 26, 25, 0.16);
    z-index: 2;
    animation: float-bubble 2.5s ease-in-out infinite;
    /* 말풍선 꼬리 */
  }
  #section-influencer .bubble-info::after {
    content: "";
    position: absolute;
    bottom: -6px;
    right: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: rgb(224, 224, 224) transparent transparent transparent;
  }
  #section-influencer .bubble-info .name {
    display: block;
    font-size: 10px;
    color: #323232;
  }
  #section-influencer .bubble-info .name b {
    font-weight: 700;
    font-size: 14px;
    color: #222;
    letter-spacing: -0.56px;
    line-height: 1.42;
    vertical-align: middle;
    display: inline-block;
    margin-left: 4px;
  }
  #section-influencer .bubble-info .insta {
    display: block;
    font-family: "UniqloPro Regular", sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #61605f;
    line-height: 1.33;
  }
  @keyframes float-bubble {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-6px);
    }
    100% {
      transform: translateY(0);
    }
  }
  #section-line-up {
    background-color: #f4f4f4;
    padding: 64px 0;
  }
  #section-line-up .lineup-title {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    font-family: "UniqloPro Regular", sans-serif;
  }
  #section-line-up .line-up-swiper {
    max-width: 1176px;
  }
  #section-line-up .line-up-swiper .img-box {
    position: relative;
  }
  #section-line-up .line-up-swiper .category-txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    font-family: "UniqloPro Regular", sans-serif;
  }
  #section-line-up .line-up-swiper .info-box {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    background-color: #111;
    text-align: center;
    height: 40px;
  }
  #section-line-up .line-up-swiper .info-box .name {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
  }
  #section-line-up .line-up-swiper .info-box .name.s {
    font-size: 10px;
  }
  #section-line-up .line-up-swiper .info-box .icon-arrow-down {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='7' viewBox='0 0 13 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3457 1.48047L6.8457 6.48047C6.4643 6.82716 5.88141 6.82716 5.5 6.48047L0 1.48047L1.3457 0L6.17285 4.3877L11 0L12.3457 1.48047Z' fill='white'/%3E%3C/svg%3E%0A");
  }
  #section-line-up .line-up-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
  }
  #section-line-up .line-up-controls .dots-wrapper {
    display: flex;
    gap: 8px;
    align-items: center;
    position: static;
    width: auto;
  }
  #section-line-up .line-up-controls .dots-wrapper .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
  }
  #section-line-up .line-up-controls .dots-wrapper .dot.active {
    background-color: #666;
  }
  #section-line-up .line-up-controls .btn-pause {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #e2e2e2;
  }
  #section-line-up .line-up-controls .btn-pause svg {
    width: 10px;
    height: 12px;
  }
  #section-line-up .line-up-controls .btn-pause svg:last-child {
    display: none;
  }
  #section-line-up .line-up-controls .btn-pause.is-paused svg {
    display: none;
  }
  #section-line-up .line-up-controls .btn-pause.is-paused svg:last-child {
    display: block;
  }
  section:has(.section-header) .inner-layout {
    width: 1176px;
    margin: 0 auto;
  }
  section:has(.section-header) .section-header {
    background-color: #50587d;
    padding: 40px 0 32px;
    display: flex;
    justify-content: center;
  }
  section:has(.section-header) .section-header .header-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 6px;
    border-bottom: 1px solid #fff;
    margin-bottom: 16px;
  }
  section:has(.section-header) .section-header .header-top .title {
    font-family: "UniqloPro Bold", "UniqloPro Regular", sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    letter-spacing: 1px;
  }
  section:has(.section-header) .section-header .header-top .num {
    font-family: "UniqloPro Regular", sans-serif;
    font-size: 20px;
    color: #fff;
    line-height: 1;
  }
  section:has(.section-header) .section-header .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  section:has(.section-header) .section-header .tags span {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 16px;
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
  }
  .action-btn {
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: rgba(255, 255, 255, 0.8);
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.00391 1.125C6.21101 1.125 6.37891 1.29289 6.37891 1.5V5.62305H10.5C10.7071 5.62305 10.875 5.79094 10.875 5.99805C10.875 6.20515 10.7071 6.37305 10.5 6.37305H6.37891V10.5C6.37891 10.7071 6.21101 10.875 6.00391 10.875C5.7968 10.875 5.62891 10.7071 5.62891 10.5V6.37305H1.5C1.29289 6.37305 1.125 6.20515 1.125 5.99805C1.125 5.79094 1.29289 5.62305 1.5 5.62305H5.62891V1.5C5.62891 1.29289 5.7968 1.125 6.00391 1.125Z' fill='%23222222'/%3E%3C/svg%3E%0A");
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }
  .action-btn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    opacity: 0.3;
    animation: plus 4s ease-in-out infinite;
  }
  .product-slider .swiper-wrapper {
    display: flex;
    width: 1176px;
    transform: none !important; /* Swiper의 위치 이동 초기화 */
    margin: 0 auto;
  }
  /* 슬라이드 개별 너비 초기화 */
  .product-slider .swiper-slide {
    margin: 0 !important;
  }
  #section-outer .gray-bg {
    background-color: #e1e3ec;
  }
  #section-outer .product01 ul {
    padding: 64px;
    justify-content: center;
    gap: 8px;
    margin: 0 auto;
  }
  #section-outer .product01 ul li:first-child {
    width: 560px;
  }
  #section-outer .product01 ul li:first-child .action-btn {
    top: 296px;
    right: 150px;
  }
  #section-outer .product01 ul li:last-child {
    width: 482px;
  }
  #section-outer .product01 ul li:last-child .action-btn {
    top: 270px;
    right: 126px;
  }
  #section-outer .product01 .product-info-btn {
    padding-left: 24px;
  }
  #section-outer .product02 .layered-images {
    position: relative;
    width: 1176px;
    margin: 0 auto 120px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  #section-outer .product02 .layered-images .img-box {
    width: 480px;
    padding-bottom: 130px;
    position: relative;
  }
  #section-outer .product02 .layered-images .img-box .action-btn {
    top: 182px;
    left: 145px;
  }
  #section-outer .product02 .layered-images .img-sub {
    position: relative;
    width: 260px;
    margin-left: -80px;
  }
  #section-outer .product02 .layered-images .img-sub .action-btn {
    top: 92px;
    right: 73px;
  }
  #section-outer .product03 ul {
    padding: 64px;
    justify-content: center;
    gap: 8px;
  }
  #section-outer .product03 ul li:first-child {
    order: 2;
    width: 560px;
  }
  #section-outer .product03 ul li:first-child .action-btn {
    top: 234px;
    right: 153px;
  }
  #section-outer .product03 ul li:last-child {
    width: 482px;
    order: 1;
  }
  #section-outer .product03 ul li:last-child .action-btn {
    top: 192px;
    right: 130px;
  }
  #section-outer .product04 {
    width: 1176px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  #section-outer .product04 .img-box {
    position: relative;
  }
  #section-outer .product04 .img-box:first-child {
    width: 500px;
    padding-bottom: 264px;
  }
  #section-outer .product04 .img-box:first-child .action-btn {
    top: 208px;
    right: 137px;
  }
  #section-outer .product04 .img-box:last-child {
    width: 360px;
    padding-bottom: 0;
  }
  #section-outer .product04 .img-box:last-child .action-btn {
    top: 168px;
    right: 107px;
  }
  #section-outer .product-info-btn .price .fr-bff-product_price {
    color: #4b506c;
  }
  #section-outer .product-info-btn .name {
    color: #4B506C;
  }
  #section-tops .section-header {
    background-color: #686B61;
  }
  #section-tops .gray-bg {
    background-color: #D6D7D1;
  }
  #section-tops .product01 {
    padding-top: 64px;
  }
  #section-tops .product01 .inner-layout {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  #section-tops .product01 .img-main {
    position: relative;
    width: 540px;
    padding-bottom: 263px;
  }
  #section-tops .product01 .img-main .action-btn {
    top: 272px;
    right: 192px;
  }
  #section-tops .product01 .img-sub {
    width: 420px;
    position: relative;
  }
  #section-tops .product01 .img-sub .action-btn {
    top: 212px;
    right: 92px;
  }
  #section-tops .product02 {
    margin-top: 120px;
  }
  #section-tops .product02 .inner-layout {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  #section-tops .product02 .img-main {
    width: 480px;
    position: relative;
    padding-bottom: 168px;
  }
  #section-tops .product02 .img-main .action-btn {
    top: 229px;
    right: 138px;
  }
  #section-tops .product02 .img-sub {
    width: 260px;
    position: relative;
    margin-left: -130px;
  }
  #section-tops .product02 .img-sub .action-btn {
    top: 96px;
    right: 140px;
  }
  #section-tops .product03 .inner-layout {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  #section-tops .product03 .img-main {
    width: 500px;
    position: relative;
    padding-bottom: 264px;
  }
  #section-tops .product03 .img-main .action-btn {
    top: 293px;
    right: 86px;
  }
  #section-tops .product03 .img-sub {
    width: 360px;
    position: relative;
  }
  #section-tops .product03 .img-sub .action-btn {
    top: 136px;
    right: 109px;
  }
  #section-tops .product-info-btn .price .fr-bff-product_price {
    color: #484C3E;
  }
  #section-tops .product-info-btn .name {
    color: #484C3E;
  }
  #section-bottoms .section-header {
    background-color: #485A70;
  }
  #section-bottoms .gray-bg {
    background-color: #ced2d8;
  }
  #section-bottoms .product01 {
    padding-top: 64px;
  }
  #section-bottoms .product01 ul {
    gap: 8px;
    justify-content: center;
  }
  #section-bottoms .product01 ul li {
    position: relative;
  }
  #section-bottoms .product01 li:first-child {
    width: 560px;
  }
  #section-bottoms .product01 li:first-child .action-btn {
    top: 336px;
    right: 161px;
  }
  #section-bottoms .product01 li:last-child {
    width: 482px;
  }
  #section-bottoms .product01 li:last-child .action-btn {
    top: 420px;
    right: 150px;
  }
  #section-bottoms .product01 .product-info-btn {
    padding-left: 24px;
  }
  #section-bottoms .product02 {
    margin-top: 120px;
  }
  #section-bottoms .product02 .layered-images {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  #section-bottoms .product02 .layered-images .img-main {
    order: 2;
    width: 480px;
    padding-bottom: 108px;
    margin-left: -140px;
    position: relative;
  }
  #section-bottoms .product02 .layered-images .img-main .action-btn {
    top: 356px;
    right: 142px;
  }
  #section-bottoms .product02 .layered-images .img-main .product-info-btn {
    width: 100%;
    justify-content: flex-end;
  }
  #section-bottoms .product02 .layered-images .img-main .product-info-btn .ic-chevron {
    vertical-align: middle;
  }
  #section-bottoms .product02 .layered-images .img-sub {
    order: 1;
    width: 260px;
    z-index: 2;
    position: relative;
  }
  #section-bottoms .product02 .layered-images .img-sub .action-btn {
    top: 297px;
    right: 70px;
  }
  #section-bottoms .product03 {
    margin-top: 120px;
  }
  #section-bottoms .product03 .swiper-wrapper {
    gap: 8px;
    justify-content: center;
  }
  #section-bottoms .product03 .swiper-wrapper .swiper-slide:first-child {
    order: 2;
    width: 560px;
    position: relative;
  }
  #section-bottoms .product03 .swiper-wrapper .swiper-slide:first-child .action-btn {
    top: 497px;
    right: 150px;
  }
  #section-bottoms .product03 .swiper-wrapper .swiper-slide:last-child {
    order: 1;
    width: 482px;
    position: relative;
  }
  #section-bottoms .product03 .swiper-wrapper .swiper-slide:last-child .action-btn {
    top: 426px;
    right: 166px;
  }
  #section-bottoms .product-info-btn .price .fr-bff-product_price {
    color: #2F3944;
  }
  #section-bottoms .product-info-btn .name {
    color: #2F3944;
  }
  .related-products {
    width: 1176px;
    margin: 0 auto 64px;
    overflow: hidden;
  }
  .related-products h2 {
    margin-top: 64px;
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
  }
  .caution {
    width: 1176px;
    margin: 120px auto 0;
    padding-bottom: 32px;
    color: #606060;
    font-size: 12px;
    text-align: right;
  }
  #section-related-pages {
    padding: 64px 0;
  }
  #section-related-pages .section-title {
    font-family: "NanumSquareNeo", "NanumSquare", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    line-height: 1.6;
    letter-spacing: -0.4px;
    text-align: center;
    margin-bottom: 24px;
    padding: 0 16px;
  }
  #section-related-pages .related-list {
    display: flex;
    gap: 24px;
    justify-content: center;
    padding: 0 16px;
    width: 1176px;
    margin: 0 auto;
  }
  #section-related-pages .related-list li {
    width: 195px;
  }
  #section-related-pages .related-list li a {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  #section-related-pages .related-list li .txt-box {
    display: flex;
    flex-direction: column;
  }
  #section-related-pages .related-list li .txt-box .desc {
    margin-top: 12px;
    font-family: "NanumSquareNeo", "NanumSquare", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #222;
    line-height: 1.42;
    word-break: keep-all;
  }
  #section-related-pages .related-list li .txt-box .info .name {
    display: block;
    font-family: "NanumSquareNeo", "NanumSquare", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #222;
    line-height: 1.42;
  }
  #section-related-pages .related-list li .txt-box .info .insta {
    display: flex;
    gap: 8px;
    margin-top: 2px;
  }
  #section-related-pages .related-list li .txt-box .info .insta span {
    font-family: "NanumSquareNeo", "NanumSquare", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 1.42;
  }
  .product-info-btn:not(.only-mo) {
    display: flex;
    gap: 8px;
    margin-top: 20PX;
  }
  .product-info-btn .name {
    font-size: 14px;
    font-weight: 600;
  }
  .product-info-btn .price {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
  }
  .product-info-btn .price .fr-bff-product_content p, .product-info-btn .price .fr-bff-product_content div {
    display: none;
  }
  .product-info-btn .price .fr-bff-product_content .fr-bff-product_price {
    display: block;
    margin-top: 0;
    font-size: 16px;
    line-height: 1.6;
  }
  .product-info-btn .ic-chevron {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.64388 1.66797L10.9772 7.66797C11.1455 7.85739 11.1455 8.14262 10.9772 8.33203L5.64388 14.332L4.89649 13.668L9.93425 8L4.89648 2.33203L5.64388 1.66797Z' fill='%234B506C'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
  }
}
/*@media screen and (min-width:1281px) and (max-width:1400px) {
  .inner_layout {
    width: 1280px;
  }
}*/
/*@media screen and (min-width:1281px) {
  .inner_layout {
    background: #fff;
  }

  .gray-bg {
    background: #F2F2F2;
  }

}*/
@media screen and (max-width: 1280px) {
  .only-mo {
    display: block;
  }
  .only-pc {
    display: none;
  }
  .inner_layout {
    width: 100%;
  }
  #section-cover {
    position: relative;
  }
  .video-wrap {
    position: relative;
  }
  .section-title {
    display: flex;
    margin-bottom: 8px;
  }
  .section-title span,
  .section-title strong {
    display: block;
    font-family: "UniqloPro Regular", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    /* 32px */
    letter-spacing: -1.28px;
  }
  .section-title span {
    color: #DBDBDB;
  }
  .section-title strong {
    color: #DB0004;
  }
}
@media screen and (max-width: 1280px) {
  #section-cover video {
    width: 100%;
    height: 100%;
  }
  #section-cover img {
    width: 100%;
    display: block;
  }
  .gray-bg {
    overflow: hidden;
    background-color: #F2F2F2;
  }
  .fr-fixedAnchor.-loading {
    opacity: 0;
  }
  .fr-fixedAnchor_container {
    background: #fff;
  }
  .fr-fixedAnchor_itemLink.-current:after {
    height: 2px;
  }
  #section-influencer {
    padding: 10.6667vw 0 10.6667vw;
    display: flex;
    justify-content: center;
  }
  #section-influencer .influencer-profile-wrap {
    position: relative;
    display: inline-block;
    margin-top: 5.3333vw;
  }
  #section-influencer .profile-img {
    width: 34.6667vw;
    height: 34.6667vw;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    background-color: #e6e6e6;
  }
  #section-influencer .profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  @keyframes float-bubble {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-1.6vw);
    }
    100% {
      transform: translateY(0);
    }
  }
  #section-influencer .bubble-info {
    position: absolute;
    top: -5.3333vw;
    left: -13.3333vw;
    background-color: rgba(224, 224, 224, 0.9);
    border-radius: 0.9333vw;
    padding: 1.0667vw 2.1333vw;
    text-align: center;
    box-shadow: 0 1.0667vw 12.8vw rgba(26, 26, 25, 0.16);
    z-index: 2;
    animation: float-bubble 2.5s ease-in-out infinite;
    /* 말풍선 꼬리 */
  }
  #section-influencer .bubble-info::after {
    content: "";
    position: absolute;
    bottom: -1.6vw;
    right: 4vw;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.6vw 1.0667vw 0 1.0667vw;
    border-color: rgba(224, 224, 224, 0.9) transparent transparent transparent;
  }
  #section-influencer .bubble-info .name {
    display: block;
    font-weight: 700;
    font-size: 3.7333vw;
    color: #222;
    letter-spacing: -0.1493vw;
    line-height: 1.42;
  }
  #section-influencer .bubble-info .insta {
    display: block;
    font-family: "UniqloPro Regular", sans-serif;
    font-weight: 300;
    font-size: 3.2vw;
    color: #61605f;
    line-height: 1.33;
  }
  #section-line-up {
    padding-top: 10.6667vw;
    padding-bottom: 6.4vw;
    background-color: #f4f4f4;
  }
  #section-line-up .lineup-title {
    display: block;
    padding: 0 4.2667vw 6.4vw;
    font-size: 4.2667vw;
    font-weight: 700;
    font-family: "UniqloPro Regular", sans-serif;
    text-align: center;
    color: #222;
  }
  #section-line-up .line-up-swiper {
    padding: 0 4.2667vw;
    overflow: hidden;
  }
  #section-line-up .line-up-list {
    display: flex;
  }
  #section-line-up .line-up-item {
    width: 70.4vw;
    margin-right: 4.2667vw;
  }
  #section-line-up .line-up-item a, #section-line-up .line-up-item button {
    display: block;
  }
  #section-line-up .line-up-item .img-box {
    position: relative;
    height: 61.3333vw;
    background-color: #e0e0e0;
  }
  #section-line-up .line-up-item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  #section-line-up .line-up-item .img-box .category-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: "UniqloPro Regular", sans-serif;
    font-size: 7.4667vw;
    font-weight: 700;
    text-shadow: 0 0.5333vw 2.6667vw rgba(0, 0, 0, 0.5);
    letter-spacing: -0.5333vw;
  }
  #section-line-up .line-up-item .info-box {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    background-color: #111;
    text-align: center;
    height: 13.3333vw;
  }
  #section-line-up .line-up-item .info-box .name {
    color: #fff;
    font-size: 3.2vw;
    font-weight: 400;
  }
  #section-line-up .line-up-item .info-box .name.s {
    font-size: 2.6667vw;
  }
  #section-line-up .line-up-item .info-box .icon-arrow-down {
    display: inline-block;
    width: 4.2667vw;
    height: 4.2667vw;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='7' viewBox='0 0 13 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3457 1.48047L6.8457 6.48047C6.4643 6.82716 5.88141 6.82716 5.5 6.48047L0 1.48047L1.3457 0L6.17285 4.3877L11 0L12.3457 1.48047Z' fill='white'/%3E%3C/svg%3E%0A");
    /*border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;*/
  }
  #section-line-up .line-up-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3.2vw;
    margin-top: 6.4vw;
  }
  #section-line-up .line-up-controls .dots-wrapper {
    display: flex;
    gap: 2.1333vw;
    align-items: center;
    position: static;
    width: auto;
  }
  #section-line-up .line-up-controls .dots-wrapper .dot {
    width: 2.1333vw;
    height: 2.1333vw;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
  }
  #section-line-up .line-up-controls .dots-wrapper .dot.active {
    background-color: #666;
  }
  #section-line-up .line-up-controls .btn-pause {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.4vw;
    height: 6.4vw;
    border-radius: 50%;
    background-color: #e2e2e2;
  }
  #section-line-up .line-up-controls .btn-pause svg {
    width: 2.6667vw;
    height: 3.2vw;
  }
  #section-line-up .line-up-controls .btn-pause svg:last-child {
    display: none;
  }
  #section-line-up .line-up-controls .btn-pause.is-paused svg {
    display: none;
  }
  #section-line-up .line-up-controls .btn-pause.is-paused svg:last-child {
    display: block;
  }
  .caution {
    padding: 16px 16px 24px;
    color: #606060;
    font-size: 12px;
  }
  section:has(.section-header) .section-header {
    background-color: #50587d;
    padding: 13.3333vw 4.2667vw 8.5333vw;
  }
  section:has(.section-header) .section-header .header-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 1.6vw;
    border-bottom: 1px solid #fff;
    margin-bottom: 4.2667vw;
  }
  section:has(.section-header) .section-header .header-top .title {
    font-family: "UniqloPro Bold", "UniqloPro Regular", sans-serif;
    font-size: 11.7333vw;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.2667vw;
  }
  section:has(.section-header) .section-header .header-top .num {
    font-family: "UniqloPro Regular", sans-serif;
    font-size: 5.3333vw;
    color: #fff;
    line-height: 1;
  }
  section:has(.section-header) .section-header .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 2.1333vw;
  }
  section:has(.section-header) .section-header .tags span {
    display: inline-block;
    padding: 1.6vw 3.2vw;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 4.2667vw;
    font-size: 3.2vw;
    color: #fff;
    line-height: 1.2;
  }
  section:has(.section-header) .product-info-btn {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 2.1333vw;
    padding: 3.7333vw 4.2667vw;
    text-decoration: none;
  }
  section:has(.section-header) .product-info-btn.only-pc {
    display: none;
  }
  section:has(.section-header) .product-info-btn .name {
    font-family: "NanumSquareNeo", "NanumSquare", sans-serif;
    font-size: 3.7333vw;
    font-weight: 700;
    color: #4b506c;
    line-height: 1.42;
    letter-spacing: -0.0747vw;
  }
  section:has(.section-header) .product-info-btn .price {
    font-family: "NanumSquareNeo", "NanumSquare", sans-serif;
    font-weight: 400;
    color: #4b506c;
    line-height: 1.42;
    letter-spacing: -0.0747vw;
    display: inline-block;
    align-self: stretch;
  }
  section:has(.section-header) .product-info-btn .price .fr-bff-product_content p, section:has(.section-header) .product-info-btn .price .fr-bff-product_content div {
    display: none;
  }
  section:has(.section-header) .product-info-btn .price .fr-bff-product_content .fr-bff-product_price {
    display: block;
    margin-top: 0;
    font-size: 3.7333vw;
  }
  section:has(.section-header) .product-info-btn .price .fr-bff-product_apology {
    line-height: 2;
  }
  section:has(.section-header) .product-info-btn .ic-chevron {
    display: inline-block;
    width: 4.2667vw;
    height: 4.2667vw;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.64388 1.66797L10.9772 7.66797C11.1455 7.85739 11.1455 8.14262 10.9772 8.33203L5.64388 14.332L4.89649 13.668L9.93425 8L4.89648 2.33203L5.64388 1.66797Z' fill='%234B506C'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
  }
  section:has(.section-header) .action-btn {
    position: absolute;
    width: 4.8vw;
    height: 4.8vw;
    background-color: rgba(255, 255, 255, 0.8);
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.00391 1.125C6.21101 1.125 6.37891 1.29289 6.37891 1.5V5.62305H10.5C10.7071 5.62305 10.875 5.79094 10.875 5.99805C10.875 6.20515 10.7071 6.37305 10.5 6.37305H6.37891V10.5C6.37891 10.7071 6.21101 10.875 6.00391 10.875C5.7968 10.875 5.62891 10.7071 5.62891 10.5V6.37305H1.5C1.29289 6.37305 1.125 6.20515 1.125 5.99805C1.125 5.79094 1.29289 5.62305 1.5 5.62305H5.62891V1.5C5.62891 1.29289 5.7968 1.125 6.00391 1.125Z' fill='%23222222'/%3E%3C/svg%3E%0A");
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    box-shadow: 0 0.5333vw 2.1333vw rgba(0, 0, 0, 0.15);
  }
  section:has(.section-header) .action-btn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    opacity: 0.3;
    animation: plus 4s ease-in-out infinite;
  }
  section:has(.section-header) .related-products {
    margin-top: 48px;
    margin-bottom: 64px;
  }
  section:has(.section-header) .related-products h2 {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
  }
  section:has(.section-header) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  #section-outer .section-header {
    background-color: #50587d;
  }
  #section-outer .gray-bg {
    background-color: #E1E3EC;
  }
  #section-outer .product-slider .img-box {
    position: relative;
    width: 100%;
    height: 137.0667vw;
    background-color: #e0e0e0;
  }
  #section-outer .product01 li {
    width: 91.4667vw;
  }
  #section-outer .product01 li .action-btn {
    top: 51.7333vw;
    right: 24.2667vw;
  }
  #section-outer .product02 {
    padding-top: 16vw;
  }
  #section-outer .product02 .layered-images {
    position: relative;
    width: 100%;
    padding: 0 4.2667vw;
  }
  #section-outer .product02 .layered-images .action-btn {
    top: 30.6667vw;
    left: 24.2667vw;
  }
  #section-outer .product02 .layered-images .img-main {
    position: relative;
    width: 82.9333vw;
    height: 124.5333vw;
    background-color: #e0e0e0;
    z-index: 1;
  }
  #section-outer .product02 .layered-images .img-sub {
    position: relative;
    margin-top: -14.4vw;
    margin-left: -4.2667vw;
    left: 59.48%;
    width: 42.1333vw;
    height: 63.7333vw;
    background-color: #c0c0c0;
    z-index: 2;
  }
  #section-outer .product02 .layered-images .img-sub .action-btn {
    top: 14.4vw;
    left: 28.2667vw;
  }
  #section-outer .product03 {
    padding-top: 16vw;
  }
  #section-outer .product03 .img-box {
    position: relative;
    width: 100%;
    height: 149.8667vw;
    background-color: #e0e0e0;
  }
  #section-outer .product03 .img-box .action-btn {
    top: 40.8vw;
    left: 68.5333vw;
  }
  #section-outer .product04 {
    padding-top: 16vw;
  }
  #section-outer .product04 .img-box {
    position: relative;
  }
  #section-outer .product04 .img-box:first-child {
    width: 91.4667vw;
    height: 137.3333vw;
  }
  #section-outer .product04 .img-box:first-child .action-btn {
    top: 37.3333vw;
    right: 24vw;
  }
  #section-outer .product04 .img-box:last-child {
    position: relative;
    left: 42%;
    width: 58.1333vw;
    height: 86.9333vw;
  }
  #section-outer .product04 .img-box:last-child .action-btn {
    top: 26.4vw;
    right: 16.8vw;
  }
  #section-outer .price .fr-bff-product_price {
    color: #4b506c;
  }
  #section-tops .section-header {
    background-color: #686b61;
  }
  #section-tops .gray-bg {
    background-color: #D6D7D1;
  }
  #section-tops .product01 .img-main {
    position: relative;
    width: calc(100% + 8.5333vw);
    margin-left: -4.2667vw;
    height: 149.8667vw;
    background-color: #e0e0e0;
  }
  #section-tops .product01 .img-main .action-btn {
    top: 54.4vw;
    right: 32.8vw;
  }
  #section-tops .product01 .img-sub {
    position: relative;
    width: 80.8vw;
    height: 121.0667vw;
    margin-left: auto;
  }
  #section-tops .product01 .img-sub .action-btn {
    top: 41.0667vw;
    right: 16.8vw;
  }
  #section-tops .product01 .product-info-btn .name {
    color: #484C3E;
  }
  #section-tops .product01 .product-info-btn .price {
    color: #484C3E;
  }
  #section-tops .product02 {
    padding: 16vw 4.2667vw 0;
  }
  #section-tops .product02 .layered-images {
    position: relative;
    width: 100%;
  }
  #section-tops .product02 .layered-images .img-main {
    position: relative;
    width: 82.9333vw;
    height: 124.5333vw;
    background-color: #e0e0e0;
    z-index: 1;
  }
  #section-tops .product02 .layered-images .img-main .action-btn {
    top: 37.6vw;
    right: 24vw;
  }
  #section-tops .product02 .layered-images .img-sub {
    position: relative;
    width: 42.1333vw;
    height: 63.7333vw;
    margin-left: auto;
    margin-top: -17.0667vw;
    z-index: 2;
  }
  #section-tops .product02 .layered-images .img-sub .action-btn {
    top: 15.4667vw;
    left: 15.4667vw;
  }
  #section-tops .product02 .product-info-btn.right {
    justify-content: flex-end;
    padding-right: 0;
  }
  #section-tops .product03 {
    padding-top: 16vw;
  }
  #section-tops .product03 .img-main {
    position: relative;
    width: 100%;
    padding-right: 8.5333vw;
    height: 137.3333vw;
    background-color: #e0e0e0;
  }
  #section-tops .product03 .img-main .action-btn {
    top: 55.4667vw;
    right: 22.4vw;
  }
  #section-tops .product03 .img-sub {
    position: relative;
    width: 58.1333vw;
    height: 86.9333vw;
    background-color: #c0c0c0;
    margin-left: auto;
  }
  #section-tops .product03 .img-sub .action-btn {
    top: 22.6667vw;
    right: 16.5333vw;
  }
  #section-tops .price .fr-bff-product_price {
    color: #484C3E;
  }
  #section-tops .name {
    color: #484C3E;
  }
  #section-bottoms .section-header {
    background-color: #485a70;
  }
  #section-bottoms .gray-bg {
    background: #ced2d8;
  }
  #section-bottoms .product01 ul li:first-child {
    width: 91.4667vw;
    height: 137.0667vw;
  }
  #section-bottoms .product01 ul li:first-child .action-btn {
    top: 51.7333vw;
    right: 24.2667vw;
  }
  #section-bottoms .product01 ul li:last-child {
    width: 63.7333vw;
    height: 95.4667vw;
  }
  #section-bottoms .product01 ul li:last-child .action-btn {
    top: 51.7333vw;
    right: 24.2667vw;
  }
  #section-bottoms .product01 .img-box {
    position: relative;
  }
  #section-bottoms .product02 {
    padding: 16vw 4.2667vw 0;
  }
  #section-bottoms .product02 .layered-images {
    position: relative;
    width: 100%;
    margin-bottom: 5.3333vw;
  }
  #section-bottoms .product02 .layered-images .img-main {
    position: relative;
    width: 82.9333vw;
    height: 124.5333vw;
    margin-left: auto;
    background-color: #e0e0e0;
    z-index: 1;
  }
  #section-bottoms .product02 .layered-images .img-main .action-btn {
    top: 64.5333vw;
    right: 22.4vw;
  }
  #section-bottoms .product02 .layered-images .img-sub {
    position: absolute;
    width: 42.1333vw;
    height: 63.7333vw;
    bottom: -5.3333vw;
    left: 0;
    z-index: 2;
  }
  #section-bottoms .product02 .layered-images .img-sub .action-btn {
    top: 46.9333vw;
    right: 9.6vw;
  }
  #section-bottoms .product02 .product-info-btn {
    margin: 0 -4.2667vw;
  }
  #section-bottoms .product03 {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
  #section-bottoms .product03 .swiper-slide:first-child .action-btn {
    top: 88vw;
    right: 26.1333vw;
  }
  #section-bottoms .product03 .swiper-slide:last-child .action-btn {
    top: 88vw;
    right: 34.1333vw;
  }
  #section-bottoms .price .fr-bff-product_price {
    color: #2F3944;
  }
  #section-bottoms .name {
    color: #2F3944;
  }
  #section-related-pages {
    padding: 17.0667vw 0;
  }
  #section-related-pages .section-title {
    font-family: "NanumSquareNeo", "NanumSquare", sans-serif;
    font-size: 5.3333vw;
    font-weight: 700;
    color: #000;
    line-height: 1.6;
    letter-spacing: -0.1067vw;
    text-align: center;
    margin-bottom: 6.4vw;
    padding: 0 4.2667vw;
  }
  #section-related-pages .related-list {
    padding: 0 4.2667vw;
  }
  #section-related-pages .related-list li a {
    display: flex;
    gap: 4.2667vw;
    padding-bottom: 4.2667vw;
    margin-bottom: 4.2667vw;
    border-bottom: 1px solid #eee;
  }
  #section-related-pages .related-list li:last-child a {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #section-related-pages .related-list li .img-box {
    width: 32vw;
    height: 42.6667vw;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
  }
  #section-related-pages .related-list li .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  #section-related-pages .related-list li .txt-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #section-related-pages .related-list li .txt-box .desc {
    margin-top: 3.2vw;
    font-family: "NanumSquareNeo", "NanumSquare", sans-serif;
    font-size: 3.7333vw;
    font-weight: 400;
    color: #222;
    line-height: 1.42;
    word-break: keep-all;
  }
  #section-related-pages .related-list li .txt-box .info .name {
    display: block;
    font-family: "NanumSquareNeo", "NanumSquare", sans-serif;
    font-size: 3.7333vw;
    font-weight: 700;
    color: #222;
    line-height: 1.42;
  }
  #section-related-pages .related-list li .txt-box .info .insta {
    display: flex;
    gap: 2.1333vw;
    margin-top: 0.5333vw;
  }
  #section-related-pages .related-list li .txt-box .info .insta span {
    font-family: "NanumSquareNeo", "NanumSquare", sans-serif;
    font-size: 3.7333vw;
    font-weight: 400;
    color: #666;
    line-height: 1.42;
  }
}

/*# sourceMappingURL=style.css.map */
