/* my_exam */

#my_exam {
    position: relative;
    height: 100%;
}
header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 50px;
    box-shadow: 1px 0 1px rgb(0 0 0 / 50%);
}
header .user {
    display: flex;
    align-items: center;
    gap: 10px;
}
header .user .profile {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
header .user .dropdown-toggle {
    line-height: 40px;
    font-size: 16px;
}

.content {
    position: relative;
    display: flex;
    height: calc(100% - 70px);
    user-select: none;
}
.content > .left {
    flex: 0 0 300px;
    height: 100%;
    box-shadow: 0 1px 1px rgb(0 0 0 / 50%);
}
.content .title {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 50px;
    border-bottom: 1px solid #e6e6e6;
}
.content .title h4 {
    font-weight: 700;
    margin-top: 50px;
}
.content .title p {
    line-height: 24px;
    font-size: 16px;
    margin-top: 20px;
}

.gnb .accordion-item {
    border: none;
    border-bottom: 1px solid #eee;
    border-radius: 0;
}
.gnb .accordion-item.nobody .accordion-button:after {
    display: none;
}
.gnb .accordion-button {
    gap: 10px;
    height: 60px;
    line-height: 20px;
    font-size: 16px;
    padding: 0 30px;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.gnb .accordion-button::after {
    width: 12px;
    height: 12px;
    background-size: 100%;
}
.gnb .accordion-button:not(.collapsed) {
    font-weight: 500;
    color: #fff;
    border-radius: 0;
    background: #003664;
}
.gnb .accordion-button:not(.collapsed)::after {
    background-image: url("../images/chevron_down_w.svg");
}
.gnb .accordion-button > i {
    width: 20px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.gnb .accordion-button > i.home {
    background-image: url("../images/i_house_b.svg");
}
.gnb .accordion-button:not(.collapsed) > i.home {
    background-image: url("../images/i_house_w.svg");
}
.gnb .accordion-button > i.exam {
    background-image: url("../images/i_exam_b.svg");
}
.gnb .accordion-button:not(.collapsed) > i.exam {
    background-image: url("../images/i_exam_w.svg");
}
.gnb .accordion-body {
    padding: 0;
}
.gnb .accordion-body button + button {
    border-top: 1px solid #eee;
}
.gnb .accordion-body .sub_btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 50px;
    font-size: 16px;
    text-align: right;
    padding: 0 30px;
}
.gnb .accordion-body .sub_btn.active {
    font-weight: 700;
    color: #003664;
}

.content .right {
    flex: 1;
    height: 100%;
    padding: 30px 100px;
    overflow: overlay;
}

.bread_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}
.bread_wrap .home {
    line-height: 0;
}
.bread_wrap .breadcrumb {
    gap: 5px;
    margin-bottom: 0;
}
.bread_wrap .breadcrumb li {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 16px;
    color: #aaa;
    padding: 0;
}
.bread_wrap .breadcrumb li:before {
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    background: url("../images/chevron_right_g.svg") no-repeat center / 100%;
}
.bread_wrap .breadcrumb li:first-child:before {
    display: none;
}
.bread_wrap .breadcrumb li.active {
    font-weight: 500;
    color: #333;
}

.con_title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    height: 150px;
    color: #fff;
    padding: 0 50px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.mock .con_title {
    background-image: url("../images/mock_bg.jpg");
}
.always .con_title {
    background-image: url("../images/always_bg.jpg");
}
.con_title h3 {
    line-height: 40px;
    font-size: 32px;
}
.con_title p {
    line-height: 24px;
    font-size: 16px;
}


#examlist-tab {
    gap: 10px;
    margin-top: 50px;
}
#examlist-tab .nav-link {
    display: flex;
    align-items: center;
    height: 44px;
    font-size: 16px;
    color: #333;
    padding: 0 30px;
    border-radius: 22px;
    background: #eee;
}
#examlist-tab .nav-link.active {
    font-weight: 700;
    color: #fff;
    background: #003664;
}
#examlist-tabContent {
    margin-top: 30px;
}
#examlist-tabContent .exam_info {
    line-height: 24px;
    font-size: 16px;
}

