/* reset */
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;
	vertical-align: baseline;
	text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
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; }

/* font */
@font-face {
	font-family: 'Pretendard'; font-weight: 700;
	src: local('Pretendard Bold'), url(/font/Pretendard-Bold.woff2) format('woff2'), url(/font/Pretendard-Bold.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard'; font-weight: 600;
	src: local('Pretendard SemiBold'), url(/font/Pretendard-SemiBold.woff2) format('woff2'), url(/font/Pretendard-SemiBold.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard'; font-weight: 500;
	src: local('Pretendard Medium'), url(/font/Pretendard-Medium.woff2) format('woff2'), url(/font/Pretendard-Medium.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard'; font-weight: 400;
	src: local('Pretendard Regular'), url(/font/Pretendard-Regular.woff2) format('woff2'), url(/font/Pretendard-Regular.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard'; font-weight: 300;
	src: local('Pretendard Light'), url(/font/Pretendard-Light.woff2) format('woff2'), url(/font/Pretendard-Light.woff) format('woff');
}

@font-face { font-family: 'SUIT'; font-weight: 600; src: url('/font/SUIT-SemiBold.woff2') format('woff2'); }
@font-face { font-family: 'SUIT'; font-weight: 700; src: url('/font/SUIT-Bold.woff2') format('woff2'); }

/* skip */
#skip_navi { position: relative; z-index: 95; }
#skip_navi a {
	display: block;
	height: 1px;
	width: 1px;
	margin-bottom: -1px;
	overflow: hidden;
	font-size: 15px;
	color: #ffffff;
	white-space: nowrap;
	text-align: center;
	text-decoration: underline;
	background-color: #555555;
}
#skip_navi a:focus, 
#skip_navi a:active {
	height: auto;
	width: 100%;
	padding: 10px;
}

/* common */
* {
	font-family: 'Pretendard', sans-serif !important;
	font-weight: 400;
	box-sizing: border-box;
}

#enewsmaker {
	position: relative;
	width: 100%;
	height: 100%;
}

body {
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}

@page {
  size: A4;
  margin: 10mm;
}


@media print {	
	#cont_tit, #sub_wrap, .footer_bg { 
		width: 100%!important;
	}

	#header, #article_more, #btn_wrap {
		display: none;
	}
}