@charset "UTF-8";

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

		header

********************************************************/
#header {position:fixed;top:0;left:0;width:100%;height:100px;background-color:#fff;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;}
#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:1400px;margin:0 auto;z-index:2}
#header h1 {float:left;padding:10px 0;}
@media screen and (max-width: 1400px){
	/*header*/
	#header header {margin:0 15px;}
}
@media screen and (max-width: 1024px){
	#header {height:60px;}
	#header h1 {padding:15px 0;}
	#header h1 img {height:35px;}
}


/*대메뉴 서브메뉴 레이아웃*/
.header-inner {float:right;}
.lnb-menu > li > a { display:flex; align-items: center;min-height:100px; font-weight:400;font-size:1rem;color:#000;letter-spacing:-0.05em; box-sizing:border-box; transition:all 0.3s ease-out;}
.lnb-menu > li > a:after {content:'';position:absolute;left:50%;right:50%;bottom:0;height:4px;background-color:#999;z-index:-1; transition:all 0.3s ease-out;}
.lnb-menu > li.on > a {color:#6fccdd;}
.lnb-menu > li.on > a:after,
.lnb-menu > li > a:hover:after { display:none; left:0;right:0;background-color:#6fccdd;}
.lnb-menu > li > a:hover { font-weight:500; color:#6fccdd; } 


@media screen and (min-width: 1025px){
	.lnb-menu > li {display:inline-block;margin-left:85px;}
}
@media screen and (max-width: 1280px){
	.lnb-menu > li {margin-left:65px;}
}
@media screen and (max-width: 1024px){
	.lnb-menu > li {margin-left:0px; }
	.lnb-menu > li > a{ min-height:revert;  }

}
/* header sub */
.lnb_sub_menu {display:none;position:absolute;top:80px;left:0;width:100%;}
.lnb_sub_menu ol {max-width:1200px;margin:0 auto;text-align:center;box-sizing:border-box;}
.lnb_sub_menu.sM2 ul {padding-left:531px;}
.lnb_sub_menu.sM3 ul {padding-left:684px;}
.lnb_sub_menu.sM4 ul {padding-left:799px;}
.lnb_sub_menu.sM5 ul {padding-left:674px;text-align:right}
.lnb_sub_menu.sM5 li:last-child {margin-right:0;}
.lnb_sub_menu ol {position:relative;}
.lnb_sub_menu li {display:inline-block;margin-right:38px;}
.lnb_sub_menu li a {display:block;padding:22px 0;font-size:14px;color:#fff;letter-spacing:-0.5px;text-transform:uppercase;}
.lnb_sub_menu li.on a {color:#55c2ef;}
@media screen and (min-width: 1025px){
	.lnb_sub_menu:before {content:'';position:fixed;top:80px;left:0;width:100%;height:0;background-color:#0d1231;-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.open:before {height:60px;}
	.lnb_sub_menu li a:hover {color:#999;}
}

/* header fixed */
#header.fixed {background-color:#fff;border-bottom:1px solid #eee; box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15), 0 2px 10px 0 rgba(0, 0, 0, 0.11); }
#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 hover */
#header.hover:before {opacity:0.8;}
#header.hover h1 span {background:url(images/common/logo.png) no-repeat 0;}
#header.hover h1 a:before {content:'';}
/*#header.hover #header__lnb .lnb-menu > li > a {color:#6fccdd;}*/
#header.hover #header__language select {background:url(/images/board/select_bg.png) no-repeat 90% center !important;border-color:#666;color:#333;}
#header.hover #header__menu button span.line {background-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: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 {display:inline-block;margin-left:62px;padding:38.5px 0;vertical-align:top;}
#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__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:#fff; border-top:1px solid #e0e0e0; }
#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;right:15px; 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 .inner { position:relative;max-width:1440px; margin:0 auto;} 



/*
#footer .f_top .left {float:left;}
#footer .f_top .left strong {display:block;margin-bottom:44px;color:#fff;font-weight:bold;font-size:14px;}
#footer .f_top .left > span {display:block;}
#footer .f_top .left > span span.title {display:inline-block;text-align:left}

#footer .f_top .left.d_info {position:relative;width:36%;padding-right:1%;box-sizing:border-box;}
#footer .f_top .left.d_info .title {margin-bottom:0;}
#footer .f_top .left.d_info .info1 {margin-bottom:7px;color:#fff;font-size:15px;letter-spacing:-0.5px}
#footer .f_top .left.d_info .info1 span.title {width:27px;color:#fff;font-size:15px}
#footer .f_top .left.d_info .info2 {margin-bottom:26px;color:#fff;font-size:15px;letter-spacing:-0.5px}
#footer .f_top .left.d_info .info2 span.title {width:27px;color:#fff;font-size:15px}
#footer .f_top .left.d_info .info3 {margin-bottom:8px;color:#acacac;}
#footer .f_top .left.d_info .info3 span.title {width:77px;color:#acacac;font-size:15px;letter-spacing:-0.5px}
#footer .f_top .left.d_info .info4 {margin-bottom:34px;color:#acacac;}
#footer .f_top .left.d_info .info4 span.title {width:77px;color:#acacac;}
#footer .f_top .left.d_info .info5 {margin-bottom:24px;color:#acacac;}
#footer .f_top .left.d_info .info6 {position:absolute;bottom:0;cursor:pointer;}
#footer .f_top .left.d_info .info6 .title {display:block;width:95px;height:28px;line-height:28px;padding:0 14px;border:1px solid #444;color:#777;background:url(images/common/family_up_btn.png) no-repeat 100px center;}
#footer .f_top .left.d_info .info6 .title:hover {border:1px solid #fff;}
#footer .f_top .left.d_info .info6.on .title {background:url(images/common/family_down_btn.png) no-repeat 100px center;}
#footer .f_top .left.d_info .info6 .family_list {display:none;position:absolute;left:0;}
#footer .f_top .left.d_info .info6.on .family_list {display:block;}
#footer .f_top .left.d_info .info6 .family_list li {width:123px;height:28px;background:#242424;}
#footer .f_top .left.d_info .info6 .family_list li a {display:block;width:95px;height:100%;line-height:28px;padding:0 14px;border: 1px solid #444;}

#footer .f_top .left.service {display:none;position:relative;width:121px;letter-spacing:0; height:293px;}
#footer .f_top .left.service a {display:block;color:#acacac;font-size:14px;}
#footer .f_top .left.service a.last {position:absolute;bottom:0;width:100%;height:28px;line-height:28px;padding: 0 14px;border:1px solid #444;color:#777;font-size:13px;text-align:center;}
#footer .f_top .left.service a.last:hover {border:1px solid #fff;}

#footer .f_top .right {float:right;width:64%}
*/

#footer .f_bottom { background:#fff; font-size:0.938rem;letter-spacing:0; color:#666; text-align:right; }
#footer .f_bottom .inner { border-top:1px solid #e0e0e0; padding:1.563rem 0; font-weight:300;  } 

/*
#footer .f_bottom .left {font-size:13px;}
#footer .f_bottom .right a {display:inline-block;padding:0 10px;font-weight:bold;font-size:15px;}
#footer .f_bottom .right a:hover {color:#fff;}
#footer .f_bottom .right a:first-child {margin-right:5px;}
*/


@media screen and (max-width:1330px){
	#footer .btnTop,
	#footer .btnTop.btnTop-bot.main-btn-top {left:auto;right:10px;margin-left:0;}
}
@media screen and (max-width:1190px){
	#footer footer .f_top,
	#footer footer .f_bottom .inner {margin:0 10px;}
}
@media screen and (max-width:900px){

}
@media screen and (max-width:640px){


}
@media screen and (max-width:540px){

}



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;}
}