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

.sub table{
    border-collapse:collapse;
    border-top:2px solid #3fcfff;
    border-bottom:1px solid #3fcfff;
}
.sub caption{
    font-family:'noto sans kr';
    font-size:23px;
    font-weight:500;
    color:#346d9a;
    text-align:left;
    margin-bottom:10px;
}
.sub caption strong{
    font-family:'noto sans kr';
    font-size:25px;
    font-weight:600;
    color:#3fcfff;
}
.sub th,
.sub td{
    padding:10px 20px;
}
.sub th{
    width:120px;
    background:#ececec;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    font-family:'noto sans kr';
    font-size:14px;
}
.sub td{
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
}
.sub ul{
    overflow:hidden;
}
.sub li{
    font-family:'noto sans kr';
    font-size:14px;
}
.sub li:first-child{
    float:left;
    padding-right:40px;
}
.sub li:last-child{
    float:right;
    padding-left:40px;
    color:#0e8fe0;
}

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

/* mobile */
@media screen and (max-width:768px){
    .sub table{
        width:100%;
    }
    .sub th,
    .sub td{
        font-size:13px;
    }
    .sub li:first-child{
        padding-right:0;
    }
    .sub li:last-child{
        padding-left:0;
    }
}
