@charset "UTF-8";

/* 본킹? brand-section2 */
.service-page {
    text-align: center;
    padding-top: 130px;
}
.service-nav ul li {
    margin-top: 50px;
    display: inline-block;
    width:20%;
    height:80px;
    line-height: 80px;
    text-align: center;
    color: #333;
    font-family: 'ELAND_Choice_M';
    font-size: 20px;
}
.service-nav ul li.current {
    display: inline-block;
    color: #007348;
    border-bottom:3px solid #007348;
    box-sizing: border-box;
    opacity: 1;
}

/* follower list */
.ServiceSideMenu {
    display: none;
    margin: 40px 0 100px 0;
}
.ServiceSideMenu.current {
    display: inherit;
}
.list-wrap {padding: 20px;}
.list {
    padding: 10px 0;
    width: 100%;
    display: inline-block;
}
.list-img {float: left;width: 100%;}
.listImg-gap {
    text-align: center;
}
.list-img img {
    width: 40%;
}

@media (max-width:1200px){
    .service-page {
        padding-top: 70px;
    }
    .sub-title h2 {
        font-size: 55px;
    }
    .sub-title span {
        font-size: 20px;
    }


}

@media (max-width:980px){

    .sub-title h2 {
        font-size: 50px;
    }
    .service-nav ul li {
        margin-top: 30px;
        height:50px;
        line-height: 50px;
        font-size: 18px;
    }
    .ServiceSideMenu {
        margin: 20px 0 100px 0;
    }
    img.serviceImg {
        width: 75%;
    }

}


@media (max-width:800px){
    .sub-title {
        padding: 140px 0;
    }
    .sub-title h2 {
        font-size: 45px;
        margin-bottom: 15px;
    }
    .sub-title span {
        font-size: 18px;
    }

    .detail-main {
        margin-top: 50px;
    }
}



@media (max-width:600px){
    .detail-page {
        padding-bottom: 120px;
    }
    .sub-title {
        padding: 80px 0;
    }
    .sub-title h2 {
        font-size: 35px;
    }
    .sub-title span {
        font-size: 16px;
    }

}

@media (max-width:450px){
    .sub-title {
        padding: 50px 0;
    }
    .sub-title h2 {
        font-size: 30px;
    }
    .sub-title span {
        font-size: 14px;
    }
    .detail-main {
        margin-top: 40px;
    }
    img.serviceImg {
        width: 90%;
    }

}

@media (max-width:350px){
    .sub-title h2 {
        font-size: 25px;
    }
    .sub-title span {
        font-size: 13px;
    }
}