/* common.css */
@charset "utf-8";

/* Reset */
html,body{width:100%;height:100%}
html{overflow-y:scroll}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,form,fieldset,p,button,input{margin:0;padding:0}
body,h1,h2,h3,h4,h5,h6,input,textarea,select,option,button{font-family:'돋움',dotum,Helvetica,sans-serif;font-size:12px;color:#555}
body{background-color:#fff;*word-break:break-all;-ms-word-break:break-all}
img,fieldset,iframe{border:0 none}
li{list-style:none}
input,select,button{vertical-align:middle}
img{vertical-align:top}
em,address{font-style:normal}
label,button{cursor:pointer}
button{margin:0;padding:0}
a{color:#666;text-decoration:none}
a:hover{color:#000;text-decoration:underline}
button *{position:relative}
button img{left:-3px;*left:auto}
html:first-child select{height:20px;padding-right:6px}
option{padding-right:6px}
hr{display:none}
legend{*width:0}

/* hidden */
.blind,legend{display:block;overflow:hidden;position:absolute;left:0;top:-9999em}

/* skip */
.skip a{display:block;position:absolute;top:-9999em;width:100%;background:blue;color:white;font:bold 1.5em '돋움',sans-serif;text-align:center}
.skip a:hover,.skip a:active,.skip a:focus{top:0;padding:1.5em 0;color:yellow}

/* test */
.t{border:1px solid red !important}
.tbg{background:orange !important}

#wrap{
	position: absolute;
	left: 50%;
	margin-left: -480px;
	width: 960px;
}

/* Header Start */
#header{
	position: relative;
	width: 100%;
	height: 116px;
}
#header .logo{
	position: absolute;
	left: 0;
	top: 76px;
}
#header .gnb{
	display: inline;
	float: right;
	margin: 50px 18px 8px 0;
}
#header .gnb li{
	float: left;
}
#header .gnb li a{
	display: block;
	overflow: hidden;
	background: no-repeat 0 0;
	text-indent: -9999em;
	height: 18px;
}
#header .gnb li a#g01{
	width: 46px;
	background-image: url(../../images/top/top_link11.jpg);
}
#header .gnb li a#g01:hover{
	background-image: url(../../images/top/top_link12.jpg);
}

#header .lnb{
	clear: right;
	float: right;
}
#header .lnb li{
	float: left;
}
#header .lnb li a{
	display: block;
	overflow: hidden;
	height: 40px;
}
#header .lnb li a#m01{
	width: 129px;
}
#header .lnb li a#m02{
	width: 95px;
}
#header .lnb li a#m03{
	width: 181px;
}

#header .lnb li a#m04{
	width: 193px;
}

#header .lnb li a#m05{
	width: 151px;
}

/* Header End */


/* Main Visual Start */
#main_visual{
	width: 960px;
	height: 264px;
	background: url(../../images/main/main_visual.jpg) no-repeat;
	text-indent: -9999em;
}
#container{
	width: 100%;
	height: 194px;
	margin-bottom: 80px;
}
#container li{
	float: left;
}

/* Sub Visual Start */
#sub_visual{
	width: 960px;
}


/* Footer Start */
#footer{
	border-top: 1px solid #ababab;
	padding: 17px 0;
	margin-bottom: 20px;
}
.footMenu{
	padding-left: 226px;
}
.footMenu li{
	float: left;
}
.copy{
 	text-align: center;
 }
