@charset "utf-8";
@import url('reset.css');

/* 전체 wrap */
.wrap{
	position:relative;
	width:100%;
	height:100%;
}
/* 서브 헤드 */
.sub_head{
	position:relative;
	width:100%;
	height:400px;
	box-sizing: border-box;
	background-size:cover !important;
}
.sub_head.vr01{
	background: url(../img/sub/bg_vr01.png) no-repeat center top;
}

/* 서브 타이틀 */
.sub_head h2{
	display:block;
	padding-top:3em;
	font-size:42px;
	line-height:37px;
	color:#fff;
	text-align:center;
	margin-bottom:15px;
	font-weight:500;
}
.sub_head p{
	width:500px;
	margin: 0 auto;
	font-size:16px;
	line-height:22px;
	color:#fff;
	text-align: center;
}
.sub_head h2,
.sub_head p {
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.5);
}

/* location  --  140627.NHR  */
/* .location{ */
/* 	width:80%; */
/* 	max-width:1280px; */
/* 	margin:0 auto; */
/* } */
/* .location:after { */
/* 	content:""; */
/* 	display:block; */
/* 	clear:both; */
/* 	*zoom:1; */
/* } */
/* .location ul { */
/* 	float:right; */
/* } */
/* .location li { */
/* 	position:relative; */
/* 	float:left; */
/* 	padding-left:30px; */
/* } */
/* .location li:first-child { */
/* 	padding:0; */
/* 	width:18px; */
/* 	height:16px; */
/* 	font-size:0; */
/* 	text-indent:-99999px; */
/* 	background: url(../img/sub/ico_home.gif) no-repeat 0 0; */
/* } */
/* .location li:first-child::before { */
/* 	background:none; */
/* } */
/* .location li::before { */
/* 	content:""; */
/* 	position:absolute; */
/* 	top:4px; */
/* 	left:10px; */
/* 	display:block; */
/* 	width:8px; */
/* 	height:12px; */
/* 	background: url(../img/sub/arr_location.gif) no-repeat 0 center; */
/* } */
/* .location li a { */
/* 	display:block; */
/* 	font-size:.9em; */
/* } */
/* .location li a:hover { */
/* 	text-decoration:underline; */
/* } */


.location {
	border-bottom:1px solid #d7d7d7;
	background-color:#f6f6f6;
}
.location:after {
	content:"";
	display:block;
	clear:both;
	*zoom:1;
}
.location > div {
	margin:0 auto;
	max-width:1280px;
	height:100%;
}
.location .location_form {
	float:left;
}
.location .location_form:after {
	content:"";
	display:block;
	clear:both;
	*zoom:1;
}
.location .location_form > li {
	position:relative;
	float:left;
	width:155px;
	height:100%;
	border-right:1px solid #d7d7d7;
}
.location .location_form > li:last-child {
	width:170px;
}
.location .location_form > li:first-child {
	padding:0;
	width:51px;
	font-size:0;
	text-indent:-99999px;
	border-left:1px solid #d7d7d7;
	background: url(../img/sub/ico_home.gif) no-repeat center;
}
.location .location_form > li:first-child::before {
	background:none;
}
.location .location_form > li::before {
	content:"";
	position:absolute;
	top:15px;
	right:12px;
	display:block;
	width:8px;
	height:12px;
	background: url(../img/sub/arr_location.gif) no-repeat 0 center;
}
.location .location_form > li > a {
	display:block;
	padding:0 20px;
	height:42px;
	line-height:44px;
	text-align:left;
	font-size:.95em;
}

/* 2댑스 */
.location .location_form ul {
/* 	display:none; */
	position:absolute;
	top:42px;
	left:-1px;
	right:-1px;
	border:1px solid #d7d7d7;
	border-width:0 1px 1px 1px; 
	background-color:#f6f6f6;
	z-index:2;
}
.location li li {
	border-top:1px solid #d7d7d7;
}
.location li li a {
	display:block;
	padding:10px 20px;
	text-align:left;
	font-size: .9em;
}
.location li li a:hover {
	background-color:#e2e2e2;
}
/* .location .location_form > li:hover ul { */
/* 	display:block; */
/* } */



/* paging */
.paging {
	text-align:center; 
	margin:20px 0;
}
.paging > * {
	vertical-align:middle;
}
.paging strong,
.paging a {
	display:inline-block;
	margin:0 2px;
	padding:0 8px;
	height:25px;
	line-height:25px;
	font-size:13px;
	text-align:center;
	border-radius:1px;
	background:#fff;
}
.paging strong {
	border:1px solid #2d4674; 
	background-color:#0071bc; 
	color:#fff; 
	font-weight:600;
}
.paging a {
	border:1px solid #e4e5e7; 
	color:#787878; 
	background:#fff url(../img/admin/comm/btn_paging.png) no-repeat 1000px 0;
}
.paging a.pre_end {
	padding:0; 
	width:25px; 
	background-position:0 -26px; 
	background-color:#f8f8f8; 
	font-size:0;
}
.paging a.pre {
	padding:0; 
	width:25px; 
	background-color:#f8f8f8; 
	background-position:0 -1px; 
	font-size:0;
}
.paging a.next {
	padding:0; 
	width:25px; 
	background-color:#f8f8f8; 
	background-position: 0px -51px; 
	font-size:0;
}
.paging a.next_end {
	padding:0; 
	width:25px; 
	background-color:#f8f8f8;
	background-position: 0px -76px;
	font-size:0;}
.paging a.pre_end.preEnNon {
	padding:0; 
	width:25px; 
	background-color:#f8f8f8;
	background-position:0 -126px;
	color:#adb1b3; 
	font-size:0;
}
.paging a.pre.preNon {
	padding:0; 
	width:25px; 
	background-color:#f8f8f8;
	background-position:0 -101px;
	color:#adb1b3; 
	font-size:0;
}
.paging a.next.nextNon {
	padding:0; 
	width:25px; 
	background-color:#f8f8f8;
	background-position:0px -151px;
	color:#adb1b3;
	font-size:0;
}
.paging a.next_end.nextEnNon {
	padding:0;
	width:25px;
	background-color:#f8f8f8;
	background-position:0px -176px;
	color:#adb1b3;
	font-size:0;
}

/* 리모콘 */
.remote{
	position:absolute;
	top:60px;
	right:2%;
	border-top:3px solid #0071bc;
	z-index:10;
	
}
.remote a {
	display: block;
	width:65px;
	height:85px;
	line-height:16px;
	padding:43px 10px 0;
	box-sizing:border-box;
	background:#30353f url(../img/sub/ico_remote.png) no-repeat center 0;
	color:#fff;
	font-size:12px;
	border-bottom:1px dotted #797c81;
}
.remote a.btn_company_download{
	background-position: center 4px;
}
.remote a.btn_company_video{
	background-position: center -87px;
}
.remote a.btn_company_groupware{
	background-position: center -187px;
	padding-top:50px;
}
.remote a.btn_company_share{
	background-position: center -315px;
	padding-top:41px;
	height:65px;
	border-bottom:0;
}
.share_util{
	position:relative;
}
.share_form{
	position:absolute;
	top:-1px;
	left:-130px;
	right:0;
	width:130px;
	height:66px;
	background-color:#f6f6f6; 
	z-index:2;
}
.share_form li{
	float:right;
}
.share_form li a {
	display:block;
	height:66px;
	font-size:13px;
	border:1px solid #9ea5b2;
	border-width:1px 0px 1px 1px;
	background:url(../img/sub/ico_sns.png) no-repeat 0 0; 
	padding:43px 5px 0;
	color:#525965;
}
.share_form li a.btn_facebook {
	background-position:-1px -7px;
}
.share_form li a.btn_facebook:hover {
	border:1px solid #3b5998;
	background-position:-1px -91px;
	color:#fff;
}
.share_form li a.btn_twitter {
	background-position:-64px -8px;
}
.share_form li a.btn_twitter:hover {
	border:1px solid #3fa9f5;
	background-position:-65px -92px;
	color:#fff;
}


.remote a.btn_top{
	border-radius:40px;
	width:55px;
	height:55px;
	padding-top:25px;
	background: #0071bc url(../img/sub/ico_up_arrow.png) no-repeat center 13px;
	box-shadow:1px 1px 1px rgba(0, 0, 0, .3);
	margin: 10px 5px;
	font-size:14px;
}

/* sub_content */
.sub_content{
	position:relative;
	/* width:80%; */
	/* max-width:1280px; */
	text-align:center;
	margin:0 auto;
/* 	padding:20px 0px 0px; */
	box-sizing: border-box;
}
.sub_content.info{
	padding-bottom:0;
}
.cont_bg {
	position:fixed;
	display: none;
	background-color:rgba(0,0,0,0.3);
	left:0;
	right:0;
	bottom:0;
	top:0;
	z-index:9999;
}

/* snb */
.snb{
	float:right;
}

.snb li {
	display:inline-block;
}
.snb li:after{
	content:"";
	display:block;
	float:right;
	width:20px;
	height:20px;
	background: url(../img/sub/ico_right_arrow.png) no-repeat 0 -3px;
}
.snb li:last-child:after{
	display:none;
}
.snb li a{
	font-size:13px;
}
.btn_s_home{
	padding-left:21px;
	background: url(../img/sub/ico_home.png) no-repeat 0 -5px;
}

/* 서브 타이틀 */
.cont_tit{
	display: block;
	font-size:38px;
	line-height:normal;
	clear:both;
/* 	margin-top:30px; */
	padding:50px 30px 35px;
	color:#0071bc;
	background:url(../img/company/lin_topic.gif) no-repeat center bottom;
}
.cont_tit.red{
	color:#0071bc;
	background:none;
	padding-bottom:0;
	margin-top:0;
}
.cont_tit02{
	display: block;
	font-size:30px;
	line-height:30px;
	clear:both;
	margin:30px 0;
	padding-top:24px;
	background: url(../img/sub/lin_cont_sub.png) no-repeat center 0px;
}
.cont_tit02_explain{
	padding-bottom:45px;
	margin-top:7px;
	background: url(../img/sub/lin_cont_tit02.png) no-repeat center 36px;
	font-size:18px;
	
}
.cont_tit02_explain.bd_none{
	background:inherit;
	padding-bottom:25px;
}
.cont_sub_tit{
	display:inline-block;
	margin-top:7px;
	font-size:18px;
	padding-bottom:30px;
	background: url(../img/sub/bg_cont_tit02.png) no-repeat center -16px;
}
.tit_explain{
	width:80%;
	margin:25px auto;
	font-size:17px;
	line-height:22px;
}
/*-------------- 자체솔루션 --------------*/
/* 키워드 박스 */
/* 키워드 박스 */
.keyword_box{
	width:90%;
	max-width:1280px;
	background-color:#eee;
	margin: 0 auto;
	overflow:hidden;
}
.keyword_box > *{
	vertical-align: middle;
}
.keyword_box .img_box_horizontal01{
	width:50%;
	height:220px;
	overflow:hidden;
	float:left;
	transition:.5s;
}
.keyword_box .img_box_horizontal02{
	width:66.7%;
	height:220px;
	overflow:hidden;
	float:left;
	transition:.5s;
}

.keyword_box .img_box_vertical02{
	width:33.3%;
	height:440px;
	overflow:hidden;
	transition:.5s;
}


/* box01 공통 */
.keyword_box .img_box_horizontal01 div,
.keyword_box .img_box_horizontal02 div{
	position:relative;
	width:50%;
	height:220px;
	padding:40px 20px;
	box-sizing:border-box;
	transition: .5s;
	text-align:left;
	color: #fff;
}
.keyword_box .img_box_horizontal01.box_img01:hover div,
.keyword_box .img_box_horizontal01.box_img02:hover div,
.keyword_box .img_box_horizontal01.box_img03:hover div,
.keyword_box .img_box_horizontal01.box_img04:hover div,
.keyword_box .img_box_horizontal02.box_img01:hover div,
.keyword_box .img_box_horizontal02.box_img02:hover div{
	width:100%;
	transition: .5s;
	text-align:center;
}
.keyword_box .img_box_horizontal01 div:before,
.keyword_box .img_box_horizontal02 div:before{
	position:absolute;
	top:0;
	content:"";
	display: block;
	width:40px;
	height:220px;
}
.keyword_box .img_box_horizontal01 div strong{
	display: block;
	font-size:20px;
	margin-bottom:15px;
	font-weight:normal;
}
.keyword_box .img_box_horizontal01 div p{
	font-size:15px;
	line-height:20px;
	font-weight:400;
}

/* box01_img01 */
.keyword_box .img_box_horizontal01.box_img01{
	background: url(../img/sub/img_sub_cont04.png) no-repeat 0px 0;
}
.keyword_box .img_box_horizontal01.box_img01 div{
	background-color: #3968c9;
	float:right;
}
.keyword_box .img_box_horizontal01.box_img01 div:before{
	left:-40px;
	background: url(../img/sub/bg_box_img04.png) no-repeat left top;
}

/* box01_img02 */
.keyword_box .img_box_horizontal01.box_img02{
	background: url(../img/sub/img_sub_cont05.png) no-repeat -70px 0;
}
.keyword_box .img_box_horizontal01.box_img02 div{
	background-color: #454647;
	float:right;
}
.keyword_box .img_box_horizontal01.box_img02 div:before{
	left:-40px;
	background: url(../img/sub/bg_box_img05.png) no-repeat left top;
}

/* box01_img03 */
.keyword_box .img_box_horizontal01.box_img03{
	background: url(../img/sub/img_sub_cont06.png) no-repeat right 0;
}
.keyword_box .img_box_horizontal01.box_img03 div{
	background-color: #0071bc;
	float:left;
}
.keyword_box .img_box_horizontal01.box_img03 div:before{
	right:-40px;
	background: url(../img/sub/bg_box_img06.png) no-repeat left top;
}

/* box01_img04 */
.keyword_box .img_box_horizontal01.box_img04{
	background: url(../img/sub/img_sub_cont07.png) no-repeat right 0;
}
.keyword_box .img_box_horizontal01.box_img04 div{
	background-color: #2e3c5a;
	float:left;
}
.keyword_box .img_box_horizontal01.box_img04 div:before{
	right:-40px;
	background: url(../img/sub/bg_box_img07.png) no-repeat left top;
}

/* box02_img01 */
.keyword_box .img_box_horizontal02.box_img01{
	background: url(../img/sub/img_sub_cont01.png) no-repeat 0px 0;
}
.keyword_box .img_box_horizontal02.box_img01 div{
	box-sizing:border-box;
	background: #1f4c79;
	float:right;
}
.keyword_box .img_box_horizontal02.box_img01 div:before{
	left:-40px;
	background: url(../img/sub/bg_box_img01.png) no-repeat left top;
}
.keyword_box .img_box_horizontal02 div strong{
	display: block;
	font-size:22px;
	margin-bottom:15px;
	font-weight:normal;
}
.keyword_box .img_box_horizontal02 div p{
	font-size:16px;
	line-height:22px;
	font-weight:400;
}

/* box02_img02 */
.keyword_box .img_box_horizontal02.box_img02{
	background: url(../img/sub/img_sub_cont02.png) no-repeat right -15px;
}
.keyword_box .img_box_horizontal02.box_img02 div{
	background-color: #9b9b9b;
	float:left;
}
.keyword_box .img_box_horizontal02.box_img02 div:before{
	right:-40px;
	background: url(../img/sub/bg_box_img02.png) no-repeat left top;
}

/* box02_img03 */
.keyword_box .img_box_vertical02.box_img03{
	background: url(../img/sub/img_sub_cont03.PNG) no-repeat -80px 0;
}
.keyword_box .img_box_vertical02.box_img03 div{
	position:relative;
	width:100%;
	height:220px;
	padding:40px 20px;
	margin-top:220px;
	box-sizing:border-box;
	background-color: #286aab;
	float:right;
	transition: .5s;
	text-align:left;
	color: #fff;
}
.keyword_box .img_box_vertical02.box_img03:hover div{
	height:440px;
	margin-top:0;
	transition: .5s;
}
.keyword_box .img_box_vertical02.box_img03 div:before{
	position:absolute;
	left:0px;
	top:-40px;
	content:"";
	display: block;
	width:100%;
	height:40px;
	background: url(../img/sub/bg_box_img03.png) no-repeat left top;
}
.keyword_box .img_box_vertical02 div strong{
	display: block;
	font-size:22px;
	margin-bottom:15px;
	font-weight:normal;
}
.keyword_box .img_box_vertical02 div p{
	font-size:15px;
	line-height:20px;
	font-weight:400;
}




/* KYR */
/* 스펙 박스 - 3개 */
.cont_sub_box{
	padding:40px 30px 60px;
	background-color:#ebeef3;
	margin-top:60px;
	overflow:hidden;
}
.spec_box {
	width:80%;
	max-width:1280px;
	margin: 0 auto;
}
.spec_box:after {
	content:"";
	display:block;
	clear:both;
	*zoom:1;
}
.spec_img {
	position:relative;
	float: left;
	width:73%;
	height:594px;
	margin-right:2%;
	overflow:hidden;
	border:1px solid #ddd;
	border-top:2px solid #000;
	box-sizing:border-box;
	background:url(../img/turntable/0_13.jpg) no-repeat center top;
	background-size:100%;
	cursor:pointer;
}

.spec_img #img {
	z-index:2;
	
}
.spec_img.img01{
	background:url(../img/sub/img_sub_spec02.png) no-repeat center;
	background-size:cover;
}
.spec_img.img02 {
	height:527px;
	background:url(../img/sub/img_sub_spec01.png) no-repeat center;
	background-size:100% 100%;
	cursor:default;
}
.spec_data{
	float:right;
	width:25%;
}
.spec_ul02{
	display:block;
	border-top:2px solid #000;
}
.spec_ul02 li{
	width:100%;
	height:auto;
	line-height:65px;
	box-sizing: border-box;
	border-bottom:1px solid #cacaca;
	float:left;
	transition:.5s;
	overflow:hidden;
	background-size:33% !important;
}

.spec_ul02 .spec_ico01{
	background: #f9f9f9 url(../img/sub/ico_spec_txt01.png) no-repeat 10px center;
}
.spec_ul02 .spec_ico02{
	background: #f9f9f9 url(../img/sub/ico_spec_txt02.png) no-repeat  10px center;
}
.spec_ul02 .spec_ico03{
	background: #f9f9f9 url(../img/sub/ico_spec_txt03.png) no-repeat  10px center;
}

.spec_ul02 li > span{
	display:table;
	width:60%;
	height:174px;
/* 	font-size:14px; */
	float:right;
	background-color:#fff;
	text-align:left;
	padding:0 20px;
	box-sizing: border-box;
}

.spec_ul02 li > span>span{
	display:table-cell;
	line-height:20px;
	vertical-align:middle;
}
/* 스펙박스 8개 */
.spec_ul01{
	display:block;
	border-top:2px solid #000;
}
.spec_ul01 li{
	width:100%;
	height:auto;
	line-height:73px;
	box-sizing: border-box;
	border-bottom:1px solid #cacaca;
	float:left;
	overflow:hidden;
	background-size:33% !important;
}
.spec_ul01 li.spec_ico04{
	background:#f9f9f9 url(../img/sub/ico_spec_txt04.png) no-repeat  10px center;
}
.spec_ul01 li.spec_ico05{
	background:#f9f9f9 url(../img/sub/ico_spec_txt05.png) no-repeat  10px center;
}
.spec_ul01 li.spec_ico06{
	background:#f9f9f9 url(../img/sub/ico_spec_txt06.png) no-repeat  10px center;
}
.spec_ul01 li.spec_ico07{
	background:#f9f9f9 url(../img/sub/ico_spec_txt07.png) no-repeat  10px center;
}
.spec_ul01 li.spec_ico08{
	background:#f9f9f9 url(../img/sub/ico_spec_txt08.png) no-repeat  10px center;
}
.spec_ul01 li.spec_ico09{
	background:#f9f9f9 url(../img/sub/ico_spec_txt09.png) no-repeat  10px center;
}
.spec_ul01 li.spec_ico10{
	background:#f9f9f9 url(../img/sub/ico_spec_txt10.png) no-repeat  10px center;
}
.spec_ul01 li.spec_ico11{
	background:#f9f9f9 url(../img/sub/ico_spec_txt11.png) no-repeat  10px center;
}
.spec_ul01 li > *{
	vertical-align:middle;
}
.spec_ul01 li > span{
	display:block;
	width:60%;
	float:right;
	background-color:#fff;
	text-align:left;
	padding:0 20px;
	box-sizing: border-box;
}
.spec_ul01 li > span > span {
	display:inline-block;
	line-height:20px;
	vertical-align:middle;
	word-break: keep-all;
}


/* --------  17062.NHR -------- */
/* company 회사소개 */
.company_cont {
	padding:5em 30px 6em;
/* 	background:#f6f4f7 url(../img/company/bg_conpany_top.gif) no-repeat center top; */
	background-color:#f6f4f7;
	transition:1s;
}
.company_cont .company_img {
	margin:0 auto;
	max-width:830px;
	background:url(../img/company/img_company_01.gif) no-repeat center 0;
}
.company_cont .company_img strong.company_img_tit {
	display:block;
	padding-top:21.5%;
	height:50%;
	line-height:23px;
	color:#ee4e23;
	font-size:18px;
	font-weight:600;
	box-sizing:border-box;
	transition:1s;
}
.company_cont .company_img .comm_cont {
	padding-top:38%;
	height:50%;
	box-sizing:border-box;
}
.company_cont .company_img .comm_cont:after {
	content:"";
	display:block;
	clear:both;
	*zoom:1;
}
.company_cont .company_img .com_col {
	float:left;
	width:33.3%;
	box-sizing:border-box;
}
.company_cont .company_img .com_col:first-child {
	padding-left:5px;
}

