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

img {
  max-width: 100%;
}

video {
  max-width: 100%;
}

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

.only-pc {
  display: block;
}

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

.ac {
  text-align: center;
}

.wrapper:not(:has(header nav)) #summerEssential {
  margin-top: -57px !important;
}

.wrapper:not(:has(header nav)) .fr-fixedAnchor.-isFixed {
  top: 0px !important;
  opacity: 1;
  pointer-events: auto !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); /* 구버전 브라우저 대응 */
  clip-path: inset(50%); /* 최신 브라우저 표준 */
  white-space: nowrap;
  border: 0;
}

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

.img-box {
  position: relative;
}

.section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.section-title strong {
  font-family: "NanumSquareNeo", sans-serif;
  font-weight: 700;
}

.action-btn {
  position: absolute;
  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);
}
.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-shortpants {
  background: #FFFAEB;
  padding-bottom: 64px;
}

.link__list {
  display: flex;
  align-items: center;
  /*&:not([data-size="2"]){
    li{
      .product-info-btn{
        padding:14px 20px 14px 0;
      }
    }

  }*/
  /*&[data-size="2"]{
    li{padding:12px 16px;}
  }*/
  /*&[data-size="2"]{
    li{
      .product-info-btn{
        gap:8px; justify-content: center;
        flex-direction: column; align-items: flex-start;

      }
    }

  }*/
}
.link__list li {
  flex: 1;
}
.link__list li[data-style=horizon] .product-info-btn {
  padding: 14px 20px 14px 0;
}
.link__list li[data-style=horizon] .product-info-btn .price {
  width: 100%;
}
.link__list li[data-style=horizon] .product-info-btn .price .fr-bff-product_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.link__list li .product-info-btn {
  position: relative;
  width: 100%;
  justify-content: space-between;
  gap: 8px;
}
.link__list li .product-info-btn .price {
  display: block;
  width: 100%;
}
.link__list li .product-info-btn .price .fr-bff-product_gender, .link__list li .product-info-btn .price .fr-bff-product_sizes, .link__list li .product-info-btn .price .fr-bff-product_reviewStars, .link__list li .product-info-btn .price .fr-bff-product_futureExhibition {
  display: none;
}
.link__list li .product-info-btn .price .fr-bff-product_price {
  margin-top: 0;
  font-weight: 500;
  font-size: 14px;
}
.link__list .name {
  display: block;
  font-family: "NanumSquareNeo", sans-serif;
  font-size: 14px;
  text-align: left;
  color: #403D33;
}

.product__list .product-title {
  position: relative;
  padding: 8px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  background: #fff;
  border: 1px solid #403D33;
  border-radius: 4px;
}
.product__list .product-title-wrap {
  display: flex;
  justify-content: center;
}
.product__list .product-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='10' viewBox='0 0 23 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_7743_22706' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='23' height='10'%3E%3Crect width='23' height='10' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_7743_22706)'%3E%3Cpath d='M10.0771 5.38965C10.2733 5.70102 10.7267 5.70102 10.9229 5.38965L19.5039 -8.2334C19.7135 -8.56624 19.4743 -8.9997 19.0811 -9H1.91895C1.52569 -8.9997 1.28646 -8.56624 1.49609 -8.2334L10.0771 5.38965Z' fill='white' stroke='%23403D33'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.product__list .product-title span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
}
.product__list .swiper-parent {
  margin-top: 24px;
}
.product__list .swiper-parent .-bgNone {
  background: transparent;
}

.img-box-gif {
  position: relative;
}
.img-box-gif .img-box {
  position: relative;
  opacity: 0;
  visibility: hidden;
  animation: imageCrossFade 6s infinite linear;
}
.img-box-gif .img-box:nth-of-type(n+2) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-box-gif .img-box:nth-child(1) {
  animation-delay: 0s;
}
.img-box-gif .img-box:nth-child(2) {
  animation-delay: 2s;
}
.img-box-gif .img-box:nth-child(3) {
  animation-delay: 4s;
}

