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

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

.tab-menu {
  position: relative;
  top: 0;
  background: #fff;
  overflow-x: auto;
}
.tab-menu.sticky {
  position: sticky;
  padding-bottom: 1px;
}
.tab-menu.sticky > ul {
  justify-content: flex-start;
  border-bottom-width: 0;
}
.tab-menu::-webkit-scrollbar {
  display: none;
}
.tab-menu > ul {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #eee;
  white-space: nowrap;
}
.tab-menu button {
  display: block;
  text-decoration: none;
  color: #666;
  padding: 14px 16px;
  transition: background 0.2s;
  position: relative;
  font-family: "NanumSquareNeo", sans-serif;
  font-weight: 700;
}
.tab-menu button.active {
  color: #222;
}
.tab-menu button.active::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 10;
}

img {
  max-width: 100%;
  vertical-align: top;
}

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

.main-cover {
  position: relative;
  margin-top: 64px;
  width: 100%;
}
.main-cover .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.main-cover .txt h3 {
  font-family: UniqloProRegular, sans-serif;
  font-size: 48px;
  color: #fff;
  font-weight: 400;
}
.main-cover .txt p {
  margin-top: 20px;
  text-align: center;
  font-family: "NanumSquareNeo", sans-serif;
  font-weight: 700;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 142%;
}

