/* header */
#header{
	position:absolute; 
	top:0; 
	left:0; 
	width:100%; 
	height:100px; 
	z-index:10000; 
	-webkit-transition:all 0.5s; 
	-moz-transition:all 0.5s; 
	transition:all 0.5s;
	background:#fff;
}
#header:after {
	content:'';
	position:absolute;
	left:0px;
	width:100%;
	height:1px;
	background:#fff;
	bottom:0px;
	opacity:0.2;
	z-index:-1;
}
#header .header{
	max-width:1580px; margin:0 auto; box-sizing:border-box;
}
#header .header h1{
	float:left; margin-top:28px;
}
#header .header h1 a {	
	display:block; 
	width:234px; 
	height:45px; 
	text-indent:-99999px; 
	background:url('../img/common/logo_on.png') no-repeat 0 0;
}
#header .header .h_top{
	float:right;
}
#header .header .h_top #gnb {
	float:left;
	margin-right:520px;
}
#header .header .h_top #gnb:after{
	content:''; display:block; clear:both;
}
#header .header .h_top #gnb > li {
	float:left; margin-left:106px;
}
#header .header .h_top #gnb > li > a {
	display:block; 
	line-height:100px; 
	font-size:19px; 
	color:#000; 
	font-family: 'Noto Sans KR', sans-serif;	
	font-weight:500;
}
#header .header .h_top #gnb > li > a:hover {
	color:red;
}
#header .header .h_top #gnb > li.main_select > a {
	color:#006fd6;
}
#header .header .h_top #gnb > li > div {
	display:none; position:absolute; top:100px; left:0; width:100%; background:#edeff1;
}
#header .header .h_top #gnb > li > div > ul {
	max-width:1400px; margin:0 auto; font-size:0; text-align:right;
}
#header .header .h_top #gnb > li > div > ul > li {
	display:inline-block; 
	padding-left:40px;
}
#header .header .h_top #gnb > li > div > ul > li:first-child {
	padding-left:0;
}
#header .header .h_top #gnb > li > div > ul > li > a {
	display:block; color:#666666; font-size:15px; 
	font-family: 'Noto Sans KR', sans-serif;	 font-weight:300; 
	line-height:80px; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; transition:all 0.3s;
}
#header .header .h_top #gnb > li > div > ul > li > a:hover {
	color:#006fd6;
}
#header .header .h_top #gnb > li > div > ul > li > a br {
	display:none
}
#header .header .h_top #gnb > li > #subSet1 > ul > li:last-child {
	padding-right:755px;
}
#header .header .h_top #gnb > li > #subSet2 > ul > li:last-child {
	padding-right:428px;
}
/*
#header .header .h_top #gnb > li > #subSet3 > ul > li:last-child {
	padding-right:684px;
}
*/
#header .header .h_top #gnb > li > #subSet4 > ul > li:last-child {
	padding-right:440px;
}
#header .header .h_top #gnb > li > #subSet5 > ul > li:last-child {
	padding-right:470px;
}
#header .header .h_top .lang {
	position:absolute;
	right:10vw;
	top:40px;
}
#header .header .h_top .lang > a { 
	display:inline-block; box-sizing:border-box; 
	font-size:12px;
	color:#000;
	font-family: 'Noto Sans KR', sans-serif;
	opacity:0.6;
}
#header .header .h_top .lang > a:nth-child(1) {
	margin-right:18px;
}
#header .header .h_top .lang > a.gnb_lang_on {
	opacity:1;
	border-bottom:2px solid #000;	
}
#header .header .h_top .lang span {
	display:inline-block; 
	color:#fff; 
	font-size:14px; 	
	font-weight:200;
}
#header.on{
	background:#fff; 
	/* position:fixed; */
}
#header:hover .header h1 a {		
	background:url('../img/common/logo_on.png') no-repeat 0 0;
}
#header:hover .header .h_top #gnb > li > a, #header:hover .header .h_top .lang > a {
	color:#231f20;
}
#header .header .h_top #gnb > li > a:hover{
	color:#006fd6; 
}
#header .header .h_top .lang a:hover{
	color:#006fd6; 
}
#header:hover .header .h_top .lang > a.gnb_lang_on {
	border-bottom:2px solid #231f20	
}
#header .header .h_top .lang > a:hover.gnb_lang_on {
	border-bottom:2px solid #006fd6;
}
#header:hover .header .h_top .lang > a span {
	color:#231f20;
}
#nav {
	display:none;
}
.btn_nav {
	display:none;
}
#header.on{
	background:#fff; position:fixed;
}
/* PC */
@media all and (min-width:1025px){
	#header:hover{
		background:#fff; 
		/* position:fixed; */
	}	
}

