@charset "UTF-8";
.wrapper:not(:has(header nav)) #celeb01 {
  margin-top: -57px !important;
}

.wrapper:not(:has(header nav)) #celeb01 {
  /*.video-wrapper{
    height: 100svh;
  }*/
}

img {
  max-width: 100%;
}

.free-img {
  max-width: initial;
}

.sticker {
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: inline-flex;
  padding: 8px 8px 8px 12px;
  background: rgba(34, 34, 34, 0.4);
  border-radius: 24px;
  font-family: "NanumSquareNeo", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}
.sticker:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5625 3.75C6.5625 3.87416 6.63541 4.11311 6.8335 4.46191C6.97346 4.70837 7.15323 4.97013 7.34766 5.22803L7.54614 5.48438L7.54688 5.48511C8.22604 6.33935 9.03282 7.07878 9.95068 7.63989C10.3023 7.85477 10.6802 8.05823 11.0464 8.20679C11.419 8.35794 11.7444 8.4375 12 8.4375V9.5625C11.7444 9.5625 11.4191 9.64206 11.0464 9.79321C10.68 9.9418 10.3019 10.1452 9.95068 10.3601C9.14731 10.8518 8.42896 11.4793 7.80688 12.2L7.54614 12.5149C7.27711 12.8525 7.0202 13.2098 6.8335 13.5388C6.63538 13.888 6.5625 14.1267 6.5625 14.25H5.4375C5.4375 13.8183 5.63925 13.3631 5.85498 12.9829C6.08223 12.5825 6.37911 12.1746 6.6665 11.814C7.41816 10.8701 8.32099 10.0386 9.36328 9.40063C9.58774 9.2633 9.83063 9.12615 10.0818 8.99927C9.83097 8.87253 9.5876 8.73647 9.36328 8.59937C8.32087 7.96207 7.41749 7.13084 6.66577 6.1853V6.18457C6.37865 5.82462 6.0821 5.41702 5.85498 5.01709C5.63915 4.63697 5.4375 4.1822 5.4375 3.75H6.5625Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: center;
}
.sticker.ar {
  left: auto;
  right: 16px;
}

.btn-pointer {
  position: absolute;
  padding-left: 36px;
  font-family: UniqloPro Regular, sans-serif;
  font-size: 16px;
  color: #fff;
}
.btn-pointer:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 5H10' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M5 10L5 0' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-color: #575742;
  background-repeat: no-repeat;
  border-radius: 50%;
  z-index: 1;
}
.btn-pointer:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.4);
  background-repeat: no-repeat;
  border-radius: 50%;
  opacity: 0;
  transition: 0.5s;
  animation: pointer-ani 1s alternate infinite;
  z-index: 0;
}
.btn-pointer.ar {
  left: auto;
  right: 16px;
}

