@charset "UTF-8";

#wrap {margin:0 auto;}
/********************************************************

		header

********************************************************/
#header {position:fixed;top:0;left:0;width:100%;height:160px;background-color:transparent;z-index:999999;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;-ms-transition-duration:0.5s;transition-duration:0.5s;box-sizing:border-box;}
#header:before {content:'';position:absolute;top:0;left:0;width:100%;height:0;background-color:#fff;opacity:0;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;-ms-transition-duration:0.5s;transition-duration:0.5s;}
#header header {position:relative;z-index:2}
#header .header__gnb {overflow:hidden;height:70px;background-color:#fff;}
#header h1 {float:left;padding:15px 0;}
#header .gnb_btns {float:right;padding-top:13px;}
#header .gnb_btns a {display:inline-block;vertical-align:middle;margin-left:10px;}
#header .gnb_btns a.btn_award {width:100px;line-height:40px;background-color:#67c4df;box-sizing:border-box;font-weight:400;font-size:15px;color:#fff;text-align:center;}
#header .gnb_btns a.btn_award i {display:inline-block;vertical-align:middle;}
#header .gnb_btns a.btn_texts {width:190px;line-height:40px;background-color:#233a7c;box-sizing:border-box;font-weight:400;font-size:15px;color:#fff;text-align:center;}
#header .gnb_btns a.btn_award i img {vertical-align:middle;margin-top:-5px;}
#header .gnb_btns a.btn_texts i {display:inline-block;vertical-align:middle;}
#header .gnb_btns a.btn_texts i img {vertical-align:middle;margin-top:-5px;}
@media screen and (max-width: 1200px){
}
@media screen and (min-width: 1025px){
	#header.open:before {height:394px;opacity:0.8;}
}
@media screen and (max-width: 1024px){
	#header {height:60px;}
	#header .header__gnb {height:60px;}
	#header h1 {padding:15px 0;}
	#header h1 img {height:30px;}
	#header .gnb_btns {display:none;position:absolute;top:0;right:80px;z-index:99;}
	#header .gnb_btns a.btn_award {width:80px;line-height:32px;font-size:13px;}
	#header .gnb_btns a.btn_award img {height:15px;}
	#header .header__gnb.none .gnb_btns {display:block;}
	#header .gnb_btns a.btn_texts {width:160px;font-size:13px;}
}
@media screen and (max-width: 424px){
	#header .gnb_btns {right:58px;}
	#header .gnb_btns a {margin-left:4px;}
	#header .gnb_btns a i {display:none !important;}
	#header .gnb_btns a.btn_texts {width:130px;}
}


