@charset "UTF-8";

body {
  position: relative;
}

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

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

#main section {
  padding: 0;
}

#main .mobile-container {
  position: relative;
  min-width: 20rem;
  margin: 0 auto;
}

#main .mobile-container .inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
}

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

#main .mobile-container .floating-button {
  position: fixed;
  bottom: 2vh;
  right: 3vw;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  height: 3.75rem;
  overflow: visible;
  padding: 0.9375rem 0.5rem;
  box-shadow: 0 4px 3px 0 rgba(18, 18, 18, 0.15), 0 4px 15px 0 #A582E1;
  border: 2px solid #9587ea;
  border-radius: 50%;
  box-sizing: border-box;
  background: #000;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

#main .mobile-container .floating-button .row-1 {
  position: relative;
  background: transparent;
  width: 2.5rem;
  height: 2.5rem;
  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 .mobile-container .floating-button .row-1::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background: url("/kr/mobile/images/main_2025/ic_pin.svg") no-repeat center center;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

#main .mobile-container .kv {
  position: relative;
  width: 100%;
  background: #000;
  z-index: 2;
}

#main .mobile-container .kv__swiper {
  position: relative;
  overflow: hidden;
}

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

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

#main .mobile-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 .mobile-container .kv__swiper .swiper-slide .poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#main .mobile-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 .mobile-container .kv__swiper .swiper-slide .main-kv-text .inner {
  padding: 2.5rem 0 0 1.875rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

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

#main .mobile-container .kv__swiper .swiper-slide .main-kv-text .sub-title {
  font-size: 1.125rem;
  line-height: 133%;
  font-weight: 500;
  letter-spacing: -0.0225rem;
  color: #fff;
}

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

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

#main .mobile-container .kv__swiper .swiper-slide .main-kv-text .desc {
  width: 100%;
  font-size: 0.875rem;
  line-height: 157%;
  color: #e1e1e1;
  letter-spacing: -0.0175rem;
}

#main .mobile-container .kv__swiper .swiper-slide .main-kv-text .more-btn {
  width: fit-content;
  padding: 0.625rem 1.5rem;
  font-size: 0.875rem;
  line-height: 100%;
  font-weight: 700;
  color: #3c2268;
  background: #fff;
  border: none;
  border-radius: 62.4375rem;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

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

#main .mobile-container .kv__swiper .swiper-slide .main-kv-text .more-btn span {
  display: inline-block;
  min-height: 17px;
}

#main .mobile-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 .mobile-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/mobile/images/main_2025/ic_play-white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  cursor: pointer;
  background-color: transparent;
}

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

#main .mobile-container .kv__swiper .swiper-controls .swiper-controls-cta {
  display: inline-flex;
  align-items: center;
  /* gap: 0.75rem; */
  margin-left: 12px;
}

#main .mobile-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 .mobile-container .kv__swiper .swiper-controls .swiper-controls-cta a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

#main .mobile-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 .mobile-container .kv__swiper .swiper-controls .swiper-controls-cta a::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: url("/kr/mobile/images/main_2025/ic_arrow-cursor.svg") no-repeat center center;
  background-size: contain;
}

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

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

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

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

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

#main .mobile-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 .mobile-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: 100%;
  z-index: 2;
  pointer-events: none;
}

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

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

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

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

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

#main .mobile-container .banner__title {
  font-size: 1.25rem;
  line-height: 120%;
  text-align: center;
  color: #fff;
  font-family: 'Hankook';
}

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

#main .mobile-container .banner__title span:last-child {
  font-size: 1.25rem;
  line-height: 120%;
  font-weight: 700;
}

#main .mobile-container .product {
  padding: 2.5rem 0 2rem;
  background: #f0f0f2;
  overflow: hidden;
}

#main .mobile-container .product__title {
  font-size: 1.75rem;
  line-height: 142%;
  font-weight: 300;
  letter-spacing: -0.035rem;
  color: #111;
}

#main .mobile-container .product__title-highlight {
  font-size: 1.75rem;
  line-height: 142%;
  font-weight: 500;
  color: #4A2885;
}

#main .mobile-container .product__passenger {
  padding: 2rem 0 0;
}

#main .mobile-container .product__passenger-title {
  font-size: 1.375rem;
  line-height: 136%;
  font-weight: 300;
  letter-spacing: -0.0275rem;
  padding: 0 0 1rem 1.25rem;
  color: #444;
}