/* 모바일 메뉴 */
#nav {
	display:none;
}
.btn_nav {
	display:none;
}
.btn_nav{
	display:none; position:absolute; right:10px; 
	z-index:200; text-indent:-99999px; width:24px; height:17px; 
	background:url('../img/main/btn_nav02.png') no-repeat 0 0; background-size:24px 17px;
	border:0px;
}
.btn_nav.active{
	position:fixed; background-image:url('../img/main/btn_close02.png'); 
	width:19px; height:19px; top:20px; background-size:19px;
}

@media all and (max-width:1600px) {	
	.btn_nav {
		outline:none; 
		display:block; position:absolute; 
		top:28px; right:15px; width:29px; height:16px; text-indent:-9999px; z-index:1000000; 
		padding:0; 
		background:none; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; 
		transition:all 0.3s;
		border:0px;				
	}
	.btn_nav *{-webkit-transition:all 0.3s; -moz-transition:all 0.3s; transition:all 0.3s;}
	.btn_nav span{display:block; position:relative; float:left; height:2px; width:100%; background-color:#231f20;}
	.btn_nav .barType_2{margin-top:5px;}
	.btn_nav .barType_3{margin-top:5px;}
	.btn_nav.active{position:fixed; top:12px; height:50px;}
	.btn_nav.active .barType_1{
		transform:rotate(135deg); -ms-transform:rotate(135deg); -webkit-transform:rotate(135deg); -moz-transform:rotate(135deg); margin-top:0;
	}
	.btn_nav.active .barType_2{opacity:0}
	.btn_nav.active .barType_3{transform:rotate(-135deg); -ms-transform:rotate(-135deg); -webkit-transform:rotate(-135deg); -moz-transform:rotate(-135deg); margin-top:-9px;}	
	.lnb_lang {		
		right:20%;		
	}
	/* nav */
	#nav	{
		display:none; position:fixed; top:70px; left:0; width:100%; 
		height:calc(100% - 50px); z-index:200; background:#edeff1;
		z-index:10000;
	}
	#nav .nav {
		position: absolute;		
		width:100%;
		height: 100%;	
		background: #edeff1;	
		max-width:100%;	
		padding-top: 0px;
	}
	#nav .menu{box-sizing:border-box; padding:25px;}
	#nav .menu > li{margin-top:5px;}
	#nav .menu > li:first-child{margin-top:0}
	#nav .menu > li > a{display:block; color:#231f20; font-size:17px; line-height:44px; font-family:'Montserrat', sans-serif; font-weight:700; position:relative}
	#nav .menu > li > a:after{content:''; width:10px; height:6px; background:url('../img/common/menu_arr.png') no-repeat 0 0; background-size:10px 6px; position:absolute; top:50%; right:0; margin-top:-3px;}
	#nav .menu > li > a.on{color:#006fd6}
	#nav .menu > li > a.on:after{background-image:url('../img/common/menu_arr_on.png')}
	#nav .menu > li > ul{display:none; box-sizing:border-box; border-top:2px solid #e1e1e1; padding:20px 10px}
	#nav .menu > li > ul > li{margin-top:10px;}
	#nav .menu > li > ul > li:first-child{margin-top:0;}
	#nav .menu > li > ul > li > a{display:inline-block; color:#231f20; font-size:12px; font-family:'Montserrat', sans-serif;}	
	#header {
		background: #fff;		
		height:70px;
	}
	#header .header h1 {    
	    margin-top:25px;
		margin-left:10px;
	}
	#header .header .h_top .lang > a {			
		color: #000;	
	}
	#header .header .h_top .lang {		
		right:70px;
		top: 28px;
	}
	#header .header .h_top .lang > a:nth-child(1) {
		margin-right: 8px;
	}
}




