@charset 'utf-8';
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

* { box-sizing: border-box; }
html { overflow-y:auto; box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	min-width: 1400px;
	font-family: 'Pretendard' !important;
    font-weight:400;
	color:#333;
	font-size: 16px;
	margin:0;
	padding:0;
	position:relative;
}

button {
	border: none;
    outline: none;
	background: none;
}
button, input[type=submit] {cursor: pointer;}
table caption, legend { display:none; }
em, address { font-style:normal; }
img,
a img { border:none; }

body a { text-decoration:none; color:#000; }
body a:hover,
body a:focus{text-decoration:none;}
body .nav>li>a:hover,
body .nav>li>a:focus{background-color:initial}
fieldset{border:0 none;}

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 {
	margin: 0;
	padding: 0;
	list-style:none
	}

body.admin nav ul li{background:none;}

div h1, div h2, div h3, div h4, div h5, div h6{margin:0; line-height:normal;}
div ul, div ol{margin:0; padding:0;}
div p{margin:0;}
div address{margin:0}

body li{line-height:normal;}

input::-ms-clear,
input::-ms-reveal {display: none; width : 0; height: 0;}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration { display: none; }

input[type=text], select, textarea{ font-family: 'Pretendard'; -webkit-border-radius:0; -moz-border-radius:0; -o-border-radius:0; border-radius:0; outline:none; -moz-box-shadow: none; box-shadow: none;}

::placeholder {
	color: #666;
	font-family: 'Pretendard';
	font-weight: 300;
}
