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

/* btnOutline — Figma 8034:7892 */
.btnOutline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 16px 38px;
  border: 1px solid #231f20;
  background: none;
  text-decoration: none;
  font-family: "pretendard", sans-serif;
  font-size: var(--font-size-16);
  font-weight: 600;
  color: #231f20;
  line-height: normal;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.btnOutline:hover {
  opacity: 0.7;
}
.btnOutline img {
  display: block;
  flex-shrink: 0;
}

/* visual — Figma 8034:7839 */
#visual {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
}
#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: 50px;
  width: 546px;
  max-width: 90%;
}
#visual .visualHero__logo {
  width: 466px;
  max-width: 100%;
}
#visual .visualHero__logo img {
  display: block;
  width: 100%;
  height: auto;
}
#visual .visualHero__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 27px;
  border: 4px solid #fff;
  text-decoration: none;
  font-family: "Archivo", "pretendard", sans-serif;
  font-size: var(--font-size-18);
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 20px;
  text-align: center;
  transition: opacity 0.25s ease;
}
#visual .visualHero__cta:hover {
  opacity: 0.85;
}
#visual .visualHero__ctaLine {
  display: block;
}

/* quick — Figma 8034:7845 (hero 우하단 absolute, 스크롤 연동) */
#visual .quick {
  position: fixed;
  right: 20px;
  bottom: 20px;
  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% + 12px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  margin: 0;
  padding: 0;
  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: 52px;
  height: 52px;
  border-radius: 100px;
  background: #13a9a6;
  text-decoration: none;
  font-family: "pretendard", sans-serif;
  font-size: var(--font-size-14);
  font-weight: 600;
  color: #fff;
  box-sizing: border-box;
  align-self: auto;
  aspect-ratio: auto;
  opacity: 1;
  transform: none;
}
#visual .quick__pill--icon {
  padding: 0 8px;
}
#visual .quick__pill--icon img {
  display: block;
  width: 36px;
  height: 36px;
  object-fit: contain;
}
#visual .quick__toggle {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 100px;
  background: #13a9a6;
  cursor: pointer;
  transition:
    opacity 0.25s ease,
    background-color 0.25s ease;
}
#visual .quick__toggle:hover {
  opacity: 0.9;
}
#visual .quick__toggle img {
  display: block;
}
#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 {
  padding: 160px 0;
}
.sec2 .innerWrap {
  max-width: 1640px;
  width: calc(100% - 280px);
}
.sec2__vod {
  position: relative;
  width: 100%;
  aspect-ratio: 1220/680;
}
.sec2__vod iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.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%;
  z-index: 100;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  transition: opacity 0.25s ease;
}
.sec2__play:hover {
  opacity: 0.85;
}
.sec2__play img {
  display: block;
  width: 96px;
  height: auto;
}
.sec2__iframeWrap {
  position: absolute;
  inset: 0;
}
.sec2__iframeWrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* sec3 — VENUE Figma 8034:7862 */
.sec3 {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 980px;
  height: 980px;
}
.sec3 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  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);
  will-change: opacity, transform;
  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.79;
}
.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.33) 100.73%
    ),
    linear-gradient(-90deg, rgba(0, 0, 0, 0) 53.1%, rgba(0, 0, 0, 0.29) 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%;
  max-width: 1640px;
  width: calc(100% - 280px);
  margin: 0 auto;
  padding: 160px 0;
  box-sizing: border-box;
}
.sec3__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.sec3-venueList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sec3-venueList li {
  padding: 5px 0;
}
.sec3-venueList li a {
  font-family: "pretendard", sans-serif;
  font-size: var(--font-size-44);
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.01em;
  line-height: normal;
  text-decoration: none;
  opacity: 0.55;
  transition: opacity 0.4s ease;
}
.sec3-venueList li.is-active a,
.sec3-venueList li:hover a {
  opacity: 1;
}
.sec3__titleArea h3 {
  margin: 0;
  font-family: "Archivo", "pretendard", sans-serif;
  font-size: var(--font-size-138);
  font-weight: 600;
  color: #fff;
  line-height: normal;
}
.sec3-mobileBar {
  display: none;
}