section h4 {
  margin-top: 32px;
  font-family: UniqloProRegular, sans-serif;
  font-size: 40px;
  text-align: center;
}
section .items-all div[class^=all] {
  position: relative;
  display: block;
}
section .items-all div[class^=all] .info {
  position: absolute;
  bottom: 24px;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  padding: 0 16px;
}
section .items-all div[class^=all] .info li {
  font-size: 12px;
  text-align: left;
}
section .tooltip {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  z-index: 2;
}
section .tooltip:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
  transition: 0.2s all;
}
section .tooltip:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  opacity: 0;
  z-index: 0;
  transition: 0.2s all;
}
section .tooltip span {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: calc(100% + 16px);
  transform: translateX(-50%);
  white-space: nowrap;
  font-family: "NanumSquareNeo", sans-serif;
  font-weight: 700;
  color: #222;
  font-size: 14px;
  padding: 12px 16px;
  border-radius: 4px;
  background: rgba(221, 221, 221, 0.9);
  opacity: 0;
  transition: 0.2s all;
}
section .tooltip span:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 14px;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  background: url("data:image/svg+xml,%3Csvg width='17' height='13' viewBox='0 0 17 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.63176 12.4806C8.01565 13.1524 8.98435 13.1524 9.36824 12.4806L16.5 0H0.5L7.63176 12.4806Z' fill='%23DDDDDD' fill-opacity='0.9'/%3E%3C/svg%3E%0A") no-repeat top center;
}
section .tooltip.active:before {
  width: 16px;
  height: 16px;
}
section .tooltip.active:after {
  opacity: 1;
}
section .tooltip.active span {
  opacity: 1;
}
section .sticker {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: inline-block;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.8);
  font-family: "NanumSquareNeo", sans-serif;
  font-weight: 700;
  font-size: 12px;
  font-weight: 700;
  color: #222;
}
section .sticker.al {
  right: auto;
  left: 16px;
}
section .letter-ver {
  position: absolute;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #bbb;
}
section[data-label=lineup_01] {
  padding: 0 16px;
}
section[data-label=lineup_01] button {
  margin-top: 40px;
}
section[data-label=lineup_01] .all1-2 {
  margin-top: 24px;
}
section[data-label=lineup_01] .all1-2 .letter-ver {
  right: 76%;
  bottom: 0;
}
section[data-label=lineup_01] #wrap02 {
  margin-top: 24px;
}
section[data-label=lineup_01] #wrap02 .figure01 {
  position: relative;
}
section[data-label=lineup_01] .cut1-1 {
  position: relative;
}
section[data-label=lineup_01] .cut1-1 figure {
  margin: 0 -16px;
}
section[data-label=lineup_01] .cut1-1 .tooltip {
  left: 54%;
  top: 46%;
}
section[data-label=lineup_01] .cut1-1 .deco-txt {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 16px;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-family: "NanumSquareNeo", sans-serif;
  font-weight: 700;
}
section[data-label=lineup_01] .cut1-1 .u-only-pc.letter-ver {
  white-space: nowrap;
  left: -32px;
  top: 0;
  color: #a7a7a7;
  font-size: 14px;
}
section[data-label=lineup_01] .cut1-2 {
  position: relative;
}
section[data-label=lineup_01] .cut1-2 figure {
  margin-top: 64px;
}
section[data-label=lineup_01] .cut1-2 .u-only-pc.letter-ver {
  white-space: nowrap;
  right: -32px;
  bottom: 0;
  transform: none;
  color: #a7a7a7;
  font-size: 14px;
}
section[data-label=lineup_01] .all2-2 {
  position: relative;
  margin: 24px -16px 0;
}
section[data-label=lineup_01] .all2-2 .letter-ver {
  position: absolute;
  left: -32px;
  top: 0;
  color: #a7a7a7;
  font-size: 14px;
}
section[data-label=lineup_01] .cut2-1 {
  position: relative;
  margin-top: 24px;
}
section[data-label=lineup_01] .cut2-1 .letter-ver {
  left: 28%;
  top: 0;
}
section[data-label=lineup_01] .cut2-2 {
  position: relative;
}
section[data-label=lineup_01] .cut2-2 figure {
  margin: 0 -16px;
}
section[data-label=lineup_01] .cut2-2 .bgbox {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #222;
  z-index: 0;
}
section[data-label=lineup_01] .cut2-2 .cut2-2-content {
  position: relative;
  z-index: 1;
}
@keyframes fadeSlide {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  10% {
    opacity: 1;
    pointer-events: auto;
  }
  50% {
    opacity: 1;
    pointer-events: auto;
  }
  60% {
    opacity: 0;
    pointer-events: none;
  }
  100% {
    opacity: 0;
    pointer-events: none;
  }
}
section[data-label=lineup_01] .cut2-2 .cut2-2-content .kfigure2-2 {
  position: relative;
}
section[data-label=lineup_01] .cut2-2 .cut2-2-content .kfigure2-2:nth-child(1) {
  z-index: 0;
}
section[data-label=lineup_01] .cut2-2 .cut2-2-content .wrap-imgTimer {
  position: relative;
}
section[data-label=lineup_01] .cut2-2 .cut2-2-content .wrap-imgTimer .kfigure2-2.u-only-pc {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 588px;
  opacity: 0;
  animation: fadeSlide 6s infinite;
  animation-delay: 3s;
  pointer-events: none;
}
section[data-label=lineup_01] .cut2-2 .deco-txt {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 16px;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-family: "NanumSquareNeo", sans-serif;
  font-weight: 700;
  z-index: 1;
}
section[data-label=lineup_01] .cut2-2 .tooltip {
  left: 38%;
  top: 54%;
}
section[data-label=lineup_01] .cut2-3 {
  position: relative;
}
section[data-label=lineup_01] .cut2-3 figure {
  margin-top: 64px;
}
section[data-label=lineup_01] .cut2-3 .letter-ver {
  transform: none;
  right: 75%;
  bottom: 0;
}
section[data-label=lineup_01] .cut2-4 {
  position: relative;
  margin-top: 24px;
}
section[data-label=lineup_02] {
  padding: 0 16px;
}
section[data-label=lineup_02] #wrap05 {
  margin-top: 24px;
}
section[data-label=lineup_02] .cut1-1 {
  position: relative;
}
section[data-label=lineup_02] .cut1-1 figure {
  margin: 0 -16px;
  position: relative;
}
section[data-label=lineup_02] .cut1-2 {
  padding: 78px 32px;
}
section[data-label=lineup_02] .cut1-2 .ac {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: center;
  margin-top: 16px;
}
section[data-label=lineup_02] .cut1-2 .ac span {
  font-size: 14px;
  color: #888;
  line-height: 142%;
}
section[data-label=lineup_02] .cut1-3 {
  margin: 0 -16px;
}
section[data-label=lineup_02] #wrap06 .bgbox {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  z-index: 0;
}
section[data-label=lineup_02] .cut1-4 {
  position: relative;
  margin: 64px -16px 0;
  display: flex;
  justify-content: flex-end;
}
section[data-label=lineup_02] .cut1-4 p {
  position: relative;
  width: 90%;
}
section[data-label=lineup_02] .cut1-4 .sticker {
  left: 13%;
  right: auto;
}
section[data-label=lineup_02] .cut1-4 .letter-ver {
  top: 0;
  white-space: nowrap;
  right: 92%;
  transform: none;
}
section[data-label=lineup_02] .cut1-5 {
  margin: 64px -16px 0;
}
section[data-label=lineup_02] .cut1-5 figure {
  position: relative;
}
section[data-label=lineup_02] .cut1-5 p {
  position: relative;
  width: 90%;
}
section[data-label=lineup_02] .cut1-5 .sticker {
  right: 14%;
}
section[data-label=lineup_02] .cut1-5 .letter-ver {
  left: 92%;
  top: 0;
  transform: none;
}

