@charset "UTF-8";
@import url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/stylesheets/NotoSansKR-Hestia.css);

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, hr {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    line-height: 1;
  font-family: 'Noto Sans Korean', '돋움', Sans-serif;

}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a:hover,a:active,a:focus, a{text-decoration:none;}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix::after{
    content: "";
    display: block;
    clear: both;
}



.upper {text-transform:uppercase;}
.active {z-index:1;}
.txt_center {text-align:center;}
.txt_left {text-align:left;}
.txt_right {text-align:right;}

/* editor */
.ck-content{width: 100%; height: 400px; resize: none; padding: 10px; box-sizing: border-box; border: none; border-bottom: 1px solid #e1e1e1; font-size: 16px; font-family:'NotoSansKR'; font-weight:300; color: #757579; outline-style: none; background-color: transparent; line-height: 1.4;}
.text-tiny{font-size: 0.7em;}
.text-small{font-size: 0.85em;}
.text-big{font-size: 1.4em;}
.text-huge{font-size: 1.8em;}
.board_detail_con strong{font-weight: 600; vertical-align: super;}
.board_detail_con .table{display: block; border: 1px solid #000;}
.board_detail_con .table table{border-collapse: collapse; border-spacing: 0; width: 100%; height: 100%; border: 1px double #b3b3b3;}
.board_detail_con .table table td,.board_detail_con .table table th{min-width: 2em; padding: 0.4em; border: 1px solid #bfbfbf;}
.raw-html-embed,figure.media{position: relative; height: 0; padding-bottom: 56%;}
.raw-html-embed iframe,figure.media iframe{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
figure.image img{max-width: 100%;}
figure.image.image-style-align-left{text-align: left;}
figure.image.image-style-align-center{text-align: center;}
figure.image.image-style-align-right{text-align: right;}