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

.sub{
    padding:20px;
}
.sub .wrap{
    margin-bottom:60px;
}
.sub .wrap:last-child{
    margin-bottom:0;
}
.sub h3 {
    display: inline-block;
    font-family:'Noto Sans Kr';
    font-size:28px;
    color:#999;
    font-weight:400;
    letter-spacing:-2px;
    line-height:1em;
    margin-bottom:20px;
}
.sub h3 img {
    width:30px;
    vertical-align:middle;
}
.sub p{
    font-family:'Noto Sans Kr';
    font-size:15px;
    color:#595959;
    font-weight:300;
    letter-spacing:-1px;
    line-height:1.7em;
    text-align:justify;
    margin-bottom:20px;
}
.sub p:last-child{
    margin-bottom:0;
}
.sub ul {
    overflow:hidden;
}
.sub ul li {
    font-family:'Noto Sans Kr';
    font-size:16px;
    line-height:1.7em;
    background:#dbeffb;
    width:80%;
    height:100%;
    padding:20px 40px;
    margin:0 auto 20px;
    border-radius:30px 0 30px;
    border-right:2px solid #b5e2ff;
    border-bottom:2px solid #b5e2ff;
}

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

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