@charset "UTF-8";

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

		header

********************************************************/
#header { position:fixed;top:0;left:0;width:100%;height:145px;background:#fff; z-index:99;-webkit-transition-duration:0.5s;-m-transition-duration: 0.5s;-o-transition-duration:0.5s;-ms-transition-duration:0.5s;transition-duration:0.3s;box-sizing:border-box;} /* background-color:rgba(0, 0, 0, .1);  */
#header:before { content:'';position:absolute;top:-345px;left:0;width:100%;height:345px;background-color:#2f2f4f;opacity:0;-webkit-transition-duration:1s;-m-transition-duration: 1s;-o-transition-duration:1s;-ms-transition-duration:1s;transition-duration:0.3s; z-index:-1;}
#header:after { content:''; position:absolute; width:100%; height:1px; top:145px; left:0px; opacity:0; background: rgba(255,255,255, 0.2); transition:all .3s ease; } 

#header header {position:relative;max-width:1170px;margin:0 auto;z-index:2; }
#header h1 {float:left;padding:20px 0;}
#header h1 .logo2 {display:none;}
@media screen and (min-width: 1921px){
	/*#header header {max-width:100%;margin:0 130px; }*/
}
@media screen and (min-width: 1025px){
}
@media screen and (max-width: 1920px){
	/*#header header {max-width:1170px;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:100px;}
	#header h1 {padding:10px 0;}
	#header h1 img {height:40px;}
}

/*
#header h1 .logo1 {display:none;}
#header h1 .logo2 {display:block;}
*/

/* header fixed */
#header.fixed {background-color:#2f2f4f; box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15), 0 2px 10px 0 rgba(0, 0, 0, 0.11);}
#header.open_menu:before {opacity:1; top:0; }
#header.fixed.open_menu:before {opacity:1; top:0; }
#header.open_menu:after {opacity:1;  }
#header.fixed.open_menu:after {opacity:1;  }

/*#header #header__lnb .lnb-menu > li > a {color:#333;}*/
#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__language select {background:url(/images/board/select_bg.png) no-repeat 90% center !important;border-color:#666;color:#333;}




/*대메뉴 서브메뉴 레이아웃*/
.header-inner {float:right; }
.lnb-menu > li > a { position:relative; display:block; font-weight:500;font-size:18px;color:#111;letter-spacing:-0.05em;-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); box-sizing:border-box;}

/*.lnb-menu > li > a:after {content:'';position:absolute;left:50%;right:50%;bottom:0;height:4px;background-color:#999;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,
.lnb-menu > li > a:hover:after {left:0;right:0;}*/
/*
.lnb-menu > li.on > a {color:#fabd1a !important;}
*/

.lnb_sub_menu {display:none; max-width:11.5rem; }
.lnb_menu_list { padding-top:10px; margin:0 0;}
.lnb_menu_list li {margin:8px 0;}
.lnb_menu_list a {font-size:15px;color:#7878b2;position:relative; word-break:keep-all; transition:all .3s ease; }


@media screen and (min-width: 1025px){
	/*
	#header #header__lnb .lnb-menu > li:hover > a {color:#fabd1a;}
	*/
	.lnb-menu {display:inline-block;}
	.lnb-menu > li {display:inline-block;padding:0 0;box-sizing:border-box; }
	.lnb-menu > li > a {padding:27px 0;}
	.lnb-menu > li > a:after { position:absolute; content:''; width:2px; height:15px; background:#111; top:33px; right:3.5rem; } 
	.lnb-menu > li:last-of-type > a:after { display:none; } 

	.lnb-menu #lnb_menu1 {width:10.5rem;}
	.lnb-menu #lnb_menu2 {width:10.5rem;}
	.lnb-menu #lnb_menu3 {width:10.5rem;}
	.lnb-menu #lnb_menu4 {width:10.5rem;}
	.lnb-menu #lnb_menu5 {width:10.5rem;}
	.lnb_menu_list a:hover {color:#fff;}
	.lnb_menu_list a:after { position:absolute; content:''; width:0; height:1px; bottom:-5px; left:0px; background:#696994; transition:all .3s ease; } 
	.lnb_menu_list a:hover:after { width:100%; } 
	.lnb-menu #lnb_menu2 .lnb_sub_menu { margin-left:-3.5rem; } 
}
@media screen and (max-width: 1300px) and (min-width: 1025px){

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

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

} 


#header.fixed .lnb-menu > li > a, #header.open_menu .lnb-menu > li > a { color:#fff; } 
#header.fixed .lnb-menu > li > a:after, #header.open_menu .lnb-menu > li > a:after { background:#fff;  } 


/*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:#2f2f4f;opacity:1;}
	#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:#7878b2;}
	#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.ov > a {color:#fff;}
	#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; max-width: revert;}
	#header .lnb_sub_menu li {display:block;margin:8px 15px;}
	#header .lnb_sub_menu li a {padding:8px 0 8px;font-size:16px;color:#fff;}

	#header .lnb_menu_list li {margin:8px 0;}
	#header .lnb_menu_list a {font-size:15px;color:#7878b2;position:relative; word-break:keep-all; transition:all .3s ease; }
	#header .lnb_menu_list a:hover {color:#fff;}
	#header .lnb_menu_list a:after { position:absolute; content:''; width:0; height:1px; bottom:3px; left:0px; background:#fff; transition:all .3s ease; } 
	#header .lnb_menu_list a:hover:after { width:100%; } 

	/*.lnb_sub_menu {display:none !important;}*/
}




.header__menu_box {display:none;overflow-y:auto;position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999;}
.header__menu_box:before {content:'';position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(images/common/header__menu_box.jpg);background-repeat:no-repeat;background-position:center;background-size:cover;background-color:#000;opacity:1;}
.header__menu_box .l-table {position:relative;z-index:9;}
.header__menu_box .l-cell {padding:50px 0;}
.menu_box_inner {max-width:1170px;margin:0 auto;overflow:hidden;}
.menu_box_inner * {font-family:'Roboto',"Noto Sans KR","맑은 고딕","malgun gothic","나눔 고딕","Nanum Gothic","nanumgothic","AppleSDGothcNeo","AppleGothic", sans-serif;}
.menu_box_list {font-size:0;}
.menu_box_list > li {display:inline-block;margin-right:95px; }
.menu_box_list > li:last-child {margin-right:0;}
.menu_box_list > li > a span {padding-top:7px; position:relative;display:inline-block;padding-bottom:11px;font-weight:500;font-size:40px;color:#fff;-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);z-index:2; }
.menu_box_list > li > a span:after {content:'';position:absolute;left:0;right:100%;bottom:0;height:3px;background-color:#fabd1a;z-index:1;-webkit-transition-property:left,right;transition-property:left,right;-webkit-transition-duration:0.6s;-moz-transition-duration:0.6s;-ms-transition-duration:0.6s;-o-transition-duration:0.6s;transition-duration:0.6s;-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;}
.menu_box_list > li > a span:before {content:'';position:absolute;left:0;right:100%;bottom:0;width:100%;height:3px;background-color:#fff;opacity:0;z-index:-1;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-ms-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;}
/*서브메뉴*/
.menu_sub_list {margin-top:30px;}
.menu_sub_list > li {margin-bottom:15px;}
.menu_sub_list > li > a {display:block;font-size:22px;color:#fff;-webkit-transition-duration:0.5s;-moz-transition-duration:0.5s;-ms-transition-duration:0.5s;-o-transition-duration:0.5s;transition-duration:0.5s;}
/*오른쪽 영역*/
.menu_box_infos {padding-top:42px;}
.menu_box_infos > div {font-size:30px;color:#fff;}
.menu_box_infos > div:last-child {margin-bottom:0;}
.menu_box_infos > div a {color:#fff;}
.box_infos_contact {margin-bottom:25px;}
.box_infos_contact span {display:block;}
.box_infos_contact b {font-size:45px;}
.box_infos_link {margin-bottom:50px;}
.box_infos_link a {display:block;margin-bottom:40px;}
.box_infos_link a:last-child {margin-bottom:0;}
.box_infos_btn a {font-size:15px;}
.box_infos_btn a:first-child:after {content:'/';display:inline-block;margin:0 30px;}

.menu_box_foot {margin-top:200px;font-size:15px;color:#999;}
.menu_box_foot .copyright {float:left;  }
.menu_box_foot .header__sns {position:static;float:right;padding:0;}
@media screen and (min-width: 1025px){
	.menu_box_list > li:hover > a span {background-image:url(images/common/menu_box_i.png);background-repeat:no-repeat;background-position:right top;}
	.menu_box_list > li:hover > a span:after {opacity:1;}
	.menu_box_list > li:hover > a span:after {right:0;}
	.menu_box_list > li:hover > a span:before {opacity:1;}
	.menu_sub_list > li:hover a {color:#fabd1a;}
}
@media screen and (max-width: 1200px){
	.menu_box_inner {margin:0 15px;text-align:center;}
	.menu_sub_list > li > a {font-size:17px;}
	.menu_box_list > li > a span {font-size:22px;}
}
@media screen and (max-width: 1024px){
	.menu_sub_menu {display:none;}
	.menu_box_inner {overflow:inherit;max-width:280px;margin:0 auto;}
	.menu_box_list > li {display:block;margin:0;margin-bottom:30px;padding:0;}
	.menu_sub_list {margin-top:20px;}
	.menu_sub_list > li {margin-bottom:7px;}
	.menu_box_list > li:last-child {margin-bottom:0;}
	.menu_sub_list > li > a {font-size:18px;}
	.menu_box_list > li > a span {padding-top:5px; padding-bottom:0;font-size:22px;}
	.menu_box_list > li > a span:after {content:none;width:26px;margin-top:-5px;margin-left:6px;}
	.menu_box_list > li > a span:before {content:none;}
	.menu_box_list > li.ov > a span {color:#fabd1a;background-image:url(images/common/menu_box_i.png);background-repeat:no-repeat;background-position:right top;}
	.menu_box_list > li.on > a span {color:#fabd1a;background-image:url(images/common/menu_box_i.png);background-repeat:no-repeat;background-position:right top;}

	.menu_box_infos {margin-top:40px;padding:20px;border:1px solid #999;}
	.menu_box_infos > div {font-size:18px;}
	.box_infos_contact b {font-size:27px;}
	.box_infos_link {margin-bottom:20px;}
	.box_infos_link a {margin-bottom:20px;}
	.box_infos_btn a {font-size:15px;}
	.box_infos_btn a:first-child:after {margin:0 10px;}

	.menu_box_foot {display:none;}
}




/*검색 바*/
#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:#faa619;}
#header__language a.on i {display:inline-block;}
@media screen and (min-width: 1025px){
	#header__language {display:inline-block;margin-right:3.125rem;margin-left:0px;padding:57px 0 20px;vertical-align:top;}
}
@media screen and (max-width: 1200px) and (min-width: 1025px){
	#header__language {margin-right:3.75rem;margin-left:0;}
}


/*모바일 버튼*/
#header.fixed #header__mobile span { background-color:#fff; } 
#header__mobile {display:none; position:absolute;top:58px;right:0;width:18px;height:17px;background-color:transparent;box-sizing:border-box;z-index:999999}
#header__mobile span {display:inline-block;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;-ms-transition-duration:0.5s;transition-duration:0.5s;box-sizing:border-box;}
#header__mobile span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #111;
	border-radius: 4px;
}
#header__mobile span.mid1 {top:0;}
#header__mobile span.mid2 {top:7px;}
#header__mobile span.mid3 {bottom:0;}
#header__mobile span.mid1 {-webkit-animation:design .75s forwards;animation:design .75s forwards;}
@-webkit-keyframes design {
	0% {-webkit-transform:translateY(20px) rotate(45deg);}
	50% {-webkit-transform:translateY(20px) rotate(0);}
	100% {-webkit-transform:translateY(0) rotate(0);}
}
@keyframes design {
	0% {transform:translateY(20px) rotate(45deg);}
	50% {transform:translateY(20px) rotate(0);}
	100% {transform:translateY(0) rotate(0);}
}
#header__mobile span.mid2 {transition:all .25s .25s;opacity:1;}
#header__mobile span.mid3 {-webkit-animation:design2 .75s forwards;animation:design2 .75s forwards;}
@-webkit-keyframes design2 {
	0% {-webkit-transform:translateY(-20px) rotate(-45deg);}
	50% {-webkit-transform:translateY(-20px) rotate(0);}
	100% {-webkit-transform:translateY(0) rotate(0);}
}
@keyframes design2 {0% {
		transform:translateY(-20px) rotate(-45deg);}
	50% {transform:translateY(-20px) rotate(0);}
	100% {transform:translateY(0) rotate(0);}
}
#header__mobile.active span {background-color:#fff;}
#header__mobile.active span.mid1 {top:-15px;-webkit-animation:active-design .75s forwards;animation:active-design .75s forwards;}
@-webkit-keyframes active-design {
	0% {-webkit-transform:translateY(0) rotate(0);}
	50% {-webkit-transform:translateY(20px) rotate(0);}
	100% {-webkit-transform:translateY(20px) rotate(45deg);}
}
@keyframes active-design {
	0% {transform:translateY(0) rotate(0);}
	50% {transform:translateY(20px) rotate(0);}
	100% {transform:translateY(20px) rotate(45deg);}
}
#header__mobile.active span.mid2 {opacity:0;}
#header__mobile.active span.mid3 {bottom:-11px;-webkit-animation:active-design2 .75s forwards;animation:active-design2 .75s forwards;}
@-webkit-keyframes active-design2 {
	0% {-webkit-transform:translateY(0) rotate(0);}
	50% {-webkit-transform:translateY(-20px) rotate(0);}
	100% {-webkit-transform:translateY(-20px) rotate(-45deg);}
}
@keyframes active-design2 {
	0% {transform:translateY(0) rotate(0);}
	50% {transform:translateY(-20px) rotate(0);}
	100% {transform:translateY(-20px) rotate(-45deg);}
}
@media screen and (max-width: 1024px){
	#header__mobile { display:block; top:20px;}
	#header__mobile.active { top:40px; } 
}



/* 검색 */

.search_btn { display:inline-block; position:absolute; top:0px; right:0px; z-index:99; }
.search_btn .search{ width:30px;height:85px; background:url(/common/theme/layout/images/main/icon_search_black.png)100% 50% no-repeat;text-indent:-99999px}
#header.fixed .search_btn .search, #header.open_menu .search_btn .search { background:url(/common/theme/layout/images/main/icon_search.png)100% 50% no-repeat;}  


.header_sub{ height:88px;position:absolute;top:145px;left:0;overflow:hidden;width:100%;z-index:-1; transition:all .3s ease; opacity:0; }
.header_sub:before{content:"";position:absolute;top:0;left:0;display:block;width:100%;height:100%;background:#000;opacity:0;z-index:9; transition:all .3s ease;}
.header_sub.on { top:145px; opacity:1; z-index:999; } 
.header_sub.on:before{ top:0px; opacity:0.1;  }


.header_sub .sub_inner{position: relative;width: 1170px;margin: 0 auto;z-index:-1;}
.header_sub.on .sub_inner { z-index:99; } 

.header_sub .sub_inner .search_area{display:none;margin:0 auto;padding:20px 0;text-align:center;  }
.search_area .ipt_area{position: relative;width:778px;margin:0 auto}
.search_area input[type=text]{width: 741px;height: 44px;line-height: 44px;padding: 0 20px 0 15px;background: #fff;border: 1px solid #888; position: absolute;top: 0;left: 0; box-sizing:border-box}
.search_area button{position: absolute;top: 0;right:35px;width: 52px;height: 44px;background: transparent url(/common/theme/layout/images/main/icon_search_black.png) no-repeat center center;text-indent: -99999px;}


@media screen and (max-width: 1024px){
	.search_btn { display:none; } 
	.header_sub { top:0px; } 
	.header_sub.on { top:0px; opacity:1; z-index:99; } 
	.header_sub.on:before{ top:0px; opacity:0.1;  }

	.header_sub .sub_inner { width:auto; margin:0 15px; z-index:99;} 
	.search_area .ipt_area{position: relative;width:auto;margin:0 15px; }
	.search_area input[type=text]{width:100%;}
	.search_area button{ right:0px; }
}





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

		footer

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

#footer {padding:35px 0; overflow:hidden;background:#36383a;}
#footer footer {position:relative;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: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 .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 .f__inner { max-width:1170px;  margin:0 auto;}
#footer .f__logo {float:left;margin-right:45px; overflow:hidden; opacity:0.4;  }
#footer .f__address { float:left; font-weight:300;font-size:15px;color:#fff; }
#footer .f__address p {margin-bottom:10px; position:relative; }
#footer .f__address img {vertical-align:middle;}
#footer .f__address span { position:relative; } 

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



#footer .f__menu { float:right; } 
#footer .f__menu_list {}
#footer .f__menu_list a { font-size:14px; color:#fff; opacity:0.7; font-weight:300; transition:opacity 0.3s ease;  } 
#footer .f__menu_list a:after {content:'';clear:both; display:inline-block;width:1px;height:12px;margin:0 10px 0 13px;background-color:#4a4c4e;vertical-align:middle;   }
#footer .f__menu_list a:last-child:after {content:none;}

#footer .f__menu_list a:hover { opacity:1; }
#footer .f__menu_list a span { position:relative; } 
#footer .f__menu_list a span:after { content:''; position:absolute; left:50%; transform:translateX(-50%); height:1px; width:0; bottom:-3px; background:#fff; transition:all 0.3s ease; } 
#footer .f__menu_list a:hover span:after {width:100%;} 

#footer .f__menu_sns { text-align:right; padding-top:30px; } 
#footer .f__menu_sns a { display:inline-block; position:relative; border:1px solid #979899; width:30px; height:30px; border-radius:100%; margin-left:7px; box-sizing:border-box; transition:all 0.7s ease;} 
#footer .f__menu_sns a img { position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); } 
#footer .f__menu_sns a:hover { background:#111; border:1px solid #111;  }

#footer .f__menu_sns a:hover {-webkit-animation: pulse 1.2s infinite; animation: pulse 1.2s infinite;}

@-webkit-keyframes pulse {
  
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .85);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .85);
  }
  
  70% {
    -webkit-box-shadow: 0 0 0 1em rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 1em rgba(0, 0, 0, 0);
  }
  
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }

}





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

@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: 1200px){
	/*footer*/
	#footer footer {margin:0 15px;} 
	#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:15px 0;}
	#footer .f__logo {display:none;} 
	#footer .copyright-inner { padding-left:0px;  }
}
@media screen and (max-width: 680px){
	#footer p:first-child span:nth-child(3) {display:block;}
	#footer .f__address { width:100%; text-align:center;}
	#footer .f__address span:after {margin:0 0px 0 5px; display:none;}

	#footer span.line  { display:block; margin-bottom:5px; }
	#footer .copyright-inner { width:100%; text-align:center;}

	#footer .f__menu { float:none; text-align:center; } 
	#footer .f__menu_sns { text-align:center; padding-top:15px; } 

}

@media screen and (max-width: 480px){
	#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;}
}



/***********************************************************************
	상단로그인 로그아웃 부분
************************************************************************/
.header_top { position:relative;display:flex; align-items: center;  background: #191929;height:60px;border-bottom: 1px solid rgba(223,223,223,0.5);box-sizing: border-box; opacity:1;  }
.header_top .row {max-width: 1170px;width: 100%;margin:0 auto;}


.con_l {float: left;}
.con_r {float: right; position:relative; }
/*
.header_top .con_r {padding: 5px 0;  }
.header_top .con_r span {display: inline-block;vertical-align: middle; }
*/

.header_top .site_link {  } 
.header_top .site_link a {  position:relative; display: inline-block;color: #fff; opacity:0.7; padding:0 25px 3px;   font-weight:300; transition:opacity 0.3s ease; }
.header_top .site_link a:hover { opacity:1; }
.header_top .site_link a span { position:relative; } 
.header_top .site_link a span:after { content:''; position:absolute; left:50%; transform:translateX(-50%); height:1px; width:0; bottom:-3px; background:#fff; transition:all 0.3s ease; } 
.header_top .site_link a:hover span:after {width:100%;} 
.header_top .site_link a:after { content:''; position:absolute; top:4px; right:0px; width:2px; height:15px; background:#cfcfcf; opacity:0.2; }
.header_top .site_link a:last-of-type { padding-right:0px; } 
.header_top .site_link a:last-of-type:after  { display:none; } 
/*
.search { display:inline-block; position:relative; min-width:20px;  box-sizing: border-box;  }
.search input { width:140px;height:30px;padding-right:15px;background-color:transparent;border:none;border-radius:0;box-shadow:none;font-size:14px;color:#999;box-sizing:border-box; font-weight:300;  -webkit-box-shadow: none;-webkit-appearance: none;}
.search input::-webkit-input-placeholder {color:#999 !important; font-weight:300;  text-shadow:0px 1px 1px #fff; }
.search button { position:absolute;top:5px;right:0;width:20px;height:21px;background:url(/common/theme/layout/images/common/search_btn2.png) no-repeat 0; background-size:90%; border:none;text-indent:-9999px;cursor:pointer;}

.search.on { width:160px; } 
.search.on input { width:100%; } 
*/

@media screen and (max-width: 1024px){
.header_top { height:40px; } 
.header_top .con_r { font-size:13px;  }
.header_top .con_r span {display: inline-block;vertical-align: middle; margin-right: 10px;}
.header_top .site_link a { padding: 0 10px; }
.header_top .site_link { margin-right: 10px !important; } 
/*
.search input { font-size:12px;}
.search input::-webkit-input-placeholder { font-size:12px;  }
*/
}

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

}
@media screen and (max-width: 414px){
.header_top .site_link a { padding: 0 5px; }
.header_top .site_link { margin-right: 5px !important; } 
}
/*.search_btn { position:abs