/* sec4 — Program Figma 8034:7889 */
.sec4 {
  padding: 160px 0;
}
.sec4 .innerWrap {
  max-width: 1640px;
  width: calc(100% - 280px);
}
.sec4__grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sec4__row {
  display: flex;
  gap: 20px;
  align-items: stretch;
}
.sec4__head {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  padding-top: 50px;
  border-top: 1px solid #222;
  box-sizing: border-box;
}
.sec4__head h3 {
  margin: 0;
  font-family: "pretendard", sans-serif;
  font-size: var(--font-size-44);
  font-weight: 600;
  color: #231f20;
  line-height: normal;
}
.sec4__card {
  flex: 1;
  position: relative;
  display: block;
  aspect-ratio: 511/360;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
}
.sec4__cardImg {
  position: absolute;
  inset: 0;
  background: #000;
}
.sec4__cardImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.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%
  );
  pointer-events: none;
}
.sec4__cardTit {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  margin: 0;
  padding: 32px;
  font-family: "pretendard", sans-serif;
  font-size: var(--font-size-24);
  font-weight: 600;
  color: #fff;
  line-height: normal;
}

/* sec5 — Artist Figma 8034:7899 */
.sec5 {
  padding: 0 0 160px;
}
.sec5 .innerWrap {
  max-width: 1640px;
  width: calc(100% - 280px);
}
.sec5__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0;
  border-top: 1px solid #222;
}
.sec5__head h3 {
  margin: 0;
  font-family: "pretendard", sans-serif;
  font-size: var(--font-size-44);
  font-weight: 600;
  color: #231f20;
  line-height: normal;
}
.sec5 .artist {
  position: relative;
  height: 437px;
}
.sec5 .artist .swiper-container {
  overflow: hidden;
  height: 100%;
}
.sec5 .artist .swiper-slide {
  height: auto;
}
.sec5 .artistCard {
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.sec5 .artistCard__img {
  display: block;
  width: 304px;
  height: 304px;
  overflow: hidden;
  background: #000;
}
.sec5 .artistCard__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec5 .artistCard__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 331px;
}
.sec5 .artistCard__en {
  margin: 0;
  font-family: "Archivo", "pretendard", sans-serif;
  font-size: var(--font-size-24);
  font-weight: 600;
  color: #a7a8aa;
  text-transform: uppercase;
  line-height: normal;
}
.sec5 .artistCard__ko {
  margin: 0;
  font-family: "pretendard", sans-serif;
  font-size: var(--font-size-24);
  font-weight: 600;
  color: #000;
  line-height: normal;
}
.sec5 .artistNav {
  position: absolute;
  top: 145px;
  z-index: 2;
  width: 52px;
  height: 52px;
  margin: 0;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 100px;
  cursor: pointer;
  background:
    linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)),
    linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12));
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  transition: opacity 0.3s ease;
}
.sec5 .artistNav--prev {
  left: 12px;
}
.sec5 .artistNav--prev img {
  transform: rotate(180deg);
}
.sec5 .artistNav--next {
  right: 12px;
}
.sec5 .artistNav.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

/* sec6 — News Figma 8034:7916 */
.sec6 {
  overflow: hidden;
  position: relative;
  background: #fff;
  padding: 160px 0;
}
.sec6 .innerWrap {
  max-width: 1640px;
  width: calc(100% - 280px);
}
.sec6__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0;
  border-top: 1px solid #222;
}
.sec6__titleGroup {
  display: flex;
  align-items: flex-end;
  gap: 40px;
}
.sec6__titleGroup h3 {
  margin: 0;
  font-family: "pretendard", sans-serif;
  font-size: var(--font-size-44);
  font-weight: 600;
  color: #231f20;
  line-height: normal;
  white-space: nowrap;
}
.sec6__tabs {
  display: flex;
  align-items: center;
  gap: 38px;
  padding-bottom: 5px;
}
.sec6__tab {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  font-family: "pretendard", sans-serif;
  font-size: var(--font-size-28);
  font-weight: 600;
  color: #a4a4a4;
  line-height: normal;
  transition: color 0.25s ease;
}
.sec6__tab.is-active {
  color: #231f20;
}
.sec6__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}
.sec6__card.is-hidden {
  display: none;
}
.sec6__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  padding: 40px 32px;
  background: #f9f9f9;
  text-decoration: none;
  color: inherit;
  min-width: 0;
  transition: opacity 0.25s ease;
}
.sec6__card:hover {
  opacity: 0.85;
}
.sec6__cardBody {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.sec6__cardTit {
  margin: 0;
  font-family: "pretendard", sans-serif;
  font-size: var(--font-size-24);
  font-weight: 600;
  color: #000;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 72px;
}
.sec6__cardDesc {
  margin: 0;
  font-family: "pretendard", sans-serif;
  font-size: var(--font-size-20);
  font-weight: 400;
  color: #6c6c6c;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.5em * 4);
}
.sec6__cardDate {
  margin: 0;
  font-family: "pretendard", sans-serif;
  font-size: var(--font-size-20);
  font-weight: 400;
  color: #6c6c6c;
  line-height: normal;
}

/* sec2 — VD Figma 8034:7850 */
