@charset "UTF-8";
/* 모바일 */
:root {
  --scrollbar-w: 0px;
}

html {
  overflow-y: auto;
}

body::-webkit-scrollbar {
  width: 0 !important;
  display: none;
}

.wrap {
  max-width: 100%;
  width: 100%;
  padding: 0 1.25rem;
}

.m-btn-large {
  height: 2.5rem !important;
  font-size: 0.875rem !important;
  padding: 0 1.25rem 0 1rem !important;
}
.m-btn-large .icon {
  width: 1rem !important;
  height: 1rem !important;
}

.header.is-menu-open .header-main {
  background: #fff;
}
.header.is-menu-open .header-main .navbar a {
  color: #201f22;
}
.header.is-menu-open .header-main {
  background: #fff;
}
.header .header-top {
  display: none;
}
.header .header-main {
  height: 4rem;
}
.header .header-main .header-wrap {
  width: 100%;
  padding: 0.5rem 0.75rem 0.5rem 1.5rem;
}
.header .header-main .header-wrap .header-main-inner {
  justify-content: space-between;
}
.header .header-main .header-wrap .header-main-inner .logo img {
  width: 8rem;
}
.header .header-main .header-wrap .header-main-inner .header-main-btn {
  display: none;
}

.header-top, .header-main-btn {
  display: none;
}

.header-main .nav,
.header-main .header-main-btn {
  display: none;
}

/* 모바일 메뉴 버튼 */
.btn-menu {
  display: flex;
  width: 3rem;
  height: 3rem;
  padding: 0.5rem;
  align-items: center;
  justify-content: center;
  background: none;
  border: 0;
  cursor: pointer;
}
.btn-menu i {
  font-size: 1.5rem;
  color: #fff;
  display: flex;
}
.btn-menu .icon-close {
  display: none;
  background-color: #fff;
}
.btn-menu.is-dark i {
  color: #7b7b8a;
}
.btn-menu.is-dark .icon-close {
  background-color: #7b7b8a;
}
.btn-menu.is-ticket i {
  color: #7b7b8a;
}
.btn-menu.is-ticket .icon-close {
  background-color: #7b7b8a;
}
.btn-menu.is-open i {
  display: none;
}
.btn-menu.is-open .icon-close {
  display: flex;
}

/* 모바일 메뉴 패널 */
.mobile-menu {
  position: fixed;
  height: calc(100vh - 4rem);
  display: flex !important;
  flex-direction: column;
  width: 100%;
  left: 0;
  right: 0;
  top: 4rem;
  background: #fff;
  z-index: 998;
  transform: translateY(-12px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0.25s;
}
.mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s;
}
.mobile-menu.active {
  right: 0;
}
.mobile-menu .mobile-header-top {
  background: #f2f4f7;
  padding: 0.5rem 1.25rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
}
.mobile-menu .mobile-header-top ul {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.mobile-menu .mobile-header-top ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-menu .mobile-header-top ul li a {
  width: 100%;
  height: 2.625rem;
  display: flex;
  align-items: center;
  color: #585763;
  padding: 0.5rem 0;
}
.mobile-menu .mobile-header-top ul li a img {
  width: 7.5rem;
}
.mobile-menu .mobile-util-nav-text {
  width: 100%;
  height: 3rem;
  background: #201f22;
  padding: 0.75rem 1.25rem;
  color: #fff;
  font-weight: 500;
  line-height: 160%;
  font-size: 0.875rem;
  position: relative;
}
.mobile-menu .mobile-util-nav-text span {
  font-weight: 700;
  background: linear-gradient(92deg, #E50914 0%, #EF32D3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mobile-menu .mobile-util-nav-text .tail {
  position: absolute;
  left: 2.5rem;
  top: -6px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #201f22;
}
.mobile-menu .mobile-menu-inner {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-menu .mobile-menu-inner .m-nav__list {
  padding: 6px 0;
}
.mobile-menu .mobile-menu-inner .m-nav__list .m-nav__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.25rem;
  height: 3.5rem;
  text-decoration: none;
  color: #3a383f;
  font-size: 1.125rem;
  line-height: 160%;
  font-weight: 600;
  gap: 0.5rem;
}
.mobile-menu .mobile-menu-inner .m-nav__list .m-nav__item.m-nav__player {
  border-bottom: 1px solid #e6e8ed;
}
.mobile-menu .mobile-menu-inner .m-nav__list .m-nav__item.m-nav__player i {
  width: 1.5rem;
  height: 1.5rem;
  color: #999;
  font-size: 1.5rem;
}
.mobile-menu .mobile-menu-inner .m-nav__list .m-accordion:first-of-type {
  border-bottom: 1px solid #e6e8ed;
}
.mobile-menu .mobile-menu-inner .m-nav__list .m-accordion.is-collapsed .m-accordion__panel {
  overflow: hidden;
  max-height: none;
  transition: max-height 0.25s ease;
}
.mobile-menu .mobile-menu-inner .m-nav__list .m-accordion:not(.is-collapsed) .m-accordion__btn i {
  transform: rotate(0deg);
}
.mobile-menu .mobile-menu-inner .m-nav__list .m-accordion .m-accordion__btn {
  width: 100%;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: transparent;
  border: 0;
  cursor: pointer;
  color: #3a383f;
  font-size: 1.125rem;
  font-weight: 600;
}
.mobile-menu .mobile-menu-inner .m-nav__list .m-accordion .m-accordion__btn i {
  font-size: 1.5rem;
  color: #7b7b8a;
  width: 1.5rem;
  height: 1.5rem;
  transform: rotate(180deg);
  transition: transform 0.2s ease;
  line-height: 1;
}
.mobile-menu .mobile-menu-inner .m-nav__list .m-accordion .m-accordion__panel {
  overflow: hidden;
  max-height: 999px; /* 기본: 펼침 */
  transition: max-height 0.25s ease;
}
.mobile-menu .mobile-menu-inner .m-nav__list .m-accordion .m-accordion__panel .m-accordion__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 1.25rem 2rem;
}
.mobile-menu .mobile-menu-inner .m-nav__list .m-accordion .m-accordion__panel .m-accordion__grid a {
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  color: #585763;
  line-height: 160%;
  height: 3rem;
}
.mobile-menu .mobile-menu-inner .m-nav__list .m-accordion .m-accordion__panel .m-accordion__list {
  display: flex;
  flex-direction: column;
  padding: 0 0 1rem;
}
.mobile-menu .mobile-menu-inner .m-nav__list .m-accordion .m-accordion__panel .m-accordion__list .m-player-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  color: #585763;
  height: 3rem;
  gap: 0.5rem;
  padding: 0 1.25rem;
}
.mobile-menu .mobile-menu-inner .m-nav__list .m-accordion .m-accordion__panel .m-accordion__list .m-player-item:last-child {
  border-bottom: none;
}
.mobile-menu .mobile-menu-inner .m-nav__list .m-accordion .m-accordion__panel .m-accordion__list .m-player-item span {
  font-size: 0.875rem;
  color: #7b7b8a;
  margin-left: 0.25rem;
}
.mobile-menu .mobile-menu-inner .m-nav__list .m-accordion .m-accordion__panel .m-accordion__list .m-player-item i {
  margin-left: auto;
  font-size: 1.5rem;
  color: #7b7b8a;
}
.mobile-menu .mobile-menu-inner .m-nav__list .m-accordion .m-accordion__panel .m-accordion__list .m-player-desc {
  padding: 0.5rem 1.25rem;
  color: #7b7b8a;
  font-size: 0.875rem;
}
.mobile-menu .mobile-menu-inner .m-nav__list .m-accordion .m-accordion__panel .m-accordion__list .m-player-desc a {
  color: #06C;
  text-decoration: underline;
}

.footer {
  padding: 3rem 1.25rem 3.5rem;
}
.footer .wrap {
  padding: 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-direction: column;
  gap: 1.5rem;
}
.footer .wrap .footer-left {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.footer .wrap .footer-left .footer-logo {
  width: 8rem;
}
.footer .wrap .footer-left .footer-logo img {
  width: 100%;
}
.footer .wrap .footer-left .footer-menu {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.footer .wrap .footer-left .footer-menu .link {
  font-size: 13px;
  font-weight: 500;
  line-height: 160%;
  color: #3a383f;
  padding: 0.5rem 0;
}
.footer .wrap .footer-left .footer-customer {
  width: 100%;
  font-size: 1.125rem;
  color: #3a383f;
  font-weight: 700;
  line-height: 160%;
  display: flex;
  align-items: baseline;
  gap: 0;
  flex-direction: column;
}
.footer .wrap .footer-left .footer-customer span {
  font-size: 13px;
  font-weight: 500;
  line-height: 160%;
  color: #7b7b8a;
}
.footer .wrap .footer-left .footer-copyright {
  font-size: 13px;
  line-height: 160%;
  font-weight: 500;
  color: #7b7b8a;
  letter-spacing: -0.13px;
}
.footer .wrap .footer-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}
.footer .wrap .footer-right .footer-right-text {
  font-size: 13px;
  font-weight: 500;
  color: #7b7b8a;
  line-height: 160%;
}
.footer .wrap .footer-right .footer-right-img {
  width: 100%;
  display: flex;
  justify-content: end;
  gap: 1.5rem;
}
.footer .wrap .footer-right .footer-right-img .footer-right-img1 {
  width: 5rem;
}
.footer .wrap .footer-right .footer-right-img .footer-right-img1 img {
  width: 100%;
}
.footer .wrap .footer-right .footer-right-img .footer-right-img2 {
  width: 4rem;
}
.footer .wrap .footer-right .footer-right-img .footer-right-img2 img {
  width: 100%;
}

.modal .modal__dialog {
  position: absolute;
  max-width: 100%;
  width: 100%;
  height: calc(100vh - 4rem);
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  transform: none;
  background: #fff;
  border-radius: 1.125rem 1.125rem 0 0;
  overflow: hidden;
  outline: none;
}
.modal .modal__dialog .modal__header {
  height: 4.5rem;
  justify-content: center;
  position: relative;
  padding: 1rem 0.75rem 0.5rem 0.75rem;
  gap: 1rem;
}
.modal .modal__dialog .modal__header .modal__title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 140%;
  color: #201f22;
  margin: 0;
}
.modal .modal__dialog .modal__header button {
  width: 3rem;
  height: 3rem;
  padding: 0.75rem;
  border: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.modal .modal__dialog .modal__header button .icon {
  width: 1.5rem;
  height: 1.5rem;
  background: #3a383f;
}
.modal .modal__dialog .modal__body {
  height: calc(100% - 64px);
  overflow: auto;
  line-height: 1.7;
}
.modal .modal__dialog .modal__body .modal-section {
  padding: 1.5rem 1.25rem;
}
.modal .modal__dialog--sm {
  max-width: calc(100% - 2rem);
  width: calc(100% - 2rem);
  height: auto;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  border-radius: 1.125rem;
}
.modal .modal__dialog--sm .modal__header {
  padding: 2rem 0.75rem 1.5rem 1.5rem;
}

.hero {
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
  margin-top: 0;
}
.hero .text-wrap .sub {
  font-size: 1.25rem;
  white-space: nowrap;
}
.hero .text-wrap .main {
  font-size: 2rem;
}

.hero2 {
  width: 100%;
  height: 35rem;
  background: url("../images/hero-cafe.png") no-repeat;
  background-size: cover;
  position: relative;
  background-position: 57% 50%;
}
.hero2 .text-wrap {
  color: #fff;
  position: absolute;
  top: auto;
  left: 1.25rem;
  bottom: 2rem;
  transform: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero2 .text-wrap .sub span {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
  background: linear-gradient(92deg, #E50914 0%, #EF32D3 100%);
  background-clip: text;
  letter-spacing: -2.24px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero2 .text-wrap .main {
  margin-top: 0.75rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -2.24px;
  color: #fff;
  line-height: 140%;
}
.hero2 .text-wrap .btn-wrap {
  margin-top: 2.5rem;
}
.hero2 .hero-scroll-wrap {
  position: absolute;
  left: 50%;
  bottom: 2.5rem;
  transform: translateX(-50%);
  z-index: 2;
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.hero2 .hero-scroll-wrap.is-hide {
  opacity: 0;
  pointer-events: none;
}
.hero2 .hero-scroll-wrap .hero-bounce {
  animation: arrowBounce 1.4s ease-in-out infinite;
  animation-delay: 1.9s;
}
.hero2 .hero-scroll {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  height: 2.5rem;
  padding: 0.5rem 1.5rem;
  border-radius: 2rem;
  color: #fff;
  font-size: 1rem;
  letter-spacing: -0.01em;
  background: #201f22;
  border: 1px solid #3a383f;
}

@keyframes arrowBounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(0);
  }
}
.main-section {
  width: 100%;
  height: 100vh;
  position: relative;
}
.main-section.is-full {
  height: 100% !important;
}
.main-section .channel-title-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1rem;
}
.main-section .channel-title-wrap h2 {
  font-size: 1rem;
  text-align: left;
}
.main-section .channel-title-wrap h1 {
  font-size: 1.75rem;
  text-align: left;
  flex-direction: column;
}
.main-section .channel-title-wrap h3 {
  font-size: 1rem;
  text-align: left;
}

.intro-pin {
  position: relative;
  height: 300vh; /* 패널 수 * 100vh (3개면 300vh) */
}
.intro-pin .intro-pin__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
}
.intro-pin .intro-pin__sticky .intro-panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.45s ease, visibility 0s linear 0.45s;
}
.intro-pin .intro-pin__sticky .intro-panel.is-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transition: opacity 0.45s ease, visibility 0s;
}
.intro-pin .intro-pin__sticky .intro-panel .wrap {
  align-items: center;
}

