@charset "utf-8";

.bx-wrapper {
    margin-bottom: 0;
    border: none;
    background-color: transparent;
    box-shadow: none;
}
.control_box {
    margin-top: 2%;
    display: flex;
    justify-content: center;
}
.feed-prev-btn {
    width: 30px;
    height: 30px;
    margin-right: 20px;
    background: url(/img/common/arrow_left.svg), no-repeat, left top;
}
.feed-next-btn {
    width: 30px;
    height: 30px;
    margin-left: 20px;
    background: url(/img/common/arrow_right.svg), no-repeat, left top;
}
.feed-prev-btn a, .feed-next-btn a {
    width: 100%;
    height: 100%;
    display: block;
}
.bx-pager {
    width: fit-content;
}
.bx-pager a:not(:first-child) {
    margin-left: 10px;
}
.bx-pager a div {
    width: 30px;
    height: 2px;
    background-color: gray;
}
.bx-pager a.active div {
    background-color: #F00;
}
.maxwidthbox {
    max-width: 1370px;
    margin-top: 1%;
}
/*----- GLightbox -----*/
.gslide-description {
    margin-top: 30px;
}
.gslide-desc {
    table {
        width: 100%;
        margin-top: 30px;
        table-layout: fixed;
        th, td {
            border: 1px solid var(--def_color_black);
        }
        th {
            width: 100px;
        }
        td {
            padding: 0 1%;
            overflow-wrap: break-word;
            word-break: break-word;
        }
    }
}