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

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

#section-intro {
  width: 1200px;
  margin: 0 auto;
}
#section-intro .video-area {
  display: flex;
  height: 675px;
}
#section-intro .video-panel {
  position: relative;
  overflow: hidden;
}
#section-intro .video-panel video {
  width: 100%;
  object-fit: cover;
}
#section-intro .video-divider {
  flex-shrink: 0;
  width: 1px;
  background: #fff;
  z-index: 1;
}
#section-intro .intro-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 44px;
  padding: 60px 16px;
}
#section-intro .intro-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
#section-intro .intro-title {
  font-family: "NanumSquareNeo", sans-serif;
  font-weight: 800;
  font-size: 34px;
  line-height: 1.35;
  letter-spacing: -0.96px;
  color: #ed1d24;
  text-align: center;
  white-space: nowrap;
}
#section-intro .intro-date {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1.5px solid #d51118;
}
#section-intro .intro-date p {
  font-family: "NanumSquareNeo", sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 1.34;
  letter-spacing: -2.496px;
  color: #ed1d24;
  text-align: center;
  white-space: nowrap;
}
#section-intro .intro-desc {
  font-family: "NanumSquareNeo", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.22;
  letter-spacing: -0.32px;
  color: #ed1d24;
  text-align: center;
  width: 100%;
}

.section-title-red {
  font-family: "NanumSquareNeo", sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.35;
  letter-spacing: -0.96px;
  color: #ed1d24;
  text-align: center;
  white-space: nowrap;
}

#section-lineup-pc .lineup-pc-inner {
  width: 1200px;
  margin: 0 auto;
  background: #ed1d24;
}
#section-lineup-pc .lineup-tab {
  display: flex;
}
#section-lineup-pc .lineup-tab li {
  flex: 1;
}
#section-lineup-pc .lineup-tab li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
#section-lineup-pc .lineup-tab li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  font-family: "NanumSquareNeo", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.42;
  letter-spacing: -0.32px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

#section-gift-pc {
  background: #fff;
}
#section-gift-pc .gift-pc-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 100px 0;
}
#section-gift-pc .gift-pc-title {
  font-size: 28px;
  letter-spacing: -1.12px;
}
#section-gift-pc .section-date-red {
  font-size: 20px;
  font-weight: 600;
  color: #ed1e24;
  margin-bottom: 27px;
}
#section-gift-pc .gift-pc-wrap {
  width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#section-gift-pc .gift-pc-grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#section-gift-pc .gift-pc-row {
  display: flex;
  gap: 8px;
}
#section-gift-pc .gift-pc-card {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 24px;
  border: 1px solid #ed1d24;
  min-height: 264px;
  gap: 16px;
}
#section-gift-pc .gift-pc-txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 216px;
  min-width: 0;
}
#section-gift-pc .gift-pc-txt--alt {
  justify-content: flex-start;
  gap: 24px;
  height: auto;
}
#section-gift-pc .gift-pc-title-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
#section-gift-pc .gift-pc-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 4px;
  border: 1px solid #ed1d24;
  font-family: "UniqloPro Regular", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.22;
  letter-spacing: -0.32px;
  color: #ed1d24;
  white-space: nowrap;
}
#section-gift-pc .gift-pc-name {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#section-gift-pc .gift-pc-name-sub {
  font-family: "NanumSquareNeo", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.42;
  letter-spacing: -0.448px;
  color: #444;
}
#section-gift-pc .gift-pc-name-main {
  font-family: "NanumSquareNeo", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.46;
  letter-spacing: -0.64px;
  color: #222;
}
#section-gift-pc .gift-pc-note {
  font-family: "NanumSquareNeo", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.46;
  letter-spacing: -0.24px;
  color: #575757;
}
#section-gift-pc .gift-pc-img1 {
  flex-shrink: 0;
  width: 230px;
}
#section-gift-pc .gift-pc-img2 {
  flex-shrink: 0;
  width: 285px;
  height: 240px;
}
#section-gift-pc .gift-pc-notice {
  width: 100%;
}
#section-gift-pc .gift-pc-notice-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 8px 0;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
}
#section-gift-pc .gift-pc-notice-btn-inner {
  display: flex;
  align-items: center;
  gap: 4px;
}
#section-gift-pc .gift-pc-notice-label {
  font-family: "NanumSquareNeo", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.48;
  letter-spacing: -0.336px;
  color: #666;
  white-space: nowrap;
}
#section-gift-pc .ic-chevron {
  flex-shrink: 0;
  transform: rotate(-90deg);
  transition: transform 0.25s ease;
}
#section-gift-pc .gift-pc-notice-btn[aria-expanded=true] .ic-chevron {
  transform: rotate(0deg);
}
#section-gift-pc .gift-pc-notice-body {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
  background: #F7F7F7;
  border-radius: 8px;
}
#section-gift-pc .gift-pc-notice-body.is-open {
  max-height: 1200px;
}
#section-gift-pc .gift-pc-notice-content {
  padding: 20px 16px;
}
#section-gift-pc .gift-notice-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
#section-gift-pc .gift-notice-list li {
  font-family: "NanumSquareNeo", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.48;
  letter-spacing: -0.288px;
  color: #575757;
  padding-left: 18px;
  position: relative;
}
#section-gift-pc .gift-notice-list li::before {
  content: "";
  display: inline-block;
  background: #575757;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 8px;
}

