/* ===================================================================== 
'*	ÇÁ·Î±×·¥¸í : reset.css
'*	±â´É : CSS ÃÊ±âÈ­
'*  ¸¸µç³¯Â¥ : 
'*	¸¶Áö¸· ¼öÁ¤ÀÏ :
'*	¸¶Áö¸· ¼öÁ¤ÀÚ :
'*	¹öÁ¯ : 1.0
'*	±âÅ¸ »çÇ× :
'* ==================================================================== */

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:400,900&display=swap&subset=korean');

* {font-family: 'Noto Sans KR', sans-serif; font-weight:normal; color:#555; line-height:130%;}
* {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, input, select, textarea,
fieldset, form, label, legend, fieldset,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-size: inherit;
	letter-spacing: -0.12mm;
	list-style: none;
	text-decoration: none;
	border-collapse: collapse;
	vertical-align: middle;
	outline: 0;
}


html {
	overflow-y: scroll;
}

html, body {	
	height: 100%
}

input, textarea, button, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input, textarea, button, select {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

	select::-ms-expand {
		display: none;
	}


	input:-ms-input-placeholder,
	select:-ms-input-placeholder,
	textarea:-ms-input-placeholder {font-weight:normal; font-style: italic; font-size:9pt; color: #77a9ce;}

	input::-webkit-input-placeholder,
	select::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {font-weight:normal; font-style: italic; font-size:9pt; color: #77a9ce;}

	input::-moz-placeholder,
	select::-moz-placeholder,
	textarea::-moz-placeholder {font-weight:normal; font-style: italic; font-size:9pt; color: #77a9ce;}

a {
	cursor: pointer;
}

img {
	border: 0;
	vertical-align: baseline;
	outline: 0;
}

span {	
	vertical-align: baseline;
}