@charset "utf-8";
.pcbr {
  display: none;
}
.tbbr {
  display: none;
}
.mbbr {
  display: block;
}
.dn {
  display: none;
}

html {
  overflow-x: hidden;
  overflow-y: auto;
}

/* btnOutline */
.btnOutline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 12px 24px;
  border: 1px solid #231f20;
  background: none;
  text-decoration: none;
  font-family: "pretendard", sans-serif;
  font-size: var(--font-size-14);
  font-weight: 600;
  color: #231f20;
  line-height: normal;
  box-sizing: border-box;
}
.btnOutline img {
  display: block;
  width: 12px;
  height: 12px;
}

/* visual — Figma mobile hero */
#visual {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 812px;
  min-height: 812px;
}
#visual .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#visual .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#visual .visualHero {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
  max-width: 323px;
  padding: 0 26px;
  box-sizing: border-box;
}
#visual .visualHero__logo {
  width: 100%;
}
#visual .visualHero__logo img {
  display: block;
  width: 100%;
  height: auto;
}
#visual .visualHero__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px;
  border: 3px solid #fff;
  text-decoration: none;
  font-family: "Archivo", "pretendard", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  line-height: 16px;
  text-align: center;
}
#visual .visualHero__ctaLine {
  display: block;
}

/* quick — hero 우하단 absolute, 스크롤 연동 */
#visual .quick {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 110;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  pointer-events: none;
}
#visual .quick__panel {
  position: absolute;
  right: 0;
  left: auto;
  bottom: calc(100% + 10px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  width: auto;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    visibility 0.3s;
}
#visual .quick.is-open .quick__panel {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#visual .quick__pill {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 44px;
  height: 44px;
  padding: 0 14px;
  border-radius: 100px;
  background: #13a9a6;
  text-decoration: none;
  font-family: "pretendard", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  align-self: auto;
  aspect-ratio: auto;
  opacity: 1;
  transform: none;
  box-sizing: border-box;
}
#visual .quick__pill--icon {
  padding: 0 6px;
}
#visual .quick__pill--icon img {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}
#visual .quick__toggle {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 100px;
  background: #13a9a6;
  cursor: pointer;
}
#visual .quick__toggle img {
  display: block;
  width: 12px;
  height: 12px;
}
#visual .quick.is-open .quick__toggle {
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
#visual .quick.is-open .quick__toggle img {
  filter: brightness(0);
}

/* sec2 */
.sec2 {
  padding: 100px 16px;
}
.sec2 .innerWrap {
  width: 100%;
  max-width: none;
  padding: 0;
}
.sec2__vod {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
}
.sec2__thumb {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sec2__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec2__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.sec2__play img {
  display: block;
  width: 64px;
  height: auto;
}
.sec2__iframeWrap {
  position: absolute;
  inset: 0;
}
.sec2__iframeWrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* sec3 — VENUE mobile */
.sec3 {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 812px;
  height: 812px;
  background: #000;
}
.sec3 .bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.sec3 .bg__layer--a {
  --sec3-venue-img: url(/images/main/sec3_bg1.jpg);
}
.sec3 .bg__layer {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #000;
  opacity: 0;
  transform: scale(1.08);
  transition:
    opacity 1s cubic-bezier(0.4, 0, 0.2, 1),
    transform 1.35s cubic-bezier(0.25, 0.1, 0.25, 1);
  pointer-events: none;
}
.sec3 .bg__layer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--sec3-venue-img, none);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  opacity: 0.83;
}
.sec3 .bg__layer::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image:
    linear-gradient(
      -90deg,
      rgba(0, 0, 0, 0) 33.44%,
      rgba(0, 0, 0, 0.17) 100.73%
    ),
    linear-gradient(-90deg, rgba(0, 0, 0, 0) 53.1%, rgba(0, 0, 0, 0.32) 109.43%);
}
.sec3 .bg__layer.is-visible {
  opacity: 1;
  transform: scale(1);
}
.sec3 .innerWrap {
  position: relative;
  z-index: 100;
  display: flex;
  align-items: stretch;
  height: 100%;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}