/* 메인 비쥬얼 */
.main_visual { 
	width:100%;
	position:relative; 
	overflow:hidden;
}
.main_visual .slide { 
	position:relative; 	
}
.main_visual .slide li {
	position:relative; 	
}
.main_visual .slide .img { 
	height:100vh;
	background-size:cover !important;
}
.main_visual .slide .slick-prev {
	position:absolute;	
	left:60px;	
	font-size:0px;
	top:50%;
	transform:translateY(-50%);
	background:url('../img/main/visual_arrow01.jpg') left top no-repeat;
	width:55px;
	height:55px;
	border:0px;
	z-index:1;
}
.main_visual .slide .slick-next {
	position:absolute;	
	right:60px;
	top:50%;
	transform:translateY(-50%);
	font-size:0px;
	background:url('../img/main/visual_arrow02.jpg') left top no-repeat;
	width:55px;
	height:55px;
	border:0px;
	z-index:1;
}
.main_visual_txt {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);	
	width:100%;
	text-align:left;	
	z-index:100;
}
.main_visual_txt_dl {	
	max-width:1400px;
	margin:0 auto;
}
.main_visual_txt_dl dt {
	font-family: 'Noto Sans KR', sans-serif;	
	color:#fff;
	font-weight:600;
	letter-spacing:-2px;	
}
.slide .main_visual_txt_dl dt p:nth-child(1) {
	position:relative;
	letter-spacing:-5px;	
	display:inline-block;
	z-index:1;		
	opacity:0; 
	font-size:28px;
	transform:translateY(-35px); 	
	letter-spacing:-0.5px;
	-webkit-transition:all 0.8s 0.1s ease-out; -moz-transition:all 0.8s 0.1s ease-out; transition:all 0.8s 0.1s ease-out;
}
.slide .slick-active .main_visual_txt_dl dt p:nth-child(1) {
	opacity:1; 
	transform:translateY(0);		
}
.main_visual_txt_dl dt p:nth-child(2) {
	z-index:1;		
	opacity:0; 
	position:relative;			
	line-height:50px;	
	letter-spacing:-4px;
	margin-top:5px;	
	font-size:45px;
	transform:translateY(-35px); 	
	line-height:55px;
	-webkit-transition:all 0.8s 0.2s  ease-out; -moz-transition:all 0.8s 0.2s ease-out; transition:all 0.8s 0.2s ease-out
}
.slide .slick-active .main_visual_txt_dl dt p:nth-child(2) {
	opacity:1; transform:translateY(0);		
	font-weight:400;
}
.slide .reset-animation .main_visual_txt_dl dt p:nth-child(1) {
	-webkit-transition:none; -moz-transition:none; transition:none;	
}
.slide .reset-animation .main_visual_txt_dl dt p:nth-child(2) {
	-webkit-transition:none; -moz-transition:none; transition:none;
}
.visual_blue_line {
	display:block;
	position:absolute;
	bottom:6px;
	left:7px;
	width:100%;
	height:16px;
	background:#0054a7;
	z-index:-1;
}
.main_visual_txt_dl dd {
	font-size:22px;
	color:#fff;
	margin-top:25px;
	letter-spacing:-1px;
	opacity:0; 
	font-weight:300;
	transform:translateY(-35px); 	
	-webkit-transition:all 0.8s 0.4s ease-out; -moz-transition:all 0.8s 0.4s ease-out; transition:all 0.8s 0.4s ease-out
}
.slide .slick-active .main_visual_txt_dl dd {
	opacity:1; transform:translateY(0);
}
.slide .reset-animation .main_visual_txt_dl dd {
	-webkit-transition:none; -moz-transition:none; transition:none;
}
.font_bold {
	font-weight:600;
}
.yellow_colorTxt {
	color:#fdd65a;
}

/* 메인 비쥬얼 반응형 */
@media all and (max-width:1280px) {
	.main_visual .slide .img { 
		min-height:400px; 	
	}
	.main_visual_txt {
		position:absolute;
		top:0%;
		margin-top:80px;
		left:0%;
		margin-left:0px;
		width:100%;
		text-align:center;
	}
}
@media all and (max-width:960px) {

	.main_visual_txt_dl dt {		
		font-size:30px;
		color:#fff;		
		line-height:40px;	
		letter-spacing:0px;
	}
	.visual_blue_line {		
		position:absolute;
		bottom:0px;
		left:3px;		
		height:8px;		
	}
	.slide .main_visual_txt_dl dt p:nth-child(2) {		
		font-size:24px;		
	}
	.slide .slick-active .main_visual_txt_dl dt p:nth-child(2) {
		line-height:35px;
		margin-top:20px;
	}
	.slide .slick-active .main_visual_txt_dl dd {
		padding:0px 10px;
	}
	.slide .main_visual_txt_dl dt p:nth-child(3) {		
		font-size:20px;
		margin-top:0px;
	}
	.main_visual_txt_dl dd {
		font-size:15px;		
		margin-top:15px;	
	}
	.main_visual .slide .img {
		height: 70vh;		
	}
	.main_visual .slide .slick-prev {		
		bottom:50px;
		left:50%;
		margin-left:-50px;
		font-size:0px;
		background:url('../img/main/m_prev.png') left top no-repeat;
		background-size:40px 40px;
		width:40px;
		height:40px;	
	}
	.main_visual .slide .slick-next {		
		bottom:50px;
		left:50%;
		margin-left:0px;		
		background:url('../img/main/m_next.png') left top no-repeat;
		background-size:40px 40px;
		width:40px;
		height:40px;	
	}
}


