:root {
  --accent-color: #7f13ec;
  --accent-yellow: #fdff23 !important;
}

body {
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 600 !important;
  color: #191022 !important;
  line-break: anywhere !important;
  font-family: 'Spline Sans', serif;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0 !important;
}

.main-lp {
  margin-top: 0 !important;
  padding: 0 !important;
  width: 100%;
  background-color: #191022;
  color: #fff;
}

.main-lp p {
  padding: 0 !important;
}

ul,
li {
  list-style-type: none !important;
  margin: 0;
  padding: 0;
}

article {
  box-sizing: border-box !important;
}

img {
  vertical-align: top !important;
}

.accent-color {
  color: var(--accent-color) !important;
}

.accent-yellow {
  color: var(--accent-yellow) !important;
}

.container {
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 60px;
  box-sizing: border-box !important;
  height: 100%;
}

.content {
  width: 100% !important;
  /* max-width: 1440px !important; */
  padding: 0 20px;
  margin: 0 auto !important;
  box-sizing: border-box !important;
}

.custom-list {
  display: flex !important;
  text-align: left !important;
}

.sp-none {
  display: block !important;
}

.pc-none {
  display: none !important;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 12px !important;
    overflow-x: hidden !important;
  }

  .container {
    max-width: none !important;
  }

  .sp-none {
    display: none !important;
  }

  .pc-none {
    display: block !important;
  }
}

header {
  position: fixed !important;
  top: 0 !important;
  z-index: 999 !important;
  width: 100% !important;
}

.header {
  min-height: unset !important;
  padding: 0;
  /* backdrop-filter: blur(12px) brightness(1) contrast(1) grayscale(0) hue-rotate(0deg) invert(0)
    opacity(1) saturate(1) sepia(0);
  -webkit-backdrop-filter: blur(12px) brightness(1) contrast(1) grayscale(0) hue-rotate(0deg)
    invert(0) opacity(1) saturate(1) sepia(0); */
}

.header .container {
  padding: 0;
}

.header .content {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 12px 24px;
  width: 100%;
}

.header .logo {
  width: 120px !important;
}

.header .header-btns {
  display: flex !important;
  align-items: center !important;
  gap: 8px;
}

.header .header-btns a {
  display: inline-block;
  text-decoration: none !important;
}

.btn-regist {
  background-color: #7f13ec;
  font-weight: 700;
  padding: 0.625rem 1.5rem;
  border-radius: 50px;
  font-size: 0.875rem;
  color: #fff;

  transition: transform 0.3s ease;

  @media (max-width: 768px) {
    padding: 0.4rem 1rem;
    font-size: 0.7rem;
  }
}

.btn-regist:hover {
  transform: scale(1.05);
}

.btn-login {
  font-weight: 700;
  padding: 0.625rem 1.5rem;
  border-radius: 50px;
  font-size: 0.875rem;
  color: #fff;

  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);

  border: 1px solid rgba(255, 255, 255, 0.7);

  transition: transform 0.3s ease;

  @media (max-width: 768px) {
    padding: 0.4rem 1rem;
    font-size: 0.7rem;
  }
}

.btn-login:hover {
  transform: scale(1.05);
}

.hero-video::-webkit-media-controls {
  display: none !important;
}

.hero-video::-webkit-media-controls-enclosure {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .header .logo {
    width: 100px !important;
  }
}

.hero {
  width: 100%;
}

.hero-container {
  position: relative;
  overflow: hidden;
  background-color: #191022;
  color: #fff;
  align-items: center;
  width: 100%;

  @media (max-width: 768px) {
    flex-direction: column;
  }
}

.video-wrapper {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  height: 100dvh;

  @media (max-width: 768px) {
    width: 100%;
  }

  .hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover; /* 👈 16:9 영상을 꽉 채우면서 크롭 */
    transform: translate(-50%, -50%);
  }
}

