@charset "UTF-8";

/* @import url("./reset.css");  스타일 초기화 */
@import url("./pc.css"); /* PC 버전 */
@import url("./tablet.css"); /* 태블릿 버전 */
@import url("./mobile.css"); /* 모바일 버전 */

@import url("http://fonts.googleapis.com/earlyaccess/notosanskr.css"); 
@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css');
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');


/* RESET 시작 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button {
	margin:0;
	padding:0;
	word-break:keep-all;
}

fieldset, img {
	border:0 none;
}

dl, ul, ol, menu, li {
	list-style:none;
}

body {
	background:#fff;
	overflow-x:hidden;
}

body, html {
	width:100%;
	height:auto;
}

body, th, td, input, select, textarea, button {
	font-size:14px;
	line-height:1.5;
	font-family: "Noto Sans KR",  sans-serif;
	font-weight:300;
	color:#222;
	vertical-align:middle;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

a {
	color:inherit;
	text-decoration:none;
	cursor:pointer;
}

a:active,  a:hover {
	text-decoration:none;
}

address, caption, cite, code, dfn, em, var {
	font-style:normal;
	font-weight:normal;
}

img {
	vertical-align:middle;
}
/* RESET 끝 */

.wrap {position:relative; height:inherit; margin:0 auto;}
.clear {clear:both;}
