img {
  max-width: 100%;
}

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

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

.product-price .fr-bff-product_gender,
.product-price .fr-bff-product_name,
.product-price .fr-bff-product_futureExhibition,
.product-price .fr-bff-product_sizes,
.product-price .fr-bff-product_reviewStars {
  display: none !important;
}

.only-mo {
  display: none;
}

.only-pc {
  display: block;
}

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

.fr-fixedAnchor {
  left: 0;
}

.ani-down {
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

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

@keyframes rb-fade-1 {

  0%,
  35% {
    opacity: 1;
  }

  50%,
  85% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes rb-fade-2 {

  0%,
  35% {
    opacity: 0;
  }

  50%,
  85% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes action-pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }

  100% {
    transform: translate(-50%, -50%) scale(2.6);
    opacity: 0;
  }
}

.action-ic {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  overflow: visible;
  width: 36px;
  height: 36px;
}

.action-ic::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -50%) scale(1);
  animation: action-pulse 2.4s ease-out infinite;
  pointer-events: none;
}

.action-ic::after {
  animation-delay: 1.2s;
}

[class*=btn] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#section-intro-pc {
  display: flex;
  width: 100%;
  height: 46.25vw;
}

#section-intro-pc .pc-intro-left,
#section-intro-pc .pc-intro-right {
  width: 28.8vw;
  flex-shrink: 0;
  overflow: hidden;
}

#section-intro-pc .pc-intro-left img,
#section-intro-pc .pc-intro-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#section-intro-pc .pc-intro-left img {
  object-position: right center;
}

#section-intro-pc .pc-intro-right img {
  object-position: center;
}

#section-intro-pc .pc-intro-mid {
  flex: 1;
  position: relative;
  overflow: hidden;
}

#section-intro-pc .pc-intro-mid .pc-intro-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 89% center;
  display: block;
}

#section-intro-pc .pc-intro-mid .pc-intro-txt {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 1.667vw 0.833vw 4.083vw;
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 60%, rgba(34, 34, 34, 0.32) 100%);
}

#section-intro-pc .pc-intro-label {
  font-family: "UniqloPro Regular", sans-serif;
  font-weight: 600;
  font-size: 0.833vw;
  line-height: 1em;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
  text-shadow: 0px 4px 48px rgba(0, 0, 0, 0.24);
}

#section-intro-pc .pc-intro-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.833vw;
}

#section-intro-pc .pc-intro-title {
  font-family: "NanumSquare", sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 1.26em;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
  text-shadow: 0px 4px 48px rgba(0, 0, 0, 0.25);
}

#section-intro-pc .pc-intro-body {
  font-family: "NanumSquare", sans-serif;
  font-weight: 500;
  font-size: 0.95vw;
  line-height: 1.42em;
  letter-spacing: -0.028em;
  text-align: center;
  color: #fff;
  text-shadow: 0px 4px 48px rgba(0, 0, 0, 0.16);
}

.intro-logo-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 160px 0;
}

.intro-logo-area img {
  width: 170px;
  display: block;
}

.intro-logo-area p {
  margin-top: 24px;
  font-size: 18px;
  color: #222;
  text-align: center;
  font-weight: 700;
}

#section-line-up {
  background: #fff;
}

#section-line-up .lineup-title {
  display: block;
  padding: 0 4.2667vw 3.2vw;
  font-family: "UniqloPro Regular", sans-serif;
  font-weight: 600;
  font-size: 4.2667vw;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: center;
  color: #222;
}

#section-line-up .line-up-swiper {
  overflow: hidden;
}

#section-line-up .line-up-list {
  display: flex;
}

#section-line-up .line-up-item {
  width: 45.8667vw;
  flex-shrink: 0;
}

#section-line-up .line-up-item a {
  display: block;
  text-decoration: none;
}

#section-line-up .line-up-item .img-box {
  width: 100%;
  aspect-ratio: 172/230;
  overflow: hidden;
  background: #eee;
}

#section-line-up .line-up-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#section-line-up .line-up-item .info-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.1333vw;
  background: #E5D1BF;
  padding: 2.1333vw 4vw;
  min-height: 10.6667vw;
}

#section-line-up .line-up-item .info-box .name {
  font-family: "NanumSquare", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.33;
  letter-spacing: -0.02em;
  color: #634C40;
  text-align: center;
}

#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;
  flex-shrink: 0;
  width: 4.2667vw;
  height: 4.2667vw;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1L6 6L1 1' stroke='%23634C40' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

#section-line-up .line-up-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.2vw;
  margin-top: 3.2vw;
}

#section-line-up .line-up-controls .dots-wrapper {
  display: flex;
  gap: 2.1333vw;
  align-items: center;
  position: static;
  width: auto;
}

#section-line-up .line-up-controls .dots-wrapper .dot {
  width: 2.1333vw;
  height: 2.1333vw;
  border-radius: 50%;
  background: #E5D1BF;
  cursor: pointer;
}

#section-line-up .line-up-controls .dots-wrapper .dot.active {
  background: #9FB9D5;
}

#section-line-up .line-up-controls .btn-pause {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.4vw;
  height: 6.4vw;
  border-radius: 50%;
  background: #E5D1BF;
}

#section-line-up .line-up-controls .btn-pause svg {
  width: 6.4vw;
  height: 6.4vw;
}

#section-line-up .line-up-controls .btn-pause svg:last-child {
  display: none;
}

#section-line-up .line-up-controls .btn-pause .btn-play {
  width: 3.2vw;
  height: 3.2vw;
}

#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-line-up-pc {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0 72px;
}

#section-line-up-pc .lineup-title {
  display: block;
  margin-bottom: 24px;
  font-family: "UniqloPro Regular", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: center;
  color: #222;
}

#section-line-up-pc .lineup-row {
  display: flex;
  gap: 4px;
}

#section-line-up-pc .lineup-card-pc {
  display: block;
  width: 232px;
  text-decoration: none;
  flex-shrink: 0;
}

#section-line-up-pc .lineup-card-pc .img-box {
  width: 100%;
  height: 310px;
  overflow: hidden;
  background: #eee;
}

#section-line-up-pc .lineup-card-pc .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

#section-line-up-pc .lineup-card-pc:hover .img-box img {
  transform: scale(1.04);
}

#section-line-up-pc .lineup-card-pc .info-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: #E5D1BF;
  padding: 10px 15px;
  min-height: 40px;
}

#section-line-up-pc .lineup-card-pc .info-box .name {
  font-family: "NanumSquare", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.33;
  letter-spacing: -0.02em;
  color: #634C40;
  text-align: center;
}

#section-line-up-pc .lineup-card-pc .info-box .icon-arrow-down {
  display: inline-block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1L6 6L1 1' stroke='%23634C40' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

#section-topbratop-pc {
  background: #fff;
  padding: 160px 0;
}

#section-topbratop-pc .tb-pc-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 160px;
}

#section-topbratop-pc .tb-pc-c1 {
  position: relative;
  width: 1176px;
  height: 1053px;
}

#section-topbratop-pc .tb-pc-hero {
  position: absolute;
  left: 576px;
  top: 0;
  width: 568px;
  height: 750px;
  overflow: hidden;
}

#section-topbratop-pc .tb-pc-hero>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

#section-topbratop-pc .tb-pc-hero .action-ic {
  position: absolute;
  left: 199px;
  top: 387px;
}

#section-topbratop-pc .tb-pc-tag {
  position: absolute;
  left: 1042px;
  top: 32px;
  background: #7A90A8;
  padding: 10px 32px;
  font-family: "NanumSquare", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.05em;
  color: #EFEAE4;
  white-space: nowrap;
}