.hero-content {
  position: absolute;
  padding: 40px 60px;
  bottom: 0;

  h1 {
    font-size: 6rem;
    margin-bottom: 40px;
    display: block;

    @media (max-width: 768px) {
      font-size: 3.4rem;
      letter-spacing: -0.025em;
      line-height: 0.9;
    }
  }

  @media (max-width: 768px) {
    padding: 40px 24px;
  }

  .hero-cta {
    display: flex;
    gap: 20px;
    margin-top: 40px;
    align-items: center;

    @media (max-width: 768px) {
      flex-direction: column;
      margin-top: 32px;
    }

    .link-join {
      font-size: 1.125rem;
      text-transform: uppercase;
      padding: 1.25rem 2.5rem;
      border-radius: 40px;
      min-width: 300px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      text-decoration: none;
      font-weight: 700;
      color: #fff;
      background-color: #7f13ec;
      gap: 0.5rem;
      transition: transform 0.3s ease;
    }
  }
}

.link-join:hover {
  transform: scale(1.05);
}

.hero-content .sub-context {
  color: #ffffffb3;
  font-size: 1.25rem;
  line-height: 1.625;

  @media screen and (max-width: 768px) {
    font-size: 14px;
    text-wrap-style: balance;
  }
}

.define-studio {
  display: inline-block;
  color: #7f13ec;
  border: 1px solid #7f13ec4d;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1rem;
  background-color: #7f13ec33;
  border-radius: 30px;
  padding: 0.375rem 1rem;
  margin-bottom: 24px;

  @media screen and (max-width: 768px) {
    font-size: 0.6rem;
  }
}

.instructor {
  padding: 120px 0 60px !important;
}

.instructor .container {
  padding: 0 !important;
  margin: 0 !important;
}

.instructor h2 {
  font-size: 2.25rem;

  @media (max-width: 767px) {
    font-size: 30px !important;
  }
}

/* 로딩 전 깜빡임 방지 */
.members-ticker {
  bottom: 16px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  padding: 100px 0 60px;

  @media (max-width: 768px) {
    padding: 60px 0 0;
    bottom: 46px;
  }
}

.members-ticker__viewport {
  width: 100%;
  height: 588px;
  overflow: hidden;
  position: relative;

  @media (max-width: 768px) {
    height: 290px;
  }
}

/* 트랙 간의 간격을 padding으로 처리하여 오차 제거 */
.members-ticker__track {
  display: flex;
  height: 588px;
  gap: 30px;
  padding-right: 30px;
  will-change: transform;

  @media (max-width: 768px) {
    height: 290px;
  }
}

.members-ticker__item {
  flex: 0 0 auto;
  height: 100%;
  opacity: 0;
  transform: translateY(30px);
  display: flex;

  @media (min-width: 769px) {
    width: 304px;
  }
}

.members-ticker__item a {
  text-decoration: none;
}

.members-ticker__item:nth-child(odd) {
  align-items: flex-end;
}

.members-ticker__item img {
  width: 160px;
  height: 244px;
  aspect-ratio: 19 / 29;
  object-fit: cover;
  border-radius: 20px;
  pointer-events: none;
  display: block;
  border-radius: 50px;
  pointer-events: none;

  @media (min-width: 769px) {
    border-radius: 20px;
    width: 304px;
    height: 464px;
  }
}

.photo-wrapper {
  position: relative;
}

@media (max-width: 768px) {
  .photo-wrapper img {
    filter: brightness(0.4);
  }
}

.photo-wrapper:hover img {
  filter: blur(4px) brightness(0.4);
}

.photo-wrapper div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-direction: column;
  width: 100%;
  padding: 0 2rem;

  @media (max-width: 768px) {
    padding: 0 1rem;
  }
}

.photo-wrapper .inst_name {
  font-size: 2rem;
  line-height: 1.1;
  text-align: center;
  font-weight: 700;
  width: 100%;
  text-wrap: nowrap;

  @media (max-width: 768px) {
    font-size: 1.5rem;
  }
}

.instructor h2 img {
  max-width: 642px !important;
  margin: 0 auto;
}

.instructor p {
  margin-top: 8px;
  line-height: 1.4;
}

.instructor p.desc {
  font-size: 1.125rem;
  color: #9389a3;
}

