@charset "utf-8";

/* 내용관리 */
#ctt {margin:10px 0;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}

/* 서브페이지 */
.sub_toptitle{width:100%; height:300px;background:url('../../../img/company/subtop_service.jpg') no-repeat center bottom;
    background-size: cover;}
.sub_toptitle h1{font-size: 40px;    font-weight: 400;    width: 100%;    max-width: 1200px;    margin: 0 auto;    line-height: 5;padding:20px;}
.sub h2{font-size: 2em;padding-bottom:20px; text-align: center;} 


@media (max-width:747px) {
    /* 서브페이지 */
    .sub_toptitle {
        background: url('../../../img/company/subtop_service_m.jpg') no-repeat center bottom;
        background-size: cover;
        margin: 0 0 20px 0;
        height:200px;
    }
    .sub_toptitle h1{text-align: center; line-height: 3;}
}