@charset "UTF-8";
.display-none {
  display: none;
}

.fr-linkButton a {
  color: #fff;
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

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

.fr-fixedAnchor {
  pointer-events: auto !important;
}

.efu-tabMenu-wrapper .efu-tabMenu li.active-under a.content-move-button {
  /*color:#000;
  font-weight: 400;*/
}

/*section1*/
#fw25-section0 {
  position: relative;
}
#fw25-section0 .fw25-visual .fw25-visual-swiper {
  padding: 0 !important;
}
#fw25-section0 .fw25-visual .fw25-visual-swiper .swiper-scrollbar {
  display: none !important;
}
#fw25-section0 .fw25-visual .fw25-visual-swiper .swiper-slide {
  max-width: 476px;
}
#fw25-section0 .fw25-visual .fw25-visual-swiper .swiper-slide .slide-content .slide {
  width: 100%;
  aspect-ratio: 231/400;
  overflow: hidden;
}
#fw25-section0 .fw25-visual .fw25-visual-swiper .swiper-slide .slide-content .slide video, #fw25-section0 .fw25-visual .fw25-visual-swiper .swiper-slide .slide-content .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transform: scale(1);
  transition: transform 4s ease;
}
#fw25-section0 .fw25-visual .fw25-visual-swiper .swiper-slide .slide-content .slide video.scaleApply {
  transform: scale(1.1);
}
#fw25-section0 .fw25-visual .fw25-visual-swiper .swiper-slide.swiper-slide-active .slide-content .slide img, #fw25-section0 .fw25-visual .fw25-visual-swiper .swiper-slide.swiper-slide-active .slide-content .slide video {
  transform: scale(1.3);
}
#fw25-section0 .fw25-visual .custom-progress-bar {
  position: absolute;
  z-index: 2;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 32px);
  height: 3px;
  background: rgba(255, 255, 255, 0.36);
  border-radius: 2px;
}
#fw25-section0 .fw25-visual .progress-fill {
  width: 0;
  height: 100%;
  background: #fff;
  border-radius: 2px;
  transition: width 0.6s ease;
}
#fw25-section0 .fw25-visual .swiper-scrollbar {
  display: none !important;
}
#fw25-section0 .fw25-visual .mainIndex-text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 52.08%, rgba(34, 34, 34, 0.5) 100%);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.14);
  pointer-events: none;
  z-index: 10;
}
#fw25-section0 .fw25-visual .mainIndex-text {
  position: absolute;
  bottom: 124px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 32px);
  height: 204px;
  z-index: 1;
  margin: 0 auto;
}
#fw25-section0 .fw25-visual .mainIndex-text > span.square {
  border: 1px solid #fff;
  display: inline-block;
  width: 198px;
  height: 30px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
#fw25-section0 .fw25-visual .mainIndex-text > span.square.top {
  border-bottom: none;
  top: 0;
}
#fw25-section0 .fw25-visual .mainIndex-text > span.square.low {
  border-top: none;
  bottom: 0;
}
#fw25-section0 .fw25-visual .mainIndex-text > div.fixed-text {
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: "UniqloProRegular";
  font-style: normal;
  font-weight: 400;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#fw25-section0 .fw25-visual .mainIndex-text > div.fixed-text > span:first-child {
  font-size: 24px;
  line-height: 116%;
  display: inline-block;
  width: 100%;
  margin-bottom: 12px;
}
#fw25-section0 .fw25-visual .mainIndex-text > div.fixed-text > span:last-child {
  font-size: 48px;
  line-height: 108%;
  display: inline-block;
  width: 100%;
}
#fw25-section0 .fw25-visual .mainIndex-text > p:last-child {
  position: absolute;
  bottom: -56px;
  width: 100%;
  color: #FFF;
  text-align: center;
  font-family: "NanumSquare";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142%;
  letter-spacing: -0.28px;
}

.mainSection#fw25-section4::after {
  display: none;
}

.title-contents {
  color: #222;
  text-align: center;
  font-family: "UniqloProRegular";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.48px;
  padding-top: 24px;
  margin-bottom: 8px;
}

