@import url(set_font.css);
@import url(reset.css);

/**** layout #sub_container, #footer ***********/
#sub_container {
	/* display: inline-table; **모바일OK, PC오류*/
	width: 1100px;
	margin: 0 auto;
	}
#sub_container:after { /* footer 정렬을 위한 설정 */
	display: block; content: ""; clear: both; height: 0;
}
#footer {
	display: table;
	width: 100%; height: 100px;
    margin: 100px auto 0;
    background-color: #ccc;
    position: absolute;
}

#sub_container section.company h2, #sub_container section.business h2, #sub_container section.products h2,
#sub_container section.production h2, #sub_container section.recruit h2, #sub_container section.notice h2
{ display: none; height: 0; }


/** sub - header ***************************************/
#sub_container header {
	width: 100%;
	border-bottom: 1px solid #ddd;
}
#sub_container header .lnb {
	margin: 0 auto;
	width: 1100px; height: 55px;
	padding-top: 60px;
}
#sub_container header .lnb h2 {
	position: absolute; display: inline;
	width: 410px;
	font-size: 20pt; font-weight: bold; color: #a0a0a0; line-height: 100%;
}
#sub_container header .lnb h2 .en_1 {
	color: #18305c;
}
#sub_container header .lnb h2 .en_2 {
	color: #fc9401;
}
#sub_container header .lnb ul {
	margin-left: 411px;


}
#sub_container header .lnb ul:after, #sub_container header .lnb li:after {
	clear: both;
}
#sub_container header .lnb img{float: left;

	list-style: none;}
#sub_container header .lnb li {
	float: left;
	text-decoration: none;
	list-style: none;

}
#sub_container header .lnb ul li {
	padding: 0 20px 3px 20px;
	border-right: 1px solid #aaa;
	height:20px;
	font-size: 11pt; color: #666; text-decoration: none; line-height: 180%;
}
#sub_container header .lnb li:last-child{border-right:none;}
/** sub - section ***************************************/
#sub_container .center {
	margin: 0 auto; width: 1100px;
}
/** sub - section .top_img **/
#sub_container section .top_img {
	position: relative;
	margin-bottom: 20px;
	width: 900px; height: 185px;

}
#sub_container section .top_img img {
	position: absolute;
	top: 0; left: 0;
}
#sub_container section .top_img .sub_slogan {
	float: left;
	margin-top: 65px;/*--section margin-top 공간--*/
}



/** company section ************************************/
#sub_container section .sub_contents {
    position: static;
    margin-top: -30px;
    display: inline-block;
    height: auto;
	width:100%;

}
#sub_container section .sub_contents .sub_txt {
	float: left;
}

#sub_container section .sub_contents .txt {
	margin-bottom: 30px;
}
#sub_container section .sub_contents .txt_04 {
	margin-bottom: 0;
}

#sub_container section .sub_contents .sub_txt ul li{
	padding-left: 12px;
	margin-bottom: 3px;
	color:#434343;
	line-height:24px;
	font-size:13pt;
}
#sub_container section.company .sub_contents .sub_txt ul li:first-child {
	height:14px;
	border-left: 3px solid #26a6c4;
	font-size: 17pt; font-weight:600;
	padding-bottom:5px;
}

#sub_container section.company .sub_contents .sub_txt .txt_02{
	height:208px;

	text-align:center;
	margin-bottom:30px;
}
#sub_container section.company .sub_contents .sub_txt .txt_02 p{

	float:left;padding-right:35px;
}

#sub_container section.company .sub_contents .sub_txt .txt_04{
	height:208px;
	text-align:center;
	margin-bottom:50px;
}
#sub_container section.company .sub_contents .sub_txt .txt_04 p{

	float:left;padding-right:34px;
}

#sub_container section.company .sub_contents .sub_txt .txt_03{margin-top:89px;}
#sub_container section.company .sub_contents .sub_txt .txt_02 p:last-child{padding-right:0;}
#sub_container section.company .sub_contents .sub_txt .txt_04 p:last-child{padding-right:0;}
#sub_container .center .sub_slogan_02{float: left;}






/*******************portfolio******************/
#sub_container section.center .port_img{margin-top:65px;text-align:center;width:1100px;}
#sub_container section.center .port_img .sub_port_01 li{height:320px;float:left;padding-right:33px;}
#sub_container section.center .port_img .sub_port_01 li:last-child{padding-right:0;}
#sub_container section.center .port_img .sub_port_01 li P{font-size:13pt; font-weight:600;margin-top:15px;color:#434343;}
#sub_container section.center .port_img .sub_port_01{padding-bottom:244px;}

#sub_container section.center .port_img .btn_list {
    margin: 30px 0 0 0px;
	cursor: pointer;
	font-size:11pt;
    width: 100px;
    height: 37px;
    color: #eeeeee;
    background: #202020;
    border: 1px solid #111111;
}







/** service ***************************************/
.sub_service_01{margin-top:65px;}

table.form {
    table-layout: fixed;
    word-break: break-all;
    border-collapse: collapse;
}

table.form .compulsory {
    color: #2a76d7;
}

table.form th {
    width: 130px;
    padding: 3px 15px;
    text-align: right;
    font-size: 16px;
	font-weight:600;
}

table.form input[type="text"] {
    background: #f2f2f2;
    border: 1px solid #ccc;

    height: 29px;
}

table.form td textarea {
    width: 500px;
    height: 120px;
	border: 1px solid #ccc;
    background: #fff;
}

table.form td {
    text-align: left;
    padding: 5px 0px;
    font-size: 14px;
    color: #838383;
}

.btn {
    margin: 30px 0 0 250px;
}

.btn .ok_btn {
	font-size:11pt;
    width: 100px;
    height: 37px;
    color: #eeeeee;
    background: #202020;
    border: 1px solid #111111;
}

.btn .cancel {
	font-size:11pt;
    width: 100px;
    height: 37px;
    color: #252525;
    background: #d5d5d5;
    border: 1px solid #bbbbbb;
}

.btn li {
	 display:inline-block;
	 text-align:center;
}







/** map ***************************************/

#sub_container .map_img{text-align:center;}
#sub_container .map_img .sub_map_01{margin-top:65px;text-align:center;}

#sub_container .map_img .sub_map_01 ul{margin:0 auto;width:830px;}
#sub_container .map_img .sub_map_01 li{padding-left: 10px;float:left;height:20px;text-align:center;border-left:3px solid #26a6c4;padding-right:45px;font-weight:bold;font-size:12pt;margin-top:20px;text-align:center;}
#sub_container .map_img .sub_map_01 li span{font-size:11pt;font-weight:600;}
#sub_container .map_img .sub_map_01 li:last-child{padding-right:0;}

#sub_container .map_img .sub_map_01 .map{width:800px;height:434px;text-align:center;border:1px solid #ccc;padding:10px;margin:0 auto;}













