@charset "utf-8";
@import url("/theme/basic/css/basic.css");
@import url("/theme/basic/css/sub_style.css");

/* common */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	max-width: 100%;
}
.font_trajan {
	font-family:'Noto Sans KR','Malgun Gothic', dotum, sans-serif;
}
.txt_hide {
	position: absolute!important;
	top: -9999px!important;
	text-indent: -9999px!important;
}
.inline_block {
	display: inline-block!important;
}
.mobileShow {
	display: none!important;
}
.al {
	text-align: left!important;
}
.ar {
	text-align: right!important;
}
.ac {
	text-align: center!important;
}
.mt0 {
	margin-top: 0!important;
}
.mt20 {
	margin-top: 20px!important;
}
.mt25 {
	margin-top: 25px!important;
}
.mt50 {
	margin-top: 50px!important;
}
.mr0 {
	margin-right: 0!important;
}
/* button */
.btn_center {
	margin-top: 60px;
	text-align: center;
}
.btn_center>a {
	margin: 0 1px;
}
.btn_m1 {
	display: inline-block;
	min-width: 110px;
	height: 36px;
	padding: 0 29px;
	background: #856f56;
	color: #fff;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
}
.btn_m2 {
	display: inline-block;
	min-width: 110px;
	height: 36px;
	padding: 0 29px;
	background: #797a7c;
	color: #fff;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
}

/* form */
.form_input {
	width: 100%;
	height: 35px;
	padding: 0 10px;
	border: 1px solid #e2e2e2;
	color: #555;
	font-size: 14px;
}
.form_chk {
	margin: -2px 3px 0 0;
}
.label_chk {
	display: inline-block;
	margin-right: 25px;
}
.form_select {
	width: 100%;
	height: 35px;
	padding: 2px 2px 2px 10px;
	border: 1px solid #e2e2e2;
	color: #555;
	font-size: 14px;
	line-height: 31px;
}
.form_textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #e2e2e2;
	vertical-align: top;
	resize: none;
	color: #555;
	font-size: 14px;
}
.form_span {
	display: inline-block;
	margin: 0 4px;
	vertical-align: middle;
}
.email_box {
	display: inline;
}
.tel_bar {
	display: inline-block;
	width: 20px;
	text-align: center;
	vertical-align: middle;
}

/* mobile gnb ani */
@-webkit-keyframes fade {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
@keyframes fade {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
/* layout */
html, body {
	height: 100%;
}
body {
	color: #3D3D3D;
	font-size: 14px;
	line-height: 1.5;
	background-color:#fff;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}	
#wrap {
	position: relative;
	min-width: 320px;
}
.header_in, .gnb_w>ul>li, .footer-content {
	-webkit-transition: all .3s cubic-bezier(.25, .46, .45, 1);
	-moz-transition: all .3s cubic-bezier(.25, .46, .45, 1);
	-o-transition: all .3s cubic-bezier(.25, .46, .45, 1);
	transition: all .3s cubic-bezier(.25, .46, .45, 1);
}
/* header */
#header {	
	position: absolute;
	left: 0;
	z-index: 2000;
	width: 100%;	
	height:105px;
	border-bottom:0px solid #B6B6B6;
	background: url(/img/header_bg.png) repeat-x 0 0;
	border-top:1px solid #ebebeb;		
}


#header.on {
	height: 470px;		
}
.header_in {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;	
}
.header_in>h1 {		
	width: 101px;
	height: 78px;	
	padding: 9px 0 0 20px  ;			
	float:left;
}

.header_in>h1 a {	
	display: block;
	position: relative;
	z-index: 10;
	width: 101px;
	height: 78px;
	background-image: url(/img/top_logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;		
}
.util {
	position: absolute;
	top: 0;
	right: 0;
}
.util>div {
	float: left;
	margin: 0;
	text-align: center;
}
.util>div>a {	
	display: inline-block;
	color: #fff;
	height: 28px;
	line-height:20px
}
.util>div>a:hover {
	background-color: #fff
}
.util .link_theclassic {
	padding: 5px 12px 0;
	border-left: 0px solid #E1E1E1;
	font-size: 12px;
	color: #acacac;
	/* background-color: #F1F1F1; */
}
/* 
.util .link_theclassic:after {
	content: "\f105";
	display: inline-block;
	margin-left: 6px;
	font-family: 'FontAwesome';
}
*/
.util div  {
	position:relative;
}

.util div.first:after {
	content: "";
	display: inline-block;
	position:absolute;
	top:11px;
	right:0;
	width:1px;
	height:9px;
	background-color: #d5d5d5;
}







/* gnb */

.gnb_w {float:right; width:80%; margin-top:28px}

.gnb_w>ul {
	max-width:1000px;
	margin:0 auto;
	overflow: hidden;			
}
.gnb_w>ul>li {	
	float: left;
	width: 16.666%;	
	text-align: center;		

}
.gnb_w>ul>li>a {
	display: table;
	position: relative;
	width: 100%;
	height: 40px;
	color: #494949;
	font-size: 18px;
	line-height: 40px;
	font-family:'Noto Sans KR','Malgun Gothic', dotum, sans-serif;
	font-weight:500;
	padding-bottom:26px;
	margin-top:10px;		
}
/* .gnb_w>ul>li>a>em {display:inline-block; background:url('/img/icon_m_list.gif') no-repeat left 55%; padding-left:10px} */

.gnb_w>ul>li>a:hover, .gnb_w>ul>li>a:focus, .gnb_w>ul>li.on>a, .gnb_w>ul>li.active>a, #header.on .gnb_w>ul>li.active.on>a {
	color: #285691;	
}
.gnb_w>ul>li>a:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 5px;
	background-color: #285691;
	-webkit-transition: all .4s cubic-bezier(.25, .46, .45, 1);
	-moz-transition: all .4s cubic-bezier(.25, .46, .45, 1);
	-o-transition: all .4s cubic-bezier(.25, .46, .45, 1);
	transition: all .4s cubic-bezier(.25, .46, .45, 1);
}
.gnb_w>ul>li.active>a:after, .gnb_w>ul>li.on>a:after, #header.on .gnb_w>ul>li.active.on>a:after {
	left: 0;
	width: 100%;
}


#header.on .gnb_w>ul>li.active>a {
	color: #555;
}
#header.on .gnb_w>ul>li.active>a:after {
	left: 50%;
	width: 0;
}
.gnb_w>ul>li>a>span {
	display: table-cell;
	vertical-align: middle;
}
.gnb_w>ul>li.mNavi {
	text-align: center;	
}
.gnb_w>ul>li.mNavi .depth2.first {
	border-left: 1px solid #92c4c9;
}
.gnb_w .depth2 {
	display: none;
	opacity: 0;
	filter: alpha(opacity=0);
	height: 249px;
	padding: 15px 0 0 24px;
	border-right: 1px solid #92c4c9;
	text-align: left;			
}
.gnb_w .depth2>li {
	padding-top: 6px;
	line-height: 1.5;
}
.gnb_w .depth2>li a {
	display: inline-block;
	font-size: 15px;
	font-family:'Noto Sans KR','Malgun Gothic', dotum, sans-serif;
	font-weight: 500;
	color: #fff;

}



