@import url("http://fonts.googleapis.com/earlyaccess/notosanskr.css");
.sub *{
    font-family:'Noto Sans Kr';
}
.sub img{
width:100%;
       margin-bottom:50px;
}
.sub > dl {
    margin-bottom:30px;
}
.sub dt{
    font-size:20px;
    padding-bottom:10px;
}
.sub dt:before {
    display: inline-block;
    content: '';
    width: 25px;
    height: 25px;
    vertical-align: middle;
    background: url(/app/dubu_sourcecode/docs/imgs/1493080796_h33.png) no-repeat 0 2px;
    background-size: 100%;
    margin-right: 5px;
}
.sub dd{
    font-size:15px;
    color:#666;
    background:#f9f9f9;
    padding:20px;
}
/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:768px){
}
