@charset "utf-8";

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

.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;} 

#ctt_con .box {
    width: 100%;
    height: 300px;
    border-radius: 30px;
    padding: 50px;
    position: relative;
    background: #FF6A4D url("../../../img/company/service_guide_dog.png") no-repeat right -20%;

    }
#ctt_con .box2 {
    position: absolute;
    top: -100px;
    right: 0;
    width: 250px;
    height: 300px;
    background: transparent;
    border-radius: 30px;
    z-index: 2;
    background: url("../../../img/company/service_guide_flower.png") no-repeat right bottom;
}
#ctt_con h2{
    font-size: 2.2em;
    padding-bottom: 20px;
    text-align: left;
    color: #fff;
    line-height: 1.3;
}
#ctt_con p{
    font-size: 1.2em;
    padding-bottom: 20px;
    text-align: left;
    color: #fff;
    line-height: 1.4;
}

#ctt_con .guide{padding:50px; }

#ctt_con h3{
    font-size: 28px;
    line-height: 2;
}
#ctt_con li{
    font-size: 20px;
    line-height: 1.5;
}



@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;}



    #ctt_con .box {
        width: 100%;
        height: 500px;
        border-radius: 30px;
        padding: 80px 20px;
        position: relative;
        background: #FF6A4D url("../../../img/company/service_guide_dog.png") no-repeat center bottom;
        background-size: 80%;
    }

    #ctt_con h2 {
        font-size: 1.5em;
        padding-bottom: 20px;
        color: #fff;
        line-height: 1.3;
        text-align: center;
    }

    #ctt_con p {
        font-size: 1.1em;
        padding-bottom: 20px;
        text-align: center;
        color: #fff;
        line-height: 1.4;
    }
    #ctt_con .box2 {
        position: absolute;
        top: -100px;
        right: 20px;
        width: 300px;
        height: 300px;
        background: transparent;
        border-radius: 30px;
        z-index: 2;
        background: url("../../../img/company/service_guide_flower.png") no-repeat right bottom;
        background-size: 30%;
    }

    #ctt_con .guide {
        padding: 50px 0;
    }

    #ctt_con h3 {
        font-size: 1.8em;
    }
    #ctt_con li {
        font-size: 1.2em;
    }
}