@charset "utf-8";

body {background: #000;}
#hd {background: rgba(0,0,0,0.8)}
#logo a {background-image: url(/img/assets/logo.svg);}
.menu-btn b {color: #fff;}
.menu-btn span::before,
.menu-btn span::after {background: #fff;}
.copyright {color: #fff;}
.sub-title {border-bottom: 1px solid rgba(255,255,255,0.2);}
.sub-title .txt {color: #fff;}

/* 내용관리 */
#ctt {padding:20px;background:#fff}
.ctt_admin {text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0;line-height:1.6em}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}

