@import url("http://fonts.googleapis.com/earlyaccess/jejugothic.css");
.business *{
    font-family:'Jeju Gothic';
}
.business{
    padding:10px 5px;
}

.bus {
    padding:3px 0px 10px 10px;
}
/* top */
.bus .top {
    border:0px solid #666;
    box-shadow:1px 1px 6px rgba(0,0,0,0.2);
    background-size:100%;
    padding-bottom:10px;
    padding: 1px 10px 30px;
}
.bus img {
    width:100%;
    margin-bottom:10px;
}

.bus .top h2{
    font-size:24px;
    font-weight:500;
    letter-spacing:-1px;
    margin-bottom:17px;
    margin-top:20px;

}
.bus .top h2:before {
    display: inline-block;
    content: '';
    width: 5px;
    height: 17px;
    background-color:#60add5;
    margin-right: 10px;
    margin-left:20px;

}
.bus .top p{
    font-size:16px;
    color:#666;
    letter-spacing:-1px;
    padding-bottom:20px;
    font-weight:400;
    line-height:1.7;
    padding:0 20px;

}



.pro_box {
    min-height: 70px;
    position: relative;
    overflow: hidden;
}
.pro_box h3 {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -1px;
    color: #393939;
    padding: 20px 0px 5px 0px;
    line-height: 1.5em;
}

.pro_box h3 em {
    font-weight: 400;
    color: #498fd7;
}
.pro_box ul {
    overflow: hidden;
    padding: 25px;
    border-bottom: 1px solid #dfdfdf;
    background: rgba(0,0,0,0.02);
}
.pro_box li {
    font-size: 15px;

    letter-spacing: -1px;
    line-height: 1.4;
    color: rgba(0,0,0,0.55);
    padding: 4px 0 4px 12px;
    /* background: url(/app/dubu_sourcecode/docs/imgs/1520407894_1513257931_info_img14.png) no-repeat left 11px; */
    background-size: 6px;
}
.pro_box p {
    font-size: 15px;

    letter-spacing: -1px;
    line-height: 1.4;
    color: rgba(0,0,0,0.55);
    padding: 4px 0 4px 12px;
    background-size: 6px;
}

.cont3 ul{
    margin-top: 50px;
}
.cont3 ul li{
    width: 16%;
    display: inline-block;
    text-align: center;
    background: url(/app/dubu_sourcecode/docs/imgs/1520408592_1516264154_arrow.gif)no-repeat right center;
    background-color: white;
}
.cont3 ul li:last-child {
    background: none;
}

.cont3 ul li span{
    display: block;
    font-size: 15px;
    margin-top: 10px;

}

.cont4 ul li{
    width: 24%;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}
.cont3 ul li:last-child {
    margin-right: 0;
}
.cont4 ul {
    margin-top:50px;
}
.cont4 ul li img{
    width: 100%;
}
.cont4 ul li span{
    background: #2d9bd2;
    display: block;
    color: #fff;
    padding: 10px;
    font-size: 16px;
}

/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
    .cont4 ul li {
        width: 23%;
    }
}

/* mobile */
@media screen and (max-width:768px){
    .cont3 ul li {
        width: 45%;
        margin-bottom:10px;
    }
    .cont4 ul li {
        width: 100%;
        margin-bottom: 10px;
    }
}