.instructor .more {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 700 !important;
  margin-top: 40px !important;
  text-decoration: none;
}

.instructor .more:hover {
  opacity: 0.8 !important;
}

.instructor .cta {
  position: absolute !important;
  max-width: 1040px !important;
  height: 250px !important;
  bottom: -130px !important;
  display: block !important;
}

@media screen and (max-width: 768px) {
  .instructor {
    border-radius: 0 !important;
  }

  .instructor p.desc {
    margin-top: 12px !important;
    text-align: left !important;
  }

  .instructor-content {
    margin-top: 24px !important;
  }

  .instructor-content ul li p {
    text-align: left !important;
    padding: 8px 0 !important;
    font-size: 10px !important;
  }

  .instructor .more {
    font-size: 18px !important;
    margin-top: 24px !important;
  }

  .instructor .cta {
    width: calc(100% - 40px) !important;
    bottom: -210px !important;
  }
}

.support {
  text-align: center !important;
  padding: 120px 0 !important;
}

.support h2.headline {
  font-weight: 900;
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
  letter-spacing: -0.025em;

  @media screen and (max-width: 768px) {
    font-size: 3rem;
  }
}

.support .desc {
  color: #ffffff80;
}

.support ul {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 32px !important;
  margin-top: 80px !important;

  li {
    text-align: center;
    background-color: #2c174b;
    padding: 40px;
    border-radius: 48px;

    .icon-wrapper {
      width: 80px;
      margin: 0 auto 20px;

      @media screen and (max-width: 767px) {
        width: 60px;
        flex-shrink: 0;
        margin: 0;
      }
    }
  }

  p {
    color: #9389a3;
    text-align: left;
    line-height: 1.4;
    margin-top: 12px;
  }
}

.support .icon-wrapper span {
  font-size: 40px;
  padding: 12px;
  border-radius: 50px;
  background-color: #7f13ec;
}

@media screen and (max-width: 768px) {
  .support {
    text-align: center !important;
  }

  .support ul {
    grid-template-columns: 1fr !important;
    grid-gap: 24px 12px !important;
    margin-top: 24px !important;

    li {
      display: flex;
      align-items: center;
      gap: 20px;
      padding: 20px;

      .support-icon {
        width: 100%;
      }

      h3,
      p {
        text-align: left;
      }
    }
  }
}

.flow-join {
  text-align: center;
  padding: 120px 24px;
}

.flow-join .content {
  padding: 0;
}

.flow-join h2.headline {
  font-weight: 900;
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
  letter-spacing: -0.025em;
}

.flow-join .desc {
  color: #ffffff80;
}

.flow-join .video-wrapper {
  max-width: 900px;
  height: unset;

  margin: 80px auto 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #fff6;

  @media screen and (max-width: 768px) {
    margin: 40px auto 0;
  }
}

.service {
  position: relative !important;
  text-align: center !important;
  padding: 120px 0;
  border-radius: 20px !important;
}

.service h2.headline {
  font-weight: 900;
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
  letter-spacing: -0.025em;
}

.service .desc {
  color: #ffffff80;
}

.service-content {
  display: flex;
  margin-top: 60px;
  gap: 24px 40px;
  width: 90%;
  align-items: center;

  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);

  border: 1px solid rgba(255, 255, 255, 0.7);

  padding: 60px;
  border-radius: 24px;
}

/* 홀수 → 오른쪽으로 밀기 */
.service-content:nth-child(odd) {
  margin-left: auto;
}

/* 짝수 → 왼쪽으로 밀기 */
.service-content:nth-child(even) {
  margin-right: auto;
  flex-direction: row-reverse;
}

.service-content .program-area {
  text-align: left;
  max-width: 400px;
  width: 100%;
  flex-shrink: 0;
}

.service-content .program-area p {
  color: #ffffff80;
  margin-top: 8px;
  line-height: 1.4;
  max-width: 400px;
}

.service-content h3 {
  font-weight: 900;
  font-size: 2rem;
}