.company_cont .company_img .com_col strong {
	font-size:18px;
	transition:1s;
}
.company_cont .company_img .com_col p {
	padding-top:48px;
	font-size:16px;
	transition:1s;
}



/* company 회사소개 */
.sub_head.company{
	background: url(../img/company/bg_company01.png) no-repeat center bottom;
}
.sub_head.solution{
	background: url(../img/company/bg_company02.png) no-repeat center bottom;
}
.sub_head.training {
	background: url(../img/company/bg_company02_2.png) no-repeat center bottom;
}
.sub_head.notice{
	background: url(../img/company/bg_company03.png) no-repeat center top;
	height:290px;
}
.sub_head.contact{
	background: url(../img/company/bg_company04.png) no-repeat 0 -350px;
	height:290px;
}
.sub_head.googleglass{
	background: url(../img/company/bg_company05.png) no-repeat center top;
}
.sub_head.googleglass_sub{
	background: url(../img/company/bg_company05.png) no-repeat center top;
	height: 290px;
}
.sub_head.ai{
	background: url(../img/company/bg_company06.png) no-repeat center top;
}

.company_topic {
	position:relative;
	display:block;
	line-height:47px;
	color:#0071bc;
	font-size:38px;
	font-weight:600;
	padding:50px 10px 30px;
/* 	background:url(../img/company/lin_topic.gif) no-repeat center bottom; */
}
.company_topic:before {
	content:"";
    display:block;
    position:absolute;
    left:50%;
    bottom:0;
    margin-left:-25px;
    height:2px;
    width:50px;
    background-color:#000;
}

.company_sub_topic {
	font-size:22px;
	/* text-transform:uppercase; */
	background:url(../img/company/lin_topic.gif) no-repeat center bottom;
	padding:0 30px 40px;
	box-sizing:border-box;
}
.company_text_info {
	margin:28px auto;
/* 	padding:0 30px; */
    max-width: 1280px;
    line-height:24px;
    font-size:16px;
    box-sizing:border-box;
    word-break:keep-all;
}
.company_text_info.weight {
	font-size:19px;
	font-weight:600;
	line-height:26px;
}

/* 탭 */
.tab_box{
	position:absolute;
	bottom:60px;
	width:100%;
}
ul.tabs {
	margin:0 auto;
    max-width:1280px;
    text-align:center;
}
ul.tabs li {
	display:inline-block;
	margin-left:10px;
	vertical-align:middle;
}
ul.tabs li:first-child {
	margin-left:0;
}

ul.tabs li a {
	position:relative;
    display: block;
	width:190px;
	height:68px;
	line-height:68px;
	color:#fff;
	font-size:17px;
	border:1px solid #ddd;
	text-align:center;
	box-sizing:border-box;
	background-color:rgba(0, 0, 0, 0.4);
}
ul.tabs li span {
	display:inline-block;
	height:100%;
	vertical-align:middle;
}
ul.tabs li span:first-child {
	margin-left:-23px;
	padding-left:15px;
	width:70px;
	height:100%;
	background:url(../img/ico_teb.png) no-repeat 0 0;
}
ul.tabs li span.btn_company {
	background-position:center -5px;
}
ul.tabs li span.btn_history {
	background-position:center -72px;
}
ul.tabs li span.btn_ci {
	background-position:center -633px;
}
ul.tabs li span.btn_group {
	background-position:center -705px;
}
ul.tabs li span.btn_location {
	background-position:center -142px;
}
/*glass tab*/
ul.tabs li span.btn_glassinfo{
	background-position:center -775px;
}
ul.tabs li span.btn_glassbuy{
	background-position:center -838px;
}
ul.tabs li span.btn_glassorder{
	background-position:center -910px;
}
/*AI 기술*/
ul.tabs li span.btn_grammar{
	background-position:center -1261px;
}
ul.tabs li span.btn_newyork{
	background-position:center -977px;
}
ul.tabs li span.btn_aiitlive{
	background-position:center -1047px;
}
ul.tabs li span.btn_recognition{
	background-position:center -1122px;
}
ul.tabs li span.btn_smart{
	background-position:center -1190px;
}


ul.tabs li a:hover,
ul.tabs li.selected a, ul.tabs li.selected a:hover {
    color:#fff;
	border:1px solid #0071bc;
	background-color:#0071bc;
}
ul.tabs li.selected a:hover {
    text-decoration: none;
}

/* 솔루션 탭 */
ul.tabs.tab04 li a {
	width:230px;
}
ul.tabs.tab04 li span:first-child {
	margin-left:-12px;
	width:45px;
}


/* vr/ar/mr 탭 아이콘 */
ul.tabs li span.btn_simulation {
	background-position:center -353px;
}
ul.tabs li span.btn_education {
	background-position:center -423px;
}
ul.tabs li span.btn_sensor {
	background-position:center -493px;
}
ul.tabs li span.btn_augmented {
	background-position:center -564px;
}


/* 전자식교보재  탭 아이콘 */
ul.tabs li span.btn_expis {
	background-position:center -213px;
}
ul.tabs li span.btn_cbt {
	background-position:center -282px;
}

/* 솔루션 키워드 이미지 */
.keyword_frame {
	margin:0 auto;
	max-width:1280px;
}
.keyword_frame:after {
	content:"";
	display:block;
	clear:both;
	*zoom:1;
}
.keyword_frame .col {
	float:left;
	width:50%;
	height:245px;
	box-sizing:border-box;
	transition:.4s;
	overflow:hidden;
}

.keyword_frame .col:after {
	content:""; 
	display:block;
	clear:both;
	*zoom:1;
}
.keyword_frame .col .info {
	padding:35px;
	width:50%;
	height:100%;
	text-align:left;
	color:#fff;
	box-sizing:border-box;
	transition:.5s;
}
.keyword_frame .col .info strong {
	display: block;
	padding-bottom:20px;
	font-size: 21px;
    letter-spacing: 1px;
}
.keyword_frame .col .info li {
	display:block;
	padding-bottom:4px;
}

/* 이미지 공백 자리 */
.keyword_frame .col.left .info {
	float:right;
/* 	padding-left:20em; */
}
.keyword_frame .col.right .info {
	float:left;
/* 	padding-right:20em; */
}
.keyword_frame .col.left:hover .info,
.keyword_frame .col.right:hover .info {
	width:100%;
}

.keyword_frame.frame_03 .col.top:hover {
	padding-top:0; 
}
.keyword_frame.frame_03 .col.bottom:hover {
	padding-bottom:0; 
}