.efu-tabMenu-wrapper {
  position: relative;
  width: 100%;
  z-index: 13;
  background-color: #fff;
}
.efu-tabMenu-wrapper .efu-tabMenu {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  height: 48px;
}
.efu-tabMenu-wrapper .efu-tabMenu li {
  display: flex;
  width: 100%;
  align-items: center;
  text-align: center;
  height: 48px;
}
.efu-tabMenu-wrapper .efu-tabMenu li .content-move-button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 48px;
  color: #666;
  font-family: "UniqloProLight";
  font-size: 16px;
  font-weight: 300;
  line-height: 142%;
  letter-spacing: -0.56px;
}
.efu-tabMenu-wrapper .efu-tabMenu li .content-move-button.active {
  border-bottom: 1px solid #000;
  color: #222;
  font-weight: 400;
}

.mainSection > div {
  position: relative;
}

.mainSection > div > div.fixed-text {
  position: absolute;
  top: 70.5%;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  opacity: 1;
  z-index: 1;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.mainSection.active > div > div.fixed-text {
  opacity: 1;
  transform: translate(-50%, 0);
}

.mainSection > div > div.fixed-text > span {
  color: #FFF;
  text-align: center;
  font-style: normal;
  display: inline-block;
  width: 100%;
}

.mainSection > div > div.fixed-text > span:first-child {
  font-family: "UniqloProRegular";
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.44px;
}

.mainSection > div > div.fixed-text > span:nth-child(2) {
  font-family: NanumSquare;
  font-size: 14px;
  margin: 12px 0;
  font-weight: 700;
  line-height: 142%;
  letter-spacing: 0.42px;
}

.mainSection > div > div.fixed-text > .XPlusBtn {
  position: relative;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: 1;
  transform: rotate(0deg);
  transition: transform 0.5s ease;
}

.mainSection.active > div > div.fixed-text > .XPlusBtn {
  transform: rotate(225deg);
}

.mainSection > div > div.fixed-text > .XPlusBtn span {
  width: 13px;
  display: inline-block;
  position: absolute;
  color: #fff;
  left: 29%;
  bottom: 47%;
  border: 1px solid #fff;
}

.mainSection > div > div.fixed-text > .XPlusBtn span:first-child {
  transform: rotate(45deg);
}

.mainSection > div > div.fixed-text > .XPlusBtn span:last-child {
  transform: rotate(316deg);
}

#fw25-section4 .styling-modal {
  padding-top: 8px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
#fw25-section4 .styling-modal > div.icon-container {
  position: relative;
}
#fw25-section4 .styling-modal > div.icon-container:after {
  content: "";
  position: absolute;
  background-image: url("https://image.uniqlo.com/UQ/ST3/kr/imagesother/Feature/contents/2509_look/index/Btn-Info.png");
  background-size: contain; /* 추가 */
  background-repeat: no-repeat; /* 추가 */
  background-position: center; /* 추가 */
  right: 8px;
  bottom: 8px;
  width: 23px;
  height: 23px;
  background-color: rgba(102, 102, 102, 0.8);
  border-radius: 50%;
  z-index: 2;
}