.accordion.exam {
    margin-top: 50px;
}
.accordion + .accordion {
    margin-top: 20px;
}
.accordion.exam .rehearsal {
    display: flex;
    align-items: center;
    gap: 20px;
}
.accordion.exam .rehearsal a.btn {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 40px;
    font-size: 16px;
    padding: 0 30px;
    border-radius: 20px;
}
.accordion.exam .rehearsal a.btn > i {
    width: 13px;
    height: 13px;
    background: url("../images/chevron_right_w.svg") no-repeat center / 100%;
}
.accordion.exam .accordion-item {
    padding: 20px 30px;
    border: 1px solid #ccc;
    border-radius: 20px;
}
.accordion.exam .accordion-item + .accordion-item {
    margin-top: 20px;
}
.accordion.exam .accordion-button {
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.accordion.exam .accordion-button:not(.collapsed) {
    color: #333;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    background: #fff;
}
.accordion.exam .accordion-button::after {
    margin-left: 20px;
}
.accordion.exam .accordion-button:not(.collapsed):after {
    background-image: var(--bs-accordion-btn-icon);
}
.accordion.exam .accordion-button h3 {
    font-weight: 700;

}
.accordion.exam .table_wrap {
    padding: 30px 0 0;
}
.accordion.exam .table_wrap tbody tr:last-child {
    border-bottom: none;
}
.accordion.exam .table_wrap th {
    font-size: 14px;
}
.accordion.exam .table_wrap td {
    font-weight: 400;
    color: #777;
}

.no_exam {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    font-weight: 500;
    /*color: #777;*/
    color: #000;
    font-size: 25px;
}

.search_box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px;
    border: 1px solid #e6e6e6;
    border-radius: 20px;
}
.search_box .nice-select {
    min-width: 140px;
    height: 40px;
    line-height: 38px;
}
.search_box .btn {
    line-height: 40px;
    font-size: 16px;
    padding: 0 30px;
}
.date_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}
.date_wrap > h5 {
    flex: 0 0 100px;
}
.date_wrap .input_wrap {
    flex: 1;
    background: url("../images/i_calendar_g.svg") no-repeat right 20px center;
    background-size: 18px;
}
.date_wrap .input_wrap input[type="text"] {
    width: 150px;
    font-weight: 500;
    cursor: pointer;
}
.date_wrap > span {
    flex: 0 0 20px;
    font-size: 20px;
    text-align: center;
}

.editor-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: overlay;
}
.editor-wrapper .editorDIV {
    position: relative;
    border: 1px solid #ccc;
    border-bottom: none;
    background: #fff;
    border-radius: 10px 10px 0 0;
}
.editor-wrapper.exam_editer .editorDIV {
    border-bottom: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
}
.editor-wrapper .editor_head thead {
    color: #fff;
    background: #003664;
}
.editor-wrapper .editor_head tbody {
    color: #003664;
    background: #E3EFFF;
}
.editor-wrapper .editor_head tr > * {
    height: 40px;
    font-weight: 700;
    text-align: center;
}
.editor-wrapper .editor_head tr > * + * {
    box-shadow: inset 1px 0 0 #B4D4FF;
}
.editor-wrapper .div_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.editor-wrapper .div_wrap .page {
    padding: 0 10px;
    background: #fff;
    border-radius: 10px;
}
.editor-wrapper .div_wrap .page:last-child {
    border-radius: 0 0 10px 10px;
}
.editor-wrapper .div_wrap .page:first-child {
    border-radius: 10px 10px 0 0;
}
.editor-wrapper .div_wrap .page:nth-child(even) {
    background: #f3f7ff;
}
.editor-wrapper .div_wrap .page > div {
    height: 40px;
    line-height: 30px;
    font-size: 16px;
    letter-spacing: 0;
    padding: 5px 10px;
    border-bottom: 1px solid #eee;
}
.editor-wrapper .div_wrap .watermark {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) rotate(-30deg);
    width: 200%;
    line-height: 100px;
    font-size: 30px;
    font-weight: 700;
    color: #72A8EE;
    letter-spacing: 20px;
    user-select: none;
    opacity: 0.2;
}

#viewAnswerModal .modal-dialog {
    /*max-width: 1000px;*/
    max-width: 1050px;
}
#viewAnswerModal .modal-content {
    height: 100%;
    overflow: hidden;
}
#viewAnswerModal .modal-footer {
    justify-content: flex-end;
}

#viewGradesModal .modal-dialog {
    max-width: 1000px;
}
.table_top {

}

#content-1, #content-2, #content-3 {
    font-size: 19px;
    letter-spacing: 0;
    padding: 5px 23px 0 23px;
    line-height: 40px;
}










