@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
* {margin:0; padding:0; font-family: 'Noto Sans KR', 'NanumGothic', Dotum, Gulim, AppleGothic, Sans-Serif; font-weight:400; word-break:break-all;}

html {
	width:100%;
	/* min-width:1180px; */
	overflow-y:scroll;
	overflow-x:auto;
	scrollbar-face-color:#FFFFFF;
	scrollbar-shadow-color:#999999;
	scrollbar-highlight-color: #999999;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #666666;
}
body {
	width:100%;
	/* min-width:1180px; */
	margin:0;
	padding:0;
	font-size:16px; 
	line-height:18px;
	font-family: 'Noto Sans KR',  'NanumGothic', Dotum, Gulim, AppleGothic, Sans-Serif;
	color:#666;
	word-break:keep-all;
	background:#fff;
	font-weight:400;
 
}
*html body img {margin:none; padding:none;} /*for IE 6*/
hr {
	clear:both;
	display:none;
}
body img, img {
	border:0 none;
	margin:0;
	padding:0;
	line-height:0px;
}

blockquote, address {
	margin:0;
	padding:0;
}
em, address, cite {
	font-style:normal;
}

div, p, ol, ul, li, img, a, h1, h2, h3, h4, h5, h6, form, span, iframe, dl, dt, dd, address {
	margin:0;
	padding:0;
}
div, ul, ol {
	list-style:none;
}

.clfix {display: inline-block;}
.clfix {display: block;}
* html .clfix {height: 1%;} /* hides from ie-mac */
.clfix{ zoom:1; } /*for ie 5.5-7*/

/* ë§í¬ ë°•ìŠ¤ ì•ˆëœ¨ê²Œ.. */
/* a,img{selector-dummy: expression(this.hideFocus=true);}  */

a {color:#666;text-decoration:none;}
a:link, a:visited {color:#666;text-decoration:none;}
a:hover, a:focus {color:#222;text-decoration:none;}
a:active{color:#666;}

/* table */
table caption {visibility:hidden; overflow:hidden; width:0; height:0; margin:0; padding:0; font:0/0 'Noto Sans KR', Dotum, Gulim, AppleGothic, Sans-Serif; font-weight:400;}

/* form */
form, fieldset, legend, label {
	margin:0;
	padding:0;
}
fieldset {
	border:0 none;
}
fieldset legend {
	position:absolute;
	visibility:hidden;
	overflow:hidden;
	width:0;
	height:0;
	margin:0;
	padding:0;
	font:0/0 Arial;
}
label {
	cursor:pointer;
}
label input,
label img,
label select,
label textarea,
fieldset label,
fieldset input,
fieldset img,
fieldset select,
fieldset textarea {
	vertical-align:middle;
	font-family:'Noto Sans KR', Dotum, Gulim, AppleGothic, Sans-Serif;
	font-weight:400;
}
input {
	margin:0; padding:0;
	line-height:16px;
	font-size:12px;
}

.input {background:#f7f7f7; height:18px; border:1px solid #cccccc;}
.input2 {background:#fff; height:18px; border:1px solid #cccccc;}
.checkInput {background:#fff; border:none; height:19px;}
.input_select {behavior:url(../js/selectbox.htc); font-size:11px; font-family:'Noto Sans KR', Dotum, Gulim, AppleGothic, Sans-Serif; color:#a2c7d5; border:none; font-weight:100;}
button {
	border:0;
	cursor:pointer;
}

textarea {
	border:1px solid #cccccc;
}
p.bon{
	line-height:26px;
}

.hide {display:none;}
.t_bold {font-weight:bold;}

.hidden_tit{display:none;}

.mb60{margin-bottom:60px;}