.main-recently-edu {
    position: relative;
    height: 100%;
    background: #fff;
    border-radius: 15px;
    padding: 15px 30px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
}

.main-recently-edu .header {
    text-align: right;
    font-weight: 900;
}

.main-recently-edu .list {
    margin-top: 15px;
    height: 380px;
    overflow-y: auto;
}

.main-recently-edu .header .today {
    color: #787878;
    margin-right: 6px;
}

.main-recently-edu .list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-recently-edu .list ul li {
    position: relative;
    margin-bottom: 15px;
    background: #fafafa;
    border-radius: 15px;
    padding: 8px 15px 8px 30px;
    cursor: pointer;
}

.main-recently-edu .list ul li::before {
    content: '\25B6';
    position: absolute;
    color: #fd7e14;
    left: 10px;
    top: 12px;
    font-size: 10px;
}

.main-recently-edu .list ul li .title {
    font-size: 1.1em;
    font-weight: 700;
    margin-right: 7px;
    /* display: block; */
}

.main-recently-edu .list ul li p {
    margin: 0;
}

.main-recently-edu .list ul li .content {
    font-weight: 700;
    color: #005dab;
}

.main-recently-edu .list ul li .status {margin-right: 8px;}

.main-recently-edu .list ul li .date {
    letter-spacing: 1px;
}


.quick-menu {
    position: fixed;
    top: 50%;
    transform: translate(100%, -50%);
    right: calc((100vw - 1200px) / 2);
    z-index: 999;
    background: #fff;
    width: 100px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 1px 0 rgba(0,0,0,.15);
    transition: box-shadow .5s ease;
}

.quick-menu .list .icon {
    width: 52px;
    display: block;
    margin: 0 auto;
}

.quick-menu .header {
    background: #005dab;
    padding: 8px 16px;
    text-align: center;
}

.quick-menu .header h4 {
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    margin: 0;
}

.quick-menu .list ul {
    list-style: none;
    margin: 0;
    margin-bottom: 16px;
    padding: 0;
}

.quick-menu .list ul li a {
    display: block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
}

.quick-menu .list .text {
    word-break: keep-all;
}

.quick-menu:hover {
    box-shadow: 0 0 16px 0 rgba(0,0,0,.15);
}

.quick-menu .list ul li {
    margin-bottom: 16px;
}


.document-download-wrap {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
    top: 0;
    left: 0;
    cursor: pointer;
}

.document-download-group {
    display: flex;
    padding: 32px;
    border-radius: 16px;
    background: #fff;
    gap: 64px;
    cursor: default;
}

.document-download-list {
    background: #fff;
}

.document-download-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.document-download-list p {
    font-size: 16px;
    font-weight: 900;
}

.document-download-list p span {
    margin-left: 8px;
}

.document-download-list ul li {
    position: relative;
    padding: 0 16px 0 24px;
    margin-bottom: 8px;
    background: #fff;
    border-radius: 16px;
}

.document-download-list ul li::before {
    content: '\25B6';
    position: absolute;
    left: 8px;
    top: 4px;
    font-size: 8px;
    color: #ffc723;
}

.document-download-list ul li:hover {
    background: #f4f4f4;
}

.document-download-list ul li a {
    display: block;
}



/**/

/* .edu-list-wrap {
    margin-bottom: 64px;
} */

.edu-list-wrap .edu-list-header {
    margin-bottom: 16px;
}

.edu-list-wrap .edu-list {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 24px;
    margin-bottom: 24px;
}

.edu-list-wrap .edu-list li {
    width: 100%;
    position: relative;
    display: block;
    border: 1px #ddd solid;
    padding: 24px 24px 48px;
    border-radius: 8px;
}

.edu-list-wrap .edu-list li.empty {
    border: none;
}

.edu-list-wrap .edu-list li .links {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 16px;
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.edu-list-wrap .edu-list li .links a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 4px 8px;
    color: #aaa;
    border: 1px #aaa solid;
    font-weight: 700;
    transition: all .3s ease;
}


.edu-list-wrap .edu-list li .links a.blue {
    color: #0062cc;
    border-color: #0062cc;
}

.edu-list-wrap .edu-list li .links a.red {
    color: #dc3545;
    border-color: #dc3545;
}