#main .mobile-container .product__passenger .swiper {
  padding: 0 1.25rem;
}

#main .mobile-container .product__passenger-list-item {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.875rem 1.875rem 1.5rem;
  border-radius: 0.25rem;
  background: #fff;
  overflow: hidden;
  width: 18.75rem;
  height: auto;
}

#main .mobile-container .product__passenger-list-item .text-wrapper-title {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

#main .mobile-container .product__passenger-list-item .text-wrapper-title span:first-child {
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: -0.02rem;
  color: #666;
}

#main .mobile-container .product__passenger-list-item .text-wrapper-title span:last-child {
  font-size: 1.625rem;
  line-height: 130%;
  font-weight: 700;
  letter-spacing: -0.0325rem;
  color: #000;
}

#main .mobile-container .product__passenger-list-item .img-wrapper {
  width: 100%;
  height: 12.5rem;
  aspect-ratio: 143/200;
}

#main .mobile-container .product__passenger-list-item .img-wrapper a {
  width: 100%;
  height: 100%;
}

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

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

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

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

#main .mobile-container .product__passenger-list-item .detail-list-item:last-of-type {
  padding: 0;
}

#main .mobile-container .product__passenger-list-item .detail-list-item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  line-height: 125%;
  font-weight: 700;
  letter-spacing: 0.04rem;
  color: #4A2885;
  overflow: visible;
}

#main .mobile-container .product__passenger-list-item .detail-list-item a::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-color: #eaeaea;
  z-index: -1;
  border-radius: 50%;
}

#main .mobile-container .product__passenger-list-item .detail-list-item a::after {
  content: "";
  width: 0.4375rem;
  height: 0.75rem;
  background: url("/kr/mobile/images/main_2025/ic_arrow-violet.svg") no-repeat center center;
  background-size: contain;
  margin: 0 0.5rem 0 0;
}

#main .mobile-container .product__commercial {
  padding: 2rem 0 0;
}

#main .mobile-container .product__commercial-title {
  font-size: 1.375rem;
  line-height: 136%;
  font-weight: 300;
  letter-spacing: -0.0275rem;
  padding: 0 0 1rem 1.25rem;
  color: #444;
}

#main .mobile-container .product__commercial .swiper {
  padding: 0 1.25rem;
}

#main .mobile-container .product__commercial-list-item {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  border-radius: 0.25rem;
  background: #fff;
  overflow: hidden;
  width: 18.75rem;
  height: auto;
}

#main .mobile-container .product__commercial-list-item .img-wrapper {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}

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

#main .mobile-container .product__commercial-list-item .text-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 1.875rem 0.75rem;
}

#main .mobile-container .product__commercial-list-item .text-wrapper .text-wrapper-title {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0 0 2.5rem;
}

#main .mobile-container .product__commercial-list-item .text-wrapper .text-wrapper-title span:first-child {
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: -0.02rem;
  color: #666;
}

#main .mobile-container .product__commercial-list-item .text-wrapper .text-wrapper-title span:last-child {
  font-size: 1.375rem;
  line-height: 136%;
  font-weight: 700;
  letter-spacing: -0.0275rem;
}

#main .mobile-container .product__commercial-list-item .text-wrapper .detail-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.75rem;
  height: auto;
}

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

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

#main .mobile-container .product__commercial-list-item .text-wrapper .detail-list-item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  line-height: 125%;
  font-weight: 700;
  letter-spacing: 0.04rem;
  color: #4A2885;
  overflow: visible;
}

#main .mobile-container .product__commercial-list-item .text-wrapper .detail-list-item a::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-color: #eaeaea;
  z-index: -1;
  border-radius: 50%;
}

#main .mobile-container .product__commercial-list-item .text-wrapper .detail-list-item a::after {
  content: "";
  width: 0.4375rem;
  height: 0.75rem;
  background: url("/kr/mobile/images/main_2025/ic_arrow-violet.svg") no-repeat center center;
  background-size: contain;
  margin: 0 0.5rem 0 0;
}

#main .mobile-container .product__commercial-list-item .text-wrapper .detail-list:has(.detail-list-item:first-child:nth-last-child(n+5)) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  column-gap: 3.75rem;
}

#main .mobile-container .product__commercial-list-item .text-wrapper .detail-list:has(.detail-list-item:first-child:nth-last-child(n+5)) .detail-list-item {
  border-bottom: none;
}