.section-shortpants #shortpants01 .action-btn:nth-of-type(1) {
  left: 15.4667vw;
  top: 85.3333vw;
}
.section-shortpants #shortpants01 .action-btn:nth-of-type(2) {
  right: 16.2667vw;
  top: 85.3333vw;
}
.section-shortpants #shortpants02 {
  margin-top: 64px;
}
.section-shortpants #shortpants02-1 {
  margin: 0 40px;
}
.section-shortpants #shortpants02-1 .action-btn {
  right: 25.8667vw;
  bottom: 13.3333vw;
}
.section-shortpants #shortpants02-2 {
  width: 58.1333vw;
  margin-top: 40px;
  margin-right: 0;
  margin-left: auto;
}
.section-shortpants #shortpants02-2 .action-btn {
  right: 11.2vw;
  bottom: 33.6vw;
}
.section-shortpants #shortpants02 .link__list {
  margin: 0 40px;
}
.section-shortpants #shortpants02 .swiper-shortpants {
  margin-top: 40px;
}
.section-shortpants .swiper-shortpants {
  margin-top: 40px;
}
.section-shortpants .product__list .product-title span {
  border: 1px solid #F8E7B4;
}

.section-tshirts {
  background: #E5EFFE;
  padding-bottom: 64px;
}
.section-tshirts #tshirts01 .link__list {
  margin: 0 16px;
}
.section-tshirts #tshirts02 {
  margin-top: 64px;
}
.section-tshirts .product__list .product-title span {
  border: 1px solid #BDDCFF;
}

.section-linen {
  background: #fff;
  padding-bottom: 64px;
}
.section-linen #linen02 {
  margin: 64px 8.5333vw 0;
}
.section-linen #linen03 {
  margin-top: 40px;
}
.section-linen .product-title {
  background: #E2EEFF;
}
.section-linen .product-title span {
  border: 1px solid #fff;
}
.section-linen .product-title:before {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='10' viewBox='0 0 23 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_7743_22706' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='23' height='10'%3E%3Crect width='23' height='10' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_7743_22706)'%3E%3Cpath d='M10.0771 5.38965C10.2733 5.70102 10.7267 5.70102 10.9229 5.38965L19.5039 -8.2334C19.7135 -8.56624 19.4743 -8.9997 19.0811 -9H1.91895C1.52569 -8.9997 1.28646 -8.56624 1.49609 -8.2334L10.0771 5.38965Z' fill='%23E2EEFF' stroke='%23403D33'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.section-product-list .tab-area .tab-button {
  display: flex;
}
.section-product-list .tab-area .tab-button li {
  width: 50%;
  border-bottom: 1px solid #eee;
}
.section-product-list .tab-area .tab-button li button {
  display: block;
  padding: 14px 0;
  width: 100%;
  font-size: 14px;
  text-align: center;
  font-family: "NanumSquareNeo", sans-serif;
}
.section-product-list .tab-area .tab-button li.active {
  border-color: #222;
}
.section-product-list .tab-contents {
  margin: 0 16px;
  display: none;
}
.section-product-list .tab-contents.active {
  display: block;
}

