@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	overflow-x:hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

/* ================================================= */


* {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; background-repeat: no-repeat; box-sizing: border-box !important;}
body {line-height: 1; font-family: 'Pretendard Variable', /*'NotoSans',*/ sans-serif; color: #222;}

a { color: inherit; text-decoration:none; }
button, input, select{all: unset;}
button:hover, label:hover{cursor: pointer;}

input[type=text], input[type=password], input[type=email], input[type=tel]{padding: 0.6em; line-height: 1; background-color: #fbfbfb; border: 1px solid #eee; border-radius: 5px; text-align: left;}
select { background: url(../img/icon/select_arrow.svg) no-repeat calc(100% - 0.5rem) center / 1rem; padding: 0.6em; padding-right: 2em; line-height: 1.25; background-color: #fbfbfb; border: 1px solid #eee; border-radius: 5px; text-align: left; }
input[type=checkbox] { -moz-appearance:none; -webkit-appearance:none; -o-appearance:none; outline: none; content: none;	}
input[type=checkbox]:before { font-family: "FontAwesome"; content: "\f00c"; color: #fbfbfb !important; background: #fbfbfb; display: block; width: 1em; height: 1em; border: 1px solid #ddd; padding:2px; border-radius: 50%; text-align: center; line-height: 1em;}
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus { outline: none; outline-offset: 0; }
input[type=checkbox]:checked:before { background-color: #333 !important; }
label > input[type=checkbox], label > input[type=radio]{margin-right: 5px;}
input[type=radio]{width:1em; height:1em; border:1px solid #ddd; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius: 50%; background-color: #fbfbfb; box-sizing: content-box !important; vertical-align: text-top; padding: 2px;}
input[type=radio]:checked{content: ""; font-weight:600; color: #fff; background:#fff url('../img/icon/dot.png') no-repeat center / cover; border:1px solid #666;}

textarea{padding: 0.6em; background-color: #fbfbfb; border: 1px solid #eee; border-radius: 5px;}
b{font-weight: 600;}
strong{font-weight: 700;}
small{font-size: 0.8em;}

.sound_only {position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip: rect(0, 0, 0, 0);border: 0;}

/* 기사페이지 reset */
#news_body_area{line-height: 1.6; padding-bottom: 50px;}
#news_body_area *{all: revert; max-width: 100%; margin-left: auto; margin-right: auto;}
#news_body_area iframe{all: revert-layer;}

