.main_container {
    max-width: unset !important;
    margin-left: 0px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    height: 100%;
    position: relative;
}
.main_wrap {
    width: 100%;
    margin: 0px auto;
    background: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: unset;
}
.main-top_wrap>li {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    width: 20%;
}
.main-top_wrap {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.student-main-contents-top_wrap>li {
    width: 25%;
    height: 315px;
}
.main-top-contents-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #D9DBFF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px 15px;
}
.student-main-top-contents-header {
    background: #6F4FFD;
}
.main-top-contents-header-text {
    font-size: 15px;
    font-weight: 600;
    color: #454545;
}
.student-main-top-contents-header .main-top-contents-header-text {
    color: #fff;
    font-weight: 500;
}
.main-top-contents-header-btn {
    font-size: 12px;
    background: #6A6A6A;
    border: 1px solid #4B4B4B;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    padding: 6px 25px;
}
.student-main-top-contents-header .main-top-contents-header-btn_wrap button {
    background: #fff;
    border: 1px solid #C1C1C1;
    color: #454545;
}
.student-main-top-contents-header .main-top-contents-header-btn_wrap button:hover{
    background: #e5e5e5;
    border: 1px solid #454545;
}
.main-top-contents-title {
    margin-bottom: 6px;
}
.main-top-contents1 {
    padding: 15px;
}
.main-top-contents>li>div {
    font-size: 14px;
    font-weight: 400;
    color: #252525;
}
.main-top-contents1>li {
    margin-bottom: 28px;
}
.main-top-contents2>li>a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 14px;
    border-bottom: 1px solid #C5C5C5;
}
.main-top-contents-text:first-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main-top-contents2>li>a>div {
    font-size: 14px;
    font-weight: 400;
    color: #252525;
}
.main-top-contents3>li, .main-top-contents5>li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 11px;
    border-bottom: 1px solid #C5C5C5;
}
.main-top-contents2>li:hover, .main-top-contents3>li:hover, .main-top-contents5>li:hover {
    background: #666CFF;
    cursor: pointer;
}
.main-top-contents2>li:hover .main-top-contents-text, .main-top-contents3>li:hover .main-top-contents-text, .main-top-contents5>li:hover .main-top-contents-text {
    color: #ffffff;
}
.test-location_btn {
    background: #BABCC8;
    padding: 4px 18px;
    border-radius: 20px;
    font-size: 14px;
    color: #252525;
    font-weight: 500;
}
.main-top-contents-box {
    height: 80%;
    overflow-y: auto;
}
.main-bottom_container {
    width: 100%;
}
.main-bottom_wrap {
    height: 520px;
    max-height: 520px;
    overflow: auto;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}
.main-bottom-header {
    font-size: 14px;
    padding: 14px 18px;
    background: #252525;
    color: #fff;
}
.big-page {
    background: none;
}
.main-bottom-contents_wrap {
    padding: 20px;
}
.testResult-graph-header-left-btn {
    background: #fff;
    border: 1px solid #c8c8c8;
    font-size: 13px;
    font-weight: 500;
    color: #454545;
    border-radius: 4px;
    padding: 10px 45px;
}
.testResult-graph-header-left-btn:hover{
    background: #f0f0f0;
    border: 1px solid #e0bb7e;
}
.testResult-graph-header-left-btn.active, .testResult-graph-header-left-btn.active:hover {
    background: #F59B0A;
    color: #fff;
}
.testResult-graph-tabMenu {
    background: #fff;
    border: 1px solid #3046C8;
    font-size: 16px;
    font-weight: 500;
    color: #252525;
    padding: 8px 42px;
    border-radius: 30px;
}
.testResult-graph-tabMenu:hover{
    background: #dadff7;
}
.testResult-graph-tabMenu.active, .testResult-graph-tabMenu.active:hover {
    background: #3B5EE9;
    color: #fff;
}
.test-result-table-container {
    width: 100%;
    overflow-y: auto;
}
.table-container {
    overflow-x: auto;
    max-width: 100%;
    padding: 10px;
}
.table thead tr {
    border-bottom: 1px solid #dee2e6;
}
.table th, .table td {
    padding: 8px;
    text-align: center;
    vertical-align: middle;
}
.print-table thead tr th {
    background: #eaeaea;
    border: 1px solid #d5d5d5;
    font-weight: 500;
    padding: 12px;
}
.print-table th.hoverable {
    cursor: pointer;
    transition: background-color 0.2s ease;
}
.print-table th.hoverable:hover {
    background-color: #d5d5d5;
}
.month-testReuslt-table-td {
    width: 18.8%;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}