/* 메인 사업 소개 */
.main_business_wrap {
	margin:90px 0px;
}
.main_business_wrap02 {
	margin:0px 0px;
	padding:90px 0px;
	background:#f3f3f3;	
}
.main_vidoe {
	padding:56.25% 0 0 0;position:relative;
	margin-top:30px;
}
.main_business_contents {
	max-width:1500px;
	margin:0 auto;
	text-align:center;
}
.main_title {
	font-size:44px;
	color:#2b4973;
	font-weight:800;
}
.main_subTxt {
	font-size:19px;
	color:#303d50;
	letter-spacing:-1px;
	margin-top:20px;
	line-height:31px;	
}
.main_business_ul {
	display:flex;
	flex-wrap:wrap;
	margin-top:55px;
}
.main_business_ul li {
	position:relative;
	width:33.33333333%;
}
.main_business_ul li img {
	width:100%;
}
.main_business_text {
	position:absolute;
	bottom:40px;
	left:40px;
	font-size:20px;
	color:#ffffff;
	font-weight:700;
}
.main_business_text span {
	position:absolute;
	left:0px;
	top:-30px;
	font-size:18px;
	color:red;
	font-weight:500;
	width:100px;
	text-align:left;
}
.main_business_text:before {
	content:'';
	position:absolute;
	width:23px;
	height:1px;
	background:#fdd65a;
	right:-37px;
	top:50%;
	margin-top:1px;
}

/* 메인 공지사항 글 */
.main_notice_wrap {
	background:#f3f3f3;	
	padding:90px 0px;
}
.main_notice_contents {
	max-width:1500px;
	margin:0 auto;
	text-align:center;
}


/*  서브 비쥬얼 */
.sub_visual {
	position:relative;
	height:558px;
	overflow:hidden;	
	width:100%;
}
.sub_visual img {
	
}
.sub_visual_txt {
	position:absolute;
	top:50%;
	left:50%;	
	width:100%;
	transform:translate(-50%, -30%);
	text-align:left;
}
.sub_visual_dlTxt {
	max-width:1400px;			
	color:#fff;	
	margin:0 auto;
}
.sub_visual_dlTxt dt {
	font-size:32px;
	letter-spacing:-2px;
}
.sub_visual_dlTxt dd {
	font-size:60px;
	letter-spacing:-1px;
	font-weight:700;
}

/* 회사소개 */
.sub_company_top {
	background:#fafafa;
	text-align:center;
	padding:110px 0px 20px 0px;
}
.sub_company_top02 {
	background:#fff;
	text-align:center;
	padding:80px 0px 0px 0px;
}
.sub_comapny_top_dl dt {
	font-size:45px;
	color:#000000;
	letter-spacing:-1px;
	font-weight:700;
}
.sub_comapny_top_dl dd {
	font-size:16px;
	color:#000000;
	letter-spacing:0px;	
	margin-top:20px;
}
.sub_comapny_top_dl02 {
	border-bottom:2px solid #333;
	max-width:1080px;
	margin:0 auto;
}
.sub_comapny_top_dl03 dt {
	color:#f6cc47;
	font-size:25px;
}
.sub_comapny_top_dl03 dd {	
	font-size:36px;
	font-weight:600;
	color:#222222;
	margin-top:10px;
}
.web_block {
	display:block;
}
.sub_greeting_wrap {
	max-width:1280px;
	margin:90px auto 0 auto;
	text-align:left;
	font-size:38px;
	font-weight:700;
	line-height:53px;
	letter-spacing:-1px;	
}
.sub_company_bottom {
	position:relative;
	max-width:1280px;
	margin:90px auto 0 auto;
	font-size:18px;
	line-height:28px;
	color:#444444;	
}
.sub_company_ceoImg {
	position:absolute;
	right:0px;
	top:-250px;
}
.sub_wrap {
	margin-bottom:150px;
}
.sub_wrap02 {
	margin-bottom:0px;
}

