@charset "utf-8";
 
/* NotoSansKR */
@font-face {
	font-family: 'NS';
	font-style: normal;
	font-weight: 100;
	src: url('../font/NotoSansKR-Thin.eot');
	src:  url('../font/NotoSansKR-Thin.woff2') format('woff2'),
		url('../font/NotoSansKR-Thin.woff') format('woff'),
		url('../font/NotoSansKR-Thin.otf') format('opentype');
}
@font-face {
	font-family: 'NS';
	font-style: normal;
	font-weight: 300;
	src: url('../font/NotoSansKR-Light.eot');
	src: url('../font/NotoSansKR-Light.woff2') format('woff2')
		url('../font/NotoSansKR-Light.woff') format('woff'),
		url('../font/NotoSansKR-Light.otf') format('opentype');
}
@font-face {
	font-family: 'NS';
	font-style: normal;
	font-weight: 400;
	src: url('../font/NotoSansKR-Regular.eot');
	src: url('../font/NotoSansKR-Regular.woff2') format('woff2'),
		url('../font/NotoSansKR-Regular.woff') format('woff'),
		url('../font/NotoSansKR-Regular.otf') format('opentype');
}
@font-face {
	font-family: 'NS';
	font-style: normal;
	font-weight: 500;
	src: url('../font/NotoSansKR-Medium.eot');
	src: url('../font/NotoSansKR-Medium.woff2') format('woff2'),
		url('../font/NotoSansKR-Medium.woff') format('woff'),
		url('../font/NotoSansKR-Medium.otf') format('opentype');
}
@font-face {
	font-family: 'NS';
	font-style: normal;
	font-weight: 600;
	src: url('../font/NotoSansKR-Bold.eot');
	src: url('../font/NotoSansKR-Bold.woff2') format('woff2'),
		url('../font/NotoSansKR-Bold.woff') format('woff'),
		url('../font/NotoSansKR-Bold.otf') format('opentype');
}

/* 210421 전지수 - 추가[S] */
@font-face {
	font-family: 'HANA';
	font-style: normal;
	font-weight: normal;
	src: url('../font/HanaB.ttf');
}
/* //210421 전지수 - 추가[E] */

/* reset */ 
*{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
html,body{width:100%;min-height:100%;height:100%;/*overflow:auto;width:100%;min-height:100vh;min-height:calc(var(--vh, 1vh) * 100);*/-webkit-touch-callout:none;-webkit-user-select:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);}
html, body, div, span, applet, 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, sub, sup, tt, var,b, u, i, center, dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video, strong, button{border:0;font:inherit;vertical-align:baseline;}
body, textarea, input, select, button {font:400 14px/1 'NS', sans-serif;color:#222;word-wrap:break-word;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {display: block;}
pre{white-space:pre-wrap;}
ol,ul{list-style:none;}
img, label, input, select, a{vertical-align:middle;}
input,textarea,button,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;}
input,textarea,select{border:0 none;background:none;border-radius:0;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:''; content: none;}
table {width:100%;border-collapse:collapse;border-spacing:0;}
a{outline:none;select-dummy:expression(this.hideFocus=true);color:inherit;text-decoration:none;}
a:hover,a:active,a:visited{outline:none;text-decoration:none;}
button:active, button,visited{outline:none;}
strong{font-weight:500 !important;font-family:'NS', sans-serif !important;}
.blind{text-indent:-5000px;width:0;height:0;font-size:0;line-height:0;}

textarea{padding:10px;width:100%;border:1px solid #cdcdcd;line-height:20px;}
	textarea::-moz-placeholder{color:#909090;}
	textarea:-ms-input-placeholder{color:#909090;}
	textarea::-webkit-input-placeholder{color:#909090;}
button{display:inline-block;border:none;background:none;cursor:pointer;vertical-align:middle;}

select{height:39px;border-bottom:1px solid #e3e9e8;background:url('../../../ros/resource/images/btn_select.png') right 6px top 50% no-repeat;background-size:11px;font-size:19px;color:#001310;}
select:focus{outline:none;}
select::-ms-expand{display:none;}
input[type=text]::-ms-clear{display:none;}
input[type=password]::-ms-clear{display:none;}