.swiper-products-wrap {
  padding: 24px 0;
  border-top: 1px solid #a7a7a7;
}
.swiper-products-wrap:last-child {
  border-bottom: 1px solid #a7a7a7;
}
.swiper-products-wrap .tit {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  margin-bottom: 24px;
  font-family: "NanumSquareNeo", sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-weight: 700;
}
.swiper-products-wrap .tit:after {
  content: "";
  display: flex;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.96967 3.72065C9.26256 3.42775 9.73732 3.42775 10.0302 3.72065L18.5302 12.2206C18.8231 12.5135 18.8231 12.9883 18.5302 13.2812L10.0302 21.7812C9.73732 22.0741 9.26256 22.0741 8.96967 21.7812C8.67678 21.4883 8.67678 21.0135 8.96967 20.7206L16.9394 12.7509L8.96967 4.78119C8.67678 4.4883 8.67678 4.01354 8.96967 3.72065Z' fill='%23222222'/%3E%3C/svg%3E%0A") no-repeat 50%/100% auto;
}
.swiper-products-wrap .swiper-products {
  width: min(1200px, 100%);
  overflow: hidden;
  margin: 0 auto;
}

.related-page {
  padding: 64px 16px 0;
}
.related-page h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 17px;
}
.related-page > ul {
  gap: 0;
  flex-direction: column;
}
.related-page > ul > li {
  border-bottom: 1px solid #EEEEEE;
  padding: 16px 0;
}
.related-page > ul > li figure {
  width: 40%;
  margin-right: 16px;
}
.related-page > ul > li figure img {
  width: 100%;
}
.related-page > ul > li .wrap {
  display: flex;
  align-items: center;
}
.related-page > ul > li .text-area {
  margin-top: 0;
}
.related-page > ul > li .text-area .title {
  font-family: UniqloPro, sans-serif;
  font-size: 20px;
  margin-bottom: 16px;
}
.related-page > ul > li .text-area .desc {
  font-size: 14px;
  line-height: 1.42;
}

