/* base */
@charset "utf-8";
@font-face { font-family: 'NanumSquareRound'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff') format('woff'); font-weight: normal; font-style: normal; }

/*reset,common */
html,body{ width: 100%; height: 100%; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,form,fieldset,p,button{ margin: 0 auto; padding: 0; }
body,h1,h2,h3,h4,button,textarea,input,select{ font-family: 'NanumSquareRound', Sans-serif; font-size: 12px;}
input[type="text"],input[type="password"],input[type='number'],select,textarea {border:1px solid #ccc;}
input[type="text"],input[type="password"],input[type='number'],select {height: 32px; padding: 0 5px; box-sizing: border-box;}
body{ background-color: #fff; /* -ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select:none; */}
img,fieldset,iframe{ border: 0 none; }
ul,li{ list-style: none; }
img{ vertical-align: top; }
i,em,address{ font-style: normal; }
label,button{ cursor: pointer; }
button{ margin: 0; padding:0; }
a{ text-decoration: none; }
table{ border-collapse: collapse; border-spacing: 0; }
legend{ position: absolute; left: -999em; }
input[type=button], input[type=submit], input[type=reset], input[type=image],button{ cursor: pointer; }
label.error{ display:block;  ; color:red ;  font-size: 12px; cursor: default !important;  }

FORM {
	display: inline;
}

body{
	margin : 0;
	text-align: left;
	color: black;
	font-size: 12px;
	font-family : Noto+Sans, notokr-regular, Noto+Sans ;
}
img{
  border : 0;
}
td, input, select{
  font-size : 12px;
  color : black;
}

a:link 		{text-decoration:none;  color:black;}
a:visited 	{text-decoration:none; color:black}
a:hover 	{text-decoration:none; color:black}
a:active 	{text-decoration:none; color:black}
a.link		{color:#916c46 !important; font-weight: bold !important;}
a.link:hover{color:#CDAF8F !important;}

/* 스크롤바 */
::-webkit-scrollbar {
	display:none;
  	width:0;
  	height:0;
}