#section-sale-pc {
  background: #f7f7f7;
}
#section-sale-pc .sale-pc-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 100px 0;
}
#section-sale-pc .sale-pc-title {
  font-size: 28px;
  letter-spacing: -1.12px;
}
#section-sale-pc .sale-pc-wrap {
  display: flex;
  gap: 8px;
  width: 1200px;
}
#section-sale-pc .sale-pc-paper {
  flex: 1;
  overflow: hidden;
  background: #fff;
}
#section-sale-pc .sale-pc-paper img {
  display: block;
  width: 100%;
  height: 842px;
  object-fit: cover;
  object-position: top center;
}

.csr-modal {
  position: fixed;
  inset: 0;
  z-index: 9000;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: flex-end;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.csr-modal[aria-hidden=false] {
  opacity: 1;
  pointer-events: auto;
}
.csr-modal[aria-hidden=false] .csr-modal-sheet {
  transform: translateY(0);
}
.csr-modal .csr-modal-sheet {
  background: #fff;
  border-radius: 16px 16px 0 0;
  width: 100%;
  max-height: 90dvh;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1);
}
.csr-modal .csr-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 52px;
  padding: 8px 16px;
  margin-top: 8px;
  border-bottom: 1px solid #eee;
  flex-shrink: 0;
}
.csr-modal .csr-modal-head-tit {
  font-family: "NanumSquareNeo", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.42;
  letter-spacing: -0.448px;
  color: #222;
  white-space: nowrap;
}
.csr-modal .csr-modal-close-btn {
  width: 28px;
  height: 28px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.csr-modal .csr-modal-body {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 64px;
}
.csr-modal .csr-modal-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 24px 0 0;
  max-width: 1020px;
  margin: 0 auto;
}
.csr-modal .csr-modal-quote-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
}
.csr-modal .ic-quote--close {
  transform: rotate(180deg);
}
.csr-modal .csr-modal-sub-tit {
  font-family: "NanumSquareNeo", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.45;
  letter-spacing: -0.88px;
  color: #099730;
  text-align: center;
}
.csr-modal .csr-modal-img-main {
  padding: 0 16px;
}
.csr-modal .csr-modal-img-main img {
  width: 100%;
  aspect-ratio: 343/228;
  object-fit: cover;
  display: block;
}
.csr-modal .csr-modal-txt {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 16px;
}
.csr-modal .csr-modal-txt p {
  font-family: "NanumSquareNeo", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.42px;
  color: #222;
  text-align: justify;
}
.csr-modal .csr-modal-photos {
  display: flex;
  gap: 2px;
  justify-content: flex-end;
  padding: 0 16px;
}
.csr-modal .csr-modal-photo {
  overflow: hidden;
  flex: 1;
  height: 185px;
}
.csr-modal .csr-modal-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.csr-modal .csr-modal-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-top: 32px;
}
.csr-modal .csr-modal-banner-logo {
  display: block;
  max-width: 100%;
  height: auto;
}
.csr-modal .csr-modal-banner-desc {
  font-family: "NanumSquareNeo", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.36px;
  color: #222;
  text-align: center;
}
.csr-modal .csr-modal-banner-tpoc {
  display: block;
  height: 100%;
}
.csr-modal .csr-modal-line-banner {
  display: flex;
  justify-content: center;
  background: #00A040;
  height: 46px;
  width: 100%;
  max-width: 1020px;
}

