@charset "UTF-8";

/* loading 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 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 */

/* 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;
}
/* 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: 2rem !important;
}

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

.article-content .cont-wrap {
    margin: 0 auto;
}

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

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

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

    .article-content .cont-wrap iframe {
    width: 100% !important;
        height: auto;
    }
}
/* 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 {
        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;
}

/* board S */
.form-control-light {
    background-color: var(--ct-gray-200) !important;
    border-color: var(--ct-gray-200) !important;
    padding: 0.8rem  0.5rem;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.card {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-bottom: 70px;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 0.5rem 0rem 0.3rem;
    color: var(--ct-card-color);
}

.card-title {
    margin-bottom: var(--ct-card-title-spacer-y);
    font-size: 1.1rem;
    line-height: 1.6rem;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-wrap:break-word;
    padding-top: 1rem;
    color: #222 !important;
}

.card-view-title {
    font-size: 1.1rem !important;
    padding-top: 0rem !important;
    color: #222 !important;
}

.card-title a {
    color: var(--ct-dark) !important;
    font-weight: 700 !important;
}

.search-wrap {
    width: 100%;
    overflow: hidden;
    padding: 0 1rem;
    box-sizing: border-box;
    margin-bottom: 2rem !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-left: 2rem;
}

.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: 0.9rem !important;
    font-weight: 600;
    padding: 0 1rem;
    border-radius: 0.5rem;
}

.search-wrap .search-box .btn-search i {
    display: inline-block;
    padding-right: 0.3rem;
    font-size: 1.2rem !important;
}

.card-head {
    border-top: 2px solid #000;
    border-bottom: 1px solid #eeeeee;
    padding: 1.5rem 1rem;
    box-sizing: border-box;
    border-radius: 0.1rem;
}

.card-subject {
    font-size: 1.4rem !important;
    font-weight: 700;
    color:#222;
}

.card-date {
    font-size: 1rem !important;
    padding-top: 0.5rem;
    font-weight: 500;
    color: #898989 !important;
}

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

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

.writer {
    font-size: 1rem !important;
    font-weight: 500;
    color: #898989;
    padding-top: 0.5rem;
}

.btn-list {
    width: 300px;
    padding: 0.7rem 0;
    background: #494949;
    font-size: 1.3rem;
    color: #fff;
    margin: 2.25rem 0 4rem!important;
}

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

.prevnext-list {
    font-size: 1rem;
    font-weight: 600;
    color: #3e3e3e !important;
    padding: 1.2rem;
    background: #f3f3f3 !important;
}

.prevnext-list:hover {
    text-decoration: underline !important;
}

.prevnext-list i {
    display: inline-block;
    margin: 0 0.4rem 0 0.5rem;
    font-size: 0.9rem !important;
    color: #000 !important;
}

.prevnext-list span {
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-wrap:break-word;
    min-height: 22px;
}

.card-cont {
    font-size: 0.9rem;
    font-weight: 600;
    color: #878787;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-wrap:break-word;
    padding-top: 1rem;
}

.basic-list {
    border-top: 2px solid #000;
}

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

.basic-list>tbody>tr:hover>* {
    background: rgb(246, 246, 246) !important;
}

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

.basic-list td {
    border: none !important;
    padding: 1.5rem 0;
}

.basic-subject a {
    color: #222;
    max-width: calc(100% - 55px);
    font-weight: 600;
    text-decoration: none;
}

.basic-date {
    font-size: 1rem !important;
    color: #999;
    text-align: center;
}

.download-box {
    padding: 0.2rem 0.6rem;
    margin-bottom: 0.5rem;
    background-color: #f2f5f8 !important;
}

.download-box span {
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    color: #466581;
    letter-spacing: -0.04em;
}

.download-box .btn-download i {
    font-size: 1.35rem !important;
}

.gallery-type img {
    border-radius: 1.5rem !important;
}

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

@media all and (max-width: 767px) {
    .search-wrap {
        padding: 0 0rem;
    }

    .card {
        margin-bottom: 0 !important;
    }

    .card-title {
        font-size: 1.1rem;
        line-height: 1.5rem;
    }

    .search-wrap .search-box {
        width: 100%;
        float: none;
    }

    .card-head {
        padding: 1rem 0.5rem;
        border-radius: 0.1rem;
    }

    .card-subject {
        font-size: 1.1rem !important;
        line-height: 1.2rem;
    }

    .card-date {
        padding-top: 0rem;
    }

    .writer {
        float: left !important;
        padding-top: 0.5rem;
        font-size: 0.8rem !important;
        color: #898989 !important;
    }

    .prevnext-list {
        padding: 0.7rem 0.7rem;
        font-size: 0.95rem !important;

    }

    .btn-list {
        width: 100%;
        font-size: 1.2rem;
        margin: 1.5rem 0 !important;
    }

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

    .basic-list td{
        padding: 0.9rem 0 1rem !important;
    }

    .basic-subject a {
        max-width: 100%;
    }

    .basic-list td.hide {
        display: none !important;
    }

    .m-category {
        display: block !important;
        padding-top: 0.3rem;
        font-size: 0.9rem;
    }

    .m-date {
        display: block !important;
        padding-top: 0.3rem;
        font-size: 0.9rem;
    }

    .download-box {
        padding: 0;
        margin-bottom: 0.5rem;
    }

    .download-box .btn-download i {
        font-size: 1rem !important;
    }
}
/* board E */

/* pagination 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: #313a46;
    background-color: #dee2e6;
    border-color: #dee2e6;
}

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

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

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

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

.pagination-rounded .page-link {
    border-radius: 50px !important;
    margin: 0 3px !important;
    border: none;
}
/* pagination 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 */

.grecaptcha-badge {
    visibility: hidden;
}