.sec3__body {
  position: relative;
  width: 100%;
  min-height: 812px;
}
.sec3-venueList {
  position: absolute;
  left: 50%;
  top: 140px;
  transform: translateX(-50%);
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: calc(100% - 32px);
}
.sec3-venueList li {
  padding: 0;
}
.sec3-venueList li:not(.is-active) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sec3-venueList li a {
  font-family: "pretendard", sans-serif;
  color: #fff;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-decoration: none;
  opacity: 1;
  display: inline-block;
}
.sec3-venueList li.is-active a {
  font-size: 9vw;
  white-space: nowrap;
}
.sec3__titleArea {
  position: absolute;
  left: 50%;
  bottom: 85px;
  transform: translateX(-50%);
  text-align: center;
  margin: 0;
}
.sec3__titleArea h3 {
  margin: 0;
  font-family: "Archivo", "pretendard", sans-serif;
  font-size: 20vw;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}
.sec3-mobileBar {
  display: block;
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 40px;
  z-index: 110;
}
.sec3-mobileBar__line {
  height: 1px;
  background: #fff;
  opacity: 0.35;
}
.sec3-mobileBar__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}
.sec3-mobileBar__count {
  margin: 0;
  font-family: "pretendard", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.sec3-mobileBar__total {
  color: rgba(255, 255, 255, 0.5);
}
.sec3-mobileBar__next {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font-family: "pretendard", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}

/* sec4 */
.sec4 {
  padding: 40px 16px;
}
.sec4 .innerWrap {
  width: 100%;
  max-width: none;
  padding: 0;
}
.sec4__grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sec4__row {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sec4__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding-top: 32px;
  border-top: 1px solid #222;
}
.sec4__head h3 {
  margin: 0;
  font-family: "pretendard", sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #231f20;
}
.sec4__card {
  position: relative;
  display: block;
  aspect-ratio: 511/360;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
}
.sec4__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    165deg,
    rgba(0, 0, 0, 0) 48.79%,
    rgba(0, 0, 0, 0.2) 86.22%
  );
}
.sec4__cardTit {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  margin: 0;
  padding: 20px;
  font-family: "pretendard", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

/* sec5 */
.sec5 {
  padding: 0 16px 40px;
}
.sec5 .innerWrap {
  width: 100%;
  max-width: none;
  padding: 0;
}
.sec5__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0;
  border-top: 1px solid #222;
}
.sec5__head h3 {
  margin: 0;
  font-family: "pretendard", sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #231f20;
}
.sec5 .artist {
  position: relative;
  margin-top: 0;
}
.sec5 .artist .swiper-container {
  overflow: visible;
}
.sec5 .artist .swiper-wrapper {
  flex-direction: column !important;
  transform: none !important;
  gap: 24px;
  height: auto !important;
}
.sec5 .artist .swiper-slide {
  width: 100% !important;
  height: auto !important;
}
.sec5 .artistNav {
  display: none;
}
.sec5 .artistCard {
  display: flex;
  flex-direction: column;
  gap: 18px;
  text-decoration: none;
  color: inherit;
}
.sec5 .artistCard__img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #000;
}
.sec5 .artistCard__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec5 .artistCard__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.sec5 .artistCard__en {
  margin: 0;
  font-family: "Archivo", "pretendard", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #a7a8aa;
  text-transform: uppercase;
}
.sec5 .artistCard__ko {
  margin: 0;
  font-family: "pretendard", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

/* sec6 */
.sec6 {
  background: #fff;
  padding: 100px 16px;
}
.sec6 .innerWrap {
  width: 100%;
  max-width: none;
  padding: 0;
}
.sec6__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 32px 0;
  border-top: 1px solid #222;
}
.sec6__titleGroup {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.sec6__titleGroup h3 {
  margin: 0;
  font-family: "pretendard", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #231f20;
  line-height: 1.3;
}
.sec6__tabs {
  display: flex;
  gap: 24px;
}
.sec6__tab {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  font-family: "pretendard", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #a4a4a4;
}
.sec6__tab.is-active {
  color: #231f20;
}
.sec6__cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sec6__card.is-hidden {
  display: none;
}
.sec6__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 20px;
  background: #f9f9f9;
  text-decoration: none;
  color: inherit;
}
.sec6__cardBody {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sec6__cardTit {
  margin: 0;
  font-family: "pretendard", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sec6__cardDesc {
  margin: 0;
  font-family: "pretendard", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #6c6c6c;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sec6__cardDate {
  margin: 0;
  font-family: "pretendard", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #6c6c6c;
}
