@charset "utf-8";
@import url(./frame_user.css);


/*@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css');*/

/* 폰트설정 */
/*@font-face { font-family: 'Nanum Gothic'; font-style: normal; font-weight: 400; src: url(/Web-home/frame/css/font/NanumGothic.eot); src: url(/Web-home/frame/css/font/NanumGothic.eot?#iefix) format('embedded-opentype'), url(/Web-home/frame/css/font/NanumGothic.woff) format('woff'), url(/Web-home/frame/css/font/NanumGothic.ttf) format('truetype'); }*/

/* /////////////////////////////////////////
	=Default layout
///////////////////////////////////////// */
#skipnavi{
	display: none;
}
#wrap-container{
	/*min-height: 500px; 나중에 지워보고 문제 없으면 완전 지우고*/
}
#header-container,
#left-container,
#content-container,
#footer-container{
	position: relative;
}
#header-container{
}
#content-container{
	overflow: hidden;
	min-height: 500px; /*나중에 지워보고 문제 없으면 완전 지우고
	_height: 500px;*/
}
/* 2016-02-16 김상유
#footer-container{
	width: 100%;
	display: block;
	overflow: hidden;
}
*/
/* /////////////////////////////////////////
	=Tag reset
///////////////////////////////////////// */
html,
body{
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
}

body{
    line-height:1.5;
	letter-spacing:-0.03em;
}

h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
p,ul,ol,dl,dt,dd,li{
	margin: 0px;
	padding: 0px;
}
li{
	list-style:none;
}
fieldset{
	border: 0px;
	display: inline;
	margin: 0px;
	padding: 0px;
}
legend,
caption{
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	border: none;
	position:absolute;
	left:-99999px;
}
pre{
	margin: 0px;
	padding: 0px;
}
address{
	font-style: normal;
}
iframe{
	background: transparent;
}
img{
	border: 0px;
}
form{
	display: inline;
	margin:0px;
	padding: 0px;
}
table{
	font-size:100%;
	border:0;
}
table th,
table td{
	border:0;
}
input,select{
	vertical-align: middle;
}
input, select, textarea,button{
	font-size:100%;
	margin: 0;
}
form img, form select, form button,form textarea{
	vertical-align: middle;
}
table img, table select, table button,table textarea{
	vertical-align: middle;
}

.copy_volt {display:block;background: url(/user/hsc/mycodyimages/img_volttitle.png) no-repeat; width:100%;height:100px;text-indent:-9999px;overflow:hidden;margin-bottom:20px;background-color:#003c96;background-position-x:center;}
