@charset "utf-8"; 

/* reset css */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,
a, span{
	margin:0; 
	padding:0; 
	border:0; 
	outline:0; 
	vertical-align:top; 
	box-sizing:border-box; 
	-ms-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-moz-tap-highlight-color: rgba(0,0,0,0);
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
ul, ol, dl{list-style:none;}
img, video{max-width:100%;}
a{text-decoration:none; color:#fff;}
table{/* border-collapse:collapse;  */border-spacing:0;}
input, select{vertical-align:middle;}
html{height:100%;}
body{height:100%;color:#fff;}
label{cursor:pointer;}
button{cursor:pointer; margin:0; padding:0; border:none; background:none;}
.blind, legend, hr{display:block; overflow:hidden; width:1px; height:1px; margin:-1px; position:absolute; top:0; left:-1000em; /* text-indent:-1000em; */}
i, em, address{font-style:normal; font-weight:normal;}
.skip, .skip_navi{visibility:hidden; overflow:hidden; position:absolute; left:-999em; width:0; height:0; font-size:0; line-height:0;}

/* 웹접근 focus */
:focus-visible {
    outline: 2px solid #aaa;
}


*{word-break: keep-all; margin:0; padding:0; box-sizing:border-box;}

html{font-size:62.5%; height: 100%; /*-webkit-touch-callout:none; -webkit-user-select:none;*/} 
body { 
	font-size: 14px;
	height: 100%;
}
 


