.shopkeeper .sec{
    padding-bottom: 120px;
}
.shopkeeper hr{
    height: 1px;
    background-color: #eaeaea;
    border: none;
    margin-bottom: 60px;
}

/*¥Æ¡¼¥Ö¥ë*/
.shopkeeper .table2{
    border-collapse: collapse;
    margin-top: 25px;
}
.shopkeeper .table2 th, .shopkeeper .table2 td {
    background-color: var(--color2);
    border: 1px solid #eaeaea;
    line-height: 1.8;
    color: var(--color0);
    box-sizing: border-box;
}
.shopkeeper .table2 th {
    font-weight: 500;
    text-align: left;
    padding: 20px;
}
.shopkeeper .table2 td{
    padding: 20px 0;
}
.shopkeeper .table2 td:last-of-type {
    background-color: #fff;
}
@media screen and (max-width: 599px) {
    .shopkeeper .table2, .shopkeeper .table2 *{
        display: block;
    }
    .shopkeeper .table2 th, .shopkeeper .table2 td {
        display: block;
        border: none;
  }
}
@media screen and (min-width: 600px){
    .shopkeeper .table2{
        width: 100%;
    }
    .shopkeeper .table2 th{
        width: 25%;
    }
    .shopkeeper .table2 th, .shopkeeper .table2 td{
        padding: 20px;
    }
}