.test-result-table-container table tbody tr td {
    border: 1px solid #e5e5e5;
    width: 10%;
}
.print-table tbody tr:last-child td {
    border-bottom: 1px solid #d5d5d5;
}
.table-green-box {
    padding: 20px 0px;
    background: #7AFFC1;
    border: 1px solid #00CE6E;
    border-radius: 10px;
}
.table-green-box:hover{
    background: #0be47f;
}
.table-gray-box {
    padding: 30px 0px;
    background: #C5C5C5;
    border-radius: 10px;
    background-image: url(/vocas/vocas_manage/img/test-result-no.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}
.table-gray-box:hover{
    background: #8f8f8f;
    background-image: url(/vocas/vocas_manage/img/test-result-no.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}
.table-blue-box {
    padding: 20px 0px;
    background: #84D3FF;
    border: 1px solid #009EF7;
    border-radius: 10px;
}
.table-blue-box:hover{
    background: #31abec;
}
.table-yellow-box{
    padding: 15px 0px;
    background: #FFF185;
    border: 1px solid #F1D710;
    border-radius: 10px;
}
.table-yellow-box:hover{
    background: #F1D710;
}
.table-red-box {
    padding: 20px 0px;
    background: #FFA0A0;
    border: 1px solid #FF3939;
    border-radius: 10px;
}
.table-red-box:hover{
    background: #ec6565;
}
.testResult-message-table .table-green-box,
.testResult-message-table .table-blue-box,
.testResult-message-table .table-yellow-box,
.testResult-message-table .table-red-box{
    padding: 6px 0px;
}

.testResult-graph-body_wrap {
    display: none !important;
}
.show {
    display: flex !important;
}
.test-result-table-container table {
    width: 300%;
    font-size: 12px;
    color: #454545;
    font-weight: 500;
}
.modal-calendar_wrap {
    padding: 20px 50px;
}
.modal-calendar {
    width: 100%;
    margin-top: 25px;
}
.modal-calendar thead tr th {
    border: 1px solid #e5e5e5;
    text-align: center;
    background: #EBF2F6;
    padding: 4px;
}
#calendar-body tr td {
    height: 58px;
    border: 1px solid #e5e5e5;
    padding: 10px;
    cursor: pointer;
}
.testResult-calendar-td td {
    max-width: 55px;
}
#calendar-body tr td.active{
    background: #aadcf3;
}
#calendar-body tr td.active:hover{
    background: #aadcf3;
}
#calendar-body tr td:hover {
    background: #f1f1f1;
}
.calendar-table-text {
    max-height: 65px;
    overflow: hidden;
    border-bottom: 1px dashed #454545;
    padding-bottom: 2px;
    margin-top: 2px;
}
.calendar-table-text li {
    font-size: 11px;
}

