@charset "UTF-8";

/* loading-box S */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 9999;
    display: none;
}

#status {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 49.5%;
    top: 44.5%;
    margin: -40px 0 0 -40px;
    display: none;
}
/* loading-box E */

/* date picker S */
.datepicker {
    padding: 10px !important;
}

.datepicker td,
.datepicker th {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 13px;
    line-height: 28px;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
    background-image: none;
    background-color: #536de6;
    font-weight: normal;
    color: white;
    text-shadow: none;
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover,
.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
    background: #eef2f7;
}

.datepicker table tr td.new,
.datepicker table tr td.old,
.datepicker table tr td span.new,
.datepicker table tr td span.old {
    color: #344563;
    opacity: 0.4;
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
    background: #eef2f7;
}

.datepicker .datepicker-switch:hover {
    background: none;
}

.datepicker-dropdown:after {
    border-bottom: 6px solid #fff;
}

.datepicker-dropdown:before {
    border-bottom-color: #e7ebf0;
}

.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 7px solid var(--ct-dropdown-border-color);
}

.datepicker-dropdown.datepicker-orient-top:after {
    border-top: 6px solid #e7ebf0;
}
/* date picker E */

/* jquery toast S */
.jq-toast-wrap {
    width: 370px !important;
}

.jq-toast-heading {
    font-size: 16px !important;
}

.jq-toast-single {
    font-size: 16px !important;
    line-height: 22px !important;
}
/* jquery toast E */

/* sweet alert S */
html.swal2-shown,
body.swal2-shown {
    overflow-y: hidden !important;
    height: auto !important;
}
/* sweet alert E */

/* summernote S */
.note-editable p {
    margin-bottom: 0.20rem !important;
}

.article-content {
    padding: 3rem 2rem !important;
}

.article-content p {
    margin-bottom: 0.20rem !important;
}

.article-content .cont-box {
    width: 100%;
    margin: 0 auto;
}

.article-content .cont-box img {
    width: 650px !important;
}

.note-editor.note-frame.fullscreen {
    background-color: #fff !important;
}

@media all and (max-width: 1024px) {
    .article-content {
        padding: 1rem 0 !important;
    }

    .article-content .cont-wrap {
        width: 100%;
    }

    .article-content .cont-wrap iframe {
        width: 100% !important;
        height: auto;
    }

    .article-content .cont-box {
        width: 95%;
    }

    .article-content .cont-box img {
        width: 100% !important;
    }
}
/* summernote E */

/* article S */
.article-gallery-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 0.1rem;
}

.article-webzine-img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
/* article E */

/* article calendar S */
@media all and (max-width: 767px) {
    .article-gallery-img {
        height: auto;
    }

    .article-webzine-img {
        height: 200px;
    }
}

@media (max-width:575px) {
    .display-5 {
        font-size: 1.5rem;
    }

    .article-calendar-day h5 {
        /* background-color: #f6f7f9; */
        padding: 3px 5px 5px;
        margin: -8px -8px 8px -8px;
    }

    .article-calendar-date {
        padding-left: 4px;
    }

    .article-calendar-week {
        box-shadow:
            1px 0 0 0 #dee2e6,
            0 1px 0 0 #dee2e6,
            1px 1px 0 0 #dee2e6,
            1px 0 0 0 #dee2e6 inset,
            0 1px 0 0 #dee2e6 inset;
    }

    .article-calendar-day {
        box-shadow:
            1px 0 0 0 #dee2e6,
            0 1px 0 0 #dee2e6,
            1px 1px 0 0 #dee2e6,
            1px 0 0 0 #dee2e6 inset,
            0 1px 0 0 #dee2e6 inset;
    }
}

@media (min-width: 576px) {
    .article-calendar-week {
        box-shadow:
            1px 0 0 0 #dee2e6,
            0 1px 0 0 #dee2e6,
            1px 1px 0 0 #dee2e6,
            1px 0 0 0 #dee2e6 inset,
            0 1px 0 0 #dee2e6 inset;
    }

    .article-calendar-day {
        min-height: 6vw;
        box-shadow:
            1px 0 0 0 #dee2e6,
            0 1px 0 0 #dee2e6,
            1px 1px 0 0 #dee2e6,
            1px 0 0 0 #dee2e6 inset,
            0 1px 0 0 #dee2e6 inset;
    }
}
/* article calendar E */

input:disabled,
textarea:disabled,
input:disabled::placeholder,
textarea:disabled::placeholder {
    -webkit-text-fill-color: #344563;
    opacity: 0.5;
}