.service-content ul {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  grid-gap: 12px 24px !important;
}

.service-content ul img {
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .service-content {
    padding: 40px 32px;
    margin-top: 40px;
    flex-direction: column;
  }

  .service-content:nth-child(even) {
    margin-right: auto;
    flex-direction: column;
  }

  .service-content ul {
    grid-template-columns: 1fr;
  }
}

.lesson {
  text-align: center !important;
  padding: 120px 0 80px;
}

.lesson h2.headline {
  font-weight: 900;
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
  letter-spacing: -0.025em;
}

.lesson .desc {
  color: #ffffff80;
}

.lesson-content {
  max-width: 1024px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .lesson {
    padding: 80px 0 60px !important;
  }

  .lesson h2 img {
    width: 82vw !important;
  }

  .lesson-content p {
    text-align: left !important;
  }

  .lesson-content {
    margin-top: 24px !important;
  }

  .lesson-content img {
    width: 80% !important;
    margin-top: 24px !important;
  }

  .lesson-content p {
    margin-top: 24px !important;
  }
}

.system {
  position: relative !important;
  text-align: center !important;
  padding: 120px 0;
}

.system h2.headline {
  font-weight: 900;
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
  letter-spacing: -0.025em;
}

.system .desc {
  color: #ffffff80;
}

.price-table {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  font-weight: 400;
  font-size: 1.125rem;
  text-align: left;
  margin-top: 60px;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .price-table {
    font-size: 14px;
  }
}

.price-table thead th {
  border-bottom: 1px solid #ffffff1a;
  padding: 2rem 1.5rem;
  font-weight: 900;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .price-table thead th {
    padding: 1rem 0.5rem;
  }
}

.price-table thead th.artist {
  font-weight: 900;
}

.price-table tbody th {
  font-weight: 700;
  padding: 2rem 1.5rem;
  border-bottom: 1px solid #ffffff1a;
}

@media screen and (max-width: 768px) {
  .price-table tbody th {
    padding: 1rem 0.5rem;
  }
}

.price-table tbody td {
  padding: 2rem 1.5rem;
  border-bottom: 1px solid #ffffff1a;

  color: #ffffffb3;
}

@media screen and (max-width: 768px) {
  .price-table tbody td {
    padding: 1rem 0.5rem;
  }
}

.price-table tbody tr:last-child th,
.price-table tbody tr:last-child td {
  border-bottom: unset;
}

.price-table tbody td.offline {
  color: #ffffff80;
}

.price-table .artist {
  font-weight: 700;
  color: #7f13ec;
}

.suggest-trial {
  background-color: #7f13ec1a;
  border: 1px solid #7f13ec33;
  border-radius: 3rem;
  max-width: 1024px;
  margin: 80px auto 0;
  padding: 3rem;
}

@media screen and (max-width: 768px) {
  .suggest-trial {
    padding: 2rem;
  }
}

.suggest-trial h3.headline {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-bottom: 1.5rem;
}

.suggest-trial p.desc {
  font-style: italic;
  line-height: 1.75rem;
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 768px) {
  .suggest-trial p.desc {
    font-size: 1rem;
  }
}

.suggest-trial p.memo {
  color: #fff6;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: 1.5rem;
}

.suggest-trial .btn-trial {
  background-color: #7f13ec;
  padding: 1.25rem 3rem;
  font-weight: 900;
  border-radius: 100px;
  text-decoration: none;
  display: inline-block;
  font-size: 1.25rem;
  transition: transform 0.3s ease;
}

@media screen and (max-width: 768px) {
  .suggest-trial .btn-trial {
    padding: 1rem 1.8rem;
  }
}

.suggest-trial .btn-trial:hover {
  transform: scale(1.05);
}

@media screen and (max-width: 767px) {
  .system {
    border-radius: 0 !important;
    padding: 60px 0 80px !important;
  }

  .system h2 img {
    width: 82vw !important;
  }

  .system .price-table {
    width: 100% !important;
    max-width: none !important;
    margin-top: 24px !important;
  }
}

