@charset "UTF-8";

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

		header

********************************************************/
#header {position:fixed;top:0;left:0;width:100%;height:80px;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:1170px;margin:0 auto;z-index:2}
#header h1 {float:left;padding:23px 0;}
#header.fixed {border-bottom:1px solid #ddd;}
@media screen and (max-width: 1200px){
	/*header*/
	#header header {margin:0 15px;}
}
@media screen and (min-width: 1921px){
	#header header {max-width:100%;margin:0 130px;}
}
@media screen and (max-width: 1920px){
	#header header {max-width:1680px;margin:0 auto;}
}
@media screen and (max-width: 1760px){
	#header header {margin:0 40px;}
}
@media screen and (max-width: 1200px){
	/*header*/
	#header header {margin:0 15px;}
}
@media screen and (max-width: 1024px){
	#header {height:60px;}
	#header h1 {padding:18px 0;}
	#header h1 img {height:25px;}
}


/*대메뉴 서브메뉴 레이아웃*/
.header-inner {float:right;}
.lnb-menu > li > a {display:block;padding:30px 0;font-weight:500;font-size:15px;color:#333;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:4px;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 {color:#25509b !important;}
.lnb-menu > li.on > a:after,
.lnb-menu > li > a:hover:after {left:0;right:0;}
@media screen and (min-width: 1025px){
	.lnb-menu {display:inline-block;}
	.lnb-menu > li > a:after {content:'';position:absolute;left:0;right:0;bottom:0;width:14px;height:12px;margin:0 auto;background-image:url(images/common/lng_icon.png);background-repeat:no-repeat;background-position:center;-webkit-transition-duration:0.5s;-moz-transition-duration:0.5s;-ms-transition-duration:0.5s;-o-transition-duration:0.5s;transition-duration:0.5s;opacity:0}
	.lnb-menu > li:hover > a {color:#22509b;}
	.lnb-menu > li:hover > a:after {opacity:1}
	.lnb-menu > li {display:inline-block;padding:0 15px;position:relative;}
}
@media screen and (max-width: 1455px) and (min-width: 1025px){
	.lnb-menu > li {padding:0 8px;}
}

/* header sub */
.lnb_sub_menu {display:none;position:absolute;top:80px;left:0;width:100%;}
.lnb_sub_menu ol {max-width:1170px;margin:0 auto;padding:10px 0;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:block;border-bottom:1px solid #5b87d0;}
.lnb_sub_menu li a {display:inline-block;padding:6px 18px;font-size:14px;color:#aecdf9;letter-spacing:-0.5px;text-transform:uppercase;}
.lnb_sub_menu li a:hover {color:#fff;border-bottom-color:#b4d3f0;}
.lnb_sub_menu li:hover a {color:#fff;border-bottom-color:#b4d3f0;}
.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 {left:50%;width:211px;padding:12px 17px;margin-left:-100px;box-sizing:border-box;}
	.lnb_sub_menu:before {content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#22509b;-webkit-transition-duration:0.5s;-moz-transition-duration:0.5s;-ms-transition-duration:0.5s;-o-transition-duration:0.5s;transition-duration:0.5s;}
}


/*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:table-cell;position:relative;top:0 !important;height:auto;background-color:transparent;vertical-align:middle;}
	#header #header__lnb .nav:before {display:none}
	#header #header__lnb .lnb-menu {margin-top:25px;}
	#header #header__lnb .lnb-menu > li {float:none;width:100% !important;height:auto;padding:0;border:none;}
	#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.fixed #header__lnb .lnb-menu > li {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.on > a {color:#888;}
	#header #header__lnb > .nav > .lnb-menu > li.ov > a:after {content:none;margin-bottom:0;}
	#header .lnb_sub_menu {position:static;padding-bottom:20px;background-color:transparent;text-align:center;}
	#header .lnb_sub_menu li {display:block;margin:0 15px;border-bottom:none;}
	#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 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 {display:inline-block;margin-left:150px;padding:27.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;}
}



/*모바일 버튼*/
#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:#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 {background-color:#282746;}
#footer * {font-family:"Noto Sans KR","Noto Sans", sans-serif;font-weight:100;font-size:15px;color:#fff;line-height:1.7;font-style:normal;}
.btnTop {display:none;position:fixed;left:50%;bottom:15px;width:27px;height:32px;margin-left:605px;background:url(images/common/btn_top.png) no-repeat center;background-size:cover !important;text-indent:-9999px;z-index:99999;cursor:pointer;-webkit-transition:all 0.6s ease-out;-ms-transition:all 0.6s ease-out;-o-transition:all 0.6s ease-out;transition:all 0.6s ease-out;}
.btnTop.btnTop-bot {bottom:80px;}
#footer .maxWidth {padding:32px 0;position:relative;}
#footer .inner--left {width:35%;height:90px;position:relative;}
.footer_add {overflow:hidden;}
.footer_add h2 {float:left;margin-right:45px;margin-bottom:15px;}
.footer__address {float:left;}
.footer__menu a {display:inline-block;vertical-align:middle;font-size:14px !important;opacity:0.7}
.footer__menu a:before {content:'';display:inline-block;width:1px;height:14px;margin:0 10px;margin-top:-2px;background-color:#fff;opacity:0.3;vertical-align:middle;}
.footer__menu a:first-child:before {content:none !important;}
.footer__sns {position:absolute;bottom:0;left:0;}
.footer__sns a {display:inline-block;margin-right:7px;}
.footer__sns i {display:block;width:30px;height:30px;background-repeat:no-repeat;background-position:center;}
.footer__sns .f_sns1 i {background-image:url(images/common/f_sns1.png);}
.footer__sns .f_sns2 i {background-image:url(images/common/f_sns2.png);}
.footer__sns .f_sns3 i {background-image:url(images/common/f_sns3.png);}
.footer__address .fs {font-weight:500 !important;}
.address_phone span {display:inline-block;margin-right:20px;}
#footer .copyright {display:block;margin-top:6px;font-size:14px !important;letter-spacing:0.5px}
.footer_familySite {position:absolute;top:32px;right:0;}
.footer_familySite select {display:block;width:200px;height:35px;line-height:35px;margin-top:20px;padding:0 15px;background-color:transparent;background-image:url(images/common/f_select.png);background-position:95% center;border:1px solid #636363;font-weight:300;font-size:14px;color:#a3a3a3;opacity:0.7}
.footer_familySite > a {display:block;width:200px;height:35px;line-height:35px !important;margin-bottom:10px;padding:0 15px;background-color:transparent;background-image:url(images/common/f_select.png);background-repeat:no-repeat;background-position:95% center;border:1px solid #636363;font-weight:300;font-size:14px;color:#a3a3a3;opacity:0.7;box-sizing:border-box;}
.footer_familySite select option {font-weight:500;color:#333 !important;}
.site__popup {display:none;position:absolute;right:0;bottom:44px;width:825px;height:auto;padding:23px 55px;background-color:#f8f9fb;border:3px solid #333;box-sizing:border-box;z-index:99999}
.site__list {font-size:0 !important;}
.site__list li {display:inline-block;width:25%;margin:7px 0;padding-right:15px;box-sizing:border-box;}
.site__list a {display:block;position:relative;padding-bottom:3px;padding-left:12px;font-weight:600 !important;font-size:14px !important;color:#333 !important;}
.site__list a:before {content:'';position:absolute;top:10px;left:0;width:4px;height:4px;border-radius:4px;background-color:#ffa619;}
.site__list a:after {content:'';position:absolute;left:0;right:100%;bottom:0;height:1px;margin-bottom:0;background-color:#ffa619;z-index:-1;-webkit-transition-property:right;transition-property: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;}
.site__list a i {position:absolute;top:6px;right:0;width:16px;height:11px;background-image:url(images/common/site_icon.png);background-repeat:no-repeat;background-position:center;opacity:0}
.campussite_popup {bottom:89px;}
.site__popup_close {position:absolute;top:10px;right:10px;}
.footer_add {position:relative;}
.footer_btns {float:right;margin-left:10px;}
.footer_btns a {margin-left:7px;}
#footer .beulosyueo_download {position:static;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;margin-top:15px;}
#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 (min-width: 1025px){
	.site__list a:hover {color:#ffa619 !important;}
	.site__list a:hover i {opacity:1}
	.site__list a:hover:after {left:0;right:0;z-index:1;}
}
@media screen and (max-width:1930px){
	#footer #topBtn {margin-left:0;left:auto;right:15px;}
}
@media screen and (max-width: 1200px){
	#topBtn.btnTop-bot {bottom:210px;}
	#footer .maxWidth {margin:0 15px;}
	.footer_familySite {position:static;text-align:center;margin-top:20px;}
	.footer_familySite > a {display:inline-block;width:130px;margin:0 4px;text-align:left;}
	.site__popup {text-align:left;}
	.site__popup {bottom:89px !important;}
}
@media screen and (max-width: 1120px){
	#footer .beulosyueo_download {width:155px;line-height:35px;}
}
@media screen and (max-width: 1024px){
	#footer .maxWidth {padding:25px 0;}
	.site__popup {bottom:59px !important;}
}
@media screen and (max-width: 850px){
	.site__popup {width:100%;}
}
@media screen and (max-width: 768px){
	#footer .maxWidth {padding:30px 0 20px;}
	#footer * {font-size:13px !important;}
	#footer .inner--left {float:none;width:100%;padding:0;margin:0;height:auto;margin-bottom:10px;}
	#footer .footer__menu {margin-top:0;}
	.footer__top {padding:10px 0;}
	.footer_add h2 {display:none;}
	.footer__address {text-align:center;}
	.footer__menu {text-align:center;}
	.footer__sns {position:static;text-align:center;margin-top:10px;}
	#footer .copyright {margin-top:15px;}
	#topBtn {width:40px;height:40px;}
	#topBtn.btnTop-bot {bottom:188px;}
	#footer .site__list {font-size:0 !important;}
	.site__popup {bottom:54px !important;padding:25px 15px;}
	.footer__address {float:none;}
	.footer_btns {float:none;margin-left:0;margin-top:10px;text-align:center;}
}
@media screen and (max-width: 680px){
	#footer .beulosyueo_download {position:static;margin:0 auto;margin-top:15px;line-height:30px;font-size:13px;}
}
@media screen and (max-width: 650px){
	.site__list li {width:33.333%;}
	.site__list li {margin:0;}
}
@media screen and (max-width: 500px){
	.site__list li {width:50%;}
	.site__popup_close img {height:22px;}
}
@media screen and (max-width: 768px){
}



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