@import "style.css";

body{
    margin:0;
	padding:0;
	OVERFLOW-X: hidden;
	overflow-y:scroll;
	background:#fff;
	

	}

html, div, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, from{
    margin:0;
	padding:0;
	}


ul, ol, dl { 
    list-style:none;
	}
	
img {

    border:0;
	
	}
.ddd{ cursor: pointer;
}

#sub {
	  Z-INDEX: 1;
	POSITION:relative;
	TOP:0px;
	height:220px;
	WIDTH:100%;  
	text-align: center;
	margin:0 auto;background-size:cover;
	background:#fff url(image/sub1.jpg) no-repeat center top;
}
#sub_txt {position:absolute; left:50%; margin-left:120px; top:15px; z-index:2; background:url(image/s_txt_bg.png) no-repeat center center; padding:50px 0 50px 0}
#sub_txt p {width:417px;}
#sub_txt p.tit1 {font-size:33px; color:#f8f8f8;  padding-bottom:0px; font-weight:500;letter-spacing:1px; background:url(image/m_txt_icon.gif) no-repeat 80px top;}
#sub_txt p.tit1 span {color:#2bdcc8; font-weight:600;}
#sub_txt p.txt1 {font-size:15px;color:#f3f3f3; margin:3px 0;font-weight:500; letter-spacing:-1px;}


/**네비게이션**/
#map:after {clear:both;display:block;content:"";}
#map {
	clear:both;
	text-align:right;
	POSITION: relative;
	Z-INDEX: 3;
	top:0px;WIDTH: 100%;
	left:0px; background:#ebebeb;
}
#map_in {
	width:1200px;
	margin:0 auto 0 auto;
	text-align:right;
	POSITION:relative;
	
	
}
#map_in ul {float:right;}
#map_in ul li{ color:#858585;float:left;padding-top:10px ; padding-bottom:10px ;padding-right:20px ;padding-left:10px ;text-align:center;background: url(image/arrow.png) no-repeat right center; font-size:12px;  line-height:15px}
#map_in ul li.last{background:none;}
#map_in ul li img {margin:0px 4px 0 0; padding:0;}


/**컨텐츠**/
#contents {
    Z-INDEX: 2;
	POSITION:relative;
	TOP:0px;
	WIDTH: 100%;  
	text-align:center;
	margin:0 auto; background:#fff;
	
}

#contents_in {
	POSITION:relative;
	WIDTH:1200px;
	text-align:left;
	margin:0  auto ;
}


/**타이틀**/
#bar {
	/*clear:both;*/
	text-align:center;
	POSITION: relative;
	WIDTH:100%;
	LEFT:0px;
	top:35px;
	margin:0px;
	
}

#bar h1 {display:inline; font-size:32px;font-weight:600; letter-spacing:-0.5px;  text-align:left;}
#bar h1 span.t1 { color:#1f9572; border-bottom:2px solid #3c3f46; padding-left:5px}
#bar h1 span.t2 { color:#3c3f46;  border-bottom:2px solid #1f9572;padding-right:5px}


#text {
	clear:both;
	z-index:5;
	POSITION: relative;
	WIDTH:1180px;
	top:85px;
	LEFT:10px;
	margin:0px 0 0px 0;
	padding:0 0 120px 0;
	text-align:left;
}


/***하단***/
#bottom {
	clear:both;
	POSITION: relative; 
	WIDTH: 100%; 
	HEIGHT: 120px;
	text-align:left;
	TOP:0px; background:#fff; border-top:1px solid #d9d9d9;
}

#bottom_lay {
	WIDTH:1200px;
	POSITION: relative;
	margin: 0 auto;
	top:0;
}
#bottom_img {float:left; margin:30px 80px 30px 10px;}

#bottom_lay li {padding:25px 0 0 10px;font-size:13px;color:#525252;line-height:160%;  font-weight:400;}
#bottom_lay li font {color:#266f9d;font-size:15px;}
#bottom_lay li span {display:block;font-family: Verdana, Geneva, sans-serif;font-size:11px;color:#8b8b8b; line-height:200%;}
	