.gnb_w .depth2>li a:hover, .gnb_w .depth2>li a:focus {
	color: #fed37c !important;;
}
.gnb_w .depth3 {
	padding-left: 1px;
}
.gnb_w .depth3>li {
	padding-top: 2px;
}
.gnb_w .depth3>li>a {
	position: relative;
	padding-left: 8px;
	color: #9B9B9B;
}
.gnb_w .depth3>li>a:before {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 4px;
	height: 1px;
	background-color: #c5bcb2;
}
.gnb_w .depth3>li>a:hover:before {
	background-color: #9B9B9B;
}
/* navMobile */
.navM_open {
	display: none;
}
.navMobile {
	display: none;
	position: fixed;
	width: 270px;
	height: 100%;
	top: 0;
	z-index: 9999;
	background: #fff;
	overflow: auto;
	visibility: hidden;
	-webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
}
.navMobile .nav_top {
	height: 55px;
	padding: 16px 15px 0 0;
	background-color: #0c6e83;
	text-align: right;
}
.navMobile .nav_top>a {
	margin-left: 5px;
	color: #dcacad;
	font-size: 13px;
}
.navMobile .nav_top>a:first-child {
	padding-right: 10px;
	background: url(/img/bgline_lang.png) no-repeat 100% 5px;
	background-size: 1px 10px;
	color: #fff;
}
.gnb_m>li>a {
	display: block;
	position: relative;
	padding: 12px 30px 13px 20px;
	border-bottom: 1px solid #ccc;
	color: #000;
	font-size: 16px;
	white-space: nowrap;
}
.gnb_m>li>a:after {
	content: "\e874";
	display: inline-block;
	position: absolute;
	top: 13px;
	right: 15px;
	font-family: 'Linearicons-Free';
	font-size: 16px;
	color: #787878;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.gnb_m>li>a.on {
	border-bottom: 1px solid #6a5945;
}
.gnb_m>li>a.on:after {
	color: #b42d34;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.gnb_m>li.childNone>a.on {
	border-bottom: 1px solid #ccc;
}
.gnb_m>li.childNone>a:after {
	display: none;
}
.gnb_m>li>ul {
	display: none;
}
.gnb_m>li>ul>li>a {
	display: block;
	padding: 10px 21px;
	border-bottom: 1px solid #737373;
	background-color: #4C4C4C;
	color: #fff;
	font-size: 13px;
}
.navM_close {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 55px;
	height: 55px;
	border: 0;
	border-right: 1px solid #0f8da8;
	background: none;
}
.navM_close:before {
	content: "\e870";
	display: inline-block;
	position: absolute;
	top: 16px;
	left: 16px;
	font-family: 'Linearicons-Free';
	font-size: 22px;
	line-height: 22px;
	color: #fff;
}
.pushy.pushy-left {
	left: 0;
}
.pushy-left {
	-webkit-transform: translate3d(-270px, 0, 0);
	-ms-transform: translate3d(-270px, 0, 0);
	transform: translate3d(-270px, 0, 0);
}
.pushy-open-left .pushy {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.pushy-open-left #wrap, .pushy, .push {
	transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.site-overlay {
	display: none;
}
/* container */
#container:after {clear:both; display:block; content:""; }
#container {	
	display: block;
	overflow: hidden;
	position: relative;
	padding: 105px 0 70px;	
}
#container_main {
	display: block;
	overflow: hidden;
	position: relative;
	padding: 105px 0 70px;	
}
#content {
	padding-bottom: 60px;
}
.sub_bg {
	height: 210px;
	background-image: url(/img/sub_bg01.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}
.sub_bg.bg02 {
	background-image: url(/img/sub_bg02.jpg);
}
.sub_bg.bg03 {
	background-image: url(/img/sub_bg03.jpg);
}
.sub_bg.bg04 {
	background-image: url(/img/sub_bg04.jpg);
}
.sub_bg.bg05 {
	background-image: url(/img/sub_bg05.jpg);
}
.sub_bg.bg06 {
	background-image: url(/img/sub_bg06.jpg);
}
.sub_bg.bg07 {
	background-image: url(/img/sub_bg07.jpg);
}
.sub_bg.bg08 {
	background-image: url(/img/sub_bg08.jpg);
}
/* sub_top */
.sub_top {
	height: 48px;
	background: url(/img/bg_sub_top.png) repeat-x 0 0;
}
.sub_top .sub_top_in {
	position: relative;
	z-index: 50;
	max-width: 1200px;
	margin: 0 auto;
}
.snb:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.snb>div {
	float: left;
	position: relative;
	margin-right: -1px;
}
.snb .home>a {
	display: block;
	width: 52px;
	height: 48px;
	padding-top: 15px;
	background-color: #797a7c;
	text-align: center;
}
.snb .home>a:before {
	content: "\e800";
	display: inline-block;
	font-family: 'Linearicons-Free';
	font-size: 17px;
	line-height: 17px;
	color: #fff;
}
.snb>.depth1_area, .snb>.depth2_area {
	width: 230px;
}
.snb .open_depth {
	display: block;
	position: relative;
	height: 48px;
	padding: 12px 20px 12px 25px;
	border: 1px solid #ccc;
	background-color: #fff;
	color: #555;
	font-size: 14px;
	white-space: nowrap;
}
.snb .open_depth.on {
	background-color: #f5f5f5;
}
.snb .open_depth:after {
	content: "\f0d7";
	display: inline-block;
	position: absolute;
	top: 18px;
	right: 14px;
	font-family: 'FontAwesome';
	font-size: 11px;
	line-height: 11px;
	color: #9a9a9a;
}
.snb .open_depth.on:after {
	content: "\f0d8";
	top: 17px;
}
.snb .menu {
	display: none;
	position: absolute;
	top: 48px;
	left: 0;
	width: 100%;
}
.snb .menu>li>a {
	display: block;
	padding: 12px 5px 13px 25px;
	border: 1px solid #ccc;
	border-top: none;
	background-color: #e2e2e2;
	color: #555;
	font-size: 14px;
}
.snb .menu>li>a:hover {
	background-color: #fff;
	color: #222;
}
.public_btn>a {
	position: absolute;
	top: 0;
	width: 51px;
	height: 48px;
	padding-top: 15px;
	border-right: 1px solid #e2e2e2;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-align: center;
}
.public_btn .share_area {
	position: absolute;
	top: 0;
	right: 102px;
	width: 52px;
}
.public_btn .share_area .btn_share {
	display: block;
	position: relative;
	z-index: 5;
	width: 52px;
	height: 48px;
	padding-top: 14px;
	border: 1px solid #e2e2e2;
	background-color: #f5f5f5;
	background-image: url(/img/ico_share.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-align: center;
}
.public_btn .share_area .btn_share:hover {
	border: 1px solid #797a7c;
	background-color: #797a7c;
	background-image: url(/img/ico_share_on.png);
}
.public_btn .share_area a:hover:before {
	color: #fff!important;
}
.public_btn .share_area .share_icon {
	display: none;
	position: absolute;
	top: -48px;
	left: 0;
}
.public_btn .share_area .share_icon.on {
	top: -96px;
}
.public_btn .share_area .share_icon li {
	border-top: 1px solid #c4c4c4;
}
.public_btn .share_area .share_icon li:first-child {
	border-top: 0;
}
.public_btn .share_area .share_icon li a {
	display: block;
	width: 52px;
	height: 48px;
	padding-top: 15px;
	border-bottom: 1px solid #e2e2e2;
	background-color: #e2e2e2;
	text-align: center;
}
.public_btn .share_area .share_icon li.icon_twitter a {
	border-bottom: 0;
}
.public_btn .share_area .share_icon li a:hover {
	background-color: #797a7c;
}
.public_btn .share_area .share_icon li.icon_twitter a:before {
	content: "\f099";
	display: inline-block;
	color: #8c8c8c;
	font-family: 'FontAwesome';
	font-size: 18px;
	line-height: 18px;
}
.public_btn .share_area .share_icon li.icon_facebook a:before {
	content: "\f09a";
	display: inline-block;
	color: #8c8c8c;
	font-family: 'FontAwesome';
	font-size: 18px;
	line-height: 18px;
}
.public_btn>.btn_mail {
	right: 51px;
	background-image: url(/img/ico_mail.png);
}
.public_btn>.btn_print {
	right: 0;
	background-image: url(/img/ico_print.png);
}
/* sub_title */
.sub_title {
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 60px;
	text-align: center;
}
.sub_title>h2 {
	padding-top: 70px;
	color: #222;
	font-size: 48px;
	font-weight: 400;
	line-height: 1.2;
}
.sub_title>h2>span {
	display: block;
	font-weight: 100;
}
.sub_title>p {
	padding-top: 28px;
	color: #555;
	font-size: 18px;
	font-weight: 300;
}
/* tabmenu */
.tabmenu {
	max-width: 1200px;
	margin: 36px auto 0;
}
.tabmenu>ul {
	display: table;
	width: 100%;
}
.tabmenu>ul>li {
	display: table-cell;
	position: relative;
	width: 25%;
	border-bottom: 2px solid #ddd;
	text-align: center;
	vertical-align: middle;
}
.tabmenu.tab_3>ul>li {
	width: 33.33%;
}
.tabmenu>ul>li>a {
	display: block;
	padding: 26px 0;
	color: #3a3e48;
	font-size: 18px;
}
.tabmenu>ul>li.on {
	border-bottom: 2px solid #0c6e83;
}
.tabmenu>ul>li.on:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -13px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -6px;
	border: 6px solid #0c6e83;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
}
.tabmenu>ul>li.on>a {
	color: #0c6e83;
}
/* contents */
.contents {
	max-width: 1200px;
	margin: 0 auto;
}
/* family site */
.family_site {
	border-top: 1px solid #e1e1e1;
}
.family_in {
	max-width: 1200px;
	margin: 0 auto;
}
.family_in>ul {
	display: table;
	width: 100%;
}
.family_in>ul>li {
	display: table-cell;
	width: 14%;
	height: 60px;
	text-align: center;
	vertical-align: middle;
}


/* footer */
.footer								{ color:#fff; background-color: #333333; color:#909090; font-size:.89em}
.footer-content					{ position:relative; margin:0 auto !important; width:100%; max-width:1170px; padding:35px 0 35px 280px; background:url(/img/footer_logo.png) no-repeat left 21px}

.footer-content a					{ color:#fff}
.footer-content address			{clear:both; font-style:normal; line-height:22px}
.footer-content address span { display:inline-block; margin:0}
.footer-content address em	{ display:inline-block; width:1px; height:12px; background-color:#ccc; margin:0 9px; margin-bottom:3px;  font-size:0; line-height:0; vertical-align:middle}
.footer-content p.copyright		{ margin-top:0px; text-transform:capitalize}

/*
dl.sns-link							{ position:absolute; z-index:1; top:50px; right:0}
dl.sns-link dd						{ float:left; height:37px; padding:0 10px}
dl.sns-link dd a					{ display:block; width:100%; height:100%; text-decoration:none; }
*/

.footer-content	dl.sns-link dd					{ float:left; height:34px; padding:0 7px}
.footer-content	dl.sns-link dd:first-child 	{padding-left:0}
.footer-content	dl.sns-link dd a				{font-size:1.1em; display:block; width:100%; height:100%; text-decoration:none; padding:5px 0 0 0}

.footer-content	span.br{display:block; font-size:0; line-height:0; height:0}


#go_top {
	display: none;
	position: fixed;
	z-index: 800;
	/* bottom: 71px; */
	bottom: 127px;
	right: 10px;
	width: 40px;
	height: 40px;
	padding-top: 4px;
	background-color: #38929b;
	text-align: center;
}
#go_top:before {
	content: "\f106";
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 20px;
	color: #fff;
}


/* new 메인비주얼 */
#container_main .mainroll{position: relative;width:100%; max-width:1920px; height:249px; margin:0 auto; text-align:center; overflow:hidden; box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;z-index:1;cursor:pointer; }
#container_main .mainroll:hover .customPrevBtn{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;}
#container_main .mainroll:hover .customNextBtn{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;}
#container_main .arr-btn {position:absolute; width:100%; max-width:1600px; left:50%; margin-left:-800px; min-width:300px;  top:40%}
#container_main .arr-btn .customPrevBtn{width:52px; height:100px; text-indent:-9999px; background:url(/img/m_prev.png) 0 no-repeat; position:absolute; left:20px; top:0px; cursor:pointer; z-index:100;filter:alpha(opacity=0);-moz-opacity:0.0;-khtml-opacity:0.0;opacity:0.0; box-shadow:none}
#container_main .arr-btn .customPrevBtn:hover{border:0; padding:0}
#container_main .arr-btn .customNextBtn{width:52px; height:100px; text-indent:-9999px; background:url(/img/m_next.png) 0 no-repeat; position:absolute; right:20px; top:0px; cursor:pointer; z-index:100;filter:alpha(opacity=0);-moz-opacity:0.0;-khtml-opacity:0.0;opacity:0.0; box-shadow:none}		
#container_main .arr-btn .customNextBtn:hover{border:0; padding:0;}
#container_main .visual_m {display:none}







/* slick slider */
.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	z-index: 100 !important;
	outline: 0;
}
.slick-active {
	z-index: 200 !important;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}


@media screen and (min-width:977px) and (max-width:1216px) {
	/*
	.header_in {	max-width: 100%;	}
	.contents {max-width: 960px}
	*/
}


@media screen and (max-width:1600px) {
	#container_main .arr-btn {left:0; margin-left:0;}
	.arr-btn {left:0%; margin-left:0}
}


@media screen and (max-width:1200px) {
	.footer {padding:0 3%}
}




@media screen and (max-width:976px) {

	.header_in>h1 {float:none; height: 90px; margin: 0 auto; padding: 10px 0 0;}
	.header_in>h1 a {background-size:90%; margin:0 auto;}

	/* ■ 메인페이지 */

	/* 메인 슬라이드 */
	.owl-theme .owl-dots, 
	.owl-theme .owl-nav, 
	.arr-btn {display:none}
	#container_main {	padding: 90px 0 70px;}
.pcShow, .mntNone, .gnb_w, .util .link_theclassic, .main_reservation {
	display: none !important;
}
.mobileShow {
	display: block!important;
}

/* header */
#header {
	height: auto;
	background: none;	
}


.util {
	top: 0;
	right: 0;
}
.util>div {
	float: none;
	margin-left: 0;
}


.util .mobileShow a:hover{background-color:#f1f1f1}


/* navMobile */
.navMobile {
	display: block;
}
.navM_open {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 89px;
	height: 89px;
	border: 0;
	border-right: 1px solid #ccc;
	background: #fff;
}
.navM_open:before {
	content: "\e871";
	display: inline-block;
	position: absolute;
	top: 27px;
	left: 27px;
	font-family: 'Linearicons-Free';
	font-size: 35px;
	line-height: 35px;
	color: #797a7c;
}
.pushy-open-left .site-overlay {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9998;
	background-color: rgba(0, 0, 0, 0.65);
	-webkit-animation: fade 500ms;
	animation: fade 500ms;
}
/* container */
#container {
	display: block;
	overflow: hidden;
	position: relative;
	padding: 90px 0 60px;
}
#content {
	padding-bottom: 50px;
}
.sub_bg {
	background-size: cover;
}
/* sub_top */
.public_btn {
	display: none;
}
/* sub_title */
.sub_title {
	padding: 0 22px 60px;
}
/* tabmenu */
.tabmenu {
	margin: 36px 22px 0;
}
/* contents */
.contents {
	padding: 0 22px;
}

