@charset "utf-8";

/* List */

.list-item .tack-check {
    right: 10px;
    bottom: 10px;
    z-index: 1;
    position: absolute;
    font-weight: normal;
}

.list-item .tack-check-left {
    left: 10px;
    bottom: 10px;
    z-index: 1;
    position: absolute;
    font-weight: normal;
}

.list-item h2 {
    display: block;
    font-size: 16px;
    line-height: 22px;
    margin: 10px 5px;
    padding: 10px;
}

.list-item .list-img {
    position: relative;
    overflow: hidden;
}

.list-item .list-img img {
    width: 100%;
    height: auto;
}

.list-item .list-date {
    position: absolute;
    bottom: 10px;
    padding: 0px 10px;
    font-size: 12px;
    line-height: 23px;
}

.list-category ul {
    background: #ecf2f3;
    padding: 7px;
    margin: 10px 0;
    border: 1px solid #bed1d4;
}

.list-category ul li {
    border: 0px !important;
    background: unset !important;
    margin: 0px !important;
    float: left;
}

.list-category ul li a {
    padding: 15px;
    border: 0px !important;
}

.price {
    margin: 0;
    color: #ee7029;
    font-size: 1em;
    font-weight: bold;
    margin-top: 5px;
}

.list-category ul li.active a {
    background: #3497d9 !important;
    color: #fff !important;
    font-weight: bold !important;
    border-bottom-color: #1977b5 !important;
    -webkit-box-shadow: inset 0 2px 5px rgb(33 135 202) !important;
    -moz-box-shadow: inset 0 2px 5px rgb(33, 135, 202) !important;
    box-shadow: inset 0 2px 5px rgb(33 135 202) !important;
}

.imgframe {
    border-bottom: 1px solid gainsboro;
    padding-bottom: 10px;
}

.list-item {
    padding-bottom: 15px;
}

.list-item .list-date.left {
    left: 0px;
}

.list-item .list-date.right {
    right: 0px;
}

.list-item .list-details {
    padding: 0 3%;
}

.list-item .list-details .member,
.list-item .list-details .guest {
    color: #787878 !important;
}

.list-row.clearfix {
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important
}


/* Responsive */

@media all and (max-width:767px) {
    .responsive .list-row {
        width: 50% !important
    }
}

@media all and (max-width:420px) {
    .responsive .list-row {
        width: 50% !important
    }
}

.bo_cate_link {
    display: block !important;
    font-weight: bold !important;
    /* text-align: left; */
    /* margin-left: 50px; */
    color: #046aea !important;
    font-size: 1.4rem !important;
    margin-bottom: 10px !important;
}