.testResult-calenadar-left {
    padding: 0px 20px 50px 20px !important;
}
.monthly_today {
    width: 406px;
    height: auto;
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 20px;
}
.monthly_today > p {
    font-size: 16px;
    color: #313131;
    font-weight: 500;
}
.monthly_today .examlist {
    margin-top: 10px;
}
.monthly_today .examlist > p {
    font-size: 14px;
    color: #313131;
    font-weight: 500;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 10px;
}
.monthly_today .examlist ul {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    padding: 4px;
    align-items: center;
    width: 100%;
}
.monthly_today .examlist ul:hover {
    border: 1px solid #929292;
    padding: 4px;
    border-radius: 10px;
    background: #f2f2f2;
}
.monthly_today .examlist ul li {
    font-size: 12px;
    color: #313131;
}
.examlist ul li:nth-child(1) {
    width: 20%;
}
.examlist ul li:nth-child(2) {
    width: 10%;
}
.examlist ul li:nth-child(3) {
    width: 10%;
}
.examlist ul li:nth-child(4) {
    width: 6%;
}
.examlist ul li:nth-child(5) {
    width: 10%;
}
.monthly_today .examlist ul li a {
    display: inline-block;
    width: 55px;
    height: 20px;
    line-height: 20px;
    background-color: #131415;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 10px;
}
.testResult-class-chart_title {
    margin-bottom: 20px;
}
.testResult-class-chart_title p:nth-child(1) {
    font-size: 16px;
    font-weight: 500;
    color: #3F4254;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
}
.testResult-class-chart_title p:nth-child(2) {
    font-weight: 400;
    font-size: 14px;
    color: #B5B5C3;
}

.search_type{
    background: #fff;
    border: 1px solid #727272;
}
.re-search-box-bigtitle {
    font-size: 18px;
    font-weight: 500;
    color: #292929;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 14px;
}
.re-search-box-bigtitle span {
    color: #787EFF;
}

/*modal*/
.testReulst-list-exam-title .teacher-item {
    padding-top: 15px !important;
    padding-left: 10px;
}
.classtab02-achieve02-ul li {
    padding: 15px 0;
}
.classtab02-student-ul li {
    border-bottom: 1px solid #dee2e6;
}
.classtab02-student-ul li .classtab02-student-li-p01 {
    font-size: 16px;
    margin-bottom: 6px;
}
.testReulst-list-exam-title .teacher-item:hover {
    background-color: #e5e5e5;
    padding-top: 10px;
    padding-left: 10px;
    border-radius: 10px;
}

.re-search-modalcontent .modal-header {
    border-bottom: none;
    padding-bottom: 0;
}
.pc-studyexam-exambox {
    margin: 0 auto;
    padding: 15px;
    position: relative;
    z-index: 0;
}
.wordbox {
    width: 900px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgb(46, 46, 46, 0.3);
    margin: 20px auto !important;
    opacity: 0.7;
}
.re-search-modalcontent .modal-footer {
    border-top: none;
    padding-top: 0;
    padding-bottom: 30px;
}
.enterbut {
    width: 160px;
    height: 42px;
    background-color: #333333;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
}

.id-modal-button{
    color: #fff;
    border-radius: 6px;
    padding: 13px 22px;
    font-size: 16px;
    font-weight: 500;
}
.id-modal-button1{
    background: #5075EA;
}
.main-classtab02-student-modal .main-classtab02-student-modal-but:nth-child(1):hover .id-modal-button1{
    background: #0E2878 !important;
}
.id-modal-button2{
    background: #AB89EE;
}
.main-classtab02-student-modal .main-classtab02-student-modal-but:nth-child(2):hover .id-modal-button2{
    background: #320E77;
}
.id-modal-button3{
    background: #33C9B0;
}
.main-classtab02-student-modal .main-classtab02-student-modal-but:nth-child(3):hover .id-modal-button3{
    background: #034D40;
}
.modal-calendar-tab-btn{
    padding: 10px 20px;
    border-radius: 4px;
    background: #a4a4a4;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    color: #fff;
}
.modal-calendar_wrap{
    padding: 20px 50px;
}
.modal-calendar{
    width: 100%;
    margin-top: 25px;
}
.modal-calendar-next-btn{
    background: none;
}
.modal-calendar thead tr th{
    border: 1px solid #e5e5e5;
    text-align: center;
    background: #EBF2F6;
    padding: 4px;
}
#calendar-body tr td{
    height: 58px;
    border: 1px solid #e5e5e5;
    padding: 10px;
}
.list-container{
    padding: 0px 50px 20px 50px;
    max-height: 230px;
    overflow: auto;
}
.modal-calendar-list{
    width: 100%;
    border-top: 1px solid #2346F4;
}
.modal-calendar-list thead tr th{
    background: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
    padding: 4px 20px;
    text-align: center;
}
.modal-calendar-list tbody tr td {
    padding: 12px 20px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}