.faq {
  position: relative !important;
  padding: 80px 0 !important;
}

.faq h2.headline {
  font-weight: 900;
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
  letter-spacing: -0.025em;
  text-align: center;
}

.faq .desc {
  color: #ffffff80;
}

.faq ul.faq-list {
  max-width: 1024px;
  margin: 80px auto 0;
}

.faq ul.faq-list li {
  padding: 2rem;
  background-color: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 3rem;
  margin-bottom: 24px;
}

.faq .question {
  color: #fff !important;
  font-size: 1.125rem;
}

.faq .answer {
  padding: 12px 0 !important;
  color: #fff9;
  font-weight: 400;
}

.faq ul li:nth-child(4) .answer {
  padding-bottom: 0 !important;
}

.faq .answer .deco {
  color: #c800e2 !important;
  margin-right: 8px !important;
}

@media screen and (max-width: 767px) {
  .faq {
    border-radius: 0 !important;
    padding: 60px 0 !important;
  }

  .faq h2 img {
    width: 40vw !important;
  }

  .faq ul {
    margin-top: 24px !important;
    text-align: left !important;
  }
}

dialog {
  width: 80% !important;
  position: fixed !important;
  left: 50% !important;
  top: 50% !important;
  transform: translateX(-50%) translateY(-50%) !important;
  padding: 40px !important;
}

dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.dialog-container {
  display: flex !important;
  flex-direction: column !important;
}

.dialog-header {
  padding: 10px 0 0 0 !important;
}

.dialog-header button {
  background-color: transparent !important;
  color: #191022 !important;
  border: 1px solid #191022 !important;
  width: 44px !important;
  height: 44px !important;
}

.youtube {
  position: relative !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding-top: 56.25% !important;
  border-radius: 24px;
  overflow: hidden;
}

.youtube iframe {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.price-table thead tr {
  border-bottom: 1px solid #000;
}

.footer {
  padding: 80px 0 0 !important;
  background-color: #191022;
  color: #fff;
  font-weight: 400;
}

.footer .content {
  width: 100% !important;
  max-width: var(--content-width) !important;
  padding: 0 20px !important;
  margin: 0 auto !important;
  box-sizing: border-box !important;
}

.footer .content .section-3 {
  width: 100%;
}

.footer .content .section-1 {
  margin: 0 auto;
  text-align: center;
}

.footer .content .section-1 .desc {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff80;
}

.footer .content .section-3 {
  margin: 32px 0;
  font-size: 14px;
}

.footer .logo {
  width: 100% !important;
  max-width: 140px !important;
  margin: 0 auto 12px;
}

.footer .sns-icons {
  margin-top: 24px;
}

.footer .sns-icons ul {
  display: flex !important;
  column-gap: 12px;
  justify-content: center;
}

.footer .jasrac {
  padding: 40px 0;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.footer .jasrac img {
  width: 40px !important;
}

.footer .guide ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 20px;
}

.footer .guide ul li a {
  text-decoration: none;
}

.footer .copyright {
  text-align: center;
  padding: 8px 24px;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .footer .jasrac {
    justify-content: center;
  }
}

.footer .sns-icons img {
  width: 32px !important;
  height: unset !important;
}

.footer .content {
  width: 100% !important;
  max-width: var(--content-width) !important;
  padding: 0 20px !important;
  margin: 0 auto !important;
  box-sizing: border-box !important;
}

.footer .content .section-3 {
  width: 100%;
}

.footer .content .section-1 {
  margin: 0 auto;
  text-align: center;
}

.footer .content .section-1 .desc {
  font-size: 14px;
  font-weight: 500;
}

.footer .content .section-3 {
  margin: 32px 0;
  font-size: 14px;
}

.footer .logo {
  width: 100% !important;
  max-width: 140px !important;
  margin: 0 auto 12px;
}

.footer .sns-icons {
  margin-top: 24px;
}

.footer .sns-icons ul {
  display: flex !important;
  column-gap: 12px;
  justify-content: center;
}

.footer .sns-icons img {
  width: 32px !important;
  height: unset !important;
}
