@charset "utf-8";

/* 내용관리 */
#ctt {margin:30px auto 10px;padding:10px 0;background:#fff;min-height:200px; width:1200px; }
.ctt_admin {margin:0 5px;text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_himg img, #ctt_timg img, #ctt_con img {height:auto}
#ctt_con {padding:10px 0}
.ctt_img {text-align:center}

.pc_img img     { width: 100%;}    
.m_img          { display: none;}


@media (max-width: 969px){
    
    #ctt {margin:30px 2% 10px;width:100%; }
    #ctt_himg img, #ctt_timg img, #ctt_con img {width: 100%;}
    .m_img       { display: block;}
    .m_img img   { width: 100%;}    
    .pc_img      { display: none;}


}