@charset "UTF-8";

body {
  position: relative;
}

#main * {
  word-wrap: break-word;
  word-break: keep-all;
  box-sizing: border-box;
}

#main {
  padding-top: 115px;
  position: relative;
  font-size: 16px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  line-height: 1;
}

#main .pc-container {
  position: relative;
  min-width: 98.75rem;
  /* 스타일 중복으로 주석처리 */
  /* padding: 7.1875rem 0 0; */
  margin: 0 auto;
}

@keyframes floatingButtonHide {
  0% {
    transform: translateX(0);
  }

  30% {
    transform: translateX(-30px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes floatingButtonHideIcon {
  0% {
    width: 1.25rem;
    height: 1.25rem;
    background: url("/kr/front/images/main_2025/ic_cancle.svg") no-repeat center center;
    background-size: cover;
    opacity: 1;
  }

  25% {
    opacity: 0;
  }

  26% {
    width: 2rem;
    height: 2rem;
    background: url("/kr/front/images/main_2025/ic_pin.svg") no-repeat center center;
    background-size: cover;
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    width: 2rem;
    height: 2rem;
    background: url("/kr/front/images/main_2025/ic_pin.svg") no-repeat center center;
    background-size: cover;
    opacity: 1;
  }
}

@keyframes floatingButtonShow {
  0% {
    transform: translateX(calc(100% - 5rem));
    background: #000;
    padding: 1.875rem 0.5rem;
    border-radius: 50%;
    gap: 0;
  }

  30% {
    transform: translateX(calc(100% - 5rem + 30px));
    background: #000;
    padding: 1.875rem 0.5rem;
    border-radius: 50%;
    gap: 0;
  }

  50% {
    transform: translateX(calc(100% - 5rem));
    background: #000;
    padding: 1.875rem 0.5rem;
    border-radius: 50%;
    gap: 0;
  }

  100% {
    transform: translateX(0);
    background: #fff;
    padding: 1.875rem 1.5rem 1.875rem 0.625rem;
    border-radius: 62.4375rem;
    gap: 2rem;
  }
}

@keyframes floatingButtonShowContent {

  0%,
  50% {
    max-width: 0;
    opacity: 0;
  }

  100% {
    max-width: 18.75rem;
    opacity: 1;
  }
}

@keyframes floatingButtonShowRow1 {

  0%,
  50% {
    background: transparent;
  }

  100% {
    background: #f4f4f4;
  }
}

@keyframes floatingButtonShowRow1After {

  0%,
  50% {
    width: 2rem;
    height: 2rem;
    background: url("/kr/front/images/main_2025/ic_pin.svg") no-repeat center center;
    background-size: cover;
    opacity: 1;
  }

  75% {
    width: 1.625rem;
    height: 1.625rem;
    opacity: 0;
  }

  76% {
    width: 1.25rem;
    height: 1.25rem;
    background: url("/kr/front/images/main_2025/ic_cancle.svg") no-repeat center center;
    background-size: cover;
    opacity: 0;
  }

  100% {
    width: 1.25rem;
    height: 1.25rem;
    background: url("/kr/front/images/main_2025/ic_cancle.svg") no-repeat center center;
    background-size: cover;
    opacity: 1;
  }
}

#main .pc-container .floating-button {
  opacity: 1;
  position: fixed;
  bottom: 1.8125rem;
  right: 2.5rem;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1.875rem 1.5rem 1.875rem 0.625rem;
  box-shadow: 0 4px 3px 0 rgba(18, 18, 18, 0.15), 0 4px 15px 0 #A582E1;
  border-radius: 62.4375rem;
  background: #fff;
  max-height: 5rem;
  border: 2px solid #9587ea;
  box-sizing: border-box;
  transform: translateX(0);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

#main .pc-container .floating-button .row-1 {
  position: relative;
  background: #f4f4f4;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

#main .pc-container .floating-button .row-1::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background: url("/kr/front/images/main_2025/ic_cancle.svg") no-repeat center center;
  background-size: cover;
  width: 1.25rem;
  height: 1.25rem;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

#main .pc-container .floating-button .row-2 {
  max-width: 18.75rem;
  overflow: hidden;
  transition: max-width 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
}

#main .pc-container .floating-button .row-2 a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
}

#main .pc-container .floating-button .row-2 a span {
  font-size: 1.5rem;
  line-height: 125%;
  font-weight: 700;
  color: #4A2885;
}

