@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(//cdn.jsdelivr.net/font-nanum/1.0/nanumgothic/nanumgothic.css);
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: local('Noto Sans Regular'), local('NotoSans-Regular'),
    url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-Regular-Hestia.eot),
    url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-Regular-Hestia.eot?#iefix) format('embedded-opentype'),
    url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/woff/NotoSansKR-Regular-Hestia.woff) format('woff'),
    url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/otf/NotoSansKR-Regular-Hestia.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: local('Noto Sans Medium'), local('NotoSans-Medium'),
    url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-Medium-Hestia.eot),
    url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-Medium-Hestia.eot?#iefix) format('embedded-opentype'),
    url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/woff/NotoSansKR-Medium-Hestia.woff) format('woff'),
    url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/otf/NotoSansKR-Medium-Hestia.otf) format('opentype');
}
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
/*@import url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/stylesheets/NotoSansKR-Hestia.css);*/

@charset "utf-8";
*{margin:0; padding:0; }
html, body, td, p, button, textarea, select { 
	font-family:NanumGothic,'나눔고딕','Nanum Gothic',dotum,'돋음',sans-serif;
	font-size:13px; 
	color:#444;
	line-height:160%;
	word-break:keep-all;
	}

ol,ul {list-style: none;}

img														{border:0px; vertical-align:top;}

a:link, a:visited, a:active		{text-decoration:none; color:#848484;} /************* 링크걸린 텍스트컬러 변경 **********/
a:hover												{text-decoration:underline;  color:#121212;} /************* 링크걸린곳 마우스 오버시 데코/텍스트컬러 변경 **********/

.clear												{clear:both; display:block;}

h1, h2, h3, h4, h5, h6				{font-weight:normal;}

/* 전체 틀 */
#total_wrap						{width:100%;}
#wrap							{width:100%; margin:0 auto;}

/* 헤더 */
#wrap_header					{width:100%; margin:0 auto; }

/* 메인 */
#wrap_main						{width:100%; margin:0 auto;}

/* 서브 */
#wrap_sub						{width:978px; margin:0 auto; border:1px solid #dcdcdc; border-width:0px 1px;}

/* 푸터 */
#wrap_footer					{width:100%; padding:30px auto;}
div.powered_by_postcodify { display: none; }