@charset "utf-8";

/* 내용관리 */
#ctt {width: 1260px; margin:0 auto; padding:160px 0;background:#fff; font-weight: 400; margin-top: 40px;}
.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}

#ctt_con p{font-size: 1rem !important;}
#ctt_con p:first-child b{font-size: 2.4rem !important; font-weight: bold;}
#ctt_con p:nth-child(2) span b{font-size: 2rem !important;}
#ctt_con p b{margin-bottom: 0.5rem !important; display: block; font-size: 1.1rem;font-weight: 600;}
#ctt_con p b span{font-size:1.4rem !important;}


@media (max-width:1440px){
#ctt{padding: 130px 5%; width: 100%;}
}

@media (max-width: 990px) {
#ctt{padding: 100px 5%;}
}

@media (max-width: 768px) {
#ctt{padding: 80px 5%;}
}