@keyframes pointer-ani {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fr-fixedAnchor {
  background: #121212;
  border-bottom: none;
}
.fr-fixedAnchor ul {
  justify-content: center;
}

.visual-wrapper {
  margin-top: 64px;
}
.visual-wrapper .visual-top {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.visual-wrapper .visual-top .slide figure {
  width: 100%;
  height: 100%;
}
.visual-wrapper .visual-top .slide .text-top {
  position: absolute;
  left: 24px;
  top: 24px;
  font-size: 20px;
  color: #fff;
  font-family: UniqloPro Regular, sans-serif;
  font-weight: 600;
}
.visual-wrapper .visual-top .slide .texts {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 24px 24px 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #fff;
  font-family: UniqloPro Regular, sans-serif;
}
.visual-wrapper .visual-top .slide .texts .text01 {
  position: relative;
  flex-direction: column;
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-size: min(88px, 23vw);
  line-height: 1;
}
.visual-wrapper .visual-top .slide .texts .text01 span:nth-of-type(2) {
  position: relative;
  width: 100%;
  text-align: right;
}
.visual-wrapper .visual-top .slide .texts .text02 {
  position: absolute;
  right: 0;
  bottom: calc(100% - 52px);
  font-style: normal;
  font-size: 18px;
  transform: translateY(100%);
}
.visual-wrapper .visual-top .slide .texts .text03 {
  font-family: "NanumSquareNeo", sans-serif;
  font-size: 15px;
}
.visual-wrapper .visual-top .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.visual-wrapper .visual-top .slide.active {
  opacity: 1;
  top: 0;
}
.visual-wrapper .visual-swiper {
  position: absolute;
  left: 0;
  top: 64px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}

.video-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: #222;
  z-index: -1;
}
.video-wrapper .video-thumb video {
  width: 100%;
}

.lineups-bg {
  position: relative;
  padding: 40px 16px;
  background: #222;
}

.lineups-wrapper {
  display: flex;
  gap: 40px 16px;
  flex-wrap: wrap;
}
.lineups-wrapper > li button {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
}
.lineups-wrapper > li button em {
  position: relative;
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  font-family: "NanumSquareNeo", sans-serif;
}
.lineups-wrapper > li button em:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4.5C12 4.977 12.4581 5.68929 12.9219 6.28714C13.5181 7.05857 14.2306 7.73164 15.0475 8.24529C15.66 8.63036 16.4025 9 17 9M17 9C16.4025 9 15.6594 9.36964 15.0475 9.75471C14.2306 10.269 13.5181 10.9421 12.9219 11.7122C12.4581 12.3107 12 13.0243 12 13.5M17 9H2' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  background-position: center;
}
.lineups-wrapper > li button .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.lineups-wrapper > li button .img:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: #222;
  transition: 0.5s;
}
.lineups-wrapper > li button .img img {
  width: 100%;
  object-fit: cover;
  transform: scale(1.2);
  transition: 0.5s 0.2s all, 0s 0.9s opacity;
  opacity: 0;
}
.lineups-wrapper > li.on .img img {
  transform: scale(1);
  opacity: 1;
  transition: 0.5s 0.2s all, 0.9s 0s opacity;
}
.lineups-wrapper > li.on .img:after {
  height: 0;
}

.lineup figure {
  position: relative;
}
.lineup-txt {
  font-family: "NanumSquareNeo", sans-serif;
  color: #bbb;
  word-break: keep-all;
}
.lineup .title div {
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.lineup .title div strong {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  font-family: "NanumSquareNeo", sans-serif;
}
.lineup#outer {
  background: #121212;
}
.lineup#outer .title {
  opacity: 0;
  transition: 0.8s all;
}
.lineup#outer .img1 {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s ease-in-out;
}
.lineup#outer .img2 {
  margin-top: 80px;
}
.lineup#outer .img2 figure {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.5s;
}
.lineup#outer .img2 figure.on {
  opacity: 1;
  transform: translateY(0);
}
.lineup#outer .img3 {
  margin-top: 80px;
  overflow: hidden;
  background: url(https://image.uniqlo.com/UQ/ST3/kr/imagesother/Feature/contents/2509_leejoon/bg-outer.png) no-repeat;
}
.lineup#outer .img3 figure {
  width: 100vw;
  height: 133vw;
}
.lineup#outer .img3 figure > div {
  position: absolute;
  overflow: hidden;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s linear;
  background: url(https://image.uniqlo.com/UQ/ST3/kr/imagesother/Feature/contents/2509_leejoon/outer03.jpg) center;
}
.lineup#outer.on .img1 {
  transform: translateY(0);
  opacity: 1;
}
.lineup#outer.on .title {
  opacity: 1;
}
.lineup#shirts .title {
  position: relative;
  z-index: 1;
  transform: translateY(40px);
  opacity: 0;
  transition: 0.5s;
}
.lineup#shirts .img-wrap {
  position: relative;
  overflow: hidden;
}
.lineup#shirts .img-wrap:after {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* Safari 지원 */
  opacity: 0;
  transition: 0.5s all;
}
.lineup#shirts .img-wrap.on {
  /*.flex-wrap{transform: translateY(0); opacity: 1;}*/
}
.lineup#shirts .img-wrap.on .title {
  opacity: 1;
  transform: translateY(0);
}
.lineup#shirts .img-wrap.on:after {
  opacity: 1;
}
.lineup#shirts .img2 div {
  margin-bottom: 40px;
}
.lineup#shirts .flex-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  /*opacity: 0;
  transition: 0.5s;*/
  z-index: 1;
}
.lineup#knit {
  background: #222;
}
.lineup#knit .title {
  opacity: 0;
  transition: 0.5s;
}
.lineup#knit .img-wrap {
  position: relative;
}
.lineup#knit .img-wrap > div {
  position: relative;
}
.lineup#pants {
  background: #121212;
}
.lineup#pants .title {
  opacity: 0;
  transition: 0.5s;
}
.lineup#pants .img-wrap {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.5s;
}
.lineup#pants .scroll-wrap .scroll-x .btn-pointer {
  left: 36%;
  top: 27%;
}
.lineup#pants .scroll-wrap .img3 figure {
  transition: 0.5s;
  transform: scale(1.5);
}
.lineup#pants .scroll-wrap .img3.on figure {
  transform: scale(1);
}
.lineup#pants.on .title {
  opacity: 1;
}
.lineup#pants.on .img-wrap {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fadeSlide {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.products-wrap {
  background: #121212;
  padding-bottom: 96px;
}
.products-wrap h4 {
  padding-top: 48px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  font-family: "NanumSquareNeo", sans-serif;
}
.products-wrap > div .tit {
  display: block;
  text-align: center;
  margin-top: 32px;
  font-size: 20px;
  color: #fff;
  font-family: "NanumSquareNeo", sans-serif;
}
.products-wrap > div .wrap-list {
  margin-top: 24px;
}
.products-wrap > div .btn-all {
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-family: "NanumSquareNeo", sans-serif;
  border: 1px solid #fff;
}