#main .pc-container .floating-button .row-2 a::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  background: url("/kr/front/images/main_2025/ic_pin.svg") no-repeat center center;
  background-size: contain;
  margin-bottom: 0.3125rem;
}

#main .pc-container .floating-button.is-hide {
  background: #000;
  padding: 1.875rem 0.5rem;
  border-radius: 50%;
  gap: 0;
  animation: floatingButtonHide 0.5s ease-in-out forwards;
}

#main .pc-container .floating-button.is-hide .row-1 {
  background: transparent;
}

#main .pc-container .floating-button.is-hide .row-1:after {
  width: 2rem;
  height: 2rem;
  background: url("/kr/front/images/main_2025/ic_pin.svg") no-repeat center center;
  background-size: cover;
  animation: floatingButtonHideIcon 0.5s ease-in-out forwards;
}

#main .pc-container .floating-button.is-hide .row-2 {
  max-width: 0;
  opacity: 0;
}

#main .pc-container .floating-button.is-show {
  background: #000;
  padding: 1.875rem 0.625rem;
  border-radius: 50%;
  gap: 0;
  animation: floatingButtonShow 0.5s ease-out forwards;
}

#main .pc-container .floating-button.is-show .row-1 {
  background: transparent;
  animation: floatingButtonShowRow1 0.5s ease-out forwards;
}

#main .pc-container .floating-button.is-show .row-1:after {
  width: 2rem;
  height: 2rem;
  background: url("/kr/front/images/main_2025/ic_pin.svg") no-repeat center center;
  background-size: cover;
  animation: floatingButtonShowRow1After 0.5s ease-out forwards;
}

#main .pc-container .floating-button.is-show .row-2 {
  max-width: 0;
  opacity: 0;
  animation: floatingButtonShowContent 0.5s ease-out forwards;
}

#main .pc-container .inner {
  width: 100%;
  width: 1440px;
  margin: 0 auto;
}

#main .pc-container .a11y {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

#main .pc-container .kv {
  position: relative;
  min-width: 90rem;
  max-height: 45.375rem;
  background: #000;
  z-index: 2;
}

#main .pc-container .kv__swiper {
  position: relative;
  min-height: 35rem;
  max-height: 45.375rem;
  overflow: hidden;
}

@media (min-width: 1921px) {
  #main .pc-container .kv {
    max-height: 963px;

  }

  #main .pc-container .kv__swiper {
    max-height: 963px;
  }
}

#main .pc-container .kv__swiper .swiper-slide {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  background-color: #000;
  height: 100%;
}

#main .pc-container .kv__swiper .swiper-slide .main-kv-video,
#main .pc-container .kv__swiper .swiper-slide .main-kv-image img {
  width: 100%;
  height: 100%;
  min-height: 45.375rem;
  object-fit: cover;
  vertical-align: top;
}

#main .pc-container .kv__swiper .swiper-slide .poster {
  opacity: 0;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-color: #000;
}

#main .pc-container .kv__swiper .swiper-slide .poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#main .pc-container .kv__swiper .swiper-slide .main-kv-text {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

#main .pc-container .kv__swiper .swiper-slide .main-kv-text .inner {
  width: 1440px;
  padding: 3.75rem 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

#main .pc-container .kv__swiper .swiper-slide .main-kv-text.is-active .inner {
  opacity: 1;
  transform: translateY(0);
}

#main .pc-container .kv__swiper .swiper-slide .main-kv-text .sub-title {
  font-size: 1.5rem;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.03rem;
  color: #fff;
}

#main .pc-container .kv__swiper .swiper-slide .main-kv-text .main-title {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 72px;
  line-height: 115%;
  font-weight: 700;
  color: #fff;
}

#main .pc-container .kv__swiper .swiper-slide .main-kv-text .main-title img {
  width: 37%;
  height: 100%;
  object-fit: cover;
}

#main .pc-container .kv__swiper .swiper-slide .main-kv-text .desc {
  padding: 0.625rem 0 0;
  font-size: 1.125rem;
  line-height: 166%;
  color: #e1e1e1;
  letter-spacing: -0.0225rem;
}

#main .pc-container .kv__swiper .swiper-slide .main-kv-text .more-btn {
  width: fit-content;
  padding: 1rem 2.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #3c2268;
  background: #fff;
  border: none;
  border-radius: 62.4375rem;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