/* 회사연혁 */
.sub_tap_menu {	
	border-bottom:1px solid #eeeeee;
}
.sub_tap_menu_ul {
	display:flex;
	max-width:1000px;
	margin:0 auto;
}
.sub_tap_menu_ul li {
	flex:1;
	text-align:center;
}
.sub_tap_menu_ul li a {
	position:relative;
	padding:25px 0px;
	display:inline-block;
	width:100%;
	height:100%;
	font-size:24px;
	font-weight:700;
	letter-spacing:-1px;
}
.sub_tap_menu_ul li a:before {
	content:'';	
	position:absolute;
	left:0px;
	top:0px;
	width:1px;
	height:35%;
	background:#eeeeee;
	left:0px;	
	top:50%;
	transform:translateY(-50%);
}
.sub_tap_menu_ul li:first-child a:before {
	display:none;
}
.sub_tap_menu_ul li.sub_tap_menu_li_on a:after {
	content:'';	
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:2px;
	background:#f6cc47;
	left:0px;			
}
.sub_summary_wrap {
	position:relative;
	max-width:1280px;
	margin:110px auto;
}
.sub_summary_wrap:before {
	content:'';
	height:100%;
	width:1px;
	background:#e4e4e4;
	position:absolute;
	top:40px;
	left:26%;	
}
.sub_history_wrap li {
	margin-bottom:100px;
}
.sub_history_dl {
	display:flex;
}
.sub_history_dl dt {
	width:30%;
	font-size:60px;
	font-weight:600;
	letter-spacing:-2.5px;
}
.sub_history_dl dt span {
	display:block;
}
.sub_history_year {
	color:#e0e0e0;
}
.sub_history_title {
	position:relative;
	font-size:44px;
	font-weight:700;
	letter-spacing:-1px;	
	display:inline-block;
}
.sub_history_title:before {
	position:absolute;
	content:'';
	height:30%;
	width:100%;
	bottom:0px;
	left:0px;
	background:#f6cc47;
	z-index:-1;
}
.sub_history_title:after {
	position:absolute;
	content:'';
	width:17px;
	height:17px;
	background:url('../img/sub/history_icon01.png') left top no-repeat;
	left:-60px;
	top:50%;
	transform:translateY(-50%);
}
.sub_history_summary_wrap {
	font-size:18px;
	color:#000000;
	font-weight:300;
	margin-top:27px;
}
.sub_history_summary_text {
	position:relative;
	padding-left:83px;
	margin-bottom:30px;
	max-width:750px;
}
.sub_history_summary_text:after {
	position:absolute;
	content:'';
	width:8px;
	height:8px;
	border-radius:8px;	
	background:#000;
	left:-56px;
	top:50%;
	transform:translateY(-50%);
}
.sub_history_summary_text span {
	position:absolute;
	left:0px;
	font-weight:600;
	letter-spacing:-1px;	
}
.sub_summary_wrap02:before {
	display:none;
}
.sub_history_product_wrap li {
	display:flex;
	border-bottom:1px solid #ddd;
	padding-bottom:80px;
	margin-bottom:70px;
}
.sub_history_product_wrap li p.sub_history_title {	
	height:auto;
	font-size:37px;
	position:absolute;
	left:0px;	
}
.sub_history_product_wrap li p.sub_history_title:after {
	display:none;
}
.sub_history_product_wrap li .sub_history_summary_wrap {
	margin-top:0px;		
	padding-left:50%;
}
.sub_history_product_wrap li .sub_history_summary_wrap .sub_history_summary_text {
	padding-left:0px;
	font-size:24px;
	letter-spacing:-1px;
	margin-bottom:5px;
	
}
.sub_history_product_wrap li .sub_history_summary_wrap .sub_history_summary_text span {
	position:relative;
	margin-right:0px;
}
.sub_history_product_wrap li .sub_history_summary_wrap .sub_history_summary_text:after {
	display:none;	
}
.sub_history_typeTitle {
	font-size:24px;
	color:#2c5099;
	font-weight:700;
	margin-bottom:5px;
}
.sub_history_typeTitle02 {
	margin-top:25px;
}