/* 화살표 right */
.keyword_frame .col .info {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.keyword_frame .col .info p {
	padding-left:13px;
	text-indent:-13px;
	word-break: keep-all;
} 
.keyword_frame .col .info strong {
	line-height:24px;
	word-break: keep-all;
}

/* 화살표 색상 */
.keyword_frame .col .info:before {
	content: '';
	pointer-events: none;
	position: absolute;
	top: calc(50% - 20px);
	border-style:solid;
	-webkit-transition-property: transform;
	transition-property: transform;
	z-index: -1;
}
.keyword_frame .col.left .info.gray:before {
	left:-20px;
	border-width:20px 20px 20px 0;
	border-color:transparent #4c4c4c transparent transparent;
}
.keyword_frame .col.left .info.blue:before {
	left:-20px;
	border-width:20px 20px 20px 0;
	border-color:transparent #2d4674 transparent transparent;
}
.keyword_frame .col.right .info.red:before {
	right:-20px;
	border-width:20px 0 20px 20px;
	border-color: transparent transparent transparent #ee3542;
}
.keyword_frame .col.right .info.camel:before {
	right:-20px;
	border-width:20px 0 20px 20px;
	border-color: transparent transparent transparent #c59c0c;
}


/* 이미지 */
.keyword_frame .col.experience {
	background:#4c4c4c url(../img/simulation/experience_img_01.png) no-repeat 0 0;
}
.keyword_frame .col.lifelike {
	background:#2d4674 url(../img/simulation/experience_img_02.png) no-repeat 0 0;
}
.keyword_frame .col.exhibition {
	background:#ee3542 url(../img/simulation/experience_img_03.png) no-repeat right 0;
}
.keyword_frame .col.contents {
	background:#c59c0c url(../img/simulation/experience_img_04.png) no-repeat right 0;
}
/* 이미지 */
.keyword_frame .col.experience1 {
	background:#4c4c4c url(../img/simulation/experience_img_001.png) no-repeat 0 0;
}
.keyword_frame .col.lifelike1 {
	background:#2d4674 url(../img/simulation/experience_img_002.png) no-repeat 0 0;
}
.keyword_frame .col.exhibition1 {
	background:#ee3542 url(../img/simulation/experience_img_003.png) no-repeat right 0;
}
.keyword_frame .col.contents1 {
	background:#c59c0c url(../img/simulation/experience_img_004.png) no-repeat right 0;
}

.keyword_frame .col.left.experience:hover .info {
	background-image:url(../img/sub/pattern_keyword_frame.png), url(../img/simulation/ico_experience.gif);
	background-color:#4c4c4c ;
	background-position:0 90%, 88% 33%;
	background-repeat:repeat-x, no-repeat;
}
.keyword_frame .col.left.lifelike:hover .info {
	background-image:url(../img/sub/pattern_keyword_frame.png), url(../img/simulation/ico_lifelike.gif);
	background-color:#2d4674;
	background-position:0 90%, 88% 33%;
	background-repeat:repeat-x, no-repeat;
}
.keyword_frame .col.right.exhibition:hover .info {
	background-image:url(../img/sub/pattern_keyword_frame.png), url(../img/simulation/ico_exhibition.gif);
	background-color:#ee3542;
	background-position:0 90%, 88% 33%;
	background-repeat:repeat-x, no-repeat;
}
.keyword_frame .col.right.contents:hover .info {
	background-image:url(../img/sub/pattern_keyword_frame.png), url(../img/simulation/ico_contents.gif);
	background-color:#c59c0c;
	background-position:0 90%, 88% 60%;
	background-repeat:repeat-x, no-repeat;
}
.keyword_frame .col.left.experience1:hover .info {
	background-image:url(../img/sub/pattern_keyword_frame.png), url(../img/simulation/ico_experience.gif);
	background-color:#4c4c4c ;
	background-position:0 90%, 88% 33%;
	background-repeat:repeat-x, no-repeat;
}
.keyword_frame .col.left.lifelike1:hover .info {
	background-image:url(../img/sub/pattern_keyword_frame.png), url(../img/simulation/ico_lifelike.gif);
	background-color:#2d4674;
	background-position:0 90%, 88% 33%;
	background-repeat:repeat-x, no-repeat;
}
.keyword_frame .col.right.exhibition1:hover .info {
	background-image:url(../img/sub/pattern_keyword_frame.png), url(../img/simulation/ico_exhibition.gif);
	background-color:#ee3542;
	background-position:0 90%, 88% 33%;
	background-repeat:repeat-x, no-repeat;
}
.keyword_frame .col.right.contents1:hover .info {
	background-image:url(../img/sub/pattern_keyword_frame.png), url(../img/simulation/ico_contents.gif);
	background-color:#c59c0c;
	background-position:0 90%, 88% 60%;
	background-repeat:repeat-x, no-repeat;
}

.keyword_frame.frame_03 .col:hover .info.charcoal {
	background-image:url(../img/sub/pattern_keyword_frame.png), url(../img/sub/img_4d01.gif);
	background-color:#828a93;
	background-position:0 90%, 56% 80%;
	background-repeat:repeat-x, no-repeat;
}
.keyword_frame.frame_03 .col:hover .info.blue {
	background-image:url(../img/sub/pattern_keyword_frame.png), url(../img/sub/img_4d02.gif);
	background-color:296aae;
	background-position:0 90%, 56% 80%;
	background-repeat:repeat-x, no-repeat;
}
.keyword_frame.frame_03 .col:hover .info.navy {
	background-image:url(../img/sub/pattern_keyword_frame.png), url(../img/sub/img_4d03.gif);
	background-color:#296aae;
	background-position:0 90%, 56% 75%;
	background-repeat:repeat-x, no-repeat;
}



/* 색상 */
.keyword_frame .col .info.gray {
	background:#4c4c4c url(../img/sub/pattern_keyword_frame.png) repeat-x 0 90%;
}
.keyword_frame .col .info.blue {
	background:#2d4674 url(../img/sub/pattern_keyword_frame.png) repeat-x 0 90%;
}
.keyword_frame .col .info.red {
	background:#ee3542 url(../img/sub/pattern_keyword_frame.png) repeat-x 0 90%;
}
.keyword_frame .col .info.camel {
	background:#c59c0c url(../img/sub/pattern_keyword_frame.png) repeat-x 0 90%;
}


/* 4D 실사 스포트 시뮬레이션  */
.keyword_frame.frame_03 .col {
	width:33.3%;
	height:481px;
}
.keyword_frame.frame_03 .col.top {
	padding-top:15em;
}
.keyword_frame.frame_03 .col.bottom {
	padding-bottom:15em;
}
.keyword_frame.frame_03 .col .info {
	float:none;
	width:100%;
}

/* 이미지 */
.keyword_frame.frame_03 .col.interactiv {
	background:url(../img/simulation/experience_img_05.png) no-repeat center 0;
}
.keyword_frame.frame_03 .col.vr {
	background:url(../img/simulation/experience_img_06.png) no-repeat center bottom;
}
.keyword_frame.frame_03 .col.scene {
	background:url(../img/simulation/experience_img_07.png) no-repeat center 0;
}
/* .keyword_frame.frame_03 .col:hover .info.charcoal { */
/* 	background-image:url(../img/simulation/experience_img_05.png), url(../img/sub/img_4d01.gif); */
/* 	background-color:#c59c0c; */
/* 	background-position:center 0, 0 0%; */
/* 	background-repeat:repeat-x, no-repeat; */
/* } */


/* 색상 */
.keyword_frame.frame_03 .col .info.charcoal {
	background:#828a93 url(../img/sub/pattern_keyword_frame.png) repeat-x 0 90%;
}
.keyword_frame.frame_03 .col .info.navy {
	background:#296aae url(../img/sub/pattern_keyword_frame.png) repeat-x 0 90%;
}


/* 화살표 색상 */
.keyword_frame.frame_03 .col .info:before {
	content: '';
	pointer-events: none;
	position: absolute;
	left:calc(50% - 20px);
	border-style:solid;
	-webkit-transition-property: transform;
	transition-property: transform;
	z-index:-1;
}
.keyword_frame.frame_03 .col.top .info.charcoal:before {
	top:-20px;
	border-width:0 20px 20px 20px;
	border-color:#828a93 transparent #828a93 transparent;
}
.keyword_frame.frame_03 .col.bottom .info.blue:before {
	top:inherit;
	bottom:-19px;
	border-width:20px 20px 0 20px;
	border-color:#2d4674 transparent transparent transparent;
}
.keyword_frame.frame_03 .col.top .info.navy:before {
	top:-20px;
	border-width:0 20px 20px 20px;
	border-color:#296aae transparent #296aae transparent;
}


/* .keyword_frame.frame_03.expis .col .info.blue { */
/* 	background:#0071bc url(../img/sub/pattern_keyword_frame.png) repeat-x 0 90%; */
/* } */
/* .keyword_frame.frame_03.expis .col.bottom .info.blue:before { */
/*     top: inherit; */
/*     bottom: -19px; */
/*     border-width: 20px 20px 0 20px; */
/*     border-color: #0071bc transparent transparent transparent; */
/* } */

/* --------------------- 공지사항 -------------------kyr 170628 */
/* 공지사항 검색 조건 */
.top_search {
	width:80%;
	max-width:1280px;
	padding:30px 60px;
	background-color:#f8f6f9;
	text-align:center;
	margin:30px auto;
	box-sizing:border-box;
}
.search_inner{
	display:inline-block;
	margin: 0 auto;
	width:100%;
}
.search_inner > *{
	vertical-align:middle;
}
.search_inner > p{
	margin-bottom:10px;
	text-align:left;
	font-size:14px;
}
.search_value_gp{
	width:100%;
}
.period{
	display:inline-block;
	float:left;
	width:30%;

}
.period a{
	display:inline-block;
	width:32%;
	height:36px;
	line-height:36px;
	border:1px solid #c3c1c4;
	background-color:#fefefe;
	font-size:14px;
	margin-right:2%;
	float:left;
	box-sizing:border-box;
}
.period a:last-child{
	margin-right:0;
}
.period a.selected{
	color:#ec3a4a;
	border:1px solid #ec3a4a;
}
.date{
	display:block;
	width:34%;
	height:36px;
	float:left;
	margin:0 1%;
}
.date > * {
	vertical-align:middle;
}
.date > div{
	display:inline-block;
	width:46%;
	height:38px;
	line-height:38px;
	padding:3px;
	box-sizing:border-box;
	border:1px solid #c3c1c4;
	background-color:#fff;
}
.date > div input{
	display:inline-block;
	border:0;	
	width:100%;
	height:100%;
	float:left;
	font-size:14px;
	padding:0 10px;
	background:url(../img/admin/comm/ico_date.gif) no-repeat 93% center;
	cursor:pointer;
}
.date > div button{
	display:inline-block;
	width: 30%;
	height:34px;
	margin: -3px -3px;
	border:0;
	background:url(../img/sub/ico_calendar.png) no-repeat center 0px;
	cursor:pointer;
}
.date span{
	line-height:36px;
	width:4%;
}
.item.search{
	position:relative;
	display:inline-block;
	width:34%;
	float:left;
}
.blind{
	display:none;
}
.i_label.search_label{
	top:9px;
	left:9px;
	font-size:14px;
}
.i_text.top_search_input{
	width:72%;
	height:38px;
	line-height:38px;
	padding:3px 10px;
	box-sizing:border-box;
	border:1px solid #c3c1c4;
	font-size:14px;
	float:left;
}
.top_search_btn{
	width:26%;
	height:38px;
	line-height:38px;
	background-color:#434343;
	color:#fff;
	font-size:14px;
	border:0;
	float:left;
	margin-left: 2%;
	cursor:pointer;
}

/* 공지사항 리스트 */
.notice_list_wrap{
	width:80%;
	max-width:1280px;
	margin:0 auto;
	overflow:hidden;
}

.notice_box{
	width:23.5%;
	margin-right:2%;
	margin-bottom:2%;
	border:1px solid #c3c1c4;
	padding:20px;
	float:left;
	box-sizing:border-box;
	cursor:pointer;
}
.notice_box:nth-child(4n){
	margin-right:0;
}
.notice_box:hover{
	background-color:#0071bc;
	border-color:#00548c;
}
.notice_box.top_notice {
	border-color:#ec3a4a;
}
.notice_box:hover .bullet_notice,
.notice_box:hover .bullet_news{
	background:transparent;
	border:1px solid #fff;
	box-sizing:border-box;
}
.notice_box:hover strong,
.notice_box:hover .dot1{
	color:#fff;
}
.notice_box:hover .btn_view_more{
	background:url(../img/sub/ico_plus_hover.png) no-repeat center;
}
.bullet_notice{
	display:block;
	width:90px;
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#fff;
	background-color:#fa5c4b;
}
.bullet_news{
	display:block;
	width:90px;
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#fff;
	background-color:#2d58a8;
	
}

.notice_box strong{
	display:block;
	text-align:left;
	font-size:18px;
	padding:30px 0px;
	text-overflow:ellipsis;
	white-space:nowrap;
	word-wrap:normal;
	overflow:hidden;
}
.notice_box .txt_box{
	display:block;
	overflow:hidden;
}

.notice_box .dot1{
	text-align:justify;
	line-height:1.5em;
	font-size:15px;
	word-break:break-all;
	text-overflow:ellipsis;
}
.btn_view_more{
	display:block;
	width:20px;
	height:20px;
	text-indent:-9999999px;
	background: url(../img/sub/ico_plus.png) no-repeat center;
	cursor:pointer;
	margin:10px 0px;
}
/* 공지사항 - no data */
.notice_nodata{
	width:80%;
	max-width:1280px;
	height:278px;
	margin: 0 auto;
	background: url(../img/sub/bg_notice_nodata.png) repeat center;
	border:1px solid #c3c1c4;
	padding:34px 0;
	box-sizing:border-box;
}
.notice_nodata span{
	display:block;
	width: 196px;
	height:150px;
	background: url(../img/sub/img_notice_nodata.png) no-repeat center;
	margin: 0 auto;
	font-size:0;
	background-size:175px;
}
.notice_nodata p{
	font-size:15px;
}
.notice_nodata p strong{
	display:block;
	font-size:20px;
	line-height:24px;
}
.order_list_table tbody .notice_nodata{
	width: 100%;
}
/* 하단 검색 조건 */
.bottom_search {
	width: 80%;
	padding:30px 60px;
	background-color:#f8f6f9;
	text-align:center;
	margin: 20px auto 0;
	overflow:hidden;
	border:1px solid #ddd;
	box-sizing:border-box;
	
}
.bottom_search .search_inner{
	display:none;
	padding-top:10px;
}
.bottom_search .search_inner.active{
	display:block;
}
.bottom_search .search_inner .explain_search{
	font-size:12px;	
}
.btn_open{
	position:relative;
	display:inline-block;
	width:100px;
	height:30px;
	line-height:30px;
	background: #4b4c56 url(../img/sub/ico_arrow_down.png) no-repeat 70px 5px;
	color:#fff;
	font-size:14px;
	padding-right:20px;
	border:0;
	cursor:pointer;
	margin-bottom:20px;
	margin-top:-1px;
}
.btn_open.active{
	background: #4b4c56 url(../img/sub/ico_arrow_up.png) no-repeat 70px 5px;
}
/* 그래머스쿨AI 레이어 팝업창 */
.pop_wrap{
    position: fixed;
    width: 600px;
    height: 600px;
    top: 50%;
    left: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
}
.pop_wrap .pop_view ul{
    position: relative;
    overflow: hidden;
    width: 600px;
    height: 600px;
}
.pop_wrap .pop_view li{
    position: absolute;
    left: 0;
    top: 0;
    width: 600px;
    height: 600px;
    z-index: 999;
}
.pop_wrap .pop_view .pop_on{
    left: 0;
    -webkit-transition: all .1.5s ease-out;
    -moz-transition: all .1.5s ease-out;
    -o-transition: all .1.5s ease-out;
    transition: all .1.5s ease-out;
}

.pop_view li div{
    overflow: hidden;
    width: 600px;
    height: 600px;
}
.pop_view img{
    vertical-align: bottom;
    width: 100%;
    height: 100%;
}
.close_bg{
    width: 100%;
    height: 25px;
    background: #523317;
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.btn_closeToday, .btn_close{
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    margin: 0 10px;
    line-height: 23px;
}
.btn_close img{
    width: 12px;
    height: 12px;
    vertical-align: middle;
    margin-left: 5px;
}

/* 공지사항 글보기 레이어 팝업창 */
.notice_popup{
	position:fixed;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
    width: 550px;
    height: 600px;
	background-color:#fff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.4);
	text-align:left;
	box-sizing:border-box;
	z-index:999;
}
.notice_pop_tit{
	display:block;
	height:50px;
	line-height:50px;
	font-size:18px;
	background:url(../img/sub/bg_etri_pup_tit.png) repeat-x 0 0;
	color:#fff;
	text-align:center;
	border-bottom:1px solid #ca303a;
}
.notice_tit_gp{
	padding:15px 30px;
	border-bottom:1px solid #cecece;
}
/* .notice_title strong{
	display:inline-block;
	font-size:18px;
	text-overflow:ellipsis;
	white-space:nowrap;
	word-wrap:normal;
	overflow:hidden;
} */
.notice_tit_gp .notice_title{
	width:75%;
	display:inline-block;
	font-size:18px;
/* 	text-overflow:ellipsis; */
/* 	white-space:nowrap; */
/* 	word-wrap:normal; */
/* 	overflow:hidden; */
}
.notice_tit_gp .notice_util{
	display:inline-block;
	float:right;
	font-size:14px;
}
.notice_date{
	position:relative;
	display:inline-block;
	padding-left:25px;
	padding-right:13px;
	background: url(../img/sub/ico_notice_util.png) no-repeat 0px -1px;
}
.notice_date:after{
	position:absolute;
	right:0;
	top:4px;
	content:"";
	display:block;
	width:1px;
	height:10px;
	border-left:1px solid #cecece;
}
.notice_print{
	display:inline-block;
	padding-left:25px;
	margin-left:6px;
	background: url(../img/sub/ico_notice_util.png) no-repeat 0px -62px;
}
/* .notice_print:hover{ */
/* 	font-weight:600; */
/* } */
.add_file_box{
	background-color:#f6f6f6;
	border-bottom:1px solid #cecece;
	padding:10px 30px;
}
.add_file_tit{
	display:inline-block;
	font-size:14px;
	padding-left:22px;
	background: url(../img/sub/ico_notice_util.png) no-repeat 0 -123px;
}
.btn_add_open{
	display:inline-block;
	float:right;
	font-size:12px;
	padding-right:20px;
	background: url(../img/sub/ico_add_open.png) no-repeat right -73px;
}
.btn_add_open.active{
	background: url(../img/sub/ico_add_open.png) no-repeat right 3px;
}
.add_file_box .add_file_box{
	display:none;
	width:100%;
	border:1px dotted #bfbfbf;
	padding:5px 15px;
	box-sizing:border-box;
	margin-top:5px;
}
.add_file_box .add_file_box.active{
	display:block;
}
.btn_download{
	display:block;
	padding-left:27px;
	background: url(../img/sub/ico_notice_util.png) no-repeat 0 -180px;
	font-size:12px;
	margin-bottom:7px;
}
.btn_download:last-child{
	margin-bottom:0;
}
.btn_download:hover{
	text-decoration:underline;
	color:#e63542;
}
.notice_pop_bottom{
	width:100%;
	height:497px;
	box-sizing:border-box;
	overflow-y:auto;
}
/* 2022 10 28 jysi edit : white-space(pre-line => inherit) */
.notice_content{
	padding:10px 30px;
	word-wrap: break-word;
	/*white-space: pre-line;*/
	white-space: inherit;
	white-space: -moz-pre-line;
	white-space: -pre-line;
	white-space: -o-pre-line;
	word-break:break-all;
}
/* 2022 10 28 jysi edit : line-height(normal => 임시 삭제) */
.notice_content > * {
	/*line-height:normal;*/
}
.notice_content pre {
	    white-space: pre-line;
}
/* 공지사항 nodata */
.no_data{
	width:100%;
}

/* 계열사/사업소개 */
.affiliate_cont{
    background: #f6f4f7 url(../img/company/bg_form_wrap.png) no-repeat center bottom;
    padding-top: 40px;
    padding-bottom: 40px;
}
.form_wrap{
	width:79.8%;
	max-width:2400px;
	margin:0 auto;
	overflow:hidden;
}
.form_group_box{
	position:relative;
	display: block;
	width:360px;
	height:60px;
	line-height:62px;
	background: linear-gradient(to right, #0071bc, #023573);
	font-size:24px;
	text-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	color:#fff;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.15);
	margin:0 auto 40px;
}
.form_group_box:after{
	content: "";
	position: absolute;
	left:50%;
	bottom:-60px;
	margin-left:-20px;
	display: block;
	width:40px;
	height:40px;
	background:url(../img/company/ico_after_bullet.png) no-repeat center;
	z-index:1;
}
.form_group_box:before{
	content: "";
	position: absolute;
	left:50%;
	bottom:-40px;
	margin-left:-1px;
	display: block;
	width:1px;
	height:40px;
	background-color:#959595;
}
.lin_form{
	display: block;
	width:79.6%;
	height:1px;
	background-color:#959595;
	margin: 0 auto;
}
.group_box{
	position:relative;
	width:20.5%;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.15);
	margin-top:40px;
	float:left;
	margin-right:6%;
}
.group_box:last-child{
	margin-right: 0;
}
.group_box:before{
	content: "";
	position: absolute;
	left:50%;
	top:-40px;
	margin-left:-1px;
	display: block;
	width:1px;
	height: 40px;
	background-color:#959595;
}
.group_head{
	display: block;
	height:50px;
	line-height:52px;
	background: linear-gradient(to right, #696d77,#3a4454);
	font-size:20px;
	text-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	color:#fff;
}
.group_box .logo_box{
	height:110px;
}
/* .group_box .logo_box img{
	width:70%;
} */
.company_info02{
	position: relative;
	height:200px;
	overflow:hidden;
	background-color:#fff;
	text-align: left;
	word-break:keep-all;
	padding:15px 30px 80px;
	box-sizing: border-box;
}
.company_explanation{
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #0071bc;
    padding-left: 22px;
    padding-top: 0px;
    background: url(../img/company/ico_intro_info.png) no-repeat -2px -3px;
    background-size:22px;
    margin-bottom:4px;
}
.info_company_txt{
    display: block;
    padding-left: 22px;
    font-size: 14px;
    line-height:18px;
}
.company_info02 .btn_website{
	left:30px;
	right:30px;
}
.btn_website{
	position: absolute;
	bottom:20px;
	left:20px;
	right:20px;
	display:block;
	height:46px;
	line-height:44px;
	text-align: center;
	border:1px solid #0071bc;
	margin-top:10px;
	font-size:14px;
	box-sizing: border-box;
}
.btn_website > *{
	vertical-align: middle;
}
.btn_website span{
	display: inline-block;
	width:20px;
	height:20px;
	background: url(../img/company/ico_btn_website.png) no-repeat -2px -6px;
	font-size:0;
}
.logo_box{
	display: table;
	width:505px;
	height:146px;
	border-bottom:1px solid #ddd;
	background-color:#f5f5f5;
	box-sizing: border-box;
	overflow:hidden;
	position: absolute;
    left: 50%;
    margin-left: -255px;
    top: 0;
}
.logo_box.affiliate{
	width:100%;
	left:0;
	top:50px;
	margin:0;
	z-index:10;
	background-color:#fff;
}
.company_info02.affiliate{
	padding-top:130px;
	height:315px;
}
.logo_box span{
	display:table-cell;
	vertical-align: middle;
}
.logo_box img{
	display: block;
	margin: 0 auto;
	max-height:145px;
}
/*-------------- 오시는 길 --------------*/
.notice_explain_gp{
	width:80%;
	margin:10px auto;
	font-size:16px;
	line-height:22px;
}
.notice_explain_gp > *{
	vertical-align:middle;
}
.tit_explain{
	display:block;
	width:auto;
	word-break: keep-all;
}
.btn_print{
	display:inline-block;
	padding:10px 10px 10px 38px;;
	border: 1px solid #dddddd;
	background: url(../img/sub/ico_print.png) no-repeat 8px center;
	margin-left:50px;
}


.location_ul {
/* 	width:80%; */
	max-width:1280px;
	margin:0 auto;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	overflow:hidden;
}
.location_ul:after {
	content:"";
	display:block;
	clear:both;
	*zoom:1;
}
.location_ul li{
	position:relative;
	display:inline-block;
	width:20%;
	margin-left:5%;
	font-size:18px;
	border-left:0;
	box-sizing:content-box;
}
.location_ul li:after {
	position:absolute;
	top:22px;
	left:-20px;
	content:"";
	display:block;
	width:5px;
	height:5px;
	background-color:#ddd;
}
.location_ul li:first-child {
	margin-left:0;
}
.location_ul li:nth-child(1):after{
	display:none;
}
.location_ul li:hover a,
.location_ul li.selected a {
	border-bottom:2px solid #0071bc;
}
.location_ul li.selected a{
	color:#0071bc !important;
	font-weight:600;
}
.location_ul li a:visited,
.location_ul li a:hover{
	color:#000;
}
.location_ul li a{
	display:block;
	width:100%;
	height:50px;
	line-height:50px;
	background-color:#fff;
	border:0;
	color:#000;
}

ul.location_ul li a:hover, 
ul.location_ul li.active a, 
ul.location_ul li.active a:hover {
	background:#fff;
	border-left:0;
	border-top:0;
	border-right:0;
	font-weight:600;
	border-bottom:2px solid #0071bc;
	color:#0071bc;
}

/* ul.location_ul li.active.seoul .seoul_map { */
/* 	z-index:1; */
/* } */
/* ul.location_ul li.active.seoul .daejeon_map, */
/* ul.location_ul li.active.seoul .sacheon_map  { */
/* 	z-index:0; */
/* } */



/* map */
.map_body {
	position:relative;
	height:600px;
}

.map_form {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	overflow:hidden;
}
/* 지도 */
.map_box{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:600px;
	background-color:#eee;
	margin-top:20px auto;
}
.map_side{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-642px;
    margin-top:-277px;
	height:600px;
	z-index:2;
}
/* .company_info{ */
/* 	position:absolute; */
/* 	left:0; */
/* 	top:20px; */
/* 	width:285px; */
/* 	padding:20px; */
/* 	box-sizing:border-box; */
/* 	border:1px solid #ddd; */
/* 	background-color:#fff; */
/* 	text-align:left; */
/* 	z-index:1; */
/* } */
.company_info{
	margin-bottom:5px;
	padding:20px;
	width:285px;
	box-sizing:border-box;
	border:1px solid #ddd;
	background-color:#fff;
	text-align:left;
	z-index:1;
}


.company_info strong{
	display:block;
	height:36px;
	line-height:37px;
	background-color:#515151;
	color:#fff;
	font-size:16px;
	text-align:center;
}
.company_info > span{
	display:block;
	font-size:14px;
	margin-top:5px;
}
.company_info p{
	font-size:14px;
}

/* .way_to_solt{ */
/* 	position:absolute; */
/* 	left:0; */
/* 	top:262px; */
/* 	width:285px; */
/* 	border:1px solid #ddd; */
/* 	box-sizing:border-box; */
/* 	background-color:#fff; */
/* 	text-align:left; */
/* 	z-index:1; */
/* } */
.way_to_solt{
	top:262px;
	width:285px;
	border:1px solid #ddd;
	box-sizing:border-box;
	background-color:#fff;
	text-align:left;
	z-index:1;
}


.way_to_solt.daejeon{
	top:242px;
}
.way_to_solt.sacheon {
	top:242px;
}
.way_to_solt strong{
	display:block;
	width:100%;
	height:50px;
	line-height:50px;
	padding:0 20px;
	box-sizing:border-box;
	border-bottom:1px solid #ddd;
	font-size:14px;
}
.train_box{
	padding:20px;
	box-sizing:border-box;
	background-color:#f6f6f6;
}
.tit_train{
	display:block;
	padding-left:32px;
	padding-bottom:10px;
	background: url(../img/sub/ico_train.png) no-repeat 0px -5px;
	font-size:14px;
	font-weight:600;
	border-bottom:1px solid #ddd;
}
.tit_train.bus{
	background: url(../img/sub/ico_bus.png) no-repeat 0px -2px;
	padding-left:40px;
}
.train_box > div{
	width:100%;
	overflow:hidden;
	padding: 10px 0;
	border-bottom:1px solid #ddd;
}
.train_box > div:last-child{
	border-bottom:0;
	padding-bottom:0;
}
.train_box > div span{
	display:inline-block;
	width:60px;
	height:24px;
	line-height:24px;
	color:#fff;
	text-align:center;
	font-size:14px;
	float:left;
}
.train_box > div span.btn_train_blue{
	background-color:#3962af;
}
.train_box > div span.btn_train_green2{
	background-color:#6b7b2b;
}
.train_box> div span.btn_bus_green{
	background-color:#1eab2e;
}
.train_box > div p{
	width:170px;
	float:right;
	font-size:14px;
	line-height:18px;
	font-weight:600;
}












/*-------------- 360도 전 방향 가상훈련시스템 --------------*/
	/* ETRI 이미지 박스 */
	.etri_box{
		position:relative;
		width:80%;
		max-width:1000px;
		background:url(../img/sub/ico_notice_util.png) no-repeat 0px -42px;
		max-width:1000px;
		margin:0 auto 60px;
		max-height:750px;
		background-color:#1d1f1d;
		z-index:99999;
	}
	.etri_box:after{
		content:"";
		position:absolute;
		right:-10px;
		top:10px;
		display: block;
		width:100%;
		height:100%;
		background-color:#b4b6b7;
		z-index:-1;
	}
	.etri_box:before{
		content:"";
		position:absolute;
		right:-20px;
		top:20px;
		display: block;
		width:100%;
		height:100%;
		background-color:#d7d7d7;
		z-index:-2;
	}
	.etri_box > img{
		width:100%;
		max-height:750px;
	}
	.etri_graphic_box{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		max-height:750px;
	}
	.btn_etri_view{
		position: absolute;
		display:block;
		width:80px;
		height:80px;
		background: url(../img/sub/ico_alert03.png) no-repeat 0 0;
		background-size:cover;
		animation: move_img 1.5s infinite;
		font-size:0;
		transition:.5s;
		z-index:1;
	}
	@keyframes move_img{
		0%{opacity:0.3; transition:.3s;}
		100%{opacity:1; transition:.3s;}
	}
	.btn_etri_view.btn01{
		left:31%;
		top:34%;
	}
	.btn_etri_view.btn01:hover,
	.btn_etri_view.btn02:hover,
	.btn_etri_view.btn03:hover,
	.btn_etri_view.btn04:hover{
		z-index:999;
	}
	.btn_etri_view.btn02{
		left:3%;
		top:50%;
	}
	.btn_etri_view.btn03{
		left:26%;
		top:64%;
	}
	.btn_etri_view.btn04{
		left:10%;
		top:77%;
	}
	.etri_graphic_box > div{
		position:absolute;
		width:100%;
		height:100%;
		max-height:750px;
	}
	.etri_popup{
		display: none;
		position:absolute;
		width:100%;
		height:100%;
		background: rgba(0, 0, 0, .3);
		z-index:999;
	}
	.etri_popup div{
		width:50%;
		height:100%;
		background:#e63542 url(../img/sub/bg_etri_popup.png) repeat-x left 115%;
		background-size:50%;
		float:right;
		padding:0 30px 30px;
		box-sizing: border-box;
		color:#fff;
		text-align: left
	}
	.etri_popup div .etri_pop_tit{
		position:relative;
		display: block;
		height: 50px;
		line-height: 50px;
		font-size:18px;
		margin:0 -30px 20px -30px;
		color:#fff;
		text-align:left;
		margin-bottom:30px;
		padding-left:30px;
		border-bottom:1px solid #ca303a;
		background: url(../img/sub/bg_etri_pup_tit.png) repeat-x 0 0;
	}
	.etri_popup div img{
		display: block;
		width:100%;
		margin: 0 auto;

	}
	.btn_pup_close{
		position:absolute;
		right:0;
		top:0;
		display: block;
		width: 50px;
		height:50px;
		background: #ca303a url(../img/sub/ico_close.png) no-repeat center;
		background-size:55px;
		font-size:0;
		z-index:99;
	}
	.etri_graphic_box .btn_pup_close {
		top:-50px;
	}

	.etri_info_img{
		display:block;
		width:100%;
		margin-top:15px;
		margin-bottom:15px;
		overflow:hidden;
	}
	.etri_info_img.two_box li{
		width:50%;
		height:100px;
		border:1px solid #f3727b;
		box-sizing: border-box;
		float:left;
	}
	.etri_info_img.two_box li:nth-child(2){
		border-left:0;
	}
	.etri_info_img.two_box li span{
		display: block;
		padding-top:65px;
		box-sizing: border-box;
		color:#fff;
		font-size:15px;
		text-align: center;
	}
	.etri_info_img.three_box li{
		width:33.3%;
		height:100px;
		border:1px solid #f3727b;
		box-sizing: border-box;
		float:left;
	}
	.etri_info_img.three_box li:nth-child(2){
		border-left:0;
	}
	.etri_info_img.three_box li:nth-child(3){
		border-left:0;
		width:33.4%;
	}
	.etri_info_img.three_box li span{
		display: block;
		padding-top:65px;
		box-sizing: border-box;
		color:#fff;
		font-size:15px;
		text-align: center;
	}
	.etri_info_img.two_box li span.etri_infographic01{
		background: url(../img/sub/ico_etri_inforgraphic01.png) no-repeat center 0;
	}
	.etri_info_img.two_box li span.etri_infographic02{
		background: url(../img/sub/ico_etri_inforgraphic02.png) no-repeat center 0;
	}
	.etri_info_img.three_box li span.etri_infographic03{
		background: url(../img/sub/ico_etri_inforgraphic03.png) no-repeat center 0;
	}
	.etri_info_img.three_box li span.etri_infographic04{
		background: url(../img/sub/ico_etri_inforgraphic04.png) no-repeat center 0;
	}
	.etri_info_img.three_box li span.etri_infographic05{
		background: url(../img/sub/ico_etri_inforgraphic05.png) no-repeat center 0;
	}
	.etri_info_img.three_box li span.etri_infographic06{
		background: url(../img/sub/ico_etri_inforgraphic06.png) no-repeat center 0;
	}
	.etri_info_img.three_box li span.etri_infographic07{
		background: url(../img/sub/ico_etri_inforgraphic07.png) no-repeat center 0;
	}
	.etri_info_img.three_box li span.etri_infographic08{
		background: url(../img/sub/ico_etri_inforgraphic08.png) no-repeat center 0;
	}
	.etri_info_img.two_box li span.etri_infographic09{
		background: url(../img/sub/ico_etri_inforgraphic09.png) no-repeat center 0;
	}
	.etri_info_img.two_box li span.etri_infographic10{
		background: url(../img/sub/ico_etri_inforgraphic10.png) no-repeat center 0;
	}
	.etri_popup div p {
		font-size:15px;
		margin-bottom:5px;
		text-indent:-11px;
    	padding-left:12px;
	}

	.etri_popup.pup01{
		background: rgba(0,0,0,0.3) url(../img/sub/lin_etri_pup.png) no-repeat 66% 40%;
	}
	.etri_popup.pup02{
		background: rgba(0,0,0,0.3) url(../img/sub/lin_etri_pup.png) no-repeat 17% 56%;
	}
	.etri_popup.pup03{
		background: rgba(0,0,0,0.3) url(../img/sub/lin_etri_pup.png) no-repeat 57% 70%;
	}
	.etri_popup.pup04{
		background: rgba(0,0,0,0.3) url(../img/sub/lin_etri_pup.png) no-repeat 29% 83.5%;
	}





/* etri - 기술 활용 분야 */
.technology_gp{
	margin: 0 auto;
	padding-top:24px;
	width:100%;
	max-width: 1280px;
	overflow:hidden;
}
.technology_gp > div{
	position:relative;
/* 	transform-style:preserve-3d; */
/* 	transition:1s transform; */
	display: inline-block;
	width:18.4%;
	height:255px;
	margin-right:2%;
	background-color:#fff;
	float:left;
	border-top: 3px solid #ee5757;
	padding:20px 20px 150px;
	box-sizing: border-box;
/* 	transition:.5s; */
}
/* .technology_gp > div:hover{ */
/* 	 transform: rotateY(.5turn); */
/* 	 transition:1s; */
/* } */
.technology_gp > div:last-child{
	margin-right:0;
}
.technology_gp > div strong{
	display: block;
	font-size:24px;
	margin-bottom:10px;
}
.technology_gp > div .technic_tit{
	font-size:20px;
	font-weight:600;
	margin-bottom:10px;
}
.technology_gp > div p{
	font-size:15px;
	line-height:18px;
}

.technology_gp > div.btn_technic01{
	background:#fff url(../img/sub/ico_technic01.png) no-repeat center 90%;
	background-size:50%;
}
.technology_gp > div.btn_technic01 strong{
	color:#0071bc;
}
/* .technology_gp > div.btn_technic01:hover{ */
/* 	background:#0071bc url(../img/sub/ico_technic01_hover.png) no-repeat center 90%; */
/* 	background-size:50%; */
/* 	color:#fff; */
/* } */
/* .technology_gp > div.btn_technic01:hover strong{ */
/* 	color:#f68089; */
/* 	transform: rotateY(.5turn); */
/* 	text-shadow:2px 2px 2px rgba(0,0,0,0.2); */
/* } */
/* .technology_gp > div.btn_technic01:hover p{ */
/* 	transform: rotateY(.5turn); */
/* 	text-shadow:2px 2px 2px rgba(0,0,0,0.2); */
/* } */

.technology_gp > div.btn_technic02{
	background:#fff url(../img/sub/ico_technic02.png) no-repeat center 90%;
	background-size:50%;
	border-top-color:#c03a3a;
}
.technology_gp > div.btn_technic02 strong{
	color:#e0616a;
}
/* .technology_gp > div.btn_technic02:hover{ */
/* 	background:#c03a3a url(../img/sub/ico_technic02_hover.PNG) no-repeat center 90%; */
/* 	background-size:50%; */
/* 	color:#fff; */
/* } */
/* .technology_gp > div.btn_technic02:hover strong{ */
/* 	color:#ea7777; */
/* 	transform: rotateY(.5turn); */
/* 	text-shadow:2px 2px 2px rgba(0,0,0,0.2); */
/* } */
/* .technology_gp > div.btn_technic02:hover p{ */
/* 	transform: rotateY(.5turn); */
/* 	text-shadow:2px 2px 2px rgba(0,0,0,0.2); */
/* } */
.technology_gp > div.btn_technic03{
	background:#fff url(../img/sub/ico_technic03.png) no-repeat center 90%;
	background-size:50%;
	border-top-color:#95242c;
}
.technology_gp > div.btn_technic03 strong{
	color:#95242c;
}
/* .technology_gp > div.btn_technic03:hover{ */
/* 	background:#95242c url(../img/sub/ico_technic03_hover.png) no-repeat center 90%; */
/* 	background-size:50%; */
/* 	color:#fff; */
/* } */
/* .technology_gp > div.btn_technic03:hover strong{ */
/* 	color:#cb565e; */
/* 	transform: rotateY(.5turn); */
/* 	text-shadow:2px 2px 2px rgba(0,0,0,0.2); */
/* } */
/* .technology_gp > div.btn_technic03:hover p{ */
/* 	transform: rotateY(.5turn); */
/* 	text-shadow:2px 2px 2px rgba(0,0,0,0.2); */
/* } */

.technology_gp > div.btn_technic04{
	background:#fff url(../img/sub/ico_technic04.png) no-repeat center 90%;
	background-size:50%;
	border-top-color:#2f4779;
}
.technology_gp > div.btn_technic04 strong{
	color:#2f4779;
}
/* .technology_gp > div.btn_technic04:hover{ */
/* 	background:#2f4779 url(../img/sub/ico_technic04_hover.png) no-repeat center 90%; */
/* 	background-size:50%; */
/* 	color:#fff; */
/* } */
/* .technology_gp > div.btn_technic04:hover strong{ */
/* 	color:#6880b5; */
/* 	transform: rotateY(.5turn); */
/* 	text-shadow:2px 2px 2px rgba(0,0,0,0.2); */
/* } */
/* .technology_gp > div.btn_technic04:hover p{ */
/* 	transform: rotateY(.5turn); */
/* 	text-shadow:2px 2px 2px rgba(0,0,0,0.2); */
/* } */

.technology_gp > div.btn_technic05{
	background:#fff url(../img/sub/ico_technic05.png) no-repeat center 90%;
	background-size:50%;
	border-top-color:#3363c6;
}
.technology_gp > div.btn_technic05 strong{
	color:#3363c6;
}
/* .technology_gp > div.btn_technic05:hover{ */
/* 	background:#3363c6 url(../img/sub/ico_technic05_hover.png) no-repeat center 90%; */
/* 	background-size:50%; */
/* 	color:#fff; */
/* } */
/* .technology_gp > div.btn_technic05:hover strong{ */
/* 	color:#7496de; */
/* 	transform: rotateY(.5turn); */
/* 	text-shadow:2px 2px 2px rgba(0,0,0,0.2); */
/* } */
/* .technology_gp > div.btn_technic05:hover p{ */
/* 	transform: rotateY(.5turn); */
/* 	text-shadow:2px 2px 2px rgba(0,0,0,0.2); */
/* } */


/* 주요연혁  */
.history_cont {
	position:relative;
	margin:0 auto 100px;
	padding:5em 0 0;
	width: 80%;
    max-width:1280px;
    border-top:1px solid #cfcfcf;
}
.history_cont:after {
	content:"";
	display:block;
	clear:both;
	*zoom:1;
}
.history_cont > * {
	float:left;
}
.history_cont .history_title {
	position:absolute;
	top:80px;
	left:0;
	bottom:0;
	width:25%;
	text-align:left;
	letter-spacing:3px;
	background:#0071bc url(../img/company/bg_history_bottom.gif) no-repeat -1px bottom;
	background-size: contain;
	overflow:hidden;
}
.history_cont .history_title strong {
	display:block;
	padding:24% 5% 5% 16%;
	line-height:1.2em;
	font-size:30px;
	font-weight:600;
	color: #fff;
	background:url(../img/company/bg_history_top.gif) no-repeat 0 0;
	background-size: contain;
}
.history_cont .history_title strong span {
	position:relative;
	display:inline-block;
	padding:10px 0 10px 10px;
	background-color:#0071bc;
	z-index:1;
}
.history_cont ul {
	padding-left:25%;
	width:100%;
	box-sizing:border-box;
}
.history_cont ul:after,
.history_cont ul li:after {
	content:"";
	display:block;
	clear:both;
	*zoom:1;
}
.history_cont li {
	float:left;
	border-left:1px solid #ddd;
	box-sizing:border-box; 
}
.history_cont ul > li {
	width:100%;
}

.history_cont ul > li span {
	display:block;
	float:left;
	width:33%;
	font-size:30px;
	color:#0071bc;
	font-weight:600;
	line-height:1em;
	box-sizing:border-box;
}
.history_data {
	float:left;
	width:67%;
	border-left:1px solid #ddd;
	box-sizing:border-box; 
}
.history_cont dl:after {
	content:"";
	display:block;
	clear:both;
	*zoom:1;
}
.history_cont dl:last-child dd {
	padding-bottom:80px;
}
.history_cont ul > li:last-child dl:last-child dd {
	padding-bottom:0;
}
.history_cont dl dt,
.history_cont dl dd {
	float:left;
	padding-bottom:20px;
}
.history_cont dl dt {
	position:relative;
	width:35%;
}
.history_cont dl dt:after {
	content:"";
	position:absolute;
	top:5px;
	right:-4px;
	width:7px;
	height:7px;
	border-radius:50px;
	background-color:#0071bc;
}
.history_cont dl dd {
	padding:0 20px 20px;
	width:65%;
	text-align:left;
	border-left:1px solid #ddd;
	box-sizing:border-box; 
	word-break: keep-all;
}
.history_cont dl dt strong {
	font-size:18px;
	font-weight:600;
	border-bottom:1px solid #000;
}

#companyView2 .tit_explain {
	margin-left:0;
}

/* 사선 */
.diagonal_line {
	display:block;
	margin-top:-17px;
	border-top:1px solid #fff;
	transform:skewY(40deg);
}

/* C.I 소개 */
.ci_cont{
	margin:0 auto 100px;
	padding: 2em 0 0;
	width:80%;
	max-width:1280px;
}
.symbol_box{
	background-color:#f6f4f7;
	padding:40px;
}
.symbol_box:after{
	content:"";
	display:block;
	clear:both;
}
.symbol_txt{
	width:41%;
	float:left;
	text-align:left;
	padding-top:18px;
}
.symbol_txt strong{
	display:block;
	font-size:28px;
	margin-bottom:30px;
}
.symbol_img{
	width:50%;
	float:right;
}
.symbol_img > img{
	width:80%;
}
.symbol_img .logo_bg{
	background: #fff url(../img/company/bg_lin.png) repeat 0 0;
	border:1px solid #d7d7d7;
	padding:25px 0;
	margin-top:10px;
}
.symbol_img .logo_bg img{
	width:55%;
}
.btn_download_gp{
	margin: 30px auto;
}
.btn_download_gp a{
	display:inline-block;
	width:250px;
	height:50px;
	background-color:#0071bc;
	color:#fff;
	font-size:18px;
	line-height:48px;
	margin: 5px 2px;
}
.btn_download_gp > *,
.btn_download_gp a > *{
	vertical-align:middle;
}
.btn_download_gp a span{
	display:inline-block;
	width:30px;
	height:30px;
	background: url(../img/company/ico_download.png)no-repeat -6px 2px;
	margin-right:5px;
	background-size:40px;
}
.btn_download_gp a.btn_jpg_download{
	background-color:#fff;
	border: 2px solid #0071bc;
	box-sizing:border-box;
	color:#0071bc;
}
.btn_download_gp a.btn_jpg_download span{
	background-position: -6px -53px;
}

.ci_tit{
	margin-top:70px;
	text-align:left;
}
.ci_tit strong{
	position:relative;
	display:block;
	font-size:30px;
	margin-top:20px;
	margin-bottom:20px;
}
.ci_tit strong:before{
	content:"";
	position:absolute;
	left:0;
	top:-20px;
	display:block;
	width:30px;
	height:2px;
	background-color:#0071bc;
}
.ci_tit_p{
	margin-top:30px;
	text-align:left;
}
.logo_gp{
	margin-top:10px;
	background: #fff url(../img/company/bg_lin.png) repeat 0 0;
	border:1px solid #d7d7d7;
	padding:20px 40px;
	text-align:center;
}
.logo_gp:after,
.color_gp:after{
	content:"";
	display:block;
	clear:both;
}
.logo_div > *{
	vertical-align:middle;
}
.logo_div {
	display:inline-block;
	width:40%;
	margin:10px 4%;
}
.logo_div img{
	width: 65%;
}
.color_gp{
	margin-top: 10px;
	width:100%;
}
.color_red{
	width:49%;
	height:180px;
	background: #0071bc url(../img/company/bg_white_lin.png)repeat-x 0 40px;
	float:left;
	box-sizing:border-box;
	text-align:left;
	color:#fff;
}
.color_red > *{
	vertical-align:middle;
}
.color_red strong{
	display:inline-block;
	font-size:24px;
	background-color: #0071bc;
	line-height:30px;
	padding:25px 40px;
	height:100%;
	box-sizing:border-box;
}
.color_red p{
	display:inline-block;
	padding-top:40px;
	font-size:13px;
	line-height:20px;
	
}
.color_red.black{
	background-color: #333333;
	float:right;
}
.color_red.black strong{
	background-color: #333333;
}
/*-------------- 교육훈련 운용 시뮬레이션 --------------*/
/* 이미지 슬라이드 - 이미지 영역 */

.slide,
.slide02{
	position: relative;
	display: block;
	width:80%;
	max-width:1000px;
	height:562px;
	margin:0 auto;
	transition:.5s;
}

.slide_ul,
.slide_ul02{
	display: block;
}
.slide_ul li,
.slide_ul02 li{
	position:absolute;
	top:0;
	left:0;
	z-index: 10;
	display: block;
}
.slide_ul li img,
.slide_ul02 li img{
	width:100%;
}
.show{
	display: block;
}
/* 이미지 슬라이드 - 하단 동그라미 버튼 */
.slide_btn,
.slide_btn02{
	position: absolute;
	right:20px;
	bottom:40%;
	z-index: 100;
	*zoom:1;
}
.slide_btn:after,
.slide_btn02:after{
	content: "";
	display: block;
	clear: both;
}

.slide_btn li,
.slide_btn02 li{
	margin: 0 5px 5px 0;
}
.slide_btn li a,
.slide_btn02 li a{
	display: block;
	width: 20px;
	height: 20px;
	background: url(../img/sub/ico_rolling.png) no-repeat -25px 0;
	background-size:45px;
	text-indent:-100000em;
}
.slide_btn li a.active,
.slide_btn02 li a.active{
	background-position: 0 0;
}

/* 주요기능 */
.main_function{
	width:80%;
	max-width:1000px;
	margin:20px auto 10px;
	overflow:hidden;
}
.function_tit{
	width:27%;
	border-top:2px solid #0071bc;
	padding:15px 0;
	font-size:30px;
	color:#0071bc;
	font-weight:600;
	text-align:left;
	line-height:28px;
	float:left;
	box-sizing:border-box;
}
.function_tit span{
	display:block;
	font-size:18px;
	font-weight:normal;
}
.function_ul{
	display:block;
	width:73%;
	border-top:2px solid #000;
	float:right;
}
.function_ul li{
	display:table;
	width:100%;
	height:60px;
	padding-left:80px;
	text-align:left;
	font-size:16px;
	border-bottom:1px solid #ddd;
	box-sizing:border-box;
}
.function_ul li.spec_ico12{
	background: url(../img/sub/ico_spec_txt12.png) no-repeat -15px center;
}
.function_ul li.spec_ico13{
	background: url(../img/sub/ico_spec_txt13.png) no-repeat -15px center;
}
.function_ul li.spec_ico14{
	background: url(../img/sub/ico_spec_txt14.png) no-repeat -15px center;
}
.function_ul li.spec_ico15{
	background: url(../img/sub/ico_spec_txt15.png) no-repeat -15px center;
}
.function_ul li.spec_ico16{
	background: url(../img/sub/ico_spec_txt16.png) no-repeat -15px center;
}
.function_ul li.spec_ico32 {
	background: url(../img/sub/ico_spec_txt32.png) no-repeat -15px center;
}
.function_ul li.spec_ico33 {
	background: url(../img/sub/ico_spec_txt33.png) no-repeat -15px center;
}
.function_ul li span{
	display:table-cell;
	vertical-align:middle;
	padding: 10px 0px 10px 10px;
	text-indent:-10px;
	word-break: keep-all;
}

/* 주요특징 */
.spec_video{
	float:left;
    width:60%;
	height:630px;
    border-top: 2px solid #000;
}
.spec_video.img03 {
	height:630px;
	background:#000 url(../img/sub/video_spec_01.gif) no-repeat center center;
	background-size:100%;
}
.spec_video.img04 {
	height:520px;
	background:#000 url(../img/sub/video_spec_02.gif) no-repeat center center;
	background-size:100%;
}
.character_data{
	float:right;
	width:40%;
	padding-left:2%;
	box-sizing: border-box;
}
.character_ul{
    display: block;
    border-top: 2px solid #000;
}
.character_ul li{
	display:block;
	width:50%;
	float:left;
/* 	padding-top:70px; */
	padding-top:64px;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	box-sizing:border-box;
}
.character_ul li:nth-child(2n){
	border-right:0;
}
.character_ul li div {
	height:112px;
	background-color:#fff;
	text-align:left;
	padding:10px 15px;
	box-sizing:border-box;
}
.character_ul li.long_sentence div strong{
	font-size:15px;
	line-height:17px;
	margin-bottom:0px;
}
.character_ul li div strong{
	display:block;
	margin-bottom:10px;
}
.character_ul li div p{
	font-size:14px;
}

.spec_ico23{
	background: #f9f9f9 url(../img/sub/ico_spec_txt23.png) no-repeat center -16px;
}
.spec_ico24{
	background: #f9f9f9 url(../img/sub/ico_spec_txt24.png) no-repeat center -16px;
}
.spec_ico25{
	background: #f9f9f9 url(../img/sub/ico_spec_txt25.png) no-repeat center -16px;
}
.spec_ico26{
	background: #f9f9f9 url(../img/sub/ico_spec_txt26.png) no-repeat center -16px;
}
.spec_ico27{
	background: #f9f9f9 url(../img/sub/ico_spec_txt27.png) no-repeat center -16px;
}
.spec_ico28{
	background: #f9f9f9 url(../img/sub/ico_spec_txt28.png) no-repeat center -16px;
}

/*-------------- 교육용 증강현실 --------------*/
/* 모바일 vr 지게차 */
.education_vr{
	width:100%;
	height:600px;
	background: url(../img/sub/bg_education_vr.png) no-repeat center;
	background-size:cover;
	padding:20px;
	box-sizing:border-box;
	transition:.5s;
}
.educationi_tit{
	display:block;
	font-size:38px;
	line-height:38px;
	color:#fff;
	margin-top:30px;
}
.education_explain{
	position:relative;
	display:inline-block;
	color:#fff;
	margin-top:5px;
}
.education_explain:before{
	position:absolute;
	left:-25px;
	top:7px;
	content:"";
	display:block;
	width:15px;
	height:1px;
	border-bottom:1px solid #fff;
}
.education_explain:after{
	position:absolute;
	right:-25px;
	top:7px;
	content:"";
	display:block;
	width:15px;
	height:1px;
	border-bottom:1px solid #fff;
}
.mobile_box{
	position:relative;
	width:70%;
	max-width:1000px;
	height: 470px;
	background: url(../img/sub/bg_mobile_vr.png) no-repeat center;
	background-size:90%;
	margin: 0 auto;
	transition:.5s;
}
.mobile_box div{
	position:relative;
	display:inline-block;
	height:80px;
	width:80px;
}
.btn05{
	left:-17%;
	top:48%;
}
.btn06{
	left:5%;
	top:40%;
}
.btn07{
	left:4%;
	top:56%;
}

.btn05:hover > .pop_open,
.btn06:hover > .pop_open,
.btn07:hover > .pop_open{
	display:block;
}

.btn05:focus > .pop_open,
.btn06:focus > .pop_open,
.btn07:focus > .pop_open{
	display:block;
}
.pop_open{
	display:none;
}
.pop_education{
	position:absolute;
	display:table;
	padding-bottom:5px;
	width:253px;
	height:103px;
	background: url(../img/sub/bg_pop_education_kr.png) no-repeat center top;
	background-size:100%;
	box-sizing:border-box;
	z-index:9999;
}
.pop_education span{
	display:block;
	height:53px;
	color:#fff;
	padding:25px 25px 15px 87px;
	vertical-align:middle;
	font-size:14px;
	text-align:left;
}
.pop_education.pop01,
.pop_education.pop02,
.pop_education.pop03{
	top:-96px;
	left:-84px;
}
.pop_education.pop01 span{
	background: url(../img/sub/ico_education_pop01.png) no-repeat 16px 16px;
}
.pop_education.pop02 span{
	background: url(../img/sub/ico_education_pop02.png) no-repeat 16px 16px;
}
.pop_education.pop03 span{
	background: url(../img/sub/ico_education_pop03.png) no-repeat 16px 16px;
}

.cont_sub_box.mt_none{
	margin-top:0;
}


/* 주요기능 ul */
.function_ul02 {
	display:block;
	/* padding:20px; */
	max-width:1280px;
	margin:0 auto;
	overflow:hidden;
}
.function_ul02 li{
	display:table;
	width:33.3%;
	float:left;
	border-top:2px solid #000;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	box-sizing:border-box;
	padding-top:70px;
}
.function_ul02 li:last-child{
	border-right:0;
	width:33.4%;
}
.spec_ico29{
	background:#f9f9f9 url(../img/sub/ico_spec_txt29.png) no-repeat center -16px;
}
.spec_ico30{
	background:#f9f9f9 url(../img/sub/ico_spec_txt30.png) no-repeat center -16px;
}
.spec_ico31{
	background:#f9f9f9 url(../img/sub/ico_spec_txt31.png) no-repeat center -16px;
}
.function_ul02 li div{
	display:table-cell;
	vertical-align:middle;
	background-color:#fff;
	padding:10px 20px;
	height:65px;
}
.function_ul02 li div strong{
	display:block;
	line-height:16px;
	margin-bottom:5px;
	letter-spacing:0;
}
.function_ul02 li div span{
	display:block;
	word-break:keep-all;
}

/* AR 적용 사례 */
.cont_tit03{
	position:relative;
    display: block;
    font-size: 30px;
    line-height: 30px;
    clear: both;
    margin-top: 30px;
    padding-top: 24px;
    margin-top:45px;
}
.cont_tit03:before{
	content:"";
	position:absolute;
	left:50%;
	top:-20px;
	display:block;
	width:1px;
	height:15px;
	border-left:1px solid #000;
}

.video_example_gp{
	max-width:1280px;
	padding-top:24px;
	margin:0 auto;
	overflow:hidden;
}
.video_example_gp div{
	width:32%;
	height:300px;
	margin-right:2%;
	border:1px solid #ddd;
	float:left;
	box-sizing:border-box;
	background-color:#fff;
	overflow:hidden;
}
.video_example_gp div:last-child{
	margin-right:0;
}
.video_example_gp div strong{
	display:block;
	width:100%;
	height:50px;
	line-height:50px;
	background-color:#ee3946;
	font-size:16px;
	color:#fff;
}
.video_example_gp iframe {
	display:block;
	margin-top:0 !important;
	width:100%;
	height:248px;
}





/*-----------------------  eXPIS   -----------------------  */
/* box 이미지 */
.keyword_box.training .img_box_horizontal02 div {
	padding: 40px 30px;
}
.keyword_box.training .img_box_horizontal02.box_img01 {
	background:#ddd;
}
.keyword_box.training .img_box_horizontal02.box_img02 {
	background:#ddd;
}
.keyword_box.training .img_box_vertical02.box_img03 {
	background:#ddd;
}
.keyword_box.training .img_box_horizontal02.box_img01 div {
	background-color:#ca3b41;
}
.keyword_box.training .img_box_horizontal02.box_img01 div:before {
	background: url(../img/sub/bg_box_img08.png) no-repeat left top;
}

/* 특징 */
.cont_sub_box.feature {
	padding-left:0;
	padding-right:0;	
}
.feature_form {
	width: 80%;
    max-width: 1280px;
    margin: 0 auto;
}
.feature_form:after {
	content:"";
	display:block;
	clear:both;
	*zoom:1;
}
.feature_form .part {
	width:50%;
	float:left;
}
.feature_form .part.function .feature_topic {
	background:#295195 url(../img/training/bg_feature_function.gif) no-repeat right center;
}
.feature_form .part.customizing .feature_topic{
	background:#295195 url(../img/training/bg_feature_customizing.gif) no-repeat left center;
}
.feature_form .part .feature_topic {
	position:relative;
	padding:35px 22%;
}
.feature_form .part.customizing .feature_topic:before {
	content:"";
	display:block;
	position:absolute;
	left:-6px;
	top:0;
	bottom:0;
	width:13px;
	background:url(../img/training/img_lin.png) no-repeat 0 center;
}
.feature_form .part .feature_topic strong {
	display:block;
	padding-bottom:10px;
	color:#fff;
	font-size:18px;
}
.feature_form .part .feature_topic p {
	color:#d1dbec;
	font-size:15px;
}


.feature_form .col {
	padding-top:20px;
}
.feature_form .col:after {
	content:"";
	display:block;
	clear:both;
	*zoom:1;
}
.feature_form .col li {
	float:left;
	border-left:1px solid #ddd;
	border-top:2px solid #000;
	background-color:#f9f9f9;
	box-sizing:border-box;
}
.feature_form .col li:first-child {
	border-left:0;
}
.feature_form .col.left {
	padding-right:25px;
}
.feature_form .col.right {
	padding-left:25px;
}
.feature_form .col.right {
	position:relative;
}
.feature_form .col.right:before {
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:20px;
	bottom:0;
	border-left:1px solid #cacbcf;
}
.feature_form .col.box_col_02 li {
	width:50%;
}
.feature_form .col.box_col_03 li {
	width:33.3%;
}

.feature_form .col li div {
	padding:20px 15px 3px;
	background-color:#fff;
	box-sizing:border-box;
	height:150px;
	background-color:#fff;
	transition:.5s;
}
.feature_form .col li div strong {
	display:block;
	padding-bottom:8px;
}
.feature_form .col li div p {
	text-align:left;
	font-size:14px;
}

/* ico */
.feature_form .col .ico {
	display:block;
	margin:15px auto;
	width:55px;
	height:49px;
	background:url(../img/training/ico_feature.gif) no-repeat 0 0;
}
.feature_form .col .ico.ico_feature_01 {
	background-position:0 0;
}
.feature_form .col .ico.ico_feature_02 {
	background-position:-55px 0;
}
.feature_form .col .ico.ico_feature_03 {
	background-position:-110px 0;
}
.feature_form .col .ico.ico_feature_04 {
	background-position:-165px 0;
}
.feature_form .col .ico.ico_feature_05 {
	background-position:-220px 0;
}

/* 주요화면 */
.sys_rolling {
	position:relative;
	width: 80%;
    margin: 0 auto;
    padding:60px 0 40px;
    max-width: 1280px;
    overflow:hidden;
}
.sys_rolling .bx-viewport {
	height:auto;
}
.sys_rolling ul {
	height:100%;
	z-index:1;
}
.sys_rolling ul:after {
	content:"";
	display:block;
	clear:both;
	*zoom:1;
}
.sys_rolling li {
	float:left;
	position:relative;
	margin-right:118px;
}
.sys_rolling li:before {
	content:"";
	display:block;
	position:absolute;
	left:-62px;
	top:0;
	bottom:0;
	border-left:1px solid #ededed;
}
.sys_rolling li span {
	position:relative;
	display:block;
	width:100%;
	height:179px;
	overflow:hidden;
}
.sys_rolling li span img {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-118px;
	margin-left:-197px;
}

.sys_rolling li:first-child:before {
	border:0;
}

.sys_rolling li strong {
	display:block;
	padding:10px 0 5px;
}

.sys_rolling .bx-viewport {
	margin:0 auto;
	width: auto !important;
	box-sizing:border-box;
	z-index:1;
}


.bx-controls .bx-controls-direction a {
	position:absolute;
	top:50%;
	margin-top:-80px;
	display:block;
	width:44px;
	height:44px;
	font-size:0;
	text-indent:-99999999px;
	background:url(../img/training/btn_control.gif) no-repeat 0 0;
	z-index:2;
}
.bx-controls .bx-controls-direction a.bx-prev {
	left:0;
	background-position:-44px 0;
}
.bx-controls .bx-controls-direction a.bx-next {
	right:0;
	background-position:0 0;
}

/* start_stop */
.bx-controls-auto {
	padding-top:40px;
}
.bx-controls-auto > div {
	display:inline-block;
}
.bx-controls-auto a {
	display:block;
	width: 53px;
	height:31px;
	font-size:0;
	text-indent:-99999px;
	background:url(../img/training/btn_auto.gif) no-repeat 0 0;
}
.bx-controls-auto a.bx-start {
	background-position:0 0;
}
.bx-controls-auto a.bx-start.active {
	background-position:0 -31px;
}
.bx-controls-auto a.bx-stop {
	background-position:-53px 0;
}
.bx-controls-auto a.bx-stop.active {
	background-position:-53px -31px;
}

/* 배너 이미지 */
.bxslider_01 .banner_01 span {
	background-color:#c6cbd1;
}
.bxslider_01 .banner_02 span {
	background-color:#3484b7;
}

.bxslider_01 .banner_03 span {
	background-color:#1d8da4;
}

.bxslider_01 .banner_04 span {
	background-color:#c6cbd1;
}

.bxslider_01 .banner_05 span {
	background-color:#c6cbd1;
}

.bxslider_01 .banner_06 span {
	background-color:#c6cbd1;
}




/* 사업실적 */
.cont_sub_box.result {
	padding-left:0;
	padding-right:0;
	background-color:#f6f6f9;
}
.result .cont_tit02 {
	padding:0;
	color:#c71616;
	background:none;
}
.result .cont_tit02_explain {
	padding-bottom:28px;
	color:#c71616;
	background:none;
}
.result_form {
	width: 80%;
    margin: 0 auto;
    padding-bottom:20px;
    max-width: 1280px;
}

.business_topic {
	padding:5px 0 12px 75px;
	text-align:left;
}
.business_topic.air {
	background:url(../img/training/ico_air.gif) no-repeat 2px 1px;
}
.business_topic.army {
	background:url(../img/training/ico_army.gif) no-repeat 2px 2px;
}
.business_topic.navy {
	background:url(../img/training/ico_navy.gif) no-repeat 2px 0;
}
.business_topic p {
	padding-top:5px;
}

.result_part {
	
}

.result_part ul:after {
	content:"";
	display:block;
	clear:both;
	*zoom:1;
}
.result_part li {
	float:left;
	display:table;
	width:20%;
	height:100px;
	padding:0 12px;
	font-size:14px;
	border-left:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;
	border-top:2px solid #c43742;
	background-color:#fff;
	box-sizing:border-box;
}
.result_part li:first-child {
	border-left:0;
}
.result_part li span {
	display:table-cell;
	vertical-align:middle;
}


.half {
	width:50%;
	float:left;
	box-sizing:border-box;
}
.half.left {
	padding-right:20px;
}
.half.right {
	padding-left:20px;
}
.result_part .half li {
	width:50%;
}
.result_part .half.trisection li {
	width:33.3%;
}

/* expis - 인증 */
.cont_sub_box.certify{
	margin-top:0;
}
.certification_tit{
	height:120px;
	background:url(../img/training/bg_certification_tit.png) no-repeat center;
    max-width: 1280px;
    margin: 0 auto 35px;
    text-align:center;
}
.certification_tit p{
	display:inline-block;
	width:200px;
	padding:27px;
	color:#fff;
	font-size:20px;
}
.certification_tit p strong{
	display:block;
	font-size:40px;
	line-height: 48px;
}
.certification_tit .left_edge{
	position:relative;
	display:inline-block;
	float:left;
	width:100px;
	height:120px;
	/* background:url(../img/training/bg_certification_left.png) no-repeat left 0; */
}
.certification_tit .left_edge:after{
	position:absolute;
	left:0;
	bottom:0;
	content:"";
	display:block;
	width:100px;
	height:0;
	border-top: 50px solid transparent;
    border-left:100px solid #ebeef3;
    box-sizing: border-box;
}
.certification_tit .right_edge{
	position:relative;
	display:inline-block;
	float:right;
	width:100px;
	height:120px;
	/* background:url(../img/training/bg_certification_right.png) no-repeat right 0; */
}
.certification_tit .right_edge:after{
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    display: block;
    width: 100px;
    height: 0;
    border-bottom: 50px solid transparent;
    border-right: 100px solid #ebeef3;
    box-sizing: border-box;
}

.certify_wrap{
	max-width:1280px;
	margin:0 auto;
	background:url(../img/training/img_company.png) no-repeat center bottom;
	overflow:hidden;
}
.certify_box{
	float:left;
}
.certify_box img{
	display:block;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
}
.character_box{
	width:74%;
	float:right;
}
.character_cont{
	width:100%;
	text-align:left;
	overflow:hidden;
}
.character_cont.up{
	margin-bottom:130px;
}
.character_tit{
	display:block;
	width:25%;
	border-top:2px solid #ee3946;
	padding-top:25px;
	color:#ee3946;
	font-size:40px;
	line-height:34px;
	float:left;
}
.character_tit span{
	font-size:20px;
	display:block;
	font-weight:normal;
}
.chracter_p{
	display:block;
	width:75%;
	float:left;
	border-top:2px solid #000;
	padding-top:20px;
	line-height:22px;
}
.character_detail{
	width:75%;
	float:right;
	overflow:hidden;
	text-align:center;
}
.character_info{
	position:relative;
	display:block;
	width:25%;
	float:left;
	margin:0;
	padding:85px 0 0 0;
	
}
.character_info.name{
	background:url(../img/training/ico_chracter01.png) no-repeat center -4px;
}
.character_info.class{
	background:url(../img/training/ico_chracter02.png) no-repeat center -4px;
}
.character_info.number{
	background:url(../img/training/ico_chracter03.png) no-repeat center -4px;
}
.character_info.date{
	background:url(../img/training/ico_chracter04.png) no-repeat center -4px;
}
.character_info:after{
	content:"";
	display:block;
	position:absolute;
	top:10px;
	right:-3px;
	width:1px;
	height:135px;
	background-color:#bbb;
}
.character_info.date:after{
	display:none;
}
.character_info > span{
	display:block;
	width:85px;
	padding:2px 0;
	background-color:#6c6c6c;
	color:#fff;
	font-size:14px;
	border-radius:30px;
	box-sizing:border-box;
	margin:0 auto 10px;
	line-height:20px;
}
.character_info > span span{
	line-height:inherit;
	width:auto;
}

/* ---------  CBT   ----------- */
.cont_sub_box.cbt {
	margin:0;
}

.cbt_function {
/* 	padding:20px; */
	padding:77px;
/* 	height:714px; */
	background:url(../img/cbt/img_cbt.png) no-repeat 0 0;
	background-attachment:fixed;
    background-size:cover;
    box-sizing:border-box;
}


.cbt .cbt_special {
/* 	display:flex; */
/* 	width: 80%; */
    max-width: 1280px;
    margin: 0 auto;
}
.cbt .cbt_special .cbt_video {
	width:60%;
    height:375px;
    float:left;
    overflow: hidden;
    border-top: 2px solid #000;
    background-color:#fff;
}
.cbt .cbt_special .cbt_video img {
	width:100%;
	height:100%;
}

.cbt .cbt_special .part {
	width:40%;
	float:left;
	padding-left:2%;
	box-sizing: border-box;
}
.cbt .cbt_special .part .col {
	border-top:2px solid #000;
}
.cbt .cbt_special .part li {
	position:relative;
	text-align:left;
	border-bottom:1px solid #ddd;
	background-color:#f9f9f9; 
}
/* ico */
.cbt .cbt_special .part li .ico {
	position:absolute;
	top:21px;
	left:14px;
	display:block;
	width:55px;
	height:49px;
	background:url(../img/cbt/ico_cbt_part.gif) no-repeat 0 0;
}
.cbt .cbt_special .part li .ico.ico_cbt_01 {
	background-position:0 0;
}
.cbt .cbt_special .part li .ico.ico_cbt_02 {
	background-position:-55px 0;
}
.cbt .cbt_special .part li .ico.ico_cbt_03 {
	background-position:-110px 0;
}
.cbt .cbt_special .part li .ico.ico_cbt_04 {
	background-position:-165px 0;
}

/* 과화학 */
.cbt .cbt_special .part li .ico.ico_cbt_05 {
	background-position:0 -49px;
}
.cbt .cbt_special .part li .ico.ico_cbt_06 {
	background-position:-55px -49px;
}
.cbt .cbt_special .part li .ico.ico_cbt_07 {
	background-position:-110px -49px;
}
.cbt .cbt_special .part li .ico.ico_cbt_08 {
	background-position:-165px -49px;
}

/* t-50 */
.cbt .cbt_special .part li .ico.ico_cbt_09 {
	background-position:0 -98px;
}
.cbt .cbt_special .part li .ico.ico_cbt_10 {
	background-position:-55px -98px;
}
.cbt .cbt_special .part li .ico.ico_cbt_11 {
	background-position:-110px -98px;
}
.cbt .cbt_special .part li .ico.ico_cbt_12 {
	background-position:-165px -98px;
}

/* 유도무기 */
.cbt .cbt_special .part li .ico.ico_cbt_13 {
	background-position:0 -147px;
}
.cbt .cbt_special .part li .ico.ico_cbt_14 {
	background-position:-55px -147px;
}
.cbt .cbt_special .part li .ico.ico_cbt_15 {
	background-position:-110px -147px;
}
.cbt .cbt_special .part li .ico.ico_cbt_16 {
	background-position:-165px -147px;
}



.cbt .cbt_special .part li p {
	margin-left:80px;
	padding:15px;
	height:62px;
	line-height:62px;
	background-color:#fff;	
}
.cbt .cbt_special .part li p span {
	display:table-cell;
	vertical-align:middle;
}


.cbt_function img {
	padding:2em 0 6em;
}

/* cbt  기능 */
.cbt_ico_function {
	width:65%;
	min-width:1000px;
	margin:0 auto;
}
.cbt_ico_function:after {
	content:"";
	display:block;
	clear:both;
	*zoom:1;
}
.cbt_ico_function li {
	position:relative;
	float:left;
	width:16.6%;
	text-align:center;
	font-size:15px;
	color:#fff;
}
.cbt_ico_function li:before {
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:5px;
	bottom:5px;
	border-left:1px solid rgba(255, 255, 255, 0.2);
}
.cbt_ico_function li:first-child:before {
	border-left:0;
}

.cbt_ico_function li span {
	display:block;
	margin:0 auto;
	padding-bottom:8px;
	width:70px;
	height:55px;
	background:url(../img/cbt/ico_function.png) no-repeat 0 0;
}
.cbt_ico_function li span.ico_function_01 {
	background-position:0 0;
}
.cbt_ico_function li span.ico_function_02 {
	background-position:-70px 0;
}
.cbt_ico_function li span.ico_function_03 {
	background-position:-140px 0;
}
.cbt_ico_function li span.ico_function_04 {
	background-position:-210px 0;
}
.cbt_ico_function li span.ico_function_05 {
	background-position:-280px 0;
}
.cbt_ico_function li span.ico_function_06 {
	background-position:-350px 0;
}

/* cbt 맨위 정보 그림 */
.cbt_info {
	position:relative;
	width:60%;
    min-width:1000px;
    margin:0 auto;
}
.cbt_info h3 {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-180px;
	margin-left:-200px;
	padding:9em 5em 0;
	width:361px;
	height:361px;
	background:url(../img/cbt/img_cbt_info.png) no-repeat 0 0; 
	box-sizing:border-box;
}
.cbt_info ul:after {
	content:"";
	display:block;
	clear:both;
	*zoom:1;
}
.cbt_info li {
	position:relative;
	padding-top:90px;
	float:left;
	width:50%;
	height:205px;
	color:#fff;
	box-sizing:border-box;
}
.cbt_info li strong {
	position:absolute;
	right:0;
	display:block;
	width:123px;
	height:123px;
	line-height:123px;
	border-radius:5em;
}
.cbt_info li.category_2 strong,
.cbt_info li.category_4 strong {
	left:0;
}
.cbt_info li.category_1 strong {
	top:30px;
	right:100px;
	background-color:#f85d5d;
}
.cbt_info li.category_2 strong {
	top:30px;
	left:60px;
	background-color:#5fb3cc;
}
.cbt_info li.category_3 strong {
	right:100px;
	bottom:50px;
	background-color:#f67d3a;
}
.cbt_info li.category_4 strong {
	left:60px;
	bottom:50px;
	background-color:#548bbf;
}

.cbt_info li p {
	position:relative;
	padding-top:14px;
	line-height:25px;
	text-align:left;
	border-top:1px solid #fff;
}
.cbt_info li.category_1 p,
.cbt_info li.category_3 p {
	margin-right:16.5em;
}
.cbt_info li.category_2 p,
.cbt_info li.category_4 p {
	margin-left:15em;
}
.cbt_info li.category_1 p:before,
.cbt_info li.category_3 p:before {
	content:"";
	display:block;
	position:absolute;
	right:0;
	top:-13px;
	width:26px;
	height:13px;
	background:url(../img/cbt/arr_right.png) no-repeat 0 0; 
}
.cbt_info li.category_2 p:before,
.cbt_info li.category_4 p:before {
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:-13px;
	width:26px;
	height:13px;
	background:url(../img/cbt/arr_left.png) no-repeat 0 0; 
}




/* 공지사항  먼저먹은 css */
.notice_tit_gp #popup_title {
    font-size:18px;
    font-weight:600;
    text-align:left;
    line-height:normal;
    color:#000;
    cursor: default;
    width: auto;
    height: auto;
    background:none;
    border:0;
    padding: 0em;
    margin: 0em;
}
.sub_content.notice {
	padding:0 0px 80px;
}


/* IT컨설팅 롤링 */
.mobile_rolling {
	position:relative;
	width: 80%;
    margin: 0 auto;
    padding:20px 0 40px;
    max-width: 1280px;
    overflow:hidden;
}
.mobile_rolling .bx-viewport {
	height:auto;
}
.mobile_rolling ul {
	height:100%;
	z-index:1;
}
.mobile_rolling ul:after {
	content:"";
	display:block;
	clear:both;
	*zoom:1;
}

.mobile_rolling .bx-viewport {
	margin:0 auto;
	width: auto !important;
	box-sizing:border-box;
	z-index:1;
}


.bx-controls .bx-controls-direction a {
	position:absolute;
	top:50%;
	margin-top:-80px;
	display:block;
	width:44px;
	height:44px;
	font-size:0;
	text-indent:-99999999px;
	background:url(../img/training/btn_control.gif) no-repeat 0 0;
	z-index:2;
	opacity:.7;
}
.bx-controls .bx-controls-direction a.bx-prev {
	left:0;
	background-position:-44px 0;
}
.bx-controls .bx-controls-direction a.bx-next {
	right:0;
	background-position:0 0;
}

/* start_stop */
.bx-controls-auto {
	padding-top:40px;
}
.bx-controls-auto > div {
	display:inline-block;
}
.bx-controls-auto a {
	display:block;
	width: 53px;
	height:31px;
	font-size:0;
	text-indent:-99999px;
	background:url(../img/training/btn_auto.gif) no-repeat 0 0;
}
.bx-controls-auto a.bx-start {
	background-position:0 0;
}
.bx-controls-auto a.bx-start.active {
	background-position:0 -31px;
}
.bx-controls-auto a.bx-stop {
	background-position:-53px 0;
}
.bx-controls-auto a.bx-stop.active {
	background-position:-53px -31px;
}

/* ---------  IT컨설팅   ----------- */
.sub_head.mobile{
	background: url(../img/mobile/bg_company04.png) no-repeat center 0px;
	height:290px;
}
.cont_sub_box.mobile{
	margin-top:0;
	padding:30px;
}
.mobile_gp{
	max-width:1280px;
	margin: 0 auto;
}
.mobile_off_box{
	position:relative;
	width:100%;
	min-height:400px;
	float:left;
	box-sizing:border-box;
	margin-right:2%;
	transition:.5s;
	overflow:hidden;
}


.mobile_off_box:hover >  .on_cont{
	bottom: 0;
	padding:30px;
	transition: .5s;
}
.mobile_off_box:hover >  .on_cont strong{
/* 	margin-top:30px; */
}
.mobile_off_box:hover > .btn_mobile_view{
	opacity:0;
	transitoin:0.3s;
}
.mobile_off_box:hover > .off_cont,
.mobile_off_box:hover > .off_cont strong,
.mobile_off_box:hover > .off_cont span{
	color:#fff;
}
.off_cont{
	text-align:center;
	padding-top:10px;
	background-color:#d9dee5;
	height:100%;
	min-height:400px;
}
.off_cont strong{
	display:block;
	font-size:28px;
	line-height:28px;
	color:#0071bc;
	margin-top:0;
}
.off_cont  p{
	font-size:22px;
	line-height:26px;
	margin-top:5px;
	text-shadow:0 0 5px rgba(0, 0, 0, 0.5);
}
.off_cont span{
	display:block;
	font-size:14px;
	color:#676767;
}
.off_cont img{
	display:block;
	width:100%;
	margin: 0 auto 10px;
}
.on_cont{
	position:absolute;
	bottom:-80%;
	width:100%;
	height:100%;
	color:#fff;
	padding:25px 30px;
	box-sizing:border-box;
	transition: .5s;
}

.box01 .on_cont{
	background:rgba(33, 154, 214, 0.95);
}
.box01 .on_cont .on_sub_tit{
	color:#20a2e1;
}
.box02 .on_cont{
	background: rgba(31, 127, 193, .95);
}
.box02 .on_cont .on_sub_tit{
	color:#1f7fc1;
}
.box03 .on_cont{
	background: rgba(66, 73, 87, .95);
}
.box03 .on_cont .on_sub_tit{
	color:#424957;
}
.box04 .on_cont{
	background:rgba(11, 165, 151, .95);
}
.box04 .on_cont .on_sub_tit{
	color:#1a948a;
}
.box05 .on_cont{
	background: rgba(57, 165, 165, .95);
}
.box05 .on_cont .on_sub_tit{
	color:#48aaab;
}
.on_cont strong{
	display:block;
	padding-bottom:3px;
	font-size:24px;
	line-height:26px;
}
.on_cont .on_sub_tit{
	display:inline-block;
	padding:4px 20px 2px;
	line-height:16px;
	background-color:#fff;
	color:#f04955;
	font-size:13px;
	font-weight:600;
	border-radius:20px;
	margin-top:5px;
	margin-bottom:20px;
}


.on_cont ul{
	display:block;
	padding:10px 0;
	width:100%;
	height:auto;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	font-size:16px;
}
.on_cont ul li{
	display:block;
}
.on_cont ul li div{
	display:table;
	text-align:left;
	width:100%;
}
.on_cont ul li div > *{
	display:table-cell;
	vertical-align:middle;
	width:70%;
	font-weight:normal;
}
.on_cont ul li div span{
	display:inline-block;
	width:32%;
	box-sizing:border-box;
}
.on_cont p{
	margin-top:10px;
	line-height:22px;
	text-align:justify;
	font-size:16px;
/* 	text-shadow:0 0 5px rgba(0, 0, 0, 0.7); */
}
.on_cont p.p_indent{
	margin-top:5px;
	text-indent:-13px;
	padding-left:13px;
}
.btn_mobile_view{
	position:absolute;
	right:0;
	bottom:0;
	display:block;
	width:38px;
	height:38px;
	font-size:0;
	background:rgba(0, 0, 0, .2) url(../img/ico_vr_box_plus.png) no-repeat center;
	background-size:20px;
	opacity:1;
	transition:.3s;
}

/* 오시는길 */
#locatioinTap1,
#locatioinTap2,
#locatioinTap3 {
	width:100% !important;
	overflow:hidden;
}

