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

고도체 Godo
//cdn.rawgit.com/young-ha/webfont-archive/master/css/Godo.css

나눔바른고딕 'NanumBarunGothic'
//cdn.rawgit.com/young-ha/webfont-archive/master/css/NanumBarunGothic.css

나눔스퀘어 'NanumSquare'
//cdn.rawgit.com/young-ha/webfont-archive/master/css/NanumSquare.css

*/
/* font-family: 'Nanum Pen Script', cursive; */
/* 요소(element) 여백 초기화  */
/*font-family: "Nanum Barun Gothic";*/
/* font-family: "Nanum Gothic","Malgun Gothic", Gulim, Dotum;  */

/*
local fonts
Noto Sans KR : 400/700/900
Nanum Gothic : 400/700/800
NanumSquareRound : 300/400/700/800
*/
/*@import url('https://cdn.jsdelivr.net/gh/moonspam/NanumSquareRound@1.0/nanumsquareround.css');*/
@import url('/skin/_fonts/fonts.css');
@import url("//fonts.googleapis.com/icon?family=Material+Icons");
@charset "utf-8";

* {box-sizing: border-box;}

:root{
	--main-font: NanumSquareRound;
	--body-font: Noto Sans Korean;
	--normal-font: Nanum Gothic;
	--header-bgc : #fff;
	--header-height : 78px;
	--site-max-width : 1250px;
	--site-min-width : 1180px;
	--subimg-height : 234px;
	--logo-width: 230px;
	--search-width: 350px;
	--navi-sub-width:150px; /*네비게이션 메뉴 폭*/
	--mian-color:#e5b233;
	--navi-hover-color:#e5b233; /*#ffcd4a*/
	--navi-shadow-color:#e5b23335;
	--tmp-border: 0px dashed #bde;
	--theme-color : #fff3c8;
	--footer-bgc : #fff3c8;
	--footer-height : 188px;
	--search-bgcolor : #fff9e4;
	--counsel-theme-color : #2285b8;
	--icon-hover-color: #e5b233;
}


html, body {width:100%;height:100%; padding:0; margin:0; font-family: var(--main-font), var(--body-font), var(--normal-font); font-size: 16px; line-height: 1.6em;  font-weight: 400;}
main{min-height: 280px; min-width: var(--site-min-width); max-width:var(--site-max-width); margin:0 auto}

a { color: #111; cursor:pointer}
a:link, a:visited, a:active,a:hover { text-decoration: none; }
a:hover {color:#777}



img{border:0px}
label {cursor:pointer;}
table{border-collapse:collapse;}
.clear{clear:both; width:0px;height:0px}
.menu_hidden{color:red}
.ul-reset{list-style: none; margin: 0; padding: 0;}