/* main_visual */
.main_visual>p {
	margin-top: -80px;
	font-size: 50px;
}
.main_visual>p>span {
	display: block;
}
.main_visual, .main_visual .visual_slider .visual_img {
	height: 570px;
	background-size: cover;
}
}

@media screen and (max-width:900px) {
	/* footer */
	.footer-content  {padding-top:60px; padding:60px 0 35px 0; ; background:none}
	.footer-content dl.sns-link						{ position:absolute; z-index:1; top:10px; left:0; width:100%;  height:40px; border-bottom:1px solid #555;}
	.footer-content dl.sns-link dd					{ float:left; width:33.333%; text-align:center}	
	.footer-content	dl.sns-link dd a				{font-size:1em}

	
	
	#go_top {
		/* bottom: 84px; */
		bottom: 7px;
		right: 7px;
		width: 30px;
		height: 30px;
		padding-top: 0px;
	}
}

@media screen and (max-width:767px) {	


	.footer-content .copyright {display:block; clear:both; margin:0}	

	#container_main {
		padding: 56px 0 70px;
	}




	.main_section01 .section01_tall {display:none}

/* common */
.mt20 {
	margin-top: 10px!important;
}
.mt25 {
	margin-top: 12px!important;
}
.mt50 {
	margin-top: 25px!important;
}
/* button */
.btn_center {
	margin-top: 30px;
}
.btn_m1, .btn_m2 {
	min-width: 0;
	height: 28px;
	padding: 0 15px;
	font-size: 12px;
	line-height: 28px;
}