/* 탭 */
/* .lnbIn { */
/* 	position:absolute; */
/* 	left:0; */
/* 	right:0; */
/* 	bottom:0; */
/* 	background-color:rgba(0, 0, 0, 0.6); */
/* } */
/* .lnbIn .inner { */
/* 	max-width:1280px; */
/* 	margin:0 auto; */
/* } */
/* .lnbIn .inner:after { */
/* 	content:""; */
/* 	display:block; */
/* 	clear:both; */
/* 	*zoom:1; */
/* } */
/* .lnb_nav { */
/* 	display:flex; */
/* 	float:left; */
/* 	height:51px; */
/* 	line-height:51px; */
/* } */
/* .lnb_nav > li { */
/* 	border-right:1px solid rgba(225, 225, 225, 0.5); */
/* } */
/* .lnb_nav > li:first-child { */
/* 	border-left:1px solid rgba(225, 225, 225, 0.5); */
/* } */
/* .lnb_nav li a { */
/* 	display:block; */
/* 	color:#fff; */
/* } */
/* .lnb_nav > li > a:first-child { */
/* 	position:relative; */
/* 	width:200px; */
/* 	padding:0 20px; */
/* 	box-sizing:border-box; */
/* } */
/* .lnb_nav > li > a:first-child:after { */
/* 	content:""; */
/* 	display:block; */
/* 	position:absolute; */
/* 	right:20px; */
/* 	top:22px; */
/* 	width:8px; */
/* 	height:7px; */
/* 	background:url(../img/sub/ico_more.png) no-repeat 0 0;  */
/* } */
/* .lnb_nav li a.btn_home { */
/* 	width:51px; */
/* 	height:100%; */
/* 	font-size:0; */
/* 	text-indent:-9999px; */
/* 	background:url(../img/sub/ico_home.png) no-repeat center center;  */
/* } */
/* .lnb_nav li a.btn_home:after { */
/* 	background:none; */
/* } */
/* .lnb_nav li ul { */
/* 	display:none; */
/* } */
/* .lnb_nav li:hover ul { */
/* 	display:block; */
/* } */
/* .lnb_nav li ul { */
/* 	background-color:rgba(0, 0, 0, 0.6); */
/* } */
/* .lnb_nav li li { */
/* 	padding:0 20px; */
/* 	border-top:1px solid rgba(225, 225, 225, 0.5); */
/* } */







