@keyframes fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes rotate_image{
    100% { transform: rotate(360deg); }
}

@keyframes transform {
    0%, 100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; }
    14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; }
    28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; }

    14% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; }
    56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; }

    70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; }
    84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; }
}

@keyframes aboutmove {
    0%, 100% { transform: none; }
    50% { transform: translateY(-2%) rotateY(10deg); }
}

@keyframes morph{
	0%,100%{
		border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
		transform: translate3d(0,0,0) rotateZ(0.01deg);
	}
	34%{
		border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
		transform:  translate3d(0,5px,0) rotateZ(0.01deg);
	}
	50%{
		opacity: .89;
		transform: translate3d(0,0,0) rotateZ(0.01deg);
	}
	67%{
		border-radius: 100% 60% 60% 100% / 100% 100% 60% 60% ;
		transform: translate3d(0,-3px,0) rotateZ(0.01deg);
	}
}

@keyframes scrollDown {
    0%{ top: 0; }
	100% { top: 150%; }
}

.scroll_on { opacity: 0; transition: all 1s;}
.scroll_on.active {opacity: 1 !important; transform: translate(0, 0) !important;}
.scroll_on.type_top {transform: translate(0, -50px);}
.scroll_on.type_bottom {transform: translate(0, 50px);}
.scroll_on.type_left {transform: translate(-50px, 0);}
.scroll_on.type_right {transform: translate(50px, 0);}

.scroll_on02 { opacity: 0; transition: all 1s;}
.scroll_on02.active {opacity: 1 !important; }

.wrap { position: relative; width: 1440px; margin: 0 auto; }