#main .mobile-container .product__commercial-list-item .text-wrapper .detail-list:has(.detail-list-item:first-child:nth-last-child(n+5)) .detail-list-item:nth-of-type(odd):not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) {
  position: relative;
}

#main .mobile-container .product__commercial-list-item .text-wrapper .detail-list:has(.detail-list-item:first-child:nth-last-child(n+5)) .detail-list-item:nth-of-type(odd):not(:nth-last-of-type(1)):not(:nth-last-of-type(2))::before {
  content: "";
  position: absolute;
  bottom: 0rem;
  left: 0;
  width: calc(200% + 3.75rem);
  height: 0.0625rem;
  background-color: #eaeaea;
}

#main .mobile-container .promotion__wrapper {
  position: relative;
  height: auto;
}

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

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

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

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

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

#main .mobile-container .promotion__wrapper-item .badge {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.5rem 0.9375rem 0.625rem;
  font-size: 0.75rem;
  line-height: 133%;
  font-weight: 700;
  letter-spacing: 0.03rem;
  color: #fff;
  background: #9375EF;
  border-radius: 0 0 0.5rem 0.5rem;
  text-transform: uppercase;
}

#main .mobile-container .promotion__wrapper-item-title {
  margin: 0 0 0.75rem;
  font-size: 1.375rem;
  line-height: 136%;
  font-weight: 300;
  letter-spacing: -0.0275rem;
  text-align: center;
  color: #fff;
}

#main .mobile-container .promotion__wrapper-item-title .highlight {
  font-size: 1.375rem;
  line-height: 136%;
  font-weight: 500;
}

#main .mobile-container .promotion__wrapper-item-desc {
  margin: 0 0 1.25rem;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: -0.02rem;
  color: #e1e1e1;
  text-align: center;
}

#main .mobile-container .promotion__wrapper-item-button {
  padding: 0.625rem 1.5rem;
  background: #fff;
  border: none;
  border-radius: 62.4375rem;
  cursor: pointer;
  transition: all 0.3s ease;
  pointer-events: auto;
  position: relative;
  z-index: 3;
}

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

#main .mobile-container .promotion__wrapper-item-button:hover span {
  color: #fff;
}

#main .mobile-container .promotion__wrapper-item-button span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 17px;
  font-size: 0.875rem;
  line-height: 100%;
  font-weight: 700;
  color: #3c2268;
  transition: all 0.3s ease;
}

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

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

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

#main .mobile-container .social {
  padding: 2.5rem 0 0;
  background: radial-gradient(50% 50% at 50% 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 .mobile-container .social__title {
  padding: 0 0 2rem;
  text-align: center;
  font-size: 1.375rem;
  line-height: 136%;
  font-weight: 300;
  letter-spacing: -0.0275rem;
  color: #fff;
}

#main .mobile-container .social__title-highlight {
  font-size: 1.375rem;
  line-height: 136%;
  font-weight: 500;
}

#main .mobile-container .social-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

#main .mobile-container .social-item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#main .mobile-container .social-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}

#main .mobile-container .social-item a .img-wrapper {
  width: 100%;
  height: 100%;
}

#main .mobile-container .social-item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#main .mobile-container .social .facebook::after {
  position: absolute;
  top: 0.55rem;
  right: 0.95rem;
  content: "";
  width: 0.65rem;
  height: 1.4rem;
  background: url("/kr/mobile/images/main_2025/ic_facebook.svg") no-repeat center center;
  background-size: contain;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.5));
}

#main .mobile-container .social .youtube::after {
  position: absolute;
  top: 0.65rem;
  right: 0.4rem;
  content: "";
  width: 1.7rem;
  height: 1.2rem;
  background: url("/kr/mobile/images/main_2025/ic_youtube.svg") no-repeat center center;
  background-size: contain;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.5));
}

#main .mobile-container .social .instagram::after {
  position: absolute;
  top: 0.55rem;
  right: 0.55rem;
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background: url("/kr/mobile/images/main_2025/ic_instagram.svg") no-repeat center center;
  background-size: contain;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.5));
}

#main .mobile-container .performance {
  padding: 2.5rem 0 2rem;
  background: #f0f0f2;
}

#main .mobile-container .performance__title {
  text-align: center;
  font-size: 1.75rem;
  line-height: 142%;
  font-weight: 300;
  letter-spacing: -0.035rem;
  color: #000;
}

#main .mobile-container .performance__title-highlight {
  font-size: 1.75rem;
  line-height: 142%;
  font-weight: 500;
}

