@import url('//cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy.css');
@font-face {
    font-family: 'CWDangamAsac-Bold';
    src: url('//fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/CWDangamAsac-Bold.woff') format('woff');
    font-weight: normal; font-style: normal;
}
html {font-size : 16px}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;  padding: 0;  border: 0;  
}
ol, ul {list-style: none;padding: 0;margin: 0;}
a{color: #343434;text-decoration: none;}
body {  font-family: 'Paperlogy', 'Noto Sans', sans-serif;}

/* ----- MAIN ----- */
/* Navbar section */
.nav {
	width: 100%;
	height: 4rem;
	position: fixed;
	text-align: center;
    z-index: 1;
    -webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
    padding: 0.5rem 0;
}
.nav div.logo {
	float: left;
	width: auto;
	height: auto;
	padding-left: 3rem;
}
.nav div.logo a {
	text-decoration: none;
	color: #fff;
	font-size: 2.5rem;
}
.nav div.logo img{
    width: 5rem;
}
.nav div.logo a:hover {
	color: #ec3f87;
}
.nav div.main_list {
	float: right;
}
.nav div.main_list ul {
	width: 100%;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
    line-height: 4rem;
}
.nav div.main_list ul li {
	width: auto;
	padding: 0;
	padding-right: 3rem;
}
.btnPush {
    border-radius: 5px;
    font-weight: 700;
    background: #bf0c4f;
    padding: 0.6rem 1rem;
    text-shadow: 0px 0px 9px #5d0022;
}
.btnPush:hover {
    background: #db1b61;
}
.btnPush:hover {
    color: #fff !important;
}
.nav div.main_list ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 1rem;
}
.nav div.main_list ul li a:hover {
	color: #ec3f87;
}





.navTrigger {
	display: none;
}
.affix {
	background-color: #111;
}

