@charset "utf-8";

/* 내용관리 */
#ctt {margin:10px auto;padding:20px;background:#fff}
.ctt_admin {text-align:right;position: absolute;}
#ctt header h1 {position:absolute;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0;line-height:1.6em}
.ctt_img {text-align:center}
/* #ctt h4{font-size: 20px;}
#ctt p{font-size: 16px;} */
h3 {font-size:1.2em;}

.sub_toptitle{width:100%; height:250px;background:url('../../../img/company/subtopbg_02.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;} 
.sub h4{font-size: 1.4em;padding-bottom:20px;}

#ctt p {padding:5px;}

@media (max-width:747px) {

    /* 서브타이틀 */
    .sub_toptitle {
        background: url('../../../img/company/subtopbg_02_m.jpg') no-repeat center bottom;
        background-size: cover;
        margin: 0;
        height:180px;
    }
    .sub_toptitle h1{text-align: center; line-height: 4;}

}