#section-topbratop-pc .tb-pc-products {
  position: absolute;
  left: 0;
  top: 248px;
  display: flex;
  flex-direction: row;
  gap: 2px;
}

#section-topbratop-pc .tb-pc-products .tb-pc-bubble {
  position: absolute;
  left: 46px;
  top: -52px;
  pointer-events: none;
}

#section-topbratop-pc .tb-pc-products .tb-pc-bubble .pick-balloon img {
  display: block;
  height: 76px;
  width: auto;
}

#section-topbratop-pc .tb-pc-card {
  width: 224px;
  height: 302px;
  background: #EFEAE4;
  padding: 18px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

#section-topbratop-pc .tb-pc-card .tb-pc-card-img {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 20px 39px 0;
}

#section-topbratop-pc .tb-pc-card .tb-pc-card-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

#section-topbratop-pc .tb-pc-card .tb-pc-card-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

#section-topbratop-pc .tb-pc-card .tb-pc-card-btn .tb-pc-card-info {
  display: flex;
  flex-direction: column;
  gap: 0;
}

#section-topbratop-pc .tb-pc-card .tb-pc-card-btn svg {
  flex-shrink: 0;
}

#section-topbratop-pc .tb-pc-card .product-name .fr-bff-product_name {
  font-family: "NanumSquare", sans-serif;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 1.42;
  letter-spacing: -0.02em;
  color: #121212;
}

#section-topbratop-pc .tb-pc-card .product-price .fr-bff-product_price {
  font-family: "NanumSquare", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.42;
  letter-spacing: -0.02em;
  color: #121212;
  margin-top: 0;
}

#section-topbratop-pc .tb-pc-action-02 {
  position: absolute;
  left: 309px;
  top: 634px;
  width: 300px;
  height: 418px;
  overflow: hidden;
}

#section-topbratop-pc .tb-pc-action-02>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#section-topbratop-pc .tb-pc-action-02 .action-ic {
  position: absolute;
  left: 160px;
  top: 204px;
}

#section-topbratop-pc .tb-pc-c2 {
  display: flex;
  flex-direction: row;
  gap: 8px;
  width: 1176px;
}

#section-topbratop-pc .tb-pc-motion {
  position: relative;
  width: 386px;
  height: 520px;
  overflow: hidden;
  flex-shrink: 0;
}

#section-topbratop-pc .tb-pc-motion>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#section-topbratop-pc .tb-pc-motion:nth-child(1) .action-ic {
  position: absolute;
  left: 233px;
  top: 323px;
}

#section-topbratop-pc .tb-pc-motion:nth-child(2) .action-ic {
  position: absolute;
  left: 148px;
  top: 304px;
}

#section-topbratop-pc .tb-pc-motion:nth-child(3) .action-ic {
  position: absolute;
  left: 220px;
  top: 213px;
}

#section-racerbackbratop-pc {
  background: #EFEAE4;
  padding: 160px 0;
}

#section-racerbackbratop-pc .rb-pc-wrap {
  display: flex;
  justify-content: center;
}

#section-racerbackbratop-pc .rb-pc-c1 {
  position: relative;
  width: 1176px;
  height: 2361px;
}

#section-racerbackbratop-pc .rb-pc-tag {
  position: absolute;
  left: 0;
  top: 32px;
  background: #7A90A8;
  padding: 10px 32px;
  font-family: "NanumSquare", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.05em;
  color: #EFEAE4;
  white-space: nowrap;
  z-index: 1;
}

#section-racerbackbratop-pc .rb-pc-action-01 {
  position: absolute;
  left: 32px;
  top: 0;
  width: 568px;
  height: 750px;
  overflow: hidden;
}

#section-racerbackbratop-pc .rb-pc-action-01>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#section-racerbackbratop-pc .rb-pc-action-01 .action-ic {
  position: absolute;
  left: 216px;
  top: 254px;
}

#section-racerbackbratop-pc .rb-pc-action-02 {
  position: absolute;
  left: 846px;
  top: 580px;
  width: 330px;
  height: 460px;
  overflow: hidden;
}

#section-racerbackbratop-pc .rb-pc-action-02>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#section-racerbackbratop-pc .rb-pc-action-02 .action-ic {
  position: absolute;
  left: 201px;
  top: 287px;
}

#section-racerbackbratop-pc .rb-pc-action-03 {
  position: absolute;
  left: 304px;
  top: 1160px;
  width: 568px;
  height: 750px;
  overflow: hidden;
}

#section-racerbackbratop-pc .rb-pc-action-03>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#section-racerbackbratop-pc .rb-pc-action-03 .action-ic {
  position: absolute;
  left: 236px;
  top: 239px;
}

#section-racerbackbratop-pc .rb-pc-action-04 {
  position: absolute;
  left: 154px;
  top: 1744px;
  width: 300px;
  height: 332px;
  overflow: hidden;
}

#section-racerbackbratop-pc .rb-pc-action-04>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#section-racerbackbratop-pc .rb-pc-products {
  position: absolute;
  left: 726px;
  top: 2032px;
  display: flex;
  gap: 2px;
}

#section-racerbackbratop-pc .rb-pc-bubble {
  position: absolute;
  left: 59px;
  top: -58px;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
}

#section-racerbackbratop-pc .rb-pc-bubble img {
  height: 88px;
}

#section-racerbackbratop-pc .rb-pc-card {
  width: 224px;
  height: 328px;
  background: #fff;
  padding: 18px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

#section-racerbackbratop-pc .rb-pc-card .rb-pc-card-img {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#section-racerbackbratop-pc .rb-pc-card .rb-pc-card-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

#section-racerbackbratop-pc .rb-pc-card .rb-pc-card-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

#section-racerbackbratop-pc .rb-pc-card .rb-pc-card-btn .rb-pc-card-info {
  display: flex;
  flex-direction: column;
  gap: 0;
}

#section-racerbackbratop-pc .rb-pc-card .rb-pc-card-btn svg {
  flex-shrink: 0;
}

#section-racerbackbratop-pc .rb-pc-card .product-name .fr-bff-product_name {
  font-family: "NanumSquare", sans-serif;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 1.42;
  letter-spacing: -0.02em;
  color: #121212;
}

#section-racerbackbratop-pc .rb-pc-card .product-price .fr-bff-product_price {
  font-family: "NanumSquare", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.42;
  letter-spacing: -0.02em;
  color: #121212;
  margin-top: 0;
}

#section-squareneckbracamisole-pc {
  background: #fff;
  padding: 160px 0;
}

#section-squareneckbracamisole-pc .sn-pc-wrap {
  display: flex;
  justify-content: center;
}

#section-squareneckbracamisole-pc .sn-pc-c1 {
  position: relative;
  width: 1176px;
  height: 1201px;
}

#section-squareneckbracamisole-pc .sn-pc-tag {
  position: absolute;
  left: 576px;
  top: 32px;
  background: #7A90A8;
  padding: 10px 32px;
  font-family: "NanumSquare", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.05em;
  color: #EFEAE4;
  white-space: nowrap;
  z-index: 1;
}

#section-squareneckbracamisole-pc .sn-pc-action-01 {
  position: absolute;
  left: 608px;
  top: 0;
  width: 568px;
  height: 750px;
  overflow: hidden;
}

