@charset "UTF-8";

/* loading-box */
#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;
}

/* date picker */
.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;
}

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

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

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

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

/* Board style */
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 {
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

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

.search-wrap .search-box {
    width: 410px;
    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: 0.7rem 0rem 0.7rem 1.7rem;
}

.search-wrap .search-box .bg-input::placeholder {
    color: #939393;
    font-size: 0.9rem !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; */
}

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

@media (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: 2px solid #111;
    margin-top: 1rem;
}

.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.5rem 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: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -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,
.basic-list .m-date {
    font-size: 0.9rem !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;
}

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

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

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

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

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

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

    .basic-list .num {
        padding: 1rem 0 0.2rem 0.2rem;
        font-weight: 400 !important;
    }

    .basic-list .category {
        padding: 1.2rem 0 0 0.5rem;
    }

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

    .basic-list .subject span.pc-hide {
        padding: 1.2rem 0rem 0rem 0.5rem;
    }

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

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

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

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

@media all and (min-width: 1025px) {
    .pc-hide {
        display: none !important;
    }
}

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

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

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

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

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

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

.article-gallery-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 1rem;
    gap: 3rem 4rem;
}

.article-gallery-list .list-col {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 2.3rem;
}

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

.type-gallery img {
    border-radius: 1rem;
}

.gallery-title {
    font-size: 1.15rem;
    line-height: 1.6rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    padding: 1rem 0 0 !important;
}

@media (max-width: 1024px) {
    .article-gallery-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem 3rem;
    }
    .article-gallery-list .list-col {
        margin-bottom: 0rem;
    }

    .article-gallery-img {
        height: auto;
    }

    .gallery-title {
        font-size: 1rem;
        line-height: 1.4rem;
    }
}

@media (max-width: 767px) {
    .article-gallery-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem 0;
    }

    .article-gallery-list .list-col {
        margin-bottom: 0rem;
    }

    .article-gallery-img {
        height: auto;
    }

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

.article-webzine-img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.type-webzine img {
    border-radius: 1rem;
}

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

.webzine-title {
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    padding: 0.5rem 0 0 !important;
    margin-bottom: 0.8rem;
    color: #222;
}

.webzine-cont {
    font-size: 0.9rem;
    line-height: 1.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    box-sizing: border-box;
    margin-bottom: 0.6rem;
    color: #222;
}

@media (max-width: 1024px) {
    .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 0px 0px 0px #dee2e6,
            0px 1px 0px 0px #dee2e6,
            1px 1px 0px 0px #dee2e6,
            1px 0px 0px 0px #dee2e6 inset,
            0px 1px 0px 0px #dee2e6 inset;
    }

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

.card-img-overlay {
    position: absolute;
    top: -0.3rem !important;
    right: 0;
    bottom: 0;
    left: 0;
}

.card-img-overlay .tit-category {
    display: inline-block;
    background: rgba(42, 42, 42, 0.9);
    border-radius: 3rem;
    padding: 0.5rem 0.7rem 0.4rem !important;
    font-size: 0.7rem !important;
    font-weight: 400;
}

.list-img-wrap h6 {
    font-size: 0.9rem;
    margin-left: 0.5rem;
}

.list-img-wrap img {
    width: 80px;
    max-height: 80px;
    margin-left: 0.6rem;
}

.list-img-wrap img.edit-img {
    width: 50px;
    height: 50px;
    border-radius: 0.2rem;
    margin-left: 0rem !important;
}

@media (max-width: 1024px) {
    .m-file-edit {
        width: 60%;
    }
}

.note-editable p {
    margin-bottom: 0.20rem !important;
}

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

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

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

.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%;
        padding: 0rem 0.3rem;
    }
}

.form-control-gray {
    background-color: #fafafa !important;
    border: none !important;
    padding: 1.5rem;
    font-size: 1rem !important;
    box-sizing: border-box !important;
}

.comment-h-tit {
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}

.comment-h-tit span {
    font-weight: 700;
}

.comment-cont {
    display: block;
    font-size: 0.9rem !important;
}

.comment-name {
    font-size: 0.9rem;
    color: #262424;
    font-weight: 700;
    padding-bottom: 0.3rem;
}

