.page_wrap {
	position: relative;
}

.container {
	display: block;
	/*width: 980px;*/
	/*margin: 0 auto;*/
	overflow: hidden;
	background-color: #fff;

}

.header_img_01 {
	position: relative;
	display: block;
	margin-top: 91px;
	padding-top: 91px;
	width: 100%;
	height: 266px;
	background: url("/kor/theme/basic/img/visual_company.png") no-repeat 50% 0;
}

.header_img_02 {
	position: relative;
	display: block;
	margin-top: 91px;
	padding-top: 91px;
	width: 100%;
	height: 266px;
	background: url("/kor/theme/basic/img/visual_business.png") no-repeat 50% 0;
}
.header_img_03 {
	position: relative;
	display: block;
	margin-top: 91px;
	padding-top: 91px;
	width: 100%;
	height: 266px;
	background: url("/kor/theme/basic/img/visual_product.png") no-repeat 50% 0;
}
.header_img_04 {
	position: relative;
	display: block;
	margin-top: 91px;
	padding-top: 91px;
	width: 100%;
	height: 266px;
	background: url("/kor/theme/basic/img/visual_customer.png") no-repeat 50% 0;
}

.content {
	width: 980px;
	padding: 60px 0 160px;
	margin: 0 auto;
}

/*LNB*/
.lnb_wrap {
	float: left;
	width: 220px;
	height:auto;
	padding-right: 40px;
	/*margin: 0 50px 0 0;*/
	font-family: 'Nanum Square', 'Nanum Gothic', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lnb-title {
	font-family: 'Nanum Square', 'Nanum Gothic', sans-serif;
	font-size: 45px;
}

.lnb-title img {
	display: block;
}

.lnb-title span {
	display: block;
	padding-left: 30px
}

nav.lnb > ul > li:first-child {
	margin-top: 40px;
}

nav.lnb > ul > li:last-child {
	margin-bottom: 50px;
}

nav.lnb > ul > li {
	clear: both;
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
	font-size: 20px;
	cursor: pointer;
}

nav.lnb > ul > li.on a {
	color: #08346b;
	font-weight: bold;
}

nav.lnb > ul > li:hover {
	color: #08346b;
}

.lnb_banner {
	position:fixed;
	bottom:220px;
}

/*CONTENTS*/
.content_group {
	position: relative;
	float: left;
	width: 760px;
	font-size: 14px;
	font-family: '돋음', 'dotum', sans-serif;
	color: #444;
	line-height: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.loc {
	display: block;
	float: right;
	margin-bottom: 20px;
	font-family: 'Nanum Square', 'Nanum Gothic', sans-serif;
}

.content_title {
	clear: both;
	display: block;
	padding-bottom: 20px;
	color: #08346b;
	font-size: 22px;
	line-height: 30px;
	font-weight: 800;
	font-family: 'Nanum Square', 'Nanum Gothic', sans-serif;
}

.section_01 {
	clear: both;
	overflow: hidden;
	display: block;
	width: 100%;
}

.section_02 {
	clear: both;
	overflow: hidden;
	padding-bottom: 50px;
}

.section_02 table {
	/*margin-top: 15px;*/
}

.section_02 p {
	float: left;
	font-size: 14px;
	line-height: 24px;
	padding: 10px 0;
}

.ceo_greeting {
	clear: inherit;
	float: right;
	width: 470px;
	text-align: justify;
}

.ceo_pic {
	clear: both;
	float: left;
	width: 238px;
	padding: 10px 0;
}

.history_list ul.issue_list > li {
	margin-top: 40px;
	padding: 20px 0 15px;
	border-top: 1px dotted #ebebeb;
}

.history_list ul.issue_list > li > .year {
	float: left;
	width: 150px;
	padding-left: 10px;
	color: #08346b;
	font-family: 'Titillium Web', sans-serif, NanumGothic, '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, '굴림', Gulim, Helvetica, AppleGothic, sans-serif;
	font-size: 25px;
	line-height: 32px;
	background: url("/kor/theme/basic/img/ico_ver_line.png") no-repeat 0 9px;
}

.history_list ul.issue_list li p {
	width: 600px;
	font-size: 18px;
	font-family: 'Nanum Square', 'Nanum Gothic', sans-serif;
	color: #444;
	line-height: 18px;
}

.history_list ul.issue-list > li > ul {
	position: relative;
	float: left;
}

/*TAB*/
.tab_group {
	clear:both;
	margin-top:10px;
}

.tab_group .tabs {
	/*border: 1px solid #ddd;*/

	width: 100%;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 30px;
	display: table;
	border: 0;
}

.tab_group .tabs li.on {
	/*
	border: 1px solid #0a2d6b;
	background-color: #08346b;
	*/
	background-color: #08346b;
	color: #fff;
}
ul.tabs li {
	display: inline-block;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
	background-color: #ffffff;
	width: 25%;
	height: 42px;
	line-height: 42px;
	cursor: pointer;
	float: left;

}
ul.tabs li a {
	margin:0px; padding:0px;
	font-family: '돋음', 'dotum', sans-serif;
	font-weight:normal;
	font-size:14px;
	line-height: 42px;
	text-decoration: none;
	text-align: center;
	border: 0px solid #fff;
	outline: none;
}

ul.tabs li a:hover{
	background-color: #08346b;
	color: #fff;
}
/*

ul.tabs li:last-child {
	border-right: 0;
}
*/

ul.tabs li:first-child {
	border-left: 1px solid #ddd
}
ul.tabs li:last-child {
	border-right: 1px solid #ddd;

}


/*TAB END*/

.map {
	float: left;
	width: 100%;
	margin-top: 30px;
	padding: 0
}

.ico_tit {
	font-size: 18px;
	padding-left: 10px;
	line-height: 32px;
	background: url("/kor/theme/basic/img/ico_ver_line.png") no-repeat 0 7px;
	font-family: 'Nanum Square', 'Nanum Gothic', sans-serif;
}

.section_title {
	clear: both;
	float: left
}

.section_03 {
	position: relative;
	padding-bottom: 50px;
}

.ico_map {
	width: 28px;
	height: 28px;
	padding: 20px 0 20px 40px;
	background: url("/kor/theme/basic/img/ico_map.png") no-repeat 0 12px;
}

.ico_call {
	width: 28px;
	height: 28px;
	padding: 20px 0 20px 40px;
	background: url("/kor/theme/basic/img/ico_call.png") no-repeat 0 12px;
}

.ico_fax {
	width: 28px;
	height: 28px;
	padding: 20px 0 20px 40px;
	background: url("/kor/theme/basic/img/ico_fax.png") no-repeat 0 12px;
}

.map_info {
	display: block;
	float: left;
	clear: both;
}

.map_info ul li {
	padding: 10px 0 10px 0
}

.description {
	clear: both;
}

.description li {
	padding-bottom: 50px;
}


.description li .sub_tit {
	margin-top: 12px;
	border-top: 2px solid #08346b;
	text-align: inherit;
	color: #08346b;
	font-size: 18px;
	font-family: 'Nanum Square', 'Nanum Gothic', sans-serif;
	word-break: keep-all;
	margin-right: 45px;
	width: 200px
}

.description li .desc_txt {
	float: inherit;
	padding-left: 245px;

}

.tech_card, .tech_pdf, .relation_site_wrap {
	display: block;
	float: left;
	clear: both;
}

.tech_frame {
	float: left;
	width: 365px;
	overflow: hidden;

	/*width: 238px;*/
	border: 1px solid #ddd;
	margin: 10px 0 10px 14px;
}

.vision_frame {
	border: 0
}

.vision_frame .vision_txt {
	font-size: 20px;
	padding: 30px 0 10px;
	border-bottom: 1px solid #0a2d6b;
	float: left;
	text-align: center;
	width: 228px;
	font-weight: bold;
}

.vision_frame .vision_desc {
	text-align: center;
	padding: 10px;
	float: left;
	width: 228px
}

.relation_site{
	float: left;
	width: 210px;
	height: 110px;
	border: 1px solid #ddd;
	margin: 10px 0 10px 14px;
}
.relation_site .relation_txt{
	text-align: center;
	width: 210px;
	padding: 4px 0;
	border-top: 1px solid #ddd
}
.relation_site img{
	margin: 10px 0
}
.tech_frame .tech_txt {
	text-align: center;
	width: 100%;
	border-top: 1px solid #ddd
}

.tech_certification {
	float: left;

}

.btn_pdf {
	background-color: #fff;
	text-align: center;
	width: 290px;
	margin: 10px 0;
	clear: both;
	display: block;
	float: left
}

.btn_pdf span {
	border: 1px solid #08346b;
	padding: 5px 16px;
}

.pdf_items {
	float: left;
	/*width: 290px;*/
	padding: 10px 0 30px 14px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}


.section_01 .contact_input{
	display: block;
	float: left
}
.section_01 .contact_input .shadowfield{
	width: 600px;
}
.section_01 .contact_input .formwrap{
	margin-bottom: 30px;
}
.section_01 .contact_input .formwrap .form_textarea{
	float: left;
	padding-top: 5px;
}
.section_01 .contact_input .formwrap label{
	font-size: 16px;
}


.btn_send {

	text-align: center;
	margin: 10px 0 0 75px;
	clear: both;
	display: block;
	text-align: center;
	/*float: right*/
}

.btn_send span {
	background-color: #08346b;
	color: #fff;
	border: 1px solid #08346b;
	padding: 8px 16px;
	cursor: pointer;
	line-height: 70px;
}


.sitemap {
	clear: both;

}

.sitemap h1 {
	text-align: center;
	font-size: 38px;
	padding: 20px 0 30px 0 ;
	font-family: 'Nanum Square', 'Nanum Gothic', sans-serif, 'Titillium Web', sans-serif, NanumGothic, '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, '굴림', Gulim, Helvetica, AppleGothic, sans-serif;
}

.sitemap li {
	float: left;
	width: 370px;
	height: 400px;
	margin-right: 10px;
	padding-bottom: 60px;
}

.sitemap li:nth-child(2n) {
	float: right;
	margin-right: 0;
}

.sitemap li h4 {
	margin: 0 0 16px 0;
	padding: 17px 0 20px 0;
	border-top: 1px solid #08346b;
	border-bottom: 1px solid #ddd;
	font-size: 24px;
	line-height: 50px;
	font-family: 'Nanum Square', 'Nanum Gothic', sans-serif, 'Titillium Web', sans-serif, NanumGothic, '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, '굴림', Gulim, Helvetica, AppleGothic, sans-serif;
}

.sitemap li a {
	display: block;
	padding: 10px;
	font-size: 16px;
	cursor: pointer;
}
.sitemap li a:hover {
	text-decoration: underline!important;
}

.section_box {
	margin-bottom: 30px;

}
.section_box ul li{
	padding-bottom: 20px;
}