@charset "UTF-8";
/********************************************************

		header

********************************************************/
#header {position:fixed;top:0;left:0;width:100%;height:120px;background-color:#fff;border-bottom:1px solid #bcbcbc;z-index:999999;-webkit-transition-duration:0.5s;-m-transition-duration: 0.5s;-o-transition-duration:0.5s;-ms-transition-duration:0.5s;transition-duration:0.5s;box-sizing:border-box;} /*transparent*/
#header:before {content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;opacity:0;-webkit-transition-duration:1s;-m-transition-duration: 1s;-o-transition-duration:1s;-ms-transition-duration:1s;transition-duration:1s;}
#header header {position:relative;max-width:1170px;margin:0 auto;height:100%;z-index:2;display:flex;align-items:center;justify-content:space-between;}
#header h1 {}
#header h1 a {line-height:1;}

/*up & Down*/
/*
#header.nav-up {top:-90px;}
#header.nav-down {top:0;}
#header.nav-up:before {opacity:0.99;}
#header.nav-down:before {opacity:0.99;}
#header.nav-down.nav-top:before {opacity:0;}
*/

@media screen and (max-width: 2060px){
	/*#header header {margin:0 70px;}*/
}
@media screen and (max-width: 1600px){
	/*#header header {margin:0 40px;}*/
}
@media screen and (max-width: 1200px){
	#header header {margin:0 15px;}
}
@media screen and (max-width: 1024px){
	#header {top:0 !important;height:60px;}
	#header header {margin:0 15px;}
	#header h1 {padding:15px 0;}
	#header h1 img {height:40px;}
	/*#header.nav-up:before {opacity:0.99;}*/
}