@media screen and (min-width: 1280px) {
  .only-mo {
    display: none !important;
  }
  .inner_layout {
    width: 1200px;
    margin: 0 auto;
  }
  .img-box {
    display: inline-block;
  }
  .section-visual {
    background-image: url(https://image.uniqlo.com/UQ/ST3/kr/imagesother/Feature/contents/2606_summer/visual-main-bg.png);
    background-size: cover;
  }
  .section-visual .video-layout {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
  }
  .section-visual .video-layout .video-wrap {
    order: 2;
    width: 450px;
  }
  .section-visual .video-layout .video-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section-visual .video-layout p {
    align-self: center;
    transform: translateY(-70%);
    order: 1;
    color: #fff;
    font-family: "NanumSquareNeo", sans-serif;
    font-size: 45px;
    font-weight: 700;
  }
  .section-visual .video-layout p span {
    position: relative;
    display: inline-block;
  }
  .section-visual-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .section-anchor__list {
    background-image: url("https://image.uniqlo.com/UQ/ST3/kr/imagesother/Feature/contents/2606_summer/anchor-list-bg-pc.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  .section-anchor__list .inner_layout {
    padding: 12px 0 36px;
  }
  .section-anchor__list .inner_layout div {
    display: flex;
    justify-content: space-around;
    width: 740px;
    margin: 0 auto;
  }
  .section-anchor__list .inner_layout div:nth-of-type(3) {
    align-items: flex-start;
    justify-content: space-between;
    padding-left: 90px;
    padding-right: 67px;
  }
  .section-anchor__list .inner_layout div button[data-link=".js-fixedAnchor_1"] {
    width: 210px;
  }
  .section-anchor__list .inner_layout div button[data-link=".js-fixedAnchor_2"] {
    width: 204px;
    margin-top: 10px;
  }
  .section-anchor__list .inner_layout div button[data-link=".js-fixedAnchor_3"] {
    width: 192px;
    margin-top: -48px;
  }
  .section-anchor__list .inner_layout div button[data-link=".js-fixedAnchor_4"] {
    width: 166px;
    margin-top: -18px;
  }
  .section-anchor__list .inner_layout div button[data-link=".js-fixedAnchor_5"] {
    width: 144px;
    margin-top: 40px;
  }
  .section-anchor__list .inner_layout div button[data-link=".js-fixedAnchor_6"] {
    width: 129px;
    margin-top: 95px;
  }
  .section-anchor__list .inner_layout div button[data-link=".js-fixedAnchor_7"] {
    width: 180px;
    margin-top: 40px;
  }
  .section-title {
    padding: 64px 0 80px;
    /*.section-uv &{
      padding-top:100px;
    }*/
  }
  .section-title span {
    width: 64px;
  }
  .section-title strong {
    font-size: 34px;
  }
  .section-title span.logo {
    width: 140px;
  }
  .action-btn {
    width: 18px;
    height: 18px;
  }
  .product__list {
    margin-top: 64px;
  }
  .product__list .swiper-parent {
    width: 1168px;
    margin: 24px auto 0;
  }
  .link__list li[data-style=horizon] .product-info-btn {
    padding: 14px 0;
  }
  .link__list li[data-style-pc=horizon] {
    width: 100%;
  }
  .link__list li[data-style-pc=horizon] .product-info-btn {
    padding: 14px 0;
  }
  .link__list li[data-style-pc=horizon] .product-info-btn .price .fr-bff-product_content {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
  }
  .link__list li[data-align-pc=start] .product-info-btn {
    justify-content: flex-start;
    gap: 8px;
    padding: 14px 0;
  }
  .link__list li[data-align-pc=start] .product-info-btn .price {
    width: auto;
  }
  .link__list li[data-align-pc=start] .product-info-btn .price .fr-bff-product_content {
    gap: 8px;
  }
  .link__list li[data-align-pc=end] .product-info-btn {
    justify-content: flex-end;
    gap: 8px;
    padding: 14px 0;
  }
  .link__list li[data-align-pc=end] .product-info-btn .price {
    width: auto;
  }
  .link__list li[data-align-pc=end] .product-info-btn .price .fr-bff-product_content {
    gap: 8px;
  }
  .link__list li .product-info-btn {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .link__list li .product-info-btn .ic-chevron {
    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.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='%23403D33'/%3E%3C/svg%3E%0A");
  }
  .section-shortpants #shortpants01 .action-btn:nth-of-type(1) {
    left: 158px;
    top: 600px;
  }
  .section-shortpants #shortpants01 .action-btn:nth-of-type(2) {
    right: 280px;
    top: 560px;
  }
  .section-shortpants #shortpants01 .link__list {
    width: 740px;
    margin: 0 auto;
  }
  .section-shortpants #shortpants02 {
    margin: 64px auto 0;
    width: 690px;
    display: flex;
    flex-direction: column;
  }
  .section-shortpants #shortpants02-1 {
    order: 1;
    width: 490px;
  }
  .section-shortpants #shortpants02-1 .action-btn {
    right: 172px;
    bottom: 82px;
  }
  .section-shortpants #shortpants02-2 {
    order: 2;
    align-self: flex-end;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: -126px;
  }
  .section-shortpants #shortpants02-2 .img {
    width: 274px;
  }
  .section-shortpants #shortpants02-2 .action-btn {
    right: 61px;
    bottom: 162px;
  }
  .section-shortpants #shortpants02 .link__list {
    align-self: flex-end;
  }
  .section-shortpants .swiper-shortpants {
    width: 800px;
    margin: 120px auto 0;
  }
  .section-shortpants .product__list .product-title span {
    border: 1px solid #F8E7B4;
  }
  .section-tshirts #tshirts01 {
    width: 1046px;
    margin: 0 auto;
  }
  .section-tshirts #tshirts01 .swiper-slide:nth-of-type(1) {
    width: 560px !important;
  }
  .section-tshirts #tshirts01 .swiper-slide:nth-of-type(1) .action-btn {
    left: 189px;
    top: 280px;
  }
  .section-tshirts #tshirts01 .swiper-slide:nth-of-type(2) {
    width: 482px !important;
  }
  .section-tshirts #tshirts01 .swiper-slide:nth-of-type(2) .action-btn {
    right: 182px;
    top: 220px;
  }
  .section-tshirts .pc-layout-shirts0203 {
    width: 1176px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .section-tshirts .pc-layout-shirts0203 #tshirts02 {
    width: 330px;
  }
  .section-tshirts .pc-layout-shirts0203 #tshirts02 .img-box-gif .img-box:nth-of-type(1) .action-btn {
    right: 94px;
    top: 198px;
  }
  .section-tshirts .pc-layout-shirts0203 #tshirts02 .img-box-gif .img-box:nth-of-type(2) .action-btn {
    right: 109px;
    top: 133px;
  }
  .section-tshirts .pc-layout-shirts0203 #tshirts02 .img-box-gif .img-box:nth-of-type(3) .action-btn {
    right: 116px;
    top: 133px;
  }
  .section-tshirts .pc-layout-shirts0203 #tshirts03 {
    margin-top: 211px;
    width: 490px;
  }
  .section-tshirts .pc-layout-shirts0203 #tshirts03 .action-btn {
    right: 193px;
    top: 230px;
  }
  .section-tshirts .swiper-tshirts {
    width: 600px;
    margin: 120px auto 0;
  }
  .section-linen {
    width: 1176px;
    margin: 0 auto;
  }
  .section-linen #linen01 {
    display: flex;
    align-items: flex-end;
    gap: 16px;
  }
  .section-linen #linen01 .img-box {
    width: 686px;
    flex-shrink: 0;
  }
  .section-linen #linen01 .link__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    align-items: flex-start;
  }
  .section-linen #linen01 .link__list li {
    width: 100%;
  }
  .section-linen #linen01 .action-btn:nth-of-type(1) {
    left: 140px;
    top: 305px;
  }
  .section-linen #linen01 .action-btn:nth-of-type(2) {
    top: 328px;
    right: 66px;
  }
  .section-linen #linen02 {
    width: 490px;
    margin: 64px auto 0;
  }
  .section-linen #linen02 .action-btn {
    top: 290px;
    right: 152px;
  }
  .section-linen #linen03 {
    margin-top: 120px;
  }
  .section-linen #linen03 .swiper-slide:nth-of-type(1) {
    width: 430px !important;
  }
  .section-linen #linen03 .swiper-slide:nth-of-type(1) .action-btn {
    top: 308px;
    right: 201px;
  }
  .section-linen #linen03 .swiper-slide:nth-of-type(2) {
    width: 500px !important;
    margin-left: 176px;
    margin-top: 204px;
  }
  .section-linen #linen03 .swiper-slide:nth-of-type(2) .action-btn {
    top: 195px;
    right: 191px;
  }
  .section-sleeveless #sleeveless01 {
    width: 520px;
    margin: 0 auto;
  }
  .section-sleeveless #sleeveless01 .action-btn {
    top: 444px;
    right: 127px;
  }
  .section-sleeveless #sleeveless02 {
    width: 1176px;
    margin: 120px auto 0;
    display: flex;
    justify-content: space-between;
  }
  .section-sleeveless #sleeveless02-1 {
    display: flex;
    gap: 16px;
    margin-top: 280px;
  }
  .section-sleeveless #sleeveless02-1 .img {
    position: relative;
    width: 450px;
  }
  .section-sleeveless #sleeveless02-1 .action-btn {
    right: 142px;
    top: 460px;
  }
  .section-sleeveless #sleeveless02-1 .link__list {
    align-self: flex-end;
  }
  .section-sleeveless #sleeveless02-2 {
    width: 330px;
  }
  .section-sleeveless #sleeveless02-2 .action-btn {
    top: 260px;
    right: 103px;
  }
  .section-product-list {
    width: 1176px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1280px) {
  .img-box img {
    width: 100%;
  }
  .only-mo {
    display: block;
  }
  .only-pc {
    display: none;
  }
  .inner_layout {
    width: 100%;
  }
  .section-visual {
    position: relative;
  }
  .section-visual p {
    position: absolute;
    left: 24px;
    top: 64px;
    font-family: "NanumSquareNeo", sans-serif;
    color: #fff;
    font-size: 6.5vw;
    font-weight: 700;
  }
  .section-anchor__list {
    background: url("https://image.uniqlo.com/UQ/ST3/kr/imagesother/Feature/contents/2606_summer/anchor-list-bg.png") no-repeat center center/auto 100%;
    padding-top: 22.4vw;
    padding-bottom: 29.0667vw;
  }
  .section-anchor__list .inner_layout div {
    display: flex;
  }
  .section-anchor__list .inner_layout div[data-list-type=center] {
    justify-content: center;
  }
  .section-anchor__list .inner_layout div + div {
    margin-top: 20px;
  }
  .section-title {
    padding: 40px 0 40px;
  }
  .section-uv .section-title {
    padding-top: 100px;
  }
  .section-title span {
    width: 14.1333vw;
  }
  .section-title strong {
    font-size: 20px;
  }
  .section-title span.logo {
    width: 95px;
  }
  .link__list {
    gap: 14px;
  }
  .link__list .ic-chevron {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    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.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='%23403D33'/%3E%3C/svg%3E%0A");
  }
  .section-shortpants #shortpants01 .link__list {
    padding: 14px;
  }
  .action-btn {
    width: 4.8vw;
    height: 4.8vw;
  }
  .product__list {
    margin-top: 48px;
  }
  .product__list .swiper-parent .-bgNone {
    margin: 0 16px;
    overflow: visible;
  }
  .section-tshirts #tshirts01 .swiper-parent .swiper-slide {
    width: 70%;
  }
  .section-tshirts #tshirts01 .swiper-parent .swiper-slide:nth-child(1) .action-btn {
    left: 22.9333vw;
    top: 34.4vw;
  }
  .section-tshirts #tshirts01 .swiper-parent .swiper-slide:nth-child(2) .action-btn {
    left: 37.6vw;
    top: 30.1333vw;
  }
  .section-tshirts #tshirts02 .img-box-gif {
    margin-left: 40.5333vw;
  }
  .section-tshirts #tshirts02 .img-box-gif .img-box:nth-of-type(1) .action-btn {
    right: 17.6vw;
    top: 33.6vw;
  }
  .section-tshirts #tshirts02 .img-box-gif .img-box:nth-of-type(2) .action-btn {
    right: 16.8vw;
    top: 26.6667vw;
  }
  .section-tshirts #tshirts02 .img-box-gif .img-box:nth-of-type(3) .action-btn {
    right: 20.5333vw;
    top: 21.6vw;
  }
  .section-tshirts #tshirts02 .link__list {
    padding: 14px 14px 14px 0;
    margin-left: 40.5333vw;
  }
  .section-tshirts #tshirts03 {
    margin: 40px min(10.6667vw, 40px) 0;
  }
  .section-tshirts #tshirts03 .action-btn {
    right: 32.8vw;
    top: 42.1333vw;
  }
  .section-linen #linen01 .action-btn:nth-of-type(1) {
    left: 18.4vw;
    top: 44.8vw;
  }
  .section-linen #linen01 .action-btn:nth-of-type(2) {
    right: 10.9333vw;
    top: 52vw;
  }
  .section-linen #linen01 .link__list {
    padding: 14px;
  }
  .section-linen #linen02 .action-btn {
    right: 30.1333vw;
    top: 41.0667vw;
  }
  .section-linen #linen03 .swiper-parent .swiper-slide {
    width: 70%;
  }
  .section-linen #linen03 .swiper-parent .swiper-slide:nth-child(1) .action-btn {
    right: 31.4667vw;
    top: 46.1333vw;
  }
  .section-linen #linen03 .swiper-parent .swiper-slide:nth-child(2) .action-btn {
    right: 25.3333vw;
    top: 29.6vw;
  }
  .section-linen #linen03 .link__list {
    margin: 0 16px;
  }
  .section-sleeveless #sleeveless01 .action-btn {
    right: 23.2vw;
    top: 87.2vw;
  }
  .section-sleeveless #sleeveless01 .link__list {
    margin: 0 16px;
  }
  .section-sleeveless #sleeveless02 {
    margin-top: 64px;
    margin-inline: 16px;
  }
  .section-sleeveless #sleeveless02-1 {
    margin-left: 8.5333vw;
  }
  .section-sleeveless #sleeveless02-1 .action-btn {
    right: 26.6667vw;
    top: 72.2667vw;
  }
  .section-sleeveless #sleeveless02-2 {
    margin-top: -36vw;
    margin-right: 49.3333vw;
  }
  .section-sleeveless #sleeveless02-2 .action-btn {
    right: 12vw;
    top: 32vw;
  }
}
@keyframes imageCrossFade {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  /* 2초 동안 머무르는 타이밍 (전체 6초 중 약 33%) */
  5% {
    opacity: 1;
    visibility: visible;
  }
  33% {
    opacity: 1;
    visibility: visible;
  }
  /* 다음 이미지로 자연스럽게 바통터치하며 사라짐 */
  38% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@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;
  }
}

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