/* 연구개발 */
.sub_rnd_wrap {
	max-width:1200px;
	margin:140px auto 0px auto;
	position:relative;
}
.sub_rnd_title_ul {
	position:relative;
}
.sub_rnd_title_ul li:nth-child(1) p {
	font-size:60px;
	color:#000000;
	font-weight:600;
	letter-spacing:-1px;
	line-height:86px;
}
.sub_rnd_title_ul li:nth-child(2) {
	position:absolute;
	right:0px;
	top:0px;
	text-align:right;
	width:60%;
	height:100%;
}
.sub_rnd_title_ul li:nth-child(2):before {
	content:'';
	position:absolute;
	bottom:20px;
	right:0px;
	width:100%;
	height:2px;
	background:#897b71;
}
.sub_rnd_text01 {
	font-size:30px;	
	font-weight:600;
	letter-spacing:-1px;	
}
.sub_rnd_text02 {
	font-size:70px;
	font-weight:600;
	letter-spacing:-1px;	
	line-height:70px;
	margin-top:10px;
}
.sub_rnd_img {
	margin-top:80px;
}
.sub_rnd_img img {
	width:100%;
}
.sub_rnd_detailTxt {
	font-size:21px;
	color:#000;
	letter-spacing:-0.5px;
	margin-top:50px;
	line-height:36px;
	word-break:keep-all;
}
.sub_rnd_tech {
	background:#f1f1f1;
	margin-top:50px;
	padding:50px 0px;
}
.sub_rnd_tech dl {
	max-width:85%;
	margin:0 auto;
}
.sub_rnd_tech dl dt {
	font-size:28px;
	color:#000;
	text-align:center;
	letter-spacing:-1px;
	font-weight:600;	
}
.sub_rnd_tech dl dd {	
	text-align:center;
	padding-left:100px;
	margin-top:40px;
	font-size:20px;
	font-weight:300;
	letter-spacing:-0.5px;
}
.sub_rnd_tech dl dd p {
	margin-bottom:15px;
	display:inline-block;
	text-align:left;
	width:70%;
}
.sub_rnd_tech dl dd p:last-child {
	margin-bottom:0px;
}
.sub_rnd_tech dl dd p span {
	display:inline-block;
	font-weight:500;	
	margin-right:50px;
}
.sub_rnd_tech02 {
	background:#fff;
	margin-top:50px;
	padding:0px 0px;
}
.sub_rnd_tech dl dt {	
	text-align:left;	
}
.sub_rnd_tech dl dd {		
	padding-left:0px;
	margin-top:20px;	
	font-weight:300;
}
.sub_rnd_tech dl dd p {
	margin-bottom:15px;	
	width:100%;
}


/* 메인 공지사항 연동 */
.lat .lat_title, .sv_member, .lat .lt_more, .lat li .new_icon {
	display:none;
}
.lat {
	background:transparent;
	margin-top:45px;
}
.lat ul {
	max-width:1400px;
	margin:0 auto;	
	display:flex;
	padding:0px;	
}
.lat ul li {
	position:relative;	
	border-top:2px solid #43423d;
	border-bottom:1px solid #e8e8e8;	
	background:transparent;
	margin-bottom:0px;
	width:33%;
	border-left:0px;
}
.lat ul li:first-child {
	position:relative;	
	border-bottom:0px;
	background:transparent;
	border-bottom:1px solid #e8e8e8;	
	width:32%;
	border-left:0px;
	margin-right:3%;
}
.lat ul li:last-child {	
	margin-bottom:0px;
}
.lat ul li a {
	position:relative;
	display:inline-block;
	padding:70px 0px 30px 0px;
	width:100%;
	height:100%;
	font-size:23px;
	color:#303d50;
	letter-spacing:-1px;
	font-weight:500;
	text-align:left;
	width:91%;
	overflow:hidden;	
	line-height:30px;
}
.lt_info {
	position:absolute;
	left:25px;
	top:30px;
	font-size:15px;
	font-weight:300;	
}
.lt_info .lt_date {	
	letter-spacing:0px;
	color:#adafaf;
}




/* 푸터 */
#ft {
    background: #2a4770;    
	padding:55px 0px;
}
.footer_wrap_contents {
	max-width:1580px;
	margin:0 auto;
	text-align:left;
}
.footer_logo {
	position:absolute;
}
.footer_copy_wrap {
	margin-left:320px;
	color:#fff;
	font-size:15px;
	font-weight:300;
}
.footer_factory_wrap {
	margin-top:13px;	
}
.footer_factory_dl {
	display:flex;
} 
.footer_factory_dl dt {
	height:30px;
	border:1px solid #fff;
	width:100px;
	text-align:center;
	line-height:27px;
	border-radius:26px;
	font-size:13px;
}
.footer_factory_dl dd {
	position:relative;
	margin-left:14px;
	top:3px;
}
.footer_factory_dl02 {
	margin-top:8px;
}
.footer_text02 {
	margin-top:15px;
	font-size:13px;
	font-weight:200;
	letter-spacing:0px;
}
.web_block {
	display:block;
}


