@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:275px;
	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:170px; top:95px;}
#sub_txt p {width:320px;}
#sub_txt p.tit1 {font-size:33px; color:#272626; border-bottom:1px solid #808a8f; padding-bottom:3px; font-weight:500;letter-spacing:1px;}
#sub_txt p.tit1 span {color:#2c8bcd; font-weight:600;}
#sub_txt p.txt1 {font-size:16px;color:#272626; margin:3px 0;font-weight:500; letter-spacing:-1px;}




/**컨텐츠**/
#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; color:#282828; font-size:36px; line-height:50px; font-weight:500; letter-spacing:-0.5px; background:url(image/sub_tit_bg.gif) no-repeat center bottom; padding-bottom:10px }
#bar h1 span { color:#4498d2;font-weight:600;}

#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 0 55px;}

#bottom_lay li {padding:30px 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%;}
	