#main .mobile-container .performance__swiper-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 3rem);
  height: 3.625rem;
  margin: 2rem auto 1.25rem;
  border-radius: 62.4375rem;
  background: #dedee2;
}

#main .mobile-container .performance__swiper-title div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 0;
  height: 100%;
  text-align: center;
  text-transform: uppercase;
  transition: color 0.3s ease;
  cursor: pointer;
}

#main .mobile-container .performance__swiper-title div.active {
  z-index: 2;
}

#main .mobile-container .performance__swiper-title div.active span {
  font-size: 0.875rem;
  line-height: 114%;
  font-weight: 700;
  color: #fff;
}

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

#main .mobile-container .performance__swiper-title div span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  font-size: 0.875rem;
  line-height: 114%;
  font-weight: 500;
  color: #444;
  max-width: calc(100% - 12px);
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
}

#main .mobile-container .performance__swiper {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

#main .mobile-container .performance__swiper .swiper-wrapper {
  min-width: 20rem;
  width: 100%;
}

#main .mobile-container .performance__swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}

#main .mobile-container .performance__swiper .swiper-wrapper .swiper-slide .img-wrapper {
  position: relative;
  aspect-ratio: 175/122;
}

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

#main .mobile-container .performance__swiper .swiper-wrapper .swiper-slide .img-wrapper .performance-ab-img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 60px;
  height: 76px;
}

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

#main .mobile-container .performance__swiper .swiper-wrapper .swiper-slide .text-wrapper span {
  font-size: 0.875rem;
  line-height: 114%;
  text-transform: uppercase;
  font-weight: 400;
}

#main .mobile-container .performance__swiper .swiper-wrapper .swiper-slide .text-wrapper strong {
  font-size: 1.375rem;
  line-height: 136%;
  font-weight: 700;
  letter-spacing: -0.0275rem;
}

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

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

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

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

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

#main .mobile-container .news {
  padding: 2rem 0;
  background: #eaeaea;
  overflow: hidden;
}

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

#main .mobile-container .news__title-wrapper .news__title {
  font-size: 1.375rem;
  line-height: 136%;
  font-weight: 300;
  letter-spacing: -0.0275rem;
  color: #000;
}

#main .mobile-container .news__title-wrapper .news__title-highlight {
  font-size: 1.375rem;
  line-height: 136%;
  font-weight: 500;
}

#main .mobile-container .news__title-wrapper .news__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  line-height: 125%;
  font-weight: 500;
  color: #646568;
  width: auto;
}

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

#main .mobile-container .news__title-wrapper .news__link::before {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  content: "";
  width: 0.375rem;
  height: 0.75rem;
  background: url("/kr/mobile/images/main_2025/ic_arrow-small-2.svg") no-repeat center center;
  background-size: contain;
  z-index: 9;
  margin-top: -0.0625rem;
}

#main .mobile-container .news__list-item-link {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-self: stretch;
}

#main .mobile-container .news__list-item-link .img-wrapper {
  width: 100%;
  height: 100%;
  aspect-ratio: 175/114;
}

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

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

#main .mobile-container .news__list-item-link .text-wrapper h3 {
  font-size: 1.125rem;
  line-height: 133%;
  letter-spacing: -0.0225rem;
  color: #000;
  height: 3.125rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#main .mobile-container .news__list-item-link .text-wrapper span {
  font-size: 1rem;
  line-height: 150%;
  font-weight: 300;
  letter-spacing: -0.02rem;
  color: #666;
}

#main .mobile-container .news .swiper {
  position: relative;
}

#main .mobile-container .news .swiper .swiper-navigation {
  width: calc(100% - 1.25rem);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: calc((100vw - 5rem) * 0.6656716418 / 2);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}

#main .mobile-container .news .swiper .swiper-navigation .swiper-btn {
  position: relative;
  pointer-events: auto;
  width: 2.25rem;
  height: 2.25rem;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
}

#main .mobile-container .news .swiper .swiper-navigation .swiper-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.5625rem;
  height: 1rem;
  content: "";
  background: url("/kr/mobile/images/main_2025/ic_arrow-small.svg") no-repeat center;
  background-size: contain;
  z-index: 1;
}

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

#main .mobile-container .news .swiper .swiper-navigation .swiper-button-disabled {
  opacity: 0.2;
  cursor: not-allowed;
}

.btn_top {
  display: none !important;
}