/* 공유, 즐겨찾기 */
.lnb_util {
	display:flex;
	float:right;
}
.lnb_util a {
	color:#fff;
}







/* vr_ar */

.character_data.part .col {
	border-top:2px solid #000;
}
.character_data.part li {
	position:relative;
	text-align:left;
	padding-left:80px;
	border-bottom:1px solid #ddd;
	background-color:#f9f9f9; 
	box-sizing:border-box;
}

.character_data.part li div {
	display:table;
	padding:12px 15px;
	width:100%;
	height:104px;
	background-color:#fff;	
	box-sizing: border-box;
}
.character_data.part li div strong {
	display:block;
	padding-bottom:5px;
	word-break: keep-all;
}
.character_data.part li div p {
	padding-left:13px;
	text-indent:-13px;
	word-break: keep-all;
}
.character_data.part li div .txt_middle {
	display:table-cell;
	padding:0;
	height:auto;
	vertical-align: middle;
}
.character_data.part.equipped_spec li > div {
	height:86px;
}


/* ico */
.character_data.part li .ico {
	position:absolute;
	top:50%;
	left:14px;
	display:block;
	margin-top:-25px;
	width:55px;
	height:49px;
	background:url(../img/sub/ico_spec_part.gif) no-repeat 0 0;
}
.character_data.part li .ico.spec_ico17 {
	background-position:0 0;
}
.character_data.part li .ico.spec_ico18 {
	background-position:-55px 0;
}
.character_data.part li .ico.spec_ico19 {
	background-position:-110px 0;
}
.character_data.part li .ico.spec_ico20 {
	background-position:-165px 0;
}
.character_data.part li .ico.spec_ico21 {
	background-position:-220px 0;
}
.character_data.part li .ico.spec_ico22 {
	background-position:-275px 0;
}