#section-squareneckbracamisole-pc .sn-pc-action-01>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#section-squareneckbracamisole-pc .sn-pc-action-01 .sn-pc-deco {
  position: absolute;
  left: 195px;
  top: 125px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  pointer-events: none;
}

#section-squareneckbracamisole-pc .sn-pc-action-01 .sn-pc-deco .sn-pc-deco-rect {
  width: 270px;
  height: 370px;
  border: 1.5px solid #fff;
  box-sizing: border-box;
  flex-shrink: 0;
}

#section-squareneckbracamisole-pc .sn-pc-action-01 .sn-pc-deco .sn-pc-deco-text {
  font-family: "NanumSquare", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.105;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 4px 48px rgba(0, 0, 0, 0.25);
}

#section-squareneckbracamisole-pc .sn-pc-action-01 .action-ic {
  position: absolute;
  left: 359px;
  top: 239px;
}

#section-squareneckbracamisole-pc .sn-pc-action-02 {
  position: absolute;
  left: 0;
  top: 630px;
  width: 330px;
  height: 460px;
  overflow: hidden;
}

#section-squareneckbracamisole-pc .sn-pc-action-02>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#section-squareneckbracamisole-pc .sn-pc-action-02 .action-ic {
  position: absolute;
  left: 207px;
  top: 149px;
}

#section-squareneckbracamisole-pc .sn-pc-card {
  position: absolute;
  left: 295px;
  top: 927px;
  width: 412px;
  background: #EFEAE4;
  padding: 18px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

#section-squareneckbracamisole-pc .sn-pc-card .sn-pc-bubble {
  position: absolute;
  left: 205px;
  top: -83px;
  pointer-events: none;
}

#section-squareneckbracamisole-pc .sn-pc-card .sn-pc-bubble img {
  display: block;
  height: 108px;
  width: auto;
}

#section-squareneckbracamisole-pc .sn-pc-card .sn-pc-card-img {
  width: 100%;
  height: 192px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#section-squareneckbracamisole-pc .sn-pc-card .sn-pc-card-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

#section-squareneckbracamisole-pc .sn-pc-card .sn-pc-card-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}

#section-squareneckbracamisole-pc .sn-pc-card .sn-pc-card-btn .sn-pc-card-price {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}

#section-squareneckbracamisole-pc .sn-pc-card .sn-pc-card-btn .sn-pc-card-price svg {
  flex-shrink: 0;
}

#section-squareneckbracamisole-pc .sn-pc-card .product-name .fr-bff-product_name {
  font-family: "NanumSquare", sans-serif;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 1.42;
  letter-spacing: -0.02em;
  color: #121212;
}

#section-squareneckbracamisole-pc .sn-pc-card .product-price .fr-bff-product_price {
  font-family: "NanumSquare", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.42;
  letter-spacing: -0.02em;
  color: #121212;
  margin-top: 0;
}

#section-aIRismBraTop-pc {
  background: #EBF0F8;
  padding: 160px 0;
}

#section-aIRismBraTop-pc .air-pc-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 160px;
}

#section-aIRismBraTop-pc .air-pc-c1 {
  position: relative;
  width: 1176px;
  height: 750px;
  display: flex;
  justify-content: flex-end;
}

#section-aIRismBraTop-pc .air-pc-li-action {
  display: flex;
  gap: 8px;
}

#section-aIRismBraTop-pc .air-pc-action-01,
#section-aIRismBraTop-pc .air-pc-action-02 {
  position: relative;
  width: 568px;
  height: 750px;
  overflow: hidden;
  flex-shrink: 0;
}

#section-aIRismBraTop-pc .air-pc-action-01>img,
#section-aIRismBraTop-pc .air-pc-action-02>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#section-aIRismBraTop-pc .air-pc-action-01 .action-ic {
  position: absolute;
  left: 367px;
  top: 271px;
}

#section-aIRismBraTop-pc .air-pc-action-02 .action-ic {
  position: absolute;
  left: 230px;
  top: 329px;
}

#section-aIRismBraTop-pc .air-pc-tag {
  position: absolute;
  left: 0;
  top: 32px;
  background: #7A90A8;
  padding: 10px 32px;
  font-family: "NanumSquare", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.05em;
  color: #EFEAE4;
  white-space: nowrap;
}

#section-aIRismBraTop-pc .air-pc-li-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

#section-aIRismBraTop-pc .air-pc-bubble {
  position: absolute;
  left: 21px;
  top: -62px;
  pointer-events: none;
}

#section-aIRismBraTop-pc .air-pc-bubble img {
  display: block;
  height: 86px;
  width: auto;
}

#section-aIRismBraTop-pc .air-pc-card-row {
  display: flex;
  gap: 2px;
}

#section-aIRismBraTop-pc .air-pc-card {
  width: 224px;
  height: 328px;
  background: #fff;
  padding: 18px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

#section-aIRismBraTop-pc .air-pc-card .air-pc-card-img {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#section-aIRismBraTop-pc .air-pc-card .air-pc-card-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

#section-aIRismBraTop-pc .air-pc-card .air-pc-card-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

#section-aIRismBraTop-pc .air-pc-card .air-pc-card-btn .air-pc-card-info {
  display: flex;
  flex-direction: column;
  gap: 0;
}

#section-aIRismBraTop-pc .air-pc-card .air-pc-card-btn svg {
  flex-shrink: 0;
}

#section-aIRismBraTop-pc .air-pc-card .product-name .fr-bff-product_name {
  font-family: "NanumSquare", sans-serif;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 1.42;
  letter-spacing: -0.02em;
  color: #121212;
}

#section-aIRismBraTop-pc .air-pc-card .product-price .fr-bff-product_price {
  font-family: "NanumSquare", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.42;
  letter-spacing: -0.02em;
  color: #121212;
  margin-top: 0;
}

#section-ribbedCroppedBraTop-pc {
  background: #EFEAE4;
  padding: 160px 0;
}

#section-ribbedCroppedBraTop-pc .rc-pc-wrap {
  display: flex;
  justify-content: center;
}

#section-ribbedCroppedBraTop-pc .rc-pc-c1 {
  position: relative;
  width: 1176px;
  height: 1029px;
}

#section-ribbedCroppedBraTop-pc .rc-pc-tag {
  position: absolute;
  left: 0;
  top: 311px;
  background: #7A90A8;
  padding: 10px 32px;
  font-family: "NanumSquare", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.05em;
  color: #EFEAE4;
  white-space: nowrap;
  z-index: 1;
}

#section-ribbedCroppedBraTop-pc .rc-pc-action-01 {
  position: absolute;
  left: 846px;
  top: 0;
  width: 330px;
  height: 460px;
  overflow: hidden;
}

#section-ribbedCroppedBraTop-pc .rc-pc-action-01>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#section-ribbedCroppedBraTop-pc .rc-pc-action-01 .action-ic {
  position: absolute;
  left: 111px;
  top: 171px;
}

#section-ribbedCroppedBraTop-pc .rc-pc-action-02 {
  position: absolute;
  left: 31px;
  top: 279px;
  width: 568px;
  height: 750px;
  overflow: hidden;
}

#section-ribbedCroppedBraTop-pc .rc-pc-action-02>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#section-ribbedCroppedBraTop-pc .rc-pc-action-02 .action-ic {
  position: absolute;
  left: 404px;
  top: 233px;
}

#section-ribbedCroppedBraTop-pc .rc-pc-bubble {
  position: absolute;
  left: 999px;
  top: 657px;
  pointer-events: none;
  z-index: 10;
}

#section-ribbedCroppedBraTop-pc .rc-pc-bubble img {
  display: block;
  height: 92px;
  width: auto;
}