/*대메뉴 서브메뉴 레이아웃*/
.lnb-menu {font-size:0;}
.lnb-menu > li {display:inline-block;}
.lnb-menu > li > a {display:table;table-layout:fixed;width:100%;height:45px;color:#fff;box-sizing:border-box;}
.lnb-menu > li > a > span {display:table-cell;vertical-align:middle;}
.nav__top {background-color:#233a7c;}
.nav__top .lnb-menu > li {width:11.111111111111111111%;text-align:center;}
.nav__top .lnb-menu > li > a {background-color:#4462b9;border-left:1px solid #262444;font-size:14px;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-ms-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;box-sizing:border-box;}
.nav__top .lnb-menu > li:first-child > a {border-left:none;}
.nav__bot {background-color:#262444;}
.nav__bot .lnb-menu > li {width:16.66666666666667%;text-align:left;}
.nav__bot .lnb-menu > li > a {padding-left:25px;font-weight:300;font-family:'Roboto', 'Noto Sans KR', sans-serif;font-size:18px;}
.nav__top .lnb-menu > li#lnb_menu1 > a {background-color:#262444;}
.nav__top .lnb-menu > li.on > a {background-color:#262444;}
.nav__bot .lnb-menu > li.on > a {background-color:#353262;}
.nav__top .lnb-menu > li#lnb_menu_t5 a,
.nav__top .lnb-menu > li#lnb_menu_t6 a,
.nav__top .lnb-menu > li#lnb_menu_t7 a,
.nav__top .lnb-menu > li#lnb_menu_t8 a {background-color:#447bb9;}

@media screen and (min-width: 1025px){
	.nav__top .lnb-menu > li:hover > a {background-color:#262444;}
	.nav__bot .lnb-menu > li:hover > a {background-color:#353262;}
}

/* 2024/03/21 Gnb */
.nav__top.ko .lnb-menu > li { width:12.5%; } 
.nav__top.ko .lnb-menu > li > a { background-color:#262444; border-left:0; font-size:0.938rem; color:#fff; font-weight:500; transition:all 0.3s; border-right:1px solid #233a7c; } 
.nav__top.ko .lnb-menu > li:nth-of-type(2) a,
.nav__top.ko .lnb-menu > li:nth-of-type(3) a,
.nav__top.ko .lnb-menu > li:nth-of-type(4) a,
.nav__top.ko .lnb-menu > li:nth-of-type(5) a,
.nav__top.ko .lnb-menu > li:nth-of-type(6) a { background-color:#4462b9 !important; } 
.nav__top.ko .lnb-menu > li:nth-of-type(7) a { background-color:#2e78cb !important; } 
.nav__top.ko .lnb-menu > li:nth-of-type(8) a { background-color:#3293c9 !important; } 

/*
.nav__top.ko .lnb-menu > li:nth-of-type(2) a { background-color:#110c5d; } 
.nav__top.ko .lnb-menu > li:nth-of-type(3) a { background-color:#4462b9; } 
.nav__top.ko .lnb-menu > li:nth-of-type(4) a { background-color:#447bb9; } 
*/

.nav__bot.ko { transition:all 0.4s ease; } 
.nav__bot.ko .lnb-menu { display:none; justify-content:center; gap:3.75rem; } 
/*
.nav__bot.ko .lnb-menu.c340 { margin-left:-290px; } 
.nav__bot.ko .lnb-menu.c341 { margin-left:290px; } 
*/
.nav__bot.ko .lnb-menu.c353 { justify-content:flex-end; } 
.nav__bot.ko .lnb-menu > li { width:revert; } 
.nav__bot.ko .lnb-menu.active { display:flex;} 
.nav__bot.ko .lnb-menu > li > a { position:relative; width:revert; padding-left:revert; text-align:center; font-size:1rem; font-weight:500; } 
.nav__bot.ko .lnb-menu > li > a::after { content:''; position:absolute; bottom:8px; left:50%; transform:translateX(-50%); width:0; height:1px; background:#fff; transition:all 0.4s;} 
.nav__bot.ko .lnb-menu > li > a.on::after { width:100%; } 
.nav__bot.ko .lnb-menu > li > a:hover::after { width:100%; } 
.nav__bot.ko .lnb-menu.c237 > li > a::after { display:none; } 


.nav__bot.ko .lnb-menu.c237.active { display:flex; gap:0; } 
.nav__bot.ko .lnb-menu.c237 > li { display:flex; justify-content:center; width:20%; text-align:center; } 

@media screen and (min-width: 1025px){
	.nav__top.ko .lnb-menu > li:hover > a {}
	.nav__bot.ko .lnb-menu > li:hover > a {background-color:revert;}
}

@media screen and (max-width: 1024px){
	.nav__top.ko .lnb-menu > li { width:100%; max-width:180px; } 
	.nav__top.ko .lnb-menu > li > a { padding:10px 0; font-size:1rem; } 

	.nav__top.ko .lnb-menu > li.disactive { opacity:0.3;} 
	.nav__top.ko .lnb-menu > li.active { opacity:1;} 

	.nav__bot.ko .lnb-menu { flex-direction:column; align-items:center; gap:0.2rem; transition:all 0.4s;  } 
	.nav__bot.ko .lnb-menu > li > a { font-size:0.938rem; } 
	.nav__bot.ko .lnb-menu > li > a::after { content:''; position:absolute; bottom:4px; left:50%; transform:translateX(-50%); width:0; height:1px; background:currentColor; transition:all 0.4s;} 
	.nav__bot.ko .lnb-menu > li > a:hover::after { width:100%; } 

	.nav__bot.ko .lnb-menu.c340 { margin-left:revert; } 
	.nav__bot.ko .lnb-menu.c341 { margin-left:revert; } 
	.nav__bot.ko .lnb-menu.c342 { justify-content:revert; } 
	.nav__bot.ko .lnb-menu.c237 > li { width:auto; } 
	.nav__bot.ko .lnb-menu.c237.active { display:flex; gap:0.2rem; } 

} 



/* header sub */
.lnb_sub_menu {display:none;padding:18px 0;}
.lnb_sub_menu ol {max-width:1170px;margin:0 auto;text-align:left;box-sizing:border-box;}
.lnb_sub_menu ol {position:relative;}
.lnb_sub_menu li {display:block;}
.lnb_sub_menu li a {display:block;margin:6px 0;padding:0 25px;font-weight:300;font-size:16px;color:#232425;letter-spacing:-0.5px;text-transform:uppercase;}
.lnb_sub_menu li a:hover {color:#999;}
.lnb_sub_menu li:hover a {color:#999;}
.header__menu-list li:hover a {color:#333;}
.header__menu-list li.on a {color:#333;}
@media screen and (min-width: 1025px){
	.lnb_sub_menu {position:absolute;top:160px;width:195px;height:235px;box-sizing:border-box;}
	.lnb_sub_menu:before {content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;-webkit-transition-duration:0.5s;-moz-transition-duration:0.5s;-ms-transition-duration:0.5s;-o-transition-duration:0.5s;transition-duration:0.5s;}
	.nav__bot .lnb-menu > li:hover .lnb_sub_menu:before {background-color:#353262;}
	.nav__bot.ko .lnb-menu > li:hover .lnb_sub_menu:before {background-color:#262444;}
	.nav__bot .lnb-menu > li:hover .lnb_sub_menu a {color:#fff;}

	.nav__bot.ko .lnb_sub_menu { top:150px; width:234px; height:245px; } 
}

/*Header 반응형*/
@media screen and (max-width: 1024px){
	.header-inner {display:none;float:none;overflow-y:auto;position:fixed;top:0;left:-1px;width:101%;height:1024px;height:100%;margin:0 !important;background-color:transparent;text-align:center;}
	#header .header-inner:before {content:'';position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;opacity:0.9;}
	#header #header__lnb {display:table;float:none !important;width:100%;height:100%;}
	#header #header__lnb .nav {display:;position:relative;top:0 !important;height:auto;padding:150px 0 60px;background-color:transparent;vertical-align:middle;}
	#header #header__lnb .nav:before {display:none}

	.nav__top {background-color:transparent;}
	.nav__top .lnb-menu > li {width:100%;max-width:180px;margin:0 auto;}
	#ENPAGES .nav__top .lnb-menu > li {width:100%;max-width:320px;margin:0 auto;}
	.lnb-menu {}
	.lnb-menu > li {display:block;;}
	.lnb-menu > li > a {height:auto !important;padding:5px 0}

	.nav__bot {margin-top:20px;background-color:transparent;}
	.nav__bot .lnb-menu > li {display:block;width:auto;text-align:center;}
	.nav__bot .lnb-menu > li > a {padding-left:0;font-weight:500;color:#333;}
	.nav__bot .lnb-menu > li.on > a {background-color:transparent;color:#4462b9;}
	.nav__bot .lnb-menu > li.ov > a {color:#999;}

	.lnb_sub_menu {padding:0;padding-bottom:10px;}
	.lnb_sub_menu ol {text-align:center;}
}





/*검색 바*/
#header__search {position:relative;margin:22.5px 0;}
#header__search input {width:100%;height:35px;padding-right:15px;background-color:transparent;border:none;border-bottom:1px solid #fff;border-radius:0;box-shadow:none;font-size:14px;color:#fff;box-sizing:border-box;-webkit-box-shadow: none;-webkit-appearance: none;}
#header__search input::-webkit-input-placeholder {color:#fff !important;}
#header__search button {position:absolute;top:14px;right:0;width:11px;height:14px;background:url(images/common/btn_search_on.png) no-repeat 0;border:none;text-indent:-9999px;cursor:pointer;}
#header.fixed #header__search input {color:#666;border-bottom:1px solid #999;}
#header.fixed #header__search button {background:url(images/common/btn_search.png) no-repeat 0;}
#header.fixed #header__search input::-webkit-input-placeholder {color:#666 !important;}
#header.fixed_store #header__search input {color:#666;border-bottom:1px solid #999;}
#header.fixed_store #header__search button {background:url(images/common/btn_search.png) no-repeat 0;}
#header.fixed_store #header__search input::-webkit-input-placeholder {color:#666 !important;}
#header.hover #header__search input {color:#666;border-bottom:1px solid #999;}
#header.hover #header__search button {background:url(images/common/btn_search.png) no-repeat 0;}
#header.hover #header__search input::-webkit-input-placeholder {color:#666 !important;}
@media screen and (max-width: 1024px){
	#header__search {width:205px;margin:0 auto;color:#fff !important;}
	#header__search input {border-bottom-color:#333;}
	#header #header__search button {background:url(images/common/btn_search.png) no-repeat 0;}
	#header.hover #header__search button {background:url(images/common/btn_search.png) no-repeat 0;}
	#header.fixed #header__search button {background:url(images/common/btn_search.png) no-repeat 0;}
	#header.hover #header__search input::-webkit-input-placeholder,
	#header.fixed #header__search input::-webkit-input-placeholder {color:#fff !important;}
}



/*언어*/
#header__language select {width:95px;height:27px;padding:5px;background:url(/images/board/select_bg.png) no-repeat 90% center !important;background-color:transparent;border:1px solid #666;font-size:12px;color:#333;box-sizing:border-box;}
#header__language option {color:#333;}
#header__language a {display:inline-block;margin-left:10px;font-weight:500;font-size:16px;color:#b2b2b2;}
#header__language a i {display:none;width:20px;height:20px;vertical-align:middle;background-image:url(images/common/i_global.png);background-repeat:no-repeat;background-position:center;}
#header__language a.on {color:#22509b;}
#header__language a.on i {display:inline-block;}
@media screen and (min-width: 1025px){
	#header__language {float:right;margin-left:32px;padding:22.5px 0;vertical-align:top;}
}
@media screen and (max-width: 1455px) and (min-width: 1025px){
	#header__language {margin-left:50px;}
}
@media screen and (max-width: 1125px) and (min-width: 1025px){
	#header__language {margin-left:0;}
}
@media screen and (max-width: 1024px){
	#header__language {display:none;position:absolute;top:15px;right:270px;z-index:999;}
	#header .header__gnb.none #header__language {display:block;}
}
@media screen and (max-width: 375px){
	#header__language {right:210px;}
}



/*모바일 버튼*/
#header__mobile {display:none;position:absolute;top:18px;right:15px;background-color:transparent;box-sizing:border-box;z-index:999999}
#header__mobile span {display:block;width:30px;height:2px;margin:0 auto;background-color:#333;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
#header.fixed #header__mobile span {background-color:#333;}
#header.fixed_store #header__mobile span {background-color:#333;}
#header__mobile .mid2 {margin:8px 0;}
#header__mobile.active{-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;-webkit-transition-delay: 0.6s;-o-transition-delay: 0.6s;transition-delay: 0.6s;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
#header__mobile.active span {background-color:#333 !important;}
#header__mobile.active span.mid2{width: 0px;}
#header__mobile.active span.mid1,
#header__mobile.active span.mid3 {-webkit-transition-delay: 0.3s;-o-transition-delay: 0.3s;transition-delay: 0.3s;}
#header__mobile.active span.mid1{-webkit-transform: translateY(10px);-ms-transform: translateY(10px);-o-transform: translateY(10px);transform: translateY(10px);}
#header__mobile.active span.mid3 {-webkit-transform: translateY(-10px) rotate(90deg);-ms-transform: translateY(-10px) rotate(90deg);-o-transform: translateY(-10px) rotate(90deg);transform: translateY(-10px) rotate(90deg);}
@media screen and (max-width: 1024px){
	#header #header__mobile {display:block;}
}





/********************************************************

		footer

********************************************************/
#footer {overflow:hidden;background:#232948;font-family:'Roboto',"Noto Sans KR","맑은 고딕","malgun gothic","나눔 고딕","Nanum Gothic","nanumgothic","AppleSDGothcNeo","AppleGothic", sans-serif;}
#footer footer {position:relative;}
#footer .clear {clear:both}
#footer .btnTop {display:none;position:fixed;left:50%;bottom:15px;width:40px;height:40px;margin-left:615px;background:url(images/common/btn_top.png) no-repeat center;text-indent:-9999px;z-index:99999;cursor:pointer;}
#footer .btnTop.btnTop-bot {bottom:90px;background:url(images/common/btn_top_fff.png) no-repeat center;}


#footer .f__top {overflow:hidden;padding:35px 0;}
#footer .f__top .maxWidth {position:relative;}
#footer .f__top h2 {float:left;margin-right:43px;}
#footer .f__address {font-weight:100;font-size:15px;color:#fff;}
#footer .f__address * {color:#fff;}
#footer .f__address p:first-child {margin-bottom:7px;}
#footer .f__address span {display:inline-block;vertical-align:middle;margin-right:25px;}
#footer .f__address span:before {content:'';display:inline-block;width:3px;height:3px;margin-top:-6px;margin-right:8px;
background-image:url(images/common/p_bu.png);background-repeat:no-repeat;background-position:center;vertical-align:middle;}
#footer .f__address span:last-child {margin-right:0;}
#footer .beulosyueo_download {position:absolute;top:0;right:0;display:block;width:190px;line-height:40px;border:1px solid #fff;text-align:center;font-weight:400;font-size:15px;color:#fff;}
#footer .beulosyueo_download i {display:inline-block;vertical-align:middle;margin-right:5px;}
#footer .beulosyueo_download img {vertical-align:middle;margin-top:-8px;}




@media screen and (max-width: 1120px){
	#footer .f__address {float:left;width:49%;}
	#footer .beulosyueo_download {width:155px;line-height:35px;}
}
@media screen and (max-width: 1024px){
	#footer .f__top {padding:15px 0;}
	#footer .f__top h2 {display:none;}
	#footer .f__address {float:none;width:auto;font-size:13px;}
	#footer .f__address p:first-child {margin-bottom:2px;}
}
@media screen and (max-width: 680px){
	#footer .f__top .maxWidth {text-align:center;}
	#footer .beulosyueo_download {position:static;margin:0 auto;margin-top:15px;line-height:30px;font-size:13px;}
}
@media screen and (max-width: 450px){
	#footer .f__address span {margin-right:15px;}
}


#footer .f__bottom {padding:15px 0;border-top:1px solid #4674c64a;}
#footer .f__bottom .copyright {font-weight:300;font-size:14px;color:#fff;}
@media screen and (max-width: 1024px){
	#footer .f__bottom {padding:10px 0;}
}
@media screen and (max-width: 680px){
	#footer .f__bottom {text-align:center;}
}


/* 푸터 링크 2개 추가 : 230925 */ 
.f__down { position:absolute;top:-10px; right:0; display:flex; flex-direction:column; width:150px; max-width:150px; }
.f__down.en { position:absolute;top:-20px; right:0; display:flex; flex-direction:column; width:220px; max-width:220px; }
.f__down a { display:block; width:100%; font-size:0.938rem; color:#fff; font-weight:400; margin-bottom:5px; text-align:center; border:1px solid #fff; padding:7px 0px; transition:all 0.4s ease;} 
.f__down a:hover { background:#fff; color:#232948; } 
.f__down a:last-of-type { margin-bottom:0px; } 
@media screen and (max-width: 1024px){
	#footer .f__top {padding:35px 0;}
	.f__down { top:-20px;} 
}
@media screen and (max-width: 768px){
	.f__down.en {position:static;margin:0 auto;margin-top:15px; font-size:13px; width:revert; max-width:revert;}
} 
@media screen and (max-width: 680px){
	.f__down {position:static;margin:0 auto;margin-top:15px; font-size:13px; width:revert; max-width:revert;}
}





/********************************************************

		sub

********************************************************/
#sub {padding-bottom:100px;}

/*#sub {padding-top:70px;}*/
/*#sub {padding-top:135px;padding-bottom:70px;}*/
.sub__menu {position:fixed;top:70px;left:0;width:100%;background-color:#b80b35;z-index:99;}
.sub__menu .menu-inner {max-width:1170px;margin:0 auto;}
.sub__menu h2 {float:left;width:170px;height:55px;background-color:#333;font-weight:800;font-size:15px;color:#fff;text-align:center;line-height:55px;letter-spacing:-0.5px;box-sizing:border-box;}
.sub__menu ul {float:right;}
.about-menu {margin-left:118px;}
.artist-menu {margin-left:412px;}
.irpr-menu {margin-left:526px;}
.partner-menu {float:right !important;}
.sub__menu li {display:inline-block;margin-left:35px;}
.sub__menu a {display:block;padding:19px 0;font-weight:800;font-size:14px;color:#fff;letter-spacing:-0.5px;text-transform:uppercase;}
.sub__menu li.on a {color:#333;}
@media screen and (max-width: 1200px){
	.sub__menu ul {float:right;margin-left:0;margin-right:15px;}
}
@media screen and (max-width: 768px){
	#sub {padding-bottom:50px;}
}





/********************************************************

		sub__spot

********************************************************/
.sub__spot {position:relative;width:100%;height:210px;text-align:center;}
.sub__spot:before {content:'';position:absolute;top:0;left:0;width:100%;height:100%;font-family:'Open Sans';font-weight:bold;font-size:200px;color:#f4f4f4;line-height:200px;}
.sub__spot .l-table {position:relative;}
.sub__spot .h-spot {font-family:'Open Sans';font-weight:800;font-size:16px;color:#111;line-height:24px;letter-spacing:3px;text-transform:uppercase;}
@media screen and (max-width: 1200px){
	.sub__spot:before {font-size:130px;}
}





/* =================================================================

 	main 공통

 ================================================================= */
 /*#container {padding-bottom:90px;}*/
.main_var1 {padding-bottom:100px;}

@media screen and (max-width: 1200px){
	#container .l-content .maxWidth {margin:0 15px;padding:0;}
}
@media screen and (max-width: 1024px){
	.main_var1 {padding-bottom:50px;}
}





/* =================================================================
 	메인 슬라이드
 ================================================================= */
#main > section#main__slider {position:relative;padding:0 !important;}
#main__slider .slider-inner {height:900px;height:100vmin;padding-top:0;}
#main__slider .slider-scroll a {display:block !important;position:absolute;left:0;right:0;width:60px;height:60px;margin:0 auto;background: url(images/main/visual_scroll.png) no-repeat center bottom;font-size:14px;letter-spacing:2px;color:#fff;animation:scrollImage 2s linear infinite;cursor:pointer;text-align:center;}
@keyframes scrollImage {0%{bottom:15px;}50%{bottom:30px;}100%{bottom:15px;}}
#main__slider .bx-default-pager {display:none;}

@media screen and (max-width: 768px){
	#main__slider .slider-scroll a {height:50px;background-size:25px !important;font-size:12px;}
}

/***********************************************************************
	컬러변경
************************************************************************/
.bx-wrapper .bx-pager.bx-default-pazger a {width:15px;height:15px;border:5px solid transparent;border-radius:50%;background-color:#fff;}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {background-color:transparent;border:2px solid #eee;}
.pointColor {color:#999 !important;}
