.wrap {
    z-index: 0;
}
.section {
    margin-bottom: 60px;
}
.card {
    margin-bottom: 60px;
}
.card-img {
    margin-bottom: 60px;
}
.card .card-img img {
    width: 100%;
}
.card .card-img .card-more {
    width: 100%;
    position: relative;
    text-align: center;
    background-color: #00c4ff;
    padding: 10px 0;
    font-size: 18px;
    border-top: 2px solid #0096c3;
    color: #fff;
    font-weight: bold;
}
.card .card-img .card-more span {
    margin-right: 10px;
}
.card .card-contents {
    text-align: center;
    color: #909090;
    line-height: 1.8em;
}
.card .card-contents .card-title {
    font-size: 1.6em;
    color: #555555;
    margin-bottom: 30px;
}
.card .card-contents .card-text {
    line-height: 1.8em;
}

.btn-group {
    padding: 0 50px;
}
.btn-primary {
    display: block;
    padding: 12px 0;
    border: 2px solid #5c9ad7;
    background-color: #5c9ad7;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s ease 0s;
    text-align: center;
    margin-top: 20px;
}
.section-card {
    padding: 0 20px;
    margin-bottom: 60px;
}
.category-title-div {
    font-size: 1.2em;
    margin-bottom: 10px;
    text-align: left;
}
.category-title-div a {
    float: right;
    border: 1px solid #000;
    padding: 0px 4px;
    border-radius: 50%;
    margin-top: 2px;
}
.category-card-div {
    text-align: center;
}
.category-card {
    text-align: center;
    margin-bottom: 30px;
}
.category-card iframe {
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
}
.category-card span {
    font-size: 1.2em;
}
.category-img img{
    float: right;
    width: 25px;
}
.submenu-group a {
    padding: 9px 0 12px;
    background-color: #5c9ad7;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s ease 0s;
    text-align: center;
    width: 50%;
    float: left;
    border-top: solid 3px #5c9ad7;
}
.submenu-group a.submenu-hav {
    padding: 5px 0 2px;
}
.submenu-group a:hover {
    border-top: solid 3px #00589f;
}
.submenu-group a .submenu-subtit {
    font-size: 13px;
    font-weight: bold;
    position: relative;
    top: -7px;
}
@media (min-width: 768px) {
    .card {
        border-right: 1px dotted #ddd;
        width: 30%;
        display: inline-block;
    }
    .mobile-zone {
        display: block;
    }
    .btn-group {
        text-align: center;
    }
    .btn-primary {
        padding: 12px 100px;
        width: fit-content;
        margin: 20px 10px;
        display: inline-block;
    }
    .category-card {
        width: 22%;
        display: inline-block;
        margin: 0 10px;
    }
    .category-card iframe{
        height: 210px;
    }
    .bx-wrapper {
        margin: 0 auto;
    }
    .submenu-group a {
        padding: 12px 0;
        background-color: #5c9ad7;
        color: #fff;
        font-weight: bold;
        transition: all 0.3s ease 0s;
        text-align: center;
        width: 50%;
        float: left;
        cursor: pointer;
    }
    .submenu-group a.submenu-hav {
        padding: 5px 0 7px;
    }
    .category-img img {
        width: 30px;
    }
    .category-title-div {
        font-size: 1.6em;
        margin-bottom: 20px;
        text-align: center;
    }
}

/* 후기참여 게시판 */
.board {
    margin: 0 15px;
}
.category-board-row {
    border-top: 1px solid #e2e2e2;
    padding-top: 15px;
}
.category-board-row ul {
    padding-bottom: 30px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e2e2e2;
}
.board-writer {
    font-size: 1.2em;
    font-weight: bold;
}
.board-contents {
    font-size: 1.1em;
    margin: 5px 0;
}
.board-regdt {
    font-size: 0.9em;
    color: #999;
    float: left;
}
.seperate-bar-primary {
    display: inline-block;
    position: relative;
    top: 2px;
    width: 1px;
    height: 12px;
    margin: 0 6px 0 7px;
    background-color: #e6e6e6;
}
.board-view {
    float: left;
    font-size: 0.9em;
    color: #999;
}
.board-view img {
    width: 10%;
    display: inline-block;
    position: relative;
    top: 3.5px;
    margin-right: 2px;
}
.modal-contents .board-regdt {
    width: 45%;
}
.modal-contents .seperate-bar-primary {
    margin-left: 15px;
}
.board-more {
    text-align: center;
    font-size: 3em;
    color: #999;
    padding: 20px 0;
}
.supporter-lb {
    display: block;
}
.supporter-ipt {
    padding: 7px;
    width: 95%;
    margin-bottom: 5px;
}
.ipt-5 {
    width: 5%;
}
.ipt-15 {
    width: 15%;
}
#new-contents {
    display: block;
    text-align: center;
    padding: 10px;
    color: #3a3a3a;
    width: 90%;
    border: none;
    background-color: #5c9ad7;
    color: #fff;
    font-weight: bold;
}
.btn-remove {
    width: 15%;
}
.mb-show {
    display: block;
}
@media (min-width: 768px) {
    .board {
        margin: 0 30px;
    }
    .category-board-row {
        padding-top: 5px;
    }
    .category-board-row ul {
        padding-bottom: 35px;
        margin-bottom: 5px;
    }
    .board-writer {
        font-size: 0.9em;
        float: left;
        width: 15%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-right: 5px;
    }
    .board-contents {
        font-size: 0.9em;
        float: left;
        width: 45%;
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-right: 20px;
    }
    .board-regdt {
        font-size: 0.7em;
    }
    .board-view {
        font-size: 0.7em;
    }
    .modal-contents .board-writer {
        float: none;
    }
    .modal-contents .board-contents {
        float: none;
        width: 100%;
        text-overflow: unset;
        white-space: normal;
    }
    .mb-show {
        display: none;
    }
}

/* 모달 */
.modal {
    z-index: 10;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: none;
}
.modal-contents {
    position: relative;
    top: 50px;
    width: 320px;
    margin: auto;
    background-color: #f0f0f0;
    padding: 20px;
    border-radius: 15px;
    height: 500px;
}
.modal-contents .board-contents {
    height: 60%;
    overflow-y: scroll
}
.modal-btn-group {
    float: left;
    text-align: right;
    padding: 20px 0;
}
.form-input {
    padding: 10px;
}
.modal-contents .pwd {
    width: 75px;
}
.modal-btn {
    padding: 10px 20px;
    border: none;
    background-color: #5c9ad7;
    color: #fff;
    font-weight: bold;
}
.disp-none {
    display: none;
}
.modal-contents .board-line {
    margin: 10px 0;
    border-bottom: 1px solid #e2e2e2;
}

/* 오버플로우 버튼 */
.right-side {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.right-side p {
    opacity: 0.8;
    padding: 15px;
}
.right-side p img {
    width: 60px;
}

/* 푸터 */
.footer {
    margin: 100px 0 0;
    background-color: #343a40;
    color: #fff;
}
.modal-contents .category-board-row .board-writer {
    width: 100%;
}