/* form */
.form_input {
	height: 27px;
	padding: 0 5px 1px;
	font-size: 13px;
}
.form_chk {
	margin: -2px 2px 0 0;
}
.label_chk {
	margin: 2px 15px 2px 0;
}
.form_select {
	height: 27px;
	padding: 0 0 0 5px;
	font-size: 13px;
	line-height: 27px;
}
.form_textarea {
	padding: 5px;
	font-size: 13px;
}
.form_span {
	margin: 0 2px;
}
.tel_bar {
	width: 5%;
}
.email_box {
	display: block;
	overflow: hidden;
	margin-top: 5px;
}
.email_box>span {
	display: block;
	margin-left: 18px;
}
.email_box>span.form_span {
	float: left;
	width: 18px;
	margin: 3px 0 0;
}
/* header */
.header_in>h1 {
	width: 140px;
	height: 55px;
	padding: 10px 0 13px;
}
.header_in>h1 a {
	width: 56px;
	height: 40px;
	background-image: url(/img/top_logo.png);
	background-size: 56px 40px;
}


/* navMobile */
.navM_open {
	width: 55px;
	height: 54px;	
}
.navM_open:before {
	top: 17px;
	left: 17px;
	font-size: 20px;
	line-height: 20px;
}
/* container */
#container {
	display: block;
	overflow: hidden;
	position: relative;
	width:100%;
	padding: 55px 0 30px;
}
#content {
	padding-bottom: 25px;
}
.sub_bg {
	height: 105px;
}
/* sub_top */
.sub_top {
	height: 35px;
	background: url(/img/bg_sub_top_m.png) repeat-x 0 0;
	background-size: 1px 35px;
}
.snb {
	padding-left: 35px;
}
.snb .home {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.snb .home>a {
	width: 35px;
	height: 35px;
	padding-top: 6px;
}
.snb .home>a:before {
	font-size: 13px;
	line-height: 13px;
}
.snb>.depth1_area, .snb>.depth2_area {
	width: 50%;
}
.snb .open_depth {
	height: 35px;
	padding: 7px 12px 8px 7px;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.snb .open_depth:after {
	top: 13px;
	right: 6px;
	font-size: 9px;
	line-height: 9px;
}
.snb .open_depth.on:after {
	top: 12px;
}
.snb .menu {
	top: 35px;
}
.snb .menu>li>a {
	padding: 7px 5px 8px 7px;
	font-size: 12px;
}
/* sub_title */
.sub_title {
	padding: 0 4% 20px;
}
.sub_title>h2 {
	padding-top: 36px;
	font-size: 26px;
}
.sub_title>p {
	padding-top: 17px;
	font-size: 13px;
	font-weight: 400;
}
/* tabmenu */
.tabmenu {
	margin: 20px 4% 0;
}
.tabmenu>ul>li>a {
	padding: 11px 0;
	font-size: 14px;
	line-height: 1.2;
}
.tabmenu>ul>li>a>span {
	display: block;
}
.tabmenu>ul>li.on:after {
	bottom: -11px;
	margin-left: -5px;
	border: 5px solid #0c6e83;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
}
/* contents */
.contents {
	padding: 0 4%;
}
/* family site */
.family_site {
	display: none;
}


/* main_visual */
.main_visual>p {
	margin-top: -40px;
	font-size: 22px;
}
.main_visual, .main_visual .visual_slider .visual_img {
	height: 286px;
}
.main_visual .visual_slider ul.slick-dots {
	bottom: 20px;
	line-height: 10px;
}
.main_visual .visual_slider ul.slick-dots>li {
	margin-left: 15px;
}
.main_visual .visual_slider ul.slick-dots>li>button {
	width: 10px;
	height: 10px;
}
.main_visual .btn_playPause {
	top: auto;
	bottom: 24px;
	margin: 0 0 0 38px;
}
.main_visual .btn_playPause:after {
	font-size: 11px;
	line-height: 11px;
}
.thumb_slider {
	display: none!important;
}
}

@media screen and (min-width:1217px) {
/* sub_title */
.sub_title>p>span, .sub_title>p>.span2 {
	display: block;
}
}
svg.slide__overlay {
	display: block;
	overflow: visible;
}
.main_slider {
	display: block;
	overflow: hidden;
	height: 500px;
	padding: 0
}
.slider-container {
	position: relative;
	height: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: all-scroll;
}
.slider-control {
	z-index: 2;
	position: absolute;
	top: 0;
	width: 12%;
	height: 100%;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	will-change: opacity;
	opacity: 0;
}
.slider-control.inactive:hover {
	cursor: auto;
}
.slider-control:not(.inactive):hover {
	opacity: 1;
	cursor: pointer;
}
.slider-control.left {
	left: 0;
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
.slider-control.right {
	right: 0;
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.slider-pagi {
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 1rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 0;
	list-style-type: none;
}
.slider-pagi__elem {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 16px;
	margin: 0 0.5rem;
	border-radius: 50%;
	border: 2px solid #fff;
	cursor: pointer;
}
.slider-pagi__elem:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1.1rem;
	height: 1.1rem;
	background: #fff;
	border-radius: 50%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
}
.slider-pagi__elem.active:before, .slider-pagi__elem:hover:before {
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}
.slider {
	z-index: 1;
	position: relative;
	height: 100%;
}
.slider.animating {
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	will-change: transform;
}
.slider.animating .slide__bg {
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	will-change: transform;
}
.slide {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.slide.active .slide__overlay, .slide.active .slide__text {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.slide__bg {
	position: absolute;
	top: 0;
	left: -50%;
	width: 100%;
	height: 100%;
	background-size: cover;
	will-change: transform;
}
.slide:nth-child(1) {
	left: 0;
}
.slide:nth-child(1) .slide__bg {
	left: 0;
	background-image: url("/img/main/main_visual01.jpg");
}
.slide:nth-child(1) .slide__overlay-path {
	fill: #5FA933;
}

@media(min-width:992px) {
.slide__bg {
	background-position: 50% 100%;
}
}

@media (max-width: 991px) {
.slide__bg {
	background-position: 50% 0;
}
}

@media (max-width: 976px) {
.slide:nth-child(1) .slide__bg {
	left: 0;
	background-image: url("/img/main/mobile_slide.jpg");
}
.slide:nth-child(1) .slide__text {
	top: 2rem;
	background-color: rgba(102, 156, 189, 0);
}
}
.slide:nth-child(2) {
	left: 100%;
}
.slide:nth-child(2) .slide__bg {
	left: -50%;
	background-image: url("/img/main/main_visual02.jpg");
}
.slide:nth-child(2) .slide__overlay-path {
	fill: #53B7D6;
}

@media (max-width: 976px) {
.slide:nth-child(2) .slide__text {
	top: 2rem;
	background-color: rgba(225, 204, 174, 0);
}
.slide:nth-child(2) .slide__bg {
	left: -50%;
	background-image: url("/img/main/mobile_slide.jpg");
}
}
.slide:nth-child(3) {
	left: 200%;
}
.slide:nth-child(3) .slide__bg {
	left: -100%;
	background-image: url("/img/main/main_visual03.jpg");
}
.slide:nth-child(3) .slide__overlay-path {
	fill: #134198;
}

@media (max-width: 976px) {
.slide:nth-child(3) .slide__text {
	top: 2rem;
	background-color: rgba(173, 197, 205, 0);
}
.slide:nth-child(3) .slide__bg {
	left: -100%;
	background-image: url("/img/main/mobile_slide.jpg");
}
}
.slide:nth-child(4) {
	left: 300%;
}
.slide:nth-child(4) .slide__bg {
	left: -150%;
	background-image: url("/img/main/mobile_slide.jpg");
}
.slide:nth-child(4) .slide__overlay-path {
	fill: #cbc6c3;
}

@media (max-width: 976px) {
.slide:nth-child(4) .slide__text {
	background-color: rgba(203, 198, 195, 0.8);
}
}
.slide__content {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.slide__overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 800px;
	min-height: 650px;
	-webkit-transition: opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
	transition: opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
	transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
	transition: transform 0.5s 0.5s, opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
	will-change: transform, opacity;
	-webkit-transform: translate3d(-20%, 0, 0);
	transform: translate3d(-20%, 0, 0);
	opacity: 0;
}
.slide__overlay path {
	opacity: 0.8;
}
.slide__text {
	position: absolute;
	width: 32vw;
	top: 7vw;
	left: 8vw;
	color: #fff;
	-webkit-transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
	transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
	transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
	transition: transform 0.5s 0.8s, opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
	will-change: transform, opacity;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
}
.slide__text-heading {
	margin-bottom: 2rem;
	font: 400 3vw 'Noto Sans KR', dotum, '돋움', '굴림', Gulim, sans-serif;
	line-height: 3.2vw;
	letter-spacing: -0.05rem;
	color: #FFF
}
.slide__text-desc {
	font: 400 1vw 'Noto Sans KR', dotum, '돋움', '굴림', Gulim, sans-serif;
	line-height: 1.5vw;
	letter-spacing: -0.03rem;
	margin-bottom: 1rem;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
}
.slide__text-link {
	z-index: 5;
	display: inline-block;
	position: relative;
	padding: 0.5rem;
	cursor: pointer;
	font-family: 'Noto Sans KR', dotum, '돋움', '굴림', Gulim, sans-serif;
	font-size: 1.3rem;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}
#slide_rnd .imgSet li .rnd_s {
	display: none;
}
#slide_rnd .imgSet li .rnd_m {
	display: none;
}
#slide_rnd .imgSet li .rnd_l {
	display: block;
}
.slide__text-link:before {
	z-index: -1;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: rotateX(-85deg);
	transform: rotateX(-85deg);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	will-change: transform;
}
.slide__text-link:hover:before {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}

@media (max-width: 976px) {
.slide__overlay {
	display: none;
	width: 0;
	height: 0
}
.slide__overlay path {
	display: none;
	opacity: 0!important;
}
.slide__text {
	left: 50%;
	bottom: 0;
	width: 100%;
	height: 6rem;
	margin: 0 0 0 -180px;
	text-align: left;
	-webkit-transform: translateY(30%);
	transform: translateY(30%);
	-webkit-transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
	transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
	transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
	transition: transform 0.5s 0.5s, opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
	padding: 0 1rem;
}
.slide__text-heading {
	margin-top: 1.2rem;
	font: 600 2em 'Noto Sans KR', dotum, '돋움', '굴림', Gulim, sans-serif;
	line-height: 1.2em;
	letter-spacing: -0.05rem;
	color: #FFF;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .8);
}
.slide__text-desc {
	display: none;
}
.slide__text-link {
	display: none;
}
.main_slider {
	display: block;
	overflow: hidden;
	height: 19rem;
	padding: 0
}
.slider-pagi {
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 17rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 0;
	list-style-type: none;
}
}
#sec_wrap {
	display: block;
	padding: 60px 0;
	text-align: center
}
.bg_business {
	background-color: #EAEFF3
}
#sec_business {
	display: inline-block;
 *display:inline;
	zoom: 1;
	width: 1169px;
}
#sec_service {
	display: inline-block;
 *display:inline;
	zoom: 1;
	width: 1169px;
}
.main_sec_title {
	margin: 30px auto 50px auto;
	font: 400 3.1rem 'Noto Sans KR', dotum, '돋움', '굴림', Gulim, sans-serif;
	line-height: 3.2rem;
	letter-spacing: -0.3rem;
	color: #1E2A4C
}
.main_sec_title em {
	display: inline-block;
	width: auto;
	font: 400 1.2rem 'Noto Sans KR', dotum, '돋움', '굴림', Gulim, sans-serif;
	line-height: 1.2rem;
	letter-spacing: -0.05rem;
	color: #1E2A4C;
	text-align: right
}
.mobile_link {
	display: none
}
#sec_business #slide_plm, #sec_business #slide_plm {
	float: left;
	margin-left: -1px;
	z-index: 1;
}
#slide_si #sld_menu svg, #slide_plm #sld_menu svg, #slide_rnd #sld_menu svg {
	display: none
}
/*main_business_area_SI*/
#slide_si ul, #slide_si li {
	list-style: none;
	margin: 0;
	padding: 0
}
#slide_si {
	display: inline-block;
	position: relative;
	float: left;
	width: 575px;
	height: 364px;
	padding: 0;
	overflow: hidden;
	background-color: #FFF;
}
#slide_si #mask {
	position: relative;
	overflow: hidden;
	float: right;
}
#slide_si .imgSet {
	width: 373px;
	height: 364px;
}
#slide_si .imgSet li {
	overflow: hidden;
	position: absolute;
	width: 100%;
}
#slide_si .imgSet li p {
	font-family: 돋움;
	font-size: 12px;
	color: #666;
	margin-top: 2px
}
#slide_si #sld_menu {
	float: left;
	width: 190px;
	padding: 0 0 0 22px
}
#slide_si #sld_menu .si_ul, #slide_plm #sld_menu .si_ul, #slide_rnd #sld_menu .si_ul {
	display: none
}
#slide_si #sld_menu h2 {
	margin: 36px 0;
}
#slide_si #sld_menu h2 .biz_title_txt {
	display: none;
	margin: 36px 0;
}
#slide_si #sld_menu h2 .biz_title_txt em {
	display: inline-block;
	font-size: 12px;
	line-height: 1rem
}
#slide_si #sld_menu .menuSet {
	margin: 0;
}
#slide_si .imgSet img {
	width: 100%;
	height: auto
}
#slide_si .menuSet li a {
	display: block;
	margin: 0;
	padding: 0 10px 0 6px;
	border-bottom: 1px solid #D2D2D2;
	cursor: pointer;
	line-height: 45px;
	color: #717171;
	text-align: left;
	background: url(/img/arrow_iconset.gif) no-repeat 100% 18px
}
#slide_si .menuSet li.select a {
	border-bottom: 1px solid #2F4597;
	font-weight: bold;
	color: #2F4597;
	text-decoration: none;
	background-position: 100% -32px;	
}
#slide_si .menuSet li a:hover, #slide_si .menuSet li a:active {
	border-bottom: 1px solid #3081FA;
	font-weight: bold;
	color: #3081FA;
	text-decoration: none;
	background-position: 100% -82px
}
 #slide_si .menuSet li a:visited {
	color: #3081FA;
}
#slide_si .dir {
	position: absolute;
	top: 180px;
	cursor: pointer
}
#slide_si .prev {
	left: 18px!important;
}
#slide_si .next {
	right: 14px
}
/*main_business_area_PLM*/