#main .pc-container .kv__swiper .swiper-slide .main-kv-text .more-btn:hover {
  background: #4A2885;
  color: #fff;
}

#main .pc-container .kv__swiper .swiper-slide .main-kv-text .more-btn span {
  display: inline-block;
  line-height: 122.222%;
  min-height: 22px;
  vertical-align: unset;
}

#main .pc-container .kv__swiper .swiper-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0.9rem;
  z-index: 1;
  width: 100%;
}

#main .pc-container .kv__swiper .swiper-controls .swiper-controls-play-button {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.5rem;
  background-image: url("/kr/front/images/main_2025/ic_play-white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  cursor: pointer;
}

#main .pc-container .kv__swiper .swiper-controls .swiper-controls-play-button.is-playing {
  background-image: url("/kr/front/images/main_2025/ic_pause-white.svg");
}

#main .pc-container .kv__swiper .swiper-controls .swiper-controls-cta {
  display: inline-flex;
  align-items: center;
  margin-left: 12px;
}

#main .pc-container .kv__swiper .swiper-controls .swiper-controls-cta a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

#main .pc-container .kv__swiper .swiper-controls .swiper-controls-cta a span {
  margin: -0.2rem 0 0 1.25rem;
  color: #fff;
  font-size: 0.875rem;
  line-height: 100%;
  font-weight: 500;
}

#main .pc-container .kv__swiper .swiper-controls .swiper-controls-cta::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 1rem;
  background-color: rgba(255, 255, 255, 0.5)
}

#main .pc-container .kv__swiper .swiper-controls .swiper-controls-cta a::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: url("/kr/front/images/main_2025/ic_arrow-cursor.svg") no-repeat center center;
  background-size: contain;
}

#main .pc-container .kv__swiper .swiper-controls .swiper-controls-cta a:hover::after {
  transform: translateX(0.3rem);
}

#main .pc-container .kv__swiper .swiper-controls .swiper-pagination {
  position: static;
  width: auto;
  transform: none;
  display: flex;
  align-items: center;
}

#main .pc-container .kv__swiper .swiper-controls .swiper-pagination-wrap {
  display: flex;
  align-items: center;
  height: 1.5rem;
}

#main .pc-container .kv__swiper .swiper-controls .swiper-pagination .swiper-pagination-bullet {
  overflow: hidden;
  transition: width 0.3s;
  opacity: 1;
  margin: 0 0.375rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 4rem;
}

#main .pc-container .kv__swiper .swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 2.625rem;
  border-radius: 4rem;
}

#main .pc-container .kv__swiper .swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .progress-fill {
  width: 0;
  height: 0.5rem;
  background-color: #fff;
  border-radius: 4rem;
}

#main .pc-container .kv__swiper .swiper-navigation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 6.25rem);
  z-index: 2;
  pointer-events: none;
}

#main .pc-container .kv__swiper .swiper-navigation .swiper-btn {
  background: url("/kr/front/images/main_2025/ic_arrow-large.svg") no-repeat center center;
  background-size: contain;
  width: 3.375rem;
  height: 3.375rem;
  cursor: pointer;
  pointer-events: auto;
}

#main .pc-container .kv__swiper .swiper-navigation .swiper-btn:hover {
  background: url("/kr/front/images/main_2025/ic_arrow-large-hover.svg") no-repeat center center;
}

#main .pc-container .kv__swiper .swiper-navigation .swiper-btn-prev {
  transform: rotate(180deg);
}

#main .pc-container .kv__swiper .swiper-navigation .swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

#main .pc-container .banner {
  width: 100%;
  height: 100%;
  background: url("/kr/front/images/main_2025/banner-desktop.png") no-repeat center center;
  background-size: cover;
  padding: 2rem 0;
}

#main .pc-container .banner__title {
  font-size: 2rem;
  line-height: 46px;
  text-align: center;
  color: #fff;
  font-family: 'Hankook';
}

#main .pc-container .banner__title span:first-child {
  opacity: 0.8;
}

#main .pc-container .banner__title span:last-child {
  font-size: 2rem;
  line-height: 46px;
  font-weight: 700;
}

#main .pc-container .product {
  padding: 6rem 0 4rem;
  background: #f0f0f2;
}

#main .pc-container .product__title {
  font-size: 3.25rem;
  line-height: 138%;
  font-weight: 300;
  letter-spacing: -0.065rem;
  color: #111;
}