.comment-date {
    font-size: 0.8rem;
    color: #979797;
}

.comment-in {
    background: #f7f8f8;
    padding: 2rem 2rem 1rem;
    margin: 1rem 0 3rem;
    border-radius: 0.5rem;
}

.comment-in .comment-line {
    border-bottom: 1px dotted #dadada;
    padding-bottom: 1rem !important;
    margin-bottom: 1rem;
}

.comment-in .comment-line .re-reply-box {
    padding: 1rem 0 0;
}

@media (max-width: 1024px) {
    .comment-in {
        padding: 1rem 0.5rem 1rem;
        margin: 1rem 0 3rem;
    }
}

.edit-title {
    border-bottom: 2px solid #111;
    font-size: 1.3rem;
    font-weight: 700;
    padding-bottom: 0.5rem;
}

.write-label {
    font-size: 1rem;
    font-weight: 600;
    margin: 0.8rem 0 0 1rem;
}

.check-input-l {
    width: 1.3em;
    height: 1.3em;
}

.form-check-label span {
    line-height: 2rem;
    margin-left: 0.3rem;
}

@media (max-width: 1024px) {
    .write-label {
        font-size: 0.9rem;
        margin: 0 0 0.5rem 0;
    }
}

.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-box-orient: vertical;
    word-wrap: break-word;
    color: #000;
    font-size: 1rem;
}

@media (max-width: 1024px) {
    .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%;
    }
}

.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 (max-width: 1024px) {
    .add-file h6 {
        line-height: 1rem;
        padding: 0.5rem 0 1rem 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.25rem 0.5rem !important;
    }
}

.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 (max-width: 1024px) {
    .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;
    }
}

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

.page-link {
    position: relative;
    display: block;
    font-size: 0.9rem;
    color: #222;
    border: none;
    border: var(--ct-pagination-border-width) solid var(--ct-pagination-border-color);
    -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: #222;
    background-color: #eee;
    border-color: none;
}

.page-link:focus {
    z-index: 3;
    color: #fff;
    background-color: rgb(152, 152, 152);
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

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

.pagination-rounded .page-link {
    border-radius: 0.2rem !important;
    margin: 0 3px !important;
    border: none;
}

/* Font */
.text-light-gray {
    color: #8b8d8e;
}

.text-small {
    font-size: 0.8rem !important;
}

/* Padding */
.p-6 {
    padding: 0.8rem !important;
}

@media (max-width: 1024px) {
    .py-0-bbs {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

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

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

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

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

/* Modal */
.modal-bg {
    background: #fcfcfc;
}

.modal-box {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.5rem 1.5rem 1.0rem 1.5rem;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
}

.modal-tit {
    color: #fff;
}

.modal-label {
    font-size: 0.9rem;
    font-weight: 700;
    margin: 0 0 0.3rem 0.5rem;
}

.modal-cont-text {
    font-size: 0.9rem;
    font-weight: 400;
    padding: 0.5rem
}

.form-control-blue {
    background-color: #EDEEF1 !important;
    border: none !important;
    padding: 1.5rem;
    font-size: 0.9rem !important;
    box-sizing: border-box !important;
}

.modal-btn-save {
    width: 70px;
    border-radius: 0.2rem;
    border: solid 1px #222;
    background: #222;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 0.85rem;
    letter-spacing: 0;
    margin-top: 0.5rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.modal-btn-save i {
    color: #fff;
}

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

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

.modal-btn-close {
    right: 1rem;
    top: 1rem;
    color: #fff;
}

@media (max-width: 1024px) {
    .modal-box {
        padding: 0.5rem 1rem;
    }

    .modal-btn-close {
        right: 1rem !important;
        top: 1rem !important;
    }

    .btn-close-white {
        font-size: 1.1rem !important;
    }
}

/* Modal-popup */
.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: 2.5rem;
    display: flex;
    width: 100%;
}

.modal-btn-box .modal-btn-close {
    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 span {
    display: block;
    border-right: 1px solid #ddd;
}

.modal-btn-box .modal-btn-close:last-of-type span {
    border-right: none;
}