#section-ribbedCroppedBraTop-pc .rc-pc-products {
  position: absolute;
  left: 726px;
  top: 726px;
  display: flex;
  gap: 2px;
}

#section-ribbedCroppedBraTop-pc .rc-pc-card {
  width: 224px;
  height: 302px;
  background: #fff;
  padding: 18px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

#section-ribbedCroppedBraTop-pc .rc-pc-card .rc-pc-card-img {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#section-ribbedCroppedBraTop-pc .rc-pc-card .rc-pc-card-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

#section-ribbedCroppedBraTop-pc .rc-pc-card .rc-pc-card-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

#section-ribbedCroppedBraTop-pc .rc-pc-card .rc-pc-card-btn .rc-pc-card-info {
  display: flex;
  flex-direction: column;
  gap: 0;
}

#section-ribbedCroppedBraTop-pc .rc-pc-card .rc-pc-card-btn svg {
  flex-shrink: 0;
}

#section-ribbedCroppedBraTop-pc .rc-pc-card .product-name .fr-bff-product_name {
  font-family: "NanumSquare", sans-serif;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 1.42;
  letter-spacing: -0.02em;
  color: #121212;
}

#section-ribbedCroppedBraTop-pc .rc-pc-card .product-price .fr-bff-product_price {
  font-family: "NanumSquare", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.42;
  letter-spacing: -0.02em;
  color: #121212;
  margin-top: 0;
}

#section-size {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 0;
  gap: 24px;
  background: #fff;
}

#section-size .mv {
  padding: 160px 0;
  margin: 0 auto;
  width: 500px;
}

#section-size .mv video {
  width: 100%;
}

#section-size .sz-title-block {
  width: 1176px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
}

#section-size .sz-title-block .sz-title {
  font-family: "NanumSquare", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: -0.05em;
  color: #121212;
}

#section-size .sz-title-block .sz-body {
  font-family: "NanumSquare", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.05em;
  color: #7D7D7D;
}

#section-size .sz-accordion-btn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 1176px;
  padding: 16px 0;
  border: none;
  border-bottom: 1px solid #000;
  background: transparent;
  cursor: pointer;
  box-sizing: border-box;
}

#section-size .sz-accordion-btn span {
  font-family: "NanumSquare", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.04em;
  color: #121212;
}

#section-size .sz-accordion-btn .sz-arrow {
  position: relative;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

#section-size .sz-accordion-btn .sz-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #121212;
  transform: translateY(-50%);
}

#section-size .sz-accordion-btn .sz-arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #121212;
  transform: translateX(-50%);
  transition: opacity 0.2s ease;
}

#section-size .sz-accordion-btn.is-open .sz-arrow::after {
  opacity: 0;
}

#section-size .sz-table-wrap {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  width: 1176px;
  gap: 16px;
}

#section-size .sz-table-wrap.is-open {
  display: flex;
}

#section-size .sz-table-mo {
  display: none;
}

#section-size .sz-table-pc {
  display: table;
  table-layout: fixed;
  width: 1176px;
  border-collapse: collapse;
}

#section-size .sz-table-pc thead th {
  height: 40px;
  font-family: "NanumSquare", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: -0.05em;
  text-align: center;
  vertical-align: middle;
}

#section-size .sz-table-pc thead .sz-th-cat {
  width: 140px;
  background: #7A90A8;
  color: #fff;
}

#section-size .sz-table-pc thead .sz-th-size {
  background: #AFCAE8;
  color: #121212;
  border-left: 1px solid #EEEEEE;
}

#section-size .sz-table-pc tbody td {
  height: 40px;
  font-family: "NanumSquare", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: -0.05em;
  color: #7D7D7D;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
}

#section-size .sz-table-pc tbody .sz-td-label {
  background: #EBF0F8;
  font-family: "NanumSquare", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.05em;
  color: #7A90A8;
  border-right: 1px solid #EEEEEE;
  border-bottom: none;
  padding: 8px;
  vertical-align: middle;
}

#section-size .sz-footnote {
  width: 1176px;
  text-align: right;
  font-family: "NanumSquare", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: -0.05em;
  color: #7D7D7D;
}

.section-related .rp-intro {
  font-family: "NanumSquare", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: -0.04em;
  color: #121212;
  text-align: center;
}

.section-related .rp-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 1176px;
}

.section-related .rp-group {
  position: relative;
}