@media screen and (min-width: 814px) {
  /*section1*/
  #fw25-section0 {
    position: relative;
  }
  #fw25-section0 .fw25-visual .fw25-visual-swiper {
    padding: 0 !important;
  }
  #fw25-section0 .fw25-visual .fw25-visual-swiper .swiper-scrollbar {
    display: none !important;
  }
  #fw25-section0 .fw25-visual .fw25-visual-swiper .swiper-slide {
    max-width: 476px;
  }
  #fw25-section0 .fw25-visual .swiper-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 0 !important;
    max-height: initial;
  }
  #fw25-section0 .fw25-visual .custom-progress-bar {
    display: none;
  }
  #fw25-section0 .fw25-visual .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  #fw25-section0 .fw25-visual .slide-content {
    width: 100%;
  }
  #fw25-section0 .fw25-visual .swiper-scrollbar {
    display: none;
  }
  #fw25-section0 .fw25-visual .slide-content .slide {
    width: 100%;
    aspect-ratio: 231/400;
    overflow: hidden;
  }
  #fw25-section0 .fw25-visual .slide-content .slide video, #fw25-section0 .fw25-visual .slide-content .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  #fw25-section0 .fw25-visual .mainIndex-text-wrapper {
    background: rgba(0, 0, 0, 0.2);
  }
  #fw25-section0 .fw25-visual .mainIndex-text {
    position: absolute;
    bottom: 180px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 308px;
    z-index: 1;
    margin: 0 auto;
  }
  #fw25-section0 .fw25-visual .mainIndex-text > span.square {
    border: 1px solid #fff;
    display: inline-block;
    width: 297px;
    height: 45px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
  }
  #fw25-section0 .fw25-visual .mainIndex-text > span.square.top {
    border-bottom: none;
    top: 0;
  }
  #fw25-section0 .fw25-visual .mainIndex-text > span.square.low {
    border-top: none;
    bottom: 0;
  }
  #fw25-section0 .fw25-visual .mainIndex-text > div.fixed-text {
    width: 100%;
    color: #fff;
    text-align: center;
    font-family: "UniqloProRegular";
    font-style: normal;
    font-weight: 400;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  #fw25-section0 .fw25-visual .mainIndex-text > div.fixed-text > span:first-child {
    font-size: 36px;
    line-height: 121%;
    display: inline-block;
    width: 100%;
    margin-bottom: 18px;
  }
  #fw25-section0 .fw25-visual .mainIndex-text > div.fixed-text > span:last-child {
    font-size: 72px;
    line-height: 108%;
    display: inline-block;
    width: 100%;
  }
  #fw25-section0 .fw25-visual .mainIndex-text > p:last-child {
    position: absolute;
    bottom: -80px;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-family: "NanumSquare";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 142%;
    letter-spacing: -0.28px;
  }
  #fw25-contents {
    background: #fff;
  }
  .mainSection {
    position: relative;
  }
  .mainSection::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(34, 34, 34, 0) 63.16%, rgba(34, 34, 34, 0.5) 100%);
    pointer-events: none;
  }
  #section4::after {
    content: none;
  }
  #tabMenu {
    padding-top: 48px;
    max-width: 100%;
    margin: 0 auto;
    position: sticky;
    top: -132px;
    z-index: 3;
    background-color: #fff;
  }
  p.title {
    color: #222;
    text-align: center;
    font-family: "UniqloProRegular";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 137%;
    letter-spacing: -1.28px;
    margin-bottom: 48px;
  }
  .mainSection .anchor {
    height: calc(var(--clientHeight) - 64px - 48px);
  }
  .mainSection .anchor .u-only-pc {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  .mainSection > div {
    position: relative;
  }
  .mainSection > div > div.fixed-text {
    position: absolute;
    top: auto;
    bottom: 174px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 1;
  }
  .mainSection > div > div.fixed-text > span {
    color: #FFF;
    text-align: center;
    font-style: normal;
    display: inline-block;
    width: 100%;
  }
  .mainSection > div > div.fixed-text > span:first-child {
    font-family: "UniqloProRegular";
    font-size: 64px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.92px;
  }
  .mainSection > div > div.fixed-text > span:nth-child(2) {
    font-family: NanumSquare;
    font-size: 18px;
    margin: 16px 0;
    font-weight: 700;
    line-height: 153%;
    letter-spacing: 0.54px;
  }
  .title-contents {
    color: #222;
    font-size: 48px;
    font-weight: 400;
    line-height: 137%; /* 87.68px */
    letter-spacing: -1.28px;
    padding-top: 60px;
    padding-bottom: 24px;
  }
  #fw25-section4 {
    max-width: 1200px;
    margin: 0 auto;
  }
  #fw25-section4 .styling-modal {
    padding-top: 8px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 6px;
  }
  #fw25-section4 .styling-modal > div.icon-container {
    position: relative;
  }
  #fw25-section4 .styling-modal > div.icon-container:after {
    content: "";
    position: absolute;
    background-image: url("https://image.uniqlo.com/UQ/ST3/kr/imagesother/Feature/contents/2509_look/index/Btn-Info.png");
    background-size: contain; /* 추가 */
    background-repeat: no-repeat; /* 추가 */
    background-position: center; /* 추가 */
    right: 8px;
    bottom: 8px;
    width: 23px;
    height: 23px;
    background-color: rgba(102, 102, 102, 0.8);
    border-radius: 50%;
    z-index: 2;
  }
}

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