@charset "UTF-8";

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

		header

********************************************************/
#header {position:fixed;top:0;left:0;width:100%;height:90px;background-color:transparent;z-index:999999;-webkit-transition-duration:0.3s;-o-transition-duration:0.3s;-ms-transition-duration:0.3s;transition-duration:0.3s;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:0.3s;-o-transition-duration:0.3s;-ms-transition-duration:0.3s;transition-duration:0.3s;}
#header header {position:relative;max-width:1680px;margin:0 auto;z-index:2}
#header h1 {float:left;padding:16.5px 0;}
#header h1 .logo1 {display:none;}
#header.hover h1 .logo1 {display:block;}
#header.fixed h1 .logo1 {display:block;}
#header.hover h1 .logo2 {display:none;}
#header.fixed h1 .logo2 {display:none;}
@media screen and (max-width: 1780px){
	#header header {margin:0 50px;}
}
@media screen and (max-width: 1200px){
	/*header*/
	#header header {margin:0 15px;}
}
@media screen and (max-width: 1024px){
	#header {height:60px;}
	#header h1 {padding:10px 0;}
	#header h1 img {height:40px;}
}


/*대메뉴 서브메뉴 레이아웃*/
.header-inner {text-align:center;}
.lnb--menu > li > a {display:block;font-weight:500;font-size:17px;color:#fff;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);}
.lnb--menu > li > a:after {content:'';position:absolute;left:50%;right:50%;bottom:0;height:3px;background-color:#038c40;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.on > a:after {left:0;right:0;}
.lnb--menu > li.ov > a:after {left:0;right:0;}
@media screen and (min-width: 1025px){
	.lnb--menu > li {display:inline-block;margin:0 50px;}
	.lnb--menu > li > a {padding:32.5px 10px;}
    .lnb--menu > li:hover > a:after {left:0;right:0;}
}

/* header sub */
.lnb_sub_menu {display:none;position:fixed;top:90px;left:0;width:100%;background-color:#fff;border-top:1px solid #eee;}
.lnb_sub_menu li a {position:relative;display:block;padding-left:10px;font-size:14px;color:#333;letter-spacing:-0.5px;text-transform:uppercase;}
.header__menu-list li.on a {color:#333;}
@media screen and (min-width: 1025px){
	.lnb_sub_menu {border-bottom:1px solid #eee;background-image:url(images/common/lnb_bg.png);background-repeat:no-repeat;background-position:left bottom;}
	.lnb_sub_menu_inner {overflow:hidden;max-width:1024px;margin:0 auto;padding:30px 0;font-size:0;}
	#ENPAGES .lnb_sub_menu_inner {max-width:1200px;}
	.lnb_sub_image {display:inline-block;width:320px;margin-top:10px;}
	.lnb_sub_image img {display:none;}
	.lnb_sub_menu ol {display:inline-block;/*width:51%*/;box-sizing:border-box;position:relative;}
	.lnb_sub_menu li {text-align:left;margin:5px 0;}
	.lnb_sub_menu li a:before {content:'';position:absolute;top:9px;left:0;width:3px;height:3px;border-radius:3px;background-color:#333;vertical-align:middle;}
    .lnb_sub_menu li a:hover {color:#999;}
    .lnb_sub_menu li:hover a {color:#999;}
    .header__menu-list li:hover a {color:#333;}
	#lnb_menu1 .lnb_sub_menu_area {margin-left:-655px;}
	#lnb_menu2 .lnb_sub_menu_area {margin-left:-55px;}
	#lnb_menu3 .lnb_sub_menu_area {margin-left:143px;}
	#lnb_menu4 .lnb_sub_menu_area {margin-left:521px;}
	#ENPAGES #lnb_menu4 .lnb_sub_menu_area {margin-left:450px;}
	#ENPAGES #lnb_menu5 .lnb_sub_menu_area {margin-left:730px;}
	#lnb_menu1 .lnb_sub_image_1 {display:block;}
	#lnb_menu2 .lnb_sub_image_2 {display:block;}
	#lnb_menu3 .lnb_sub_image_3 {display:block;}
	#lnb_menu4 .lnb_sub_image_4 {display:block;}
	#lnb_menu5 .lnb_sub_image_5 {display:block;}
}
@media screen and (min-width: 1025px) and (max-width: 1440px){
	.lnb--menu > li {margin:0 30px;}
	#ENPAGES .lnb--menu > li {margin:0 4px;}
	#lnb_menu1 .lnb_sub_menu_area {margin-left:-535px;}
	#lnb_menu2 .lnb_sub_menu_area {margin-left:-15px;}
	#lnb_menu3 .lnb_sub_menu_area {margin-left:100px;}
	#lnb_menu4 .lnb_sub_menu_area {margin-left:395px;}
}
@media screen and (max-width: 1024px){
	#header #header__lnb .lnb--menu > li {margin:0;}
	.lnb_sub_image {display:none;}
}

/* header fixed */
#header.fixed {background-color:#fff;border-bottom:1px solid #eee;}
#header.fixed {background-color:#fff;border-bottom:1px solid #eee;}
#header #header__lnb .lnb--menu > li > a {color:#fff;}
#header #header__language select {background:url(/images/board/select_bg_off.png) no-repeat 90% center !important;border-color:#fff;color:#fff;}
#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:1;}
#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:#333;}
#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 (min-width: 1025px){
	#header #header__lnb .lnb--menu > li > a {height:90px;box-sizing:border-box;}
}
@media screen and (max-width: 1024px){
	.header-inner {display:none;float:none;overflow-y:auto;position:fixed;top:0;left:0;width:101%;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:table-cell;position:relative;top:0;padding:50px 0;background-color:transparent;vertical-align:middle;}
	#header #header__lnb .nav:before {display:none}
	#header #header__lnb .lnb--menu {margin-top:0;}
	#header #header__lnb .lnb--menu > li {}
	#header.fixed #header__lnb .lnb--menu > li > a,
	#header #header__lnb .lnb--menu > li > a {padding:10px !important;font-size:20px;color:#333;}
	#header #header__lnb .lnb--menu > li > a span {padding:0;}
	#header #header__lnb .lnb--menu > li h2 {font-size:16px;}
	/*#header #header__lnb .lnb--menu > li.on > a {color:#fff;}
	#header #header__lnb .lnb--menu > li.on > a:after {height:45px;background-color:transparent;border:2px solid #fff;}
	#header #header__lnb .lnb--menu > li.on {background-color:#333;border:1px solid #999;border-width:1px 0;}*/
	#header #header__lnb > .nav > .lnb--menu > li {display:block;height:auto;}
	#header #header__lnb > .nav > .lnb--menu > li > a {display:inline-block;}
	#header #header__lnb > .nav > .lnb--menu > li > a:after {margin-bottom:0;}
	#header #header__lnb > .nav > .lnb--menu > li.ov > a {color:#888;}
	#header #header__lnb > .nav > .lnb--menu > li.ov > a:after {content:none;margin-bottom:0;}
	#header .lnb_sub_menu {position:relative;top:0;padding-bottom:20px;background-color:transparent;text-align:center;border-top:none;}
	#header .lnb_sub_menu li {display:block;margin:0 15px;}
	#header .lnb_sub_menu li a {padding:5px 0 5px;font-size:16px;color:#666;}
}



/*검색 바*/
#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 a {font-weight:300;font-size:16px;color:#fff;vertical-align:middle;}
#header__language a.on {font-weight:600;}
#header__language a:before {content:'';display:inline-block;vertical-align:middle;width:1px;height:13px;margin:0 15px;margin-top:-2px;background-color:#ddd;}
#header__language a:first-child:before {content:none;}
#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.fixed #header__language a {color:#333;}
#header.fixed #header__language a.on {color:#44967a;}
#header.hover #header__language a {color:#333;}
#header.hover #header__language a.on {color:#44967a;}
@media screen and (min-width: 1025px){
	#header__language {position:absolute;top:0;right:0;padding:33px 0;vertical-align:top;}
}
@media screen and (max-width: 1769px){
	#header__language {margin-left:30px;}
}
@media screen and (max-width: 1439px) and (min-width: 1025px){
	#header__language a:before {margin:0 10px;}
}
@media screen and (max-width: 1200px){
}
@media screen and (max-width: 1200px){
	#header__language {margin-left:10px;}
}
@media screen and (max-width: 1024px){
	#header__language {position:relative;margin-left:0;z-index:2;margin-top:25px;}
	#header__language a {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:#fff;-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 {padding:35px 0;background:#232623;}
#footer footer {position:relative;max-width:1680px;margin:0 auto;}
#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:49px;height:49px;margin-left:870px;background:url(images/common/btn_top.png) no-repeat center;background-size:cover !important;text-indent:-9999px;z-index:99999;cursor:pointer;}


#footer .f__inner {overflow:hidden;}
#footer .f__logo {float:left;margin-right:50px;}
#footer .f__address {font-weight:300;font-size:13px;color:#b3b3b3;opacity:0.7}
#footer .f__address p {margin-bottom:3px;}
#footer .f__address * {color:#b3b3b3}
#footer .f__address span:after {content:'';display:inline-block;width:1px;height:13px;margin:0 12px;background-color:#404040;vertical-align:middle;}
#footer .f__address span:last-child:after {content:none;}
#footer .f__address .copyright {margin-top:13px;letter-spacing:0;}
@media screen and (max-width: 1780px){
	#footer footer {margin:0 50px;}
}
@media screen and (max-width: 1200px){
	/*footer*/
	#footer footer {margin:0 15px;}
}
@media screen and (max-width: 1024px){
	#footer {padding:15px 0;}
	#footer .f__logo {display:none;}
}
@media screen and (max-width: 680px){
	#footer p:first-child span:last-child {display:block;}
	#footer .f__address {text-align:center;}
	#footer .f__address span:after {margin:0 0px 0 5px}
}



body {background-color:#fff;}




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

		sub

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

/*#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: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:86px;height:64px;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:70px;}50%{bottom:85px;}100%{bottom:70px;}}

@media screen and (max-width: 768px){
	#main__slider .slider-scroll img {height:50px;}
	@keyframes scrollImage {0%{bottom:50px;}50%{bottom:60px;}100%{bottom:50px;}}
}