#main .pc-container .product__title-highlight {
  font-size: 3.25rem;
  line-height: 138%;
  font-weight: 500;
  color: #4A2885;
}

#main .pc-container .product__passenger {
  padding: 4rem 0 0;
}

#main .pc-container .product__passenger-title {
  font-size: 2rem;
  line-height: 143%;
  font-weight: 300;
  letter-spacing: -0.04rem;
  padding: 0 0 1.5rem;
  color: #444;
}

#main .pc-container .product__passenger-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

#main .pc-container .product__passenger-list-item {
  display: flex;
  align-items: flex-start;
  border-radius: 0.25rem;
  background: #fff;
  overflow: hidden;
}

#main .pc-container .product__passenger-list-item .img-wrapper {
  flex: 1.28;
  max-width: 25rem;
  height: 100%;
  padding: 3.125rem 5.8125rem;
}

#main .pc-container .product__passenger-list-item .img-wrapper img {
  width: 100%;
  height: 100%;
  max-height: 300px;
  object-fit: contain;
}

#main .pc-container .product__passenger-list-item .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  width: 100%;
  height: 100%;
  padding: 2.5rem 2.5rem 1.875rem;
}

#main .pc-container .product__passenger-list-item .text-wrapper .desc {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

#main .pc-container .product__passenger-list-item .text-wrapper .desc span:first-child {
  font-size: 1.25rem;
  line-height: 150%;
  letter-spacing: -0.025rem;
  color: #666;
}

#main .pc-container .product__passenger-list-item .text-wrapper .desc span:last-child {
  font-size: 2.5rem;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: -0.05rem;
}

#main .pc-container .product__passenger-list-item .text-wrapper .detail-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

#main .pc-container .product__passenger-list-item .text-wrapper .detail-list-item {
  width: 100%;
  padding: 0 0 0.75rem;
}

#main .pc-container .product__passenger-list-item .text-wrapper .detail-list-item:not(:last-of-type) {
  border-bottom: 1px solid #eaeaea;
}

#main .pc-container .product__passenger-list-item .text-wrapper .detail-list-item:last-of-type {
  padding-bottom: 0;
}

#main .pc-container .product__passenger-list-item .text-wrapper .detail-list-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 1.25rem;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: 0.05rem;
  color: #4A2885;
}

#main .pc-container .product__passenger-list-item .text-wrapper .detail-list-item a::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  background: url("/kr/front/images/main_2025/ic_arrow-violet.svg") no-repeat center center;
  background-size: contain;
  margin-top: -0.0625rem;
}

#main .pc-container .product__commercial {
  padding: 4rem 0 0;
}

#main .pc-container .product__commercial-title {
  font-size: 2rem;
  line-height: 143%;
  font-weight: 300;
  letter-spacing: -0.04rem;
  padding: 0 0 1.5rem;
  color: #444;
}

#main .pc-container .product__commercial-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.03125rem;
}

#main .pc-container .product__commercial-list-item {
  display: flex;
  align-items: flex-start;
  border-radius: 0.25rem;
  background: #fff;
  overflow: hidden;
}

#main .pc-container .product__commercial-list-item .img-wrapper {
  flex: 1.28;
  min-width: 25rem;
  height: 25rem;
}

#main .pc-container .product__commercial-list-item .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#main .pc-container .product__commercial-list-item .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  width: 100%;
  height: 100%;
  padding: 2.5rem 2.5rem 1.875rem;
}

#main .pc-container .product__commercial-list-item .text-wrapper .desc {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

#main .pc-container .product__commercial-list-item .text-wrapper .desc span:first-child {
  font-size: 1.25rem;
  line-height: 150%;
  letter-spacing: -0.025rem;
  color: #666;
}

#main .pc-container .product__commercial-list-item .text-wrapper .desc span:last-child {
  font-size: 2rem;
  line-height: 143%;
  font-weight: 700;
  letter-spacing: -0.04rem;
}

#main .pc-container .product__commercial-list-item .text-wrapper .detail-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

#main .pc-container .product__commercial-list-item .text-wrapper .detail-list-item {
  width: 100%;
}

#main .pc-container .product__commercial-list-item .text-wrapper .detail-list-item:nth-of-type(odd):not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) {
  position: relative;
}