#slide_plm ul, #slide_plm li {
	list-style: none;
	margin: 0;
	padding: 0
}
#slide_plm img {
	border: none;
	vertical-align: top;
}
#slide_plm {
	display: inline-block;
	position: relative;
	float: left;
	width: 575px;
	height: 364px;
	margin: 0 0 0 19px!important;
	padding: 0;
	overflow: hidden;
	background-color: #FFF;
}
#slide_plm #mask {
	position: relative;
	overflow: hidden;
	float: right;
	width: 373px;
}
#slide_plm .imgSet {
	width: 373px;
	height: 364px;
}
#slide_plm .imgSet li {
	position: absolute;
	width: 100%;
}
#slide_plm .imgSet li p {
	font-family: 돋움;
	font-size: 12px;
	color: #666;
	margin-top: 2px
}
#slide_plm #sld_menu {
	float: left;
	width: 190px;
	padding: 0 0 0 22px
}
#slide_plm #sld_menu h2 {
	margin: 36px 0
}
#slide_plm #sld_menu h2 .biz_title_txt {
	display: none;
	margin: 36px 0;
}
#slide_plm #sld_menu h2 .biz_title_txt em {
	display: inline-block;
	font-size: 12px;
	line-height: 1rem
}
#slide_plm #sld_menu .menuSet {
	margin: 0;
}
#slide_plm .menuSet li a {
	display: block;
	margin: 0;
	padding: 0 10px 0 6px;
	border-bottom: 1px solid #D2D2D2;
	cursor: pointer;
	line-height: 45px;
	color: #717171;
	text-align: left;
	background: url(/img/arrow_iconset.gif) no-repeat 100% 18px
}
#slide_plm .menuSet li.select a {
	border-bottom: 1px solid #2F4597;
	font-weight: bold;
	color: #2F4597;
	text-decoration: none;
	background-position: 100% -32px;	
}
#slide_plm .menuSet li a:hover, #slide_plm .menuSet li a:active {
	border-bottom: 1px solid #3081FA;
	font-weight: bold;
	color: #3081FA;
	text-decoration: none;
	background-position: 100% -82px
}
#slide_plm .menuSet li a:visited {
	color: #3081FA;
}
#slide_plm .dir {
	position: absolute;
	top: 180px;
	cursor: pointer
}
#slide_plm .prev {
	left: 18px!important;
}
#slide_plm .next {
	right: 20px
}
/*main_business_area_RND*/