.edu-list-wrap .edu-list li .links a:hover {
    background: #aaa;
    color: #fff;
}

.edu-list-wrap .edu-list li .links a.blue:hover {
    background: #0062cc;
}

.edu-list-wrap .edu-list li .links a.red:hover {
    background: #dc3545;
}

.edu-wrap-double {
    display: flex;
    gap: 24px;
}

.edu-wrap-double .edu-list-wrap {
    flex: auto;
}

.edu-list-wrap .edu-list li p {
    min-height: 42px;
}

.edu-list-wrap 
 .group-list .edu-list {
    width: 100%;
    gap: 0;
}

.edu-list-wrap .group-list {
    display: flex;
    gap: 24px;
}

.edu-list-wrap .group-list .edu-list li {
    border-radius: 0;
}

.edu-list-wrap .group-list .edu-list li:not(:last-child) {
    border-right: 0;
}

.edu-list-wrap .group-list .edu-list li:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.edu-list-wrap .group-list .edu-list li:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}


.faq-list-tab {
    position: relative;
}

.faq-list-tab ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.faq-list-tab ul li {
    flex: auto;
    border: 1px #ddd solid;
    background: #fafafa;
    color: #666;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.faq-list-tab ul li button {
    display: block;
    width: 100%;
    padding: 16px 0;
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: inherit;
}

.faq-list-tab ul li:not(:last-child) {
    border-right: none;
}

.faq-list-tab ul li.active {
    color: #333;
    background: #fff;
    border-bottom: 0;
}

.faq-list-search {
    margin: 16px 0;
    display: flex;
    justify-content: flex-end;
}

.faq-list-search .input-group {
    width: 50%;
}

.faq-list-search .input-group .custom-select {
    max-width: 160px;
}

.faq-list-table {
    position: relative;
}

.faq-list-item {
    position: relative;
}

.faq-list-question {
    position: relative;
    display: flex;
    align-items: center;
    padding: 12px 32px 12px 48px;
    border-top: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    cursor: pointer;
    margin-bottom: -1px;
}

.faq-list-question::before {
    content: 'Q';
    position: absolute;
    left: 12px;
    top: 4px;
    font-size: 24px;
    font-weight: 900;
    color: #25a7b6;
}

.faq-list-answer {
    position: relative;
    background: #fafafa;
    padding: 0px 16px 0px 48px;
    height: 0;
    overflow: hidden;
}

.faq-list-answer::before {
    content: 'A';
    position: absolute;
    left: 12px;
    top: 8px;
    font-size: 24px;
    font-weight: 900;
    color: #ef5665;
}

.faq-list-answer .content {
    white-space: pre-line;
}

.faq-list-question::after {
    content: '\f13a';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    position: absolute;
    right: 8px;
    color: #aaa;
}

.faq-list-question.open + .faq-list-answer {
    padding: 16px 16px 16px 48px;
    height: auto;
}

.faq-list-question.open {
    margin-bottom: 0;
}

.faq-list-question.open::after {
    content: '\f139';
}

.faq-list-question .cat-1 {
    color: #666;
    width: 100px;
    flex-basis: 100px;
    flex-shrink: 0;
    margin-right: 16px;
    word-break: normal;
}

.faq-list-question .cat-2 {
    color: #005dab;
    width: 90px;
    flex-basis: 90px;
    flex-shrink: 0;
    margin-right: 16px;
    word-break: normal;
}

.faq-list-question .title {
    font-weight: 700;
    width: 100%;
    margin-right: 16px;
    flex: auto;
}

.main-calendar-info {
    position: relative;
}

.main-calendar-label {
    position: absolute;
    top: -6px;
    right: 0;
    text-align: right;
    width: 60%;
}

.main-calendar-label > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main-calendar-label span {
    display: inline-block;
    margin-left: 8px;
    font-size: .9em;
    font-weight: 700;
}

.main-calendar-label span b {
    margin-right: 4px;
}

/*
.main-calendar-label button {
    font-size: 18px;
    color: #ffc107;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

.main-calendar-label button + div {
    position: absolute;
    width: 160px;
    background: #fff;
    left: -120px;
    padding: 12px;
    top: -120px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.3);
    border-radius: 16px;
}

.main-calendar-label button:focus + div {
    display: block;
}

.main-calendar-label button + div span {
    display: block;
    font-size: 12px;
    font-weight: 700;
}

.main-calendar-label button + div::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: 112px;
    right: 21px;
}

*/




