@import url("http://fonts.googleapis.com/earlyaccess/notosanskr.css");

/* 청소년체 웹폰트 */
@font-face{
 font-family:'Youth';
 font-style:normal;
 font-weight:400;
 src:url('//cdn.jsdelivr.net/korean-webfonts/1/orgs/othrs/kywa/Youth/Youth.woff2') format('woff2'),
     url('//cdn.jsdelivr.net/korean-webfonts/1/orgs/othrs/kywa/Youth/Youth.woff') format('woff');
}

.bus{
    overflow:hidden;
    padding:40px 20px;
}
.bus dl{
    float:left;
    width:33.333333333%;
    text-align:center;
    transition:all 0.3s;
}
.bus dt{
    font-family:'Youth';
    font-size:20px;
    font-weight:400;
    color:#ff8400;
    line-height:1em;
    
    border:1px solid #ddd;
    border-radius:25px;
    width:60%;
    padding:7px 0 5px;
    margin:0 auto 20px;
    transition:all 0.3s;
}
.bus dl:hover dt{
    background:#f6fcea;
}
.bus dt::before{
    display:inline-block;
    content:'';
    background:url(/app/dubu_sourcecode/docs/imgs/1469411891_leef.png) no-repeat center;
    background-size:contain;
    width:24px;
    height:24px;
    vertical-align:middle;
    margin-right:5px;
}
.bus dd{
}
.bus li{
    font-family:'noto sans kr';
    font-size:15px;
    color:#595959;
    font-weight:400;
    letter-spacing:-0.9px;
    line-height:1em;
    margin-bottom:10px;
}
.bus li:last-child{
    margin-bottom:0;
}
.bus li::before{
    display:inline-block;
    content:'';
    background:#72cc51;
    width:2px;
    height:2px;
    vertical-align:middle;
    margin-right:5px;
}

.bus .img_wrap{
    overflow:hidden;
    margin-bottom:40px;
}
.bus img{
    float:left;
    width:33.3333333333%;
    padding:0 20px;
}

/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:768px){
    .bus dl{
        width:100%;
        margin-bottom:40px;
    }
    .bus dt:last-child{
        margin-bottom:0;
    }
}