@charset "utf-8";

@font-face { 
	font-family: 'MalgunGothic'; 
	src: url('/_static/font/malgungothicr.eot'); 
	src: local('※'), url('/_static/font/malgungothicr.eot?#iefix') format('embedded-opentype'), 
		url('/_static/font/malgungothicr.woff') format('woff');
	font-weight: normal; 
	font-style: normal; 
}

@font-face {
font-family: 'NotoKrL';
font-style: normal;
font-weight: 100;
src: local('Noto Sans Light'), local('NotoSans-Light'), url(/_static/font/NotoSans-Light.eot);
src: url(/_static/font/NotoSans-Light.eot?#iefix) format('embedded-opentype'),
url(/_static/font/NotoSans-Light.woff2) format('woff2'),
url(/_static/font/NotoSans-Light.woff) format('woff');;
}

@font-face {
font-family: 'NotoKr';
font-style: normal;
font-weight: 300;
src: local('Noto Sans Regular'), local('NotoSans-Regular'), url(/_static/font/NotoSans-Regular.eot);
src: url(/_static/font/NotoSans-Regular.eot?#iefix) format('embedded-opentype'),
url(/_static/font/NotoSans-Regular.woff2) format('woff2'),
url(/_static/font/NotoSans-Regular.woff) format('woff');
}

@font-face {
font-family: 'NotoKrM';
font-style: normal;
font-weight: 500;
src: local('Noto Sans Medium'), local('NotoSans-Medium'), url(/_static/fonts/NotoSans-Medium.eot);
src: url(/_static/font/NotoSans-Medium.eot?#iefix) format('embedded-opentype'),
url(/_static/font/NotoSans-Medium.woff2) format('woff2'),
url(/_static/font/NotoSans-Medium.woff) format('woff');
}

@font-face {
font-family: 'NotoKrB';
font-style: normal;
font-weight: 700;
src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(/_static/font/NotoSans-Bold.eot);
src: url(/_static/font/NotoSans-Bold.eot?#iefix) format('embedded-opentype'),
url(/_static/font/NotoSans-Bold.woff2) format('woff2'),
url(/_static/font/NotoSans-Bold.woff) format('woff');
}

html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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;
	vertical-align:baseline;
	text-decoration: none;
/*	vertical-align:bottom;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	 line-height: 1.2;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea, select, file, button {margin:0; padding:0; vertical-align:middle; line-height:1.2; color:#fff; font:inherit; font-size:20px;}
a { text-decoration:none;color:#fff;}
a:hover, a:link, a:visited, a:active {text-decoration:none;}
button, input{overflow:visible} /*ie6,7 여분의 패딩제거*/
button {cursor:pointer;}
strong, b {font-weight:bold;}
img {vertical-align:bottom; max-width: 100%;  height: auto !important;}


body {width:100%;background:#fff; font-family: '맑은고딕', 'Malgun Gothic', 'MalgunGothic', 'Noto Sans Korean', '돋움',Dotum,Helvetica,Sans-serif; font-size:12px; color:#171717; letter-spacing:-0.3px; word-break:break-all;}
/*html, body {height:100%;}*/
#wrap {zoom:1; position:relative; -webkit-text-size-adjust:none;}
#header, #contents, #footer {clear:both; position:relative; width:100%;}


/* 폰트 */
.ff_naG {font-family: 'Nanum Gothic', sans-serif;} /* 구글용 */
.ff_noS {font-family: 'Noto Sans KR', sans-serif;} /* 구글용 */
.ff_malG {font-family: '맑은고딕', 'MalgunGothic', sans-serif;}
.ff_dotum {font-family: '돋움', Dotum, Arial, sans-serif;}
.ff_naS {font-family: '나눔스퀘어', 'Nanum Square', sans-serif;}
.fw_b {font-weight:bold;}
.fc_b {color:#5170b2;}
.fc_blue {color:#0089e7;}
.fc_r {color:#dc0029;}