/*
Theme Name:     Construction Child
Theme URI:      http://wpdemo.thememodern.com/construction/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         ThemeModern
Author URI:     http://thememodern.com/
Version:        1.0
Template:       construction
*/

@import url("../construction/style.css");
@import url("../construction/fonts.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
html, div, body, h1, h2, h3, h4, h5, p, li, table {
	font-family:'Noto Sans KR', 'Nanum Gothic', 'NanumGothic', '맑은 고딕', sans-serif !important;
	word-break:keep-all;
}

.kboard-default-poweredby {
	display:none;
}

#project-filter {
	display:none;
}

.kboard-latest-title > a { color: #444; }
.kboard-latest-title > a:hover { color: #FA3; }

.gb-table-normal th {text-align:center !important}
.gb-table-normal td {text-align:center !important; vertical-align:middle !important;}

#footer {
	padding: 30px 0 10px;
}