@charset "utf-8";

/*font*/
@font-face{
	font-family:'NotoSansKR';
	src:url(../fonts/NotoSansKR-Bold.woff);
	font-weight:700;
}
@font-face{
	font-family:'NotoSansKR';
	src:url(../fonts/NotoSansKR-Medium.woff);
	font-weight:500;
}
@font-face{
	font-family:'NotoSansKR';
	src:url(../fonts/NotoSansKR-Regular.woff);
	font-weight:400;
}
@font-face{
	font-family:'NotoSansKR';
	src:url(../fonts/NotoSansKR-Light.woff);
	font-weight:300;
}



html{font-size:62.5%;}
html, body {height:100%;}
body {padding:0; margin:0; font-family:'NotoSansKR', 'Arial', AppleGothic, 'dotum', '돋움', sans-serif; line-height:1; color:#292a39; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust:100%; font-size:1.6rem;}
*{box-sizing:border-box;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {display: block;}

fieldset {display:block; margin:0; padding:0; border:0;}
form {margin:0; padding:0;}

a {text-decoration:none; color:#292a39; -webkit-tap-highlight-color: transparent;}
a[href^="tel"] {color:inherit; text-decoration:none;}
img {width:100%; border:0; vertical-align:top;}
em, address {font-style:normal;}
table {width:100%; border-collapse:collapse;}
caption {overflow:hidden; visibility:hidden; position:absolute; width:0; height:0; font-size:0;}
input {line-height:normal; -webkit-border-radius:0;}
input:disabled {opacity:1; -webkit-text-fill-color:inherit;}
input, textarea, select, button {font-family:'NotoSansKR', 'Arial', AppleGothic, 'dotum', '돋움', sans-serif;}

.blind {overflow:hidden; visibility:hidden; position:absolute; width:0; height:0; font-size:0;}
.skip ul {margin:0; padding:0; list-style:none; z-index:100;}
.skip ul a {position:absolute; left:-100%;}
.skip ul a:focus {display:block; width:100%; height:30px; line-height:30px; top:0; left:0; background:#292a39 ; color:#fff; text-align: center; z-index:999;}

h1, h2, h3, h4, h5, h6, p {line-height:140%; margin:0; word-break:keep-all;}
ul, dl {line-height:140%; padding:0; margin:0; list-style:none;}
ul li{list-style: none;}
/* ios 길게터치시 highlighting 막는 style */
body {-webkit-user-select: none; -webkit-touch-callout: none;}

