@charset "utf-8";

/* 내용관리 */
#ctt {margin:30px auto 10px;padding:10px 0;background:#fff;min-height:200px; width:1260px;}
.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: 0 !important;}
.ctt_img {text-align:center; padding-bottom: 30px;}

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

.map            { border: 1px solid #eee; padding: 5px; border-radius: 5px;}
ul.map_info     { clear:both; margin-top: 20px;} 
ul.map_info i   {width:25px;color:#ffac10;line-height:30px;position:relative;z-index:2}
ul.map_info li:after {display:block;visibility:hidden;clear:both;content:""}

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


}