#main .pc-container .product__commercial-list-item .text-wrapper .detail-list-item:nth-of-type(odd):not(:nth-last-of-type(1)):not(:nth-last-of-type(2))::before {
  content: "";
  position: absolute;
  bottom: -0.75rem;
  left: 0;
  width: calc(200% + 1.5rem);
  height: 1px;
  background-color: #eaeaea;
}

#main .pc-container .product__commercial-list-item .text-wrapper .detail-list-item a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.25rem;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: 0.05rem;
  color: #4A2885;
}

#main .pc-container .product__commercial-list-item .text-wrapper .detail-list-item a::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url("/kr/front/images/main_2025/ic_arrow-violet.svg") no-repeat center center;
  background-size: contain;
  margin-top: -0.0625rem;
}

#main .pc-container .promotion__wrapper {
  position: relative;
  height: 43.75rem;
}

@media (min-width: 1921px) {
  #main .pc-container .promotion__wrapper {
    height: auto;
  }
}

#main .pc-container .promotion__wrapper-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-indent: -9999px;
  cursor: pointer;
}

#main .pc-container .promotion__wrapper__img {
  width: 100%;
  height: 100%;
}

#main .pc-container .promotion__wrapper__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#main .pc-container .promotion__wrapper .inner {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}

#main .pc-container .promotion__wrapper-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#main .pc-container .promotion__wrapper-item .badge {
  display: inline-block;
  margin: 0 0 1.5rem;
  padding: 1rem 1.75rem;
  font-size: 1rem;
  line-height: 125%;
  font-weight: 700;
  letter-spacing: -0.04rem;
  color: #fff;
  background: #9375EF;
  border-radius: 0 0 0.625rem 0.625rem;
  text-transform: uppercase;
}

#main .pc-container .promotion__wrapper-item-title {
  margin: 0 0 1rem;
  font-size: 2rem;
  line-height: 143%;
  font-weight: 300;
  letter-spacing: -0.04rem;
  text-align: center;
  color: #000;
}

#main .pc-container .promotion__wrapper-item-title .highlight {
  font-size: 2rem;
  line-height: 143%;
  font-weight: 500;
}

#main .pc-container .promotion__wrapper-item-desc {
  margin: 0 0 2.5rem;
  font-size: 1.25rem;
  line-height: 150%;
  letter-spacing: -0.025rem;
  color: #444;
}

#main .pc-container .promotion__wrapper-item-button {
  padding: 1rem 2.5rem;
  font-size: 1.125rem;
  line-height: 122%;
  font-weight: 700;
  color: #3c2268;
  background: #fff;
  border: none;
  border-radius: 62.4375rem;
  cursor: pointer;
  transition: all 0.3s ease;
  pointer-events: auto;
  position: relative;
  z-index: 3;
}

#main .pc-container .promotion__wrapper-item-button:hover {
  background: #4A2885;
  color: #fff;
}

#main .pc-container .promotion__wrapper-item-button span {
  display: inline-block;
  vertical-align: unset;
}

#main .pc-container .promotion__wrapper:hover #main .pc-container .promotion__wrapper-item-button {
  background: #4A2885;
  color: #fff;
}

#main .pc-container .promotion__wrapper-row-2 .promotion__wrapper-item {
  color: #fff;
}

#main .pc-container .promotion__wrapper-row-2 .promotion__wrapper-item-desc {
  color: #e1e1e1;
}

#main .pc-container .promotion__wrapper-row-2 .promotion__wrapper-item-title {
  color: #fff;
}

#main .pc-container .social {
  width: 100%;
  padding: 6rem 0 4rem;
  background: radial-gradient(29.43% 49.06% at 50.94% 50%, rgba(74, 40, 133, 0) 35%, #4A2885 100%), linear-gradient(90deg, #653466 -53.91%, #4A2885 -1.71%, #11091F 50.48%, #4A2885 102.68%, #3C439B 154.87%);
}

#main .pc-container .social__title {
  font-size: 2rem;
  line-height: 143%;
  font-weight: 300;
  letter-spacing: -0.04rem;
  color: #fff;
  text-align: center;
}

#main .pc-container .social__title-highlight {
  font-size: 2rem;
  line-height: 143%;
  font-weight: 500;
}

#main .pc-container .social-swiper {
  position: relative;
  width: 100%;
  padding: 4rem 0 6.25rem;
  overflow: hidden;
}

#main .pc-container .social-swiper .swiper-wrapper {
  width: 100%;
}

