@charset "utf-8";

 /* Spoqa Han Sans" */
@font-face {
	font-family:"Spoqa Han Sans";
	font-weight:400;
	src: local("Spoqa Han Sans Regular"),
	url("../fonts/SpoqaHanSansRegular.woff2") format("woff2"),
	url("../fonts/SpoqaHanSansRegular.woff") format("woff"),
	url("../fonts/SpoqaHanSansRegular.ttf") format("truetype");
}
@font-face {
	font-family:"Spoqa Han Sans";
	font-weight:700;
	src: local("Spoqa Han Sans Bold"),
	url("../fonts/SpoqaHanSansBold.woff2") format("woff2"),
	url("../fonts/SpoqaHanSansBold.woff") format("woff"),
	url("../fonts/SpoqaHanSansBold.ttf") format("truetype");
}

/*_____ scope - reset _____*/
*, :after, :before{box-sizing:border-box;}
html, body, h1, h2, h3, h4, h5, h6, p, div, th, td, table, pre, code, form, fieldset, legend, input, button, address, ol, ul, li, dl, dt, dd, img, textarea, blockquote {margin:0;padding:0;}
html, body {height:100%;}
body, input, button, select, textarea {font-family:"Malgun Gothic","맑은 고딕","MG","dotum","돋움",sans-serif;font-size:100%;color:#666;line-height:1.45;letter-spacing:-0.5px;}
input, button, select, textarea {box-sizing:border-box;}
h1, h2, h3, h4, h5, h6 {color:#333;font-weight:normal;}
table {table-layout:fixed;width:100%;border-collapse:separate;border-spacing:0;}
ol, ul {list-style-type:none;}
img, fieldset {vertical-align:top;border:0;}
em, i, address {font-style:normal;}
a:link, a:visited, a:active {text-decoration:none;}
a:hover, a:focus {text-decoration:none;/*text-decoration:underline;*/}
button {overflow:visible;background:none;border:0;cursor:pointer;}
button, button:focus, button:active {padding:0;}
button > span {position:relative;}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {border-style:none;padding:0;}
[type="password"] {font-family:"Verdana";}

/*_____ scope - reserved word _____*/
/* common */
.invisible {overflow:hidden;position:absolute;left:-1000%;top:auto;width:1px;height:1px;}
caption.invisible {position:relative;}
.hide {display:none;}
.flow {float:left;}
.reverse {float:right;}
.ellipsis {overflow:hidden;display:inline-block;max-width:95%;text-overflow:ellipsis;white-space:nowrap;letter-spacing:-0.5px;}

/* align */
.align-left {text-align:left !important;}
.align-right {text-align:right !important;}