@charset "utf-8";
/* CSS Document */

.entry-content ul{padding: 0 0;}
.entry-content ul li{background-position: 5px 18px;}
.table-responsive {
    overflow-x: auto;
}
.entry-content > .table-responsive > table.table_box {border-collapse: collapse;margin-inline: auto;overflow: hidden;border-top-right-radius: 20px;border-top-left-radius: 20px;box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);max-width: 1000px;
    thead tr {background: #009AD7;color: #fff;
        th {padding: 15px 20px;border: 1px solid #cdd3da;color: white;font-size: 12px;white-space: nowrap;}
    }
    tbody tr {
        background: #E8EEF6;
        td {padding: 15px 20px;border: 1px solid #cdd3da;background-color: white;min-width: 150px;
           &:first-child {background-color: #E8EEF6;}
        }
    }
}

.table_check {display: flex;align-items: center;gap: 20px;text-align: left;
    & li {font-size: 16px !important;color: #000 !important;font-weight: 600;position: relative;flex: 0 0 50%;padding: 20px 20px 20px 60px !important;background: #e5ecf7 !important;border-radius: 20px;
        &::before {
            background: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%229%22%20viewBox%3D%220%200%2012%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cpath%20d%3D%22M11.7212%200.278745C11.3499%20-0.093032%2010.747%20-0.0927976%2010.3752%200.278745L4.31744%206.33674L1.62503%203.64435C1.25325%203.27257%200.650609%203.27257%200.278832%203.64435C-0.0929441%204.01613%20-0.0929441%204.61877%200.278832%204.99055L3.6442%208.35592C3.82998%208.54169%204.07357%208.63481%204.31719%208.63481C4.5608%208.63481%204.80463%208.54192%204.9904%208.35592L11.7212%201.62492C12.0929%201.2534%2012.0929%200.650498%2011.7212%200.278745Z%22%20fill%3D%22%23F69321%22%2F%3E%20%3C%2Fsvg%3E") no-repeat center/contain !important;
            position: absolute;content: '';width: 17px;height: 17px;left: 25px;top: 25px;z-index: 8;
        }
    }
    @media (max-width: 600px){
        & {flex-direction:column !important;}
        & > li {width: 100% !important;}
    }
}