@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;
}

.fr-bff-products {
  background: none !important;
}

.product-info-btn .fr-bff-product_content p, .product-info-btn .fr-bff-product_content .fr-bff-product_reviewStars {
  display: none !important;
}
.product-info-btn .fr-bff-product_content .fr-bff-product_price {
  display: inline-block !important;
  line-height: 1 !important;
  margin-top: 0 !important;
  white-space: nowrap;
}

/*
.link-arrow {
  display: inline-block;
  padding-right: 20px;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: right center;
  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.64583 1.66797L10.9792 7.66797C11.1475 7.85739 11.1475 8.14262 10.9792 8.33203L5.64583 14.332L4.89844 13.668L9.9362 8L4.89844 2.33203L5.64583 1.66797Z' fill='%23222222'/%3E%3C/svg%3E%0A");

  .fr-bff-product_gender,
  .fr-bff-product_price,
  .fr-bff-product_sizes,
  .fr-bff-product_reviewStars,
  .fr-bff-product_futureExhibition {
    display: none;
  }

  .fr-bff-product_name {
    margin-top: 0;
    font-size: 14px;
    color: #222;
    font-style: normal;
    font-weight: 600;
    line-height: 142%;
    !* 19.88px *!
    letter-spacing: -0.28px;
  }
}

.button-plus {
  position: absolute;
  width: 18px;
  height: 18px;
  background: 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.12695C6.21101 1.12695 6.37891 1.29485 6.37891 1.50195V5.625H10.5C10.7071 5.625 10.875 5.79289 10.875 6C10.875 6.20711 10.7071 6.375 10.5 6.375H6.37891V10.502C6.37891 10.7091 6.21101 10.877 6.00391 10.877C5.7968 10.877 5.62891 10.7091 5.62891 10.502V6.375H1.5C1.29289 6.375 1.125 6.20711 1.125 6C1.125 5.79289 1.29289 5.625 1.5 5.625H5.62891V1.50195C5.62891 1.29485 5.7968 1.12695 6.00391 1.12695Z' fill='%23222222'/%3E%3C/svg%3E%0A") no-repeat center;
  background-color: rgba(255, 255, 255, 1);
  padding: 3px;
  border-radius: 50%;

  &::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    opacity: 0.3;
    animation: plus 4s ease-in-out infinite;
  }
}

@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;
  }
}*/
/*.tab-contents {
  display: none;

  &.active {
    display: block;
  }
}*/
/*.tab-area {
  &.typeB {
    background: #fff;
    overflow-y: hidden;
    overflow-x: auto;

    ul {
      display: flex;
      margin-bottom: -1px;

      li {
        flex: 1;

        a,
        button {
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          height: 48px;
          padding: 12px 16px;
          color: #666;
          font-size: 14px;
          font-weight: 400;
          line-height: 142%;
          letter-spacing: -0.56px;
          white-space: nowrap;
          text-align: center;
        }

        &.active {
          border-bottom: 1px solid #222;

          a,
          button {
            color: #222;
            font-weight: 700;
          }
        }
      }
    }
  }
}*/
.main_inner {
  max-width: unset;
  margin-right: unset;
  margin-left: unset;
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
}

.ani-down {
  transform: translateY(-30px);
  opacity: 0;
  transition: all 0.5s;
}

.ani-down.active {
  transform: translateY(0);
  opacity: 1;
}

/*h1 {
  color: #FFF;
  text-align: center;
  text-shadow: 0 4px 48px rgba(0, 0, 0, 0.16);
  font-family: "UniqloPro Regular", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  !* 48px *!
  letter-spacing: -1.92px;
}

h2 {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  !* 35.2px *!
  letter-spacing: -1.1px;
}

h3 {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 133%;
  !* 23.94px *!
  letter-spacing: -0.9px;
}


@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.inner_layout {
  width: 1440px;
  margin: 0 auto;
}

#section-product-list {
  padding-top: 88px;
  padding-bottom: 88px;
  border-top: 1px solid #EEE;

  h2 {
    margin-bottom: 22px;
  }

  h3 {
    margin-top: 32px;
    font-size: 18px;
  }

  .tab-button {
    margin-bottom: 24px;
  }

  .tab-wrap {
    padding: 0 16px;
  }
}

.bottom-btn-area {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 48px 0;

  a {
    width: 50%;
  }
}

.button-all {
  border-radius: 99px;
  border: 1px solid #222;
  background: #FFF;
  padding: 12px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #222;
  font-weight: 700;
  gap: 8px;
}

.item-info {
  [data-component-type=ProductGridText] {

    .fr-bff-product_gender,
    .fr-bff-product_sizes,
    .fr-bff-product_reviewStars,
    .fr-bff-product_futureExhibition {
      display: none;
    }
  }
}*/
.video-wrap {
  position: relative;
  background-size: auto 100%;
  background-position: center;
}