.table tbody>tr>td.td-wrap {
    white-space: wrap !important;
    word-wrap: break-word;
}

.sortable-handle {
    cursor: move;
}

#search_filter button {
    border-radius: 0 !important;
}

.btn-br-solid-1 {
    border-right: 2px solid #bdbdbd !important;
}

.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.card {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* Board style S */

.search-wrap {
    overflow: hidden;
    padding: 0 1rem;
    box-sizing: border-box;
    margin-bottom: 1rem !important;
}

.search-wrap .search-box {
    width: 40%;
    float: right;
    margin: 0 auto;
}

.search-wrap .search-box .bg-input {
    background: #fff !important;
    border-color: #ddd !important;
    border-right: none !important;
    border-radius: 5rem;
    font-size: 1rem;
    font-weight: 600;
    color: #000 !important;
    padding: 1rem 0rem 1rem 1.7rem;
}

.search-wrap .search-box .bg-input::placeholder {
    color: #939393;
    font-size: 1rem !important;
    font-weight: 500;
}

.search-wrap .search-box .btn-search {
    background: #fff;
    border: 1px solid #ddd;
    border-left: none !important;
    border-bottom-right-radius: 5rem !important;
    border-top-right-radius: 5rem !important;
    border-bottom-right-radius: 5rem !important;
    color: #000 !important;
    font-size: 1rem !important;
    font-weight: 600;
    padding: 0 1.3rem;
    border-radius: 0.5rem;
}

.search-wrap .search-box .btn-search i {
    font-size: 1.7rem !important;
    color: #e74010;
}

.view-type {
    text-align: right;
}

@media all and (max-width: 1024px) {
    .search-wrap .search-box {
        width: 100%;
    }

    .view-type {
        padding-bottom: 1rem;
    }
}

.bg-align {
    border: 1px solid #dfdfdf;
}

.bg-align:hover {
    background: #eee !important;
}

.bg-align-select {
    border: 0;
    background: #222;
}

.bg-align-select:hover {
    border: 0;
    background: #222 !important;
}

.bg-align-select i {
    color: #fff !important;
}

.basic-list {
    border-top: 1px solid #111;
    margin-top: 0rem;
}

.basic-list tr {
    border-bottom: 1px solid #E2E8F0;
    border-left: none;
    border-right: none;
}

.basic-list>tbody>tr:hover>* {
    background: #fafafa !important;
}

.basic-list th {
    border: none !important;
    border-bottom: 1px solid #E2E8F0 !important;
    padding: 1.2rem 0;
    font-size: 0.9rem;
    text-align: center !important;
}

.basic-list td {
    border: none !important;
    padding: 1.7rem 0;
    text-align: center;
    font-weight: 600;
}

.basic-list .subject a {
    color: var(--ct-dark);
    max-width: calc(100% - 55px);
    font-size: 1.1rem;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    text-align: left;
}

.basic-list .subject span.comment-num {
    display: inline-block;
    margin-left: 0.5rem;
    color: #666;
    font-size: 0.9rem !important;
}

.basic-list .subject span.comment-num i {
    font-size: 0.85rem !important;
}

.basic-list .subject span.secret i {
    font-size: 0.9rem !important;
}

.basic-list .category span,
.list-title h5 span {
    background: #3f3f3f;
    border-radius: 0.3rem;
    padding: 0.3rem 0.5rem 0.3rem;
    color: #fff !important;
    font-size: 0.75rem !important;
}

.basic-list .date {
    width: 100px;
}

.basic-list .date,
.basic-list .m-date {
    font-size: 0.85rem !important;
    letter-spacing: -0.05em;
    color: #949494;
}

.basic-list .m-date {
    display: none !important;
}

.basic-list .hits,
.basic-list .num {
    font-size: 0.9rem !important;
    color: #949494;
    width: 100px;
}

.basic-list .num i {
    font-size: 1rem !important;
    color: #3f3f3f;
}

.basic-list .writer {
    font-size: 0.9rem !important;
    width: 80px;
}

.basic-list .state {
    border-radius: 5rem;
    padding: 0.3rem 0.7rem;
    color: #fff !important;
    font-size: 0.75rem !important;
}

@media all and (max-width: 767px) {
    .basic-list th {
        display: none;
    }

    .subject a {
        max-width: 100% !important;
        padding: 0 0.5rem;
    }

    .basic-list td {
        text-align: left;
        display: flex;
        padding: 0;
    }

    .basic-list .num {
        padding: 0.5rem 0.5rem 0.2rem;
        font-weight: 400 !important;
        width: 100%;
    }

    .basic-list .category span {
        border-radius: 0.2rem;
        padding: 0.2rem 0.5rem;
        font-size: 0.7rem !important;
        margin-bottom: 0.7rem;
    }

    .basic-list .writer {
        padding: 0.2rem 0.5rem 0 !important;
        font-weight: 500 !important;
        width: 100%;
    }

    .basic-list .date,
    .basic-list .m-date {
        font-size: 0.8rem !important;
        font-weight: 500 !important;
        padding: 0 0 0.5rem 0.5rem;
        font-size: 0.9rem !important;
    }

    .basic-list .m-date {
        display: block !important;
        margin-bottom: 0.5rem;
    }

    .basic-list .state {
        padding: 0.3rem 0.6rem 0.2rem;
        margin-top: 0.5rem;
    }

    .m-hide {
        display: none !important;
    }
}

.list-title {
    border-top: 1px solid #111;
    border-bottom: 1px solid #E2E8F0;
    padding: 1rem 1.5rem;
    box-sizing: border-box;
    border-radius: 0.1rem;
    margin-bottom: 0;
}

.list-title span.subject {
    font-size: 1.4rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    text-align: left;
    margin: 0 0 0.4rem;
}

.list-title .date {
    font-size: 1.1rem !important;
    color: #949494;
    font-weight: 500;
}

@media all and (max-width: 1024px) {
    .list-title {
        padding: 1rem;
    }

    .list-title span.subject {
        font-size: 1.2rem;
        margin: 0.7rem 0 0.2rem;
    }

    .list-title .date {
        font-size: 0.9rem !important;
    }

}

.hr-bot {
    border-bottom: 1px solid #E2E8F0 !important;
}

.hr-top {
    border-top: 1px solid #E2E8F0 !important;
}

.border-radius-0 {
    border-radius: 0 !important;
}

.btn-effect {
    text-transform: uppercase;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.btn-list {
    width: 200px;
    height: 60px;
    border-radius: 0.3rem;
    border: solid 1px #222;
    background: #fff;
    color: #222;
    font-weight: 600;
    text-align: center;
}

.btn-list:hover {
    background: #fff;
    border: solid 1px #222;
    color: #fff;
    background: #222;
    ;
    text-align: center;
}

.btn-wrap {
    padding: 1rem 0 0;
}

.btn-wrap .btn-style {
    width: 80px;
    height: 40px;
    border-radius: 0.3rem;
    font-weight: 600;
    text-align: center;
    font-size: 0.9rem;
}

.btn-edit {
    border: solid 1px #222;
    background: #fff;
    color: #222;
}

.btn-edit:hover {
    border: solid 1px #222;
    background: #222;
    ;
    color: #fff;
}

.btn-edit i {
    display: inline-block;
    margin-right: 0.1rem;
}

.btn-edit:hover i {
    color: #fff;
}

.btn-delete {
    border: solid 1px #3e3e3e;
    background: #474646;
    color: #fff;
}

.btn-delete:hover {
    border: solid 1px #363636;
    background: #fff;
    color: #363636;
}

.btn-delete i {
    display: inline-block;
    margin-right: 0.1rem;
    color: #fff;
}

.btn-delete:hover i {
    color: #222;
}

.btn-file-dele {
    border-radius: 0.2rem;
    border: solid 1px #DEE2E6;
    background: #F8F9FA;
    color: #222;
    font-size: 0.85rem;
    height: 50px;
}

.btn-file-dele:hover {
    background: #2222;
}

.btn-comment-save {
    width: 80px;
    height: 35px;
    border-radius: 0.3rem;
    border: solid 1px #222;
    background: #222;
    font-weight: 600;
    text-align: center;
    color: #fff;
    font-size: 0.9rem !important;
}

.btn-comment-save i {
    display: inline-block;
    margin-right: 0.2rem;
    color: #fff;
}

.btn-comment-save:hover {
    border: solid 1px #222;
    background: #fff;
    color: #222;
}

.btn-comment-save:hover i {
    color: #222;
}

.btn-view-arrow {
    font-size: 0.9rem;
    font-weight: 500;
    color: #222 !important;
}

.btn-view-arrow i {
    display: inline-block;
    margin-left: 0.5rem;
}

.view-cont-list {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    color: #000;
    font-size: 1rem;
}

@media all and (min-width: 768px) and (max-width: 1200px) {
    .btn-view-arrow {
        width: 13%;
    }

    .view-cont-list {
        width: 87%;
    }
}

@media all and (max-width: 767px) {
    .m-cal-btn {
        width: 50%;
        text-align: right !important;
        margin-top: 1rem;
    }

    .btn-view-arrow {
        width: 25%;
        line-height: 1.5rem;
    }

    .view-cont-list {
        width: 75%;
        font-size: 0.9rem;
        line-height: 1.6rem;
    }

    .btn-list {
        width: 150px;
        height: 50px;
    }
}

.add-file h6 {
    font-size: 0.9rem !important;
    line-height: 2.9rem;
}

.add-file .file-name {
    font-size: 0.9rem !important;
    line-height: 2.9rem !important;
}

.file-download {
    background: #eee;
    border: 1px solid #fff;
}

.file-download i {
    font-size: 1rem;
}

.file-download:hover {
    background: #222;
    border: 1px solid #222;
}

.file-download:hover i {
    color: #fff;
}

.file-pick {
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 2.3rem;
}

.link a {
    line-height: 2.9rem;
    font-size: 0.9rem !important;
}

.link:hover {
    text-decoration: underline;
}

@media all and (max-width: 1280px) {
    .link a {
        line-height: 0rem;
    }

    .w-100-bbs {
        width: 100% !important;
    }
}

@media all and (min-width: 768px) and (max-width: 1200px) {
    .add-file h6 {
        line-height: 1.6rem;

    }

    .add-file .file-name {
        line-height: 0rem !important;
    }

    .file-download {
        margin-top: -1rem
    }
}

@media all and (max-width: 767px) {
    .add-file h6 {
        line-height: 1rem;
        padding: 0.5rem 0 0;
    }

    .add-file .file-name {
        width: 90% !important;
        font-size: 0.8rem !important;
        line-height: 0rem !important;
    }

    .file-down {
        width: 10% !important;
        padding: 0rem !important;
    }

    .file-download {
        padding: 0.3rem 0.5rem !important;
        margin-top: -1rem
    }
}

.article-calendar-list {
    margin-top: 1rem;
}

.year {
    font-size: 2.3rem;
    font-weight: 700;
    letter-spacing: -0.04em;
    text-align: center;
    line-height: 2rem;
}

.m-year {
    display: none !important;
}

.week-tit h6 {
    font-size: 0.9rem;
    text-align: center;
    padding: 0.7rem !important;
}

.today {
    font-size: 0.8rem;
    padding: 0.2rem 0.5rem !important;
    border-radius: 0.1rem;
}

.sunday {
    background: #fff9fb;
}

.text-sun {
    color: #f7698a;
}

.saturday {
    background: #f5fbff;
}

.text-sat {
    color: #3195d8;
}

@media all and (max-width: 767px) {
    .m-year {
        display: block !important;
        width: 50%;
        font-size: 2.3rem;
        font-weight: 700;
        letter-spacing: -0.04em;
        line-height: 2rem;
        text-align: left !important;
        margin-top: 1rem;
    }
}

/* Board style E */

/* Pagination style S */
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-link {
    position: relative;
    display: block;
    font-size: 0.85rem;
    color: #313a46;
    background-color: #fff;
    border: #dee2e6;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .page-link {
        -webkit-transition: none;
        transition: none;
    }
}

.page-link:hover {
    z-index: 2;
    color: #e74010;
    background-color: #fff8f7;
    border-color: #fff8f7;
}

.page-link:focus {
    z-index: 3;
    color: #222;
    background-color: #fff8f7;
    outline: 0;
}

.page-link.active,
.active>.page-link {
    z-index: 3;
    color: #fff;
    background-color: #e74010;
    border-color: #e74010;
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}

.page-item span {
    font-size: 1.3rem !important;
    line-height: 1.3rem;
}

.pagination-rounded .page-link {
    border-radius: 50px !important;
    margin: 0 3px !important;
    border: none;
}
/* Pagination style E */

/* Contact-form style S */
.inquiry-form {
    width: 100%;
    margin: 0 auto;
}

.inquiry-form .tit-label {
    font-size: 1rem;
    font-weight: 700;
    line-height: 2.8rem;
}

.inquiry-form .bg-input {
    border: 0 !important;
    background: #f1f5f5;
    padding: 0.9rem;
    font-size: 1rem;
    color: #171c1c;
    font-weight: 600;
}

.inquiry-form .bg-input::placeholder {
    color: #4e5c5c;
    font-size: 0.9rem;
    font-weight: 600;
}

.inquiry-form .check-style {
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.7rem;
    margin-top: 0;
    border: 0 !important
}

.inquiry-form textarea {
    height: 250px !important
}

.inquiry-form .policy-box {
    width: 100%;
    margin: 0 auto 5rem;
    font-size: 1rem;
    font-weight: 700;
    box-sizing: border-box;
    background-color: #f8f8f8;
    border-radius: 0.3rem;
    padding: 4rem 7rem;
}

.inquiry-form .policy-box .policy {
    font-size: 0.95rem;
    box-sizing: border-box;
    font-weight: 500;
    color: #4d4d4d;
}

.inquiry-form .policy-box .policy h4 {
    font-weight: 700;
    padding: 0.7rem 0;
}

.inquiry-form .policy-box .agree-box {
    width: 220px;
    margin: 3rem auto 0;
}

.inquiry-form .policy-box .check-style01 {
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.7rem;
    margin-top: 0
}

.inquiry-form hr {
    color: #819090;
}

.form-checkbox-danger .form-check-input:checked,
.form-radio-danger .form-check-input:checked {
    background-color: #019877;
    border-color: #019877
}

.btn-inquiry {
    width: 35%;
    height: 4rem;
    background: #494949;
    border: 1px solid #494949;
    color: #fff;
    font-weight: 500;
    border-radius: 0.3rem;
    font-size: 1.2rem;
    margin: 3rem 0 8rem
}

.btn-inquiry:hover {
    width: 35%;
    height: 4rem;
    background: #ffffff;
    border: 1px solid #009877;
    color: #009877
}

@media all and (min-width: 1025px) and (max-width:1440px) {
    .inquiry-form {
        width: 100%;
    }

    .inquiry-form .tit-label {
        font-size: 0.9rem;
        line-height: 1.3rem;
    }

    .inquiry-form .bg-input {
        padding: 0.7rem;
    }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    .inquiry-form {
        width: 100%;
    }

    .inquiry-form .policy-box {
        padding: 3rem 4rem;
    }
}

@media all and (max-width: 767px) {
    .inquiry-form {
        width: 100%;
    }

    .inquiry-form .col-2-m,
    .inquiry-form .col-10-m {
        width: 100%;
    }

    .inquiry-form .tit-label {
        font-size: 0.9rem;
        line-height: 1rem;
    }

    .inquiry-form .bg-input {
        padding: 0.8rem;
        margin-bottom: 1rem;
    }

    .inquiry-form .bg-input::placeholder {
        font-size: 0.8rem;
    }

    .inquiry-form .policy-box {
        margin: 0 auto 2rem;
        font-size: 1rem;
        padding: 2rem;
    }

    .inquiry-form .policy-box .policy {
        font-size: 0.95rem;
        box-sizing: border-box;
        font-weight: 500;
        color: #4d4d4d;
    }

    .btn-inquiry {
        width: 100%;
        height: 3rem;
        font-size: 1rem;
        margin: 1rem 0 4rem
    }

    .btn-inquiry:hover {
        width: 100%;
        height: 3rem;
    }
}
/* Contact-form E */

/* Margin S */
.mi-mt-1 {
    margin-top: -1px !important;
}

@media all and (max-width: 1280px) {
    .mt-0-bbs {
        margin-top: 0px !important;
    }

    .mt-1-bbs {
        margin-top: 0.5rem !important;
    }

    .py-4-bbs {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
}
/* Margin E */

/* Modal-popup S */
.popup-slide {
    width: 100%;
}

.popup-slide .swiper-pagination {
    z-index: 999 !important;
    bottom: 0.5rem;
    padding-right: 1rem;
    text-align: right;
}

.popup-slide .swiper-pagination-bullet {
    margin: 0 3px !important;
    background: #000000;
    width: 30px;
    height: 10px;
    border-radius: 0.5rem;
}

.modal-btn-box {
    height: 3.5rem;
    display: flex;
    width: 100%;
}

.modal-btn-box .modal-btn-close {
    position: relative;
    width: 100%;
    font-size: 1rem;
    font-weight: 500;
    color: #111;
    cursor: pointer;
    border: 0;
    background: none;
    text-align: center !important;
    letter-spacing: -0.04em;
    cursor: pointer !important;
}

.modal-btn-box .modal-btn-close:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0.8rem;
    width: 1px;
    height: 2rem;
    background-color: #ddd;
}

.modal-btn-box .modal-btn-close:last-of-type:before {
    display: none;
}
/* Modal-popup E */