#main .pc-container .social-swiper .swiper-wrapper .swiper-slide {
  width: 16.6666666667%;
  min-height: 18.75rem;
  aspect-ratio: 1/1;
  transition: all 0.6s;
  overflow: hidden;
}

#main .pc-container .social-swiper .swiper-wrapper .swiper-slide .img-wrapper {
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
}

#main .pc-container .social-swiper .swiper-wrapper .swiper-slide .img-wrapper:hover {
  transform: scale(1.1);
}

#main .pc-container .social-swiper .swiper-wrapper .swiper-slide .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#main .pc-container .social-swiper .swiper-wrapper .facebook::after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background: url("/kr/front/images/main_2025/ic_facebook.svg") no-repeat center center;
  background-size: cover;
}

#main .pc-container .social-swiper .swiper-wrapper .youtube::after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background: url("/kr/front/images/main_2025/ic_youtube.svg") no-repeat center center;
  background-size: cover;
}

#main .pc-container .social-swiper .swiper-wrapper .instagram::after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background: url("/kr/front/images/main_2025/ic_instagram.svg") no-repeat center center;
  background-size: cover;
}

#main .pc-container .social-swiper .swiper-navigation {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
}

#main .pc-container .social-swiper .swiper-navigation .swiper-btn {
  background: url("/kr/front/images/main_2025/ic_arrow-small.svg") no-repeat center center;
  background-size: cover;
  width: 3.75rem;
  height: 3.75rem;
  cursor: pointer;
  color: #fff;
}

#main .pc-container .social-swiper .swiper-navigation .swiper-btn:hover {
  background: url("/kr/front/images/main_2025/ic_arrow-small-hover.svg") no-repeat center center;
}

#main .pc-container .social-swiper .swiper-navigation .swiper-btn-prev {
  transform: rotate(180deg);
}

#main .pc-container .social-swiper .swiper-navigation .swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

#main .pc-container .performance {
  margin: 0 auto;
  padding: 6rem 0 4rem;
  background: #f0f0f2;
}

#main .pc-container .performance__title {
  font-size: 3.25rem;
  line-height: 138%;
  font-weight: 300;
  letter-spacing: -0.065rem;
  color: #000;
  text-align: center;
}

#main .pc-container .performance__title-highlight {
  font-size: 3.25rem;
  line-height: 138%;
  font-weight: 500;
}

#main .pc-container .performance__swiper-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: clamp(16.375rem, 100%, 45.375rem);
  height: 4.5rem;
  margin: 4rem auto 2.5rem;
  border-radius: 62.4375rem;
  background: #dedee2;
}

#main .pc-container .performance__swiper-title span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 100%;
  width: 33.3333333333%;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 122%;
  font-weight: 500;
  color: #444;
  transition: color 0.3s ease;
  cursor: pointer;
  word-break: break-word;
}

#main .pc-container .performance__swiper-title span.active {
  font-size: 1.125rem;
  line-height: 122%;
  font-weight: 700;
  color: #fff;
  z-index: 2;
}

#main .pc-container .performance__swiper-title span.active::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 62.4375rem;
  background: #4A2885;
  z-index: -1;
}

#main .pc-container .performance__swiper {
  position: relative;
  max-width: 160rem;
  margin: 0 auto;
  overflow: hidden;
}

#main .pc-container .performance__swiper .swiper-wrapper {
  display: flex;
  align-items: center;
  min-width: 90rem;
  width: 100%;
  height: auto;
}

#main .pc-container .performance__swiper .swiper-wrapper .swiper-slide {
  display: flex;
  width: fit-content;
  height: 41.875rem;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

#main .pc-container .performance__swiper .swiper-wrapper .swiper-slide .performance-link {
  position: relative;
}

#main .pc-container .performance__swiper .swiper-wrapper .swiper-slide .performance-link .img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

#main .pc-container .performance__swiper .swiper-wrapper .swiper-slide .performance-link .img-wrapper .performance-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#main .pc-container .performance__swiper .swiper-wrapper .swiper-slide .performance-link .img-wrapper .performance-ab-img {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 170px;
  height: 214px;
}

#main .pc-container .performance__swiper .swiper-wrapper .swiper-slide .performance-link .text-wrapper {
  position: absolute;
  bottom: 3.75rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  color: #fff;
}