/* 메인 동영상 */
.all_blackBG {
	position:fixed; 
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	opacity:0.9;
	background:#000;
	z-index:100000;
}
.video_close {
	/*
	position:absolute;
	right:-13px;
	top:-40px;
	z-index:1000000;	
	cursor:pointer;
	*/
}
.video_close img {	
	width:55%;
}
.video_show {
	font-size:16px;
	border:1px solid #ddd;
	border-radius:10px;
	padding:13px 20px;
	display:inline-block;
	cursor:pointer;	
	margin-top:16px;
	background:#090909;
	letter-spacing:0px;
	
}
.video_show:hover {
	background:#0b2e60;
}
.video_area01 {
    position: fixed;
	left:50%;
	top:50%;   	
	width:70%;
	z-index:1000000;	
	transform:translate(-50%, -50%);	
}
.video_area01 video {	
	position:relative;
	left:0px;
	top:0px;		
	width:100%;
}
.bottom {	
	position:absolute;
	right:0px;
	top:-30px;
	z-index:1000000;	
	color:#fff;	
	padding-right:30px;
	font-size:11px;
}
#close-check {
	position:relative;
	top:1px;
}
.popclose { 
	position:absolute;
	right:0px;
	top:1px;	
	width:30px;
	text-align:right;
	height:25px;
	cursor:pointer;
	
}


/* 반응형*/
@media all and (max-width:1600px) {
    .pc_show {
        display: none;
    }
	#header h1.h1_2 {
		left:5px;
	}

    .m_show {
        display: block;
    }

    #HEADER_WRAP {
        height: 60px;
        background: #fff;
    }

    #header h1 {
        height: 31px;
    }

    #header h1 a {
        width: 131px;
        height: 31px;
        background-image: url("../img/common/logo.jpg");
        background-size: 131px 31px;
    }

    #header #gnb {
        display: none;
    }

    #header #search {
        display: none;
    }

    .btn_nav {
        display: block;
    }

    #HEADER_WRAP #gnb {
        display: none;
    }

    #HEADER_WRAP h1 {
        margin-top: 20px;
    }

    #HEADER_WRAP h1 a img {
        width: 110px;
        margin-left: 10px;
    }
	#header .header h1 a {
		background: url(../img/common/logo_on.png) no-repeat 0 0;
		background-size:150px auto;
	}
	#header:hover .header h1 a {		
		background: url(../img/common/logo_on.png) no-repeat 0 0;
		background-size:150px auto;
	}
	#header .header .h_top .lang > a.gnb_lang_on {		
		border-bottom: 2px solid #000;
	}
	.main_visual {
		margin-top:70px;
	}
	.web_block {
		display:none;
	}
	.sub_company_ceoImg {
		position: relative;
		right: 0px;
		top: 0px;
	}
	.sub_greeting_wrap {    
	    margin: 30px auto 0 auto;
		padding:0px 20px		
	}
	.sub_company_bottom {				
		font-size: 16px;
		line-height: 28px;		
		padding:0px 20px;
		margin:20px 0px;
		word-break:keep-all;
	}
	.sub_history_product_wrap li {
		display: block;
		border-bottom: 1px solid #ddd;
		padding-bottom: 80px;
		margin-bottom: 70px;
	}
	.sub_history_product_wrap li p.sub_history_title {		
		position: relative;
		left: 0px;
	}
	.sub_history_product_wrap li .sub_history_summary_wrap {		
		padding-left: 0%;
		margin-top:20px;
	}
}

@media all and (max-width:1280px) {
	.main_visual_txt {
		transform: translate(0%, 0%);
	}
	.main_visual_txt_dl {
		max-width: 100%;
		margin: 0 auto;
		text-align:center;
		
		left:0px;
		top:0px;
	}
	.footer_logo {
		position: relative;
		text-align:center;
	}
	.footer_copy_wrap {
		margin-left:0px;
		margin-top:20px;			
		font-weight: 300;
		padding:0px 15px;		
		word-break:keep-all;
	}
	.footer_factory_dl {
		display:block;
		margin-bottom:15px;
	}
	.sub_visual_txt {		
		top: 50%;
		left: 50%;
		width: 100%;
		transform: translate(-50%, -10%);		
		padding:0px 15px;
	}
	.sub_visual {		
		height: 300px;			
	}
	.sub_visual_dlTxt dt {
		font-size: 25px;		
	}
	.sub_visual_dlTxt dd {
		font-size: 40px;		
	}
	.sub_history_dl {
		display: block;
	}
	.sub_history_wrap {
		padding:0px 20px;
	}
	.sub_history_dl dt span {
		display: inline-block;
	}
	.sub_summary_wrap:before {
		display:none;
	}
	.sub_history_dl dt {
		width: 100%;
		font-size: 60px;
		font-weight: 600;
		letter-spacing: -2.5px;
	}

}

