@charset "UTF-8";



body,h1,h2,h3,h4,h5,h6,ul,ol,dl,dt,dd,th,td,li,p,fieldset,input{padding: 0; margin: 0;}
h1,h2,h3,h4,h5,h6,th{font-weight: normal;}
ul,ol,li{list-style: none;}
a{text-decoration: none; color: #222;}
address{font-style: normal;}
table{border-collapse: collapse;border-spacing: 0;}
th{font-weight: normal;}
fieldset{border: 0px;}
button,img{border: 0px;}
button{ cursor: pointer;}
/*img{ vertical-align: middle;}*/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, a{display: block;}

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,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	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;
}
input{ font-family: 'Noto Sans KR', sans-serif;}

/* Reset */ 


body{
    font-size: 14px;
    color: #222;
    font-family: 'Noto Sans KR', sans-serif;
	letter-spacing: -0.5px;
    min-width: 1200px;
}

input, select{ outline: none; padding-left: 10px; box-sizing: border-box; }
input[type=radio] { accent-color: #222;}


/* 숫자폰트 */
.num_font{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: -0.5px;
}


/* 에러페이지 */

.error{}
.error .top{
	width: 100%;
	border-bottom: 2px solid #222;
	text-align: center;
	height: 74px;
	padding-top: 20px;
}
.error .top img{ width: 150px;}
.error .bot{
	text-align: center;
	padding-top: 100px;
}
.error .bot img{ margin-bottom: 20px;}
.error .bot .p1{ font-size: 19px; line-height: 30px;}
.error .bot a{
	width: 250px; height: 50px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background: #222;
	line-height: 50px;
	font-weight: 300;
	margin: 50px auto 15px;
}
.error .bot .p2{
	font-size: 15px;
	color: #999;
}