@media screen and (max-width: 813px) {
  .visual-wrapper {
    height: calc(100vh - 64px);
  }
  .visual-wrapper .visual-top .slide {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: 0.5s linear top;
  }
  .visual-wrapper .visual-top .slide .texts .text01 span:nth-of-type(1) {
    transform: translateY(30%);
  }
  .visual-wrapper .visual-top .slide .texts .text02 {
    bottom: calc(100% + 16px);
  }
  .visual-wrapper .visual-top .slide .texts .text03 {
    margin-top: 20px;
  }
  .video-wrapper {
    position: relative;
    margin-top: 32px;
    padding: 48px 40px 16px;
    width: 100%;
    height: 121.8vw;
  }
  .lineups-wrapper > li {
    width: calc((100% - 16px) / 2);
  }
  .lineups-wrapper > li button .img {
    height: calc((100vw - 32px - 16px) / 2 * 1.329);
  }
  .lineups-wrapper > li:nth-child(2n) .img:after {
    transition-delay: 0.2s;
  }
  .lineups-wrapper > li:nth-child(2n) .img img {
    transition: 0.4s;
  }
  .lineup-txt {
    font-size: 14px;
    padding: 24px 16px 0;
  }
  .lineup .title {
    padding: 48px 16px 40px;
  }
  .lineup .title > div {
    align-items: flex-start;
    gap: 8px;
  }
  .lineup#outer .img1 {
    padding-right: 17%;
  }
  .lineup#outer .img2 {
    padding-left: 27%;
  }
  .lineup#outer .img2 figure .btn-pointer {
    left: 60%;
    top: 42%;
  }
  .lineup#outer .img3 figure div {
    width: 106px;
    height: 140.98px;
    background-size: 100vw 133vw;
  }
  .lineup#outer .img3 figure.on div {
    width: 100%;
    height: 133vw;
  }
  .lineup#shirts .title > div {
    align-items: flex-end;
  }
  .lineup#shirts .flex-wrap {
    flex-direction: column;
    padding-bottom: 48px;
    transform: translateY(40px);
    height: 100%;
  }
  .lineup#shirts .img-wrap {
    background-image: url(https://image.uniqlo.com/UQ/ST3/kr/imagesother/Feature/contents/2509_leejoon/shirts01.jpg?123);
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .lineup#shirts .img-wrap.on .img2 {
    opacity: 1;
    transform: translateY(0);
  }
  .lineup#shirts .img2 {
    width: calc(100% - 32px);
    margin: 0 16px;
    transform: translateY(40px);
    opacity: 0;
    transition: 0.5s;
  }
  .lineup#shirts .img3 {
    position: relative;
    padding-right: 24%;
    margin: 80px 0;
    transform: translateY(40px);
    opacity: 0;
    transition: 0.5s;
  }
  .lineup#shirts .img3 .btn-pointer {
    left: 31%;
    top: 50%;
  }
  .lineup#shirts .img3.on {
    transform: translateY(0);
    opacity: 1;
  }
  .lineup#knit .title div {
    align-items: center;
  }
  .lineup#knit .img1 figure {
    width: 100%;
    height: 100%;
  }
  .lineup#knit .img1 figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .lineup#knit .img-wrap {
    padding-left: 15%;
  }
  .lineup#knit .img2 {
    padding-right: 28%;
    margin-top: 80px;
  }
  .lineup#knit .img2 .btn-pointer {
    left: 34%;
    top: 50%;
  }
  .lineup#knit .pc-img-wrap {
    padding-bottom: 48px;
  }
  .lineup#knit .pc-img-wrap .img-wrap, .lineup#knit .pc-img-wrap .img2 {
    opacity: 0;
    transform: translateY(40px);
    transition: 0.5s;
  }
  .lineup#knit .title.on {
    opacity: 1;
  }
  .lineup#knit .img-wrap.on, .lineup#knit .img2.on {
    opacity: 1;
    transform: translateY(0);
  }
  .lineup#pants .title > div {
    align-items: flex-end;
  }
  .lineup#pants .img1 {
    padding: 0 16px;
  }
  .lineup#pants .img-wrap {
    padding-bottom: 80px;
  }
  .lineup#pants .scroll-wrap {
    position: relative;
    overflow: hidden;
    padding-top: 240px;
    padding-bottom: 100px;
    margin-top: 80px;
    background-image: url(https://image.uniqlo.com/UQ/ST3/kr/imagesother/Feature/contents/2509_leejoon/bg-pants.jpg?123);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .lineup#pants .scroll-wrap .scroll-x {
    margin-top: -160px;
    padding-left: 17%;
  }
  .lineup#pants .scroll-wrap .scroll-x figure {
    width: 142vw;
    overflow: hidden;
  }
  .products-wrap .btn-all {
    display: block;
    margin: 16px;
    height: 48px;
    line-height: 48px;
    border-radius: 40px;
  }
  .fr-modalChild_container > .flex-center {
    font-size: 12px !important;
  }
}
@media screen and (min-width: 814px) {
  .visual-wrapper {
    pointer-events: none;
  }
  .visual-wrapper .visual-top {
    display: flex;
  }
  .visual-wrapper .visual-top .slide {
    position: relative;
    flex: 1;
  }
  .visual-wrapper .visual-top .slide:nth-child(1) .text-top, .visual-wrapper .visual-top .slide:nth-child(1) .texts, .visual-wrapper .visual-top .slide:nth-child(3) .text-top, .visual-wrapper .visual-top .slide:nth-child(3) .texts {
    display: none;
  }
  .visual-wrapper .visual-top .slide:nth-child(2) .text-top {
    left: 50%;
    transform: translateX(-50%);
  }
  .visual-wrapper .visual-top .slide .texts {
    padding: 40px 30px;
  }
  .visual-wrapper .visual-top .slide .texts .text01 {
    font-size: min(156px, 8vw);
  }
  .visual-wrapper .visual-top .slide .texts .text01 span:nth-of-type(1) {
    transform: translateY(37%);
  }
  .visual-wrapper .visual-top .slide .texts .text02 {
    font-size: 20px;
    right: 8px;
    bottom: calc(100% + 16px);
  }
  .visual-wrapper .visual-top .slide .texts .text03 {
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
  }
  .video-wrapper video {
    height: 100%;
    vertical-align: top;
    object-fit: cover;
  }
  .lineups-bg {
    padding: 96px 0;
  }
  .lineups-wrapper {
    width: 920px;
    max-width: 100%;
    gap: 40px;
    margin: 0 auto;
  }
  .lineups-wrapper > li {
    flex: 1;
  }
  .lineups-wrapper > li .img img {
    transition: 0.5s 0.2s all, 0.9s 0s opacity !important;
  }
  .lineups-wrapper > li:nth-child(2) .img:after {
    transition-delay: 0.3s, 0.1s;
  }
  .lineups-wrapper > li:nth-child(2) .img img {
    transition-delay: 0.4s, 0.2s;
  }
  .lineups-wrapper > li:nth-child(3) .img:after {
    transition-delay: 0.4s, 0.2s;
  }
  .lineups-wrapper > li:nth-child(3) .img img {
    transition-delay: 0.5s, 0.3s;
  }
  .lineups-wrapper > li:nth-child(4) .img:after {
    transition-delay: 0.5s, 0.3s;
  }
  .lineups-wrapper > li:nth-child(4) .img img {
    transition-delay: 0.6s, 0.4s;
  }
  .lineup-txt {
    margin-top: 24px;
    font-size: 18px;
    letter-spacing: -0.46px;
  }
  .lineup .title {
    padding: 96px 0 64px;
  }
  .lineup .title > div {
    align-items: center;
  }
  .lineup#outer {
    padding-bottom: 96px;
  }
  .lineup#outer .frame-wrap {
    display: flex;
    flex-direction: column;
    width: 1176px;
    max-width: 100%;
    margin: 0 auto;
  }
  .lineup#outer .img1 {
    align-self: flex-end;
  }
  .lineup#outer .img1 .lineup-txt {
    width: 540px;
  }
  .lineup#outer .img2 {
    margin-top: -470px;
    align-self: flex-start;
  }
  .lineup#outer .img2 figure .btn-pointer {
    left: 63%;
    top: 44%;
  }
  .lineup#outer .img3 {
    width: 420px;
    height: 558.6px;
    margin-right: 14%;
    margin-top: -140px;
    align-self: flex-end;
  }
  .lineup#outer .img3 figure {
    width: 100%;
    height: 100%;
  }
  .lineup#outer .img3 figure div {
    width: 184px;
    height: 244.72px;
    background-size: 420px;
  }
  .lineup#outer .img3 figure.on div {
    width: 100%;
    height: 100%;
  }
  .lineup#shirts .lineup-txt {
    position: absolute;
    left: 0;
    bottom: 100%;
    margin-top: 0;
    padding-bottom: 48px;
    padding-left: 64px;
  }
  .lineup#shirts .img2 {
    display: flex;
  }
  .lineup#shirts .img-wrap {
    background: url(https://image.uniqlo.com/UQ/ST3/kr/imagesother/Feature/contents/2509_leejoon/shirts01-pc.jpg?123) no-repeat center;
    position: relative;
  }
  .lineup#shirts .img-wrap .img3 {
    align-self: flex-end;
  }
  .lineup#shirts .img-wrap .img3 .btn-pointer {
    left: 41%;
    top: 50%;
  }
  .lineup#shirts .img-wrap .flex-wrap {
    padding-bottom: 96px;
    margin: 0 auto;
    width: 972px;
    max-width: 100%;
  }
  .lineup#shirts .img-wrap .flex-wrap .img2 {
    transform: translateY(40px);
    opacity: 0;
    transition: 0.5s;
  }
  .lineup#shirts .img-wrap .flex-wrap .img3 {
    margin-left: -40px;
    margin-bottom: 68px;
    transform: translateY(40px);
    opacity: 0;
    transition: 0.5s;
  }
  .lineup#shirts .img-wrap.on .flex-wrap .img2 {
    transform: translateY(0);
    opacity: 1;
  }
  .lineup#shirts .img-wrap.on .flex-wrap .img3 {
    opacity: 1;
    transform: translateY(0);
    transition: 0.5s 0.2s;
  }
  .lineup#knit .pc-img-wrap {
    display: flex;
    width: 1176px;
    margin: 0 auto;
    padding-bottom: 96px;
    max-width: 100%;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.5s;
  }
  .lineup#knit .pc-img-wrap .img-wrap {
    flex: 1;
  }
  .lineup#knit .pc-img-wrap .img2 {
    flex: 1;
    margin-left: -2px;
  }
  .lineup#knit .pc-img-wrap .img2 .btn-pointer {
    left: 36%;
    top: 52%;
  }
  .lineup#knit.on .title {
    opacity: 1;
  }
  .lineup#knit.on .pc-img-wrap {
    opacity: 1;
    transform: translateY(0);
  }
  .lineup#pants {
    overflow: hidden;
  }
  .lineup#pants .img1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 100px;
  }
  .lineup#pants .img1 .lineup-txt {
    width: 540px;
  }
  .lineup#pants .img1 figure {
    width: 540px;
  }
  .lineup#pants .bg-wrap {
    padding: 64px 0 100px;
    background-image: url(https://image.uniqlo.com/UQ/ST3/kr/imagesother/Feature/contents/2509_leejoon/bg-pants-pc.jpg?123);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
  }
  .lineup#pants .scroll-wrap {
    display: flex;
    justify-content: center;
    width: 1176px;
    max-width: 100%;
    margin: 0 auto;
  }
  .lineup#pants .scroll-x {
    width: 62%;
    z-index: 1;
  }
  .products-wrap .wrap01 {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
  }
  .products-wrap .btn-all {
    width: 576px;
    display: block;
    margin: 16px auto;
    height: 48px;
    line-height: 48px;
    border-radius: 40px;
  }
}
@media (min-width: 814px) and (max-width: 1176px) {
  .lineup#outer .img2 {
    margin-top: 80px;
  }
  .lineup#outer .img3 {
    margin-top: 80px;
  }
}
@media (min-width: 814px) and (max-width: 1600px) {
  .visual-wrapper .visual-top .slide .texts {
    padding: 40px 10px;
  }
}
/* sticky 색 변경*/
.fr-fixedAnchor_itemLink.-current {
  color: #fff;
}
.fr-fixedAnchor_itemLink.-current:after {
  background-color: #fff;
}