@media all and (max-width:980px) {	
	.video_area01 {		
		width:90%;		
	}
	.video_close {		
		right: -19px;
		top: -30px;
		z-index: 1000000;
		cursor: pointer;
	}
	.video_close img {
		width: 50%;
	}
	.sub_rnd_tech {		
		margin-top: 30px;
		padding: 30px 0px;
	}
	.sub_rnd_tech dl dd {				
		font-size: 16px;	
		word-break:keep-all;
	}
	.sub_wrap {
		margin-bottom: 50px;
	}
	.sub_rnd_tech dl dd p span {
		display: block;		
		margin-right: 50px;
	}
	.sub_rnd_tech dl dt {
		font-size: 20px;		
	}
	.sub_rnd_wrap {		
		margin: 40px auto 0px auto;
		position: relative;
	}
	.sub_rnd_title_ul {
		position: relative;
		padding:0px 20px;
	}
	.sub_rnd_text01 {
		font-size: 25px;		
	}
	.sub_rnd_img {
		margin-top: 40px;
		padding:0px 20px;
	}
	.sub_rnd_detailTxt {
		font-size: 16px;		
		margin-top: 20px;
		line-height: 26px;
		word-break: keep-all;
		padding:0px 20px;
	}
	.sub_rnd_text02 {
		font-size: 40px;		
		line-height: 40px;
		margin-top: 0px;
	}
	.sub_rnd_title_ul li:nth-child(1) p {
		font-size: 30px;		
		line-height: 46px;
	}
	.sub_rnd_title_ul li:nth-child(2) {
		position: relative;
		right: 0px;
		top: 0px;
		text-align: left;
		width: 100%;
		height: 100%;
		margin-top:20px;
	}
	.sub_rnd_title_ul li:nth-child(2):before {
		display:none;
	}
	.sub_tap_menu_ul li a {
		position: relative;
		padding: 25px 0px;
		display: inline-block;
		width: 100%;
		height: 100%;
		font-size:14px;
		font-weight: 700;
		letter-spacing: -2px;
	}
	.sub_history_product_wrap li .sub_history_summary_wrap .sub_history_summary_text {		
		font-size: 20px;
		letter-spacing: -1px;
		margin-bottom: 5px;		
	}
	.sub_summary_wrap {		
		margin: 50px auto;
	}
	.sub_history_dl dt {		
		font-size: 40px;
		font-weight: 600;
		letter-spacing: -2.5px;
	}
	.sub_history_wrap li {
		margin-bottom:50px;
	}
	.sub_history_summary_wrap {
		font-size: 16px;		
	}
	.sub_history_title {		
		font-size: 25px;
		font-weight: 700;
		letter-spacing: -1px;
		display: inline-block;
	}
	.sub_company_ceoImg {
		margin-top:30px;		
	}
	.sub_company_ceoImg img {
		width:100%;
	}
	.sub_greeting_wrap {    
	    font-size:20px;
		text-align:center;
		margin: 20px auto 0 auto;
		line-height:25px;
	}
	.main_notice_wrap {		
		padding: 40px 0px;
	}
	.sub_company_top {		
		padding: 50px 0px 20px 0px;
	}
	.sub_comapny_top_dl dt {
		font-size: 30px;		
	}
	.sub_comapny_top_dl dd {
		font-size: 16px;		
		margin-top: 0px;
	}
	.footer_factory_dl dd {		
		margin-left: 0px;		
	}
	.footer_copy_wrap {
		font-size:13px;
	}
	.main_title {
		font-size: 30px;	
		letter-spacing:-1px;	
	}
	.main_subTxt {
		font-size:15px;		
		margin-top:0px;	
		padding:0px 15px;	
		word-break:keep-all;
	}
	.main_business_wrap02 {		
		padding: 40px 0px;	
	}
	.lat ul {		
		margin: 0 auto;
		display: block;
		padding: 0px;
	}
	.lat ul li:first-child {		
		width: 90%;
		border-left: 0px;
		margin-left: 5%;
	}
	.lat ul li {		
		width: 90%;
		margin-left:5%;
	}
	.lat ul li a {		
		font-size: 20px;	
	}
	.main_business_ul {
		display: block;
		flex-wrap: wrap;
		margin-top:30px;
	}
	.main_business_ul li {		
		width:100%;
	}
	.main_business_wrap {
		/* margin: 90px 0px; */
	}
	.video_area video {		
		top:0px;		
		min-width:100%;
		min-height: 100%;
		height: auto !important;		
		width:100%;
		left:0%;
		margin-left:0px;		
	}
	.video_area {    
	    height:200px;
	}
	.main_business_wrap {
		margin: 40px 0px 0px 0px;
	}
}