.main-intro1 .wrap .chat-wrap {
  max-width: 20rem;
  width: 100%;
}
.main-intro1 .wrap .chat-wrap .bubble {
  padding: 1rem;
  font-size: 1rem;
  border-radius: 0.75rem;
}
.main-intro1 .wrap .chat-wrap .bubble.left {
  background: #fff;
  color: #111;
  align-self: flex-start;
}
.main-intro1 .wrap .chat-wrap .bubble.left::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 24px;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 1rem solid transparent;
  border-right: 1rem solid #fff;
}
.main-intro1 .wrap .chat-wrap .bubble.right {
  background: #3a383f;
  color: #fff;
  align-self: flex-end;
  margin-top: 3.75rem;
  font-weight: 400;
}
.main-intro1 .wrap .chat-wrap .bubble.right .right-inner-text {
  opacity: 0.9;
}
.main-intro1 .wrap .chat-wrap .bubble.right span {
  font-weighT: 700;
}
.main-intro1 .wrap .chat-wrap .bubble.right::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 24px;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 1rem solid #3a3a3a;
}

.main-intro2 .wrap .main-intro2-text {
  font-size: 2rem;
}
.main-intro2 .wrap .main-intro2-text span {
  font-weight: 700;
  background: linear-gradient(92deg, #E50914 0%, #EF32D3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-intro3 .wrap {
  flex-direction: column;
  gap: 5rem;
}
.main-intro3 .wrap .count-box {
  font-size: 2.25rem;
  height: auto;
}
.main-intro3 .wrap .count-box .counter-text {
  display: flex;
  align-items: center;
}
.main-intro3 .wrap .count-box h3 {
  font-size: 1.25rem;
}

.main-intro4 > h2 {
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
}
.main-intro4 > h2 span {
  font-weight: 700;
  background: linear-gradient(92deg, #E50914 0%, #EF32D3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-intro4 > h1 {
  font-size: 1.75rem;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-intro4 > h3 {
  font-size: 1rem;
  margin-top: 1rem;
}
.main-intro4 .case-slider {
  padding: 80px 0;
  position: relative;
  width: 100%;
}
.main-intro4 .case-slider::before, .main-intro4 .case-slider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1.5rem;
  z-index: 3;
  pointer-events: none;
}
.main-intro4 .case-slider .case-slider__stage {
  position: relative;
  margin-top: 1.75rem;
}
.main-intro4 .case-slider .case-slider__stage .case-track {
  gap: 1rem;
}
.main-intro4 .case-slider .case-slider__stage .case-track .case-card img {
  aspect-ratio: 16/9;
}
.main-intro4 .case-slider .case-slider__stage .case-track .case-card .case-card__body {
  padding: 1.5rem 1.5rem 2.5rem 1.5rem;
  gap: 1.5rem;
}
.main-intro4 .case-slider .case-slider__stage .case-track .case-card .case-card__body .tag {
  font-size: 0.875rem;
  padding: 0.5rem 1.25rem 0.5rem 1rem;
  border-radius: 999px;
  border: 1px solid #585763;
  gap: 0.25rem;
  color: #b2b3bf;
}
.main-intro4 .case-slider .case-slider__stage .case-track .case-card .case-card__body .tag .icon {
  background-color: #7b7b8a;
  width: 1rem;
  height: 1rem;
}
.main-intro4 .case-slider .case-slider__stage .case-track .case-card .case-card__body .text {
  padding: 0 0.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.main-intro4 .case-slider .case-slider__stage .case-track .case-card .case-card__body .text h3 {
  font-size: 1.25rem;
}
.main-intro4 .case-slider .case-slider__stage .case-track .case-card .case-card__body .text p {
  font-size: 1rem;
}
.main-intro4 .case-slider .case-nav {
  bottom: -4rem;
}
.main-intro4 .case-slider .case-nav .nav-btn {
  width: 3rem;
  height: 3rem;
}
.main-intro4 .case-slider .case-nav .nav-btn .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.main-player {
  padding: 8.75rem 0 10rem 0;
}
.main-player .wrap {
  gap: 2.5rem;
}
.main-player .wrap h1 {
  font-size: 1.75rem;
}
.main-player .wrap h1 span {
  background: linear-gradient(92deg, #E50914 0%, #731F76 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-player .wrap .card-wrap {
  padding: 0;
  grid-gap: 1.25rem;
  display: flex;
  flex-direction: column;
}
.main-player .wrap .card-wrap .card {
  border-radius: 1.5rem;
}
.main-player .wrap .card-wrap .card.card-item1 {
  background: url("../images/main-intro5-img1.png");
  background-size: cover;
}
.main-player .wrap .card-wrap .card.card-item2 {
  background: url("../images/main-intro5-img2.png");
  background-size: cover;
}
.main-player .wrap .card-wrap .card.card-item3 {
  background: url("../images/main-intro5-img3.png");
  background-size: cover;
}
.main-player .wrap .card-wrap .card.card-item4 {
  background: url("../images/main-intro5-img4.png");
  background-size: cover;
}
.main-player .wrap .card-wrap .card h3 {
  padding: 2.25rem 1.125rem 0 2rem;
  font-size: 1.25rem;
}
.main-player .wrap .card-wrap .card h3.text-bk {
  color: #3a383f;
}

.main-channel {
  padding: 10rem 0 8.5rem 0;
}
.main-channel .wrap2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main-channel .wrap2 h1 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
}
.main-channel .wrap2 .btn-text {
  margin-top: 1rem;
}
.main-channel .rolling-wrap {
  overflow: hidden;
  width: 100%;
  margin-top: 5rem;
}
.main-channel .rolling-wrap .rolling-track {
  display: flex;
  gap: 1.25rem;
  width: max-content;
  animation: roll-left 40s linear infinite, scale-in 0.6s ease-out 1 forwards;
}
.main-channel .rolling-wrap .rolling-track .rolling-item {
  flex: 0 0 auto;
  width: 7.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.main-channel .rolling-wrap .rolling-track .rolling-item .image-wrap {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 1rem;
}
.main-channel .rolling-wrap .rolling-track .rolling-item .image-wrap .icon-music-wrap {
  top: 0.5rem;
  left: 0.5rem;
  width: 1.75rem;
  height: 1.75rem;
}
.main-channel .rolling-wrap .rolling-track .rolling-item img {
  width: 100%;
  display: block;
}
.main-channel .rolling-wrap .rolling-track .rolling-item p {
  color: #585763;
  font-size: 0.875rem;
}

.main-announcement {
  padding: 7.5rem 0;
}
.main-announcement .wrap h1 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
}
.main-announcement .wrap h1 span {
  color: #e50914;
}
.main-announcement .wrap .btn-text {
  margin-top: 1rem;
}
.main-announcement .wrap .card-wrap {
  margin-top: 2.5rem;
  padding: 0;
  grid-gap: 1.25rem;
  display: flex;
  flex-direction: column;
}
.main-announcement .wrap .card-wrap .card {
  flex: 1 0 0;
  aspect-ratio: 4/5;
  border-radius: 1.5rem;
  background: #f2f4f7;
}
.main-announcement .wrap .card-wrap .card h3 {
  padding: 2.25rem 1.75rem 0 2rem;
  font-size: 1.25rem;
  height: auto;
}

.main-enterprise {
  padding: 10rem 0;
}
.main-enterprise .wrap h1 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 140%;
  color: #fff;
  text-align: center;
  margin-top: 0.75rem;
}
.main-enterprise .wrap h2 {
  font-size: 1.125rem;
  background: linear-gradient(92deg, #E50914 0%, #EF32D3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-enterprise .wrap .text-box {
  display: none;
  background: #201f22;
  border: 1px solid #2d2b30;
  border-radius: 100px;
  padding: 0.75rem 2rem;
  gap: 2rem;
  align-items: center;
  margin-top: 2rem;
  color: #d2d4db;
  height: 3.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 160%;
}
.main-enterprise .wrap .text-box span {
  position: relative;
}
.main-enterprise .wrap .text-box span:not(:last-of-type):after {
  width: 1px;
  height: 1rem;
  background: #585763;
  position: absolute;
  content: "";
  right: -1rem;
  top: 50%;
  transform: translateY(-50%);
}
.main-enterprise .wrap .btn-text {
  color: #b2b3bf;
  margin-top: 1rem;
}
.main-enterprise .wrap .card-wrap {
  margin-top: 2.5rem;
  padding: 0;
  grid-gap: 1.25rem;
  display: flex;
  flex-direction: column;
}
.main-enterprise .wrap .card-wrap .card {
  border-radius: 1.5rem;
}
.main-enterprise .wrap .card-wrap .card .text-wrap {
  padding: 2.25rem 2rem;
}
.main-enterprise .wrap .card-wrap .card h3 {
  font-size: 1.25rem;
}
.main-enterprise .wrap .card-wrap .card .text-desc {
  margin-top: 0.5rem;
  color: #7b7b8a;
  font-size: 1rem;
  line-height: 160%;
  font-weight: 500;
}

.main-copyright .wrap {
  gap: 2.5rem;
  padding: 7.5rem 1.25rem;
  flex-direction: column;
}
.main-copyright .wrap .text-wrap {
  max-width: 100%;
  width: 100%;
  padding: 0 0.5rem;
}
.main-copyright .wrap .text-wrap h1 {
  font-size: 1.5rem;
  margin-top: 0.75rem;
}
.main-copyright .wrap .text-wrap h1 span {
  color: #e50914;
}
.main-copyright .wrap .text-wrap .text-desc {
  font-size: 1rem;
  color: #585763;
  font-weight: 500;
  line-height: 160%;
  margin-top: 0.75rem;
}
.main-copyright .wrap .text-wrap .btn-text {
  margin-top: 1.25rem;
  color: #7b7b8a;
}
.main-copyright .wrap .image-wrap {
  max-width: 100%;
  width: 100%;
}
.main-copyright .wrap .image-wrap img {
  width: 100%;
}

.main-price {
  padding: 7.5rem 0 5rem 0;
}
.main-price.enterprise-price h1 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
  color: #3a383f;
  justify-content: start;
  gap: 1.25rem;
}
.main-price.enterprise-price h1 span {
  padding: 1.25rem 1.25rem;
  gap: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #585763;
  color: #fff;
  border-radius: 100px;
}
.main-price.enterprise-price .price-box {
  width: 100%;
  overflow: visible;
}
.main-price.enterprise-price .price-box .item {
  gap: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.main-price.enterprise-price .price-box .item .price-box-inner {
  padding: 2rem 1.5rem 2rem 2rem;
  border-radius: 1.5rem;
  flex-direction: column;
  gap: 3rem;
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.main-price.enterprise-price .price-box .item .price-box-fee {
  width: 100%;
  padding: 2rem 1.5rem 2rem 2rem;
  border-top: 1px solid #e6e8ed;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow: visible;
}
.main-price.enterprise-price .price-box .item .price-box-fee .price-box-fee-label {
  font-size: 1.25rem;
  font-weight: 700;
  color: #3a383f;
  line-height: 140%;
  display: flex;
  align-items: center;
}
.main-price.enterprise-price .price-box .item .price-box-fee .price-box-fee-wrap {
  overflow: visible;
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
  gap: 2.5rem;
}
.main-price.enterprise-price .price-box .item .price-box-fee .price-box-fee-wrap .price-box-fee-area {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.main-price.enterprise-price .price-box .item .price-box-fee .price-box-fee-wrap label {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 160%;
  color: #585763;
}
.main-price.enterprise-price .price-box .item .price-box-fee .price-box-fee-wrap .dropdown-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  position: relative;
  width: 100%;
}
.main-price.enterprise-price .price-box .item .price-box-fee .price-box-fee-wrap .dropdown-container label {
  font-size: 1rem;
  color: #585763;
  font-weight: 500;
  line-height: 160%;
}
.main-price.enterprise-price .price-box .item .price-box-fee .price-box-fee-wrap .dropdown-container .dropdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: #b2b3bf;
  font-size: 1rem;
  line-height: 160%;
  width: 15rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  gap: 0.5rem;
  background: #f2f4f7;
  border-radius: 0.5rem;
  display: inline-flex;
  align-items: center;
  /* 원하는 폭 정책 */
}
.main-price.enterprise-price .price-box .item .price-box-fee .price-box-fee-wrap .dropdown-container .dropdown .nav-arrow-down {
  background: #7b7b8a;
  width: 1.5rem;
  height: 1.5rem;
}
.main-price.enterprise-price .price-box .item .price-box-fee .price-box-fee-wrap .dropdown-container .dropdown .rotate-dropdown-arrow {
  transform: rotate(-180deg);
}
.main-price.enterprise-price .price-box .item .price-box-fee .price-box-fee-wrap .dropdown-container .dropdown-menu {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 1rem);
  transform: translateX(0px); /* 기본 0 */
  z-index: 1;
  flex-direction: column;
  border-radius: 4px;
  width: 15rem;
  flex: 1;
  padding: 10px;
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.3);
  background: #fafafa;
  transform-origin: top left;
}
.main-price.enterprise-price .price-box .item .price-box-fee .price-box-fee-wrap .dropdown-container .dropdown-menu span {
  padding: 10px;
  flex-grow: 1;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  transition: background 0.3s ease;
}
.main-price.enterprise-price .price-box .item .price-box-fee .price-box-fee-wrap .dropdown-container .dropdown-menu span:hover {
  background: #eee;
}
.main-price.enterprise-price .price-box .item .price-box-fee .price-box-fee-wrap #openDropdown:checked + .dropdown-menu {
  display: flex;
  animation: openDropDown 0.4s ease 0s 1 forwards;
}
@keyframes openDropDown {
  from {
    transform: rotateX(50deg);
  }
  to {
    transform: rotateX(0deg);
  }
}
.main-price.enterprise-price .price-box .item .price-box-fee .price-box-fee-wrap .fee-area-price {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}
.main-price.enterprise-price .price-box .item .price-box-fee .price-box-fee-wrap .fee-area-price .price .price-text {
  font-size: 1rem;
  color: #201f22;
  font-weight: 500;
  line-height: 160%;
  gap: 0.75rem;
  display: flex;
  align-items: center;
}
.main-price.enterprise-price .price-box .item .price-box-fee .price-box-fee-wrap .fee-area-price .price .price-text span {
  font-size: 1rem;
  color: #e50914;
}
.main-price h1 {
  padding: 0 0.5rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.75rem;
  font-weight: 700;
  color: #201f22;
  line-height: 140%;
}
.main-price .price-box {
  width: 100%;
  margin-top: 2.5rem;
}
.main-price .price-box .item {
  background: #fff;
  border-radius: 1.5rem;
  padding: 2rem 1.5rem 2rem 2rem;
  gap: 3rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.main-price .price-box .item .text-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-right: 0.5rem;
}
.main-price .price-box .item .text-wrap .name {
  font-size: 1.25rem;
}
.main-price .price-box .item .text-wrap .desc {
  font-size: 1rem;
  font-weight: 500;
  color: #585763;
  line-height: 160%;
}
.main-price .price-box .item .text-wrap .desc span {
  font-weight: 700;
  background: linear-gradient(92deg, #E50914 0%, #731F76 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-price .price-box .item .price-wrap {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: end;
  height: 3rem;
  gap: 0.5rem;
}
.main-price .price-box .item .price-wrap .price {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.main-price .price-box .item .price-wrap .price p.price-text {
  display: flex;
  align-items: center;
  color: #3a383f;
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
  gap: 0.5rem;
}
.main-price .price-box .item .price-wrap .price p.price-text span {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
}
.main-price .price-box .item .price-wrap .price p.desc {
  font-size: 0.875rem;
}
.main-price .price-box .item .price-wrap .btn-text {
  width: 1.5rem;
  margin-top: 0.125rem;
}
.main-price .price-box .item .price-wrap .btn-text .icon {
  width: 1.5rem;
  height: 1.5rem;
}
.main-price .price-box .item .btn-wrap {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.main-faq {
  padding: 7.5rem 0;
  gap: 3rem;
}
.main-faq .wrap {
  gap: 3rem;
}
.main-faq h1 {
  padding: 0 0.5rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.75rem;
  font-weight: 700;
  color: #201f22;
  line-height: 140%;
}
.main-faq .accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.main-faq .accordion .accordion-item {
  background-color: #fff;
  color: #111;
  border-radius: 1rem;
  overflow: hidden;
}
.main-faq .accordion .accordion-item .accordion-item-header {
  padding: 1.5rem;
  color: #201f22;
  font-weight: 500;
  line-height: 160%;
  font-size: 1.125rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  position: relative;
  cursor: pointer;
}
.main-faq .accordion .accordion-item .accordion-item-header .icon-q {
  font-weight: 700;
}
.main-faq .accordion .accordion-item .accordion-item-header .title {
  flex: 1;
}
.main-faq .accordion .accordion-item .accordion-item-header .title span {
  font-size: 0.875rem;
}
.main-faq .accordion .accordion-item .accordion-item-header .icon-wrap .nav-arrow-down {
  width: 1.5rem;
  height: 1.5rem;
  background: #7b7b8a;
}
.main-faq .accordion .accordion-item .accordion-item-body .accordion-item-body-content {
  padding: 0 2rem 2rem;
  font-size: 1rem;
  line-height: 160%;
  font-weight: 500;
  color: #585763;
}

.main-contact {
  background: linear-gradient(97deg, #E3ECF2 0%, #E6EEF6 46.63%, #E3DEE6 100%), #F2F4F7;
  background-size: cover;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0;
}
.main-contact .wrap {
  flex-direction: column;
  width: 100%;
  gap: 2.5rem;
  padding: 5rem 1.25rem;
}
.main-contact .wrap .text-wrap {
  max-width: 100%;
  width: 100%;
  padding: 0 0.5rem;
  gap: 3rem;
  display: flex;
  flex-direction: column;
}
.main-contact .wrap .text-wrap h1 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 140%;
  color: #201f22;
  margin-top: 0.75rem;
}
.main-contact .wrap .text-wrap h1 span {
  color: #e50914;
}
.main-contact .wrap .text-wrap .customer-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.main-contact .wrap .text-wrap .customer-info .customer-label {
  color: #585763;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 160%;
}
.main-contact .wrap .text-wrap .customer-info .customer-tel {
  font-size: 1.75rem;
  font-weight: 700;
  color: #3a383f;
  line-height: 140%;
}
.main-contact .wrap .text-wrap .customer-info .customer-hours {
  font-size: 1rem;
  color: #7b7b8a;
  font-weight: 500;
  line-height: 160%;
}
.main-contact .wrap .btn-wrap {
  max-width: 100%;
  width: 100%;
  flex-direction: column;
  display: flex;
  gap: 1rem;
}
.main-contact .wrap .btn-wrap .contact-btn {
  width: 100%;
  background: #fff;
  border-radius: 1rem;
  padding: 1.5rem;
  border: none;
  font-size: 1.125rem;
  color: #3a383f;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-contact .wrap .btn-wrap .contact-btn .icon {
  width: 1.5rem;
  height: 1.5rem;
  background: #7b7b8a;
}

/*카페 베이커리*/
/* ✅ cafe pin: 스크롤 길이(2단계면 200vh) */
.cafe-pin {
  position: relative;
  height: 200vh;
}
.cafe-pin .cafe-pin__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: visible;
  display: grid;
  place-items: center; /* 버튼 정중앙 */
}
.cafe-pin .cafe-pin__sticky .cafe-panel {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}
.cafe-pin .cafe-pin__sticky .cafe-panel .wrap {
  width: 100%;
  display: grid;
  place-items: center;
}
.cafe-pin .cafe-pin__sticky .cafe-panel .wrap .pill-btn {
  padding: 1.25rem 2.5rem;
  position: relative;
  gap: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 2px solid #d2d4db;
  background: #fff;
  box-shadow: 0 0.75rem 2rem 0 rgba(58, 56, 63, 0.12);
  font-size: 2rem;
  font-weight: 700;
  color: #201f22;
  line-height: 140%;
  overflow: visible;
}
.cafe-pin .cafe-pin__sticky .cafe-panel .wrap .pill-btn .fake-cursor {
  position: absolute;
  left: 100%;
  top: 100%;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 2px solid #fff;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0 0 2rem 0 rgba(58, 56, 63, 0.2);
  transform: translate(-12px, 16px); /* ✅ 우하단 아래 시작점 */
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease;
  z-index: 99999;
}
.cafe-pin .cafe-pin__sticky .cafe-panel .wrap .pill-btn .fake-cursor.is-show {
  opacity: 1;
  visibility: visible;
}

.channel {
  height: 20rem;
}
.channel .text-wrap {
  top: auto;
  bottom: 2rem;
  left: 1.25rem;
  transform: initial;
  gap: 0.75rem;
}
.channel .text-wrap .channel-title span {
  padding: 0 1.25rem;
  height: 2.5rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
}
.channel .text-wrap .main {
  margin-top: 0.75rem;
  font-size: 1.5rem;
}
.channel .hero-scroll-wrap {
  position: absolute;
  left: 50%;
  bottom: 2.5rem;
  transform: translateX(-50%);
  z-index: 2;
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.channel .hero-scroll-wrap.is-hide {
  opacity: 0;
  pointer-events: none;
}
.channel .hero-scroll-wrap .hero-bounce {
  animation: arrowBounce 1.4s ease-in-out infinite;
  animation-delay: 1.9s;
}
.channel .hero-scroll {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  height: 2.5rem;
  padding: 0.5rem 1.5rem;
  border-radius: 2rem;
  color: #fff;
  font-size: 1rem;
  letter-spacing: -0.01em;
  background: #201f22;
  border: 1px solid #3a383f;
}

.channel-intro h2 {
  color: #e50914;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 160%;
}
.channel-intro h1 {
  margin-top: 1rem;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 140%;
}
.channel-intro h3 {
  margin-top: 1rem;
  color: #7b7b8a;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 160%;
  text-align: center;
}

.channel-update {
  padding: 5.625rem 0;
}

.channel-date {
  width: 100%;
  margin-top: 2.5rem;
  background: #201f22;
  height: 25rem;
  border-radius: 1.5rem;
  overflow: hidden;
}
.channel-date .date-card {
  transition: transform 600ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 600ms ease;
  will-change: transform, opacity;
}
.channel-date .date-card.is-leave {
  transform: translateY(-24px);
  opacity: 0;
}
.channel-date .date-card.is-hidden {
  display: none;
}
.channel-date .date-card .panel {
  width: 100%;
  height: 12.5rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: #201f22;
}
.channel-date .date-card .panel.top {
  border-radius: 22px 22px 0 0;
}
.channel-date .date-card .panel.bottom {
  border-radius: 0 0 22px 22px;
  border-top: 6px solid rgba(0, 0, 0, 0.45);
  perspective: 900px;
  transform-style: preserve-3d;
}
.channel-date .date-card .panel.bottom .is-next {
  opacity: 0;
  visibility: hidden;
}
.channel-date .date-card .panel.bottom.is-animating .flip-panel {
  animation: bottomFlipUp 650ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
.channel-date .date-card .panel.bottom.is-animating .is-next {
  opacity: 1;
  visibility: visible;
}
.channel-date .date-card .panel.bottom.is-animating .is-current {
  opacity: 0;
}
.channel-date .date-card .panel.bottom.is-done .is-next {
  display: none;
}
.channel-date .date-card .panel .month {
  position: absolute;
  top: 5rem;
  left: 1rem;
  width: 12.975rem;
  font-size: 1.5rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  z-index: 5;
  pointer-events: none;
}
.channel-date .date-card .panel .half {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.channel-date .date-card .panel .half .digit {
  position: absolute;
  left: 1rem;
  width: 100%;
  height: 200%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14rem;
  line-height: 1;
  font-weight: 300;
  color: #fff;
  font-family: "Barlow Semi Condensed";
}
.channel-date .date-card .panel .half.top-half .digit {
  top: 2rem;
}
.channel-date .date-card .panel .half.bottom-half .digit {
  bottom: -1.5rem;
  top: auto;
}
.channel-date .date-card .panel .half.bottom-half.is-next {
  z-index: 1;
}
.channel-date .date-card .panel .half.bottom-half.is-current {
  z-index: 2;
}
.channel-date .date-card .panel .flip-panel {
  position: absolute;
  inset: 0;
  z-index: 3;
  transform-origin: top center;
  transform: rotateX(0deg);
  backface-visibility: hidden;
  transform-style: preserve-3d;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.35);
}
@keyframes bottomFlipUp {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(90deg);
  }
}
.channel-date {
  /* ✅ 채널 리스트: 처음엔 숨김 */
}
.channel-date .js-channel-list {
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  height: 100%;
  position: relative;
  transform: translateY(12px);
  transition: opacity 200ms ease, transform 200ms ease;
  padding-left: 2rem;
}
.channel-date {
  /* ✅ channel-date(부모)에 is-list-show 붙으면 보임 */
}
.channel-date.is-list-show .js-channel-list {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  display: flex;
  align-items: flex-start;
  justify-content: end;
}
.channel-date.is-list-show .js-channel-list::after {
  content: "";
  position: absolute;
  z-index: 2;
  background: linear-gradient(180deg, rgba(32, 31, 34, 0) 0%, rgba(32, 31, 34, 0.8) 100%);
  height: 20rem;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.channel-date.is-list-show .js-channel-list .channel-list-inner {
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transform: translateY(18px);
  position: relative;
  z-index: 2;
}
.channel-date.is-list-show .js-channel-list .channel-list-inner .item {
  display: flex;
  align-items: center;
  padding: 0.75rem 1.5rem 0.75rem 1rem;
  gap: 1rem;
  width: 100%;
  border-radius: 0.5rem;
  background: #2d2b30;
  opacity: 0;
  transform: translateY(2rem);
  animation: listItemUp 600ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
.channel-date.is-list-show .js-channel-list .channel-list-inner .item:nth-child(1) {
  animation-delay: 60ms;
}
.channel-date.is-list-show .js-channel-list .channel-list-inner .item:nth-child(2) {
  animation-delay: 140ms;
}
.channel-date.is-list-show .js-channel-list .channel-list-inner .item:nth-child(3) {
  animation-delay: 220ms;
}
.channel-date.is-list-show .js-channel-list .channel-list-inner .item:nth-child(4) {
  animation-delay: 300ms;
}
.channel-date.is-list-show .js-channel-list .channel-list-inner .item:nth-child(5) {
  animation-delay: 380ms;
}
.channel-date.is-list-show .js-channel-list .channel-list-inner .item:nth-child(6) {
  animation-delay: 460ms;
}
.channel-date.is-list-show .js-channel-list .channel-list-inner .item:nth-child(7) {
  animation-delay: 540ms;
}
@keyframes listItemUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.channel-date.is-list-show .js-channel-list .channel-list-inner .item .icon-music-wrap {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #201f22;
  display: flex;
  align-items: center;
  justify-content: center;
}
.channel-date.is-list-show .js-channel-list .channel-list-inner .item .icon-music-wrap .icon-music {
  width: 1.25rem;
  height: 1.25rem;
  background: #7b7b8a;
}
.channel-date.is-list-show .js-channel-list .channel-list-inner .item .title {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 160%;
  color: #e6e8ed;
  flex: 1 0 0;
}
.channel-date.is-list-show .js-channel-list .channel-list-inner .item .icon-up {
  background: linear-gradient(92deg, #E50914 0%, #EF32D3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
}

.channel-desc .wrap {
  padding: 6rem 1.25rem;
}
.channel-desc .wrap h2 {
  font-size: 1rem;
}
.channel-desc .wrap h1 {
  color: #201f22;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 140%;
}
.channel-desc .wrap h3 {
  color: #585763;
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
  text-align: left;
}
.channel-desc .wrap .channel-image-wrap {
  margin-top: 2.5rem;
}
.channel-desc .wrap .channel-image-wrap img {
  width: 100%;
}

.channel-slide {
  padding: 5rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.channel-slide .channel-title-wrap h1 {
  color: #201f22;
}
.channel-slide .curation {
  margin-top: 2.5rem;
}
.channel-slide .curation .curation__viewport {
  padding: 0;
  justify-content: flex-start;
  touch-action: pan-y;
}
.channel-slide .curation .curation__viewport .curation__stage {
  width: 100%;
  height: 15rem;
  gap: 0;
}
.channel-slide .curation .curation__viewport .curation__stage .curation__slide {
  height: 15rem;
  min-width: 0;
  flex: 0 0 100% !important;
  width: 100% !important;
  position: relative;
}
.channel-slide .curation .curation__viewport .curation__stage .curation__slide .card {
  height: 15rem;
}
.channel-slide .curation .curation__viewport .curation__stage .curation__slide .meta {
  opacity: 1;
  visibility: inherit;
  bottom: 1.5rem;
  left: 1.5rem;
}
.channel-slide .curation .curation__viewport .curation__stage .curation__slide .meta .tag {
  font-size: 1rem;
}
.channel-slide .curation .curation__viewport .curation__stage .curation__slide .meta .title {
  font-size: 1.25rem;
}
.channel-slide .curation .curation__viewport .curation__stage .curation__slide .progress {
  opacity: 1;
  visibility: inherit;
}
.channel-slide .curation .curation__viewport .curation__controls {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.channel-slide .curation .curation__viewport .curation__controls .nav {
  display: none;
}
.channel-slide .curation .curation__viewport .curation__controls .curation__count {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  background: rgba(17, 17, 17, 0.6);
  height: 1.75rem;
  border-radius: 1.25rem;
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  width: auto;
}
.channel-slide .curation .curation__viewport .curation__controls .btn-preview-global {
  padding: 0;
  justify-content: center;
  border-radius: 1.75rem;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.25rem;
  right: 1.5rem;
  bottom: 1.5rem;
  position: absolute;
}
.channel-slide .curation .curation__viewport .curation__controls .btn-preview-global .btn-preview-label {
  display: none;
}
.channel-slide .curation .curation__viewport .curation__controls .btn-preview-global .icon {
  background: #fff;
}
.channel-slide .curation .curation__viewport .curation__controls .btn-preview-global.is-playing {
  color: #201f22;
  background: #fff;
}
.channel-slide .curation .curation__viewport .curation__controls .btn-preview-global.is-playing .icon {
  background: #3a383f;
}
.channel-slide .curation .curation__slide.is-center {
  flex: 0 0 100% !important;
}
.channel-slide {
  /* duration은 JS가 인라인으로 넣습니다 */
}
@keyframes fill {
  to {
    transform: scaleX(1);
  }
}

.channel-explain {
  display: flex;
  align-items: center;
}
.channel-explain .wrap {
  flex-direction: column;
  gap: 2.5rem;
  padding: 3rem 1.25rem;
}
.channel-explain .wrap .text-wrap {
  max-width: 35.75rem;
  width: 100%;
  padding: 0 0.5rem;
}
.channel-explain .wrap .text-wrap h1 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
  color: #201f22;
  margin-top: 0.75rem;
}
.channel-explain .wrap .text-wrap h1 span {
  color: #e50914;
}
.channel-explain .wrap .text-wrap .text-desc {
  font-size: 1rem;
  color: #585763;
  font-weight: 500;
  line-height: 160%;
  margin-top: 0.75rem;
}
.channel-explain .wrap .text-wrap .btn-text {
  margin-top: 1.25rem;
}
.channel-explain .wrap .image-wrap {
  max-width: 35.75rem;
  width: 100%;
}
.channel-explain .wrap .image-wrap img {
  width: 100%;
}

.channel-inquiry {
  height: 100%;
  padding: 7.5rem 0;
}
.channel-inquiry .wrap {
  gap: 2.5rem;
}
.channel-inquiry .wrap h1 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
}
.channel-inquiry .wrap h1 span {
  background: linear-gradient(92deg, #E50914 0%, #731F76 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.channel-inquiry .wrap .card-wrap {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  grid-gap: 2.5rem;
}
.channel-inquiry .wrap .card-wrap .card {
  flex: 1;
  border-radius: 1.5rem;
}
.channel-inquiry .wrap .card-wrap .card .text-wrap {
  padding: 2rem;
}
.channel-inquiry .wrap .card-wrap .card .text-wrap h3 {
  font-size: 1.25rem;
  color: #3a383f;
  line-height: 140%;
  font-weight: 700;
}
.channel-inquiry .wrap .card-wrap .card .text-wrap .desc {
  font-size: 1rem;
}
.channel-inquiry .wrap .card-wrap .card .text-wrap .btn-text {
  margin-top: 2.5rem;
}

.ticket {
  padding: 4rem 0 5rem 0;
}
.ticket .wrap {
  padding: 0 1.25rem;
  gap: 2.5rem;
}
.ticket .wrap .ticket-banner {
  width: 100%;
}
.ticket .wrap .ticket-banner .ticket-banner__viewport .ticket-banner__track {
  display: flex;
  transition: transform 0.4s ease;
}
.ticket .wrap .ticket-banner .ticket-banner__viewport .ticket-banner__track .ticket-banner__item {
  flex-direction: column;
  flex: 0 0 100%;
  width: 100%;
  height: auto;
  padding: 1.25rem;
  filter: drop-shadow(0 0.375rem 1.125rem rgba(58, 56, 63, 0.16));
  border-radius: 1rem;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.ticket .wrap .ticket-banner .ticket-banner__viewport .ticket-banner__track .ticket-banner__item.bg1 {
  background: url("../images/bg1.png") lightgray 50%/cover no-repeat;
}
.ticket .wrap .ticket-banner .ticket-banner__viewport .ticket-banner__track .ticket-banner__item.bg2 {
  background: url("../images/bg2.png") lightgray 50%/cover no-repeat;
}
.ticket .wrap .ticket-banner .label {
  border-radius: 0.5rem;
  font-size: 13px;
  font-weight: 700;
  line-height: 160%;
  color: #fff;
  padding: 0.125rem 0.375rem;
  position: relative;
  z-index: 0;
}
.ticket .wrap .ticket-banner .label.new {
  background: transparent;
  background: linear-gradient(92deg, #E50914 0%, #EF32D3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ticket .wrap .ticket-banner .label.new::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(92deg, #E50914 0%, #EF32D3 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 0;
}
.ticket .wrap .ticket-banner .label.notice {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
}
.ticket .wrap .ticket-banner .text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 160%;
  color: #fff;
  margin-left: 0;
  margin-top: 0.25rem;
  display: flex;
  flex-direction: column;
}
.ticket .wrap .ticket-banner .text span {
  opacity: 0.7;
  font-weight: 500;
}
.ticket .wrap .ticket-banner .btn-wrap {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.ticket .wrap .ticket-banner .btn-wrap .btn {
  display: none;
}
.ticket .wrap .ticket-banner .btn-wrap .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 1.75rem;
  background: rgba(17, 17, 17, 0.6);
  border-radius: 1.25rem;
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
}
.ticket .wrap .ticket-banner .btn-wrap .num .paging {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  line-height: 160%;
  letter-spacing: -0.13px;
  white-space: nowrap;
}
.ticket .wrap .ticket-banner .btn-wrap .num .paging span {
  color: #fff;
}
.ticket .wrap .ticket-banner .btn-wrap .num button {
  border: none;
  background: none;
  width: 1.75rem;
  height: 1.75rem;
  cursor: pointer;
  padding: 0.375rem;
  display: none;
}
.ticket .wrap .ticket-banner .btn-wrap .num .icon {
  width: 1rem;
  height: 1rem;
}
.ticket .wrap .mobile-title {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 140%;
  width: 100%;
  padding: 1.5rem 0.25rem 0 0.25rem;
}
.ticket .wrap .ticket-wrap {
  margin-top: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.ticket .wrap .ticket-wrap.professional .pricing .pricing__grid .plan {
  background: #201f22;
}
.ticket .wrap .ticket-wrap.professional .pricing .pricing__grid .plan.plan-type1 {
  background: linear-gradient(180deg, #201F22 30%, rgba(32, 31, 34, 0.7) 100%), linear-gradient(92deg, #E50914 0%, #731F76 100%);
}
.ticket .wrap .ticket-wrap.professional .pricing .pricing__grid .plan .price-wrap .price-text-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  height: 8.125rem;
}
.ticket .wrap .ticket-wrap.professional .pricing .pricing__grid .plan .price-wrap .price-text-wrap .plan__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
  color: #3a383f;
}
.ticket .wrap .ticket-wrap.professional .pricing .pricing__grid .plan .price-wrap .price-text-wrap .plan__title span {
  background: linear-gradient(92deg, #E50914 0%, #EF32D3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ticket .wrap .ticket-wrap.professional .pricing .pricing__grid .plan .price-wrap .price-text-wrap .plan__price {
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
}
.ticket .wrap .ticket-wrap.professional .pricing .pricing__grid .plan .price-wrap .price-text-wrap .plan__discount {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
}
.ticket .wrap .ticket-wrap.professional .pricing .pricing__grid .plan .plan__btn {
  width: 100%;
  margin-top: 2rem;
}
.ticket .wrap .ticket-wrap .ticket-title-wrap {
  padding: 0 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.ticket .wrap .ticket-wrap .ticket-title-wrap h1 {
  color: #201f22;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
}
.ticket .wrap .ticket-wrap .ticket-title-wrap h1.premium span {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
  background: linear-gradient(92deg, #E50914 0%, #731F76 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ticket .wrap .ticket-wrap .ticket-title-wrap dl {
  display: flex;
  align-items: baseline;
  flex-direction: column;
  gap: 0;
}
.ticket .wrap .ticket-wrap .ticket-title-wrap dl dd {
  position: relative;
  padding-left: 1rem;
  font-size: 1rem;
  color: #3a383f;
  font-weight: 500;
  line-height: 160%;
  display: flex;
  align-items: center;
}
.ticket .wrap .ticket-wrap .ticket-title-wrap dl dd:after {
  content: "";
  position: absolute;
  width: 0.25rem;
  height: 0.25rem;
  background: #b2b3bf;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.ticket .wrap .ticket-wrap .ticket-title-wrap dl dd span {
  color: #c40d25;
  font-weight: 700;
}
.ticket .wrap .ticket-wrap .pricing {
  margin-top: 0;
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}
.ticket .wrap .ticket-wrap .pricing .pricing__grid {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 1.25rem;
  align-items: stretch;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  padding: 1.5rem 1.25rem 1rem;
  scrollbar-width: none;
}
.ticket .wrap .ticket-wrap .pricing .pricing__grid::-webkit-scrollbar {
  display: none;
}
.ticket .wrap .ticket-wrap .pricing .pricing__grid .plan {
  position: relative;
  flex: 0 0 18.75rem;
  background: #fff;
  border-radius: 1.5rem;
  padding: 2.5rem 1.5rem 2rem 1.5rem;
  gap: 2rem;
}
.ticket .wrap .ticket-wrap .pricing .pricing__grid .plan .plan__badge {
  position: absolute;
  top: -14px;
  left: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
  margin-left: -1.125rem;
}
.ticket .wrap .ticket-wrap .pricing .pricing__grid .plan .plan__badge.plan__badge--hot {
  padding: 0;
  overflow: hidden;
  border-radius: 999px;
  background: transparent;
  gap: 0;
  padding: 0.25rem 1rem;
  border-radius: 0.75rem 0.75rem 0.75rem 0;
  background: linear-gradient(92deg, #E50914 0%, #731F76 100%);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 160%;
  color: #fff;
}
.ticket .wrap .ticket-wrap .pricing .pricing__grid .plan .plan__badge.plan__badge--best {
  padding: 0;
  overflow: hidden;
  border-radius: 999px;
  background: transparent;
  gap: 0;
  padding: 0.25rem 1rem;
  border-radius: 0.75rem 0.75rem 0.75rem 0;
  background: #7b7b8a;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 160%;
  color: #fff;
}
.ticket .wrap .ticket-wrap .pricing .pricing__grid .plan .price-wrap {
  display: flex;
  flex-direction: column;
  padding: 0 0.5rem;
  gap: 0.25rem;
}
.ticket .wrap .ticket-wrap .pricing .pricing__grid .plan .price-wrap .price-text-wrap {
  height: 7.75rem;
}
.ticket .wrap .ticket-wrap .pricing .pricing__grid .plan .price-wrap .plan__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
  color: #3a383f;
}
.ticket .wrap .ticket-wrap .pricing .pricing__grid .plan .price-wrap .plan__price {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.ticket .wrap .ticket-wrap .pricing .pricing__grid .plan .price-wrap .plan__price .plan__amount {
  font-size: 1.5rem;
  font-weight: 700;
  color: #201f22;
  line-height: 140%;
}
.ticket .wrap .ticket-wrap .pricing .pricing__grid .plan .price-wrap .plan__price .plan__unit {
  font-size: 1.125rem;
  font-weight: 500;
  color: #3a383f;
  line-height: 160%;
}
.ticket .wrap .ticket-wrap .pricing .pricing__grid .plan .price-wrap .plan__price .plan__vat {
  font-size: 0.875rem;
  color: #7b7b8a;
  font-weight: 500;
  line-height: 160%;
}
.ticket .wrap .ticket-wrap .pricing .pricing__grid .plan .price-wrap .plan__discount {
  margin-top: 0.25rem;
  color: #e50914;
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
}
.ticket .wrap .ticket-wrap .pricing .pricing__grid .plan .plan__btn {
  width: 100%;
  margin-top: 2rem;
  height: 2.5rem;
  font-size: 0.875rem;
}
.ticket .wrap .ticket-wrap .ticket-franchise {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  background: #fff;
  gap: 2.5rem;
  padding: 2.5rem 2rem;
  border-radius: 1.5rem;
  flex-direction: column;
}
.ticket .wrap .ticket-wrap .ticket-franchise .text-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.ticket .wrap .ticket-wrap .ticket-franchise .text-wrap .title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
  color: #3a383f;
}
.ticket .wrap .ticket-wrap .ticket-franchise .text-wrap .desc {
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
  color: #7b7b8a;
}
.ticket .wrap .ticket-wrap .ticket-notice {
  border-top: 1px solid #d2d4db;
  padding-top: 2rem;
}
.ticket .wrap .ticket-wrap .ticket-notice dt {
  margin: 0 0 0.75rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #7b7b8a;
  font-size: 1rem;
  font-weight: 700;
  line-height: 160%;
}
.ticket .wrap .ticket-wrap .ticket-notice dt .icon {
  width: 1.25rem;
  height: 1.25rem;
}
.ticket .wrap .ticket-wrap .ticket-notice dd {
  font-size: 0.875rem;
  color: #7b7b8a;
  font-weight: 500;
  line-height: 160%;
  position: relative;
  text-indent: 0;
  padding-left: 1.25rem;
}
.ticket .wrap .ticket-wrap .ticket-notice dd:before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #7b7b8a;
}
.ticket .wrap .ticket-wrap .ticket-notice dd a {
  color: #06c;
  border-bottom: 1px solid #06c;
}

.pay-header .pay-header-inner {
  max-width: 100%;
  padding: 0.5rem 0.75rem 0.5rem 1.5rem;
  justify-content: space-between;
}
.pay-header .pay-header-inner .btn-menu i {
  color: #201f22;
}
.pay-header .pay-header-inner .btn-menu .icon-close {
  background-color: #201f22;
}
.pay-header .pay-header-inner .pay-header-title,
.pay-header .pay-header-inner .pay-header-cs {
  display: none;
}

.pay-main {
  padding-top: 4rem;
}
.pay-main .pay-wrap {
  flex-direction: column;
  gap: 0;
  padding: 0;
}
.pay-main .pay-wrap .pay-left {
  gap: 0;
  padding-bottom: 1rem;
}
.pay-main .pay-wrap .pay-left > .pay-section:first-child, .pay-main .pay-wrap .pay-left .pay-section:last-child {
  border-bottom: 0.75rem solid #f2f4f7;
  box-shadow: inset 0 -1px 0 0 #e6e8ed;
}
.pay-main .pay-wrap .pay-left .pay-section {
  padding: 1.5rem 1.25rem;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item {
  gap: 0.75rem;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item.pay-item--divided {
  padding-top: 2.5rem;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item .pay-section-head {
  padding: 0.5rem 0;
  gap: 0.5rem;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item .pay-section-head .pay-section-title {
  font-size: 1.25rem;
  font-weight: 700;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item .pay-section-head .pay-section-desc {
  font-size: 1rem;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item.pay-accordion-item .pay-accordion {
  align-items: flex-start;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item.pay-accordion-item.is-collapsed {
  gap: 0;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item.pay-accordion-item.is-collapsed .pay-section-toggle .icon {
  width: 1.5rem;
  height: 1.5rem;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item.pay-accordion-item .pay-accordion-body .pay-ticket-list {
  flex-direction: initial;
  gap: 1rem;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item.pay-accordion-item .pay-accordion-body .pay-ticket-list .pay-ticket-item {
  padding: 1.5rem;
  border-radius: 0.625rem;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item.pay-accordion-item .pay-accordion-body .pay-ticket-list .pay-ticket-item .pay-ticket-info {
  gap: 0.5rem;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item.pay-accordion-item .pay-accordion-body .pay-ticket-list .pay-ticket-item .pay-ticket-info .pay-ticket-name {
  font-size: 1.125rem;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item.pay-accordion-item .pay-accordion-body .pay-ticket-list .pay-ticket-item .pay-ticket-info .pay-ticket-name .br-mo {
  display: inline;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item.pay-accordion-item .pay-accordion-body .pay-ticket-list .pay-ticket-item .pay-ticket-info .pay-ticket-price {
  font-size: 0.875rem;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item.pay-accordion-item .pay-accordion {
  flex-wrap: wrap;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item.pay-accordion-item .pay-accordion .pay-accordion-info {
  flex: 1;
  order: 1;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item.pay-accordion-item .pay-accordion .pay-accordion-right {
  display: contents;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item.pay-accordion-item .pay-accordion .pay-accordion-right .pay-section-toggle {
  order: 1;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item.pay-accordion-item .pay-accordion-summary {
  display: none;
  font-size: 1rem;
  color: #585763;
  font-weight: 500;
  line-height: 160%;
  flex-basis: 100%;
  order: 2;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item.pay-accordion-item.is-collapsed .pay-accordion-summary {
  display: block;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item .pay-accordion-body .pay-cycle-group .pay-section-subtitle {
  font-size: 1.125rem;
  font-weight: 700;
  color: #201f22;
  padding: 0.5rem 0;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item .pay-accordion-body .pay-cycle-group .pay-cycle-list {
  margin-top: 1.125rem;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item .pay-cycle-item {
  padding: 1.25rem 1.5rem;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item .pay-cycle-item .pay-cycle-badge {
  font-size: 0.75rem;
  padding: 0.125rem 0.75rem;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item .pay-cycle-item .pay-cycle-left {
  gap: 0;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item .pay-cycle-item .pay-cycle-left .pay-cycle-name {
  font-size: 1.125rem;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item .pay-cycle-item .pay-cycle-left .pay-cycle-discount,
.pay-main .pay-wrap .pay-left .pay-section .pay-item .pay-cycle-item .pay-cycle-left .pay-cycle-desc {
  font-size: 0.875rem;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item .pay-cycle-item .pay-cycle-right .pay-cycle-price {
  font-size: 1rem;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item .pay-cycle-item .pay-cycle-right .pay-cycle-annual {
  font-size: 0.875rem;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item .pay-form {
  gap: 1.5rem;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item .pay-form-item {
  flex-direction: column;
  gap: 0.375rem;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item .pay-form-label {
  width: auto;
  flex: none;
  height: 3rem;
  font-size: 1rem;
  font-weight: 500;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item .pay-select-wrap .pay-select-button {
  height: 3rem;
  font-size: 1rem;
  line-height: 160%;
  border-radius: 0.5rem;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item .pay-select-wrap .pay-select-dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #e6e8ed;
  border-radius: 0.625rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  z-index: 50;
  overflow: hidden;
  display: none;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item .pay-select-wrap .pay-select-dropdown .pay-select-option {
  width: 100%;
  padding: 0.75rem 1rem;
  display: flex;
  flex-direction: initial;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  gap: 0.5rem;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item .pay-select-wrap .pay-select-dropdown .pay-select-option:hover {
  background: #f2f4f7;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item .pay-select-wrap .pay-select-dropdown .pay-select-option .pay-select-main {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #201f22;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item .pay-select-wrap .pay-select-dropdown .pay-select-option .pay-select-sub {
  font-size: 0.8125rem;
  color: #7b7b8a;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item .pay-select-wrap .pay-select-dropdown .pay-select-check {
  padding: 0.75rem 1rem 0.5rem;
  border-bottom: 1px solid #e6e8ed;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item .pay-select-wrap .pay-select-dropdown .pay-select-footer {
  padding: 0.625rem 1rem;
  font-size: 0.8125rem;
  color: #7b7b8a;
  border-top: 1px solid #e6e8ed;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item .pay-select-wrap.is-open .pay-select-dropdown {
  display: block;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item .pay-form-hint {
  gap: 0.375rem;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item .pay-form-desc {
  font-size: 0.875rem;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item .pay-section-cont {
  gap: 2rem;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item .pay-exempt {
  padding: 2rem 1.5rem;
  gap: 0.75rem;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item .pay-notice {
  gap: 0.5rem;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item .pay-notice .pay-notice-title {
  font-size: 1rem;
  gap: 0.5rem;
}
.pay-main .pay-wrap .pay-left .pay-section .pay-item .pay-notice .pay-notice-list li {
  font-size: 0.875rem;
  padding-left: 1rem;
}
.pay-main .pay-wrap .pay-right {
  position: static;
  width: 100%;
  padding: 1.5rem 1.25rem;
}
.pay-main .pay-wrap .pay-right .pay-method {
  padding: 0;
  border-radius: 0.75rem;
  gap: 0.75rem;
  border-top: none;
}
.pay-main .pay-wrap .pay-right .pay-method .pay-method-title {
  font-size: 1.25rem;
  padding: 0.5rem 0;
}
.pay-main .pay-wrap .pay-right .pay-method .pay-method-list {
  gap: 0.5rem;
}
.pay-main .pay-wrap .pay-right .pay-method .pay-method-btn {
  height: 2.75rem;
  font-size: 0.9375rem;
  border-radius: 0.5rem;
}
.pay-main .pay-wrap .pay-right .pay-summary-box {
  border-radius: 0;
  border: none;
  box-shadow: none;
  padding: 0;
  gap: 0.75rem;
}
.pay-main .pay-wrap .pay-right .pay-summary-box .pay-summary-title {
  display: block;
  padding: 0.5rem 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #201f22;
  line-height: 140%;
  margin-bottom: 1.25rem;
}
.pay-main .pay-wrap .pay-right .pay-summary-box .pay-summary-head {
  padding: 0 0.5rem 0.75rem;
}
.pay-main .pay-wrap .pay-right .pay-summary-box .pay-summary-rows {
  padding: 0 0.25rem;
}
.pay-main .pay-wrap .pay-right .pay-summary-box .pay-summary-bottom {
  padding: 1.5rem 0.5rem;
  gap: 1.5rem;
}
.pay-main .pay-wrap .pay-right .pay-summary-box .pay-summary-bottom .pay-summary-next strong {
  font-size: 0.875rem;
}
.pay-main .pay-wrap .pay-right .pay-summary-box .btn-fill {
  margin-top: 0.75rem;
}
.pay-main .pay-wrap .pay-right .pay-summary > .pay-notice {
  padding: 0 0.25rem;
}

.pay-complete-section {
  margin-top: 0;
}
.pay-complete-section .pay-complete-wrap {
  flex-direction: column;
}

.cms-application .modal-pay-summary-box .pay-summary-head {
  flex-direction: column;
  align-items: baseline;
  gap: 0.25rem;
}

.pay-complete-section {
  margin-top: 0;
}
.pay-complete-section .pay-complete-wrap {
  flex-direction: column;
}
.pay-complete-section .pay-complete-wrap .pay-complete-left {
  gap: 0.75rem;
  max-width: 100%;
}
.pay-complete-section .pay-complete-wrap .pay-complete-left .pay-complete-header {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.pay-complete-section .pay-complete-wrap .pay-complete-left .pay-complete-header .pay-complete-title {
  font-size: 1.5rem;
}
.pay-complete-section .pay-complete-wrap .pay-complete-left {
  /* 주문 요약 */
}
.pay-complete-section .pay-complete-wrap .pay-complete-left .pay-complete-summary {
  padding: 1.5rem 0;
}
.pay-complete-section .pay-complete-wrap .pay-complete-left .pay-complete-summary .pay-complete-info {
  gap: 1rem;
}
.pay-complete-section .pay-complete-wrap {
  /* ===== 우측: 혜택 카드 ===== */
}
.pay-complete-section .pay-complete-wrap .pay-complete-right {
  max-width: 100%;
  /* 공통 카드 */
}
.pay-complete-section .pay-complete-wrap .pay-complete-right .benefit-card {
  padding: 2rem 1.5rem;
}
.pay-complete-section .pay-complete-wrap .pay-complete-right .benefit-card.benefit-card--highlight {
  border-radius: 24px;
  background: url("../images/pay-complete-img2.png") 50%/cover no-repeat;
}
.pay-complete-section .pay-complete-wrap .pay-complete-right .benefit-card .benefit-card-body {
  display: flex;
  align-items: baseline;
  flex-direction: column;
  gap: 0.75rem;
}
.pay-complete-section .pay-complete-wrap .pay-complete-right .benefit-card .benefit-card-body .benefit-card-cont {
  display: flex;
  gap: 0.75rem;
  flex-direction: column;
  flex: 1 0 0;
}
.pay-complete-section .pay-complete-wrap .pay-complete-right .benefit-card .benefit-card-body {
  /* 배지 */
}
.pay-complete-section .pay-complete-wrap .pay-complete-right .benefit-card .benefit-card-body .benefit-badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  height: 1.5rem;
  padding: 0.125rem 0.375rem;
  border-radius: 0.5rem;
  font-size: 13px;
  font-weight: 700;
  background: #201f22;
  color: #fff;
}
.pay-complete-section .pay-complete-wrap .pay-complete-right .benefit-card .benefit-card-body .benefit-badge.benefit-badge--new {
  position: relative;
  background: transparent;
  background: linear-gradient(92deg, #e50914 0%, #731F76 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.pay-complete-section .pay-complete-wrap .pay-complete-right .benefit-card .benefit-card-body .benefit-badge.benefit-badge--new::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(92deg, #e50914 0%, #731F76 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.pay-complete-section .pay-complete-wrap .pay-complete-right .benefit-card .benefit-card-body .benefit-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #3a383f;
  line-height: 140%;
}
.pay-complete-section .pay-complete-wrap .pay-complete-right .benefit-card .benefit-card-body .benefit-card-note {
  font-size: 0.875rem;
  color: #7b7b8a;
}
.pay-complete-section .pay-complete-wrap .pay-complete-right .benefit-card .benefit-card-body .benefit-card-text {
  font-size: 1rem;
  color: #585763;
  line-height: 160%;
}
.pay-complete-section .pay-complete-wrap .pay-complete-right .benefit-card .benefit-card-body .benefit-card-text strong {
  color: #201f22;
  font-weight: 700;
}
.pay-complete-section .pay-complete-wrap .pay-complete-right .benefit-card .benefit-card-body .benefit-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #4b4b5a;
  text-decoration: none;
  flex-shrink: 0;
}

.sub-page {
  padding-top: 4rem;
  min-height: auto;
}
.sub-page .wrap {
  padding: 0;
}
.sub-page .sub-page__sidebar-title {
  font-size: 1.5rem;
  padding: 0;
}
.sub-page .sub-page__sidebar-title.mobile-none {
  display: none;
}
.sub-page .faq-sidebar {
  flex: none !important;
  width: 100%;
  padding: 1.25rem 1.25rem 0.75rem;
  position: relative !important;
  border-bottom: none !important;
  flex-direction: initial;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sub-page .faq-sidebar .faq-sidebar__dropdown {
  position: relative;
}
.sub-page .faq-sidebar .faq-sidebar__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.5rem;
  background: none;
  gaP: 0.5rem;
  border: none;
  font-size: 1rem;
  font-weight: 500;
  color: #201f22;
  cursor: pointer;
}
.sub-page .faq-sidebar .faq-sidebar__toggle i {
  font-size: 1.25rem;
  transition: transform 0.2s ease;
}
.sub-page .faq-sidebar .faq-sidebar__panel {
  width: 10rem;
  display: none;
  position: absolute;
  top: calc(100% + 0.25rem);
  right: 0;
  background: #fff;
  border: 1px solid #d2d4db;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
  z-index: 100;
  flex-direction: column;
  gap: 0;
  padding: 0.5rem 0;
}
.sub-page .faq-sidebar .faq-sidebar__panel .customer-sidebar__cat {
  height: 3rem;
  padding: 0 1rem;
  font-size: 1rem;
  width: 100%;
  text-align: left;
}
.sub-page .faq-sidebar.is-open .faq-sidebar__toggle i {
  transform: rotate(180deg);
}
.sub-page .faq-sidebar.is-open .faq-sidebar__panel {
  display: flex;
}
.sub-page .contact-sidebar {
  flex: none !important;
  width: 100%;
  padding: 2rem 1.5rem 1.5rem !important;
  position: relative !important;
  border-bottom: none !important;
  flex-direction: initial;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sub-page .sub-page__layout {
  flex-direction: column;
  gap: 0;
}
.sub-page .sub-page__sidebar {
  top: 0;
  padding: 1.5rem 1.25rem 0.75rem 1.5rem;
}
.sub-page .sub-page__sidebar:not(.faq-sidebar):not(.contact-sidebar) {
  flex: auto;
  width: 100%;
  padding: 0.75rem 1.25rem;
  flex-direction: initial;
  position: static;
  border-bottom: 1px solid #d2d4db;
}
.sub-page .sub-page__sidebar-nav {
  flex-direction: inherit;
  gap: 2rem;
}

.mypage-sidebar__group {
  display: flex;
  align-items: center;
}
.mypage-sidebar__group .mypage-sidebar__link {
  font-size: 1.125rem;
  font-weight: 500;
  color: #b2b3bf;
  height: 3.5rem;
  text-decoration: none;
  line-height: 160%;
  transition: color 0.2s;
  display: flex;
  align-items: center;
}
.mypage-sidebar__group .mypage-sidebar__link:hover {
  color: #201f22;
}
.mypage-sidebar__group .mypage-sidebar__link.is-active {
  color: #201f22;
  font-weight: 700;
}

.mypage-content {
  gap: 0;
  padding: 1.5rem 1.25rem 7.5rem 1.25rem;
  min-width: 0;
  width: 100%;
}
.mypage-content .mypage-profile {
  padding: 0;
  gap: 0.75rem;
}
.mypage-content .mypage-profile .mypage-profile__avatar {
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.5rem;
}
.mypage-content .mypage-profile .mypage-profile__info {
  gap: 0;
}
.mypage-content .mypage-profile .mypage-profile__info .mypage-profile__name {
  font-size: 1.125rem;
}
.mypage-content .mypage-profile .mypage-profile__info .mypage-profile__id {
  font-size: 0.875rem;
}

.mypage-section {
  margin-top: 3rem;
}
.mypage-section .mypage-section__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0 0.5rem;
  height: auto;
}
.mypage-section .mypage-section__head .mypage-section__notice {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  color: #7b7b8a;
}
.mypage-section .mypage-section__head .mypage-section__notice i {
  font-size: 1.25rem;
}
.mypage-section.mypage-section--account {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0.5rem 0 0.5rem;
}
.mypage-section.mypage-section--account .mypage-section__title {
  font-size: 1.125rem;
  color: #201f22;
  font-weight: 600;
  line-height: 140%;
}

.mypage-table {
  display: flex;
  flex-direction: column;
  border: 1px solid #e6e8ed;
  border-radius: 1.5rem;
  overflow: hidden;
  padding: 1rem 0;
}
.mypage-table .mypage-table__row {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1rem 1.5rem;
}
.mypage-table .mypage-table__row:last-child {
  border-bottom: none;
}
.mypage-table .mypage-table__label {
  max-width: 100%;
  font-size: 1rem;
  height: 1.75rem;
}
.mypage-table .mypage-table__value {
  flex: 1;
  font-size: 1rem;
  font-weight: 500;
  color: #201f22;
  line-height: 160%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 3px 0;
}
.mypage-table .mypage-table__value.mypage-table__value--col {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

.mypage-table__desc {
  color: #e50914;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.875rem;
}
.mypage-table__desc i {
  font-size: 1.25rem;
}

.mypage-link {
  font-size: 0.875rem;
  font-weight: 600;
  color: #e50914;
  text-decoration: none;
  transition: opacity 0.2s;
}
.mypage-link:hover {
  opacity: 0.75;
}
.mypage-link .mypage-link--edit {
  margin-left: auto;
  color: #7b7b8a;
  font-weight: 500;
}
.mypage-link .mypage-link--edit:hover {
  color: #201f22;
  opacity: 1;
}

.mypage-legacy-notice {
  border-radius: 1rem;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
.mypage-legacy-notice .mypage-legacy-notice__icon {
  font-size: 1.25rem;
  color: #7b7b8a;
}
.mypage-legacy-notice .mypage-legacy-notice__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #7b7b8a;
  line-height: 160%;
}
.mypage-legacy-notice .mypage-legacy-notice__text {
  font-size: 1.125rem;
  font-weight: 700;
  color: #7b7b8a;
  line-height: 160%;
}
.mypage-legacy-notice .mypage-legacy-notice__desc {
  margin-bottom: 0.75rem;
}

.mypage-account-actions {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.mypage-account-actions .btn-text {
  position: relative;
}
.mypage-account-actions .btn-text:not(:last-of-type):after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1rem;
  background: #d2d4db;
  right: -1rem;
  pointer-events: none;
  user-select: none;
}

.mypage-phone-display {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
}

.mypage-phone-edit {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
}
.mypage-phone-edit .input-wrap.row {
  display: flex;
  gap: 0.5rem;
}
.mypage-phone-edit .input-wrap.row .input-box {
  flex: 1;
}
.mypage-phone-edit .mypage-phone-edit__actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  padding-top: 0.25rem;
  max-width: 30rem;
  width: 100%;
}

.mypage-table__row--phone {
  align-items: flex-start;
  padding: 1.25rem 1.5rem;
}
.mypage-table__row--phone .mypage-table__value {
  flex-direction: column;
  align-items: flex-start;
}

/* 마이페이지 - 이용권 및 결제 */
.mypage-billing-card {
  background: #f2f4f7;
  border-radius: 1rem;
  padding: 1.5rem 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}
.mypage-billing-card .mypage-billing-card__item {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.mypage-billing-card .mypage-billing-card__item .mypage-billing-card__label {
  font-size: 0.875rem;
  color: #585763;
  font-weight: 500;
  line-height: 160%;
}
.mypage-billing-card .mypage-billing-card__item .mypage-billing-card__value {
  font-size: 1rem;
  font-weight: 500;
  color: #201f22;
  line-height: 160%;
  display: flex;
  flex-direction: column;
}
.mypage-billing-card .mypage-billing-card__item .mypage-billing-card__value .mypage-billing-card__value--amount {
  font-size: 1.5rem;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}
.mypage-billing-card .mypage-billing-card__item .mypage-billing-card__value .mypage-billing-card__vat {
  font-size: 13px;
  font-weight: 500;
  color: #7b7b8a;
}

.mypage-pay-table {
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.mypage-pay-table::-webkit-scrollbar {
  display: none;
}
.mypage-pay-table .mypage-pay-table__head,
.mypage-pay-table .mypage-pay-table__row {
  min-width: 52.5rem;
}
.mypage-pay-table .mypage-pay-table__head {
  display: flex;
  align-items: center;
  padding: 0.75rem 0.5rem;
  border-bottom: 1px solid #d2d4db;
  gap: 1rem;
}
.mypage-pay-table .mypage-pay-table__body {
  display: flex;
  flex-direction: column;
}
.mypage-pay-table .mypage-pay-table__body .mypage-pay-table__row {
  padding: 0.75rem 0.5rem;
}
.mypage-pay-table .mypage-pay-table__body .mypage-pay-table__row .mypage-pay-table__col {
  color: #201f22;
}
.mypage-pay-table .mypage-pay-table__row {
  display: flex;
  align-items: center;
  padding: 0.75rem 0.5rem;
  gap: 1rem;
  border-bottom: 1px solid #e6e8ed;
}
.mypage-pay-table .mypage-pay-table__col {
  font-size: 0.875rem;
  color: #585763;
  font-weight: 500;
  line-height: 160%;
}
.mypage-pay-table .mypage-pay-table__col.mypage-pay-table__col--date {
  flex: 0 0 7.5rem;
  color: #7b7b8a;
}
.mypage-pay-table .mypage-pay-table__col.mypage-pay-table__col--product {
  flex: 1;
  min-width: 12rem;
}
.mypage-pay-table .mypage-pay-table__col.mypage-pay-table__col--method {
  flex: 0 0 6rem;
}
.mypage-pay-table .mypage-pay-table__col.mypage-pay-table__col--amount {
  flex: 0 0 7rem;
}
.mypage-pay-table .mypage-pay-table__col.mypage-pay-table__col--status {
  flex: 0 0 8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mypage-pay-table .mypage-pay-table__head .mypage-pay-table__col {
  font-size: 0.875rem;
  color: #7b7b8a;
  font-weight: 600;
}

.mypage-pay-status {
  font-size: 0.875rem;
  font-weight: 600;
  color: #7b7b8a;
}
.mypage-pay-status.is-done {
  color: #50bd83;
}
.mypage-pay-status.is-refund {
  color: #e50914;
}

.mypage-pay-receipt {
  background: none;
  border: none;
  cursor: pointer;
  color: #7b7b8a;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  outline: none;
}
.mypage-pay-receipt i {
  font-size: 1.25rem;
}

.mypage-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1.5rem;
}
.mypage-pagination .mypage-pagination__btn {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: none;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #7b7b8a;
  transition: color 0.2s;
}
.mypage-pagination .mypage-pagination__btn:disabled {
  color: #d2d4db;
  cursor: default;
}
.mypage-pagination .mypage-pagination__btn i {
  font-size: 1.25rem;
}
.mypage-pagination .mypage-pagination__btn.mypage-pagination__btn--prev {
  border: none;
  margin-right: 0.5rem;
}
.mypage-pagination .mypage-pagination__btn.mypage-pagination__btn--next {
  border: none;
  margin-left: 0.5rem;
}
.mypage-pagination .mypage-pagination__page {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: none;
  background: none;
  font-size: 0.875rem;
  font-weight: 500;
  color: #7b7b8a;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mypage-pagination .mypage-pagination__page:hover {
  color: #201f22;
}
.mypage-pagination .mypage-pagination__page.is-active {
  background: #201f22;
  color: #fff;
  font-weight: 700;
}

.receipt-modal-body {
  padding: 0 3rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.receipt-modal-body .mypage-billing-card .mypage-billing-card__item .mypage-billing-card__label {
  font-size: 0.875rem;
  color: #7b7b8a;
}
.receipt-modal-body .mypage-billing-card .mypage-billing-card__item .mypage-billing-card__value {
  font-size: 1rem;
}
.receipt-modal-body .receipt-info-card {
  display: flex;
  gap: 3rem;
  background: #f2f4f7;
  border-radius: 0.75rem;
  padding: 1.25rem 1.5rem;
}
.receipt-modal-body .receipt-info-card__label {
  font-size: 0.875rem;
  color: #7b7b8a;
  margin-bottom: 0.5rem;
}
.receipt-modal-body .receipt-info-card__value {
  font-size: 1rem;
  font-weight: 600;
  color: #201f22;
}
.receipt-modal-body .pay-summary-box {
  border: none;
  box-shadow: none;
  padding: 0;
}
.receipt-modal-body .pay-summary-bottom {
  border-bottom: none;
}

.cancel-modal__dialog {
  width: 52rem;
  max-width: 90vw;
}

.cancel-modal-body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem 1.25rem 1.5rem;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.cancel-modal-field {
  display: flex;
  flex-direction: column;
}
.cancel-modal-field .pay-select-wrap .pay-select-button {
  height: 3rem;
  background: #f2f4f7;
  padding: 11px 1rem;
}
.cancel-modal-field .pay-select-wrap .pay-select-button .pay-select-value {
  color: #b2b3bf;
  font-size: 1rem;
  font-weight: 500;
}

.cancel-modal-label {
  font-size: 1rem;
  font-weight: 500;
  color: #3a383f;
  height: 3rem;
  display: flex;
  align-items: center;
}
.cancel-modal-label .required {
  color: #e50914;
}
.cancel-modal-label .optional {
  font-weight: 400;
  color: #7b7b8a;
}

.cancel-modal-select-wrap {
  position: relative;
}
.cancel-modal-select-wrap .cancel-modal-select-arrow {
  position: absolute;
  right: 0.875rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #7b7b8a;
  display: flex;
  align-items: center;
}

.cancel-modal-select {
  width: 100%;
  height: 3rem;
  padding: 11px 1rem 11px;
  border: 1px solid #e6e8ed;
  border-radius: 0.5rem;
  font-size: 1rem;
  color: #201f22;
  background: #fff;
  appearance: none;
  cursor: pointer;
}
.cancel-modal-select:focus {
  outline: none;
  border-color: #e50914;
}

.cancel-modal-textarea {
  width: 100%;
  height: 12.5rem;
  padding: 1rem;
  border: 1px solid #d2d4db;
  border-radius: 0.5rem;
  font-size: 1rem;
  color: #201f22;
  resize: none;
  font-family: inherit;
  line-height: 1.6;
  box-sizing: border-box;
  outline: none;
}
.cancel-modal-textarea::placeholder {
  color: #7b7b8a;
}

.cancel-modal-notice {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.cancel-modal-notice__title {
  font-size: 1rem;
  font-weight: 700;
  color: #7b7b8a;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.cancel-modal-notice__title i {
  font-size: 1.25rem;
  color: #7b7b8a;
}
.cancel-modal-notice__list {
  margin: 0;
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.cancel-modal-notice__list li {
  font-size: 0.875rem;
  color: #7b7b8a;
  font-weight: 500;
  line-height: 160%;
}

.cancel-modal-footer {
  display: flex;
  padding: 1.5rem 1.25rem 3rem;
  flex-direction: column;
}
.cancel-modal-footer .btn-fill {
  flex: auto;
}

.pw-modal__dialog {
  width: 52rem;
  max-width: 90vw;
}

.pw-modal-body {
  padding: 1.5rem 1.75rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  max-width: 29rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.pw-modal-field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.pw-modal-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #7b7b8a;
}

.pw-modal-input {
  width: 100%;
  height: 3.5rem;
  padding: 0 1rem;
  border: 1px solid #d2d4db;
  border-radius: 0.5rem;
  font-size: 1rem;
  color: #201f22;
  box-sizing: border-box;
  font-family: inherit;
}
.pw-modal-input:focus {
  outline: none;
  border-color: #e50914;
}

.pw-modal-hint {
  font-size: 0.875rem;
  color: #b2b3bf;
  margin: 0;
}

.pw-modal-footer {
  padding: 0 1.25rem 3rem;
}

.pw-modal-submit {
  width: 100%;
  height: 3.5rem;
  font-size: 1rem;
  border-radius: 10rem;
}

/* 고객지원 사이드바 탭 버튼 */
.customer-sidebar__cat {
  font-size: 1.125rem;
  height: 3.5rem;
  color: #7b7b8a;
  font-weight: 500;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
}
.customer-sidebar__cat:hover {
  color: #201f22;
  font-weight: 700;
}
.customer-sidebar__cat.is-active {
  color: #201f22;
  font-weight: 700;
}

.main-faq {
  padding: 0 1.25rem 7.5rem 1.25rem;
}

.contact-form {
  padding: 0 1.25rem 7.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.contact-form__field {
  width: 100%;
}
.contact-form__field.input-item {
  max-width: 100%;
}
.contact-form .contact-type-select {
  width: 100%;
}
.contact-form .contact-type-select .pay-select-button {
  width: 100%;
  height: 3.5rem;
  border-radius: 0.5rem;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  color: #7b7b8a;
  cursor: pointer;
  transition: border-color 0.2s;
}
.contact-form .contact-type-select .pay-select-button:hover {
  border-color: #b2b3bf;
}
.contact-form .contact-type-select[data-select]:not([data-select=""]) .pay-select-button {
  color: #201f22;
}
.contact-form .contact-type-select .pay-select-dropdown {
  position: absolute;
  top: calc(100% + 0.25rem);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #d2d4db;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
  z-index: 10;
}
.contact-form .contact-type-select .pay-select-list {
  padding: 0.5rem 0;
}
.contact-form .contact-type-select .pay-select-option {
  width: 100%;
  text-align: left;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  color: #3a383f;
  background: none;
  border: none;
  cursor: pointer;
  transition: background 0.15s;
}
.contact-form .contact-type-select .pay-select-option:hover {
  background: #f2f4f7;
}
.contact-form .contact-type-select .pay-select-option.is-selected {
  color: #e50914;
  font-weight: 600;
}
.contact-form .contact-textarea-wrap {
  width: 100%;
}
.contact-form .contact-textarea-wrap textarea {
  width: 100%;
  min-height: 14rem;
  padding: 1rem;
  border: 1px solid #d2d4db;
  border-radius: 0.5rem;
  font-size: 1rem;
  color: #201f22;
  font-family: inherit;
  line-height: 160%;
  resize: vertical;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.2s;
}
.contact-form .contact-textarea-wrap textarea::placeholder {
  color: #b2b3bf;
}
.contact-form .contact-textarea-wrap textarea:focus {
  border-color: #7b7b8a;
}
.contact-form .contact-agree__label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  user-select: none;
}
.contact-form .contact-agree .checkbox {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.contact-form .contact-agree .checkbox input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.contact-form .contact-agree .checkbox input:checked + .box i {
  color: #e50914;
}
.contact-form .contact-agree .checkbox .box {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-form .contact-agree .checkbox .box i {
  font-size: 1.5rem;
  color: #d2d4db;
}
.contact-form .contact-agree__text {
  font-size: 1rem;
  font-weight: 500;
  color: #3a383f;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
}
.contact-form .contact-agree__req {
  font-size: 0.75rem;
  font-weight: 700;
  color: #e50914;
}
.contact-form .contact-agree__view {
  margin-left: auto;
  font-size: 0.875rem;
  color: #7b7b8a;
  text-decoration: underline;
}
.contact-form .contact-submit {
  width: 100%;
}

.contact-optional {
  font-size: 0.875rem;
  color: #7b7b8a;
  font-weight: 400;
}

/*방송*/
.broadcast-feature .wrap {
  padding: 6rem 1.25rem;
  gap: 2.5rem;
}

.broadcast-title-wrap {
  width: 100%;
  align-items: baseline;
}
.broadcast-title-wrap h2 {
  font-size: 1rem;
}
.broadcast-title-wrap h1 {
  font-size: 1.75rem;
}
.broadcast-title-wrap h3 {
  font-size: 1rem;
  text-align: left;
}

.broadcast-image-wrap {
  height: auto;
  aspect-ratio: 4/3;
  border-radius: 1.5rem;
}
.broadcast-image-wrap .tts-scene-inner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.broadcast-image-wrap .tts-scene-inner .tts-image-group {
  width: 100%;
  height: 100%;
  position: absolute;
  left: -3rem;
}
.broadcast-image-wrap .tts-scene-inner .tts-image-group img {
  max-width: initial;
  height: 100%;
  display: block;
}
.broadcast-image-wrap .tts-scene-inner .tts-image-group .tts-cursor {
  position: absolute;
  left: 40%;
  bottom: 10%;
  pointer-events: none;
  z-index: 2;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.4));
  animation: ttsCursorMove 4s ease-in-out infinite;
  transform-origin: top left;
}
.broadcast-image-wrap .tts-scene-inner .tts-image-group .tts-cursor svg {
  width: 4.5rem;
  height: 4.5rem;
}
.broadcast-image-wrap .tts-scene-inner .tts-bubble {
  position: absolute;
  top: 2rem;
  right: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 0.5rem;
  padding: 0.875rem 0.875rem 0.875rem 0.75rem;
  white-space: nowrap;
  opacity: 1;
  transform: translateY(16px);
  animation: ttsBubbleAppear 4s ease-in-out infinite;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.12));
}
.broadcast-image-wrap .tts-scene-inner .tts-bubble::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.broadcast-image-wrap .tts-scene-inner .tts-bubble::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 23%;
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.5);
  clip-path: polygon(0 100%, 0 0, 100% 0);
}
.broadcast-image-wrap .tts-scene-inner .tts-bubble .tts-bubble__icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0.25rem;
  background: #e50914;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
}
.broadcast-image-wrap .tts-scene-inner .tts-bubble .tts-bubble__text {
  font-size: 0.75rem;
  font-weight: 500;
  color: #201f22;
  letter-spacing: -0.3px;
}

@keyframes ttsCursorMove {
  0% {
    left: 70%;
    bottom: 0%;
    transform: scale(1);
  }
  35% {
    left: 43%;
    bottom: 4%;
    transform: scale(1);
  }
  45% {
    left: 43%;
    bottom: 4%;
    transform: scale(0.9);
  }
  55% {
    left: 43%;
    bottom: 4%;
    transform: scale(1);
  }
  100% {
    left: 43%;
    bottom: 4%;
    transform: scale(1);
  }
}
@keyframes ttsBubbleAppear {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }
  40% {
    opacity: 0;
    transform: translateY(16px);
  }
  55% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    transform: translateY(0);
  }
  95% {
    opacity: 0;
    transform: translateY(-8px);
  }
  100% {
    opacity: 0;
    transform: translateY(16px);
  }
}
.broadcast-station .wrap {
  gap: 2.5rem;
  padding: 6rem 1.25rem;
}
.broadcast-station .broadcast-station__head {
  align-items: baseline;
  gap: 1rem;
}
.broadcast-station .broadcast-station__head h3 {
  font-size: 1rem;
}
.broadcast-station .broadcast-station__head h2 {
  font-size: 1.75rem;
}
.broadcast-station .broadcast-station__head p {
  text-align: left;
  font-size: 1rem;
  color: #7b7b8a;
  font-weight: 500;
  line-height: 160%;
}

.broadcast-tabs {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: nowrap;
  justify-content: flex-start;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.broadcast-tabs::-webkit-scrollbar {
  display: none;
}
.broadcast-tabs {
  width: 100%;
  position: sticky;
  top: 4rem;
  padding: 1rem 0;
  background: #111;
  z-index: 10;
}
.broadcast-tabs .broadcast-tab {
  flex-shrink: 0;
  white-space: nowrap;
  padding: 0 1.25rem;
  border-radius: 1.75rem;
  background: transparent;
  color: #b2b3bf;
  background: #201f22;
  height: 2.5rem;
  cursor: pointer;
  border: none;
  font-size: 0.875rem;
  font-weight: 500;
}
.broadcast-tabs .broadcast-tab.is-active {
  background: #e50914;
  color: #fff;
}

.broadcast-station__list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.broadcast-station__list .broadcast-station__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  padding: 3rem 0 3rem 0;
  scroll-margin-top: 11.25rem;
}
.broadcast-station__list .broadcast-station__item .broadcast-station__thumb {
  width: 100%;
  aspect-ratio: 4/3;
  background: #3a383f;
  border-radius: 1rem;
}
.broadcast-station__list .broadcast-station__item .broadcast-station__info {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.broadcast-station__list .broadcast-station__item .broadcast-station__info .broadcast-station__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  line-height: 140%;
}
.broadcast-station__list .broadcast-station__item .broadcast-station__info .broadcast-station__title .br-mo {
  display: block;
}
.broadcast-station__list .broadcast-station__item .broadcast-station__info .broadcast-station__desc {
  font-size: 1rem;
  color: #7b7b8a;
  font-weight: 500;
  line-height: 160%;
}

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