/*와이드 모니터*/
@media only screen and (min-width: 795px) and (max-width: 1336px) {
    .safeCheck > article {
        width: 795px;
        padding: 0;
        padding-bottom: 100px;
    }
    .notiBox{
        width: 750px;
    }
    .notiBox .textBox{
        width: calc(100% - 80px);
    }
    .safeCheck > article > .table > ul:nth-of-type(1){
        width: 60px;
    }
    .safeCheck > article > .table > ul:nth-of-type(2){
        width: 140px;
    }
    .safeCheck > article > .table > ul:nth-of-type(3){
        width: 170px;
    }
    .safeCheck > article > .table > ul:nth-of-type(4){
        width: 230px;
    }
    .safeCheck > article > .table > ul:nth-of-type(5){
        width: 195px;
    }
}

/*태블릿*/
@media only screen and (min-width: 496px) and (max-width: 794px) {
    .safeCheck h3 {
        font-size: 24px;
    }
    .safeCheck > article {
        width: calc(100% - 30px);
        padding: 0;
        padding-bottom: 100px;
    }
    .safeCheck > article > h4 {
        font-size: 20px;
    }
    .safeCheck > article > ul > li {
        font-size: 14px;
    }
    .notiBox {
        width: calc(100% - 44px);
    }
    .table{
        width: 100%;
    }
    .safeCheck > article > .table > ul:nth-of-type(1){
        display: none;
    }
    .safeCheck > article > .table > ul:nth-of-type(1)~ul{
        width: 49%;
    }
    .safeCheck > article > .table > ul:nth-of-type(3){
        border-right: 1px solid #ddd;
    }
    .safeCheck > article > .table > ul:nth-of-type(5){
        border-right: 1px solid #ddd;
    }
    .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;
        width: 100%;
        margin-top: 5px;
    }
}

/*모바일*/
@media only screen and (max-width: 495px) {
    .safeCheck h3 {
        font-size: 24px;
    }
    .safeCheck > article {
        width: calc(100% - 30px);
        padding: 0;
        padding-bottom: 100px;
    }
    .safeCheck > article > h4 {
        font-size: 20px;
    }
    .safeCheck > article > ul > li {
        font-size: 14px;
    }
    .notiBox {
        width: calc(100% - 44px);
    }
    .table{
        width: 100%;
    }
    .safeCheck > article > .table > ul:nth-of-type(1){
        display: none;
    }
    .safeCheck > article > .table > ul:nth-of-type(1)~ul{
        width: 100%;
    }
    .safeCheck > article > .table > ul:nth-of-type(2){
        border-right: 1px solid #ddd;
    }
    .safeCheck > article > .table > ul:nth-of-type(3){
        border-right: 1px solid #ddd;
    }
    .safeCheck > article > .table > ul:nth-of-type(4){
        border-right: 1px solid #ddd;
    }
    .safeCheck > article > .table > ul:nth-of-type(5){
        border-right: 1px solid #ddd;
    }
    .safeCheck > article > p {
        font-size: 14px;
        letter-spacing: -0.5px;
    }
    .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;
    }
}