@media screen and (min-width: 814px) {
  .tab-menu > ul {
    justify-content: center !important;
  }
  .tab-menu > ul li button {
    width: 180px;
  }
  .tab-menu:not(.sticky) a {
    width: 180px;
  }
  .tab-menu a {
    text-align: center;
  }
  .main-cover .txt h3 {
    font-size: 64px;
  }
  .main-cover .txt p {
    margin-top: 0;
    font-size: 24px;
  }
  section .flex-wrap {
    display: flex;
    justify-content: center;
  }
  section .items-all1 {
    display: flex;
    align-items: flex-end;
  }
  section .items-all1 > div .info {
    bottom: 56px;
    padding: 0 56px;
  }
  section h4 {
    margin-top: 88px;
  }
  section[data-label=lineup_01] {
    padding: 0;
  }
  section[data-label=lineup_01] button.items-all div {
    display: flex;
  }
  section[data-label=lineup_01] button.items-all div .all1-1 {
    margin-top: 228px;
  }
  section[data-label=lineup_01] button.items-all div .all1-2 {
    margin-left: -42px;
    margin-top: 0;
    padding-bottom: 88px;
  }
  section[data-label=lineup_01] .cut1-1 figure {
    position: relative;
    margin: 0 0 110px;
  }
  section[data-label=lineup_01] .cut1-1 .deco-txt {
    font-size: 20px;
  }
  section[data-label=lineup_01] .cut1-2 {
    margin: 0;
  }
  section[data-label=lineup_01] #wrap02 {
    margin-top: 136px;
    padding: 80px;
    gap: 74px;
    align-items: flex-end;
    background: #222;
  }
  section[data-label=lineup_01] #itemsAll2 {
    margin: 136px 0;
  }
  section[data-label=lineup_01] .all2-1 {
    margin-top: 228px;
  }
  section[data-label=lineup_01] .all2-2 {
    margin: 0 0 88px -42px;
  }
  section[data-label=lineup_01] .cut2-2 {
    display: flex;
    justify-content: center;
  }
  section[data-label=lineup_01] .cut2-2 figure {
    margin: 0;
  }
  section[data-label=lineup_01] .cut2-2 .deco-txt {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
  }
  section[data-label=lineup_01] #wrap04 {
    margin-top: 88px;
    padding-bottom: 88px;
    align-items: flex-start;
    gap: 108px;
  }
  section[data-label=lineup_01] #wrap04 .cut2-3 figure {
    margin: 0;
  }
  section[data-label=lineup_01] #wrap04 .cut2-4 {
    margin: 228px 0 0;
  }
  section[data-label=lineup_01] #wrap04 .cut2-4 .sticker {
    right: 16px;
    left: auto;
  }
  section[data-label=lineup_02] {
    padding: 0;
  }
  section[data-label=lineup_02] h4 {
    width: min(1200px, 100%);
    margin: 88px auto 0;
    text-align: left;
  }
  section[data-label=lineup_02] #wrap05 {
    align-items: flex-start;
    margin-top: -60px;
  }
  section[data-label=lineup_02] #wrap05 .cut1-1 {
    order: 2;
  }
  section[data-label=lineup_02] #wrap05 .cut1-1 figure {
    margin: 0 0 0 -176px;
  }
  section[data-label=lineup_02] #wrap05 .cut1-2 {
    margin-top: 380px;
    padding: 88px 264px 88px 88px;
    order: 1;
    background: #f7f7f7;
  }
  section[data-label=lineup_02] #wrap06 {
    align-items: flex-start;
    margin: 88px 0;
    gap: 74px;
  }
  section[data-label=lineup_02] #wrap06 .cut1-4 {
    margin: 88px 0 0;
    padding-right: 30px;
  }
  section[data-label=lineup_02] #wrap06 .cut1-4 .sticker {
    left: 16px;
  }
  section[data-label=lineup_02] #wrap06 .cut1-4 .letter-ver {
    right: 0;
  }
  section[data-label=lineup_02] #wrap06 .cut1-5 {
    margin: 282px 0 88px;
    padding-right: 30px;
    z-index: 1;
  }
  section[data-label=lineup_02] #wrap06 .cut1-5 .sticker {
    right: 16px;
  }
  section[data-label=lineup_02] #wrap06 .cut1-5 .letter-ver {
    right: 0;
    left: auto;
    white-space: nowrap;
  }
  section .swiper-products-wrap {
    padding: 64px 0;
  }
  section .swiper-products-wrap .tit {
    font-size: 24px;
  }
  .related-page {
    padding: 64px 0 0;
  }
  .related-page h3 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 24px;
  }
  .related-page > ul {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 24px;
  }
  .related-page > ul > li {
    border-bottom-width: 0;
  }
  .related-page > ul > li .wrap {
    display: flex;
    gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }
  .related-page > ul > li figure {
    width: 250px;
    margin: 0;
  }
  .related-page > ul > li figure img {
    width: 100%;
  }
  .related-page > ul > li .text-area {
    margin-top: 16px;
  }
  .related-page > ul > li .text-area .title {
    font-family: UniqloPro, sans-serif;
    font-size: 20px;
    margin-bottom: 8px;
    display: block;
  }
  .related-page > ul > li .text-area .desc {
    font-size: 14px;
    line-height: 1.42;
  }
}

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