@charset "utf-8";
/* reset-------------------------------------------------------------------------------------------------------------------------------------*/
*{box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; margin:0; padding:0;}

html, body{width:100%; height:100%; -webkit-text-size-adjust:none;}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}


h1,h2,h3,h4,h5,h6{font-size:1em; font-weight:normal;}
fieldset,img{max-width:100%; margin:0; padding:0; border:0; vertical-align:top;}
ul{list-style:none;}
a{color:inherit; text-decoration:none;}
table{border-collapse:collapse; border-spacing:0;}
hr{display:none;}

address{font-style: normal;}

/* input reset-------------------------------------------------------------------------------------------------------------------------------------*/
input{margin:0; padding:0px; font-size:1em; vertical-align:middle; -webkit-border-radius:0; -webkit-appearance:none;}
input[type='checkbox']{-webkit-appearance:checkbox} 
input[type='radio']{-webkit-appearance:radio}
select{margin:0; padding:0; font-size:1em; vertical-align:middle; -webkit-border-radius:0; cursor:pointer; }
textarea{margin:0; padding:0; font-size:1em; vertical-align:middle; -webkit-border-radius:0; -webkit-appearance:none;}


/* 본문프린터용 */
@media print {
	#header, #lnb, #sub_wrap, #footer, #foot,.quick_menu,.event_quick,.last_issue_link,
	.sub_title .pdf_down,
	.add_function{display:none;}
	#container{background:#fff;}
	body, #body{margin:0; padding:0; background:#fff;}
	.qna_wr dl{page-break-inside:avoid; page-break-after:auto; break-inside: avoid;}
}