.print-exam-contents{
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
}
.exam-set-btn{
    background: #F5F5F5;
    border: 1px solid #909090;
    border-radius: 6px;
    padding: 8px 14px;
    color: #252525;
    font-size: 14px;
    font-weight: 500;
}
.starbut{
    background: none;
}
.gray_btn {
    background-color: #404043 !important;
}
.gray_btn:hover {
    background-color: #0f0f13 !important;
}
.print-exam-btn{
    background: #FFCB3B;
    border: 2px solid #FFA43B;
    padding: 12px 20px;
    font-size: 16px;
    margin-right: 10px;
}
.print-modal-contents{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.print-modal-right-contnets li{
    width: 100%;
}
.print-modal-text-box{
    width: 100%;
}
.print-modal-text-btn{
    background: #E9E9E9;
    font-size: 12px;
    color: #454545; 
    font-weight: 500;
    width: 50%;
    padding: 12px;
}
.print-modal-text-btn:hover{
    background: #f5e4b2;
}
.print-modal-text-btn.active{
    background: #FFCB3B;
}
.print-modal-logo-box{
    width: 50%;
    background: #E9E9E9;
    border: 1px dashed #b8b8b8;
    border-radius: 15px;
    padding: 10px;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
}
.print-modal-content-title{
    color: #454545;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
}
.print-modal-footer-btn{
    width: 50%;
    padding: 15px;
    font-size: 20px;
    color: #454545;
    font-weight: 500;
    background: #e9e9e9;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.upgrade-modal-header-title{
    color: #252525;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 40px;
}

.modal-make-word-allsee-ul li {
    display: flex;
    align-items: center;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 10px;
    margin-top: 10px;
    background: #fff;
}
.exam-word-list-li .exam-word-list-li01 {
    width: 46%;
    font-weight: 500;
    margin-right: 10px;
    line-height: 24px;
}
.exam-word-list-count-text {
    display: inline-block;
    max-width: 36px;
    word-wrap: break-word;
    overflow: hidden;
    white-space: normal;
    margin-right: 10px;
    font-size: 12px;
}
.exam-word-list-word-text {
    display: inline-block;
    max-width: 130px;
    word-wrap: break-word;
    overflow: hidden;
    white-space: normal;
}
.exam-word-list-li01-word {
    line-height: 24px;
    font-size: 12px;
}
.exam-word-list-li .exam-word-list-li01 .exam-word-list-li01-word {
    width: calc(100% - 60px);
}
.exam-word-list-li .exam-word-list-li02 {
    width: 50%;
    margin-right: 10px;
}
.exam-word-list-li .exam-word-list-li02 .exam-word-list-li02-p {
    margin-top: 10px;
    line-height: 22px;
    font-size: 12px;
}
.exam-word-list-li .exam-word-list-li02 .exam-word-list-li02-p span {
    color: #7898fd;
}
.exam-word-list-li .exam-word-list-li03 {
    width: 20%;
    display: flex;
    justify-content: end;
    align-items: center;
}
.card:hover{
    background: #f0f0f0;
}
.card-list-icon-btn_wrap>button {
    width: 16%;
    padding: 2px;
}
.card-list-icon-btn_wrap>button {
    background: #f5e8ff;
    border-radius: 10px;
}
.card-list-icon-btn_wrap:nth-child(3) button img {
    width: 46%;
}
.iconspan {
    display: block;
    font-size: 8px;
    height: 19px;
    margin-top: 4px;
    color: #535353;
}
.list-select-btn {
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    border-radius: 4px;
    padding: 6px 12px;
    background: #858585;
    height: 40px;
}

.print-container-small-text{
    font-size: 13px;
}
.print-exam-list-table_wrap{
    padding: 4px;
}
.print-exam-list-table th,
.print-exam-list-table td {
    text-align: left !important;
    border: 1px solid  #929292;
    font-size: 13px;
    color: #333;
    line-height: 18px;
}
.print-exam-test-list_wrap{
    font-size: 13px;
    color: #333;
}
.print-exam-test-list_wrap li{
    margin-bottom: 6px;
    line-height: 20px;
}
.question-blank{
    border-bottom: 1px solid #929292;
    margin-top: 5px;
}
.correct-print-exam-list-table td{
    line-height: 18px;
}

.student-file-contents_wrap {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.20);
    margin-top: 20px;
}
.d-none {
    display: none !important;
}
.print-table-container {
    max-height: 620px;
    overflow-y: auto;
}
.print-table tr:hover td{
    background: #f0f0f0;
}
.table {
    width: 100%;
    min-width: 640px;
    border-collapse: collapse;
}
.table th, .table td {
    padding: 8px;
    text-align: center;
    vertical-align: middle;
}
.table th {
    font-weight: 500;
}
.table thead tr {
    border-bottom: 1px solid #dee2e6;
}
.print-table-btn {
    padding: 6px 16px;
    border-radius: 4px;
    border: 1px solid #7C7C7C;
    background: #F3F3F3;
    font-size: 16px;
    font-weight: 500;
    color: #252525;
}
.print-table-btn:hover {
    background: #c5c5c5;
}
.print-table-btn1 {
    background: #B0BDFF;
}
.print-table-btn1:hover {
    background: #6a7dd8;
    color: #fff;
}
.print-table-btn2 {
    background: #FFCCCC;
}
.print-table-btn2:hover {
    background: #e08787;
    color: #fff;
}
.blue_btn {
    background-color: #13279F !important;
}
.red_btn {
    background-color: #DD473D !important;
}
.table tbody tr:nth-child(even) {
    background: #F5F5F5;
}
.print-table tbody tr td{
    border-bottom: 1px solid #e5e5e5;
    padding: 10px;
}
.notify-table-title:hover{
    color: #13279F;
    font-weight: 600;
}
.alarm-detail-box-01 {
    padding: 20px;
    border-bottom: 1px solid #dee2e6;
}
.alarm-detail-title03 {
    font-size: 28px;
    font-weight: 600;
    margin-top: 14px;
    line-height: 26px;
    word-break: break-all;
}
.alarm-detail-box-02 {
    padding: 30px 20px;
    border-bottom: 1px solid #a1a1a1;
}
.notify-table tbody tr td{
    padding: 16px;
}
.notice-page-content-text p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 32px;
}
.notify-table-title_wrap{
    text-align: left !important;
}
.notify-table-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    cursor: pointer;
}