.character_data.part li .ico.spec_ico23 {
	background-position:0 -49px;
}
.character_data.part li .ico.spec_ico24 {
	background-position:-55px -49px;
}
.character_data.part li .ico.spec_ico25 {
	background-position:-110px -49px;
}
.character_data.part li .ico.spec_ico26 {
	background-position:-165px -49px;
}
.character_data.part li .ico.spec_ico27 {
	background-position:-220px -49px;
}
.character_data.part li .ico.spec_ico28 {
	background-position:-275px -49px;
}



/* 솔루션  지게차 _크레인_항공기 동영상 */
.video_example_gp {
	
}
.video_example_gp video {
	display:block;
	width:100%;
	max-height:200px;
}

/* cbt tab */
/* 탭 */
.cbt_tab_box {
	padding-bottom:20px;
	width:100%;
}
.cbt_tab_box ul.tabs {
	margin:0 auto;
    max-width:1280px;
    text-align:center;
    overflow:hidden;
}
.cbt_tab_box ul.tabs li {
	display:block;
	float:left;
	margin-left:0;
	width:16.66%;
	border-left:1px solid #3e4c58;
/* 	border-width:1px 1px 1px 0; */
	vertical-align:middle;
	box-sizing:border-box;
	background-color:#758fa9;
}
.cbt_tab_box ul.tabs li:first-child {
	margin-left:0;
	border-left:0;
}
.cbt_tab_box ul.tabs li a {
	position:relative;
/*     padding:66px 10px 6px; */
	padding:15px;
    width:100%;
    height:auto;
    line-height:normal;
	color:#fff;
	font-size:16px;
	border:0;
	text-align:center;
/* 	background:url(../img/cbt/ico_tab_cbt.png) no-repeat 0 0; */
	word-break:keep-all;
	
}
.cbt_tab_box ul.tabs li:first-child a {
	border-left:0;
}
.cbt_tab_box ul.tabs li:hover,
.cbt_tab_box ul.tabs li.selected {
	background:url(../img/cbt/pattern_cbt.gif) repeat 0 0;
}
.cbt_tab_box ul.tabs li a:hover,
.cbt_tab_box ul.tabs li.selected a, .cbt_tab_box ul.tabs li.selected a:hover {
    color:#fff;
	border:0;
	background-color:transparent;
}
.cbt_tab_box ul.tabs li.selected a:hover {
    text-decoration: none;
}
.keyword_frame.frame_03.expis .col {
	background-size:100%;
}
.keyword_frame.frame_03.expis .col.interactiv {
	background: url(../img/training/experience_img_01.png) no-repeat center 0;
}
.keyword_frame.frame_03.expis .col.vr {
	background: url(../img/training/experience_img_02.png) no-repeat center bottom;
}
.keyword_frame.frame_03.expis .col.scene {
	background: url(../img/training/experience_img_03.png) no-repeat center 0;
}

/* blank */
/* 360˚ 이미지 */
.bg_blank {
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:1px;
	background-color:rgba(0, 0, 0, 0.55);
}
.loading {
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-145px;
	margin-left:-142px;
	width:280px;
	height:280px;
	border-radius: 3px;
}
@keyframes loader-rotate {
	0% {
		transform: rotate(0); }
	100% {
		transform: rotate(360deg); } 
}

.loader02 {
	width: 56px;
	height: 56px;
	border: 8px solid rgba(255, 148, 148, 0.8);
	border-top-color:#ff5353;
	border-radius: 50%;
	position: relative;
	animation: loader-rotate 1s linear infinite;
	top: 50%;
	margin: -28px auto 0;
	box-shadow:0 0 5px rgba(0, 0, 0, 0.5);
}
 
 #turntable {
 	z-index:99;
 }

/* 360˚ 아이콘 이미지 */
.ico_panorama {
	position:absolute;
	bottom:15px;
	right:15px;
	display:block;
	width:70px;
	height:70px;
	font-size:0;
	text-indent:-9999px;
	background:url(../img/simulation/ico_panorama.png) no-repeat 0 0;
	z-index:99;
}


.cbt_special.expis {
	max-width: 1280px;
    margin: 0 auto;
}
.cbt_special.expis .cbt_tab_box ul.tabs li {
	width:20%;
}

/* expis3 아이콘 */
.keyword_frame.frame_03.expis .col.interactiv:hover .info {
	background-image:url(../img/sub/pattern_keyword_frame.png), url(../img/sub/ico_expis_01.gif);
	background-color:#828a93 ;
	background-position:0 90%, 80% 70%;
	background-repeat:repeat-x, no-repeat;
}
.keyword_frame.frame_03.expis .col.vr:hover .info {
	background-image:url(../img/sub/pattern_keyword_frame.png), url(../img/sub/ico_expis_02.gif);
	background-color:#2d4674;
	background-position:0 90%, 80% 70%;
	background-repeat:repeat-x, no-repeat;
}
.keyword_frame.frame_03.expis .col.scene:hover .info {
	background-image:url(../img/sub/pattern_keyword_frame.png), url(../img/sub/ico_expis_03.gif);
	background-color:#296aae;
	background-position:0 90%, 80% 70%;
	background-repeat:repeat-x, no-repeat;
}


/* expis 탭 박스 */
/* cbt tab */
/* 탭 */
.expis_form {
	position:relative;
	max-width:1280px;
	height:560px;
	margin:0 auto;
	background:url(../img/training/img_computer.png) no-repeat center bottom;
}
.expis_tab_box {
	position:absolute;
	right:90px;
	top:0;
	z-index:1;
}
.expis_tab_box ul.tabs {
	margin:0 auto;
    max-width:1280px;
    text-align:center;
    overflow:hidden;
}
.expis_tab_box ul.tabs li {
	display:block;
	margin-left:0;
	margin-top:15px;
}
.expis_tab_box ul.tabs li a {
	position:relative;
	padding:15px;
    width:88px;
    height:88px;
    line-height:61px;
	color:#fff;
	font-size:17px;
	border:0;
	text-align:center;
	border-radius:50px;
	background-color:#465665;
	
}
.expis_tab_box ul.tabs li a:hover,
.expis_tab_box ul.tabs li.selected a, .cbt_tab_box ul.tabs li.selected a:hover {
    color:#fff;
	background:url(../img/training/pattern_expis.gif) repeat 0 0;
	border:0;
}
.expis_tab_box ul.tabs li.selected a:hover {
    text-decoration: none;
}

#expisView1,
#expisView2,
#expisView3,
#expisView4,
#expisView5 {
	position: relative;
    margin: 0 auto;
    width: 722px;
    padding:47px 0 60px;
    height: 100%;
    box-sizing: border-box;
}
.expis_video {
	height:100%;
}
.expis_video img {
	width:100%;
	height:100%;
}

.cont_sub_box.feature.expis_sys {
	background:#ebeef3 url(../img/training/bg_expis_system.png) no-repeat 0 bottom;
}

/* 360설명 */
.spec_data.part {
	border-top:2px solid #000;	
}
.spec_data.part .col {
	border-top:2px solid #000;
}
.spec_data.part li {
	position:relative;
	text-align:left;
	padding-left:80px;
	border-bottom:1px solid #ddd;
	background-color:#f9f9f9; 
	box-sizing:border-box;
}

.spec_data.part li div {
	display:table;
	padding:5px 15px;
	width:100%;
	height:73px;
	background-color:#fff;	
	box-sizing: border-box;
}
.spec_data.part li div strong {
	display:block;
	padding-bottom:5px;
	word-break: keep-all;
}
.spec_data.part li div .txt_middle {
	display:table-cell;
	padding:0;
	height:auto;
	vertical-align: middle;
}
.spec_data.part.equipped_spec li > div {
	height:86px;
}


/* ico */
.spec_data.part li .ico {
	position:absolute;
	top:50%;
	left:14px;
	display:block;
	margin-top:-25px;
	width:55px;
	height:49px;
	background:url(../img/sub/ico_spec_part.gif) no-repeat 0 0;
}
.spec_data.part li .ico.spec_ico04 {
	background-position:0 -98px;
}
.spec_data.part li .ico.spec_ico05 {
	background-position:-55px -98px;
}
.spec_data.part li .ico.spec_ico06 {
	background-position:-110px -98px;
}
.spec_data.part li .ico.spec_ico07 {
	background-position:-165px -98px;
}
.spec_data.part li .ico.spec_ico08 {
	background-position:-220px -98px;
}
.spec_data.part li .ico.spec_ico09 {
	background-position:-275px -98px;
}
.spec_data.part li .ico.spec_ico10 {
	background-position:0 -147px;
}
.spec_data.part li .ico.spec_ico11 {
	background-position:-55px -147px;
}


.video_spec_gp {
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
}
.video_spec_gp iframe {
	display:block;
	margin:0 auto;
	width:1082px;
	height:609px;
	background:url(../img/simulation/img_video_spec_gp.png) no-repeat 0 0;
	background-size:100% 100%;
}


/* 교육훈련 운용 시뮬레이션 - 슬라이드 버튼 */
.slide .slide01 .flex-direction-nav .next{
	background: url(../img/btn_control.gif) no-repeat  -3px center;
	top:inherit;
	bottom:20px;
	right:20px;
	opacity:1  !important;
	border:1px solid #a1a1a1;
}
.slide .slide01 .flex-direction-nav .prev{
	background: url(../img/btn_control.gif) no-repeat -46px center;
	left:inherit !important;
	right:102px;
	top:inherit;
	bottom:20px;
	opacity:1  !important;
	border:1px solid #a1a1a1;
}
.slide .slide01 .flex-pauseplay .play{
	background: url(../img/ico_playpause_slide.png) no-repeat 0 -42px;
	left:inherit !important;
	right:61px;
	bottom:20px;
	opacity:1  !important;
	border:1px solid #a1a1a1;
	box-sizing:border-box;
}
.slide .slide01 .flex-pauseplay .pause{
	background: url(../img/ico_playpause_slide.png) no-repeat right -42px;
	left:inherit !important;
	right:61px;
	bottom:20px;
	opacity:1  !important;
	border:1px solid #a1a1a1;
	box-sizing:border-box;
}

/* contact us */
.sub_content.contact{
	padding: 0 0 80px;
}
.contact_us_wrap{
	width:80%;
	max-width:1280px;
	margin:0 auto;
	overflow:hidden;
}
.personal_info_box{
	border:1px solid #d7d7d7;
    background-color: #f6f6f6;
    padding:10px 20px;
    box-sizing:border-box;
    text-align:left;
    margin-top:15px;
    font-size:15px;
}
.personal_info_box strong{
	display:block;
	margin-bottom:2px;
}
.personal_info_box p{
	margin-bottom:10px;
	padding-left:16px;
}
.personal_info_box p:last-child{
	margin:0;
}
.agree_label{
	display:inline-block;
	height:24px;
	line-height:24px;
	padding-left:24px;
	background: url(../img/sub/ico_agree_chk.png) no-repeat 0 3px;
    float: right;
    margin-top: 10px;
}
input.agree_chk:checked ~ .agree_label{
	background-position: 0 -30px;
}
input.agree_chk{
	display:none;
}
.tb1 {
	margin-top:15px;
}
.tb1 tbody{
	border-top:2px solid #000;
}
.tb1 tbody th{
	width:170px;
	background-color:#f6f6f6;
	border-bottom:1px solid #d7d7d7;
	text-align:left;
	font-size:15px;
	padding-left:30px;
}
.tb1 tbody td{
	border-bottom:1px solid #d7d7d7;
	padding:10px 15px;
	font-size:15px;
	text-align:left;
}
.tb1 tbody td > *{
	vertical-align:middle;
}
.tb1 tbody td input{
	height:36px;
}
.tb1 tbody td input.email_adress{
	width:200px;
	float:left;
}
.adress_at{
	margin:0 3px;
	float:left;
	height:36px;
	line-height:36px;
}
.inquiry_cont{
	width:100%;
	height:240px;
}
.email_option_gp{
	position:relative;
    display: inline-block;
    width: 140px;
    height: 36px;
    line-height: 34px;
    text-align: left;
    font-size: .95em;
    border: 1px solid #d7d7d7;
    box-sizing:border-box;
    float:left;
    margin-left:10px;
}
.email_selected{
	display:block;
	width:100%;
	height:36px;
	line-height:36px;
    padding: 0 40px 0 10px;
    box-sizing:border-box;
}
.email_option_gp:before{
    content: "";
    position: absolute;
    top: 11px;
    right: 12px;
    display: block;
    width: 8px;
    height: 12px;
    background: url(../img/sub/arr_location.gif) no-repeat 0 center;
}
.email_option_select{
    position: absolute;
    top:35px;
    left: -1px;
    right: -1px;
    border: 1px solid #d7d7d7;
    border-width: 0 1px 1px 1px;
    background-color: #f6f6f6;
    z-index: 2;
}
.o_menu{
	display:none;
}
.email_option_select > li{
	border-bottom: 1px solid #d7d7d7;
}
.email_option_select > li:last-child{
	border-bottom:0;
}
.email_option_select > li > a {
    display: block;
    padding: 0 10px;
    height: 42px;
    line-height: 44px;
    text-align: left;
    font-size: .95em;
}
.email_option_select > li > a:hover {
	background-color:#e2e2e2;
}
.contact_footer{
	text-align:center;
	margin-top:60px;
}
.btn_basic{
	display:inline-block;
	width:200px;
	height:48px;
	line-height:46px;
	background-color:#ccc;
	box-sizing:border-box;
}
.btn_basic.cancel{
	background-color:#fff;
	border:1px solid #0071bc;
	color:#0071bc;
	margin-right:10px;
}
.btn_basic.save{
	background-color:#0071bc;
	border:1px solid #0071bc;
	color:#fff;
}