#slide_rnd ul, #slide_rnd li {
	list-style: none;
	margin: 0;
	padding: 0
}
#slide_rnd img {
	border: none;
	vertical-align: top;
}
#slide_rnd {
	display: inline-block;
	position: relative;
	float: left;
	width: 1169px;
	height: 176px;
	margin: 19px 0 0 0;
	padding: 0;
	overflow: hidden;
	background-color: #FFF;
}
#slide_rnd #mask {
	position: relative;
	overflow: hidden;
	float: right;
	width: 818px;
}
#slide_rnd .imgSet {
	width: 818px;
	height: 176px;
}
#slide_rnd .imgSet li {
	position: absolute;
	width: 100%;
}
#slide_rnd .imgSet li p {
	font-family: 돋움;
	font-size: 12px;
	color: #666;
	margin-top: 2px
}
#slide_rnd #sld_menu {
	float: left;
	width: 320px;
	padding: 0 0 0 22px
}
#slide_rnd #sld_menu h2 {
	margin: 26px 0 16px 0
}
#slide_rnd #sld_menu h2 .biz_title_txt {
	display: none;
	margin: 36px 0;
}
#slide_rnd #sld_menu h2 .biz_title_txt em {
	display: inline-block;
	font-size: 12px;
	line-height: 1rem
}
#slide_rnd #sld_menu .menuSet {
	margin: 0;
}
#slide_rnd .menuSet li a {
	display: block;
	margin: 0;
	padding: 0 10px 0 6px;
	border-bottom: 1px solid #D2D2D2;
	cursor: pointer;
	line-height: 45px;
	color: #717171;
	text-align: left;
	background: url(/img/arrow_iconset.gif) no-repeat 100% 18px
}
#slide_rnd .menuSet li.select a {
	border-bottom: 1px solid #2F4597;
	font-weight: bold;
	color: #2F4597;
	text-decoration: none;
	background-position: 100% -32px;	
}
#slide_rnd .menuSet li a:hover, #slide_rnd .menuSet li a:active {
	border-bottom: 1px solid #3081FA;
	font-weight: bold;
	color: #3081FA;
	text-decoration: none;
	background-position: 100% -82px
}
 #slide_rnd .menuSet li a:visited {
	color: #3081FA;
}
#slide_rnd .dir {
	position: absolute;
	top: 80px;
	cursor: pointer
}
#slide_rnd .prev {
	left: 18px!important;
}
#slide_rnd .next {
	right: 20px
}


/* 메인 - 국내/해외 사업장 */
/*sec_edu*/
.bg_edu {
	padding: 0 !important;
	background: #FFF url(/images/main/main_section02_bg.jpg) no-repeat 50% 100%;
	background-size:cover;
	background-color:#f4f4f4;			
}
#sec_edu {
	display: inline-block;
 *display:inline;
	zoom: 1;
	width: 1169px;
	height:662px;	
}
.main_section02 h2 {}


/*메인서비스*/
.bg_srvice {
	padding: 0px 0 0 0!important;
	background: #FFF
}
#srvice_con {
	display: table;
	overflow: hidden;
	width: 100%;
	_width /**/: 100%;
}
#srvice_con:after {
	display: block;
	clear: both;
	content: ''
}
#srvice_con2 {
	display: none;
}
.srvice_remote {
	display: table-cell;
	vertical-align: top;
	width: 33.3%;
	border: 0px solid #f5f5f5
}

/* ■ 메인 서비스 */
.inquire_div {
	/* margin: 0 6px; */
	margin-right:19px;
	height: 279px;
	background: url(/images/main/service_inquire.jpg) no-repeat 50% top;
	background-size: cover;
}
.map_div {
	/* margin: 0 6px;	*/
	margin-left:19px;
	height: 279px;
	background: url(/images/main/service_map.jpg) no-repeat 50% top;
	background-size: cover;
}
.srvice_contact {
	display: table-cell;
	vertical-align: top;
	width: 33.3%;
}
.srvice_contact .contact_bg {
	margin: 0 6px;
	height: 464px;
	background: url(/images/main/service_contact.jpg) no-repeat 50% top;
	background-size: cover;
	text-align: center
}