.classtab02-achieve {
    width: 100%;
    background-color: #F4F7F9;
    padding: 30px;
    border-radius: 15px;
}
.classtab02-achieve-right {
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 6px 6px 12px rgb(0 0 0 / 8%);
    width: 68%;
}
.goal-select-content-ul {
    display: flex;
    align-items: center;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 6px;
}
.goal-select-content-ul li {
    font-size: 20px;
    font-weight: 500;
    color: #A5A5A5;
    margin-right: 30px;
    cursor: pointer;
    position: relative;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.teacher-ul-big-li.active {
    background: #fff;
    box-shadow: 0px 0px 20px #787CE9;
    padding: 4px 8px;
    border-radius: 20px;
}
.goal-select-content-ul .goal-select-content-active {
    color: #131415;
}
.goal-select-content-ul li:last-child {
    margin-right: 0;
}
.teacher-ul-big-li {
    position: relative;
}
.teacher-ul-big-li-mobile {
    display: none;
}
.file-filterbox {
    margin-top: 10px;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
}
.file-filterbox-box {
    margin-right: 10px;
}
.file-filterbox-box button{
    color: #252525;
}
.file-filterbox-box button:hover{
    color: #fff;
}
.file-filterbox button {
    font-size: 14px;
}
.goal-select-content-ul {
    display: flex;
    align-items: center;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 6px;
}
.teacher-achieve-ul {
    margin-left: 4px;
}
.examresult-page-tabmenu li {
    font-size: 16px;
    color: #787EFF;
    padding: 0 25px;
    height: 36px;
    line-height: 33px;
    border: 1px solid #787EFF;
    cursor: pointer;
}
.examresult-page-tabmenu li:nth-child(1) {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.teacher-achieve-ul li a {
    color: #787EFF;
}
.examresult-page-tabmenu li:nth-child(2) {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-left: -1px;
}
.progress-top li.progress-top-arrow {
    margin: 0 8px;
}
.table-search-btn {
    padding: 10px 20px;
    color: #fff;
    border-radius: 4px;
    background: #4256D2;
}
.file-box-control-btn {
    background: #787EFF;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 20px;
    box-shadow: 0px 2px 10px #787CE9;
}
.file-box-control-btn:hover{
    background: #525ae4;
}
.file-icon {
    position: relative;
    text-align: center;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}
.file-icon:hover, 
.file-icon.active {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 30px rgba(120, 124, 233, 0.5);
}
.make-test-btn {
    border: 1px solid #13279F;
    font-size: 16px;
    font-weight: 500;
    color: #252525;
    background: #fff;
    border-radius: 30px;
    padding: 4px 7px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.make-test-btn:hover{
    background: #f0f0f0;
}
.file-icon-name {
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
}
.file-list-day {
    font-size: 14px;
    color: #646464;
    text-align: center;
    margin-top: 3px;
}
.file-icon-checkbox {
    position: absolute;
    top: -5px;
    left: -23px;
}
.black-back {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    z-index: 95;
    display: flex;
    align-items: center;
    justify-content: center;
}
.black-back-text {
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    color: #252525;
    border-radius: 30px;
    padding: 10px 20px;
    box-shadow: 0px 4px 20px #EA5F53;
}

.hidden-important {
    display: none !important;
}
.testFolder-test-word-kind-set_wrap .card{
    background: #fffdf5;
}
.testFolder-test-word-set-title{
    font-size: 18px;
    font-weight: 500;
}
.step04-right-container {
    background: #fff;
    box-shadow: -10px 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    margin-top: 20px;
    padding: 20px;
}
.page-divide_container {
    box-shadow: -10px 4px 30px rgb(231 196 195);
    border: 2px solid #de1e19;
}
.teacher-ul-big-li:after {
    content: "";
    display: block !important;
    position: absolute !important;
    right: -28px !important;
    top: 4px !important;
    width: 16px !important;
    height: 12px !important;
    background: url(/vocas_new/vocas_student/img/teacher-li-arrow.png) !important;
}

/*프린트 페이지*/
.print-exam-test-list_wrap {
    font-size: 11px;
    color: #333;
}
.print-exam-test-list_wrap li {
    margin-bottom: 5px;
    line-height: 18px;
}
.print-modal-contents {
    height: 100vh;
    border-radius: 0;
    box-shadow: none;
}
.print-modal-footer-btn {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.print-modal-text-btn:hover {
    background: #f5e4b2 !important;
}
.radio-btn-label {
    border-color: #ddd;
}
.modify-btn,
.modify-btn:active {
    background-color: #8458cb !important;
    color: #fff !important;
    border-radius: 25px;
    padding: 3px 7px 5px 7px;
    font-size: 12px;
    line-height: 13px;
}
.logo-upload-btn,
.logo-upload-btn:active {
    background-color: #8458cb !important;
    position: absolute;
    top: -16px;
    left: -20px;
}
.modify-btn:hover{
    background-color: #451e85 !important;
}
.print-container {
    width: 700px;
    height: 100vh;
    background: #fff;
    margin: 0 auto;
    padding: 20px;
}
.bottom-area {
    width: 100%;
    height: 70px;
    border-top: 2px solid #333 !important;
    font-size: 11px;
}
#logoUpload {
    width: 35px;
    height: 20px;
    position: absolute;
    top: -16px;
    left: -20px;
    z-index: 100;
    opacity: 0;
}
.type-btn-wrap button {
    padding: 28px 0;
}
.right-contents-wrap {
    gap: 6px;
    padding: 0 10px;
}
.print-modal-right-contnets li {
    width: auto !important;
}
.text-box-input {
    display: inline-block;
    width: 50px;
}