/* 모달 - 착용 사이즈*/
.fr-modalChild_container > .flex-center {
  margin-left: 24px;
  margin-right: 24px;
  padding: 16px 24px;
  background: #f4f4f4;
  font-size: 14px;
}
.fr-modalChild_container > .flex-center > strong {
  display: block;
  padding-left: 32px;
  margin-bottom: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.7749 2.375C16.9034 2.3751 17.0292 2.41541 17.1343 2.48926L22.1089 5.98926C22.3517 6.16027 22.4408 6.4789 22.3218 6.75098L20.5718 10.751C20.4355 11.0618 20.0752 11.2071 19.7613 11.0781L18.3501 10.4961V14.375H21.7505C22.0955 14.3752 22.3755 14.655 22.3755 15V21C22.3755 21.345 22.0955 21.6248 21.7505 21.625H10.5005C10.1553 21.625 9.87551 21.3452 9.87551 21V19.625H7.27493C6.92998 19.6247 6.64993 19.345 6.64993 19V10.4961L5.23684 11.0781C4.92276 11.2071 4.56247 11.0611 4.42629 10.75L2.67727 6.75C2.55849 6.47795 2.64746 6.16019 2.89016 5.98926L7.86575 2.48926L7.94778 2.43945C8.03336 2.39719 8.12882 2.37505 8.22512 2.375H16.7749ZM11.1255 20.375H21.1255V15.625H19.8755V17.5C19.8755 17.845 19.5955 18.1248 19.2505 18.125C18.9053 18.125 18.6255 17.8452 18.6255 17.5V15.625H16.7652V17.5C16.7652 17.845 16.4851 18.1248 16.1402 18.125C15.7951 18.1248 15.5152 17.8451 15.5152 17.5V15.625H13.6255V17.5C13.6255 17.845 13.3455 18.1248 13.0005 18.125C12.6553 18.125 12.3755 17.8452 12.3755 17.5V15.625H11.1255V20.375ZM4.0259 6.7168L5.32571 9.68848L7.03665 8.98438C7.22917 8.90523 7.44951 8.92732 7.62258 9.04297C7.79566 9.15901 7.89993 9.35411 7.89993 9.5625V18.375H9.87551V15C9.87551 14.6548 10.1553 14.375 10.5005 14.375H17.1001V9.5625C17.1001 9.35404 17.2043 9.159 17.3775 9.04297C17.5506 8.92727 17.7708 8.9051 17.9634 8.98438L19.6714 9.68848L20.9722 6.7168L16.5777 3.625H15.8081C15.4919 5.08566 14.0883 6.12464 12.5005 6.125C10.9124 6.12495 9.50825 5.08587 9.19192 3.625H8.42239L4.0259 6.7168ZM10.5005 3.625C10.7862 4.32994 11.5402 4.87496 12.5005 4.875C13.4605 4.87469 14.2139 4.32979 14.4995 3.625H10.5005Z' fill='%23222222'/%3E%3C/svg%3E%0A");
  background-size: 24px 24px;
  background-position: left center;
  background-repeat: no-repeat;
  font-family: "NanumSquareNeo", sans-serif;
}
.fr-modalChild_container > .flex-center span {
  font-weight: 800;
  display: inline-block;
  margin-left: 8px;
  margin-right: 4px;
}

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

.products-wrap .fr-bff-products {
  background-color: transparent !important;
}
.products-wrap .fr-bff-product_colorChipPlusIcon_wrapper {
  fill: #fff !important;
}
.products-wrap a.fr-bff-product_innerLink,
.products-wrap .fr-bff-product_content {
  color: #fff !important;
}
.products-wrap .fr-bff-product_gender {
  color: #8c8c8c;
}
.products-wrap .fr-bff-favorite_icon {
  fill: #fff;
}

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