@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

@import url(layout.css);
@import url(main_layout.css);
@import url(sub_layout.css);

/* Type Selector */
*{margin:0; padding:0;}
img, fieldset, button{border:none;}
hr, button img{display:none;}
li{list-style:none;}
a{text-decoration:none;}
a:hover, a:active, a:focus{text-decoration:none;}
textarea{overflow:auto;}
html:first-child select{padding-right:6px; height:20px;} /* Opera 9 & Below Fix */ 
option {padding-right:6px;} /* Firefox Fix */
legend {position:absolute; top:0; left:0; width:0; height:0; overflow:hidden; visibility:hidden; font-size:0; line-height:0;} /* For Screen Reader */

/* ³ª´®°íµñ */
@font-face {
	font-family:'Nanum';
	font-style:normal;
	font-weight:400;
	src:url(../fonts/NanumGothic-Regular.eot);
	src:url(../fonts/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
	url(../fonts/NanumGothic-Regular.woff2) format('woff2'),
	url(../fonts/NanumGothic-Regular.woff) format('woff'),
	url(../fonts/NanumGothic-Regular.ttf) format('truetype');
}
/* ³ª´®°íµñ Bold */
@font-face {
	font-family:'Nanum';
	font-style:normal;
	font-weight:700;
	src:url(../fonts/NanumGothic-Bold.eot);
	src:url(../fonts/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
	url(../fonts/NanumGothic-Bold.woff2) format('woff2'),
	url(../fonts/NanumGothic-Bold.woff) format('woff'),
	url(../fonts/NanumGothic-Bold.ttf) format('truetype');
}