@charset "utf-8";

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, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, button, textarea,
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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	outline: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
input:focus{
	outline: none;
}
body {
    font: 18px 'Noto Sans KR', sans-serif;
    line-height: 1.5;
	letter-spacing: -1px;
    color: #333;
    word-break: keep-all;
	outline: none;
	overflow-x: hidden;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{vertical-align:top;max-width:100%;}

a{text-decoration:none;color:#333;}
a:hover{text-decoration:none;color:#0d57a8;}
button{cursor: pointer;}

.clear::after{content:'';display:block;clear:both;}
.hidden{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);}

::selection{background:#0d57a8;color:#fff;}

/* 공통정의 */
.inner{
    width: 1400px;
    /* height: 100%; */
    margin: 0 auto;
}
@media screen and (max-width:1500px) {
	.inner{width: 96vw;}
}
@media screen and (max-width:1024px) {
	.inner{width: 96vw;}
	body {font: 16px 'Noto Sans KR', sans-serif;}
}