@charset "UTF-8";

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

		header

********************************************************/
#header {position:fixed;top:0;left:0;width:100%;height:155px;background-color:#fff;border-bottom:1px solid #eee;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:after {content:'';position:absolute;top:155px;left:0;width:100%;height:245px;background-color:#4f6fb6;opacity:0;-webkit-transition-duration:.5s;-m-transition-duration: .5s;-o-transition-duration:.5s;-ms-transition-duration:.5s;transition-duration:.5s;z-index:-1;display:none;}
#header header {position:relative;max-width:1170px;margin:0 auto;z-index:2}
#header h1 {padding:13px 0;text-align:center}
#header h1 span {display:block;width:170px;height:26px;background:url(/images/common/logo.png) no-repeat 0;}
#header.active:after {opacity:1;z-index:1;display:block;}
#header.active2:after {opacity:1;z-index:1;height:85px;display:block;}
@media screen and (max-width: 1200px){
	/*header*/
	#header header {margin:0 15px;}
	/*#header__menu {margin-left:20px;}*/
}
@media screen and (max-width: 1024px){
	#header {height:60px;}
	#header h1 {padding:6px 0;}
	#header h1 img {height:45px;}
}

.header-inner {width:90%;}


/*#header__lnb {display:inline-block;}*/
/*#header__lnb > .nav > ul > li {display:inline-block;margin-left:60px;box-shadow:0 0 1px transparent;-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);}*/
#header__lnb > .nav > .lnb-menu {overflow:hidden;}
#header__lnb > .nav > .lnb-menu > li {float:left;width:20%;text-align:center;}
#header__lnb > .nav > .lnb-menu > li > a {display:block;padding:0 0 32px;font-weight:600;font-size:18px;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);}
/*#header__lnb > .nav > .lnb-menu > li > a:after {content:'';position:absolute;left:50%;right:50%;bottom:0;height:2px;margin-bottom:27px;background-color:#0d1231;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;}*/
#header__lnb > .nav > .lnb-menu > li.on > a,
#header__lnb > .nav > .lnb-menu > li > a:hover {/*color:#0d1231;*/color:#4f6fb6 !important;}
/*#header__lnb > .nav > .lnb-menu > li.on > a:after,
#header__lnb > .nav > .lnb-menu > li > a:hover:after {left:0;right:0;}*/
#header__lnb > .nav > .lnb-menu > li#gnb_list1 {margin-left:0 !important;}


