@charset "utf-8";

@import url('layout.css');
@import url('main.css');
@import url('contents.css');
@import url('board.css');
@import url('animate.css');

@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&display=swap');
@import url('http://c.dubuplus.com/inc/css/font/notosans/notosanskr.css'); 

@font-face {
    font-family: 'NotoSerifKR';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NotoSerifKR.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*reset*/
*{margin:0; padding:0; box-sizing:border-box;}

html{height:100%;}
body{min-height:100%;}
html, body{height:100%;}
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, address, dl, dt, dd,
ol, ul, li, fieldset, form, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, select, textarea{margin:0; padding:0;}
body {font-family:'Noto Sans KR','NotoSerifKR','Nanum Myeongjo', sans-serif; line-height:150%; font-size:0.938em; font-weight:400; color:#000; letter-spacing:0;}
ul, ol, li{list-style:none;}
img, a img {
	border:none;
	display:inline-block;
	height:auto;
	image-rendering: optimizeQuality;
}
button{cursor:pointer; border:0; /* display:block; */}
address{font-style:normal;}
caption{font-size:0; visibility:hidden; position:absolute; top:0; left:0;} 

/* link Style */
a, a:active, a:hover{text-decoration:none; color:#333;}
::selection {background:rgba(18, 71, 124, 0.8); /* Safari */ color:#fff;}
::-moz-selection {background:rgba(18, 71, 124, 0.8); /* Firefox */ color:#fff;}

/* skip */
.skip{visibility:hidden; position:absolute; top:0; left:0;}

/*margin*/
.mgb10{margin-bottom:10px;},
.mgb15{margin-bottom:15px;}
.mgb20{margin-bottom:20px;}
.mgb25{margin-bottom:25px;}
.mgb30{margin-bottom:30px;}
.mgb35{margin-bottom:35px;}
.mgb40{margin-bottom:40px;}
.mgb45{margin-bottom:45px;}
.mgb50{margin-bottom:50px;}

.mgt10{margin-top:10px;}
.mgt15{margin-top:15px;}
.mgt20{margin-top:20px;}
.mgt25{margin-top:25px;}
.mgt30{margin-top:30px;}
.mgt35{margin-top:35px;}
.mgt40{margin-top:40px;}
.mgt45{margin-top:45px;}
.mgt50{margin-top:50px;}

.pdt10{padding-top:10px;}
.pdt15{padding-top:15px;}
.pdt20{padding-top:20px;}
.pdt25{padding-top:25px;}
.pdt30{padding-top:30px;}
.pdt35{padding-top:35px;}
.pdt40{padding-top:40px;}
.pdt45{padding-top:45px;}
.pdt50{padding-top:50px;}

.pdb10{padding-bottom:10px;}
.pdb20{padding-bottom:20px;}
.pdb40{padding-bottom:40px;}
.pdb50{padding-bottom:50px;}

.pl10{padding-left:10px;}
.pl15{padding-left:15px;}
.pl20{padding-left:20px;}

/* align */
.text_c{text-align:center;}

/* bold */
.font_m{font-weight:400;}
.font_b{font-weight:600;}

/* color */
.white{color:#fff;}
.red{color:#c00000;}

/* font type */
.capital_letter{text-transform:uppercase;}

br{display:block;}


/*-- mediaqueries --*/
@media (max-width:991px){
br{display:none;}
}