@media screen and (min-width: 1440px) {
  .inner_layout {
    width: 1440px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1400px) {
  .inner_layout {
    width: 1280px;
  }
  #section-outer-pc .inner_layout {
    padding-bottom: 140px;
  }
  #section-outer-pc .section-title-pc {
    margin-bottom: -86px;
  }
  #section-outer-pc #trucker-jacket-pc {
    margin-bottom: 142px;
  }
  #section-outer-pc #trucker-jacket-pc .box-wrap {
    padding: 0 30px;
  }
  #section-outer-pc #trucker-jacket-pc .box-wrap .box-02 {
    width: 516px;
  }
  #section-outer-pc #trucker-jacket-pc .box-wrap .box-01 {
    padding-top: 190px;
  }
  #section-outer-pc #trucker-jacket-pc .box-wrap .box-01 .sbox-01 {
    width: 452px;
  }
  #section-outer-pc #trucker-jacket-pc .box-wrap .box-01 .sbox-02 {
    width: 320px;
    margin: 78px auto 0;
  }
  #section-outer-pc #trucker-jacket-pc .image0 .button-plus {
    top: 202px;
    right: 75px;
  }
  #section-outer-pc #trucker-jacket-pc .image1 .button-plus {
    top: 213px;
    left: 83px;
  }
  #section-outer-pc #zipup-blouson-pc {
    margin-bottom: 107px;
  }
  #section-outer-pc #zipup-blouson-pc .box-wrap-01 {
    padding: 0 0 0 21px;
  }
  #section-outer-pc #zipup-blouson-pc .box-wrap-01 .box-01 {
    width: 516px;
  }
  #section-outer-pc #zipup-blouson-pc .box-wrap-01 .box-02 {
    width: 743px;
  }
  #section-outer-pc #zipup-blouson-pc .box-wrap-01 .box-02 .sbox-01 {
    width: 487px;
    margin-top: 153px;
  }
  #section-outer-pc #zipup-blouson-pc .box-wrap-02 {
    margin-top: -82px;
    padding-left: 178px;
  }
  #section-outer-pc #zipup-blouson-pc .box-wrap-02 .box-01 {
    width: 412px;
  }
  #section-outer-pc #zipup-blouson-pc .box-wrap-02 .box-01 .sbox-01 {
    margin-bottom: 104px;
  }
  #section-outer-pc #zipup-blouson-pc .box-wrap-02 .box-02 {
    width: 258px;
  }
  #section-outer-pc #zipup-blouson-pc .image0 .button-plus {
    top: 179px;
    right: 179px;
  }
  #section-outer-pc #zipup-blouson-pc .image1 .button-plus {
    top: 220px;
    left: 243px;
  }
  #section-outer-pc #zipup-blouson-pc .image2 .button-plus {
    top: 194px;
    left: 254px;
  }
  #section-outer-pc #zipup-blouson-pc .image3 .button-plus {
    top: 108px;
    right: 96px;
  }
  #section-outer-pc #utility-jacket-pc .box-wrap .box-01 {
    width: 742px;
    margin-top: 231px;
  }
  #section-outer-pc #utility-jacket-pc .box-wrap .box-02 {
    width: 516px;
  }
  #section-outer-pc #utility-jacket-pc .box-wrap .box-03 {
    width: 462px;
    margin-top: 121px;
  }
  #section-outer-pc #utility-jacket-pc .image0 .button-plus {
    top: 238px;
    right: 159px;
  }
  #section-outer-pc #utility-jacket-pc .image1 .button-plus {
    top: 216px;
    right: 166px;
  }
  #section-bottoms-pc .inner_layout {
    padding-bottom: 142px;
  }
  #section-bottoms-pc #straight-jeans-pc {
    margin-bottom: 142px;
  }
  #section-bottoms-pc #straight-jeans-pc .box-wrap .box-area-01 {
    width: 743px;
  }
  #section-bottoms-pc #straight-jeans-pc .box-wrap .box-area-01 .box-01 {
    width: 251px;
    margin-left: 21px;
  }
  #section-bottoms-pc #straight-jeans-pc .box-cont {
    width: 356px;
    margin-left: 228px;
    margin-top: 57px;
  }
  #section-bottoms-pc #straight-jeans-pc .image0 .button-plus {
    top: 477px;
    left: 188px;
  }
  #section-bottoms-pc #straight-jeans-pc .image1 .button-plus {
    top: 306px;
    left: 237px;
  }
  #section-bottoms-pc #wide-straight-jeans-pc .box-wrap .box-area-01 {
    width: 516px;
  }
  #section-bottoms-pc #wide-straight-jeans-pc .box-wrap .box-area-02 {
    width: 743px;
  }
  #section-bottoms-pc #wide-straight-jeans-pc .box-wrap .box-area-02 .box-02 {
    width: 235px;
  }
  #section-bottoms-pc #wide-straight-jeans-pc .image0 .button-plus {
    top: 479px;
    left: 315px;
  }
  #section-bottoms-pc #wide-straight-jeans-pc .image1 .button-plus {
    top: 192px;
    left: 26px;
  }
  #section-tops-pc .inner_layout {
    padding-bottom: 136px;
  }
  #section-tops-pc #washable-crewneck-sweater-pc {
    margin-bottom: 252px;
  }
  #section-tops-pc #washable-crewneck-sweater-pc .box-wrap .box-01 {
    width: 743px;
  }
  #section-tops-pc #washable-crewneck-sweater-pc .box-wrap .box-01 .sbox-01 {
    width: 320px;
    margin-bottom: 114px;
  }
  #section-tops-pc #washable-crewneck-sweater-pc .box-wrap .box-02 {
    width: 516px;
  }
  #section-tops-pc #washable-crewneck-sweater-pc .image0 .button-plus {
    top: 116px;
    left: 164px;
  }
  #section-tops-pc #washable-crewneck-sweater-pc .image1 .button-plus {
    top: 266px;
    left: 269px;
  }
  #section-tops-pc #sweat-half-zip-pullover-pc {
    margin-bottom: 142px;
  }
  #section-tops-pc #sweat-half-zip-pullover-pc .box-wrap .box-area-01 {
    width: 516px;
  }
  #section-tops-pc #sweat-half-zip-pullover-pc .box-wrap .box-area-02 {
    width: 743px;
  }
  #section-tops-pc #sweat-half-zip-pullover-pc .image0 .button-plus {
    top: 251px;
    right: 137px;
  }
  #section-tops-pc #airism-pique-polo-pc .box-wrap .box-01 {
    width: 743px;
    margin-top: 258px;
  }
  #section-tops-pc #airism-pique-polo-pc .box-wrap .box-01 .sbox-01 {
    width: 412px;
    margin-top: 100px;
  }
  #section-tops-pc #airism-pique-polo-pc .box-wrap .box-02 {
    width: 516px;
  }
  #section-tops-pc #airism-pique-polo-pc .image0 .button-plus {
    top: 316px;
    left: 128px;
  }
  #section-tops-pc #airism-pique-polo-pc .image1 .button-plus {
    top: 140px;
    right: 78px;
  }
}
@media screen and (min-width: 1281px) {
  .inner_layout {
    background: #fff;
  }
  .gray-bg {
    background: #F2F2F2;
  }
  .card {
    width: 230px;
    height: 230px;
  }
  #section-bottoms-pc .card {
    width: 224px;
    height: 321px;
  }
  .item-info [data-component-type=ProductGridText] {
    margin: 16px 24px 0;
  }
  .item-info [data-component-type=ProductGridText] a {
    display: block;
    position: relative;
    padding-right: 28px;
    border-bottom: 1px solid #ddd;
  }
  .item-info [data-component-type=ProductGridText] a:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% - 2px));
    right: 0;
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M5.64583 1.66797L10.9792 7.66797C11.1475 7.85739 11.1475 8.14262 10.9792 8.33203L5.64583 14.332L4.89844 13.668L9.9362 8L4.89844 2.33203L5.64583 1.66797Z' fill='%23222222'/%3E%3C/svg%3E") no-repeat 0 50%/100%;
  }
  .item-info [data-component-type=ProductGridText] .fr-bff-product_content {
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .item-info [data-component-type=ProductGridText] .fr-bff-product_name,
  .item-info [data-component-type=ProductGridText] .fr-bff-product_price {
    margin-top: 0;
    color: #222;
    font-size: 16px;
    font-style: normal;
    line-height: 150%;
    /* 24px */
    letter-spacing: -0.32px;
  }
  .item-info [data-component-type=ProductGridText] .fr-bff-product_name {
    font-weight: 700;
  }
  .item-info [data-component-type=ProductGridText] .fr-bff-product_price {
    font-weight: 400;
  }
  #section-cover-pc {
    max-height: 100vh;
  }
  #section-cover-pc .wrap {
    display: flex;
    overflow: hidden;
    height: 100%;
  }
  #section-cover-pc .video-wrap {
    position: relative;
    width: 814px;
  }
  #section-cover-pc .video-wrap video {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  #section-cover-pc .video-wrap .main-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 0 48px;
  }
  #section-cover-pc .video-wrap .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%;
  }
  #section-influencer-pc {
    padding: 48px 0;
    display: flex;
    justify-content: center;
  }
  #section-influencer-pc .influencer-profile-wrap {
    position: relative;
    display: inline-block;
    margin-top: 20px;
  }
  #section-influencer-pc .profile-img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    background-color: #e6e6e6;
  }
  #section-influencer-pc .profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  @keyframes float-bubble {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(6px);
    }
    100% {
      transform: translateY(0);
    }
  }
  #section-influencer-pc .bubble-info {
    position: absolute;
    top: -20px;
    left: -48px;
    background-color: rgba(224, 224, 224, 0.9);
    border-radius: 3.5px;
    padding: 4px 14px;
    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-pc .bubble-info .flex {
    display: flex;
    align-items: center;
  }
  #section-influencer-pc .bubble-info .title {
    font-size: 10px;
    margin-right: 4px;
  }
  #section-influencer-pc .bubble-info::after {
    content: "";
    position: absolute;
    bottom: -6px;
    right: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 6px 0;
    border-color: rgba(224, 224, 224, 0.9) rgba(224, 224, 224, 0.9) transparent transparent;
  }
  #section-influencer-pc .bubble-info .name {
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: #222;
    letter-spacing: -0.56px;
    line-height: 1.42;
  }
  #section-influencer-pc .bubble-info .insta {
    display: block;
    font-family: "UniqloPro Regular", sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #61605f;
    line-height: 1.33;
  }
  #section-line-up-pc {
    padding-top: 64px;
    padding-bottom: 64px;
    background-color: #f4f4f4;
  }
  #section-line-up-pc .lineup-title {
    display: block;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    font-family: "UniqloPro Regular", sans-serif;
    text-align: center;
    color: #222;
  }
  #section-line-up-pc .line-up-swiper-pc {
    overflow: hidden;
    width: 1176px;
  }
  #section-line-up-pc .line-up-list {
    display: flex;
  }
  #section-line-up-pc .line-up-item {
    width: 232px !important;
    margin-right: 4px;
  }
  #section-line-up-pc .line-up-item a {
    display: block;
  }
  #section-line-up-pc .line-up-item .img-box {
    position: relative;
    height: 350px;
    background-color: #e0e0e0;
  }
  #section-line-up-pc .line-up-item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  #section-line-up-pc .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: 28px;
    letter-spacing: -1.12px;
    font-weight: 700;
    text-shadow: 0 4px 48px rgba(0, 0, 0, 0.16);
  }
  #section-line-up-pc .line-up-item .info-box {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    background-color: #111;
    text-align: center;
    height: 40px;
  }
  #section-line-up-pc .line-up-item .info-box .name {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
  }
  #section-line-up-pc .line-up-item .info-box .name.s {
    font-size: 10px;
  }
  #section-line-up-pc .line-up-item .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-pc .line-up-controls-pc {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
  }
  #section-line-up-pc .line-up-controls-pc .dots-wrapper {
    display: flex;
    gap: 8px;
    align-items: center;
    position: static;
    width: auto;
  }
  #section-line-up-pc .line-up-controls-pc .dots-wrapper .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
  }
  #section-line-up-pc .line-up-controls-pc .dots-wrapper .dot.active {
    background-color: #666;
  }
  #section-line-up-pc .line-up-controls-pc .btn-pause {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #e2e2e2;
  }
  #section-line-up-pc .line-up-controls-pc .btn-pause svg {
    width: 10px;
    height: 12px;
  }
  #section-line-up-pc .line-up-controls-pc .btn-pause svg:last-child {
    display: none;
  }
  #section-line-up-pc .line-up-controls-pc .btn-pause.is-paused svg {
    display: none;
  }
  #section-line-up-pc .line-up-controls-pc .btn-pause.is-paused svg:last-child {
    display: block;
  }
  section:has(.section-header) .section-header {
    background-color: #50587d;
    padding: 40px 0 32px;
  }
  section:has(.section-header) .section-header .inner_layout {
    width: 1176px;
    margin: 0 auto;
    background: none;
  }
  section:has(.section-header) .section-header .header-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 6px;
    border-bottom: 1px solid #fff;
    margin-bottom: 16px;
    position: relative;
  }
  section:has(.section-header) .section-header .header-top .title {
    font-family: "Bebas Neue", "UniqloPro Bold", "UniqloPro Regular", sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
    letter-spacing: -1.6px;
  }
  section:has(.section-header) .section-header .header-top .num {
    font-family: "Bebas Neue", "UniqloPro Regular", sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
  }
  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: 4px 12px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 99px;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    font-family: "UniqloPro Regular", sans-serif;
    font-weight: 200;
  }
  section:has(.section-header) .product-info-btn {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    padding: 14px 16px;
    text-decoration: none;
  }
  section:has(.section-header) .product-info-btn .name {
    font-family: "NanumSquareNeo", "NanumSquare", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #5F4A54;
    line-height: 1.42;
    letter-spacing: -0.28px;
  }
  section:has(.section-header) .product-info-btn .price .fr-bff-product_price {
    font-family: "NanumSquareNeo", "NanumSquare", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #5F4A54;
    line-height: 1.42;
    letter-spacing: -0.28px;
  }
  section:has(.section-header) .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;
  }
  section:has(.section-header) .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);
  }
  section:has(.section-header) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .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;
  }
  #section-tops-pc .section-header {
    background-color: #99617B;
  }
  #section-tops-pc .gray-bg {
    background-color: #ECE9EA;
  }
  #section-tops-pc .product-slider .img-box {
    position: relative;
    width: 100%;
    height: 137.0667vw;
    background-color: #e0e0e0;
  }
  #section-tops-pc .product01 {
    width: 1176px;
    margin: 0 auto;
    padding-top: 64px;
  }
  #section-tops-pc .product01 .wrap {
    display: flex;
    gap: 8px;
    justify-content: center;
  }
  #section-tops-pc .product01 .img-box {
    position: relative;
  }
  #section-tops-pc .product01 .img-box:nth-of-type(1) {
    width: 560px;
  }
  #section-tops-pc .product01 .img-box:nth-of-type(1) .action-btn {
    top: 304px;
    right: 154px;
  }
  #section-tops-pc .product01 .img-box:nth-of-type(2) {
    width: 434px;
  }
  #section-tops-pc .product01 .img-box:nth-of-type(2) .action-btn {
    top: 241px;
    right: 130px;
  }
  #section-tops-pc .product01 .img-box:nth-of-type(2) img {
    height: auto;
  }
  #section-tops-pc .product02 {
    margin-top: 120px;
  }
  #section-tops-pc .product02 .layered-images {
    position: relative;
    width: 634px;
    margin: 0 auto;
  }
  #section-tops-pc .product02 .layered-images .img-main {
    position: relative;
    width: 480px;
    border: 1px solid #B5859D;
    z-index: 1;
  }
  #section-tops-pc .product02 .layered-images .img-main .action-btn {
    top: 126px;
    left: 129px;
  }
  #section-tops-pc .product02 .layered-images .img-sub {
    position: absolute;
    margin-top: -224px;
    right: 0;
    width: 260px;
    border: 1px solid #B5859D;
    z-index: 2;
  }
  #section-tops-pc .product02 .layered-images .img-sub .action-btn {
    top: 128px;
    left: 140px;
  }
  #section-tops-pc .product02 .product-info-btn {
    position: absolute;
    padding: 20px 0;
  }
  #section-tops-pc .product02 .product-info-btn .name {
    white-space: nowrap;
  }
  #section-tops-pc .product03 {
    margin-top: 286px;
  }
  #section-tops-pc .product03 .wrap {
    display: flex;
    gap: 8px;
    justify-content: center;
  }
  #section-tops-pc .product03 .img-box {
    position: relative;
  }
  #section-tops-pc .product03 .product-info-btn {
    padding-left: 0;
  }
  #section-tops-pc .product03 .img-box:nth-of-type(1) {
    width: 482px;
  }
  #section-tops-pc .product03 .img-box:nth-of-type(1) .action-btn {
    top: 282px;
    left: 306px;
  }
  #section-tops-pc .product03 .img-box:nth-of-type(1) img {
    height: auto;
  }
  #section-tops-pc .product03 .img-box:nth-of-type(2) {
    width: 560px;
  }
  #section-tops-pc .product03 .img-box:nth-of-type(2) .action-btn {
    top: 234px;
    left: 415px;
  }
  #section-tops-pc .product04 {
    margin-top: 120px;
  }
  #section-tops-pc .product04 .img-box {
    position: relative;
  }
  #section-tops-pc .product04 .img-box:first-child {
    width: 360px;
    margin: 0 auto;
  }
  #section-tops-pc .product04 .img-box:first-child .action-btn {
    top: 147px;
    left: 246px;
  }
  #section-tops-pc .product04 .product-info-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateX(-100%);
    display: inline-flex;
    width: auto;
  }
  #section-tops-pc .product05 {
    margin-top: 119px;
  }
  #section-tops-pc .product05 .wrap {
    width: 1053px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
  }
  #section-tops-pc .product05 .img-box {
    position: relative;
  }
  #section-tops-pc .product05 .img-box:first-child {
    width: 560px;
  }
  #section-tops-pc .product05 .img-box:first-child img {
    height: auto;
  }
  #section-tops-pc .product05 .img-box:first-child .action-btn {
    top: 231px;
    left: 381px;
  }
  #section-tops-pc .product05 .product-slider {
    width: 482px;
    overflow: hidden;
    padding-bottom: 36px;
  }
  #section-tops-pc .product05 .product-slider .img-box {
    width: 100%;
    height: auto;
    background: none;
  }
  #section-tops-pc .product05 .product-slider .img-box .action-btn {
    top: 91px;
    left: 176px;
  }
  #section-tops-pc .product05 .product-slider .img-box img {
    width: 100%;
    height: auto;
  }
  #section-tops-pc .product05 .product-slider .product-info-btn {
    position: absolute;
    width: auto;
  }
  #section-tops-pc .product06 {
    width: 1176px;
    display: flex;
    justify-content: flex-end;
    margin: -82px auto 0;
  }
  #section-tops-pc .product06 .img-box {
    position: relative;
  }
  #section-tops-pc .product06 .img-box:first-child {
    width: 360px;
    margin-left: auto;
  }
  #section-tops-pc .product06 .img-box:first-child .product-info-btn {
    padding-left: 0;
  }
  #section-tops-pc .product06 .img-box:first-child .action-btn {
    top: 157px;
    left: 254px;
  }
  #section-tops-pc .product07 {
    margin-top: 20px;
  }
  #section-tops-pc .product07 .wrap {
    width: 1176px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  #section-tops-pc .product07 .img-main {
    position: relative;
    width: 500px;
  }
  #section-tops-pc .product07 .img-main img {
    height: auto;
  }
  #section-tops-pc .product07 .img-main .action-btn {
    top: 291px;
    left: 295px;
  }
  #section-tops-pc .product07 .img-sub {
    position: relative;
    width: 360px;
    margin-top: 435px;
  }
  #section-tops-pc .product07 .img-sub img {
    height: auto;
  }
  #section-tops-pc .product07 .img-sub .action-btn {
    top: 109px;
    left: 174px;
  }
  #section-bottoms-pc .section-header {
    background-color: #506F6F;
  }
  #section-bottoms-pc .gray-bg {
    background: #D4D9D9;
  }
  #section-bottoms-pc .product-info-btn .name, #section-bottoms-pc .product-info-btn .price, #section-bottoms-pc .product-info-btn .fr-bff-product_price {
    color: #374646;
  }
  #section-bottoms-pc .product01 {
    padding-top: 64px;
  }
  #section-bottoms-pc .product01 .wrap {
    width: 1176px;
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 0 auto;
  }
  #section-bottoms-pc .product01 .img-box {
    position: relative;
  }
  #section-bottoms-pc .product01 .img-box:first-child {
    width: 560px;
  }
  #section-bottoms-pc .product01 .img-box:first-child img {
    height: auto;
  }
  #section-bottoms-pc .product01 .img-box:first-child .action-btn {
    top: 514px;
    left: 344px;
  }
  #section-bottoms-pc .product01 .img-box:last-child {
    width: 482px;
  }
  #section-bottoms-pc .product01 .img-box:last-child img {
    height: auto;
  }
  #section-bottoms-pc .product01 .img-box:last-child .action-btn {
    top: 532px;
    left: 380px;
  }
  #section-bottoms-pc .product01 .img-box {
    position: relative;
  }
  #section-bottoms-pc .product02 {
    margin-top: 120px;
  }
  #section-bottoms-pc .product02 .layered-images {
    position: relative;
    width: 634px;
    margin: 0 auto;
  }
  #section-bottoms-pc .product02 .layered-images .img-main {
    position: relative;
    width: 470px;
    z-index: 1;
    border: 1px solid #678484;
  }
  #section-bottoms-pc .product02 .layered-images .img-main img {
    height: auto;
  }
  #section-bottoms-pc .product02 .layered-images .img-main .action-btn {
    top: 492px;
    left: 359px;
  }
  #section-bottoms-pc .product02 .layered-images .img-main .product-info-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-flex;
    width: auto;
    transform: translateY(100%);
  }
  #section-bottoms-pc .product02 .layered-images .img-sub {
    position: absolute;
    width: 260px;
    bottom: -170px;
    left: -110px;
    z-index: 2;
    border: 1px solid #678484;
  }
  #section-bottoms-pc .product02 .layered-images .img-sub img {
    height: auto;
  }
  #section-bottoms-pc .product02 .layered-images .img-sub .action-btn {
    top: 246px;
    left: 158px;
  }
  #section-bottoms-pc .product02 .product-info-btn {
    padding-left: 0;
  }
  #section-bottoms-pc .product03 {
    margin-top: 289px;
  }
  #section-bottoms-pc .product03 .wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
  }
  #section-bottoms-pc .product03 .img-box:nth-of-type(1) {
    width: 482px;
  }
  #section-bottoms-pc .product03 .img-box:nth-of-type(1) img {
    height: auto;
  }
  #section-bottoms-pc .product03 .img-box:nth-of-type(1) .product-info-btn {
    padding-left: 0;
  }
  #section-bottoms-pc .product03 .img-box:nth-of-type(2) {
    position: relative;
    width: 560px;
  }
  #section-bottoms-pc .product03 .img-box:nth-of-type(2) img {
    height: auto;
  }
  #section-bottoms-pc .product03 .img-box:nth-of-type(2) .action-btn {
    top: 526px;
    left: 357px;
  }
  #section-bottoms-pc .product04 {
    margin-top: 120px;
  }
  #section-bottoms-pc .product04 .wrap {
    display: flex;
    justify-content: space-between;
    width: 1176px;
    margin: 0 auto;
  }
  #section-bottoms-pc .product04 .img-main {
    position: relative;
    width: 500px;
  }
  #section-bottoms-pc .product04 .img-main img {
    height: auto;
  }
  #section-bottoms-pc .product04 .img-main .action-btn {
    top: 465px;
    left: 344px;
  }
  #section-bottoms-pc .product04 .img-sub {
    position: relative;
    width: 360px;
    margin-top: 475px;
  }
  #section-bottoms-pc .product04 .img-sub img {
    height: auto;
  }
  #section-bottoms-pc .product04 .img-sub .product-info-btn {
    padding-left: 0;
  }
  #section-bottoms-pc .product04 .img-sub .action-btn {
    top: 485px;
    left: 124px;
  }
  #section-bottoms-pc .product05 .wrap {
    display: flex;
    justify-content: space-between;
    width: 1176px;
    margin: 0 auto;
    padding-left: 70px;
  }
  #section-bottoms-pc .product05 .img-main {
    position: relative;
    width: 430px;
  }
  #section-bottoms-pc .product05 .img-main img {
    height: auto;
  }
  #section-bottoms-pc .product05 .img-main .action-btn {
    top: 372px;
    left: 282px;
  }
  #section-bottoms-pc .product05 .img-sub {
    position: relative;
    margin-top: 210px;
    width: 500px;
  }
  #section-bottoms-pc .product05 .img-sub img {
    height: auto;
  }
  #section-bottoms-pc .product05 .img-sub .action-btn {
    top: 554px;
    left: 69px;
  }
  #section-bottoms-pc .message {
    width: 1176px;
    margin: 0 auto;
    color: #606060;
    padding: 32px 0;
    text-align: right;
    font-style: normal;
    font-size: 12px;
    display: block;
  }
  #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;
  }
}
@media screen and (max-width: 1280px) {
  .only-mo {
    display: block;
  }
  .only-pc {
    display: none !important;
  }
  .inner_layout {
    width: 100%;
  }
  .tab-area.typeA {
    padding: 26px 16px 54px;
  }
  .tab-area.typeA ul {
    justify-content: flex-start;
  }
  .product-title .fr-bff-product_name {
    font-size: 13px !important;
  }
  #section-cover {
    position: relative;
  }
  #section-product-list {
    padding-top: 48px;
  }
  #section-product-list h2 {
    margin-bottom: 16px;
  }
  #section-product-list h3 {
    margin-top: 24px;
  }
  #section-product-list .tab-button {
    margin-bottom: 24px;
  }
  #section-product-list .tab-wrap {
    padding: 0;
  }
  #section-product-list .fr-bff-products[data-component-type=ProductCarouselDestroy] {
    justify-content: center;
  }
  .bottom-btn-area {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 48px 16px;
  }
  .bottom-btn-area a {
    width: 100%;
  }
  .video-wrap {
    position: relative;
  }
  .video-wrap .main-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 6.4%;
  }
  .video-wrap .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%;
  }
  .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;
  }
  #section-outer-M {
    margin-bottom: 88px;
  }
  #section-outer-M .section-title {
    flex-direction: column;
    padding: 0 4.2667vw;
  }
  #section-outer-M #trucker-jacket {
    margin-bottom: 88px;
  }
  #section-outer-M #trucker-jacket .image0 {
    padding: 0 4.2667vw;
    position: relative;
  }
  #section-outer-M #trucker-jacket .image0 .button-plus {
    top: 34.1333vw;
    right: 14.9333vw;
  }
  #section-outer-M #trucker-jacket .js-reveal-slide {
    margin-top: 16px;
  }
  #section-outer-M #trucker-jacket .image1 {
    width: 72.5333vw;
    padding: 0 4.2667vw;
    margin-top: 32px;
  }
  #section-outer-M #trucker-jacket .image1 .button-plus {
    left: 19.4667vw;
    top: 41.8667vw;
  }
  #section-outer-M #zipup-blouson h3 {
    padding-right: 4.2667vw;
    margin-bottom: 8px;
    color: #DBDBDB;
    text-align: right;
    font-family: "UniqloPro Regular", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    /* 24px */
    letter-spacing: -0.48px;
    text-transform: uppercase;
  }
  #section-outer-M #zipup-blouson .image0 {
    padding: 0 4.2667vw;
    position: relative;
  }
  #section-outer-M #zipup-blouson .image0 .button-plus {
    top: 27.2vw;
    right: 28.2667vw;
  }
  #section-outer-M #zipup-blouson .js-reveal-slide {
    margin-top: 16px;
  }
  #section-outer-M #zipup-blouson .image1 {
    position: relative;
    margin-top: 32px;
  }
  #section-outer-M #zipup-blouson .image1 .button-plus {
    top: 40.5333vw;
    left: 45.0667vw;
  }
  #section-outer-M #zipup-blouson .image2 {
    position: relative;
    width: 91.4667vw;
    margin-top: 32px;
  }
  #section-outer-M #zipup-blouson .image2 .button-plus {
    top: 41.8667vw;
    left: 55.2vw;
  }
  #section-outer-M #zipup-blouson .image3 {
    position: relative;
    padding-left: 28vw;
  }
  #section-outer-M #zipup-blouson .image3 .button-plus {
    top: 28.5333vw;
    right: 22.6667vw;
  }
  #section-outer-M #utility-jacket .image0 {
    margin-top: 88px;
    position: relative;
    padding: 0 4.2667vw;
  }
  #section-outer-M #utility-jacket .image0 .button-plus {
    top: 53.8667vw;
    right: 26.4vw;
  }
  #section-outer-M #utility-jacket .js-reveal-slide {
    margin-top: 8px;
  }
  #section-outer-M #utility-jacket .image1 {
    position: relative;
    margin-top: 32px;
  }
  #section-outer-M #utility-jacket .image1 .button-plus {
    top: 45.6vw;
    right: 34.6667vw;
  }
  #section-bottoms-M {
    margin-bottom: 88px;
  }
  #section-bottoms-M .section-title {
    justify-content: space-between;
    padding: 0 4.2667vw;
  }
  #section-bottoms-M .card {
    width: 32vw;
    height: 45.8667vw;
  }
  #section-bottoms-M #straight-jeans {
    margin-bottom: 88px;
  }
  #section-bottoms-M #straight-jeans .image0 {
    position: relative;
  }
  #section-bottoms-M #straight-jeans .image0 .button-plus {
    top: 86.1333vw;
    right: 31.4667vw;
  }
  #section-bottoms-M #straight-jeans .js-reveal-slide {
    margin-top: 16px;
  }
  #section-bottoms-M #straight-jeans .image1 {
    position: relative;
    margin-top: 32px;
    width: 76.2667vw;
    margin-left: auto;
    padding: 0 4.2667vw 0 0;
  }
  #section-bottoms-M #straight-jeans .image1 .button-plus {
    top: 63.7333vw;
    right: 21.3333vw;
  }
  #section-bottoms-M #straight-jeans .image1 .text-rotate {
    position: absolute;
    transform: rotate(-90deg);
    transform-origin: left bottom;
    left: 0;
    bottom: 0;
    color: #E40004;
    font-family: "UniqloPro Regular", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    /* 24px */
    letter-spacing: -0.64px;
  }
  #section-bottoms-M #wide-straight-jeans h3 {
    padding: 0 4.2667vw;
    margin-bottom: 16px;
    text-align: left;
    color: #DBDBDB;
    font-family: "UniqloPro Regular", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    /* 24px */
    letter-spacing: -0.96px;
  }
  #section-bottoms-M #wide-straight-jeans .image0 {
    position: relative;
  }
  #section-bottoms-M #wide-straight-jeans .image0 .button-plus {
    top: 90.9333vw;
    right: 28.8vw;
  }
  #section-bottoms-M #wide-straight-jeans .image1 {
    position: relative;
    padding-left: 28vw;
  }
  #section-bottoms-M #wide-straight-jeans .image1 .button-plus {
    top: 59.7333vw;
    left: 35.2vw;
  }
  #section-bottoms-M #wide-straight-jeans .js-reveal-slide {
    margin-top: 16px;
  }
  #section-tops-M .section-title {
    padding: 0 4.2667vw;
    justify-content: space-between;
    margin-bottom: 8px;
  }
  #section-tops-M #washable-crewneck-sweater {
    margin-bottom: 88px;
  }
  #section-tops-M #washable-crewneck-sweater .image0 {
    position: relative;
    width: 72vw;
  }
  #section-tops-M #washable-crewneck-sweater .image0 .button-plus {
    top: 27.2vw;
    left: 36.2667vw;
  }
  #section-tops-M #washable-crewneck-sweater .image1 {
    position: relative;
    padding-left: 8.5333vw;
  }
  #section-tops-M #washable-crewneck-sweater .image1 .button-plus {
    top: 44.8vw;
    right: 32vw;
  }
  #section-tops-M #washable-crewneck-sweater .js-reveal-slide {
    margin-top: 16px;
  }
  #sweat-half-zip-pullover {
    margin-bottom: 88px;
  }
  #sweat-half-zip-pullover h3 {
    padding-right: 8.5333vw;
    color: #DBDBDB;
    text-align: right;
    font-family: "UniqloPro Regular", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    /* 24px */
    letter-spacing: -0.96px;
    text-transform: uppercase;
  }
  #sweat-half-zip-pullover .image0 {
    position: relative;
    padding-right: 8.5333vw;
  }
  #sweat-half-zip-pullover .image0 .button-plus {
    top: 36.2667vw;
    left: 63.4667vw;
  }
  #sweat-half-zip-pullover .js-reveal-slide {
    margin-top: 16px;
  }
  #airism-pique-polo .image0 {
    padding-left: 8.5333vw;
    position: relative;
  }
  #airism-pique-polo .image0 .button-plus {
    top: 81.6vw;
    right: 26.9333vw;
  }
  #airism-pique-polo .js-reveal-slide {
    margin-top: 16px;
  }
  #airism-pique-polo .image1 {
    margin-top: 68px;
    padding-right: 28vw;
    position: relative;
  }
  #airism-pique-polo .image1 .button-plus {
    top: 20.5333vw;
    left: 57.8667vw;
  }
  .item-info [data-component-type=ProductGridText] {
    margin: 16px 4.2667vw 0;
  }
  .item-info [data-component-type=ProductGridText] a {
    display: block;
    position: relative;
    padding-right: 24px;
    border-bottom: 1px solid #ddd;
  }
  .item-info [data-component-type=ProductGridText] a:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M5.64583 1.66797L10.9792 7.66797C11.1475 7.85739 11.1475 8.14262 10.9792 8.33203L5.64583 14.332L4.89844 13.668L9.9362 8L4.89844 2.33203L5.64583 1.66797Z' fill='%23222222'/%3E%3C/svg%3E") no-repeat 0 50%/100%;
  }
  .item-info [data-component-type=ProductGridText] .fr-bff-product_content {
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .item-info [data-component-type=ProductGridText] .fr-bff-product_name,
  .item-info [data-component-type=ProductGridText] .fr-bff-product_price {
    margin-top: 0;
    color: #222;
    font-size: 14px;
    font-style: normal;
    line-height: 142%;
    /* 19.88px */
    letter-spacing: -0.28px;
  }
  .item-info [data-component-type=ProductGridText] .fr-bff-product_name {
    font-weight: 700;
  }
  .item-info [data-component-type=ProductGridText] .fr-bff-product_price {
    font-weight: 400;
  }
  .card {
    width: 36vw;
    height: 36vw;
  }
}
@media screen and (max-width: 1280px) {
  #section-cover video {
    width: 100%;
  }
  #section-cover img {
    width: 100%;
    display: block;
  }
  .gray-bg {
    background-color: #F2F2F2;
  }
  /* 상품 영역 공통 */
  .section-title {
    padding: 12.8vw 4.2667vw 4.2667vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
  }
  .section-title span {
    font-size: 4.2667vw;
    color: #999;
    font-weight: 700;
  }
  .section-title strong {
    font-size: 8.5333vw;
    text-transform: uppercase;
    color: #222;
  }
  .section-title.outline strong {
    font-size: 6.4vw;
    border-bottom: 2px solid #222;
    padding-bottom: 2.1333vw;
    width: 100%;
    text-align: center;
    display: block;
  }
  .cover-text {
    padding: 6.4vw 4.2667vw;
  }
  .cover-text .title {
    font-size: 6.4vw;
    font-weight: 700;
    margin-bottom: 4.2667vw;
    color: #222;
  }
  .cover-text .desc {
    font-size: 3.7333vw;
    line-height: 1.5;
    color: #666;
  }
  #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: -16.5333vw;
    background-color: rgba(224, 224, 224, 0.9);
    border-radius: 0.9333vw;
    padding: 1.0667vw 3.7333vw;
    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 .flex {
    display: flex;
    align-items: center;
  }
  #section-influencer .bubble-info .title {
    font-size: 2.6667vw;
    margin-right: 4px;
  }
  #section-influencer .bubble-info::after {
    content: "";
    position: absolute;
    bottom: -1.6vw;
    right: 4vw;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 2.1333vw 1.6vw 0;
    border-color: rgba(224, 224, 224, 0.9) rgba(224, 224, 224, 0.9) 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 {
    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: 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) .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: "Bebas Neue", "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: "Bebas Neue", "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;
    font-family: "UniqloPro Regular", sans-serif;
    font-weight: 200;
  }
  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 .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 .fr-bff-product_price {
    font-family: "NanumSquareNeo", "NanumSquare", sans-serif;
    font-size: 3.7333vw;
    font-weight: 400;
    color: #4b506c;
    line-height: 1.42;
    letter-spacing: -0.0747vw;
  }
  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) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .related-products {
    padding: 48px 16px 64px;
    background: #F8F8F7;
  }
  .related-products h2 {
    color: #222;
    font-weight: 700;
    font-size: 4.8vw;
    text-align: center;
    margin-bottom: 6.4vw;
  }
  #section-tops .section-header {
    background-color: #99617B;
  }
  #section-tops .gray-bg {
    background-color: #ECE9EA;
  }
  #section-tops .product-slider .img-box {
    position: relative;
    width: 100%;
    height: 137.0667vw;
    background-color: #e0e0e0;
  }
  #section-tops .product01 li {
    width: 91.4667vw;
  }
  #section-tops .product01 li .action-btn {
    top: 51.7333vw;
    right: 24.2667vw;
  }
  #section-tops .product02 {
    margin-top: 16vw;
    padding-bottom: 12.8vw;
  }
  #section-tops .product02 .layered-images {
    position: relative;
    width: 100%;
    padding: 0 4.2667vw;
  }
  #section-tops .product02 .layered-images .action-btn {
    top: 22.4vw;
    left: 20vw;
  }
  #section-tops .product02 .layered-images .img-main {
    position: relative;
    width: 82.9333vw;
    height: 124.5333vw;
    border: 1px solid #B5859D;
    z-index: 1;
  }
  #section-tops .product02 .layered-images .img-sub {
    position: relative;
    margin-top: -14.4vw;
    margin-left: -6.4vw;
    left: 59.48%;
    width: 45.3333vw;
    border: 1px solid #B5859D;
    z-index: 2;
  }
  #section-tops .product02 .layered-images .img-sub .action-btn {
    top: 21.3333vw;
    left: 23.4667vw;
  }
  #section-tops .product02 .product-info-btn {
    position: absolute;
    padding: 3.7333vw 0;
  }
  #section-tops .product02 .product-info-btn .name {
    white-space: nowrap;
  }
  #section-tops .product03 {
    margin-top: 17.0667vw;
  }
  #section-tops .product03 .img-box {
    position: relative;
    width: 100%;
    height: 149.8667vw;
    background-color: #e0e0e0;
  }
  #section-tops .product03 .img-box .action-btn {
    top: 61vw;
    left: 62.5333vw;
  }
  #section-tops .product04 {
    margin-top: 17.0667vw;
  }
  #section-tops .product04 .img-box {
    position: relative;
  }
  #section-tops .product04 .img-box:first-child {
    width: 58.1333vw;
    height: 86.9333vw;
  }
  #section-tops .product04 .img-box:first-child .action-btn {
    top: 20.2667vw;
    left: 40.8vw;
  }
  #section-tops .product05 {
    margin-top: 17.0667vw;
  }
  #section-tops .product05 .img-box {
    position: relative;
  }
  #section-tops .product05 .img-box:first-child {
    width: 91.4667vw;
    margin-left: auto;
  }
  #section-tops .product05 .img-box:first-child .product-info-btn {
    padding-left: 0;
  }
  #section-tops .product05 .img-box:first-child .action-btn {
    top: 37.3333vw;
    left: 62.4vw;
  }
  #section-tops .product05 .product-slider .img-box:first-child {
    width: 100vw;
    height: auto;
    margin-left: auto;
  }
  #section-tops .product05 .product-slider li:nth-of-type(2) .action-btn {
    top: 27.3333vw;
    left: 30.4vw;
  }
  #section-tops .product06 {
    margin-top: 17.0667vw;
  }
  #section-tops .product06 .img-box {
    position: relative;
  }
  #section-tops .product06 .img-box:first-child {
    width: 91.4667vw;
    margin-left: auto;
  }
  #section-tops .product06 .img-box:first-child .product-info-btn {
    padding-left: 0;
  }
  #section-tops .product06 .img-box:first-child .action-btn {
    top: 37.3333vw;
    left: 62.4vw;
  }
  #section-tops .product07 {
    margin-top: 17.0667vw;
  }
  #section-tops .product07 .img-main {
    position: relative;
    width: 91.4667vw;
  }
  #section-tops .product07 .img-main .action-btn {
    top: 52vw;
    left: 52.8vw;
  }
  #section-tops .product07 .img-sub {
    position: relative;
    width: 58.1333vw;
    margin-left: auto;
  }
  #section-tops .product07 .img-sub .action-btn {
    top: 16.2667vw;
    left: 26.6667vw;
  }
  #section-bottoms .section-header {
    background-color: #506F6F;
  }
  #section-bottoms .gray-bg {
    background: #D4D9D9;
  }
  #section-bottoms .product01 ul li:first-child {
    width: 91.4667vw;
    height: 137.0667vw;
  }
  #section-bottoms .product01 ul li:first-child .action-btn {
    top: 70.5333vw;
    left: 57.6vw;
  }
  #section-bottoms .product01 ul li:last-child {
    width: 63.7333vw;
    height: 95.4667vw;
  }
  #section-bottoms .product01 ul li:last-child .action-btn {
    top: 67.7333vw;
    right: 16.2667vw;
  }
  #section-bottoms .product01 .img-box {
    position: relative;
  }
  #section-bottoms .product01 .product-info-btn .name, #section-bottoms .product01 .product-info-btn .price {
    color: #2F3944;
  }
  #section-bottoms .product02 {
    padding: 0 4.2667vw;
    margin-top: 17.0667vw;
  }
  #section-bottoms .product02 .layered-images {
    position: relative;
    width: 100%;
    margin-bottom: 44.8vw;
  }
  #section-bottoms .product02 .layered-images .img-main {
    position: relative;
    width: 82.9333vw;
    height: 124.5333vw;
    margin-left: auto;
    background-color: #e0e0e0;
    z-index: 1;
    border: 1px solid #678484;
  }
  #section-bottoms .product02 .layered-images .img-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  #section-bottoms .product02 .layered-images .img-main .action-btn {
    top: 64.9333vw;
    left: 37.9333vw;
  }
  #section-bottoms .product02 .layered-images .img-sub {
    position: absolute;
    width: 42.1333vw;
    height: 63.7333vw;
    background-color: #c0c0c0;
    bottom: -44.8vw;
    left: 0;
    z-index: 2;
    border: 1px solid #678484;
  }
  #section-bottoms .product02 .layered-images .img-sub img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  #section-bottoms .product02 .layered-images .img-sub .action-btn {
    top: 40.2667vw;
    left: 24.8vw;
  }
  #section-bottoms .product02 .product-info-btn {
    padding-left: 0;
  }
  #section-bottoms .product03 {
    margin-top: 74.6667vw;
  }
  #section-bottoms .product03 .product-slider::-webkit-scrollbar {
    display: none;
  }
  #section-bottoms .product03 .product-slider .product-slide .img-box {
    position: relative;
    width: 100%;
    height: 149.8667vw;
    background-color: #e0e0e0;
  }
  #section-bottoms .product03 .product-slider .product-slide .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  #section-bottoms .product03 .product-slider .product-slide:nth-of-type(1) .action-btn {
    top: 94.4vw;
    left: 61.6vw;
  }
  #section-bottoms .product03 .product-slider .product-slide:nth-of-type(2) .action-btn {
    top: 138.6667vw;
    left: 61.6vw;
  }
  #section-bottoms .product04 {
    margin-top: 17.0667vw;
  }
  #section-bottoms .product04 .img-main {
    position: relative;
    width: 91.4667vw;
  }
  #section-bottoms .product04 .img-main .action-btn {
    top: 84.2667vw;
    left: 60.2667vw;
  }
  #section-bottoms .product04 .img-sub {
    position: relative;
    width: 58.1333vw;
    margin-left: auto;
  }
  #section-bottoms .product04 .img-sub .product-info-btn {
    justify-content: flex-end;
  }
  #section-bottoms .product04 .img-sub .action-btn {
    top: 74.1333vw;
    left: 21.0667vw;
  }
  #section-bottoms .product05 {
    margin-top: 17.0667vw;
  }
  #section-bottoms .product05 .img-main {
    position: relative;
    width: 80.8vw;
  }
  #section-bottoms .product05 .img-main .action-btn {
    top: 69.6vw;
    left: 53.6vw;
  }
  #section-bottoms .product05 .img-sub {
    position: relative;
    width: 100vw;
  }
  #section-bottoms .product05 .img-sub .action-btn {
    top: 112vw;
    left: 9.3333vw;
  }
  #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;
  }
}
@media screen and (max-width: 402px) {
  .tab-content ul li a {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.content-wrap {
  opacity: 0;
  transform: translateX(80px);
  transition: opacity 1.25s cubic-bezier(0.16, 1, 0.3, 1), transform 1.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.content-wrap.visible {
  opacity: 1;
  transform: translateX(0);
}

.splide__arrow,
.splide__pagination {
  display: none !important;
}

.splide__slide {
  cursor: grab;
}
.splide__slide:active {
  cursor: grabbing;
}

.card {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
  transition: transform 0.6s ease;
  filter: brightness(0.85);
}
.card:hover img {
  /*transform: scale(1.04);
  filter: brightness(1);*/
}

.card-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 50px 14px 14px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
}

.card-num {
  font-family: "Bebas Neue", sans-serif;
  font-size: 10px;
  letter-spacing: 3px;
  color: #c8a96e;
  margin-bottom: 2px;
}

.card-name {
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #f0ece3;
}

.card-center {
  display: flex;
  justify-content: center;
  gap: 0;
  padding: 0 24px;
}

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