.srvice_contact .contact_bg p {
	width: 70%;
	margin: 20px auto 0 auto;
	font: 400 .9rem 'Noto Sans KR', dotum, '돋움', '굴림', Gulim, sans-serif;
	line-height: 1.6rem;
	letter-spacing: -0.05rem;
	color: #FFF;
	text-align: center;
	white-space: pre-line
}
.srvice_nas {
	display: table-cell;
	vertical-align: top;
	width: 33.3%;
	border: 0px solid #f5f5f5
}
.srvice_title1 {
	width: 90%;
	margin: 20px auto 0 auto;
	text-align: left;
}
.srvice_title1 dt {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #C1C1C1;
	font: 400 1.8rem 'Noto Sans KR', dotum, '돋움', '굴림', Gulim, sans-serif;
	line-height: 2rem;
	letter-spacing: -0.05rem;
	color: #093f59;;
}
.srvice_title1 dt.color_txt {
	color: #d0ba00
}
.srvice_title1 dt.color_txt em {
	color: #d0ba00
}
.srvice_title1 dt em {
	display: block;
	font-size: 14px;
	letter-spacing: .1rem;
	color: #093f59;
	font-weight: 400
}
.srvice_title1 dd {
	font: 300 .9rem 'Noto Sans KR', dotum, '돋움', '굴림', Gulim, sans-serif;
	line-height: 2rem;
	letter-spacing: -0.05rem;
	color: #3C3C3C;
}
.srvice_title2 {
	width: 90%;
	margin: 0 auto;
	padding: 80px 0 0 0;
	text-align: center;
}
.srvice_title2 dt {
	padding: 0 0 10px 0;
	font: 400 1.8rem 'Noto Sans KR', dotum, '돋움', '굴림', Gulim, sans-serif;
	line-height: 2.5rem;
	letter-spacing: -0.05rem;
	color: #414141;
}
.srvice_title2 dt em {
	display: block;
	font-size: 14px;
	letter-spacing: .1rem;
	color: #414141;
}
.srvice_title2 dd {
	font: 600 .8rem 'Noto Sans KR', dotum, '돋움', '굴림', Gulim, sans-serif;
	line-height: 2rem;
	letter-spacing: -0.05rem;
	color: #3C3C3C;
}
.btn_main_srvice1 {
	width:215px;
	height:48px;
	margin: 10px 0;
	padding-top: 8px;
	text-align:center;
	background-color: #ffffff;
	/*
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	*/
	display: inline-block;
	cursor: pointer;
	font: 300 1rem '맑은 고딕', 'Noto Sans KR', 'Apple Gothic', sans-serif;
	letter-spacing: .2rem;
	color: #FFF;
	text-decoration: none;
}
.btn_main_srvice1:hover {
	background-color: #000;
}
.btn_main_srvice1:active {
	position: relative;
	top: 1px;
}
.btn_main_srvice1 a {color:#fff; font-size:21px}
.btn_bg_color1 {
	background-color: #093f5b
}
.btn_bg_color2 {
	background-color: #414141
}
.btn_bg_color3 {
	background-color: #cfba00
}

@media screen and (max-width:1189px) {
#sec_business .main_sec_title {
	margin: 0 auto 40px auto;
}
#sec_wrap {
	display: block;
	padding: 60px 0;
	text-align: center;
	overflow: hidden
}
#sec_business {
	display: block;
	zoom: 1;
	width: 100%;
	overflow: hidden
}
#sec_service {
	display: block;
	zoom: 1;
	width: 100%;
	overflow: hidden
}
#sec_edu {
	display: block;
	zoom: 1;
	width: 100%;
	height: 600px;
	overflow: hidden
}
#slide_si {
	display: table;
	position: relative;
	width: 49%;
	height: auto;
	padding: 0;
	margin: 0 0 0 10px!important;
	overflow: hidden;
	background-color: #FFF;
}
#slide_si #mask {
	display: table-cell;
	position: relative;
	overflow: hidden;
	width: 280px;
	height: 270px;
	float: none
}
#slide_si #sld_menu {
	display: table-cell;
	float: none;
	width: auto;
	padding: 0 0 0 0;
	vertical-align: top
}
#slide_si .imgSet {
	width: 100%;
	height: auto;
}
#slide_si .imgSet li {
	overflow: hidden;
	position: absolute;
	width: 100%;
}
#slide_si .imgSet li p {
	font-family: 돋움;
	font-size: 12px;
	color: #666;
	margin-top: 2px
}
#slide_si .imgSet img {
	width: 100%;
	height: auto
}
#slide_si .dir {
	position: absolute;
	top: 130px;
	cursor: pointer;
	vertical-align: middle
}
#slide_si .next {
	right: 14px
}
#slide_plm {
	display: table;
	position: relative;
	width: 48%;
	height: auto;
	padding: 0;
	margin: 0 0 0 10px!important;
	overflow: hidden;
	background-color: #FFF;
}
#slide_plm #mask {
	display: table-cell;
	position: relative;
	overflow: hidden;
	width: 280px;
	height: 270px;
	float: none
}
#slide_plm #sld_menu {
	display: table-cell;
	float: none;
	width: auto;
	padding: 0 0 0 0;
	vertical-align: top
}
#slide_plm .imgSet {
	width: 100%;
	height: auto;
}
#slide_plm .imgSet li {
	overflow: hidden;
	position: absolute;
	width: 100%;
}
#slide_plm .imgSet li p {
	font-family: 돋움;
	font-size: 12px;
	color: #666;
	margin-top: 2px
}
#slide_plm .imgSet img {
	width: 100%;
	height: auto
}
#slide_plm .dir {
	position: absolute;
	top: 130px;
	cursor: pointer;
	vertical-align: middle
}
#slide_plm .next {
	right: 20px
}
#slide_rnd {
	display: table;
	position: relative;
	width: 98%;
	height: auto;
	padding: 0;
	margin: 10px 0 0 10px!important;
	overflow: hidden;
	background-color: #FFF;
}
#slide_rnd #mask {
	display: table-cell;
	position: relative;
	overflow: hidden;
	width: 680px;
	height: 146px;
	float: none
}
#slide_rnd #sld_menu {
	display: table-cell;
	float: none;
	width: auto;
	min-width: 180px;
	padding: 0 0 0 0;
	vertical-align: top
}
#slide_rnd .imgSet {
	width: 100%;
	height: auto;
}
#slide_rnd .imgSet li {
	overflow: hidden;
	position: absolute;
	width: 100%;
}
#slide_rnd .imgSet li p {
	font-family: 돋움;
	font-size: 12px;
	color: #666;
	margin-top: 2px
}
#slide_rnd .imgSet img {
	width: 100%;
	height: auto
}
#slide_rnd .dir {
	position: absolute;
	top: 60px;
	cursor: pointer;
	vertical-align: middle
}
}

@media screen and (max-width:976px ) {
.bg_business {
	padding: 40px 0!important;
	background-color: #2A78B7
}
#sec_business {
	display: inline-block;
 *display:inline;
	zoom: 1;
	width: 100%;
}
#slide_si #sld_menu, #slide_plm #sld_menu, #slide_rnd #sld_menu {
	display: block;
	width: 100%;
	margin: 0 auto;
}
#slide_si {
	display: table-cell;
	width: 33.3%;
	margin: 0!important;
	background-color: transparent!important
}
#slide_plm {
	display: table-cell;
	width: 33.3%;
	margin: 0!important;
	background-color: transparent!important
}
#slide_rnd {
	display: table-cell;
	width: 33.3%;
	margin: 0!important;
	background-color: transparent!important
}
#slide_si #mask, #slide_plm #mask, #slide_rnd #mask {
	display: none;
}
#slide_si #sld_menu .si_ul, #slide_plm #sld_menu .si_ul, #slide_rnd #sld_menu .si_ul {
	display: list-item;
	list-style: disc;
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	color: #6EA2CC;
}
#slide_si #sld_menu .menuSet, #slide_plm #sld_menu .menuSet, #slide_rnd #sld_menu .menuSet {
	display: none
}
#slide_si #sld_menu .si_circle, #slide_plm #sld_menu .si_circle, #slide_rnd #sld_menu .si_circle {
	position: relative;
	overflow: hidden;
	width: 150px;
	height: 150px;
	margin: 0 auto
}
#slide_si #sld_menu svg, #slide_plm #sld_menu svg, #slide_rnd #sld_menu svg {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
#slide_si #sld_menu .si_circle .icon_si {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 16px;
	overflow: hidden;
	width: 120px;
	height: 120px;
	margin: 0 0 0 -60px;
	background: url(/img/main/mobile_svice_icon1.png) no-repeat 0 0;
	background-size: cover;
}
#slide_plm #sld_menu .si_circle .icon_si {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 16px;
	overflow: hidden;
	width: 120px;
	height: 120px;
	margin: 0 0 0 -60px;
	background: url(/img/main/mobile_svice_icon2.png) no-repeat 0 0;
	background-size: cover;
}
#slide_rnd #sld_menu .si_circle .icon_si {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 16px;
	overflow: hidden;
	width: 120px;
	height: 120px;
	margin: 0 0 0 -60px;
	background: url(/img/main/mobile_svice_icon3.png) no-repeat 0 0;
	background-size: cover;
}
#sec_business .main_sec_title {
	margin: 0 auto 40px auto;
	font: 400 2.4rem 'Noto Sans KR', dotum, '돋움', '굴림', Gulim, sans-serif;
	line-height: 2.8rem;
	letter-spacing: -0.3rem;
	color: #FFF;
	text-align: center
}
#sec_business .main_sec_title em {
	display: block;
	font: 400 1rem 'Noto Sans KR', dotum, '돋움', '굴림', Gulim, sans-serif;
	line-height: 1rem;
	letter-spacing: -0.05rem;
	color: #FFF;
	text-align: center
}
#sec_service .main_sec_title {
	width: 100%;
	margin: 0 0 10px 0;
	font: 400 2.4rem 'Noto Sans KR', dotum, '돋움', '굴림', Gulim, sans-serif;
	line-height: 2.8rem;
	letter-spacing: -0.3rem;
	color: #3C3C3C;
	text-align: center
}
#sec_service .main_sec_title em {
	display: block;
	font: 400 1rem 'Noto Sans KR', dotum, '돋움', '굴림', Gulim, sans-serif;
	line-height: 1rem;
	letter-spacing: -0.05rem;
	color: #3C3C3C;
	text-align: center
}