.main-recently-edu .list ul li:hover {
    background: #f0f0f0;
}

.main-info-board-badge {
    font-size: 1rem;
}

.main-info-board ul li {padding: 1.1em 1em;/*1.5em:;*/}

.main-info-board {
    padding: 15px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
    /* min-height: 410px; */
    min-height: 380px;
}








 
/**/

.newcheck-wrap {
    box-sizing: border-box;
    --background-color: #fff;
    --checkbox-height: 25px;
}

@-moz-keyframes dothabottomcheck {
    0% {
        height: 0;
    }
    100% {
        height: calc(var(--checkbox-height) / 2);
    }
}

@-webkit-keyframes dothabottomcheck {
    0% {
        height: 0;
    }
    100% {
        height: calc(var(--checkbox-height) / 2);
    }
}

@keyframes dothabottomcheck {
    0% {
        height: 0;
    }
    100% {
        height: calc(var(--checkbox-height) / 2);
    }
}

@keyframes dothatopcheck {
    0% {
        height: 0;
    }
    50% {
        height: 0;
    }
    100% {
        height: calc(var(--checkbox-height) * 1.2);
    }
}

@-webkit-keyframes dothatopcheck {
    0% {
        height: 0;
    }
    50% {
        height: 0;
    }
    100% {
        height: calc(var(--checkbox-height) * 1.2);
    }
}

@-moz-keyframes dothatopcheck {
    0% {
        height: 0;
    }
    50% {
        height: 0;
    }
    100% {
        height: calc(var(--checkbox-height) * 1.2);
    }
}

.newcheck-wrap input[type=checkbox] {
    display: none;
}

.newcheck-wrap .check-box {
    height: var(--checkbox-height);
    width: var(--checkbox-height);
    background-color: transparent;
    border: calc(var(--checkbox-height) * .1) solid #ccc;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
    cursor: pointer;
}
.newcheck-wrap .check-box::before,
.newcheck-wrap .check-box::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 0;
    width: calc(var(--checkbox-height) * .2);
    background-color: #005dab;
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 5px;
    content: " ";
    -webkit-transition: opacity ease 0.5;
    -moz-transition: opacity ease 0.5;
    transition: opacity ease 0.5;
}
.newcheck-wrap .check-box::before {
    top: calc(var(--checkbox-height) * .72);
    left: calc(var(--checkbox-height) * .45);
    box-shadow: 0 0 0 calc(var(--checkbox-height) * .05) var(--background-color);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.newcheck-wrap .check-box::after {
    top: calc(var(--checkbox-height) * .37);
    left: calc(var(--checkbox-height) * .05);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.newcheck-wrap input[type=checkbox]:checked + .check-box,
.newcheck-wrap .check-box.checked {
    border-color: #005dab;
}
.newcheck-wrap input[type=checkbox]:checked + .check-box::after,
.newcheck-wrap .check-box.checked::after {
    height: calc(var(--checkbox-height) / 2);
    -moz-animation: dothabottomcheck 0.2s ease 0s forwards;
    -o-animation: dothabottomcheck 0.2s ease 0s forwards;
    -webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
    animation: dothabottomcheck 0.2s ease 0s forwards;
}
.newcheck-wrap input[type=checkbox]:checked + .check-box::before,
.newcheck-wrap .check-box.checked::before {
    height: calc(var(--checkbox-height) * 1.2);
    -moz-animation: dothatopcheck 0.4s ease 0s forwards;
    -o-animation: dothatopcheck 0.4s ease 0s forwards;
    -webkit-animation: dothatopcheck 0.4s ease 0s forwards;
    animation: dothatopcheck 0.4s ease 0s forwards;
}


.newcheck-wrap .check-box > span {
    display: block;
    position: absolute;
    width: max-content;
    left: 32px;
    font-weight: 700;
    top: -2px;
    color: #666;
}

.newcheck-wrap input[type=checkbox]:checked + .check-box > span,
.newcheck-wrap .check-box.checked > span {
    color: #005dab;
}

.edu-list-wrap .edu-list .badge {
    font-size: .9rem;
}