/*언어*/
#header__language {position:absolute;top:10px;right:0;}
#header__language select {width:75px;height:25px;padding:0 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 sub */
.lnb_sub_menu {display:none;position:absolute;top:155px;width:18%;height:245px;padding:20px 0;/*background-color:#0d1231;*/background-color:#4f6fb6;border-left:1px solid #6787d0;box-sizing:border-box;}
.lnb_sub_menu:hover {background-color:#587abf;}
#header__lnb > .nav > .lnb-menu > li:last-child .lnb_sub_menu {border-right:1px solid #6787d0;}
.lnb_sub_menu ol {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 li {display:block;}
.lnb_sub_menu li a {display:block;padding:10px 0;font-size:14px;color:#fff;letter-spacing:0px/*letter-spacing:-0.5px;text-transform:uppercase;*/}/*20180129윤지명수정*/
.lnb_sub_menu li a:hover {color:#6bf5ff;}
.lnb_sub_menu li:hover a {color:#6bf5ff;}
.header__menu-list li:hover a {color:#333;}
.header__menu-list li.on a {color:#333;}
@media screen and (max-width: 1024px){
	.header-inner {display:none;overflow-y:auto;position:fixed;top:0;left:-1px;width:101%;height:1024px;height:100%;margin:0 !important;background-color:transparent;z-index:9999;text-align:center;}
	#header .header-inner:before {content:'';position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;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 {overflow:hidden;float:none;width:220px;margin:0 auto;}
	#header.fixed #header__lnb .lnb-menu > li > a,
	#header #header__lnb .lnb-menu > li > a {padding:10px !important;font-size:18px;color:#efefef;}
	#header #header__lnb .lnb-menu > li > a span {padding:0;font-weight:400;}
	#header #header__lnb .lnb-menu > li h2 {font-size:16px;}
	#header__lnb > .nav > .lnb-menu > li > a:hover {background-color:transparent;}
	#header #header__lnb .lnb-menu > li {float:none;width:63% !important;height:auto;padding:0;border:none;}
	/*#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:after {margin-bottom:0;background-color:#fff;}
	#header .lnb_sub_menu {position:static;height:auto;background-color:transparent;width:100%;border-left:none;text-align:center;padding-top:0;padding-bottom:5px;}
	#header .lnb_sub_menu li {display:block;margin:0 15px;}
	#header .lnb_sub_menu li a {padding:5px 0;font-size:14px;color:#999;}
	#header__lnb > .nav > .lnb-menu > li:last-child .lnb_sub_menu {border-right:none;}

	/*언어*/
	#header__language {position:static;}
	#header #header__language select {width:115px;height:35px;background:url(/images/board/select_bg_off.png) no-repeat 90% center !important;border-color:#fff;font-size:14px;color:#fff;}
	#header #header__search input{border-color:#fff !important;color:#fff !important;}
}

/*검색 바*/
#header__search {display:none;position:relative;max-width:1170px;height:84px;margin:0 auto;padding:20px 0;background-color:#395697;box-sizing:border-box;z-index:999;}
#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 input[type=text]:focus,      
#header__search input[type=text]:hover {border-color:#fff !important;}
#header__search button {position:absolute;top:30px;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 .dim {position:absolute;top:154px;left:0;width:100%;height:86px;background-color:#395697;z-index:9;}
@media screen and (max-width: 1024px){
	#header__search {width:410px;margin:0 auto;margin-top:4px;color:#fff !important;}
	#header .dim {top:60px;}
}
@media screen and (max-width: 500px){
	#header__search {width:90%;}	
}


/*모바일 버튼*/
#header__mobile {position:absolute;top:89px;right:70px;width:32px;height:40px;background-color:transparent;z-index:999999;box-sizing:border-box;}
#header__mobile span {display:block;width:100%;height:3px;margin:0 auto;background-color:#66779e;
	-webkit-transition:width 0.5s, height 0.5s, background-color 0.5s, -webkit-transform 0.5s;transition:width 0.5s, height 0.5s, background-color 0.5s, transform 0.5s;
	-ms-transition:width 0.5s, height 0.5s, background-color 0.5s, -ms-transform 0.5s;transition:width 0.5s, height 0.5s, background-color 0.5s, transform 0.5s;
	-moz-transition:width 0.5s, height 0.5s, background-color 0.5s, -moz-transform 0.5s;transition:width 0.5s, height 0.5s, background-color 0.5s, transform 0.5s;
	-o-transition:width 0.5s, height 0.5s, background-color 0.5s, -o-transform 0.5s;transition:width 0.5s, height 0.5s, background-color 0.5s, transform 0.5s;
	transition:width 0.5s, height 0.5s, background-color 0.5s, transform 0.5s;transition:width 0.5s, height 0.5s, background-color 0.5s, transform 0.5s;
	-webkit-transform-origin: 0% 0%;-ms-transform-origin: 0% 0%;-moz-transform-origin: 0% 0%;-o-transform-origin: 0% 0%;transform-origin: 0% 0%;
	-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);}
#header__mobile .mid2 {margin:7px 0;transition:all .5s ease-out}
#header__mobile.hover {padding-left:8px;}
#header__mobile.hover span {width:34px;}
#header__mobile.hover span.mid1 {
	transform-origin: 0% 0%;-webkit-transform-origin: 0% 0%;-ms-transform-origin: 0% 0%;-moz-transform-origin: 0% 0%;-o-transform-origin: 0% 0%;
	-webkit-transform:rotate(38deg);-ms-transform:rotate(38deg);-moz-transform:rotate(38deg);-o-transform:rotate(38deg);transform:rotate(38deg);}
#header__mobile.hover span.mid {display:none;}
#header__mobile.hover span.mid3 {margin-top:18px;margin-left:-1px;
	transform-origin: 0% 0%;-webkit-transform-origin: 0% 0%;-ms-transform-origin: 0% 0%;-moz-transform-origin: 0% 0%;-o-transform-origin: 0% 0%;
	-webkit-transform:rotate(-38deg);-ms-transform:rotate(-38deg);-moz-transform:rotate(-38deg);-o-transform:rotate(-38deg);transform:rotate(-38deg);}



#btn_header_search {position:absolute;top:96px;right:20px;width:25px;height:24px;background-image:url(/images/common/header_search.png);background-color:transparent;border:none;z-index:999999;box-sizing:border-box;}

/* layout btn */
.header__layoutBtn {display:none;position:absolute;top:7px;right:100px;z-index:999999}
.header__layoutBtn select {display:block;width:80px;line-height:20px;background:url(/images/board/select_bg_off.png) no-repeat 90% center transparent !important;border:none;border-bottom:1px solid #fff;font-size:12px;color:#fff;outline:none;}
.header__layoutBtn select option {padding:5px 0;color:#fff;background-color:transparent;border:none;outline:none;}
#header.fixed .header__layoutBtn select {background:url(/images/board/select_bg.png) no-repeat 90% center transparent !important;border-bottom:1px solid #333;color:#333;}
#header.fixed .header__layoutBtn select option {color:#333;background-color:#fff;}
#header.hover .header__layoutBtn select {background:url(/images/board/select_bg.png) no-repeat 90% center transparent !important;border-bottom:1px solid #333;color:#333;}
#header.hover .header__layoutBtn select option {color:#333;background-color:#fff;}
.header__layoutBtn a {display:inline-block;font-size:12px;color:#ccc;vertical-align:middle;}
.header__layoutBtn a:before {content:'';display:inline-block;width:1px;height:8px;margin:0 10px;background-color:#999;vertical-align:middle;}
.header__layoutBtn a:first-child:before {content:none;}
.header__layoutBtn a.on {font-weight:600;color:#fff;}
#header.fixed .header__layoutBtn a {color:#666;}
#header.fixed .header__layoutBtn a:before {background-color:#666;}
#header.hover .header__layoutBtn a {color:#666;}
#header.fixed .header__layoutBtn a.on {color:#333;}

/* 메인 바로가기 btn */
.header__mainBtn {display:none;position:absolute;top:7px;right:0;z-index:999999}
.header__mainBtn select {display:block;width:80px;line-height:20px;background:url(/images/board/select_bg_off.png) no-repeat 90% center transparent !important;border:none;border-bottom:1px solid #fff;font-size:12px;color:#fff;outline:none;}
.header__mainBtn select option {padding:5px 0;color:#fff;background-color:transparent;border:none;outline:none;}
#header.fixed .header__mainBtn select {background:url(/images/board/select_bg.png) no-repeat 90% center transparent !important;border-bottom:1px solid #333;color:#333;}
#header.fixed .header__mainBtn select option {color:#333;background-color:#fff;}
#header.hover .header__mainBtn select {background:url(/images/board/select_bg.png) no-repeat 90% center transparent !important;border-bottom:1px solid #333;color:#333;}
#header.hover .header__mainBtn select option {color:#333;background-color:#fff;}
.header__mainBtn a {display:inline-block;font-size:12px;color:#ccc;vertical-align:middle;}
.header__mainBtn a:before {content:'';display:inline-block;width:1px;height:8px;margin:0 10px;background-color:#999;vertical-align:middle;}
.header__mainBtn a:first-child:before {content:none;}
.header__mainBtn a.on {font-weight:600;color:#fff;}
#header.fixed .header__mainBtn a {color:#666;}
#header.fixed .header__mainBtn a:before {background-color:#666;}
#header.hover .header__mainBtn a {color:#666;}
#header.fixed .header__mainBtn a.on {color:#333;}
@media screen and (max-width: 1024px){
	.header__layoutBtn,
	.header__mainBtn {display:inline-block;position:static;margin:0 10px;}
	.header__layoutBtn select,
	.header__mainBtn select {margin:0 auto;}
	.header__layoutBtn select,
	#header.fixed .header__layoutBtn select,
	.header__mainBtn select,
	#header.fixed .header__mainBtn select {background:url(/images/board/select_bg_off.png) no-repeat 90% center transparent !important;border-color:#fff;color:#fff;}
	.header__layoutBtn select option,
	#header.fixed .header__layoutBtn select option,
	.header__mainBtn select option,
	#header.fixed .header__mainBtn select option {color:#333;}
}





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

		footer

********************************************************/
#footer {padding:35px 0;background:#3d3e4a;}
#footer footer {max-width:1170px;margin:0 auto;}
#footer .maxWidth {position:relative;}
#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;-webkit-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;}
#footer .btnTop.btnTop-bot {bottom:220px;}
#footer .footer__inner {position:relative;}
#footer .footer__inner h2 {float:left;padding:5px 0;margin-right:60px;}
#footer .footer__address {float:left;}
#footer address {font-style:normal;font-size:13px;color:#9595a8;line-height:25px;}
#footer address > span {display:inline-block;margin:0;}
#footer address > span .ls-05 {display:inline-block;margin-left:10px;letter-spacing:-0.5px}
#footer .footer__address address > span {display:inline-block;vertical-align:top;}
#footer .footer__address address > .blit:before {content:'';display:inline-block;width:1px;height:10px;margin:0 15px;background-color:#80818e;vertical-align:middle;}
#footer .footer__link {position:absolute;top:0;right:0;}
#footer .footer__link a {display:inline-block;width:48px;height:48px;margin-left:10px;background-size:cover;background-repeat:no-repeat;background-position:0}
#footer .footer__link .link_1 {background-image:url(/images/common/footer_sns1.png);}
#footer .footer__link .link_2 {background-image:url(/images/common/footer_sns2.png);}
#footer .footer__link .link_3 {background-image:url(/images/common/footer_sns3.png);}
#footer .footer__left {float:left;margin-right:12.9%;}
#footer .footer__left .t {display:block;font-weight:bold;font-size:12px;color:#fff;}
#footer .footer__left strong {display:block;font-weight:bold;font-size:32px;color:#fff;}
#footer .footer__left .tiem {font-size:13px;color:#c2c2d1;}
#footer .footer__menu {margin-bottom:10px;}
#footer .footer__menu a {display:inline-block;font-size:13px;color:#fff;vertical-align:top;}
#footer .footer__menu a:first-child:before {content:none;}
#footer .footer__menu a:before {content:'';display:inline-block;width:1px;height:10px;margin:0 13px;background-color:#80818e;vertical-align:middle;}
#footer .copyright {font-size:13px;color:#9595a8;letter-spacing:-0.5px;}
@media screen and (max-width: 1330px){
	#footer .btnTop {left:auto;right:10px;margin-left:0}
}
@media screen and (max-width: 1190px){
	#footer {padding:15px 0 20px;}
	#footer footer {margin:0 10px;}
}
@media screen and (max-width: 1024px){
	#footer .btnTop.btnTop-bot {bottom:175px;}
	#footer .footer__left {margin-right:4.9%;}
}
@media screen and (max-width: 768px){
	#footer .btnTop.btnTop-bot {bottom:85px;}
	#footer .footer__inner h2 {display:none;}
	#footer address,
	#footer .copyright {font-size:11px;line-height:17px;}
	#footer .footer__left strong {font-size:23px;}
	#footer address > span {margin-right:10px;}
	#footer .footer__address address > .blit:before {margin-right:10px;}
	#footer .footer__link {position:static;padding-top:15px;text-align:center;clear:both;}
	#footer .footer__link a {width:35px;height:35px;margin-left:5px;background-size:100%;}
}
@media screen and (max-width: 640px){
	#footer .btnTop.btnTop-bot {bottom:16px;}
	.contact_as h2 {font-size:25px;}
	.contact_as .p13 {font-size:12px;}
	#footer .footer__left {float:none;width:100%;margin-bottom:15px;padding:10px;border:1px solid #5a5b68;box-sizing:border-box;}
	#footer .footer__address {float:none;width:100%;}
	#footer .footer__menu {margin-bottom:5px;}
	#footer .footer__menu a:before {margin:0 8px;}
}
@media screen and (max-width: 445px){
	#footer .footer__address address > span {display:block;margin:0;}
	#footer .footer__address address br {display:none;}
	#footer address > span .ls-05 {margin-left:4px !important;}
	#footer .footer__address address > .blit:before {content:none;}
}




body {background-color:#fff;}
#container {margin-top:155px;}
@media screen and (max-width: 1024px){
	#container {margin-top:60px;}
	#header__mobile {top:10px;right:42px;}
	#btn_header_search {top:18px;right:0;}
}




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

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





/***********************************************************************
	서브 메뉴 2차 카테고리
************************************************************************/
.sub-menu {margin-top:-80px;}





/***********************************************************************
	서브 탭 
************************************************************************/
.sub__tab li a {background-color:#f1f1f1;}
.sub__tab li:hover,
.sub__tab li.on {border-bottom-color:#fff;}
.sub__tab li:hover a,
.sub__tab li.on a {background-color:#fff;}
@media screen and (max-width: 640px){
	.sub__tab li:hover,
	.sub__tab li.on {border-bottom-color:#333;}
	.sub__tab li:hover a,
	.sub__tab li.on a {background-color:#333;color:#fff;}
}





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

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

#main section .maxWidth {max-width:1170px;margin:0 auto;}
@media screen and (max-width: 1200px){
	#main section .maxWidth {margin:0 15px !important;}
	#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:700px;padding-top:0;}
#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-inner {height:500px}
	#main__slider .slider-scroll a {height:50px;background-size:25px !important;font-size:12px;}
}




/***********************************************************************
	메인 비지니스 관련 4개 다이어그램
************************************************************************/
.main_var2 #main__business .maxWidth {height:70%;}



/***********************************************************************
	포트폴리오
************************************************************************/

/*포트폴리오 리스트 가로 컬럼 갯수 조절*/
@media screen and (max-width: 640px){
	#sub .portfolio .title {margin-bottom:10px;}
}



#main #slider.spot .slider-inner {height:76vmin;}






#sub #slider.spot {margin-bottom:50px;}