#slide_rnd .imgSet li .rnd_s {
	display: none;
}
#slide_rnd .imgSet li .rnd_m {
	display: block;
}
#slide_rnd .imgSet li .rnd_l {
	display: none;
}
#slide_si #sld_menu h2, #slide_plm #sld_menu h2, #slide_rnd #sld_menu h2 {
	margin: 4px 0 16px 0
}
#slide_si #sld_menu h2 img, #slide_plm #sld_menu h2 img, #slide_rnd #sld_menu h2 img {
	display: none
}
#slide_si #sld_menu h2 .biz_title_txt, #slide_plm #sld_menu h2 .biz_title_txt, #slide_rnd #sld_menu h2 .biz_title_txt {
	display: block;
	margin: 0;
	font: 600 2.2em 'Noto Sans KR', dotum, '돋움', '굴림', Gulim, sans-serif;
	line-height: 1.4em;
	letter-spacing: -0.05rem;
	color: #FFF
}
#slide_si #sld_menu h2 .biz_title_txt em, #slide_plm #sld_menu h2 .biz_title_txt em, #slide_rnd #sld_menu h2 .biz_title_txt em {
	display: block;
	font-size: 0.6em;
	line-height: 1.2em
}
}



@media screen and (max-width:506px) {
	#slide_rnd .imgSet li .rnd_s {
		display: block;
	}
	#slide_rnd .imgSet li .rnd_m {
		display: none;
	}
	#slide_rnd .imgSet li .rnd_l {
		display: none;
	}
}

@media screen and (max-width:450px) {

	.footer-content br {padding:0; margin:0}
	.footer-content address span {display:block}
	.footer-content address em {display:none}
	.footer-content address,
	.footer-content p.copyright {font-size:12px; line-height:17px}


#slide_si {
	display: block;
	width: 100%;
	margin: 0!important;
}
#slide_plm {
	display: block;
	width: 100%;
	margin: 0!important;
}
#slide_rnd {
	display: block;
	width: 100%;
	margin: 0!important;
}

}

#select_box {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 34px;
	background: #4e9de7 url(/images/main/select_arrow.png) right 10px no-repeat; /* 화살표 이미지 */
	border: 1px solid #a2cbf1;
}
#select_box label {
	position: absolute;
	font-size: 14px;
	color: #f6fafe;
	top: 50%;
	left: 12px;
	margin: -12px 0 0;
	letter-spacing: 1px;
}
#select_box .selector_stl {
	width: 100%;
	height: 34px;
	min-height: 34px;
	line-height: 34px;
	padding: 0 10px;
	opacity: 0;
	filter: alpha(opacity=0); /* IE 8 */
}
.inquiry_input input {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 34px;
	padding: 0 0 0 10px;
	background: #4e9de7;
	border: 1px solid #a2cbf1;
	color: #f6fafe
}
.inquiry_input label {
	display: none;
	font-size: 0;
	text-indent: -99999px
}










#solution_slide ul, #solution_slide li {
	margin: 0;
	padding: 0;
	list-style: none
}
#solution_slide img {
	border: 0
}
#solution_slide {
	position: relative;
	width: 1069px;
	margin: 40px auto 0 auto;
}
/*전체가로사이즈*/
#solution_slide .mask {
	position: relative;
	width: 969px;
	height: 57px;
	margin: 0 auto ;
	overflow: hidden
}
/*가로사이즈 자동셋팅*/
#solution_slide .moveSet {
	position: absolute;
}
#solution_slide .moveSet li {	
	float:left;display:inline;
	width:282px;
	margin:0 40px 0 0;
	text-align: center
}
#solution_slide .moveSet li a {
	display: inline-block;
}
#solution_slide .moveSet li a:hover {
	opacity: 0.8
}
#solution_slide .dir {
	position: absolute;
	top: 0;
	cursor: pointer
}
#solution_slide .next {
	right: 0
}
#solution_slide .prev {
	left: 0
}

@media (max-width: 1198px) {
#solution_slide {
	position: relative;
	width: 94%;
	margin: 40px auto 0 auto;
}
#solution_slide .mask {
	position: relative;
	width: 90%;
	height: 56px;
	margin: 0 auto ;
	overflow: hidden
}
#solution_slide .moveSet li {
	float: left;
	display: inline;
	width: 282px;
	margin-right: 20px;
	text-align: center
}
}
@media (max-width: 976px) {
#edu_con {
	display: block;
	padding: 0 10px;
	height: auto
}
.bg_edu {
	padding: 0 !important;
}
.edu_aside_lft {
	display: none;
}
.edu_aside_rht {
	display: none;
}
.edu_inquiry_ul {
	width: 90%;
	margin: 20px auto 24px auto;
}
.edu_inquiry_ul li {
	margin: 0 0 4px 0;
	color: #fff
}





/*main_service*/
.bg_srvice {
	padding: 0px 0 0 0!important;
	background: #FFF;
	outline:0px solid red
}
#srvice_con {
	display: none;
}
#srvice_con2 {
	display: table;
	width: 100%;
}
#srvice_con2 .srvice_remote {
	display: table-cell;
	width: 33.3%;
	border: none
}
#srvice_con2 .srvice_contact {
	display: table-cell;
	width: 33.3%;
	border: none
}
#srvice_con2 .srvice_nas {
	display: table-cell;
	width: 33.3%;
	border: none
}
#srvice_con2 .srvice_remote span, #srvice_con2 .srvice_contact span, #srvice_con2 .srvice_nas span {
	display: block;
	overflow: hidden;	
	border: 5px solid #D3D3D3
}
#srvice_con2 div .main_ico {
	overflow: hidden;
	min-height: 180px;
	height: auto;
	margin: 10px;
	padding: 140px 0 0;
	font: 600 1.2rem 'nanumgothic', dotum, '돋움', '굴림', Gulim, sans-serif;
	line-height: 2.8rem;
	color: #2145A6;
}
#srvice_con2 div .ico_remote {
	background: url(/images/main/mobile_main_icon1.png) no-repeat 50% 0;	
	background-size: contain;
}
#srvice_con2 div .ico_contact {
	background: url(/images/main/mobile_main_icon3.png) no-repeat 50% 0;
	background-size: contain;
}
#srvice_con2 div .ico_nas {
	background: url(/images/main/mobile_main_icon2.png) no-repeat 50% 0;
	background-size: contain;
}
#solution_slide {
	position: relative;
	width: 96%;
	margin: 40px auto 0 auto;
}
#solution_slide .mask {
	position: relative;
	width: 88%;
	height: 55px;
	margin: 0 auto ;
	overflow: hidden
}
#solution_slide .moveSet li {
	float: left;
	display: inline;
	width: 260px;
	margin-right: 20px;
	text-align: center
}
}
@media screen and (max-width:580px) {
	#srvice_con2 div .main_ico {	
		min-height: 100px;
		margin: 10px;
		padding: 80px 0 0;
		font: 600 .9rem 'nanumgothic', dotum, '돋움', '굴림', Gulim, sans-serif;
		line-height: 2.0rem;
		color: #2145A6;
	}
}
@media screen and (max-width:450px) {
	#srvice_con2 div .main_ico {	
		min-height: 90px;
		margin: 10px;
		padding: 80px 0 0;
		font: 600 .9rem 'nanumgothic', dotum, '돋움', '굴림', Gulim, sans-serif;
		line-height: 2.0rem;
		color: #2145A6;
	}
	#solution_slide {
		width: 90%;	
	}
	#solution_slide .mask {
		width: 300px;
	}
	#solution_slide .moveSet li {
		float: left;
		display: inline;
		width: 282px;
		margin:0 10px;
		text-align: center
	}
	#solution_slide .moveSet li a img{
		width: 240px;
		margin: 0 auto
	}

	.footer span {font-size:11px}
	.footer-content	{ padding-bottom: 20px}
}

@media screen and (max-width:370px) {
	#srvice_con2 div .main_ico {

		height: 100px;
		padding: 60px 0 0;

	}
}