/* 내용 숨기기 */
.hidden{
	display:none;
}



/*2020.03.02 Google Glass 페이지 추가*/

/*---------- Glass 소개 ----------*/
.glass_info{
	position:relative;
	width:100%;
}
.glass_info:after{
	content: "";
	display:block;
	clear:both;	
}
.glass_main_img{
	width:50%;
	height: 430px;
	margin:0 auto;
	background: url(../img/sale/glass_main.png) no-repeat center;
}
.glass_tit01{
	display: block;
    font-size: 24px;
    line-height: 30px;
    clear: both;
    margin: 80px 0 50px;
    padding-top: 24px;
}
.glass_tit01::before {
	content:'';
	display: block;
	width:50px;
	height: 2px;
	background-color: #0071bc;
	margin:20px auto;
}
.glass_sub_img{
	float:left;
	width: 50%;
	height: 500px;
	margin:10px 0;
}
.glass_sub_txt{
	float:left;
	width: 50%;
	height: 500px;
	margin:10px 0;
	padding: 170px 30px;
	box-sizing: border-box;
}
.glass_sub_txt strong{
	font-size: 22px;
}
.glass_sub_txt p{
	font-size: 19px;
	margin-top:15px;
	line-height: 25px;
}
.glass_sub_txt.right{
	text-align: left;
}
.glass_sub_txt.left{
	text-align: right;
}
.glass_sub_img.img_01{
	background: url(../img/sale/glass_info_01.jpg) no-repeat center;
}
.glass_sub_img.img_02{
	background: url(../img/sale/glass_info_02.jpg) no-repeat center;
}
.glass_sub_img.img_03{
	background: url(../img/sale/glass_info_03.jpg) no-repeat center;
}
.glass_sub_img.img_04{
	background: url(../img/sale/glass_info_04.jpg) no-repeat center;
}
.glass_sub_img.img_05{
	background: url(../img/sale/glass_info_05.jpg) no-repeat center;
}
.glass_sub_img.img_06{
	background: url(../img/sale/glass_info_06.jpg) no-repeat center;
}
.cont_sub_box.glass{
	background-color: #f4f4f4;
	margin-bottom: 100px;
}
.cont_sub_box .glass_spec_box{
	max-width: 1280px;
	margin: 0 auto;
}
.cont_sub_box .glass_spec_box:after{
	content: "";
	display:block;
	clear:both;	
}
.cont_sub_box .glass_spec_box li{
	float:left;
	width: 33.3%;
	padding:170px 70px 50px;
	text-align: center;
	box-sizing: border-box;
}
.cont_sub_box .glass_spec_box li strong{
	font-size:20px;
}
.cont_sub_box .glass_spec_box li p{
	font-size:15px;
	margin-top:15px;
}
.cont_sub_box .glass_spec_box .glass_spec01{
	background: url(../img/sale/ico_glass_spec_01.png) no-repeat center 10%;
}
.cont_sub_box .glass_spec_box .glass_spec02{
	background: url(../img/sale/ico_glass_spec_02.png) no-repeat center 10%;
}
.cont_sub_box .glass_spec_box .glass_spec03{
	background: url(../img/sale/ico_glass_spec_03.png) no-repeat center 10%;
}
.cont_sub_box .glass_spec_box .glass_spec04{
	background: url(../img/sale/ico_glass_spec_04.png) no-repeat center 10%;
}
.cont_sub_box .glass_spec_box .glass_spec05{
	background: url(../img/sale/ico_glass_spec_05.png) no-repeat center 10%;
}
.cont_sub_box .glass_spec_box .glass_spec06{
	background: url(../img/sale/ico_glass_spec_06.png) no-repeat center 10%;
}

/*---------- Glass 제품보기 ----------*/
/*제품구매하기*/
.glass_sale{
	max-width: 1280px;
	margin:0 auto;
	padding: 30px 0;
}
.glass_sale:after{
	content: "";
	display:block;
	clear:both;	
}
.glass_sale>div{
	float:left;
	width:50%;
}
.glass_purchase{
	padding-left:50px;
	box-sizing: border-box;
}
.glass_purchase>strong{
	display:block;
	text-align: right;
	line-height: 70px;
}
.glass_purchase .glass_name{
	font-size:30px;
	
}
.glass_purchase .glass_price{
	font-size:25px;
}
.price_table tr th{
	padding:10px;
	text-align: left;
}
.price_table tr td{
	padding:10px 0;
}
.price_table .glass_sel{
	width: 100%;
	height:38px;
	padding:8px;
	border:solid 1px #d7d7d7;
	-webkit-appearance: none;
	background: url(../img/sale/btn_select.png) no-repeat 96% center;
	cursor: pointer;
}
.price_table .glass_sel>option{
	padding:10px;
}
.glass_purchase .glass_sel_list{
	border-top: solid 1px #d7d7d7;
	margin-top:20px;
}
.glass_sel_list li{
	position:relative;
	width: 100%;
	font-size: 13px;
	padding:15px;
	box-sizing: border-box;
	border-bottom: solid 1px #d7d7d7;
	background-color: #fafafa;
}
.glass_sel_list li:after{
	content: '';
	display: block;
	clear: both;
}
.glass_sel_list li>*{
	float: left;
	display: block;
}
.glass_sel_list .glass_sel_name{
	width:65%;
	text-align: left;
}
.glass_sel_list .glass_sel_num{
	width:15%;
	padding-left:6%;
	-webkit-appearance: none;
	background: #fff url(../img/sale/btn_select.png) no-repeat 92% center;
	background-size:20%;
	cursor: pointer;
}
.glass_sel_list .glass_sel_price{
	width:16%;
	text-align: right;
}
.glass_sel_list .btn_sel_del{
	width:4%;
	height: 15px;
	margin-top:3px;
	font-size:0;
	background: url(../img/sale/btn_delete.png) no-repeat 5px center;
	background-size: 45%;
}
.glass_total_info{
	width: 100%;
	border-top: solid 1px #d7d7d7;
	padding: 30px 0;
	margin-top:20px;
}
.glass_total_info strong{
	display:inline-block;
	width: 50%;
	font-size: 25px;
	text-align: left;
}
.glass_total_info span{
	display:inline-block;
	width: 49%;
	font-size: 25px;
	text-align: right;
	color: #0071bc;
}
.glass_total_info .btn_purchase{
	display: block;
	width: 100%;
	font-size:25px;
	padding:20px 0;
	margin-top:30px;
	background-color: #2d2d2d;
	color:#fff;
}

/*제품 스펙*/
.glass_content{
	border: solid 1px #d7d7d7;
}
.glass_content .tech_spec{
	max-width: 1280px;
	margin: 0 auto;
	padding-bottom:80px;
}
.spec_table{
	max-width:800px;
	margin:0 auto;
	font-size: 16px;
	text-align: left;
}
.spec_table thead tr th{
	text-align: center;
	font-size: 24px;
	padding-bottom:20px;
	border-bottom:2px solid #000;
}
.spec_table tbody tr th{
	padding:13px;
	border-bottom: solid 1px #d7d7d7;
	font-weight: 600;
}
.spec_table tbody tr td{
	padding:13px 0;
	border-bottom: solid 1px #d7d7d7;
}
.spec_acc:after{
	content:'';
	display: block;
	clear: both;
}
.spec_acc li{
	float:left;
	width: 50%;
	height:300px;
	margin-top: 50px;
}

/* 주문 리스트 */
.order_list_wrap{
	width:80%;
	max-width:1280px;
	margin:0 auto;
	overflow:hidden;
	text-align: center;
	padding-bottom:80px;
}
.order_list_table{
	margin-top:15px;
	margin-bottom:80px;
}
.order_list_table thead th{
	font-size: 18px;
	background-color: #f9f9f9;
	padding:15px 20px;
	border-top: 2px solid #000;
}
.order_list_table tbody td{
	font-size: 15px;
	background-color: #fff;
	padding:15px 20px;
	border-bottom: 1px solid #d7d7d7;
}
.order_list_table .order_chek{
	text-align: left;
}
.order_list_table tbody .price{
	text-align: right;
}
.order_list_table tbody .total_price td{
	background-color: #f9f9f9;
	font-size: 16px;
	font-weight: bold;
}
.order_list_table2{
	margin-bottom:80px;
}
.order_list_table2 textarea{
	width: 100%;
	height: 100px;
	padding:5px;
}
.order_list_table2 thead th{
	font-size: 18px;
	background-color: #f9f9f9;
	padding:15px 20px;
	border-top: 2px solid #000;
	text-align:left;
}
.order_list_table2 tbody th{
	width: 8%;
	font-size: 15px;
	background-color: #fff;
	padding: 10px 10px;
	height:40px;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	text-align:left;
	font-weight: normal;
	table-layout:fixed;
	word-break:break-all;
}
.order_list_table2 tbody td{
	width: 20%;
	font-size: 15px;
	background-color: #fff;
	padding: 5px 10px;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	text-align:left;
	table-layout:fixed;
	word-break:break-all;
}
.order_list_table2 tbody td:last-child{
	border-right: none;
}
.order_list_table2 input[type="text"]{
	height: 40px;
	background-color: #ffffff;
	border: solid #dde2e4 1px;
}
.order_list_table2 select{
	width: 100%;
	height:40px;
	padding:8px;
	border:solid 1px #dde2e4;
	background: #fff url(../img/sale/btn_select.png) no-repeat 98% center;
	cursor: pointer;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
}
select::-ms-expand {
	display:none
}
.order_list_table2 input[type=radio]{
	display: none;
}
.order_list_table2 input[type=radio]+label:before{
	content:'';
	display: inline-block;
	width:20px;
	height: 20px;
	margin-right:5px;
	background: url(../img/sub/ico_radio.png) no-repeat 0 0;
	background-size:100%;
	vertical-align:middle;
	cursor: pointer;
}
.order_list_table2 input[type=radio]:checked + label:before{
	background: url(../img/sub/ico_radio.png) no-repeat 0 -20px;
	background-size:100%;
}
.order_list_table2 .order_radio{
	margin-right: 10px;
}
/*주문확인 검색폼*/
.item.search.order select{
	width: 24%;
	height: 38px;
	line-height:30px;
	padding: 4px; 
	float:left;
	margin-right:4px;
	box-sizing: border-box;
    border: 1px solid #c3c1c4;
	-webkit-appearance: none;
	background: url(../img/sale/btn_select.png) no-repeat 94% center;
	background-color: #FFFFFF;
	background-size: 14px;
	cursor: pointer;
}
.item.search.order .i_text.top_search_input{
	width:45%;
	height:38px;
	line-height:38px;
	padding:3px 10px;
	box-sizing:border-box;
	border:1px solid #c3c1c4;
	float:left;
}
.item.search.order .top_search_btn{
	width:26%;
	height:38px;
	line-height:38px;
	background-color:#434343;
	color:#fff;
	font-size:14px;
	border:0;
	float:left;
	margin-left: 2%;
	cursor:pointer;
}

/*비밀번호 팝업*/
.pup_wrap { 
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color:rgba(0, 0, 0, 0.2);
	z-index:9;
}
.pup_box {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-245px;
	margin-left:-260px;
	width:513px;
	background-color:#fff;
}
.pup_box h2 {
	display:block;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#fff;
	font-size:1rem;
	font-weight:600;
	background-color:#0071bc;

}
.pup_box h2.survey_h_tit {
	padding-top: 12px;
    line-height: 20px;
}
.pup_box h2.survey_h_tit span {
	display:block;
	font-size:.9rem;
    font-weight:normal;
}

.pup_cont {
	padding:2rem;
	text-align:center;
	box-sizing:border-box;
}
.pup_cont .pw_tit {
	padding:6rem 0 1rem;
	font-size:.95rem;
	font-weight:600;
	background:url(../img/sale/img_password.gif) no-repeat center 0; 
}
.pup_cont .pw_tit span {
	color:#ff823e;
}
.pup_bottom {
	padding:.5rem 10px;
	text-align:center;
	background-color:#f6f6f6;
}
.pup_bottom::after {
	content:"";
	display:block;
	clear:both;
}
.pup_bottom a,
.pup_bottom input[type="button"],
.btn_survey_close {
	display:inline-block;
	margin:0 2px;
	padding:0 15px;
	min-width:100px;
	height:40px;
	line-height:40px;
	color:#fff;
	font-size:.95rem;
	border:0;
	border-radius:3px;
	cursor:pointer;
}
.pup_bottom input[type="button"],
.pup_bottom a.btn_save {
	background-color:#0071bc;
}
.pup_bottom a.btn_cancel {
	background-color:#a9b5c5;
}

/*주문내역 확인*/
.order_process{
	position:relative;
	padding:50px;
}
.order_process ul:after{
	content: '';
	display:block;
	clear: both;
}
.order_process ul li{
	position:relative;
	float:left;
	width:25%;
}
.order_process ul li:after{
	content:'';
	display: block;
	position:absolute;
	top:20%;
	right:-18px;
	width: 30px;
	height: 40px;
	background: url(../img/sale/ico_arrow.png) no-repeat 0 0;
	background-size: 100%;
}
.order_process ul li:last-child:after{
	display:none;
}
.order_process .ico_process{
	width:50%;
	height:150px;
	margin:auto;
	background: url(../img/sale/ico_process01.png) no-repeat 0 0;
	background-size: 100%;
}
.order_process .order_cancel{
	width: 100%;
}
.order_process .order_cancel li{
	margin:0 auto;
	float: none;
}

/*주문내역확인 아이콘*/
.order_process .ico_process.ico_pro_01{
	background: url(../img/sale/ico_process01.png) no-repeat 0 0;
	background-size: 100%;
}
.order_process .ico_process.ico_pro_02{
	background: url(../img/sale/ico_process02.png) no-repeat 0 0;
	background-size: 100%;
}
.order_process .ico_process.ico_pro_03{
	background: url(../img/sale/ico_process03.png) no-repeat 0 0;
	background-size: 100%;
}
.order_process .ico_process.ico_pro_04{
	background: url(../img/sale/ico_process04.png) no-repeat 0 0;
	background-size: 100%;
}
.order_process .ico_process.ico_pro_05{
	background: url(../img/sale/ico_process10.png) no-repeat 0 0;
	background-size: 100%;
}
/*주문내역확인 아이콘  active*/
.order_process .ico_process.ico_pro_01.active{
	background: url(../img/sale/ico_process06.png) no-repeat 0 0;
	background-size: 100%;
}
.order_process .ico_process.ico_pro_02.active{
	background: url(../img/sale/ico_process07.png) no-repeat 0 0;
	background-size: 100%;
}
.order_process .ico_process.ico_pro_03.active{
	background: url(../img/sale/ico_process08.png) no-repeat 0 0;
	background-size: 100%;
}
.order_process .ico_process.ico_pro_04.active{
	background: url(../img/sale/ico_process09.png) no-repeat 0 0;
	background-size: 100%;
}
.order_process .ico_process.ico_pro_05.active{
	background: url(../img/sale/ico_process05.png) no-repeat 0 0;
	background-size: 100%;
}
.order_process li p{
	font-size: 18px;
	font-weight: bold;
	margin-top:20px;
}

/*주문취소 팝업창*/
/* 공지사항 글보기 레이어 팝업창 */
.order_popup{
	position:fixed;
	left:50%;
	top:50%;
	margin-left:-470px;
	margin-top:-293px;
	width:950px;
	height:650px;
	background-color:#fff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.4);
	text-align:left;
	box-sizing:border-box;
	z-index:999;
}
.order_pop_tit{
	display:block;
	height:50px;
	line-height:50px;
	font-size:18px;
	background:url(../img/sub/bg_etri_pup_tit.png) repeat-x 0 0;
	color:#fff;
	text-align:center;
	border-bottom:1px solid #ca303a;
}
.order_pop_body{
	width: 100%;
	padding: 30px;
	height: 500px;
	box-sizing: border-box;
}
.order_pop_body textarea{
	width: 100%;
	height: 100%;
	font-size:1.2em;
	padding:15px;
}
.order_pop_foot{
	text-align: center;
	margin-top: 10px;
}

/* AI기술 sub 추가 */
/* 그래머스쿨AI */
.grammar_section01{
	margin-top: 50px;
	width: 100%;
	height: 600px;
	background: url(../img/ai/grammain_bg.png) no-repeat center;
}
.grammain_area{
	display: flex;
    align-items: center;
}
.gram_imgarea{
	position: absolute;
    left: 35%;
    top: 401px;
    width: 370px;
    height: 420px;
    background: url(../img/ai/img_gramperson.png) no-repeat 0 0;
    transform: translateX(-46.5%);
    background-size: 100% 100%;
}
.gram_txtarea{
	text-align: left;
    position: absolute;
    line-height: 30px;
    top: 5.5%;
    right: 20%;
}
.gram_txtarea span{
    font-size: 36px;
    color: #fff;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 30px;
}
.gram_txtarea p{
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	margin-top: 40px;
}
.grammar_btn{
	margin-top: 0;
}
.grammar_link{
	display: inline-block;
    position: relative;
    height: 48px;
    width: 166px;
    line-height: 48px;
    padding: 0 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 7px 7px 10px 1px rgb(16 62 95 / 14%);
}
.grammar_link::before{
	content: " ";
    position: absolute;
    right: 20px;
    top: 16px;
    width: 37px;
    height: 11px;
    background: url(../img/ai/level_arrow.png) no-repeat -5px -3px;
}
.grammar_ct{
	height: 1000px;
    padding-top: 73px;
    position: relative;
    margin: 0 auto;
}
.gram_txtarea02{
	text-align: center;
}
.gram_txtarea02 span{
	display: block;
    font-size: 23px;
    font-weight: lighter;
    color: #000;
}
.gram_txtarea02 h3{
	line-height: 1.2;
    padding-top: 11px;
    font-size: 32px;
    font-weight: bolder;
    color: #6a5cf9;
}
.gram_txtarea02 p{
	line-height: 1.6;
    padding-top: 15px;
    font-size: 20px;
    color: #000;
}

.gm_ipadarea01{
	position: relative;
	top: 2%;
	width: 70%;
	height:350px;
	margin: 0 auto;
}
.gm_ipadarea01 .ipadimg01{
	position: absolute;
    left: 15%;
    top: 0;
   	width: 489px;
    height: 408px;
    background: url(../img/ai/img_gramipad01.png) no-repeat 0 0;
    background-size: 100% 100%;
}
.gm_ipadarea02{
	position: relative;
	top: 5%;
	width: 70%;
	height:400px;
	margin: 0 auto;
}
.gm_ipadarea02 .ipadimg02{
	position: absolute;
    right: 15%;
    top: 0;
   	width: 489px;
    height: 408px;
    background: url(../img/ai/img_gramipad02.png) no-repeat 0 0;
    background-size: 100% 100%;
}
.gmtest_txt01{
    position: absolute;
   	top: 20%;
    right: 24%;
    text-align: left;
}
.gmtest_txt01 p,
.gmtest_txt02 p{
	font-size:19px;
	color:#000;
	line-height: 32px;
    font-weight: normal;
}
.gmtest_txt01 span,
.gmtest_txt02 span{
	font-size:28px;
	font-weight: bold;
	color:#6a5cf9;
    line-height: 47px;
}
.gmtest_txt02{
    position: absolute;
   	top: 20%;
    left: 17%;
    text-align: left;
}
.grammar_section03{
	background: url(../img/ai/gmmid_bg.png) no-repeat 0 0;
}
.grammar_section03 .grammar_ct{
	display: flex;
    justify-content: center;
    align-items: center;
    height: 155px;
    padding-top: 0;
}
.grammar_section03 .grammar_ct p{
    font-size: 26px;
    line-height: 1.3;
    color: #fff;
}
.grammar_section04{
	background-color: #2b2666;
}
.grammar_section04 .grammar_ct{
	display: flex;
    justify-content: center;
    align-items: center;
    height: 1100px;
    padding-top: 0;
}
.gm_reportarea01 .gmreport_img01{
	position: absolute;
    left: 23%;
    top: 5%;
   	width: 433px;
    height: 406px;
    background: url(../img/ai/img_report01.png) no-repeat 0 0;
    background-size: 100% 100%;
}
.gm_reportarea02 .gmreport_img02{
	position: absolute;
    right: 23%;
    top: 50%;
   	width: 433px;
    height: 406px;
    background: url(../img/ai/img_report02.png) no-repeat 0 0;
    background-size: 100% 100%;
}
.gmreport_txt01{
	position: absolute;
    top: 12%;
    right: 24%;
    text-align: left;
}
.gmreport_txt02{
	position: absolute;
    top: 57%;
    left: 25%;
    text-align: left;
}
.gmreport_txt01 p,
.gmreport_txt02 p{
	font-size:28px;
	font-weight: bold;
	color:#fff;
    line-height: 47px;
}
.gm_subtxt{
	margin-top: 30px;
}
.gm_subtxt li span{
	display: inline-block;
    height: 44px;
    line-height: 44px;
    border: 1px solid #fff;
    border-radius: 22px;
    padding: 0 18px 0 48px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    background: url(../img/ai/gm_check.png) no-repeat 18px 50%;
    margin-bottom: 15px;
}
.grammar_section05 .grammar_ct{
	display: flex;
    justify-content: center;
    align-items: center;
    height: 1100px;
    padding-top: 0;
}
.gmtalk_img01{
	position: absolute;
    left: 20%;
    top: 6%;
   	width: 1091px;
    height: 929px;
    background: url(../img/ai/gm_iphone.png) no-repeat 0 0;
    background-size: 100% 100%;
}
.gmtalk_txt02{
	position: absolute;
    top: 12%;
    right: 24%;
    text-align: left;
}
.gmtalk_txt02 span{
	font-size:28px;
	font-weight: bold;
	color:#6a5cf9;
    line-height: 47px;
}
.gmtalk_txt02 p{
	font-size:20px;
	font-weight: normal;
	color:#000;
    line-height: 47px;
}
.gmtalk_txt02 ul li>span{
	border-color: #6a5cf9;
    font-weight: 400;
    color: #6a5cf9;
    background-image: url(../img/ai/gmcheck_purple.png);
}
.grammar_section06{
	background: url(../img/ai/grambook_bg.png) no-repeat 0 -60px;
}

