@charset "utf-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@font-face {
	font-family: 'xeicon';
	src:url('fonts/xeicon.eot?v=2.2.0');
	src:url('fonts/xeicon.eot?#iefix&v=2.2.0') format('embedded-opentype'),
	url('fonts/xeicon.woff2?v=2.2.0') format('woff2'),
	url('fonts/xeicon.woff?v=2.2.0') format('woff'),
	url('fonts/xeicon.ttf?v=2.2.0') format('truetype');
	font-weight: normal;
	font-style: normal;
}
* {font-family: Pretendard,'Noto Sans KR', sans-serif;}
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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, p,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
@media all and (max-width: 1080px) {
	body {
		overflow-x: hidden;
	}
}
pre{
	width: 100%;
	white-space: pre-wrap;
	text-align: left;
    line-height: 25px;
	word-break: keep-all;
}
input[type="text"], input[type="password"]{
	background-color: #f5f5f5;
	border: 0px;
	height: 29px;
}
textarea {
	background-color: #f5f5f5;
	border: 0px;
}
input[type="checkbox"]{
	vertical-align: bottom;
	margin-right: 8px;
}
select {
	background-color: #f5f5f5;
	border: 0px;
	height: 29px;
	color: #a5a5aa;
}
img{
    vertical-align: top;
}
a:link, a:visited{text-decoration:none;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background-color: #FFFFFF;
	margin: 0;
	width: 100%;
	padding: 0;
}
ol, ul, li {
	list-style: none;
}
i {
	font-family: 'xeicon' !important;
	display: inline-block;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.noView{
	display: none !important;
}
span.yellowFont{
	font-weight: 800;
	font-size: 20px;
	color: #ffd018;
	background-color: #464646;
}