/* Home section */
.container{
    background-color: #000;
}
.home {
  position: relative;
  width: 100%;
  height: 85vh;
  overflow: hidden;
}
.home .slider {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}
.home .slide {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-size: cover;
  background-position: center top;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.home .slide.active {
  opacity: 1;
}
.home::after {
    content: "";
    background: url("/images/logo_viva.png") 80% 75% no-repeat;
    opacity: 0.45;
    position: absolute;
    width: 100%;
    height: 100%;
    animation: fadein 3s;
    -moz-animation: fadein 3s;
    -webkit-animation: fadein 3s;
    -o-animation: fadein 3s;
}
@keyframes fadein {
    from {opacity:0;}
    to {opacity:0.45;}
}
@-moz-keyframes fadein { /* Firefox */
    from {opacity:0;}
    to {opacity:0.45;}
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {opacity:0;}
    to {opacity:0.45;}
}
@-o-keyframes fadein { /* Opera */
    from {opacity:0;}
    to {opacity: 0.45;}
}
.home .info{
    position: absolute;
    top: 35%;
    right: 10%;
}
.home .info h1{
    color: #fff;
    font-weight: 100;
    font-size: 3.7rem;
}
.home .info h1 strong{
    font-weight: 600;
    animation: fadeUp 2s ease-out forwards;
}
@keyframes fadeUp {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.home .info .blend_logo{
    text-align: center;
}
.fadeUp-init {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease-out;
}
.fadeUp-active {
  opacity: 1;
  transform: translateY(0);
}

/* go ticket */
.reservation{
    width: 100%;
    min-height: 100vh; 
    padding: 6rem 2rem;
    background: linear-gradient(240deg, #d06420, #981151, #7b0d3a, #7222db);
    background-size: 200% 200%;
    animation: MoveGrad 4s ease infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
}
    @keyframes MoveGrad {
        0%{background-position:0% 50%}
        50%{background-position:100% 50%}
        100%{background-position:0% 50%}
    }
.reservation::before {
    content: "";
    background:  url("/images/bg_reservation.png") center no-repeat;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    height: 100%;
}
.reservation_con .txt{
    width: 100%;
    text-align: center;
    position: absolute; 
    left: 50%; 
    top: 50%; 
    transform: translate(-50%, -50%);
}
.reservation_con .txt h1 {
    position: relative;
    right: 3rem;
    margin: 0 auto;
    background-color: #fff;
    color: #8f0d42;
    font-size: 2.5rem;
    font-weight: 100;
    display: table;
    line-height: 1.2;
    padding: 1rem;
}
.reservation_con .txt h1 strong {
    font-weight: 700;
}
.reservation_con .txt h1 span {
    font-size: 5rem;      
    font-weight: 700;
    margin-top: 0.5rem;    
}
.reservation_con .txt .concert {
    position: relative;
    left: 3rem;
    top: -0.1rem;
    margin: 0 auto;
    background-color: #fff;
    color: #8f0d42;
    font-size: 5.5rem;
    font-weight: 700;
    display: table;
    padding: 0.5rem 1rem;
}
.reservation_con .txt .concert i{
    margin-right: 1rem;
    font-weight: 900;
}
.reservation_con .txt .date{
    color: #fff;
    font-weight: 600;
    margin-top: 5rem;
    font-size: 2rem;
}
.reservation_con .txt button{
    width: 20rem;
    background-color:transparent;
    margin-top: 5rem;
    padding: 2rem 1.5rem;
    border: 1px solid #fff;
    color:#fff;
    font-size: 2rem;
    font-weight: 600;
    outline: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all .5s;
}
.reservation_con .txt button span{
    position: absolute;
    display: block;
}
.reservation_con .txt button span:nth-child(1){
    height: 3px;
    width:200px;
    top:0px;
    left:-200px;
    background: linear-gradient(to right, rgba(0,0,0,0), #fff);
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    animation: span1 1s linear infinite;
    animation-delay: 1s;
}
    @keyframes span1{
        0%{left:-200px}
        100%{left:200px;}
}
.reservation_con .txt button span:nth-child(2){
    height: 70px;
    width: 3px;
    top:-70px;
    right:0px;
    background: linear-gradient(to bottom, rgba(0,0,0,0), #fff);
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    animation: span2 1s linear infinite;
    animation-delay: 2s;
}
    @keyframes span2{
        0%{top:-70px;}
        100%{top:70px;}
}
.reservation_con .txt button span:nth-child(3){
    height:3px;
    width:200px;
    right:-200px;
    bottom: 0px;
    background: linear-gradient(to left, rgba(0,0,0,0), #fff);
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    animation: span3 1s linear infinite;
    animation-delay: 3s;
}
    @keyframes span3{
        0%{right:-200px}
        100%{right: 200px;}
    }
.reservation_con .txt button span:nth-child(4){
    height:70px;
    width:3px;
    bottom:-70px;
    left:0px;
    background: linear-gradient(to top, rgba(0,0,0,0), #fff);
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
    animation: span4 1s linear infinite;
    animation-delay: 4s;
}
    @keyframes span4{
        0%{bottom: -70px;}
        100%{bottom:70px;}
}
.reservation_con .txt button:hover{
  box-shadow: inset 0 0 0 3.5rem #fff;
  color: #8f0d42;
}
.marquee {
    position: relative;
    background-color: #000;
    color: #fff;
    width: 100%;
    overflow: hidden;
    padding: 1rem 0;
    line-height: 1.2;
}

.marquee div {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 10s linear infinite;
    position: relative;
}

.marquee span {
    display: inline-block;
    font-size: 2.3rem;
    margin-right: 10rem;
}

@keyframes marquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Viva BRAVO */
.VivaBRAVO{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5rem 2rem; /* 상하 여백 확보 */
    min-height: 100vh; /* 큰 화면에서도 꽉 차게 */
    box-sizing: border-box;
}
.VivaBRAVO_con{
    position: static;
    transform: none;
    width: 100%;
    max-width: 1200px;
    text-align: center;
}
.VivaBRAVO .VivaBRAVO_con h1{
    color: #90114d;
    font-size: 2.5rem;
    font-weight: 900;
}
.VivaBRAVO .VivaBRAVO_con p{
    font-size: 1.8rem;
    margin-top: 1.5rem;
    line-height: 1.3;
}
.VivaBRAVO_con .card_con{
    display: flex;
    gap: 2rem;
    margin-top: 5rem;
}
.VivaBRAVO_con .card {
    width: 22rem;
    height: 22rem;
    border-radius: 30px;
    color: white;
    padding: 3rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.VivaBRAVO_con .card_con .viva {
    background-color: #820d39;
}
.VivaBRAVO_con .card_con .bravo {
    background-color: #112e22;
}
.VivaBRAVO_con .card_con .etoday {
    background-color: #264188;
}
.VivaBRAVO_con .card_con .logo {
    text-align: right;
}
.VivaBRAVO_con .card_con .description {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: left;
}
.VivaBRAVO_con .card_con a {
    transition: all 0.2s ease-in-out;
}
.VivaBRAVO_con .card_con a:hover {
    transform: translateY(-1rem);
    opacity: 100;
}


.custom_btn:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #5c5c5c;
    animation: shiny-btn1 3s ease-in-out infinite;
}
.custom_btn {
    width: 20rem;
    background-color:transparent;
    margin-top: 5rem;
    padding: 1rem 1.5rem;
    border: 1px solid #000;
    color:#000;
    font-size: 1.5rem;
    font-weight: 600;
    outline: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.btn {
  border: none;
  background-color:transparent;
    color: #fff;
    overflow: hidden;
}
.btn:hover {
    text-decoration: none;
    color: #fff;
}
.btn:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
.VivaBRAVO_con button:hover{
  box-shadow: inset 0 0 0 3.5rem #000;
  color: #fff;
}

/* Animation */
.navTrigger {
	cursor: pointer;
	width: 30px;
	height: 25px;
	margin: auto;
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
}
.navTrigger i {
	background-color: #fff;
	border-radius: 2px;
	content: "";
	display: block;
	width: 100%;
	height: 4px;
}
.navTrigger i:nth-child(1) {-webkit-animation: outT 0.8s backwards;animation: outT 0.8s backwards;-webkit-animation-direction: reverse;animation-direction: reverse;}
.navTrigger i:nth-child(2) {margin: 5px 0;-webkit-animation: outM 0.8s backwards;animation: outM 0.8s backwards;-webkit-animation-direction: reverse;animation-direction: reverse;}
.navTrigger i:nth-child(3) {-webkit-animation: outBtm 0.8s backwards;animation: outBtm 0.8s backwards;-webkit-animation-direction: reverse;animation-direction: reverse;}
.navTrigger.active i:nth-child(1) {-webkit-animation: inT 0.8s forwards;animation: inT 0.8s forwards;}
.navTrigger.active i:nth-child(2) {	-webkit-animation: inM 0.8s forwards;animation: inM 0.8s forwards;}
.navTrigger.active i:nth-child(3) {-webkit-animation: inBtm 0.8s forwards;animation: inBtm 0.8s forwards;}
    @-webkit-keyframes inM {
        50% {-webkit-transform: rotate(0deg);}
        100% {-webkit-transform: rotate(45deg);}
    }
    @keyframes inM {
        50% {transform: rotate(0deg);}
        100% {transform: rotate(45deg);}
    }
    @-webkit-keyframes outM {
        50% {-webkit-transform: rotate(0deg);}
        100% {-webkit-transform: rotate(45deg);}
    }
    @keyframes outM {
        50% {transform: rotate(0deg);}
        100% {transform: rotate(45deg);}
    }
    @-webkit-keyframes inT {
        0% {-webkit-transform: translateY(0px) rotate(0deg);}
        50% {-webkit-transform: translateY(9px) rotate(0deg);}
        100% {-webkit-transform: translateY(9px) rotate(135deg);}
    }
    @keyframes inT {
        0% {transform: translateY(0px) rotate(0deg);}
        50% {transform: translateY(9px) rotate(0deg);}
        100% {transform: translateY(9px) rotate(135deg);}
    }
    @-webkit-keyframes outT {
        0% {-webkit-transform: translateY(0px) rotate(0deg);}
        50% {-webkit-transform: translateY(9px) rotate(0deg);}
        100% {-webkit-transform: translateY(9px) rotate(135deg);}
    }
    @keyframes outT {
        0% {transform: translateY(0px) rotate(0deg);}
        50% {transform: translateY(9px) rotate(0deg);}
        100% {transform: translateY(9px) rotate(135deg);}
    }
    @-webkit-keyframes inBtm {
        0% {-webkit-transform: translateY(0px) rotate(0deg);}
        50% {-webkit-transform: translateY(-9px) rotate(0deg);}
        100% {-webkit-transform: translateY(-9px) rotate(135deg);}
    }
    @keyframes inBtm {
        0% {transform: translateY(0px) rotate(0deg);}
        50% {transform: translateY(-9px) rotate(0deg);}
        100% {transform: translateY(-9px) rotate(135deg);}
    }
    @-webkit-keyframes outBtm {
        0% {-webkit-transform: translateY(0px) rotate(0deg);}
        50% {-webkit-transform: translateY(-9px) rotate(0deg);}
        100% {-webkit-transform: translateY(-9px) rotate(135deg);}
    }
    @keyframes outBtm {
        0% {transform: translateY(0px) rotate(0deg);}
        50% {transform: translateY(-9px) rotate(0deg);}
        100% {transform: translateY(-9px) rotate(135deg);}
    }

/* Viva BRAVO business */
.business {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url("/images/business_bg.jpg");
}
.business_con {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.business_info {
    width: 30rem;
    height: 20rem;
    background-color: #181818;
    border-radius: 1rem;
    padding: 1rem;
    display: grid;
    gap: 1rem;
    transition: all 0.2s ease-in-out;
    color: #ffffff;
    align-items: center;
}

.business_title {
    font-weight: 700;
    font-size: 2rem;
    background: #000;
}
.business_con:has(.business_info:hover) .business_info:not(:hover) {
    opacity: 0.5;
}
.business_con .business_info:nth-child(1){
    background: url('/images/concert.jpg') center 30%;
    opacity: 0.7;
}
.business_con .business_info:nth-child(2){
    background: url('/images/musical.jpg') center 30%;
    opacity: 0.7;
}
.business_con .business_info:nth-child(3){
    background: url('/images/artgallery.jpg') center 30%;
    opacity: 0.7;
}
.business_con .business_info:nth-child(4){
    background: url('/images/academy.jpg') center 30%;
    opacity: 0.7;
}
.business_con .business_info:hover {
    transform: translateY(-1rem);
    opacity: 100;
}


/* ----- hello ----- */
.sub_visual{
    background: #111 url(/images/sub_bg01.jpg) center center no-repeat;
    width: 100%;
    height: 20rem;
    display: table;
}
.sub_title{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.sub_title h1{
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: 3.3rem;
    margin-top: 2rem;
    text-shadow: 0px 0px 10px #000;
}
.viva_intro1{
    background: #111;
    color: #fff;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15rem 0
}
.viva_intro1 .intro_txt{
    text-align: center;
}
.viva_intro1 .intro_txt h2{
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.5;
}
.viva_intro1 .intro_txt h2 strong{
    font-weight: 900;
}
.viva_intro1 .content_box{
    font-family: 'CWDangamAsac-Bold';
    margin-top: 5rem;
}
.content_box .content {
    position: relative;
    overflow: hidden;
    height: 5rem
}
.content_box .content:before {
    content: "{";
    left: 0;
}
.content_box .content:after {
    content: "}";
    position: absolute;
    right: 0;
}
.content_box .content:after, .content_box .content:before {
    position: absolute;
    top: 0;
    color: #fff;
    font-size: 5rem;
    line-height: 5rem;
    animation: opacity 2s linear infinite;

}
.content_box .content_list {
    padding: 0 8rem;
    text-align: center;
    animation: change 10s infinite;
}
.content_box .content_list li {
    font-size: 5rem;
    line-height: 5rem;
    margin: 0;
}
@-webkit-keyframes opacity {
    0%, 100% {opacity: 0;}
    50% {opacity: 1;}
}
@-webkit-keyframes change {
    0%, 10%, 100% { transform: translate3d(0, 0, 0); }
    14%, 24% { transform: translate3d(0, -20%, 0); }
    28%, 38% { transform: translate3d(0, -40%, 0); }
    42%, 52% { transform: translate3d(0, -60%, 0); }
    56%, 66% { transform: translate3d(0, -80%, 0); }
    70%, 80% { transform: translate3d(0, -60%, 0); }
    84%, 94% { transform: translate3d(0, -40%, 0); }
}
@keyframes opacity {
    0%, 100% {opacity: 0;}
    50% {opacity: 1;}
}
@keyframes change {
    0%, 10%, 100% { transform: translate3d(0, 0, 0); }
    14%, 24% { transform: translate3d(0, -20%, 0); }
    28%, 38% { transform: translate3d(0, -40%, 0); }
    42%, 52% { transform: translate3d(0, -60%, 0); }
    56%, 66% { transform: translate3d(0, -80%, 0); }
    70%, 80% { transform: translate3d(0, -60%, 0); }
    84%, 94% { transform: translate3d(0, -40%, 0); }
}
.viva_intro2{
    background: #f5f5f5;
    height: auto;
    padding: 10rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.viva_intro2 .intro_txt h2{
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.5;
}
.viva_intro2 .intro_txt h2 strong{
    font-weight: 900;
}

.typing-container {
    margin-top: 5rem;
    color: #7b083a;
    font-size: 5rem;
    font-family: 'CWDangamAsac-Bold';
    word-break:keep-all
}
#cursor {
  border-left: 2px solid #7b083a; /* 커서 스타일 */
  animation: blink 0.7s infinite;
  margin-left: 1rem;
  font-size: 5rem;
  vertical-align: middle;
}
@keyframes blink {
  0% {opacity: 1;}
  50% {opacity: 0;}
  100% {opacity: 1;}
}
.viva_intro3{
    background: #7b083a;
    height: auto;
    padding: 10rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}
.viva_intro3 .intro_txt h2{
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.5;
}
.viva_intro3 .intro_txt h2 strong{
    font-weight: 900;
}


/* ----- faq ----- */
.faq, .contact {
    display: flex;
    flex-direction: column;
    max-width: 80%;
    min-width: 320px;
    margin: 5rem auto;
}
.faq h1 {
    font-size: 1.5rem;
    text-align: center;
    margin: 1rem 0 3rem;
    line-height: 2rem;
}
.faq_item {
    border-bottom: 1px solid #c8c8c8;
}
.faq_item .faq_title {
    position: relative;
    margin: 0;
    display: flex;
    width: 100%;
    font-size: 1.2rem;
    cursor: pointer;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 1.5rem 0.5rem;
    box-sizing: border-box;
    align-items: center;
}
.faq_item .faq_desc {
    background: #f9f9f9;
    margin-bottom: 2rem;
    display: none;
    font-size: 1rem;
    font-weight: 300;
    padding: 2rem;
    box-sizing: border-box;
    line-height: 1.5rem;
}
.faq_item input[type="checkbox"] {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0;
}
.faq_item input[type="checkbox"]:checked ~ .faq_desc {
    display: block;
}
.faq_item
    input[type="checkbox"]:checked
    ~ .faq_title
    .icon:after {
    content: "-";
    font-size: 2rem;
}
.faq_item input[type="checkbox"] ~ .faq_title .icon:after {
    content: "+";
    font-size: 2rem;
}
.faq_item:first-child {
    margin-top: 0;
}
.faq_item .icon {
    margin-left: 14px;
}


/* ----- line up ----- */
.lineup_con {
    max-width: 1100px;
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    margin: 5rem auto;
    overflow: hidden;
}
.lineup_con .singer {
  flex: 1;
  transition: all 1s ease-in-out;
  height: 35rem;
  position: relative;
}
.lineup_con .singer .singer_name {
    color: #fff;
    background: #000;
    padding: 0.5em;
    transform: rotate(-90deg);
    transform-origin: 0% 0%;
    transition: all 0.5s ease-in-out;
    text-align: center;
    font-size: 2rem;
    font-weight: 900;
    white-space: nowrap;
}
.lineup_con .singer:hover {
  flex-grow: 10;
}
.lineup_con .singer:hover img {
  filter: grayscale(0);
}
.lineup_con .singer:hover .card__head {
  text-align: center;
  top: calc(100% - 2em);
  color: white;
  background: rgba(0, 0, 0, 0.5);
  font-size: 2em;
  transform: rotate(0deg) skew(-5deg);
}
.lineup_con .singer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease-in-out;
  filter: grayscale(100%);
}
.gallery {
    width: 100%;
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    gap: 5rem 1.5rem;
    margin: 0 auto 7rem;
}
.gallery_item {
    flex: 1 0 calc((100% - (1.5rem * 2)) / 3);
    max-width: calc((100% - (1.5rem * 2)) / 3);
    text-decoration: none;
    overflow: hidden;
}
.gallery_item .img_wrap {
    width: 100%;
    height: 230px;
    overflow: hidden;
    position: relative;
}
.gallery_item .img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-out;
    display: block;
}
.gallery_item .img_wrap:hover img {
    transform: scale(1.15);
}
.gallery_item h3 {
    font-family: 'Noto Sans';
    font-size: 1.5rem;
    font-weight: 900;
    margin: 1rem 0 0.3rem;
}
.gallery_item p {
    font-family: 'Noto Sans';
    font-size: 1rem;
    font-weight: 300;
}

/* ----- line up View -----  */
.ProgressBar {
  position: fixed;
  top: 5rem;
  width: 100%;
  height: 0;      /* 처음엔 높이를 0으로 숨김 */
  overflow: hidden;
  z-index: 2;
  transition: height 0.3s ease;
}
.progress_cont {
  background-color: rgba(150, 150, 150, 0.6);
  height: 0.3rem;
  width: 100%;
}
.bar {
  background-color: #bf0c4f;
  height: 0.3rem;
  width: 0%;
}
.lineupView {
    max-width: 1100px;
    margin: 0 auto;
    padding: 5rem 0 0;
}
.view_con{
    margin-bottom: 6rem;
}
.view_con h1{
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}
.view_con .subtitle{
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
}
.view_con .content{
    font-family: 'Noto Sans';
    line-height: 1.6;
    font-size: 1.15rem;
    color: #494949;
    margin-top: 4rem;
}
.view_con .content p{
    margin-bottom: 3rem;
}
.view_con .content p img, .view_con img{
    max-width: 100%;
}
.view_con .content a{
    color: #bf0c4f;
    text-decoration: underline;
}
.view_con hr{
    background:#e5e5e5;
    height:1px;
    border:0;
}
.view_con button{
    background-color: #111;
    color: #fff;
    float: right;
    padding: 0.2rem 1rem;
    margin-top: 1rem;
    cursor: pointer;
    border-radius: 0.4rem;
}
.relation .relation_title{
    font-size: 2.3rem;
    font-weight: 900;
    margin-bottom: 3rem;
}
.viva-shorts-iframe{
    aspect-ratio: 9 / 16;
    width: 100%;
    max-width: 360px;
    max-height: 640px;
}
.viva-youtube-iframe{
    aspect-ratio: 16 / 9;
    width: 100%;
    max-width: 960px;
    max-height: 540px;
}
#top_button.back-to-top {
  position: sticky;
  top: 80%;
  left: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
    margin-bottom: 1rem;
}

#top_button.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

#top_button.back-to-top .circle {
  width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #111;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    padding: 0.5rem;
}

/* ----- CONTACT ----- */
.contact_con{
    margin-bottom: 5rem;
}
.contact_con h2{
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 1rem;
}
.contact_con div{
    background-color: #f9f9f9;
    padding: 2.5rem 2rem;
}
.contact_con div p{
    font-size: 1.1rem;
    margin-bottom: 0.7rem;
    line-height: 1.6;
}

.contact_con div a.mail{
    color: #7d7d7d;
}
.contact_con div a.mail:hover{
    text-decoration: underline;
}
/* ----- comingsoon -----  */
.comingsoon{    
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100vh;
    background: linear-gradient(240deg, rgb(208, 100, 32), rgb(152, 17, 81), rgb(123, 13, 58), rgb(114, 34, 219)) 0% 0% / 200% 200%;
    animation: 4s ease 0s infinite normal none running MoveGrad;
}
.comingsoon::before {
    content: "";
    opacity: 0.6;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('/images/bg_reservation.png') center center no-repeat;
}
.comingsoon .comingsoon_con h1{
    font-weight: 100;
    font-size: 3.7rem;
}
.comingsoon .comingsoon_con{
    z-index: 2;
    color: #fff;
}
.comingsoon .comingsoon_con .viva_logo{
    position: relative;
    top: -3rem;
}
.comingsoon .comingsoon_con p{
    letter-spacing: 5px;
    font-weight: 300;
    font-size: 3rem;
}
.comingsoon .comingsoon_con p strong{
    font-weight: 900;
    display: block;
    font-size: 2.5rem;
}

/* footer */
footer{
    background-color: #111;
    text-align: center;
    padding: 3rem 0;
}
footer p {color: #fff;}
footer .footer_logo2{margin-bottom: 2rem;} 
footer .footer_logo img, footer .footer_logo2 img{width: 7rem;}
footer .sns{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 2rem 0;
}
footer .sns a:hover{
    filter: brightness(0) saturate(100%) invert(21%) sepia(83%) saturate(4602%) hue-rotate(324deg) brightness(80%) contrast(100%);
}


/* Media qurey section */
@media screen and (max-width: 76em){
    .home .info{
        width: 100%;
        right: unset;
        text-align: center;
    }
    .home::after{
        background-position: center 60%;
    }
    .home .slide{
        background-position: 25% center;
    }
    .nav{
        padding: 0.5rem 0 0;
    }
    .nav div.logo img {
        width: 4rem;
    }    
	.navTrigger {
		display: block;
	}
	.nav div.logo {
        padding-left: 1rem;
	}
    .nav div.main_list {
        display: none;
        width: 100%;
    }
    .nav div.main_list.show_list {
        display: block;
        height: auto;
    }
    .nav div.main_list ul {
        flex-direction: column;
        width: 100%;
        height: 100vh;
        background-color: #111;
    }
	.nav div.main_list ul li {
		width: 100%;
		text-align: right;
	}
	.nav div.main_list ul li a {
        text-align: right;
        font-size: 2.5rem;
        padding: 1.5rem 2rem;
        display: block;
	}
    .nav.nav_open {
        background-color: #111;
    }
	.nav div.media_button {
		display: block;
	}
    .reservation{
        min-height: 80vh;
    }
    .reservation_con .txt h1{
        font-size: 1.3rem;
        padding: 0.5rem;
        right: 0;
    }
    .reservation_con .txt h1 strong{
        display: block;
        line-height: 2;
    }
    .reservation_con .txt .concert{
        font-size: 2.5rem;
        left: 0;
    }
    .reservation_con .txt .date{
        margin-top: 3rem;
        font-size: 1.5rem;
    }
    .reservation_con .txt button{
        margin-top: 3rem;
        font-size: 1.3rem;
        padding: 1.5rem;
    }
    
    .marquee{
        height: 2rem;
        line-height: 2rem;
    }
    .marquee span{
        font-size: 1.1rem;
    }
    .VivaBRAVO {
        height: auto;
        padding: 5rem 0;
    }
    .VivaBRAVO_con{
        position:unset;
        width: 80%;
        text-align: center;
        margin: 0 auto;
        top:0;
        transform: none;
    }
    .VivaBRAVO .VivaBRAVO_con p{
        font-size: 1.3rem;
    }
    .VivaBRAVO_con .card_con{
        flex-direction: column;
        gap: 1rem;
        margin-top: 3rem;
    }
    .VivaBRAVO_con .card{
        width: 100%; 
        height: 7rem;
        padding: 1rem 2rem;
    }
    .VivaBRAVO_con .card_con .viva img{
        width: 3rem;
    }
    .VivaBRAVO_con .card_con .bravo img, .VivaBRAVO_con .card_con .etoday img{
        width: 5rem;
    }
    .VivaBRAVO_con .card_con .description{
        font-size: 1rem;
    }
    .VivaBRAVO_con .card_con a:hover {
        transform: translateY(-0.5rem);
        opacity: 100;
    }
    .VivaBRAVO_con button{
        margin-top: 3rem;
        font-size: 1.3rem;
    }
    .business {
        padding: 5rem 0;
        height: auto;
    }
    .business_con{
        grid-template-columns: repeat(1, 1fr);
        position:unset;
        width: 80%;
        text-align: center;
        margin: 0 auto;
        top:0;
        transform: none;
    }
    .business_info{
        width: auto;
        height: 5rem;
    }
    .business_con .business_info{
        background-position: center;
    }
    .business_title{
        font-size: 1.5rem;
    }
    .sub_visual {height: 10rem;}
    .sub_title h1 {font-size: 2.3rem;}
    .viva_intro1, .viva_intro2, .viva_intro3{padding: 5rem 2rem;}
    .viva_intro1 .intro_txt h2, .viva_intro2 .intro_txt h2, .viva_intro3 .intro_txt h2{font-size: 1.3rem;}
    .viva_intro1 .content_box, .typing-container {margin-top: 3rem;}
    .content_box .content {    height: 5rem;}
    .content_box .content_list {padding: 0 4rem;}
    .content_box .content_list li {font-size: 3rem; line-height: 5rem;}
    .typing-container, #cursor{font-size: 3rem;}
    .lineup, .lineupView{max-width: 90%; margin: 0 auto;}
    .lineup_con {flex-wrap: wrap; gap: 1rem;justify-content: center;}
    .lineup_con .singer { flex: 1 0 calc((100% - 1rem) / 2); max-width: calc((100% - 1rem) / 2); height: 20rem;}
    .lineup_con .singer img { height: 100%;}
    .lineup_con .singer .singer_name {font-size: 1.2rem; position: absolute; bottom: 0; transform: translate(0);}
    .ProgressBar {top: 4.3rem;}
    .lineupView .content p img{width: 100%;}
    .view_con h1{font-size: 2rem;}
    .view_con .subtitle{font-size: 1.3rem;}
    .relation .relation_title{font-size: 2rem; margin-bottom: 2rem;}
    .gallery{gap: 3rem 0;}
    .gallery_item { flex: 1 0 100%; max-width: 100%;}
    .gallery_item .img_wrap{height: auto;}
    .faq h1{font-size: 1.3rem;}
    .faq h1 span{display: block;}
    .contact_con h2{font-size: 2rem;}
    .comingsoon .comingsoon_con h1 {font-size: 1.7rem;}
    .comingsoon .comingsoon_con .viva_logo{top: -1.5rem;}
    .comingsoon .comingsoon_con .viva_logo img{width: 85%;}
    .comingsoon .comingsoon_con p {font-size: 1.5rem; letter-spacing: 1.5rem; margin-left: 1.5rem;}
    .comingsoon .comingsoon_con p strong{font-size: 2.1rem; letter-spacing: 2.3rem; margin-left: 1rem;}
    footer .footer_logo img, footer .footer_logo2 img{width: 5rem;}
    footer p{font-size: 0.8rem;}
}

@media screen and (max-width: 47.2em) {
    .home .info h1{font-size: 1.7rem;}
    .home::after{
        background-size: 100%;
    }
}