.grammar_section06 .grammar_ct{
	height: 190px;
}
.gmlight_txt{
	position: absolute;
    top: 20%;
    left: 24%;
    text-align: left;
}
.gmlight_txt p{
	font-size:28px;
	font-weight: bold;
	color:#fff;
    line-height: 20px;
}
.spec_img.gm_spec {
 	width: 65%;
    height: 500px;
    background: #fff url(../img/ai/img_ny_clear02.png) no-repeat center;
    background-size: 80%;
    cursor: default;
    }
.spec_data.gm_part {
    width: 85%;
}
.spec_data.gm_part li div {
    height: 124px;
}
.spec_data.part.gm_part li .ico {
    background: url(../img/ai/gm_ico.png) no-repeat 0 0;
}
.spec_data.part li .ico.gm_ico01 {
    background-position: 0px 0px;
}
.spec_data.part li .ico.gm_ico02 {
   background-position: 0px -65px;
}
.spec_data.part li .ico.gm_ico03 {
    background-position: -0px -127px;
}
.spec_data.part li .ico.gm_ico04 {
    background-position: 0px -180px;
}

/* 뉴욕스토리 VR */
/* newyork story section1 */
.ny_left{
	position: absolute;
    left: 25%;
	text-align:left;
	line-height: 32px;
	margin: 87px auto;
	font-size: 20px;
	font-weight: bold;
}
.ny_left a{
	font-size:0;
}
.ny_left a>img{
	margin: 15px 15px 0 0;
}
.ny_left02{
	position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -29%;
    font-size: 13px;
    font-weight: normal;
    line-height: 22px;
}
.ny_right{
	position: absolute;
    right: 22%;
	text-align:left;
	line-height: 30px;
	margin: 76px auto 0px;
}
.ny_right >span{
	font-weight: bold;
	font-size: 20px;
}
.ny_right >img{
	margin-bottom:7px;
}

.ny_banner{
	position: relative;
	width:100%;
	height:516px;
	background: #16202c;
	padding:20px;
	box-sizing:border-box;
	transition:.5s;
}
.ny_banner .ny_banner_tit{
	display: block;
    font-size: 40px;
    line-height: 60px;
    color: #fff;
    margin-top: 20px;
}

.ny_logo{
    width: 150px;
    height: 170px;
    background: url(../img/ai/ny_logo.png) no-repeat center;
    background-size: 85%;
    margin: 70px auto;
}
.ny_banner .ny_banner_tit>span{
	color: #24a0fa;
}
.ny_banner >h2{
	display: block;
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
}
.ny_banner >h2>span{
	color: #24a0fa;
}
.ny_banner .ny_explain{
	position: relative;
	width: 60%;
	height: 66%;
	margin: 20px auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.ny_explain >li{
    width: 30%;
    height: 100%;
}
.ny_banner01{
	background: url(../img/ai/img_banner01.png) no-repeat center;
}
.ny_banner02{
	background: url(../img/ai/img_banner02.png) no-repeat center;
}
.ny_banner03{
	background: url(../img/ai/img_banner03.png) no-repeat center;
}
/* newyork story section2 */
.ny_number{
	position: relative;
	width:100%;
	height:580px;
	background: #fff;
	padding:20px;
	box-sizing:border-box;
	transition:.5s;
}
.ny_number .ny_number_tit{
	display: block;
    font-size: 40px;
    font-weight: bold;
    line-height: 60px;
    color: #16202c;
    margin-top: 40px;
    font-weight: bold;
}
.ny_number .ny_number_tit>span{
	color: #24a0fa;
}
.ny_number >h2{
	display: block;
    font-size: 20px;
    color: #16202c;
    margin-top: 10px;
}
.ny_number >h2>span{
	color: #24a0fa;
}
.ny_number .ny_numframe{
	position: relative;
	width: 60%;
	height: 66%;
	margin: 30px auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 50px;
}
.ny_numframe >li{
    width: 30%;
    height: 100%;
}
.ny_number01{
	background: url(../img/ai/img_ny_number01.png) no-repeat center;
}
.ny_number02{
	background: url(../img/ai/img_ny_number02.png) no-repeat center;
}
.ny_number03{
	background: url(../img/ai/img_ny_number03.png) no-repeat center;
}
.ny_number04{
	background: url(../img/ai/img_ny_number04.png) no-repeat center;
}
/* newyork story section3 */
.ny_goto{
	position: relative;
	width:100%;
	height:640px;
	background: url(../img/ai/img_ny_banner.png) no-repeat center;
    background-size: cover;
	padding:20px;
	box-sizing:border-box;
	transition:.5s;
}
.ny_goto .ny_goto_tit{
	display: block;
    font-size: 40px;
    font-weight: bold;
    line-height: 60px;
    color: #fff;
    margin-top: 30px;
    font-weight: bold;
}
.ny_goto .ny_goto_tit>span{
	color: #24a0fa;
}
.ny_goto >h2{
	display: block;
    font-size: 22px;
    color: #fff;
    margin-top: 10px;
    line-height: 30px;
}
.ny_goto >h2>span{
	color: #24a0fa;
}
.ny_goto >h2 > .ny_text_pink{
	color: #eb358c;
}
.ny_goto .ny_doframe{
	position: relative;
	width: 60%;
	height: 66%;
	margin: 30px auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.ny_doframe >li{
    width: 30%;
    height: 90%;
}
.ny_do01{
	background: url(../img/ai/img_goto01.png) no-repeat center;
}
.ny_do02{
	background: url(../img/ai/img_goto02.png) no-repeat center;
}
.ny_do03{
	background: url(../img/ai/img_goto03.png) no-repeat center;
}
/* newyork story section3 */
.ny_clear{
	position: relative;
	width:100%;
	height:473px;
	background: #fff;
	padding:20px;
	box-sizing:border-box;
	transition:.5s;
}
.ny_clear .ny_clear_tit{
	display: block;
    font-size: 40px;
    font-weight: bold;
    line-height: 60px;
    color: #16202c;
    margin-top: 40px;
    font-weight: bold;
}
.ny_clear .ny_clear_tit >span{
	color: #24a0fa;
}
.ny_clear >h2{
	display: block;
    font-size: 22px;
    color: #16202c;
    margin-top: 10px;
    line-height: 30px;
}
.ny_clear >h2>span{
	color: #24a0fa;
}
.ny_clear .ny_clearframe{
	position: relative;
	width: 60%;
	height: 66%;
	margin: 40px auto;
}

.ny_clearframe .ny_clear01{
	width: 65%;
    height: 100%;
	background: url(../img/ai/img_ny_clear02.png) no-repeat center;
    background-size: contain;
    margin: 0 auto;
}
.spec_img.ny_spec{
	width:65%;
	height:500px;
	background: #fff url(../img/ai/img_ny_spec.png) no-repeat center;
	background-size: 95%;
	cursor: default;
}
.spec_data.ny_part{
	width: 33%;
}
.spec_data.ny_part li div{
	height: 166px;
}

.ico_ny_spec01{
	position: absolute;
    top: 35%;
    left: 4%;
    display: block;
    width: 55px;
    height: 49px;
    background: url(../img/ai/ico_ny_spec01.png) no-repeat 0 0;
    background-size: 80%;
}
.ico_ny_spec02{
	position: absolute;
 	top: 35%;
    left: 4%;
    display: block;
    width: 55px;
    height: 49px;
    background: url(../img/ai/ico_ny_spec02.png) no-repeat 0 0;
    background-size: 80%;
}
.ico_ny_spec03{
	position: absolute;
 	top: 35%;
    left: 4%;
    display: block;
    width: 55px;
    height: 49px;
    background: url(../img/ai/ico_ny_spec03.png) no-repeat 0 0;
    background-size: 80%;
}
/*뉴욕스토리 - 고객문의*/
.ny_info{
	display: block;
    padding: 40px 0;
    max-width: 1280px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 40px;
}
.ny_info:after{
	content:'';
	display: block;
	clear: both;
}
.ny_info li{
	width: 33.33%;
	height: 230px;
	float:left;
	padding: 10px;
	box-sizing:border-box;
	margin-bottom:50px;
}

.pico_txt{
    font-size: 12px;
}
.ny_info li strong{
	display: block;
	font-size: 25px;
	color: #000;
	margin-bottom:20px;
}
.ny_info li strong:before{
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	margin: auto;
	margin-bottom: 10px;
	background: url(../img/ai/ico_info.png) no-repeat 0 0;
}
.ny_info li.ny_tel strong:before{
	background-position: 0 -60px;
}
.ny_info li.ny_tel p{
	font-size: 15px;
}
.ny_info li.ny_tel p.tel_num{
	font-size: 20px;
	color: #383838;
	font-weight: 600;
	margin-bottom: 8px;
}
.ny_info li.ny_tel p.tel_time{
	font-size: 18px;
	font-weight: 600;
	margin-top: 8px;
}
.ny_info li a{
	display: block;
}
.ny_info li .ny_logo_color{
	width: 210px;
	height: 100px;
	margin: 0 auto;
	font-size:0;
	background: url(../img/ai/ny_logo.png) no-repeat center;
	background-size: contain;
}
.ny_info li .ny_link{
	position:relative;
	width: 250px;
	height: 40px;
	color: #000;
    border: 1px solid #eb358c;
	background-position: 0 -20px;
	font-size: 15px;
	line-height: 40px;
	margin:10px auto 10px; /* 20px auto 10px */
}
.ny_info li .ny_link:hover{
	color:#fff;
	background-color: #eb358c;
}
.ny_info li .ny_link:after{
	content:'';
	display: inline-block;
	position:absolute;
	top:50%;
	width: 20px;
	height: 20px;
	margin-top:-12px;
	margin-left:5px;
	background: url(../img/ai/ico_link.png) no-repeat 0 -40px;
}
.ny_info li .ny_link:hover:after{
	background-position: 0 -20px;
}
.ny_info .link_goto{
	position:relative;
	width: 250px;
	height: 40px;
	color: #000;
    border: 1px solid #000;
	background-position: 0 -20px;
	font-size: 0;
	line-height: 40px;
	margin:10px auto 10px; /* 20px auto 10px */
}
.ny_info .oculus_link{
	background: url(../img/ai/logo_oculus.png) no-repeat 75px 7px;
	background-size: 40%;
}
.ny_info .steam_link{
	background: url(../img/ai/logo_steam.png) no-repeat 83px 6px;
	background-size: 35%;
}
.ny_info .pico_link{
	background: url(../img/ai/logo_pico.png) no-repeat 83px 6px;
	background-size: 35%;
}
.ny_info .ny_down a{
	position:relative;
	width: 250px;
	height: 40px;
	color: #000;
    border: 1px solid #eb358c;
	font-size: 15px;
	line-height: 40px;
	margin:auto;
	margin-bottom:10px;
}
.ny_info .ny_down a:hover{
	color:#fff;
	background-color: #eb358c;
}
.ny_info .ny_down a:after{
	content:'';
	display: inline-block;
	position:absolute;
	top:50%;
	width: 20px;
	height: 20px;
	margin-top:-12px;
	margin-left:5px;
	background: url(../img/ai/ico_down.png) no-repeat 0 -40px;
}
.ny_info .ny_down a:hover:after{
	background-position: 0 -20px;
}
/*==================*/

/* AIIT LIVE */
.live_banner{
	width:100%;
	height:55vh;
	background: url(../img/ai/bg_live_banner01.png) no-repeat center;
	background-size:cover;
	padding:20px;
	box-sizing:border-box;
	transition:.5s;
}
.live_logo{
	width:200px;
	height:90px;
	background: url(../img/ai/live_logo.png) no-repeat center;
	margin: 100px auto 0;
	font-size:0;
	background-size: 100%;
}

.live_banner_tit{
    display: block;
    font-size: 38px;
    line-height: 60px;
    color: #fff;
    text-shadow: 3px 3px 5px black;
    margin-top: 140px;
}
.live_banner_tit.blue_tit{
    color: #36afff;
}
.live_banner_explain{
	position:relative;
	display:inline-block;
	font-size: 20px;
	color:#fff;
	margin-top:20px;
	line-height: 25px;
}
.live_banner.banner_01 .live_banner_tit{
	margin-top: 0;
}
.live_banner.banner_02{
	background: url(../img/ai/bg_live_banner02.png) no-repeat center;
}
.spec_img.live_spec{
	width:65%;
	height:500px;
	background: #fff url(../img/ai/img_live_spec.png) no-repeat center;
	background-size: contain;
	cursor: default;
}
.spec_data.live_part{
	width: 33%;
}
.spec_data.live_part li div{
	height: 166px;
}

/*주요기능*/
.function_ul02.col_4 li{
	width: 25%;
}
.function_ul02.col_4 li div{
	height: 100px;
}
.tit_explain.live_explain{
	position: relative;
	padding-top: 24px;
    margin-top: 45px;
}
.tit_explain.live_explain:before{
	content: "";
    position: absolute;
    left: 50%;
    top: -20px;
    display: block;
    width: 1px;
    height: 15px;
    border-left: 1px solid #000;
}

.function_box{
	display: block;
    padding: 24px 0;
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}
.function_box:after{
	content: '';
	display: block;
	clear: both;
}
.function_box li{
	float: left;
	width: 50%;
	height: 430px;
}
	/*라이브 - 고객문의*/
.live_info{
	display: block;
    padding: 40px 0;
    max-width: 1280px;
    margin: auto;
    overflow: hidden;
}
.live_info:after{
	content:'';
	display: block;
	clear: both;
}
.live_info li{
	width: 33.33%;
	height: 230px;
	float:left;
	padding: 10px;
	box-sizing:border-box;
}
.live_info li strong{
	display: block;
	font-size: 25px;
	color: #0071bc;
	margin-bottom:20px;
}
.live_info li strong:before{
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	margin: auto;
	margin-bottom: 10px;
	background: url(../img/ai/ico_info.png) no-repeat 0 0;
}
.live_info li.live_tel strong:before{
	background-position: 0 -60px;
}
.live_info li.live_tel p{
	font-size: 15px;
}
.live_info li.live_tel p.tel_num{
	font-size: 20px;
	color: #383838;
	font-weight: 600;
	margin-bottom: 8px;
}
.live_info li.live_tel p.tel_time{
	font-size: 18px;
	font-weight: 600;
	margin-top: 8px;
}
.live_info li a{
	display: block;
}
.live_info li .live_logo_color{
	width: 210px;
	height: 100px;
	margin: 0 auto;
	font-size:0;
	background: url(../img/ai/live_logo_b.png) no-repeat center;
	background-size: contain;
}
.live_info li .live_link{
	position:relative;
	width: 250px;
	height: 40px;
	border:solid 1px #0071bc;
	font-size: 15px;
	line-height: 40px;
	margin:10px auto 10px; /* 20px auto 10px */
}
.live_info li .live_link:hover{
	color:#fff;
	background-color: #0071bc;
}
.live_info li .live_link:after{
	content:'';
	display: inline-block;
	position:absolute;
	top:50%;
	width: 20px;
	height: 20px;
	margin-top:-12px;
	margin-left:5px;
	background: url(../img/ai/ico_link.png) no-repeat 0 0;
}
.live_info li .live_link:hover:after{
	background-position: 0 -20px;
}
.live_info .live_down a{
	position:relative;
	width: 250px;
	height: 40px;
	border:solid 1px #0071bc;
	font-size: 15px;
	line-height: 40px;
	margin:auto;
	margin-bottom:10px;
}
.live_info .live_down a:hover{
	color:#fff;
	background-color: #0071bc;
}
.live_info .live_down a:after{
	content:'';
	display: inline-block;
	position:absolute;
	top:50%;
	width: 20px;
	height: 20px;
	margin-top:-12px;
	margin-left:5px;
	background: url(../img/ai/ico_down.png) no-repeat 0 0;
}
.live_info .live_down a:hover:after{
	background-position: 0 -20px;
}
/*==================*/
/* 음성인식 사업 소개 */
.spec_img.stt_spec{
	width:65%;
	height:670px;
	background: #fff url(../img/ai/img_stt_spec.png) no-repeat center;
	background-size: contain;
	cursor: default;
}
/* 음성인식 사업 소개 */
.spec_img.stt_spec2{
	width:65%;
	height:670px;
	background: #fff url(../img/ai/img_stt_spec_erp.png) no-repeat center;
	background-size: contain;
	cursor: default;
}

.cont_sub_box.stt{
	padding:0;
	background: #fff url(../img/ai/bg_stt_graph.png) no-repeat center bottom;
	overflow: hidden;
}
.stt_graph{
	padding:50px 0;
}


/* 음성인식 */
.ai_speech{
	margin-top: 50px;
}
.ai_hardware{
	margin: 30px 0;
}
.function_ul02.col_4.stt{
	padding:20px;
}
	/* ico */
.spec_data.part.live_part li .ico {
	background:url(../img/ai/ico_ai_spec.png) no-repeat 0 0;
}
.spec_data.part li .ico.live_ico01 {
	background-position:-110px -53px;
}
.spec_data.part li .ico.live_ico02 {
	background-position:-164px -53px;
}
.spec_data.part li .ico.live_ico03 {
	background-position:-215px -53px;
}
.spec_data.part li .ico.live_ico13 {
	background-position:-219px 0px;
}
.spec_data.part li .ico.live_ico14 {
	background-position:-275px -4px;
}
.spec_data.part li .ico.live_ico15 {
	background-position:0px -55px;
}
.spec_data.part li .ico.live_ico16 {
	background-position:-54px -55px;
}
.function_ul02.col_4 li{
	position:relative;
	background-color: #f9f9f9;
}
.function_ul02.col_4 li .ico {
	position:absolute;
	top:5%;
	left:50%;
	display:block;
	margin-left:-31px;
	width:55px;
	height:49px;
	background:url(../img/ai/ico_ai_spec.png) no-repeat 0 0;
}
.function_ul02.col_4 li .live_ico05{
	background-position:-271px -48px;
}
.function_ul02.col_4 li .live_ico06{
	background-position:0px -95px;
}
.function_ul02.col_4 li .live_ico07{
	background-position:-54px -95px;
}
.function_ul02.col_4 li .live_ico08{
	background-position:-106px -95px;
}

.function_ul02.col_4 li .live_ico10{
	background-position:-51px 3px;
}
.function_ul02.col_4 li .live_ico11{
	background-position:-114px 0;
}
.function_ul02.col_4 li .live_ico12{
	background-position:-161px 3px;
}

/* 스마트 국방 */
.spec_box .smart_ai_box img{
	width: 100%;
}
.cont_sub_box.xr_tech{
	margin-top:0;
}
.spec_box .smart_xr_box ul:after{
	content: '';
	display: block;
	clear:both;
}
.spec_box .smart_xr_box li{
	float: left;
	width: 48%;
	margin-right: 2%;
}
.spec_box .smart_xr_box li img{
	width: 100%;
}
.spec_box .smart_xr_box li:last-child{
	margin-right: 0;
}
.spec_box .smart_xr_box li p{
	font-size:18px;
	font-weight: bold;
	margin-top: 12px;
}
.smart_army{
	margin: 30px 0;
}
	/* 사업분야 확대 그래프 */
.smart_graph_box{
	margin: 60px auto;
    max-width: 1280px;
}
.smart_graph_box:after{
	content: '';
	display: block;
	clear: both;
}
.smart_graph_box div{
	float: left;
}
.smart_graph_box div img{
	width: 100%;
}
.smart_graph_box .xr_ar{
	width: 65%;
}
.smart_graph_box .arrow{
	width: 10%;
	height:85vh;
	background:url(../img/ai/ico_smart_arrow.png) no-repeat center;
	background-size: 100%;
}
.smart_graph_box .army{
	width: 25%;
	padding-top:250px;
}
/*===================aI기술 sub 추가======================*/

/*===================개인정보처리방침======================*/
.policy_head{
	position: relative;
    width: 60%;
    height: 200px;
    box-sizing: border-box;
    margin: 0 auto;
    border-bottom: 2px solid #7f7f7f;
}
.policy_head h2{
	display: block;
    padding-top: 4.3em;
    font-size: 30px;
    font-weight: bold;
    line-height: 37px;
    color: #000;
    text-align: left;
    margin-bottom: 15px;
    font-weight: bold;
}
.policy_head p {
    width: 500px;
    font-size: 24px;
    line-height: 24px;
    color: #000;
    font-weight: bold;
}
.policy_content{
	position: relative;
    width: 60%;
    height: auto;
    box-sizing: border-box;
    margin: 0px auto 170px auto;
  }
.policy_content h2{
	margin-top: 60px;
	margin-bottom: 25px;
    font: 26px ;
}
.policy_content p{
	font-size: 17px;
	line-height: 27px;
	color: #000;
}
.policy_content .policy_en{
	margin:110px 0;
	font-weight:bold;
	letter-spacing: 0px;
}