.section-related .rp-group-title {
  font-family: "NanumSquare", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.33;
  letter-spacing: -0.04em;
  color: #121212;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  .only-mo {
    display: block;
  }

  .only-pc {
    display: none;
  }

  #section-intro-pc,
  #section-line-up-pc,
  #section-topbratop-pc,
  #section-racerbackbratop-pc,
  #section-squareneckbracamisole-pc,
  #section-aIRismBraTop-pc,
  #section-ribbedCroppedBraTop-pc {
    display: none;
  }

  #section-size {
    padding: 17.0667vw 0;
    gap: 6.4vw;
  }

  #section-size .mv {
    padding: 0;
    padding-bottom: 10.6667vw;
    width: 100%;
  }

  #section-size .sz-table-pc {
    display: none;
  }

  #section-size .sz-table-mo {
    display: table;
  }

  #section-size .sz-title-block {
    width: 90.6667vw;
  }

  #section-size .sz-title-block .sz-title {
    font-size: 5.3333vw;
    font-weight: 700;
  }

  #section-size .sz-title-block .sz-body {
    font-size: 3.7333vw;
    font-weight: 500;
  }

  #section-size .sz-accordion-btn {
    width: 100%;
    padding: 2.1333vw 4.2667vw;
  }

  #section-size .sz-accordion-btn span {
    font-size: 4vw;
    font-weight: 500;
  }

  #section-size .sz-table-wrap {
    width: auto;
    gap: 4.2667vw;
  }

  #section-size .sz-footnote {
    width: auto;
    text-align: left;
    font-size: 3.2vw;
    font-weight: 500;
  }

  .product-name .fr-bff-product_name {
    font-family: "NanumSquare", sans-serif;
    font-weight: 500 !important;
    font-size: 3.7333vw !important;
    line-height: 1.42;
    letter-spacing: -0.02em;
    color: #121212;
  }

  .product-price .fr-bff-product_price {
    font-family: "NanumSquare", sans-serif;
    font-weight: 400;
    font-size: 3.7333vw;
    line-height: 1.42;
    letter-spacing: -0.02em;
    color: #121212;
    margin-top: 0;
  }

  #section-line-up {
    background: #fff;
    padding-bottom: 6.4vw;
  }

  #section-line-up .lineup-title {
    display: block;
    padding: 0 4.2667vw 3.2vw;
    font-family: "UniqloPro Regular", sans-serif;
    font-weight: 700;
    font-size: 4.2667vw;
    line-height: 1.5;
    letter-spacing: -0.02em;
    text-align: center;
    color: #222;
  }

  #section-line-up .line-up-swiper {
    overflow: hidden;
  }

  #section-line-up .line-up-list {
    display: flex;
  }

  #section-line-up .line-up-item {
    width: 45.8667vw;
    flex-shrink: 0;
  }

  #section-line-up .line-up-item a {
    display: block;
    text-decoration: none;
  }

  #section-line-up .line-up-item .img-box {
    width: 100%;
    aspect-ratio: 172/230;
    overflow: hidden;
    background: #eee;
  }

  #section-line-up .line-up-item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  #section-line-up .line-up-item .info-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.1333vw;
    background: #E5D1BF;
    padding: 2.1333vw 4vw;
    min-height: 10.6667vw;
  }

  #section-line-up .line-up-item .info-box .name {
    font-family: "NanumSquare", sans-serif;
    font-weight: 600;
    font-size: 3.5vw;
    line-height: 1.33;
    letter-spacing: -0.02em;
    color: #634C40;
    text-align: center;
  }

  #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;
    flex-shrink: 0;
    width: 4.2667vw;
    height: 4.2667vw;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1L6 6L1 1' stroke='%23634C40' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }

  #section-line-up .line-up-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3.2vw;
    margin-top: 3.2vw;
  }

  #section-line-up .line-up-controls .dots-wrapper {
    display: flex;
    gap: 2.1333vw;
    align-items: center;
    position: static;
    width: auto;
  }

  #section-line-up .line-up-controls .dots-wrapper .dot {
    width: 2.1333vw;
    height: 2.1333vw;
    border-radius: 50%;
    background: #E5D1BF;
    cursor: pointer;
  }

  #section-line-up .line-up-controls .dots-wrapper .dot.active {
    background: #9FB9D5;
  }

  #section-line-up .line-up-controls .btn-pause {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.4vw;
    height: 6.4vw;
    border-radius: 50%;
    background: #E5D1BF;
  }

  #section-line-up .line-up-controls .btn-pause svg {
    width: 6.4vw;
    height: 6.4vw;
  }

  #section-line-up .line-up-controls .btn-pause svg:last-child {
    display: none;
  }

  #section-line-up .line-up-controls .btn-pause .btn-play {
    width: 3.2vw;
    height: 3.2vw;
  }

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

  .intro-logo-area {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 21.3333vw 0;
  }

  .intro-logo-area img {
    width: 110px;
    height: 40px;
    display: block;
  }

  .intro-logo-area p {
    font-size: 14px;
  }

  #section-topbratop-mobile {
    padding: 17.0667vw 0;
  }

  #section-topbratop-mobile .tb-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17.0667vw;
  }

  #section-topbratop-mobile .tb-action-group {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 17.0667vw;
  }

  #section-topbratop-mobile .tb-action-01 {
    position: relative;
    width: 100%;
    height: 136vw;
    overflow: hidden;
    background: #eee;
  }

  #section-topbratop-mobile .tb-action-01>img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  #section-topbratop-mobile .tb-action-01 .tb-decorative {
    position: absolute;
    top: 24.8vw;
    right: 22.4vw;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1.6vw;
  }

  #section-topbratop-mobile .tb-action-01 .tb-decorative .tb-deco-frame {
    width: 55.4667vw;
    height: 73.3333vw;
    border: 1.5px solid #fff;
  }

  #section-topbratop-mobile .tb-action-01 .tb-decorative .tb-deco-text {
    font-family: "NanumSquare", sans-serif;
    font-weight: 500;
    font-size: 3.7333vw;
    line-height: 1.105;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 4px 48px rgba(0, 0, 0, 0.25);
  }

  #section-topbratop-mobile .tb-action-01 .tb-style-img {
    position: absolute;
    left: 8.8vw;
    top: 15.4667vw;
    width: 83.4667vw;
    height: 88.5333vw;
    overflow: hidden;
  }

  #section-topbratop-mobile .tb-action-01 .tb-style-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  #section-topbratop-mobile .tb-action-01 .action-ic {
    position: absolute;
    left: 30.1333vw;
    top: 65.8667vw;
  }

  #section-topbratop-mobile .tb-action-02 {
    position: relative;
    width: 72vw;
    height: 98.6667vw;
    overflow: hidden;
    background: #eee;
  }

  #section-topbratop-mobile .tb-action-02>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  #section-topbratop-mobile .tb-action-02 .action-ic {
    position: absolute;
    left: 34.4vw;
    top: 42.6667vw;
  }

  #section-topbratop-mobile .tb-tag {
    position: absolute;
    left: 69.8667vw;
    top: -5.6vw;
    background: #7A90A8;
    color: #fff;
    font-family: "NanumSquare", sans-serif;
    font-weight: 700;
    font-size: 3.7333vw;
    line-height: 1.6;
    letter-spacing: -0.05em;
    padding: 2.6667vw 8.5333vw;
    white-space: nowrap;
  }

  #section-topbratop-mobile .tb-motion-swiper {
    width: 100%;
    overflow: hidden;
  }

  #section-topbratop-mobile .tb-motion-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  #section-topbratop-mobile .tb-motion-item {
    position: relative;
    width: 74.6667vw;
    height: 98.6667vw;
    flex-shrink: 0;
    background: #eee;
  }

  #section-topbratop-mobile .tb-motion-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  #section-topbratop-mobile .tb-motion-item:nth-child(1) .action-ic {
    position: absolute;
    left: 40.2667vw;
    top: 55.7333vw;
  }

  #section-topbratop-mobile .tb-motion-item:nth-child(2) .action-ic {
    position: absolute;
    left: 27.7333vw;
    top: 59.2vw;
  }

  #section-topbratop-mobile .tb-motion-item:nth-child(3) .action-ic {
    position: absolute;
    left: 42.1333vw;
    top: 39.7333vw;
  }

  #section-topbratop-mobile .tb-product-list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 0.5333vw;
    padding: 0 4.2667vw;
    width: 100%;
    box-sizing: border-box;
  }

  #section-topbratop-mobile .tb-product-card {
    position: relative;
    flex: 1;
    background: #EFEAE4;
    padding: 4.2667vw;
    display: flex;
    flex-direction: column;
    gap: 4.2667vw;
  }

  #section-topbratop-mobile .tb-pick-bubble {
    position: absolute;
    top: -14.1333vw;
    left: 50%;
    transform: translateX(-50%);
    width: 34.1333vw;
  }

  #section-topbratop-mobile .tb-product-img {
    height: 42.6667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 16px 26px;
  }

  #section-topbratop-mobile .tb-product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  #section-topbratop-mobile .tb-product-btn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
  }

  #section-topbratop-mobile .tb-product-btn .tb-product-name {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  #section-racerbackbratop-mobile {
    position: relative;
    background: #EFEAE4;
    display: flex;
    flex-direction: column;
    gap: 17.0667vw;
    padding-bottom: 17.0667vw;
  }

  #section-racerbackbratop-mobile .rb-tag {
    position: absolute;
    left: 0;
    top: -5.8667vw;
    background: #7A90A8;
    color: #EFEAE4;
    font-family: "NanumSquare", sans-serif;
    font-weight: 700;
    font-size: 3.7333vw;
    line-height: 1.6;
    letter-spacing: -0.05em;
    padding: 2.6667vw 8.5333vw;
    white-space: nowrap;
    z-index: 10;
  }

  #section-racerbackbratop-mobile .rb-action-01 {
    position: relative;
    width: 100%;
    height: 141.3333vw;
    overflow: hidden;
  }

  #section-racerbackbratop-mobile .rb-action-01 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  #section-racerbackbratop-mobile .rb-action-01 .action-ic {
    position: absolute;
    left: 37.3333vw;
    top: 49.0667vw;
  }

  #section-racerbackbratop-mobile .rb-container-01 {
    position: relative;
    width: 100%;
    height: 281.3333vw;
  }

  #section-racerbackbratop-mobile .rb-img-01 {
    position: absolute;
    left: 0;
    top: 0;
    width: 82.6667vw;
    height: 122.6667vw;
    overflow: hidden;
  }

  #section-racerbackbratop-mobile .rb-img-01 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  #section-racerbackbratop-mobile .rb-img-01 .action-ic {
    position: absolute;
    left: 31.7333vw;
    top: 38.6667vw;
  }

  #section-racerbackbratop-mobile .rb-img-02 {
    position: absolute;
    left: 45.8667vw;
    top: 106.9333vw;
    width: 48vw;
    height: 53.3333vw;
    overflow: hidden;
  }

  #section-racerbackbratop-mobile .rb-img-02 img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  #section-racerbackbratop-mobile .rb-img-02 img:nth-child(1) {
    animation: rb-fade-1 6s ease-in-out infinite;
  }

  #section-racerbackbratop-mobile .rb-img-02 img:nth-child(2) {
    animation: rb-fade-2 6s ease-in-out infinite;
  }

  #section-racerbackbratop-mobile .rb-img-03 {
    position: absolute;
    left: 30.6667vw;
    top: 177.3333vw;
    width: 69.3333vw;
    height: 104vw;
    overflow: hidden;
  }

  #section-racerbackbratop-mobile .rb-img-03 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  #section-racerbackbratop-mobile .rb-img-03 .action-ic {
    position: absolute;
    left: 41.6vw;
    top: 62.1333vw;
  }

  #section-racerbackbratop-mobile .rb-product-list {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 0.5333vw;
    padding: 0 4.2667vw;
    width: 100%;
    box-sizing: border-box;
  }

  #section-racerbackbratop-mobile .rb-product-card {
    position: relative;
    flex: 1;
    background: #fff;
    padding: 4.2667vw;
    display: flex;
    flex-direction: column;
    gap: 4.2667vw;
  }

  #section-racerbackbratop-mobile .rb-speechbubble {
    position: absolute;
    left: 13.6vw;
    top: -12.8vw;
    width: 40.5333vw;
    z-index: 10;
  }

  #section-racerbackbratop-mobile .rb-product-img {
    height: 42.6667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  #section-racerbackbratop-mobile .rb-product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  #section-racerbackbratop-mobile .rb-product-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
  }

  #section-racerbackbratop-mobile .rb-product-btn .rb-product-name {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  #section-squareneckbracamisole-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17.0667vw;
    padding-bottom: 17.0667vw;
    background: #fff;
  }

  #section-squareneckbracamisole-mobile .sn-container-01 {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 17.0667vw;
  }

  #section-squareneckbracamisole-mobile .sn-action-01 {
    position: relative;
    width: 100%;
    height: 136vw;
    overflow: hidden;
    background: #fff;
  }

  #section-squareneckbracamisole-mobile .sn-action-01>img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  #section-squareneckbracamisole-mobile .sn-action-01 .sn-decorative {
    position: absolute;
    top: 14.1333vw;
    left: 32.8vw;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1.6vw;
  }

  #section-squareneckbracamisole-mobile .sn-action-01 .sn-decorative .sn-deco-frame {
    width: 52vw;
    height: 68.5333vw;
    border: 1.5px solid #fff;
  }

  #section-squareneckbracamisole-mobile .sn-action-01 .sn-decorative .sn-deco-text {
    font-family: "NanumSquare", sans-serif;
    font-weight: 400;
    font-size: 3.7333vw;
    line-height: 1.105;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 4px 48px rgba(0, 0, 0, 0.25);
  }

  #section-squareneckbracamisole-mobile .sn-action-01 .action-ic {
    position: absolute;
    left: 63.2vw;
    top: 40.8vw;
  }

  #section-squareneckbracamisole-mobile .sn-action-02 {
    position: relative;
    width: 64vw;
    height: 96vw;
    overflow: hidden;
    background: #fff;
  }

  #section-squareneckbracamisole-mobile .sn-action-02 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  #section-squareneckbracamisole-mobile .sn-action-02 .action-ic {
    position: absolute;
    left: 37.6vw;
    top: 30.6667vw;
  }

  #section-squareneckbracamisole-mobile .sn-tag {
    position: absolute;
    left: 53.0667vw;
    top: -5.6vw;
    background: #7A90A8;
    color: #EFEAE4;
    font-family: "NanumSquare", sans-serif;
    font-weight: 700;
    font-size: 3.7333vw;
    line-height: 1.6;
    letter-spacing: -0.05em;
    padding: 2.6667vw 8.5333vw;
    white-space: nowrap;
    z-index: 1;
  }

  #section-squareneckbracamisole-mobile .sn-card {
    position: relative;
    width: 91.4667vw;
    background: #EFEAE4;
    padding: 4.2667vw;
    display: flex;
    flex-direction: column;
    gap: 4.2667vw;
  }

  #section-squareneckbracamisole-mobile .sn-speechbubble {
    position: absolute;
    left: 45.6vw;
    top: -18.4vw;
    width: 39.2vw;
    height: 24vw;
  }

  #section-squareneckbracamisole-mobile .sn-bubble-inner {
    position: absolute;
    top: 4.8vw;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #section-squareneckbracamisole-mobile .sn-bubble-txt {
    background: #E5D1BF;
    border-radius: 13.3333vw;
    padding: 3.2vw 5.3333vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5333vw;
  }

  #section-squareneckbracamisole-mobile .sn-bubble-txt span {
    font-family: "NanumSquare", sans-serif;
    font-weight: 400;
    font-size: 3.7333vw;
    line-height: 1.286;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    white-space: nowrap;
  }

  #section-squareneckbracamisole-mobile .sn-bubble-line {
    display: block !important;
    width: 28.2667vw;
    height: 2px;
    background: #fff;
  }

  #section-squareneckbracamisole-mobile .sn-bubble-triangle {
    display: block;
    width: 0;
    height: 0;
    margin-top: -3.2vw;
    border-left: 3.2vw solid transparent;
    border-right: 3.2vw solid transparent;
    border-top: 2.9333vw solid #E5D1BF;
  }

  #section-squareneckbracamisole-mobile .sn-star-1 {
    position: absolute;
    right: 1.0667vw;
    top: 0.8vw;
  }

  #section-squareneckbracamisole-mobile .sn-star-2 {
    position: absolute;
    right: 2.1333vw;
    top: 6.4vw;
  }

  #section-squareneckbracamisole-mobile .sn-product-img {
    height: 42.6667vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #section-squareneckbracamisole-mobile .sn-product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  #section-squareneckbracamisole-mobile .sn-product-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
  }

  #section-squareneckbracamisole-mobile .sn-product-btn .sn-product-name {
    font-family: "NanumSquare", sans-serif;
    font-weight: 500;
    font-size: 3.7333vw;
    line-height: 1.42;
    letter-spacing: -0.02em;
    color: #121212;
  }

  #section-squareneckbracamisole-mobile .sn-product-btn .sn-product-price {
    display: flex;
    align-items: center;
    gap: 1.0667vw;
  }

  #section-aIRismBraTop-mobile {
    position: relative;
    background: #EBF0F8;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 17.0667vw;
    padding-bottom: 17.0667vw;
  }

  #section-aIRismBraTop-mobile .air-tag {
    position: absolute;
    left: 0;
    top: -5.6vw;
    background: #7A90A8;
    color: #EFEAE4;
    font-family: "NanumSquare", sans-serif;
    font-weight: 700;
    font-size: 3.7333vw;
    line-height: 1.6;
    letter-spacing: -0.05em;
    padding: 2.6667vw 8.5333vw;
    white-space: nowrap;
    z-index: 1;
  }

  #section-aIRismBraTop-mobile .air-action-01 {
    position: relative;
    width: 100%;
    height: 141.3333vw;
    overflow: hidden;
    background: #fff;
  }

  #section-aIRismBraTop-mobile .air-action-01 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  #section-aIRismBraTop-mobile .air-action-01 .action-ic {
    position: absolute;
    left: 69.8667vw;
    top: 49.3333vw;
  }

  #section-aIRismBraTop-mobile .air-action-02 {
    position: relative;
    width: 69.3333vw;
    height: 104vw;
    overflow: hidden;
  }

  #section-aIRismBraTop-mobile .air-action-02 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  #section-aIRismBraTop-mobile .air-action-02 .action-ic {
    position: absolute;
    left: 24.5333vw;
    top: 44.5333vw;
  }

  #section-aIRismBraTop-mobile .air-li-card {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5333vw;
  }

  #section-aIRismBraTop-mobile .air-card-wide {
    width: 91.4667vw;
    background: #fff;
    padding: 4.2667vw;
    display: flex;
    flex-direction: column;
    gap: 4.2667vw;
  }

  #section-aIRismBraTop-mobile .air-card-row {
    width: 91.4667vw;
    display: flex;
    gap: 0.5333vw;
  }

  #section-aIRismBraTop-mobile .air-card {
    flex: 1;
    background: #fff;
    padding: 4.2667vw;
    display: flex;
    flex-direction: column;
    gap: 4.2667vw;
  }

  #section-aIRismBraTop-mobile .air-product-img {
    height: 42.6667vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #section-aIRismBraTop-mobile .air-product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  #section-aIRismBraTop-mobile .air-product-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    width: 100%;
  }

  #section-aIRismBraTop-mobile .air-name {
    font-family: "NanumSquare", sans-serif;
    font-weight: 500;
    font-size: 3.7333vw;
    line-height: 1.42;
    letter-spacing: -0.02em;
    color: #121212;
  }

  #section-aIRismBraTop-mobile .air-price-wrap {
    display: flex;
    align-items: center;
    gap: 1.0667vw;
  }

  #section-aIRismBraTop-mobile .air-name-price {
    display: flex;
    flex-direction: column;
    gap: 1.0667vw;
  }

  #section-aIRismBraTop-mobile .air-speechbubble {
    position: absolute;
    left: 47.2vw;
    top: -16.2667vw;
    width: 43.2vw;
    height: 22.6667vw;
  }

  #section-aIRismBraTop-mobile .air-bubble-inner {
    position: absolute;
    top: 3.2vw;
    left: 3.7333vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #section-aIRismBraTop-mobile .air-bubble-txt {
    background: #E5D1BF;
    border-radius: 13.3333vw;
    padding: 3.2vw 5.3333vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5333vw;
  }

  #section-aIRismBraTop-mobile .air-bubble-txt span {
    font-family: "NanumSquare", sans-serif;
    font-weight: 400;
    font-size: 3.7333vw;
    line-height: 1.286;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    white-space: nowrap;
  }

  #section-aIRismBraTop-mobile .air-bubble-line {
    display: block !important;
    width: 28.2667vw;
    height: 2px;
    background: #fff;
  }

  #section-aIRismBraTop-mobile .air-bubble-triangle {
    display: block;
    width: 0;
    height: 0;
    margin-top: -3.2vw;
    border-left: 3.2vw solid transparent;
    border-right: 3.2vw solid transparent;
    border-top: 2.9333vw solid #E5D1BF;
  }

  #section-aIRismBraTop-mobile .air-wind-1 {
    position: absolute;
    right: -1.0667vw;
    top: -1.8667vw;
  }

  #section-aIRismBraTop-mobile .air-wind-2 {
    position: absolute;
    left: 0.2667vw;
    top: 7.7333vw;
  }

  #section-aIRismBraTop-mobile .air-wind-3 {
    position: absolute;
    left: 0.2667vw;
    top: 14.6667vw;
  }

  #section-ribbedCroppedBraTop-mobile {
    position: relative;
    background: #EFEAE4;
    display: flex;
    flex-direction: column;
    gap: 17.0667vw;
    padding-bottom: 17.0667vw;
  }

  #section-ribbedCroppedBraTop-mobile .rc-tag {
    position: absolute;
    left: 62.9333vw;
    top: -5.6vw;
    background: #7A90A8;
    color: #EFEAE4;
    font-family: "NanumSquare", sans-serif;
    font-weight: 700;
    font-size: 3.7333vw;
    line-height: 1.6;
    letter-spacing: -0.05em;
    padding: 2.6667vw 8.5333vw;
    white-space: nowrap;
    z-index: 1;
  }

  #section-ribbedCroppedBraTop-mobile .rc-action-01 {
    position: relative;
    width: 100%;
    height: 136vw;
    overflow: hidden;
    background: #fff;
  }

  #section-ribbedCroppedBraTop-mobile .rc-action-01 .rc-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  #section-ribbedCroppedBraTop-mobile .rc-action-01 .rc-decorative {
    position: absolute;
    top: 11.4667vw;
    left: 24.8vw;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1.6vw;
  }

  #section-ribbedCroppedBraTop-mobile .rc-action-01 .rc-decorative .rc-deco-frame {
    width: 64vw;
    height: 89.3333vw;
    border: 1.5px solid #fff;
  }

  #section-ribbedCroppedBraTop-mobile .rc-action-01 .rc-decorative .rc-deco-text {
    font-family: "NanumSquare", sans-serif;
    font-weight: 400;
    font-size: 3.7333vw;
    line-height: 1.105;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 4px 48px rgba(0, 0, 0, 0.25);
  }

  #section-ribbedCroppedBraTop-mobile .rc-action-01 .rc-style-img {
    position: absolute;
    left: 13.3333vw;
    top: 16.2667vw;
    width: 68vw;
    height: 84vw;
    object-fit: cover;
    display: block;
  }

  #section-ribbedCroppedBraTop-mobile .rc-action-01 .action-ic {
    position: absolute;
    left: 70.1333vw;
    top: 46.1333vw;
  }

  #section-ribbedCroppedBraTop-mobile .rc-action-02 {
    position: relative;
    width: 72vw;
    height: 109.3333vw;
    overflow: hidden;
    background: #fff;
  }

  #section-ribbedCroppedBraTop-mobile .rc-action-02 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  #section-ribbedCroppedBraTop-mobile .rc-action-02 .action-ic {
    position: absolute;
    left: 41.3333vw;
    top: 30.1333vw;
  }

  #section-ribbedCroppedBraTop-mobile .rc-product-list {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 0.5333vw;
    padding: 0 4.2667vw;
    width: 100%;
    box-sizing: border-box;
  }

  #section-ribbedCroppedBraTop-mobile .rc-product-card {
    position: relative;
    flex: 1;
    background: #fff;
    padding: 4.2667vw;
    display: flex;
    flex-direction: column;
    gap: 4.2667vw;
  }

  #section-ribbedCroppedBraTop-mobile .rc-speechbubble {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -16.5333vw;
    width: 35.2vw;
    height: 24.5333vw;
  }

  #section-ribbedCroppedBraTop-mobile .rc-bubble-inner {
    position: absolute;
    top: 5.0667vw;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #section-ribbedCroppedBraTop-mobile .rc-bubble-txt {
    background: #E5D1BF;
    border-radius: 13.3333vw;
    padding: 3.2vw 6.4vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5333vw;
  }

  #section-ribbedCroppedBraTop-mobile .rc-bubble-txt span {
    font-family: "NanumSquare", sans-serif;
    font-weight: 400;
    font-size: 3.7333vw;
    line-height: 1.286;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    white-space: nowrap;
  }

  #section-ribbedCroppedBraTop-mobile .rc-bubble-line {
    display: block !important;
    width: 21.3333vw;
    height: 2px;
    background: #fff;
  }

  #section-ribbedCroppedBraTop-mobile .rc-bubble-triangle {
    display: block;
    width: 0;
    height: 0;
    margin-top: -3.2vw;
    border-left: 3.2vw solid transparent;
    border-right: 3.2vw solid transparent;
    border-top: 2.9333vw solid #E5D1BF;
  }

  #section-ribbedCroppedBraTop-mobile .rc-cherry {
    position: absolute;
    right: -1.6vw;
    top: -0.5333vw;
  }

  #section-ribbedCroppedBraTop-mobile .rc-flower-1 {
    position: absolute;
    right: 10.6667vw;
    top: 3.4667vw;
  }

  #section-ribbedCroppedBraTop-mobile .rc-flower-2 {
    position: absolute;
    right: 7.4667vw;
    top: 0.5333vw;
  }

  #section-ribbedCroppedBraTop-mobile .rc-product-img {
    height: 42.6667vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #section-ribbedCroppedBraTop-mobile .rc-product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  #section-ribbedCroppedBraTop-mobile .rc-product-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
  }

  #section-ribbedCroppedBraTop-mobile .rc-product-btn .rc-product-name {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  #section-size {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6.4vw;
    padding: 17.0667vw 0;
    background: #fff;
  }

  #section-size .sz-title-block {
    width: 90.6667vw;
    display: flex;
    flex-direction: column;
    gap: 1.0667vw;
    text-align: center;
  }

  #section-size .sz-title-block .sz-title {
    font-family: "NanumSquare", sans-serif;
    font-weight: 700;
    font-size: 5.3333vw;
    line-height: 1.6;
    letter-spacing: -0.05em;
    color: #121212;
  }

  #section-size .sz-title-block .sz-body {
    font-family: "NanumSquare", sans-serif;
    font-weight: 500;
    font-size: 3.7333vw;
    line-height: 1.6;
    letter-spacing: -0.05em;
    color: #7D7D7D;
  }

  #section-size .sz-accordion-btn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 2.1333vw 4.2667vw;
    border: none;
    border-bottom: 1px solid #000;
    background: transparent;
    cursor: pointer;
    box-sizing: border-box;
  }

  #section-size .sz-accordion-btn span {
    font-family: "NanumSquare", sans-serif;
    font-weight: 500;
    font-size: 4vw;
    line-height: 1.6;
    letter-spacing: -0.04em;
    color: #121212;
  }

  #section-size .sz-accordion-btn .sz-arrow {
    position: relative;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
  }

  #section-size .sz-accordion-btn .sz-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #121212;
    transform: translateY(-50%);
  }

  #section-size .sz-accordion-btn .sz-arrow::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background: #121212;
    transform: translateX(-50%);
    transition: opacity 0.2s ease;
  }

  #section-size .sz-accordion-btn.is-open .sz-arrow::after {
    opacity: 0;
  }

  #section-size .sz-table-wrap {
    display: none;
    flex-direction: column;
    align-items: flex-end;
    gap: 4.2667vw;
  }

  #section-size .sz-table-wrap.is-open {
    display: flex;
  }

  #section-size .sz-table {
    table-layout: fixed;
    width: 91.4667vw;
    border-collapse: collapse;
  }

  #section-size .sz-table thead th {
    height: 10.6667vw;
    font-family: "NanumSquare", sans-serif;
    font-weight: 500;
    font-size: 3.7333vw;
    line-height: 1.6;
    letter-spacing: -0.05em;
    text-align: center;
    vertical-align: middle;
  }

  #section-size .sz-table thead .sz-th-cat {
    width: 22.56vw;
    background: #7A90A8;
    color: #fff;
  }

  #section-size .sz-table thead .sz-th-size {
    background: #AFCAE8;
    color: #121212;
    border-left: 1px solid #EEEEEE;
  }

  #section-size .sz-table tbody td {
    height: 8.5333vw;
    font-family: "NanumSquare", sans-serif;
    font-weight: 400;
    font-size: 3.2vw;
    line-height: 1.6;
    letter-spacing: -0.05em;
    color: #7D7D7D;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
  }

  #section-size .sz-table tbody .sz-td-label {
    background: #EBF0F8;
    font-family: "NanumSquare", sans-serif;
    font-weight: 700;
    font-size: 3.2vw;
    line-height: 1.6;
    letter-spacing: -0.05em;
    color: #7A90A8;
    border-right: 1px solid #EEEEEE;
    border-bottom: none;
    padding: 2.1333vw;
    vertical-align: middle;
  }

  #section-size .sz-footnote {
    font-family: "NanumSquare", sans-serif;
    font-weight: 500;
    font-size: 3.2vw;
    line-height: 1.6;
    letter-spacing: -0.05em;
    color: #7D7D7D;
  }

  #section-related {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4.2667vw;
    padding: 17.0667vw 0;
    background: #fff;
  }

  #section-related .rp-intro {
    font-family: "NanumSquare", sans-serif;
    font-weight: 700;
    font-size: 5.3333vw;
    line-height: 1.6;
    letter-spacing: -0.05em;
    color: #121212;
    text-align: center;
    padding: 0 4.2667vw;
    margin-bottom: 2.1333vw;
  }

  #section-related .rp-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6.4vw;
  }

  #section-related .rp-group {
    display: flex;
    flex-direction: column;
    gap: 4.2667vw;
    padding: 0 4.2667vw 4.2667vw;
    width: auto;
  }

  #section-related .rp-group-title {
    font-family: "NanumSquare", sans-serif;
    font-weight: 500;
    font-size: 4.8vw;
    line-height: 1.33;
    letter-spacing: -0.05em;
    color: #121212;
    text-align: center;
    padding: 0 4.2667vw;
  }

  .fr-bff-products[data-component-type=ProductCarouselDestroy] {
    justify-content: center;
  }

  #section-intro-mobile .intro-kv {
    position: relative;
  }

  #section-intro-mobile .intro-kv img {
    width: 100%;
    display: block;
  }

  #section-intro-mobile .intro-kv .intro-txt {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 6.4vw 4.2667vw 10.6667vw;
    background: linear-gradient(180deg, rgba(34, 34, 34, 0) 60%, rgba(34, 34, 34, 0.24) 100%);
  }

  #section-intro-mobile .intro-kv .intro-label {
    font-family: "NanumSquare", sans-serif;
    font-weight: 500;
    font-size: 3.7333vw;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-align: center;
    color: #fff;
    text-shadow: 0px 4px 48px rgba(0, 0, 0, 0.24);
  }

  #section-intro-mobile .intro-kv .intro-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.5vw;
  }

  #section-intro-mobile .intro-kv .intro-title {
    font-family: "NanumSquare", sans-serif;
    font-weight: 600;
    font-size: 7.4667vw;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-align: center;
    color: #fff;
    text-shadow: 0px 4px 48px rgba(0, 0, 0, 0.25);
  }

  #section-intro-mobile .intro-kv .intro-body {
    font-family: "NanumSquare", sans-serif;
    font-weight: 600;
    font-size: 3.8vw;
    line-height: 1.48;
    letter-spacing: -0.028em;
    text-align: center;
    color: #fff;
    text-shadow: 0px 4px 48px rgba(0, 0, 0, 0.25);
  }
}

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