@charset "utf-8";
/* CSS Document */


/* base */
html{ overflow-y:scroll; overflow-x:hidden; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, p, blockquote, th, td, textfield, select{
	margin:0;
	padding:0;
	}
body { color:#111; font-size:0.8em; font-family: 'Noto Sans KR', Sans-serif; font-weight:300; letter-spacing:-0.1em; background-color:#fafaff; }
/*font-family: Nanum Barun Gothic,"나눔고딕", NanumGothic, Malgun Gothic, "돋움", Dotum, sans-serif !important; */
select::-ms-expand { display:none; } 
select { background:url(https://www.hulkmunja.com/images/common/bot_arrow.png) no-repeat right; -webkit-appearance:none;  }
h1, h2, h3, h4, h5, h6 {font-weight:normal;	font-size:1em;}
ol, ul, li, dd, dl, dt  {list-style:none;}
fieldset, legend {border:0;	margin:0; padding:0;}
img { border:0; vertical-align:middle; }
label{cursor:pointer;}
address, caption, em{font-weight:normal;font-style:normal;}
a { text-decoration:none; color:#333; }
::selection { color:#fff; background:#aaa;}
input, button, select { letter-spacing:-1px; color:#333;}
input, select, textarea { border:#ddd solid 1px; padding:8px; }

@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css); 
@import url(//fonts.googleapis.com/css?family=Montserrat);

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



/*손가락*/
.cp { cursor:pointer }

/*common css*/
strong { font-weight:bold; }
.focusinput:focus { border:#77966e solid 1px; }