#section-csr-pc .csr-pc-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  padding: 100px 16px;
}
#section-csr-pc .csr-pc-con {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
#section-csr-pc .csr-pc-title {
  font-size: 28px;
  letter-spacing: -1.12px;
}
#section-csr-pc .csr-pc-img {
  width: 800px;
  height: 532px;
  overflow: hidden;
}
#section-csr-pc .csr-pc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section-csr-pc .csr-pc-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding-bottom: 8px;
  text-align: center;
}
#section-csr-pc .csr-pc-txt-title {
  font-family: "NanumSquareNeo", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.54px;
  color: #222;
  white-space: nowrap;
}
#section-csr-pc .csr-pc-txt-desc {
  font-family: "NanumSquareNeo", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.42;
  letter-spacing: -0.448px;
  color: #222;
  white-space: nowrap;
}
#section-csr-pc .csr-pc-btn-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  padding: 16px 32px;
  border: 1px solid #c9c9c9;
  border-radius: 999px;
  font-family: "NanumSquareNeo", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.42;
  letter-spacing: -0.448px;
  color: #222;
  white-space: nowrap;
}
#section-csr-pc .csr-pc-btn-more:hover {
  border-color: #888;
}

.related-txt-tag {
  background: #222;
  font-family: "UniqloPro Regular", sans-serif;
  font-size: 13px;
  color: #fff;
  padding: 6px 8px;
  line-height: 1;
  border-radius: 4px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

#section-related-pc {
  background: #f7f7f7;
}
#section-related-pc .related-pc-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 100px 0;
}
#section-related-pc .related-pc-grid {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 1200px;
}
#section-related-pc .related-pc-row {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
#section-related-pc .related-pc-row--3 .related-pc-card {
  flex: 1 0 0;
}
#section-related-pc .related-pc-row--2 .related-pc-card {
  flex: 0 0 auto;
  width: 394.6666666667px;
}
#section-related-pc .related-pc-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-decoration: none;
  min-width: 0;
}
#section-related-pc .related-pc-card:hover .related-pc-img img {
  transform: scale(1.03);
}
#section-related-pc .related-pc-img {
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: #fff;
}
#section-related-pc .related-pc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
#section-related-pc .related-pc-img--split {
  display: flex;
}
#section-related-pc .related-pc-img--split .related-pc-img-half {
  flex: 1;
  overflow: hidden;
}
#section-related-pc .related-pc-img--split .related-pc-img-half img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section-related-pc .related-pc-img--grid4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
#section-related-pc .related-pc-img--grid4 .related-pc-img-cell {
  overflow: hidden;
}
#section-related-pc .related-pc-img--grid4 .related-pc-img-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section-related-pc .related-pc-txt {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
}
#section-related-pc .related-pc-txt-title {
  font-family: "NanumSquareNeo", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.46;
  letter-spacing: -0.576px;
  color: #222;
}
#section-related-pc .related-pc-txt-desc {
  font-family: "NanumSquareNeo", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.42;
  letter-spacing: -0.392px;
  color: #222;
}
#section-related-pc .related-pc-goto {
  font-family: "NanumSquareNeo", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.42;
  letter-spacing: -0.336px;
  color: #575757;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#section-location-pc {
  background: #fff;
}
#section-location-pc .location-pc-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 100px 0;
}
#section-location-pc .location-pc-con {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  width: 1200px;
}
#section-location-pc .location-pc-map {
  width: 100%;
  height: 450px;
  border: 1px solid #dbdbdb;
  overflow: hidden;
  position: relative;
}
#section-location-pc .location-pc-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
#section-location-pc .location-pc-txt {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#section-location-pc .location-pc-store-img {
  width: 180px;
  height: 138px;
  overflow: hidden;
  flex-shrink: 0;
}
#section-location-pc .location-pc-store-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#section-location-pc .location-pc-info-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-shrink: 0;
}
#section-location-pc .location-pc-date {
  font-family: "NanumSquareNeo", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.46;
  letter-spacing: -0.64px;
  color: #222;
  white-space: nowrap;
}
#section-location-pc .location-pc-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
#section-location-pc .location-pc-info-row {
  display: flex;
  gap: 12px;
  align-items: center;
}
#section-location-pc .location-pc-info-head {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-shrink: 0;
}
#section-location-pc .location-ic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
#section-location-pc .location-pc-info-label {
  font-family: "NanumSquareNeo", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.42;
  letter-spacing: -0.448px;
  color: #222;
  width: 70px;
  flex-shrink: 0;
}
#section-location-pc .location-pc-info-desc {
  font-family: "NanumSquareNeo", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.42;
  letter-spacing: -0.448px;
  color: #343434;
  white-space: nowrap;
}
#section-location-pc .location-pc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  padding: 16px 32px;
  border: 1px solid #c9c9c9;
  border-radius: 999px;
  font-family: "NanumSquareNeo", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.42;
  letter-spacing: -0.448px;
  color: #222;
  white-space: nowrap;
  text-decoration: none;
}
#section-location-pc .location-pc-btn:hover {
  border-color: #888;
}