/*대메뉴 서브메뉴 레이아웃*/
.lnb-menu > li > a {display:block;font-weight:500;font-size:20px;color:#555;letter-spacing:-0.5px;  -webkit-transform:perspective(1px) translateZ(0);-moz-transform:perspective(1px) translateZ(0);-ms-transform:perspective(1px) translateZ(0);-o-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0); transition:all 0.4s ease;}
.lnb-menu > li > a:after { display:none; content:'';position:absolute;left:50%;right:50%;bottom:0;height:4px;background-color:#1f93d1;z-index:-1;-webkit-transition-property:left,right;transition-property:left,right;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-ms-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;}
.lnb-menu > li:hover > a {color:#1f93d1;}
.lnb-menu > li.on > a {color:#1f93d1;}
.lnb-menu > li.on > a:after,
.lnb-menu > li > a:hover:after {left:0;right:0;}
@media screen and (min-width: 1025px){
	.lnb-menu {font-size:0;}
	.lnb-menu > li {position:relative;display:inline-block; min-width:180px;}
	.lnb-menu > li > a {display:flex;justify-content:center;align-items:center;height:120px;padding:0 35px; padding-top:25px; box-sizing:border-box;}
}
@media screen and (max-width: 1150px){
	.lnb-menu > li {position:relative; min-width:revert;}
	.lnb-menu > li > a {padding:0 30px; padding-top:25px;}

}

/* header sub */
.lnb_sub_menu {display:none;position:absolute;top:119px;left:0;width:100%;padding:10px;box-sizing:border-box;}
.lnb_sub_menu ol {max-width:1170px;margin:0 auto;text-align:center;box-sizing:border-box;}
.lnb_sub_menu ol {position:relative;}
.lnb_sub_menu li {display:block;margin:8px 0;}
.lnb_sub_menu li a {position:relative;display:inline-block;padding:2px 0;font-weight:300;font-size:15px;color:#fff;letter-spacing:-0.5px; transition:all 0.4s ease;} /* text-transform:uppercase; border-bottom:2px solid #1f93d1;*/
.header__menu-list li:hover a {color:#000;}
.header__menu-list li.on a {color:#000;}
.lnb_sub_menu li.on a:before {opacity:1;left:-6px;}
.lnb_sub_menu li.on a:after {left:0;right:0;}
@media screen and (min-width: 1025px){
	.lnb_sub_menu {z-index:999;padding-left:3px;}
	.lnb_sub_menu:before {content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#1f93d1;-webkit-transition-duration:0.5s;-moz-transition-duration:0.5s;-ms-transition-duration:0.5s;-o-transition-duration:0.5s;transition-duration:0.5s;}
	.lnb_sub_menu:after {content:'';position:absolute;left:0;right:0;top:-20px;width:23px;height:20px;margin:0 auto;background-image:url(images/common/lng_icon.png);background-repeat:no-repeat;background-position:center;transition:all 0.3s ease; opacity:0}
	.lnb_sub_menu li a {}
	.lnb_sub_menu li a:hover {font-weight:500;}
	.lnb-menu > li:hover .lnb_sub_menu:after {opacity:1}
}

/* header fixed */
#header.fixed {position:fixed;border-bottom:1px solid #bcbcbc; box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15), 0 2px 10px 0 rgba(0, 0, 0, 0.11);}
/*#header.fixed:before {opacity:0.8;}
#header.fixed h1 span {background:url(images/common/logo.png) no-repeat 0;}
*/
/*#header.fixed #header__lnb .lnb-menu > li > a {color:#333;}*/
#header.fixed #header__language select {background:url(/images/board/select_bg.png) no-repeat 90% center !important;border-color:#666;color:#333;}

/*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-inner:before {content:'';position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0.9;}
	#header__lnb {display:table;width:100%;height:100%;}
	#header__lnb .nav {display:table-cell;position:relative;top:0;height:auto;padding:50px 0;background-color:transparent;vertical-align:middle;}
	.lnb-menu > li {margin-bottom:10px;}
	.lnb-menu > li:last-child {margin-bottom:0;}
	#header.fixed #header__lnb .lnb-menu > li > a,
	.lnb-menu > li > a {display:inline-block;padding:10px 0;font-size:20px;color:#bbb;}
	.lnb-menu > li > a:after {content:none;margin-bottom:0;}
	.lnb-menu > li.ov > a {color:#fff;}
	.lnb-menu > li.ov.on > a {color:#55c2ef;}
	.lnb-menu > li.ov > a:after {content:none;margin-bottom:0;}
	.lnb-menu > li.on > a {font-weight:600;}
	.lnb_sub_menu {position:static;padding:0 0 20px;background-color:transparent;border:none;text-align:center;}
	.lnb_sub_menu li {display:block;margin:8px 0;}
	.lnb_sub_menu li a {padding:2px 0;font-size:16px;color:#fff;}
}



/*검색 바*/
#header__search {position:relative;margin-top:25px; margin-left:30px; }
#header__search input {max-width:175px; width:100%;height:35px;padding-right:25px;background-color:transparent;border:none;border-bottom:2px solid #666;border-radius:0;box-shadow:none;font-size:14px;color:#555;letter-spacing:-0.05em;box-sizing:border-box;-webkit-box-shadow: none;-webkit-appearance: none; }
#header__search input::-webkit-input-placeholder {color:#bbb !important;}
#header__search button {position:absolute;bottom:7px; right:0;width:23px;height:23px;background:url(images/common/btn_search_new.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 {display:inline-block;vertical-align:top; padding-bottom:7px; }

#header__language a {font-weight:300;font-size:15px;color:#666;}
#header__language a:last-child:before {content:'';display:inline-block;width:1px;height:11px;margin:0 30px;background-color:#666;}
#header__language a.on {font-weight:500; } /*color:#1f93d1;*/

#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;}
@media screen and (max-width: 1024px){
	#header__language { padding-top:10px; padding-bottom:20px; } 
}


/*모바일 버튼*/
#header__mobile {display:none;position:absolute;top:18px;right:0;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:#fff !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:#221d1e; padding:60px 0; }
#footer footer {position:relative;}
#footer .clear {clear:both}
#footer legend {display:none;}
#footer #layer-file-footer {display:none;position:absolute;padding:20px;border:1px solid #333;background:#fff;z-index:30;top:-250px !important;left:160px !important;}
#footer .btnTop {display:none;position:fixed;left:50%;bottom:15px;width:40px;height:40px;margin-left:615px;background:url(images/common/btn_top.gif) no-repeat center;background-size:cover !important;text-indent:-9999px;z-index:99999;cursor:pointer;}


#footer .f__inner { max-width:1170px;  margin:0 auto;}
#footer .f__logo {float:left;margin-right:93px; overflow:hidden; opacity:0.9;  }
#footer .f__address { float:left; font-weight:300;font-size:0.938rem;color:#fff; }
#footer .f__address p {margin-bottom:10px; position:relative; }
#footer .f__address img {vertical-align:middle;}
#footer .f__address span { position:relative; } 

.f_qna { font-size:1.75rem; font-weight:500; opacity:0.6; } 
.f_qna span { font-size:0.938rem; font-weight:500; }
.f_info { font-size:0.938rem; font-weight:300; opacity:0.6; } 
.f_info span { margin-right:10px; text-transform:; } 
/*
#footer .f__address span a { position:relative; color:#fff; } 

#footer .f__address span:after {content:'';clear:both; display:inline-block;width:1px;height:12px;margin:0 10px;background-color:#fff;vertical-align:middle; opacity:0.5; }
#footer .f__address span:last-child:after {content:none;}

#footer .f__address span.tt { display:inline-block; color:##89d1f7; } 
#footer .f__address span.tt:after { display:none; } 
#footer .f__address a:after { content:''; position:absolute; left:50%; transform:translateX(-50%); height:1px; width:0; bottom:-3px; background:#fff; transition:all 0.3s ease; } 
#footer .f__address a:hover:after {width:100%;} 


#footer .f__address .copy { font-size:14px; } 

#footer .copyright { border-top:1px solid #384458; padding-top:20px; margin-top:13px;letter-spacing:0; }
#footer .copyright-inner { max-width:1170px;  margin:0 auto; font-weight:300;font-size:14px;color:#fff;opacity:0.7; box-sizing:border-box; padding-left:349px;  }
*/
@media screen and (max-width: 1200px){
	/*footer*/
	#footer .f__inner { max-width:revert; margin:0 15px;} 
	#footer .f__logo {margin-right:30px; } 
	#footer .f__address { font-size:13px; }
	#footer .f__address .copy { font-size:13px; }
	#footer .f__menu_list a { font-size:13px; } 

}
@media screen and (max-width: 1024px){
	#footer {padding:30px 0;}
	#footer .f__logo {display:none;} 

}
@media screen and (max-width: 640px){
	.f_qna { font-size:1.25rem;  } 
}
@media screen and (max-width: 540px){
	#footer .f__address { float:none; } 
	#footer .f__address p {margin-bottom:0px;} 
	.f_qna { width:100%; text-align:center; margin-bottom:10px !important; } 
	.f_info { width:100%; text-align:center; } 
	.f_info span { width:100%; display:block; margin-bottom:5px; margin-right:0px;} 
	
}
@media screen and (max-width: 414px){
	#footer span  { font-size:13px; }
	#footer .copyright-inner { font-size:12px;}

}


body {background-color:#fff;}




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

		sub

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

/*#sub {padding-top:80px;}*/
/*#sub {padding-top:135px;padding-bottom:70px;}*/
.sub__menu {position:fixed;top:80px;left:0;width:100%;background-color:#b80b35;z-index:99;}
.sub__menu .menu-inner {max-width:1200px;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;}
}