.license {
    padding-top: 20px;
    /*height: calc(100vh - 467px);*/
}
.license > h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 70px;
    border-bottom: 2px solid #333333;
}
.license > .infoBox {
    margin-top: 40px;
    width: 1178px;
    white-space: pre-line;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
}
.miniStickerWrap {
    width: 35px;
    height: 5px;
    margin-top: 28px;
    margin-left: 2px;
}
.miniStickerWrap li:nth-child(1) {
    width: 20px;
    height: 5px;
    background: #0065ee;
}
.miniStickerWrap li:nth-child(2) {
    width: 15px;
    height: 5px;
    background: #ffc800;
}
.license > .ver > h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    padding: 10px 0;
}
.license > .ver > .table {
    margin-top: 20px;
}
.license > .ver > .table > ul {
    border-left: 1px solid #ddd;
}
.license > .ver > .table > ul:last-of-type{
    border-right: 1px solid #ddd;
}
.license > .ver > .table > ul:first-of-type {
    width: 120px;
}
.license > .ver > .table > ul:first-of-type~ul{
    width: 268px;
}
.license > .ver > .table > ul > li {
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}
.license > .ver > .table > ul > .title {
    background-color: #e5eef7;
    line-height: 42px;
}
.license > .ver > .table > ul > li:nth-of-type(2){
    line-height: 65px;
    
}
.license > .ver > .table > ul:first-of-type ~ ul > li:nth-of-type(2){
    height: 65px;
    
}
/* 유형별 이용허락범위 */
.license > .ver > .table > ul:first-of-type ~ ul > li:last-of-type {
    line-height: 20px;
    height: 70px;
    padding: 12px;
}
/* 이용허락범위 타이틀*/
.license > .ver > .table > ul:first-of-type > li:last-of-type{
    line-height: 94px;
}
.license > .ver > .table > ul > .imgBox > img {
    width: 129px;
    height: 45px;
    margin: 0 auto;
}
.able {
    padding-bottom: 100px;
}
.infoBox {
    width: 100%;
    margin-top: 40px;
}
.infoBox ul {
    width: 190px;
}
.infoBox ul:last-of-type {
    margin-left: 15px;
}
.infoBox ul > li:first-of-type {
    width: 80px;
    height: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    background-color: #0050a3;
    border-radius: 5px;
}
.infoBox ul > li:last-of-type{
    width: 110px;
    height: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
    text-align: center;
}
.infoBox button{
    width: 106px;
    height: 30px;
    background-color: #af841d;
    color: #ffffff;
    border: none;
    border-radius: 20px;
    margin-left: 10px;
}
.infoBox button .imgBox{
    width: 15px;
    height: 15px;
    margin-left: 7px;
}
.infoBox button .imgBox img {
    margin-top: -8px;
}
.infoBox button .textBox {
    line-height: 15px;
    margin-left: 7px;
    font-weight: 600;
}

.infoBox2{
    margin-top: 20px;
}
.infoBox2 .textBox{
    font-size: 16px;
    line-height: 30px;
    margin-left: 15px;
}
.infoBox2 .textBox span{
    font-weight: 600;
}