#section-service-pc {
  background: #fff;
  border-top: 1px solid #DBDBDB;
  width: 1200px;
  margin: 0 auto;
}
#section-service-pc .service-pc-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 100px 0;
}
#section-service-pc .service-pc-title {
  font-family: "NanumSquareNeo", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.6px;
  color: #222;
  text-align: center;
  white-space: nowrap;
}
#section-service-pc .service-pc-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 8px;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#section-service-pc .service-pc-item {
  flex: 1;
  min-width: 0;
}
#section-service-pc .service-pc-item a {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-decoration: none;
}
#section-service-pc .service-pc-img {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
#section-service-pc .service-pc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section-service-pc .service-pc-item--no-border .service-pc-img {
  border: none;
}
#section-service-pc .service-pc-txt {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#section-service-pc .service-pc-name {
  font-family: "NanumSquareNeo", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.42;
  letter-spacing: -0.504px;
  color: #222;
}
#section-service-pc .service-pc-desc {
  font-family: "NanumSquareNeo", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.42;
  letter-spacing: -0.392px;
  color: #343434;
}

#section-coupon {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 33px 0 85px;
}

@media screen and (max-width: 1280px) {
  .only-mo {
    display: block;
  }
  .only-pc {
    display: none;
  }
  .section-title-red {
    font-size: 24px;
  }
  #section-intro {
    width: 100%;
    margin: 0;
  }
  #section-intro .video-area {
    height: auto;
  }
  #section-intro .video-panel--main {
    flex: none;
    width: 100%;
  }
  #section-intro .video-panel--main video {
    position: static;
    width: 100%;
    height: auto;
  }
  #section-intro .video-panel--sub,
  #section-intro .video-divider {
    display: none;
  }
  #section-intro .intro-text {
    gap: 24px;
    padding: 40px 16px;
  }
  #section-intro .intro-title {
    font-size: 24px;
  }
  #section-intro .intro-desc {
    font-size: 16px;
  }
  #section-gift {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 40px 16px;
  }
  #section-gift .section-date-red {
    font-family: "NanumSquareNeo", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.22;
    letter-spacing: -0.28px;
    color: #ed1d24;
  }
  #section-gift .gift-list {
    width: 100%;
  }
  #section-gift .gift-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px 0;
    border-bottom: 1px solid #ed1d24;
  }
  #section-gift .gift-row {
    display: flex;
    gap: 0;
    align-items: flex-start;
  }
  #section-gift .gift-txt {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    min-width: 0;
  }
  #section-gift .gift-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 4px;
    border: 1px solid #ed1d24;
    font-family: "UniqloPro Regular", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.26;
    letter-spacing: -0.252px;
    color: #ed1d24;
    white-space: nowrap;
  }
  #section-gift .gift-name {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  #section-gift .gift-name-sub {
    font-family: "NanumSquareNeo", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.42;
    letter-spacing: -0.392px;
    color: #444;
  }
  #section-gift .gift-name-main {
    font-family: "NanumSquareNeo", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.46;
    letter-spacing: -0.576px;
    color: #222;
  }
  #section-gift .gift-img1 {
    width: 168px;
    height: 148px;
    flex-shrink: 0;
  }
  #section-gift .gift-img2 {
    width: 190px;
    height: 162px;
    flex-shrink: 0;
  }
  #section-gift .gift-note {
    font-family: "NanumSquareNeo", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 1.42;
    letter-spacing: -0.2px;
    color: #575757;
  }
  #section-gift .gift-notice {
    width: 100%;
  }
  #section-gift .gift-notice-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-height: 44px;
    padding: 8px 0;
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
  }
  #section-gift .gift-notice-btn-left {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  #section-gift .ic-caution {
    flex-shrink: 0;
  }
  #section-gift .gift-notice-label {
    font-family: "NanumSquareNeo", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.48;
    letter-spacing: -0.288px;
    color: #666;
    white-space: nowrap;
  }
  #section-gift .ic-chevron {
    flex-shrink: 0;
    transform: rotate(-90deg);
    transition: transform 0.25s ease;
  }
  #section-gift .gift-notice-btn[aria-expanded=true] .ic-chevron {
    transform: rotate(0deg);
  }
  #section-gift .gift-notice-body {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
  }
  #section-gift .gift-notice-body.is-open {
    max-height: 1200px;
  }
  #section-gift .gift-notice-content {
    padding: 12px 0 16px;
  }
  #section-gift .gift-notice-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  #section-gift .gift-notice-list li {
    display: flex;
    align-items: flex-start;
    gap: 2px;
    font-family: "NanumSquareNeo", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.48;
    letter-spacing: -0.288px;
    color: #575757;
    padding-left: 18px;
    position: relative;
  }
  #section-gift .gift-notice-list li::before {
    content: "";
    display: inline-block;
    background: #575757;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 8px;
  }
  #section-sale {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding-top: 40px;
    background: #f7f7f7;
  }
  #section-sale .sale-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
  }
  #section-sale .sale-sub {
    font-family: "NanumSquareNeo", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42;
    letter-spacing: -0.392px;
    color: #575757;
  }
  #section-sale .sale-paper-wrap {
    width: 100%;
  }
  #section-sale .sale-paper-scroll {
    width: 100%;
    overflow-x: scroll;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  #section-sale .sale-paper-scroll::-webkit-scrollbar {
    display: none;
  }
  #section-sale .sale-paper-inner {
    display: flex;
    width: 1000px;
  }
  #section-sale .sale-paper-inner img {
    width: 500px;
    height: 706px;
    object-fit: cover;
    flex-shrink: 0;
    display: block;
  }
  #section-sale .sale-slide-bar {
    background: #ededed;
    height: 24px;
    display: flex;
    align-items: center;
  }
  #section-sale .sale-arrow {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #section-sale .sale-bar-track {
    flex: 1;
    height: 100%;
    position: relative;
  }
  #section-sale .sale-bar-indicator {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #c9c9c9;
    width: 100px;
    cursor: grab;
  }
  #section-sale .sale-bar-indicator:active {
    cursor: grabbing;
  }
  #section-lineup .lineup-tab {
    display: flex;
    background: #ed1d24;
  }
  #section-lineup .lineup-tab li {
    flex: 1;
  }
  #section-lineup .lineup-tab li + li {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
  }
  #section-lineup .lineup-tab li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    font-family: "NanumSquareNeo", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.42;
    letter-spacing: -0.392px;
    color: #fff;
    text-align: center;
  }
  .btn-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    padding: 12px 20px;
    border: 1px solid #c9c9c9;
    border-radius: 999px;
    font-family: "NanumSquareNeo", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.42;
    letter-spacing: -0.392px;
    color: #222;
    text-align: center;
  }
  #section-csr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 40px 16px;
  }
  #section-csr .csr-img {
    aspect-ratio: 343/228;
    width: 100%;
    overflow: hidden;
  }
  #section-csr .csr-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #section-csr .csr-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding-bottom: 8px;
    text-align: center;
  }
  #section-csr .csr-txt-title {
    font-family: "NanumSquareNeo", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.48px;
    color: #222;
  }
  #section-csr .csr-txt-desc {
    font-family: "NanumSquareNeo", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42;
    letter-spacing: -0.392px;
    color: #222;
  }
  .related-txt-tag {
    position: static;
    padding: 4px 6px;
    font-size: 12px;
  }
  #section-related {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 40px 0;
    background: #f7f7f7;
  }
  #section-related .related-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0 16px;
    width: 100%;
    box-sizing: border-box;
  }
  #section-related .related-item {
    border-bottom: 1px solid #dbdbdb;
  }
  #section-related .related-item--last {
    border-bottom: none;
  }
  #section-related .related-item--last .related-link {
    padding-bottom: 0;
  }
  #section-related .related-link {
    display: flex;
    gap: 16px;
    align-items: center;
    padding-bottom: 16px;
    padding-top: 0;
  }
  #section-related .related-item + .related-item .related-link {
    padding-top: 16px;
  }
  #section-related .related-img {
    width: 120px;
    height: 160px;
    flex-shrink: 0;
    overflow: hidden;
  }
  #section-related .related-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #section-related .related-txt {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 160px;
  }
  #section-related .related-txt .txt-top {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
  #section-related .related-txt .txt-bottom span {
    color: #575757;
    font-size: 12px;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  #section-related .related-txt-title {
    font-family: "NanumSquareNeo", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.46;
    letter-spacing: -0.576px;
    color: #222;
  }
  #section-related .related-txt-desc {
    font-family: "NanumSquareNeo", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42;
    letter-spacing: -0.392px;
    color: #222;
  }
  #section-location {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 40px 16px;
    background: #fff;
  }
  #section-location .location-img-date {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
  }
  #section-location .location-store-img {
    width: 120px;
    height: 110px;
    overflow: hidden;
    flex-shrink: 0;
  }
  #section-location .location-store-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #section-location .location-date-txt {
    display: flex;
    flex-direction: column;
    font-family: "NanumSquareNeo", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.46;
    letter-spacing: -0.576px;
    color: #222;
    white-space: nowrap;
  }
  #section-location .location-container-01 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
  }
  #section-location .location-map {
    aspect-ratio: 343/228;
    width: 100%;
    overflow: hidden;
    border: 1px solid #DBDBDB;
    position: relative;
  }
  #section-location .location-map iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
  }
  #section-location .location-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-bottom: 8px;
    width: 100%;
  }
  #section-location .location-info-row {
    display: flex;
    gap: 12px;
    align-items: flex-start;
  }
  #section-location .location-info-head {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-shrink: 0;
  }
  #section-location .location-ic {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }
  #section-location .location-info-label {
    font-family: "NanumSquareNeo", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.42;
    letter-spacing: -0.392px;
    color: #222;
    width: 56px;
    flex-shrink: 0;
  }
  #section-location .location-info-desc {
    font-family: "NanumSquareNeo", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42;
    letter-spacing: -0.392px;
    color: #343434;
  }
  #section-service {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 40px 16px;
    background: #fff;
  }
  #section-service .location-service-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 16px;
    align-content: center;
    width: 100%;
  }
  #section-service .location-service-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: calc(50% - 16px);
  }
  #section-service .location-service-img {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    box-sizing: border-box;
  }
  #section-service .location-service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #section-service .location-service-txt {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  #section-service .location-service-name {
    font-family: "NanumSquareNeo", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.42;
    letter-spacing: -0.392px;
    color: #222;
  }
  #section-service .location-service-desc {
    font-family: "NanumSquareNeo", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42;
    letter-spacing: -0.392px;
    color: #343434;
  }
  #section-coupon {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 0 16px 40px;
  }
}

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