/*와이드 모니터*/
@media only screen and (min-width: 795px) and (max-width: 1336px) {
    .license{
        width: 795px;
    }
    .license > .infoBox{
        width: 773px;
    }
    .license > .ver > .table > ul:first-of-type {
        width: 101px;
    }
    
    .license > .ver > .table > ul:first-of-type~ul{
        width: 172px;
    }
    .license > .ver > .table > ul:first-of-type ~ ul > li:last-of-type {
        line-height: 20px;
        height: 77px;
        padding-top: 5px;
    }
}

/*태블릿*/
@media only screen and (min-width: 496px) and (max-width: 794px) {
    .license{
        width: calc(100% - 30px);
        margin: 0 auto;
    }
    .license > h2{
        font-size: 24px;
        line-height: 50px;
    }
    .license > .infoBox{
        width: calc(100% - 22px);
        font-size: 14px;
    }
    .license > .ver > h3 {
        font-size: 20px;
    }
    .license > .ver > .table > ul:first-of-type{
        display: none;
    }
    .license > .ver > .table > ul:first-of-type~ul{
        width: 49%;
    }
    
    .license > .ver > .table > ul:first-of-type ~ ul > li:last-of-type {
        font-size: 14px;
    }
    .able > .infoBox ul {
        width: 150px;
    }
    .able > .infoBox ul > li:first-of-type {
        width: 60px;
        font-size: 14px;
    }
    .able > .infoBox ul > li:last-of-type {
        font-size: 14px;
        width: 90px;
    }
    .able > .infoBox ul:last-of-type {
        margin-left: 10px;
    }
    .able > .infoBox2 {
        overflow: hidden;
    }
    .able > .infoBox2 > .textBox {
        margin-left: 0;
        font-size: 14px;
        line-height: 20px;
    }
}

/*모바일*/
@media only screen and (max-width: 495px) {
    .license{
        width: calc(100% - 30px);
        margin: 0 auto;
    }
    .license > h2{
        font-size: 20px;
        line-height: 50px;
    }
    .license > .infoBox{
        width: calc(100% - 22px);
        font-size: 14px;
    }
    .license > .ver > h3 {
        font-size: 20px;
    }
    .license > .ver > .table > ul:first-of-type{
        display: none;
    }
    .license > .ver > .table > ul:first-of-type~ul{
        width: 100%;
        margin-top: 10px;
        border-right: 1px solid #ddd;
    }
    
    .license > .ver > .table > ul:first-of-type ~ ul > li:last-of-type {
        font-size: 14px;
    }
    .able > .infoBox ul {
        width: 50%;
    }
    .able > .infoBox ul > li:first-of-type {
        width: 60px;
        font-size: 14px;
    }
    .able > .infoBox ul > li:last-of-type {
        font-size: 14px;
        width: 90px;
        margin-left: 0px;
    }
    .able > .infoBox ul:last-of-type {
        /*margin-top: 10px;*/
        margin-left: 0;
    }
    .able > .infoBox button {
        width: 80px;
        font-size: 12px;
        margin-top: 10px;
        margin-left: 0;
    }
    .able > .infoBox button .imgBox {
        margin-left: 1px;
    }
    .able > .infoBox button .textBox {
        margin-left: 1px;
    }
    .able > .infoBox2 {
        overflow: hidden;
    }
    .able > .infoBox2 > .textBox {
        margin-left: 0;
        font-size: 14px;
        line-height: 20px;
    }
}