/* head */
.head { position: absolute; top: 0px; left: 0px; width: 100%; z-index: 999; background: #fff; transition: all 0.3s; }
.head.scrolled { position: fixed; left: 0; top: 0; width: 100%; z-index: 999; }
.head_inr01 { position: relative; width: 100%; height: 45px; background: #000; color: #fff; transition: all 0.3s; }
.head.scrolled .head_inr01 { display: none; }
.head_inr01 .wrap { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; height: 100%; }
.dropdown_main { position: absolute; top: 0px; right: 0px; display: inline-flex; flex-wrap: wrap; align-items: center; height: 100%; padding-left: 25px; }
.dropdown_main:after { content:'\e9d1'; position: absolute; left: 0px; top: 15px; font-family: 'xeicon' !important; opacity: 0.7; }
.dropdown_main:before { content:'\e942'; position: absolute; right: 0px; top: 15px; font-family: 'xeicon' !important; opacity: 0.7; }
.dropdown_bar { padding-right: 30px; font-size: 14px; font-weight: 500; cursor: pointer; transition: all 0.3s; opacity: 0.7; }
.dropdown_content { position: absolute; top: 100%; right: 0; display: none; width: 100%; background: #000; border-radius: 0 0 3px 3px; box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1); animation: fade-in 1s ease; z-index: 99; }
.dropdown_content a { display: block; text-align: center; padding: 0px 15px; color: rgba(255, 255, 255, 0.7); font-size: 13px; line-height: 1.5; text-decoration:none; transition: all 0.3s; }
.dropdown_content a:hover { color: rgba(255, 255, 255, 1); }
.dropdown_content a:first-child { padding-top: 10px; }
.dropdown_content a:last-child { padding-bottom: 10px; }

.head_inr02 .wrap { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; height: 90px; }
.logo_left { position: absolute; top: -45px; left: 0; z-index: 9; display: inline-flex; flex-wrap: wrap; justify-content: center; align-items: center; height: 195px; padding: 0 30px; background: #fff; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
.head .logo { transition: transform 0.4s ease; }
.head.scrolled .logo_left { display: none; }
.head.scrolled .head_inr02 .wrap { height: auto; }
.head.scrolled .logo { position: fixed; left: 2%; top: 10px; }
.head.scrolled .logo img { height: 50px; }

.snsbox { position: absolute; top: 25px; right: 0; transition: transform 0.4s ease; }
.head.scrolled .snsbox { position: fixed; top: 15px; right: 2%; }
.sns_list { display: flex; flex-wrap: wrap; }
.sns_list li { margin: 0 5px; }
.sns_list li:first-child { margin-left: 0px; }
.sns_list li:last-child { margin-right: 0px; }
.sns_list li a { display: inline-flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 40px; height: 40px; border-radius: 500px; color: #fff; font-size: 20px; transition: transform 0.4s ease; }
.sns_list li a.icon_insta { background: linear-gradient(0deg, #f9ce34, #ee2a7b, #6228d7); }
.sns_list li a.icon_youtube { background: #ff0000; }
.sns_list li a.icon_kakao { background: #f7e409; color: #381e1f; }
.sns_list li a.icon_link { background: #38bb8d; }
.sns_list li a.icon_kakao i { font-size: 25px; }
.sns_list li a.icon_link i { transform: rotate(45deg); }
.sns_list li a:hover { transform: rotate(360deg); box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }

.head_inr03 { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%; height: 60px; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; }
.head.scrolled .head_inr03 { height: 70px; border-top: none; }
.head .hd-menu .gnb-wrap { height:100%;}
.head .hd-menu .gnb-wrap .gnb { display:flex; justify-content:center; align-items:center;height:100%; text-align:center;}
.head .hd-menu .gnb-wrap .gnb > li { position: relative; display: flex; justify-content: center; align-items: center; padding: 0px 50px; height: 60px; -webkit-transition: all ease .3s; -moz-transition: all ease .3s; -ms-transition: all ease .3s; -o-transition: all ease .3s; transition: all ease .3s; }
.head .hd-menu .gnb-wrap .gnb > li:after { content:""; position:absolute; left:50%; bottom:0; width:0; height:3px; background:#449105; -webkit-transform:translate(-50%); -moz-transform:translate(-50%); -ms-transform:translate(-50%); -o-transform:translate(-50%); transform:translate(-50%); }
.head .hd-menu .gnb-wrap .gnb > li > a { display: flex; justify-content: center; align-items: center; color: #222; font-size: 18px; font-weight: 700; letter-spacing: -0.03em; line-height: 1; }
.head .hd-menu .gnb-wrap .gnb > li .depth { opacity:0; visibility:hidden; position:absolute; left:0; top:100%; padding-top:30px; width:100%; }
.head .hd-menu .gnb-wrap .gnb > li .depth:before { content: ""; position: absolute; left: 0; top: 30px; width: 1px; height: 150px; background: #ddd; }
.head .hd-menu .gnb-wrap .gnb > li:first-child .depth:before {display:none;}
.head .hd-menu .gnb-wrap .gnb > li .depth > ul > li > a { display: block; padding: 8px 10px; color: #666; font-size: 1em; font-weight: 500; line-height: 1.4; letter-spacing: -0.03em; word-break: keep-all; }
.head .hd-menu .gnb-wrap .gnb > li .depth > ul > li > a:hover { color: #000; }
.head .hd-menu .gnb-wrap .gnb > li .depth > ul > li > a > span {position:relative;} 
.head .hd-menu .gnb-wrap .gnb > li.open .depth { display:block;} 
.head .hd-menu .gnb-wrap .gnb > li.open > a:after { top:28px; border-left:2px solid #999; border-top:2px solid #999; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } 

.head.on { overflow:hidden; height:430px; background:#fff; -webkit-box-shadow:1px 1px 25px rgb(67 67 67 / 10%); box-shadow:1px 1px 25px rgb(67 67 67 / 10%);}
.head.scrolled.on { height: 270px; }
.head.on .hd-menu .gnb-wrap .gnb > li > a, #header.scrolled .hd-menu .gnb-wrap .gnb > li > a { color:#000; }
.head.on .hd-menu .gnb > li .depth { opacity:1; visibility:visible; -webkit-transition-delay: 0.1s; -moz-transition-delay: 0.1s; -ms-transition-delay: 0.1s; -o-transition-delay: 0.1s; transition-delay: 0.1s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -ms-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s; }

.menu-toggler, .mobile_menu { display: none; }

/* footer */
.footer { position: relative; padding: 120px 0 60px; background: #000; border-radius: 150px 150px 0 0; color: #fff; }
.footer_inr01 { margin-bottom: 60px; }
.footer .main_con_title h2 { color: #fff; }
.footer_list01 { display: flex; flex-wrap: wrap; margin-bottom: 30px; }
.footer_list01 li { position: relative; padding: 0 20px; color: rgba(255, 255, 255, 0.7); font-size: 18px; }
.footer_list01 li:first-child { padding-left: 0px; }
.footer_list01 li:last-child { padding-right: 0px; }
.footer_list01 li:after { content:''; position: absolute; top: 11px; right: 0px; width: 3px; height: 3px; background: rgba(255, 255, 255, 0.5); border-radius: 3px; }
.footer_list01 li:last-child:after { display: none; }

.footer_list02 { display: flex; flex-wrap: wrap; gap: 0 10px; }
.footer_list02 li { flex:1; }
.footer_list02 li .partner_logo { width: 100%; border: 1px solid rgba(255, 255, 255, 0.2); }
.footer_list02 li img { max-width: 100%; }
.footer_list02 li .date { display: block; text-align: right; margin-top: 10px; color: rgba(255, 255, 255, 0.6); font-size: 13px; }

.footer_menu { display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 30px; }
.footer_logo { width: 230px; }
.footer_menu_inr { display: flex; flex-wrap: wrap; align-items: center; width: calc(100% - 230px); height: 50px; padding: 0 25px; border-top: 1px solid rgba(255, 255, 255, 0.2); border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.footer_menu_inr ul { display: flex; flex-wrap: wrap; }
.footer_menu_inr ul li { padding: 0 25px; }
.footer_menu_inr ul li a { color: #fff; }
.footer_menu_inr ul li a:hover { text-decoration: underline; }
.footer_copyright { width: 100%; padding-left: 280px; line-height: 1.6; }
.footer_copyright .footer_info span { position: relative; padding: 0 15px; }
.footer_copyright .footer_info span:first-child { padding-left: 0px; }
.footer_copyright .footer_info span:last-child { padding-right: 0px; }
.footer_copyright .footer_info span:after { content:''; position: absolute; top: 20%; right: 0px; width: 1px; height: 60%; background: rgba(255, 255, 255, 0.3); }
.footer_copyright .footer_info span:last-child:after { display: none; }
.footer_copyright p { margin-top: 10px; color: rgba(255, 255, 255, 0.3); }
.footer_copyright p a { color: rgba(255, 255, 255, 0.3); }

/* main */
.main_deco { position: fixed; left: 2%; bottom: 5%; width: 45px; height: 120px; z-index: 99; opacity: 1; transition: 0.5s; mix-blend-mode: difference; }
.main_deco p { position: absolute; top: -365px; left: 50%; width: 380px; margin-left: 10px; margin-top: 0px; color: #fff; font-size: 1em; font-weight: 700; letter-spacing: -0.025em; text-transform: uppercase; transform: rotate(90deg); transform-origin: 0% 0%; transition: margin 0.3s; }
.main_deco i { position:absolute; left:50%; bottom:0; overflow:hidden; width:2px; height:100px; border-radius:0; background-color: rgba(255,255,255,0.3); transition:height 0.1s; }
.main_deco i:after{ position: absolute; top: 50%; left: 0%; display: block; content: ""; width: 100%; height: 30px; background: #fff; border-radius:0; animation: scrollDown 2s infinite; }

.swiper { width: 100%; height: 100%; }
.swiper-slide { /* display: flex; justify-content: center; align-items: center; */ }
.swiper-slide img { display: block; width: 100%; height: 100%; object-fit: cover; }

.main_vis { position: relative; width: 100%; height: 780px; margin-top: 195px; background: #aaa; z-index:1; }
.main_vis_bg01 { background: url('../image/main/main_vis01.jpg') center center no-repeat; background-size: cover; }
.main_vis_bg02 { background: url('../image/main/main_vis01.jpg') center center no-repeat; background-size: cover; }
.main_vis_bg03 { background: url('../image/main/main_vis01.jpg') center center no-repeat; background-size: cover; }

.main_text { position: absolute; left: 0; top: 0; z-index: 99; display: flex; flex-wrap: wrap; align-content: center; justify-content: center; align-items: center; text-align: center; width: 100%; height: 100%; color: #fff; }
.main_text h2 { text-align: center; width: 100%; margin-bottom: 50px; }
.main_text h2 img { max-width: 100%; }
.main_text p { font-size: 24px; font-weight: 800; line-height: 1.4; letter-spacing: -0.025em; }
.main_text p span { display: block; margin-top: 30px; }

.swiper-pagingbox { position: absolute; bottom: 45px; left: 0; right: 0; z-index: 999; }
.main_vis .swiper-pagingbox .wrap { position: relative; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; height: auto; z-index: 99; }
.swiper-progress-bar { position: relative; display: block; width: 130px; height: 2px; }
.swiper-progress-bar .slide_progress-bar { position: absolute; bottom: 0px; left: 0; right: 0; width: auto; height: 2px; background: rgba(255, 255, 255, 0.3); clear: both; opacity: 0; }
.swiper-progress-bar.active .slide_progress-bar { opacity: 1; }
.swiper-progress-bar .slide_progress-bar:after { content: ""; position: absolute; top: 0; left: 0; width: 0; height: 100%; background: #fff; transition: 0.1s width linear; }
.swiper-progress-bar.animate .slide_progress-bar:after { width: 100%; transition: width linear; transition-delay: unset; transition-duration: 5s; }

.swiper-pagination-fraction { position: relative; bottom: auto; text-align: center; margin: 0 10px 0 20px; width: 40px; color: #fff; }
.swiper-pagination-fraction span { display: inline-block; width: 10px; }

.main_vis .swiper-button-prev, .main_vis .swiper-button-next { position: relative; width: auto; height: auto; top: auto; margin-top: 0; background: transparent; border-radius: 0px; color: rgba(255, 255, 255, 0.9); }
.main_vis .swiper-button-prev, .main_vis .swiper-rtl .swiper-button-next { left: auto; right: auto; }
.main_vis .swiper-button-next, .main_vis .swiper-rtl .swiper-button-prev { right: auto; left: auto; }
.main_vis .swiper-button-prev:after, .main_vis .swiper-button-next:after { font-family: 'xeicon' !important; font-size: 24px; }
.main_vis .swiper-button-prev:after { content: "\e93c"; }
.main_vis .swiper-button-next:after { content: "\e93f"; }

.main_vis_banner { overflow: hidden; width: 100%; height: 70px; background: #000; }
.main_vis_banner span { display: inline-flex; flex-wrap: wrap; justify-content: center; align-items: center; height: 70px; margin: 0 10px; font-family: 'LeeSeoyun'; color: #fff; font-size: 28px; }
.main_vis_banner span:nth-child(even) { color: rgba(255, 255, 255, 0.4); }

.videobox { transform: none !important; will-change: auto !important; }

.main_con { position: relative; padding: 120px 0; }
.main_con_title { position: relative; margin-bottom: 50px; }
.main_con02 .main_con_title { text-align: center; }
.main_con_title h2 { color: #000; font-size: 48px; font-weight: 800; letter-spacing: -0.03em; }
.main_con_title h2 span { display: block; margin-bottom: 20px; font-size: 24px; font-weight: 500; letter-spacing: 0em; }
.main_con_title p { margin-top: 30px; font-size: 30px; font-weight: 600; letter-spacing: -0.03em; }
.main_con_title p.title_stxt { font-size: 20px; }

.main_btn { display: inline-flex; flex-wrap: wrap; justify-content: center; align-items: center; height: 60px; padding: 0 40px; font-size: 19px; font-weight: 700; letter-spacing: -0.03em; transition: all 0.3s; }
.main_btn01 { border: 3px solid #000; }
.main_btn01:hover { background: #000; color: #fff; }
.main_btn02 { background: #000; color: #fff; }
.main_btn03 { border: 3px solid #fff; color: #fff; }
.main_btn03:hover { background: #fff; color: #000; }
.main_btn span { position: relative; display: inline-flex; flex-wrap: wrap; justify-content: center; align-items: center; }
.main_btn02 span:after { content:''; position: absolute; left: 0px; bottom: 0px; width: 0px; height: 1px; background: #fff; transition: all 0.3s; }
.main_btn02:hover span:after { width: 100%; }
.main_btn i { margin-left: 5px; font-size: 24px; }
.main_btn strong { font-size: 14px; }

.main_con01 { background: url('../image/main/main_con01_bg01.png') right -1px bottom -3px no-repeat; }
.main_con01_btnbox { display: flex; flex-wrap: wrap; justify-content: center; margin-bottom: 80px; }
.main_con01_btnbox .main_btn { margin: 0 15px; }

.main_con01_inr { display: flex; flex-wrap: wrap; }
.main_con01_inr > div { width: 50%; }
.main_con01_imgbox img { max-width: 100%; animation: transform 30s ease-in-out infinite both alternate, aboutmove 5s ease-in-out infinite both; }
.main_con01_textbox { display: flex; flex-wrap: wrap; align-content: center; align-items: center; padding-left: 100px; }
.main_con01_textbox h2 { margin-bottom: 50px; color: #000; font-size: 48px; font-weight: 800; }
.main_con01_textbox p { margin-bottom: 80px; font-size: 20px; line-height: 1.6; }

.main_con02 { background: #f7f7f7; }
.main_con02 iframe { margin-bottom: 50px; }
.main_con02_list { display: flex; flex-wrap: wrap; }
.main_con02_list li { flex: 30%; display: flex; flex-wrap: wrap; text-align: center; padding: 0 10px; border-left: 1px solid #d2d2d2; word-break: keep-all; }
.main_con02_list li:nth-child(1), .main_con02_list li:nth-child(2), .main_con02_list li:nth-child(3) { margin-bottom: 50px; }
.main_con02_list li:nth-child(3n+1) { border-left: none; }
.main_con02_list li .icon { width: 100%; margin-bottom: 30px; }
.main_con02_list li .txtbox { width: 100%; }
.main_con02_list li .txtbox h4 { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; font-size: 30px; font-weight: 800; letter-spacing: -0.03em; }
.main_con02_list li .txtbox h4 .point { display: inline-flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 60px; height: 26px; margin-right: 5px; background: #000; border-radius: 500px; color: #fff; font-size: 14px; }

.main_con03 { position: relative; text-align: center; width: 100%; padding: 0; background: #000; color: #fff; }
.main_con03_content { width: 100%; }
.main_con03 h3 { margin-bottom: 80px; font-size: 42px; font-weight: 400; letter-spacing: -0.025em; }
.main_con03 h3 strong { display: block; margin-top: 40px; font-size: 73px; font-weight: 800; letter-spacing: 0.025em; }

.image-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(4, 1fr); grid-column-gap: 0.2rem; grid-row-gap: 0.2rem; width: 98%; margin: 0 auto; padding-top: 120px; padding-bottom: 120px; z-index: 1; }
.image-grid:after { content:''; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); }
.image-grid .image_cont { position: relative; aspect-ratio: 1/1; overflow: hidden; opacity: 0; transform: scale(0.5); }
.image-grid img { max-width: 100%; object-fit: cover; }
.image-grid .image_cont:nth-child(1) { grid-column: 1; grid-row: 1; }
.image-grid .image_cont:nth-child(2) { grid-column: 4; grid-row: 2; }
.image-grid .image_cont:nth-child(3) { grid-column: 2; grid-row: 3; }
.image-grid .image_cont:nth-child(4) { grid-column: 3; grid-row: 4; }
.image-grid .image_cont:nth-child(5) { grid-column: 1; grid-row: 5; }
.image-grid .image_cont:nth-child(6) { grid-column: 4; grid-row: 6; }

.main_con03_textbox { position: sticky; top: 40vh; z-index: 10; text-align: center; width: 100%; grid-column-start: 1; grid-column-end: 5; grid-row-start: 1; grid-row-end: 2; color: #fff; }

.main_con04 { padding-bottom: 80px; }
.main_con04_deco { position: absolute; right: 2%; bottom: -200px; animation: rotate_image 20s linear infinite; transform-origin: 50% 50%; z-index: -1; }
.main_con04_deco img { max-width: 100%; }
.main_con04_list { position: relative; z-index: 9; display: flex; flex-wrap: wrap; gap: 0 30px; }
.main_con04_list li { flex: 1; position: relative; background: #000; color: #fff; box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); transition: all 0.3s; }
.main_con04_list li:hover { margin-top: -30px; }
.main_con04_list li.main_con04_bg01 { background: url('../image/main/main_con04_img01.jpg') center center no-repeat; background-size: cover; }
.main_con04_list li.main_con04_bg02 { background: url('../image/main/main_con04_img02.jpg') center center no-repeat; background-size: cover; }
.main_con04_list li.main_con04_bg03 { background: url('../image/main/main_con04_img03.jpg') center center no-repeat; background-size: cover; }
.main_con04_list li::after { content: ""; display: block; padding-bottom: 110%; }
.main_con04_list li .main_con04_inr { position: absolute; width: 100%; height: 100%; padding: 80px 50px; }
.main_con04_list li h3 { width: 100%; margin-bottom: 40px; font-size: 42px; font-weight: 800; letter-spacing: -0.025em; }
.main_con04_list li p { width: 100%; font-size: 20px; line-height: 1.6; letter-spacing: -0.025em; }
.main_con04_btn { position: absolute; right: 50px; bottom: 80px; display: inline-flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 70px; height: 70px; background: #fff; border-radius: 500px; font-size: 1.6em; font-weight: bold; animation: morph 3s linear infinite; }

.main_con05_btn { position: absolute; right: 0px; bottom: 0px; display: inline-flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 70px; height: 70px; border: 3px solid #000; border-radius: 500px; font-size: 1.6em; font-weight: bold; transition: all 0.3s; }
.main_con05_btn:hover { background: #000; color: #fff; }

/* sub */
.sub_vis { overflow: hidden; position: relative; display: flex; flex-wrap: wrap; align-items: center; width: 100%; height: 350px; margin-top: 195px; background: #000 url('../image/sub/sub_vis_img01.jpg') center center no-repeat; background-size: cover; color: #fff; }
.sub_vis:after { content: 'SOUL OF MUSIC, MIND OF ART, FULL OF LIFE'; position: absolute; right: 0px; bottom: 5%; text-align: right; color: transparent; font-family: "Poppins"; font-size: 900%; font-weight: 900; -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15); line-height: 1; }
.sub_title { position: relative; z-index: 9; }
.sub_title .stitle { display: flex; flex-wrap: wrap; margin-bottom: 20px; font-family: "Poppins"; font-size: 1.2em; text-transform: uppercase; opacity: 0.7; letter-spacing: -0.02em; }
.sub_title h2 { font-size: 62px; font-weight: 800; }

.page_wrap { font-size: 18px; line-height: 1.6; letter-spacing: -0.025em; }
.board_wrap { padding: 150px 0; font-size: 18px; }

#sub_page h3 { text-align: center; margin-bottom: 50px; font-size: 55px; font-weight: 800; line-height: 1; }
.subpage_inr { position: relative; padding: 150px 0; }

.mb00 { margin-bottom: 0px !important; }

/* about */
.about_logo { text-align: center; margin-bottom: 80px; }
.about_textbox { text-align: center; margin-bottom: 80px; }
/* #sub_page .about_textbox h3 { margin-bottom: 50px; font-family: "Poppins"; font-size: 55px; font-weight: 800; text-transform: uppercase; letter-spacing: -0.05em; line-height: 1; } */
#sub_page #typing-text {
	margin: 0 auto 50px; font-family: "Poppins"; font-size: 55px; font-weight: 800; text-transform: uppercase; letter-spacing: -0.05em; line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	border-right: 2px solid #fff;
	width: fit-content;
	padding-right: 5px;
	animation: blink-caret 0.7s step-end infinite;
}
.m_about_text { display: none; }

@keyframes blink-caret {
	from, to { border-color: transparent; }
	50% { border-color: #000; }
}

.about_textbox p { font-size: 28px; line-height: 1.6; }
.about_textbox p strong { font-weight: 800; }

.about_list01 { display: flex; flex-wrap: wrap; gap: 0 80px; }
.about_list01 li { flex: 1; position: relative; text-align: center; text-transform: uppercase; background: #000; border-radius: 500px; color: #fff; animation: morph 3s linear infinite; }
.about_list01 li::after { content: ""; display: block; padding-bottom: 100%; }
.about_list01 li.about01_bg01 { background: url('../image/sub/about01_img01.jpg') center center no-repeat; background-size: cover; }
.about_list01 li.about01_bg02 { background: url('../image/sub/about01_img02.jpg') center center no-repeat; background-size: cover; }
.about_list01 li.about01_bg03 { background: url('../image/sub/about01_img03.jpg') center center no-repeat; background-size: cover; }
.about_list01_inr { position: absolute; display: flex; flex-direction: column; flex-wrap: wrap; align-content: center; justify-content: center; align-items: center; width: 100%; height: 100%; }
.about_list01_inr::after { content: ""; position: absolute; display: block; left: -2%; top: -2%; width: 104%; height: 104%; border: 1px solid rgba(0, 0, 0, 0.7); z-index: 2; animation: transform 30s ease-in-out infinite both alternate, aboutmove 5s ease-in-out infinite both; }
.about_list01_inr::before { content: ""; position: absolute; display: block; left: -3%; top: -3%; width: 106%; height: 106%; border: 1px solid rgba(0, 0, 0, 0.5); z-index: 2; animation: transform 15s ease-in-out infinite both alternate, aboutmove 5s ease-in-out infinite both; }
.about_list01 li h4 { margin: 20px 0 20px; font-size: 42px; font-weight: 800; letter-spacing: -0.03em; }
.about_list01 li .eng_stxt { font-family: "Poppins"; font-size: 20px; font-weight: 800; opacity: 0.5; }
.about_list01 li .stxt { font-family: "Poppins"; font-weight: 400; }

.about_inr02 { background: #f7f7f7; }
.about_list02 { display: flex; flex-wrap: wrap; margin-bottom: 50px; }
.about_list02 li { width: 50%; margin-bottom: 20px; }
.about_list02 li.mb00 { margin-bottom: 0px; }
.about_list02 li dl { display: flex; flex-wrap: wrap; }
.about_list02 li dl dt, .about_list02 li dl dd { display: inline-flex; flex-wrap: wrap; justify-content: center; align-items: center; font-size: 20px; }
.about_list02 li dl dt { text-align: center; width: 120px; height: 45px; background: #000; border-radius: 500px; color: #fff; font-weight: 700; }
.about_list02 li dl dd { justify-content: flex-start; width: calc(100% - 120px); padding-left: 20px; font-weight: 500; word-break: keep-all; }

.about_inr02 #map { border: 1px solid #ddd; }

.about_inr03 { overflow: hidden; text-align: center; background: #000; color: #fff; }
.about_inr03:after { content: 'SOUL OF MUSIC, MIND OF ART, FULL OF LIFE'; position: absolute; right: 0px; bottom: 0px; text-align: right; color: transparent; font-family: "Poppins"; font-size: 1480%; font-weight: 900; -webkit-text-stroke: 2px rgba(255, 255, 255, 0.1); line-height: 1; }
.about_inr03 .wrap { z-index: 9; }
.about_inr03 p { text-align: center; margin-bottom: 50px; font-size: 24px; line-height: 1.6; letter-spacing: -0.03em; word-break: keep-all; }
.about_list03 { display: flex; flex-wrap: wrap; justify-content: center; gap: 0 200px; margin-bottom: 80px; }
.about_list03 li { text-align: center; }
.about_list03 li .imgbox { display: inline-block; position: relative; width: 350px; height: 350px; margin-bottom: 30px; background: #fff; border-radius: 500px; animation: morph 3s linear infinite; }
.about_list03 li .imgbox::after { content: ""; position: absolute; display: block; left: -2%; top: -2%; width: 104%; height: 104%; border: 1px solid rgba(255, 255, 255, 1); z-index: 2; animation: transform 30s ease-in-out infinite both alternate, aboutmove 5s ease-in-out infinite both; }
.about_list03 li .imgbox::before { content: ""; position: absolute; display: block; left: -4%; top: -4%; width: 108%; height: 108%; border: 1px solid rgba(255, 255, 255, 0.5); z-index: 2; animation: transform 15s ease-in-out infinite both alternate, aboutmove 5s ease-in-out infinite both; }

.about_list03 li .imgbox01 { background: url('../image/sub/about03_img01.jpg') center center no-repeat; background-size: cover; }
.about_list03 li .imgbox02 { background: url('../image/sub/about03_img02.jpg') center center no-repeat; background-size: cover; }

.about_list03 li h4 { margin-bottom: 15px; font-size: 30px; }
.about_list03 li .place { display: inline-flex; flex-wrap: wrap; justify-content: center; align-items: center; width: auto; height: 45px; padding: 0 30px; background: #fff; border-radius: 500px; color: #222; font-weight: 700; }

.about_inr04 { text-align: center; }
.about_list04 { position: relative; display: flex; flex-wrap: wrap; justify-content: center; gap: 0 100px; margin-bottom: 80px; }
.about_list04:after { content: ''; position: absolute; top: 35%; left: 0px; z-index: -1; width: 100%; height: 1px; border-bottom: 1px dashed #aaa; opacity: 0.5; }
.about_list04 li { position: relative; flex: 1; text-align: center; }
.about_list04 li:after { content: '\e93e'; position: absolute; top: 32%; right: -58px; font-family: 'xeicon' !important; font-weight: bold; }
.about_list04 li:last-child:after { display: none; }
.about_list04 li .iconbox { position: relative; margin-bottom: 30px; background: #f4f4f4; border-radius: 500px; animation: morph 3s linear infinite; }
.about_list04 li .iconbox::after { content: ""; display: block; padding-bottom: 100%; }
.about_list04 li .icon { position: absolute; top: 0px; left: 0px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%; height: 100%; }
.about_list04 li h4 { margin-bottom: 15px; font-size: 30px; font-weight: 800; }
.about_list04 li .stxt { display: inline-flex; flex-wrap: wrap; justify-content: center; align-items: center; width: auto; height: 45px; padding: 0 30px; background: #222; border-radius: 500px; color: #fff; font-weight: 600; }

.about_btn { display: inline-flex; flex-wrap: wrap; justify-content: center; align-items: center; width: auto; height: 70px; padding: 0 40px; font-weight: 700; letter-spacing: -0.03em; transition: all 0.3s; }
.about_btn01 { border: 3px solid #fff; color: #fff; }
.about_btn01:hover { background: #fff; color: #222; }
.about_btn02 { border: 3px solid #222; }
.about_btn02:hover { background: #222; color: #fff; }
.about_btn i { margin-left: 5px; font-size: 24px; }

.participation_btnbox { display: flex; flex-wrap: wrap; justify-content: center; gap: 0 30px; margin-bottom: 80px; }
.participation_btnbox .main_btn { padding: 0 30px; }
.participation h4 { margin-bottom: 30px; font-size: 36px; font-weight: 900; }
.participation h4 span { display: inline-block; margin-left: 20px; font-size: 20px; font-weight: 500; }
.participation h5 { margin-bottom: 15px; font-size: 24px; font-weight: 800; }
.participation_txtlist01 { margin-bottom: 50px; }
.participation_txtlist01 li { position: relative; margin-bottom: 10px; padding-left: 25px; word-break: keep-all; }
.participation_txtlist01 li:last-child { margin-bottom: 0px; }
.participation_txtlist01 li:after { content:''; position: absolute; top: 11px; left: 0px; width: 8px; height: 8px; border: 2px solid #666; border-radius: 500px; }
.participation_txtlist01 li.noti { margin-bottom: 0px; font-size: 0.95em; }
.participation_txtlist01 li.noti:after { display: none; }

.participation_steplist { display: flex; flex-wrap: wrap; justify-content: center; gap: 0 50px; width: 100%; max-width: 1024px; margin: 80px auto; }
.participation_steplist li { flex: 1; position: relative; display: flex; flex-direction: column; flex-wrap: wrap; align-content: center; justify-content: flex-start; align-items: center; }
.participation_steplist li:after { content: '\e93e'; position: absolute; top: 33%; right: -35px; font-family: 'xeicon' !important; font-weight: bold; }
.participation_steplist li:last-child:after { display: none; }
.participation_steplist li span { display: block; text-align: center; margin-top: 20px; color: #555; font-weight: 700; letter-spacing: -0.01em; word-break: keep-all; }

.participation_txtbox { position: relative; width: 100%; margin: 0px auto 0; padding: 50px; background: #f4f4f4; border-radius: 30px; }

.participation_txtbox .upload { display:flex; justify-content:space-between; }
.participation_txtbox .upload .txtBox { width:35%; }
.participation_txtbox .upload .txtBox .logoDown { margin-bottom: 30px; }
.participation_txtbox .upload .txtBox .logoDown .img { text-align: center; padding: 20px 10px; background: #fff; border:3px solid #000;}
.participation_txtbox .upload .txtBox .logoDown a { width: 100%; }
.participation_txtbox .upload .txtBox .logoDown a span { display: block; text-align: center; padding:6px 0 4px; background: #222; color: #fff; font-weight:700; }
.participation_txtbox .upload .txtBox ul { display:flex; justify-content:space-between; text-align: center; }
.participation_txtbox .upload .txtBox ul li { width: 50%; padding: 0 10px; font-size: 0.9em; font-weight: 700; line-height: 1.3; word-break: keep-all; }
.participation_txtbox .upload .txtBox ul li .icon { width: 100%; margin-bottom: 20px; }
.participation_txtbox .upload .video { position: relative; width:63%; padding-top:34.2495%; transform: none !important; will-change: auto !important; }
.participation_txtbox .upload .video iframe { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.participation_inr02 { background: #f7f7f7; }

.participation_inr03 { display: flex; flex-wrap: wrap; align-content: center; justify-content: center; align-items: center; text-align: center; height: 550px; background: #000 url('../image/sub/participation03_bg01.jpg') center center no-repeat; background-attachment: fixed; color: #fff; }
.participation_inr03 h5 { width: 100%; margin-bottom: 30px; font-size: 48px; line-height: 1; }
#typing-h5 span { display: inline-block; min-width: 10px; opacity: 0; transform: translateY(10px); }
.participation_inr03 p { width: 100%; font-size: 25px; }

.participation_inr04_in { display: flex; flex-wrap: wrap; gap: 0 6%; margin-bottom: 80px; }
.participation_list01 { display: flex; flex-wrap: wrap; width: 47%; border-top: 2px solid #222; }
.participation_list01 li { width: 50%; padding: 20px 30px; border-bottom: 1px solid #ddd; }
.participation_list01 li dl dt { margin-bottom: 5px; font-size: 1.1em; font-weight: 800; }
.participation_list01 li dl dd { margin-bottom: 15px; }
.participation_list01 li dl dd:last-child { margin-bottom: 0px; }

.participation_inr02_in { display: flex; flex-wrap: wrap; width: 100%; gap: 0 50px; }
.participation_inr02_in > div { flex: 1; position: relative; padding: 50px 30px; padding-left: 200px; background: #fff; border-radius: 20px; box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05); }
.participation_inr02_in > div:before { content:''; position: absolute; left: 30px; top: calc(50% - 70px); width: 140px; height: 140px; animation: morph 3s linear infinite; }
.participation_inr02_in .cont_left:before { background: url('../image/sub/participation02_icon01.png') center center no-repeat; }
.participation_inr02_in .cont_right:before { background: url('../image/sub/participation02_icon02.png') center center no-repeat; }

.participation_graph { display: flex; flex-wrap: wrap; align-content: flex-start; width: 47%; }
.graph_imgbox { text-align: center; margin-bottom: 30px; }
.graph_imgbox img { width: 80%; }

.graph_btnbox { display: flex; flex-wrap: wrap; justify-content: center; gap: 0 20px; width: 100%; margin-top: 30px; }
.graph_btnbox .main_btn { width: calc(50% - 10px); padding: 0 10px; font-size: 0.9em; }

.gjbw_table01 { width: 100%; border-top: 2px solid #222;}
.gjbw_table01 th, .gjbw_table01 td { text-align: center; padding: 15px 5px; border-left: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.gjbw_table01 th:first-child, .gjbw_table01 td:first-child { border-left: none; }
.gjbw_table01 th { background: #f7f7f7; }
.gjbw_table01 td {  }
.page_noti { margin-top: 30px; color: #666; font-size: 0.9em; font-weight: 400; }

.artist_inr02 { background: #f4f4f4; }
.artist h4 { margin-bottom: 30px; font-size: 36px; font-weight: 900; letter-spacing: -0.03em; }

.artist_category { display: flex; flex-wrap: wrap; align-content: flex-start; margin-bottom: 50px; }
.artist_category li { position: relative; display: flex; flex-wrap: wrap; align-items: center; padding: 0px 30px; }
.artist_category li:first-child { padding-left: 0px; }
.artist_category li:last-child { padding-right: 0px; }
.artist_category li:after { content: ''; position: absolute; top: 20%; right: 0px; z-index: -1; width: 1px; height: 60%; background: rgba(0, 0, 0, 0.2); }
.artist_category li:last-child:after { display: none; }
.artist_category li a { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; text-align: center; font-family: 'Poppins', 'SUIT'; color: #888; font-size: 24px; font-weight: 500;-webkit-transition: all .3s ease; transition: all .3s ease; }
.artist_category li.active a, .artist_category a:hover { color: #000; }

.history_inr:nth-child(even) { background: #f4f4f4; }
.history_inr .wrap { display: flex; flex-wrap: wrap; }
.history_title { text-align: center; width: 100%; margin-bottom: 80px; }
.history_title h4 { font-size: 45px; font-weight: 800; }
.history_title h4 span { display: block; margin-top: 10px; font-family: "Poppins"; font-size: 28px; font-weight: 400; opacity: 0.5; word-break: keep-all; }
.history_poster { width: 30%; }
.history_poster img { max-width: 100%; }
.history_info { display: flex; flex-wrap: wrap; align-content: center; width: 70%; padding-left: 50px; }
.history_info_inr { display: flex; flex-wrap: wrap; }
.history_info_inr dt, .history_info_inr dd { margin-bottom: 20px; }
.history_info_inr dt { width: 180px; font-size: 1.1em; font-weight: 800; }
.history_info_inr dd { width: calc(100% - 180px); padding-left: 30px; border-left: 1px solid #ddd; word-break: keep-all; }
.history_info_inr dd p { position:relative; padding-left: 20px; }
.history_info_inr dd p:after { content:''; position: absolute; top: 11px; left: 0px; width: 8px; height: 8px; border: 2px solid #666; border-radius: 500px; }
.history_info_inr dd p strong { display: inline-block; width: 80px; }

.archive_video { position: relative; width: 100%; padding-top: 45%; margin-bottom: 50px; transform: none !important; will-change: auto !important; }
.archive_video iframe { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.contact_inr02, .contact_inr03 { position: relative; padding: 50px 30px; border-bottom: 1px solid #ddd; transition: all 0.3s; }
.contact_inr02 { margin-top: 120px; border-top: 1px solid #ddd; }
.contact_inr:hover { padding: 50px 50px; background: #f4f4f4; }

.contact_title { position: relative; margin-bottom: 50px; }
.contact_inr02 .contact_title, .contact_inr03 .contact_title { margin-bottom: 0px; }
/* .contact_title:after { content:''; position: absolute; left: 0px; top: 3%; width: 3px; height: 94%; background: #222; } */
.contact_title h4 { position: relative; margin-bottom: 15px; font-size: 34px; font-weight: 800; letter-spacing: -0.03em; }
.contact_title p { color: #444; font-family: 'Poppins', 'SUIT'; line-height: 1.6; word-break: keep-all; }
.contact_title p a { color: #444; }
.contact_title p a:hover { color: #000; text-decoration: underline; }

.contact_more { position: absolute; top: calc(50% - 50px); right: 30px; display: inline-flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100px; height: 100px; background: #222; border-radius: 500px; color: #fff; font-size: 33px; animation: morph 3s linear infinite; transition: all 0.3s; }
.contact_inr:hover .contact_more { right: 50px; background: #111; }

.hit_tablebox { margin-bottom: 10px; }
.hit_table01 { border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.hit_table01 th, .hit_table01 td { padding: 5px; font-size: 14px }
.hit_table01 th { width: 15%; background: #eee; }
.hit_table01 td { width: 30%;  }
.hit_table01 td input { width: 100%; }
.hit_table01 td .btn_list { height: 50px; background: #000; border: none; color: #fff; }