@charset "utf-8";

/* 내용관리 */
#ctt {}
.ctt_admin {text-align:right}
#ctt header h1 {}
#ctt_con {padding:10px 0;line-height:1.6em;min-height:300px;}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}

/* bootstrap 적용후 충돌 */
a.btn_admin, .btn_admin {
    padding: 0 10px;
    background: #3f8ad1;
}
.btn_admin:hover, a.btn_admin:hover {
    background: #2368a9;
}
.btn {
    font-size: 1.1em;
}
#bo_cate #bo_cate_on {
    font-weight: 600;
}
#faq_sch .btn_submit {
    font-weight: 600;
}

#ctt header {
	position:relative;
	margin-top:20px;
    font-size: 1.6em;
    font-weight: 500;
    color: #Ff5500;
    padding: 0 0 12px 0;
    border-bottom: solid 1px #ac926d;
    letter-spacing: -0.1em;
}
.bo_navigation {
	position:absolute;
    font-size: 0.64em;
    font-weight: 400;
    color: #000000;
	top:2px;
	right:3px;
    letter-spacing: 0em;
}
