@charset "utf-8";

/* 내용관리 */
#ctt {}
.ctt_admin {text-align:right}
#ctt header h1 {padding-bottom:50px; font-size:2.75rem; font-weight:700;  text-align:center;}
#ctt_con {padding:20px;line-height:1.6em; border:1px solid #ddd; height:500px; overflow:auto;}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}

.terms_cont{padding:40px 0 80px;}


@media screen and (max-width: 500px){
#ctt header h1{font-size:2rem; padding-bottom:20px; }
#ctt_con{padding:10px;  height:300px; }


}