#main .pc-container .performance__swiper .swiper-wrapper .swiper-slide .performance-link .text-wrapper span {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 122%;
  text-transform: uppercase;
}

#main .pc-container .performance__swiper .swiper-wrapper .swiper-slide .performance-link .text-wrapper strong {
  font-size: 2.5rem;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: -0.05rem;
  text-align: center;
}

#main .pc-container .performance__swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
  position: relative;
}

#main .pc-container .performance__swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active) .performance-link {
  width: 100%;
  height: auto;
  aspect-ratio: 745/520;
  transform: scale(0.74);
  transition: transform 0.5s ease;
}

@media (min-width: 1921px) {
  #main .pc-container .performance__swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active) .performance-link {
    transform: scale(0.82);
  }
}

#main .pc-container .performance__swiper .swiper-wrapper .swiper-slide-active {
  position: relative;
}

#main .pc-container .performance__swiper .swiper-wrapper .swiper-slide-active .performance-link {
  width: 100%;
  height: 100%;
  height: 41.875rem;
  aspect-ratio: 96/67;
  transition: transform 0.5s ease;
}

/* Loop duplicate 슬라이드도 동일한 transition 적용 */
#main .pc-container .performance__swiper .swiper-wrapper .swiper-slide-duplicate .performance-link {
  transition: transform 0.5s ease;
}

#main .pc-container .performance__swiper .swiper-navigation {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  z-index: 1;
  pointer-events: none;
}

#main .pc-container .performance__swiper .swiper-navigation .swiper-btn {
  background: url("/kr/front/images/main_2025/ic_arrow-large.svg") no-repeat center center;
  background-size: cover;
  width: 3.375rem;
  height: 3.375rem;
  cursor: pointer;
  pointer-events: auto;
}

#main .pc-container .performance__swiper .swiper-navigation .swiper-btn:hover {
  background: url("/kr/front/images/main_2025/ic_arrow-large-hover.svg") no-repeat center center;
}

#main .pc-container .performance__swiper .swiper-navigation .swiper-btn-prev {
  transform: rotate(180deg);
}

#main .pc-container .performance__swiper .swiper-navigation .swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

#main .pc-container .news {
  padding: 4rem 0;
  background: #e1e2e7;
}

#main .pc-container .news__title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 2.5rem;
}

#main .pc-container .news__title-wrapper .news__title {
  font-size: 2rem;
  line-height: 143%;
  font-weight: 300;
  letter-spacing: -0.04rem;
  color: #000;
}

#main .pc-container .news__title-wrapper .news__title-highlight {
  font-size: 2rem;
  line-height: 143%;
  font-weight: 500;
}

#main .pc-container .news__title-wrapper .news__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.125rem;
  line-height: 122%;
  font-weight: 500;
  letter-spacing: -0.04rem;
  color: #666;
}

#main .pc-container .news__title-wrapper .news__link::after {
  position: relative;
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: #dbdbdb;
  border-radius: 50%;
  margin-top: -0.0625rem;
}

#main .pc-container .news__title-wrapper .news__link::before {
  position: absolute;
  top: 50%;
  right: 0.5625rem;
  transform: translateY(-50%);
  content: "";
  width: 0.25rem;
  height: 0.625rem;
  background: url("/kr/front/images/main_2025/ic_arrow-small-2.svg") no-repeat center center;
  background-size: cover;
  z-index: 999;
  margin-top: -0.0625rem;
}

#main .pc-container .news__list {
  display: flex;
  height: 100%;
  gap: 1.875rem;
  align-items: stretch;
}

#main .pc-container .news__list-item {
  width: calc(1440px / 3);
}

#main .pc-container .news__list-item-link {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  height: 100%;
}

#main .pc-container .news__list-item-link .img-wrapper {
  aspect-ratio: 478/319;
  max-height: 300px;
}

#main .pc-container .news__list-item-link .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#main .pc-container .news__list-item-link .text-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 2rem;
  padding: 0 1.25rem 0 0.625rem;
}

#main .pc-container .news__list-item-link .text-wrapper h3 {
  font-size: 1.5rem;
  line-height: 150%;
  letter-spacing: -0.03rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}

#main .pc-container .news__list-item-link .text-wrapper span {
  margin-top: auto;
  font-size: 1.25rem;
  line-height: 150%;
  letter-spacing: -0.025rem;
  color: #666;
}

.footer {
  position: static;
}