/*header*/
.student-header-back{
    width: 100%;
    position: fixed;
    z-index: 999;
    background: #F6DA3D;
    border-bottom: 1px solid #EFAF25;
}
#header{
    padding: 10px 20px !important;
    width: 1600px; 
    margin: 0px auto;
    background: unset !important;
}
.left-menu-icon_wrap{
    margin-left: 30px;
}
.main-header-search{
    width: 700px;
    padding: 10px 85px;
    border: 1px solid #4547E4;
}
.goal-header-search{
    width: 510px !important;
}
.search-logo_icon{
    position: absolute;
    left: 40px;
    top: 6px;
}
.dongsearchbox-icon{
    position: absolute;
    right: 25px;
    top: 12px !important;
}
#leftslide{
    position: fixed !important;
    left: 0px;
    top: 69px;
    background: #F4BE28 !important ;
}
.leftslide_first_li{
    line-height: unset !important;
    padding-right: 0px !important;
}
.leftslide-bottom-btn{
    padding: 10px 30px;
    width: 225px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
}
.leftslide-bottom-btn span{
    font-size: 20px;
    font-weight: 600;
}
.leftslide-bottom-btn:first-child {
    background: #7485EF;
    margin-bottom: 5px;
}
.leftslide-bottom-btn:last-child {
    background: #2C3D9E;
}
.leftslide-bottom-code_wrap{
    text-align: center;
    margin-top: 12px;
}
.leftslide-bottom-code-title{
    font-size: 16px;
    font-weight: 600;
}
.leftslide-bottom-code{
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 10px;
    background: #F4F4F4;
    border: 1px solid #D4D4D4;
    padding: 10px;
    margin-top: 6px;
}
.leftslide-bottom-copy-text{
    font-size: 12px;
    font-weight: 400;
    background: none;
    margin-top: 6px;
    color: #828282;
    text-decoration: underline;
}
.treeview ul{
    background: unset !important;
}
.titleli{
    color: #353535 !important;
}
.titleli::after{
    background-color: #646464 !important;
}
/*main*/
body, html {
    background: #FFD739;
}
/*01-24 샘플페이지 style*/
.sample-page-body, .sample-page-html{
    background: #acd543;
}
/*샘플페이지 style//*/

.main_container{
    max-width: unset;
    margin-left: 260px;
    height: 100%;
}
.student-main_wrap{
    background: unset;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.student-main-contents_container{
    width: 48%;
}
.student-main-contents_wrap{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 35px;
    justify-content: center;
    background: #fff;
    border: 1px solid #cecece;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.10);
    padding: 30px;
    border-radius: 15px;
    align-items: center;
}
.student-main-contents_img img{
    width: 100%;
}
.student-main-contents_wrap:hover{
    background: #fae4ff;
    box-shadow: 0px 4px 30px #6e51029f;
}
.student-main-title{
    font-size: 42px;
    font-weight: 600;
    text-align: center;
}
.student-main-contents_img img{
    border-radius: 15px;
    box-shadow: 5px 8px 4px rgba(0, 0, 0, 0.25);
}
.student-banner-title{
    font-size: 55px;
    color: #fff;
    font-weight: 600;
}

.main-top-contents-box {
    height: 80%;
    overflow-y: auto;
}
.student-main-top-contents-header{
    background: #6F4FFD;
}
.student-main-top-contents-header .main-top-contents-header-text{
    color: #fff;
    font-weight: 500;
}
.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: #e0e0e0;
}
.student-main-contents-top_wrap>li{
    width: 25%;
}
.student-main-contents-button_wrap{
    padding: 20px;
}
.student-main-contents-button01{
    border: 1px solid #77C5DB;
}
.student-main-contents-button02{
    border: 1px solid #EEC41B;
}
.student-contents-box_wrap{
    background: unset;
    padding-bottom: 80px;
}
.student-contents-box_wrap .container{
    margin: 0px;
    width: 100%;
}
.student-contents-exam-title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*색인*/
.green_chart{
    background: #79E38B !important;
}
.blue_chart{
    background: #409BFF !important;
}
.yellow_chart{
    background: #FFD940 !important;
}
.red_chart{
    background: #FF6C64 !important;
}
.green_chart-btn:hover{
    background: #40df5a !important;
}
.blue_chart-btn:hover{
    background: #1073dd !important;
}
.yellow_chart-btn:hover{
    background: #ecb00a !important;
}
.red_chart-btn:hover{
    background: #df3c33 !important;
}
.gray_chart-btn{
    background: #c5c5c5 !important;
}
.gray_chart-btn:hover{
    background: #929292 !important;
}

.pink_btn{
    background: #F39090 !important;
}
.green_btn{
    background: #28AF77 !important;
}
.no-task{
    background: #fff;
    border: 1px solid #C5C5C5;
    font-size: 16px;
    font-weight: 600;
    color: #252525;
    padding: 20px;
    border-radius: 4px;
    width: 100%;
}

.student-contents-box::-webkit-scrollbar {
    width: 5px;
    height: 12px;
}
.student-contents-box::-webkit-scrollbar-thumb {
    background-color: #c5a5f1;
    border-radius: 10px;
}
.student-contents-box::-webkit-scrollbar-track {
    background-color: #f0f0f0;
}

.student-contents-box{
    background: #fff;
    border: 1px solid #e4e4e4;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    padding: 10px;
}
.student-contents-title-btn_wrap{
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 4px 0px;
}
.student-contents-title-btn_wrap:hover{
    background: #f5f5f5;
    padding: 2px;
    box-shadow: 0px 4px 20px #8867EA;
}
.student-contents-title-btn{
    position: relative;
    background: #F5F5F5;
    border: 1px solid #13279F;
    border-radius: 30px;
    padding: 8px 12px;
    color: #454545;
    font-weight: 500;
    font-size: 14px;
}
.student-contents-title-btn:hover,
.student-contents-title-btn_wrap:hover .student-contents-title-btn{
    background: #13279F;
    color: #fff;
}
.test_list-contents_style{
    gap: 10px;
    justify-content: left;
}
.remember-history-result-btn-mobile{
    padding: 0px;
}
.remember-contents-button_wrap{
    background: #f5f5f5;
    padding: 8px 14px;
    border-radius: 4px;
}
.remember-contents-button-text{
    font-size: 16px;
    font-weight: 600;
    color: #252525;
    line-height: 30px;
}
.student-color-chart-title{
    margin-right: 4px;
    font-size: 15px;
    font-weight: 600;
    color: #252525;
}
.student-color-chart{
    border: 1px solid #fff;
    font-size: 11px;
    font-weight: 600;
    color: #252525;
    border-radius: 50px;
    padding: 18px 4px;
    margin-right: 2px;
}
.green-perfect-btn{
    position: absolute;
    top: -18px;
    right: 0px;
    background: #Fff;
    color: #E51D1D;
    font-size: 10px;
    font-weight: 600;
    border-radius: 30px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
    padding: 10px 6px;
}
.test-contents-button-box button{
    color: #fff;
}
.test-button_wrap{
    margin-top: 6px;
}
.game-contents-button_wrap{
    padding-top: 0px;
    
}
.student-remember-history-title{
    font-size: 24px;
    font-weight: 600;
    color: #252525;
}
.student-test-list-banner-title{
    font-size: 32px;
}
.student-test-list-banner-text{
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.student-test-list-search{
    width: 30%;
}
.student-test-list-search input{
    width: 100% !important;
}
.file-filterbox-border{
    border-bottom: 1px solid #fef9e5 !important;
}
.student-test-list-table tbody tr{
    background: #fff;
}
.task-result-button{
    background: #fff;
    font-size: 18px;
    font-weight: 600;
    color: #454545;
    padding: 15px 40px;
    border-radius: 6px;
}
.task-result-button:hover{
    border: 1px solid #13279F;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
.task-progress-bar_wrap{
    background: #fff;
    border: 1px solid #A5A5A5;
    position: relative;
    height: 30px;
}
.task-progress-bar{
    width: 30%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.game-code-button{
    font-size: 36px;
    font-weight: 600;
    color: #252525;
    background: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    padding: 30px;
    border-radius: 10px;
}
.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;
}
.file-test-tab-btn{
    background: #f2f2f2;
    border: 1px solid #a0a0a0;
    color: #727272;
    font-size: 20px;
    font-weight: 500;
    border-radius: 30px;
    padding: 10px 25px;
}
.file-test-tab-btn.active{
    background: #3D3A40;
    color: #fff;
}
.file-test-kind-tab-btn{
    background: #F5EEFF;
    border: 1px solid #C397FF;
    color: #727272;
    font-size: 20px;
    font-weight: 500;
    border-radius: 30px;
    padding: 8px 25px;
}
.file-test-kind-tab-btn.active{
    background: #863FE7;
    color: #fff;
}
.student-mygoal-title{
    color: #252525;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.student-mygoal-kind-btn{
    background: #FFFFFF;
    border: 1px solid #DEE2E6;
    color: #727272;
    font-size: 18px;
    font-weight: 500;
    padding: 6px ;
    border-radius: 6px;
    width: calc(100% / 6 - 50px);
    height: 50px;
}
.student-mygoal-kind-btn.active{
    background: #fff;
    border: 2px solid #2D0C8E;
    color: #252525;
}
.student-mygoal-contents-title{
    color: #6018C3;
    font-size: 22px;
    font-weight: 600;
}
.student-mygoal-contents-text a span{
    color: #6324BA;
    font-size: 14px;
    font-weight: 500;
}
.student-mygoal-table tbody tr td{
    padding: 8px;
}
.student-mygoal-table tbody tr td, 
.student-mygoal-table thead tr th{
    text-align: left;
}
.student-mygoal-step3-btn_wrap{
    float: right;
}
.student-mygoal-step3-btn{
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    background: #4516d1;
    padding: 12px 36px;
    border-radius: 6px;
    margin-top: 4px;
}
.student-mygoal-step3-btn:hover{
    background: #300ba0;
}
.exam-result-graph-box-left-day {
    background-color: #787EFF;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 10px;
}
.student-test-result-table tbody tr:hover{
    background: #eeefff;
    border: 1px solid #c5c8f7;
}
.student-test-result-table tbody tr td{
    padding: 6px;
    cursor: pointer;
}
.student-test-reult-number {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 10px;
}
.student-test-reult-number li{
    font-size: 20px;
    font-weight: 500;
    color: #a5a5a5;
    padding-bottom: 12px;
    cursor: pointer;
}
.student-test-reult-number li:hover{
    color: #646363;
}
.right-list-contents-highlight {
    border: 2px solid #95abc2 !important;
    transition: background-color 0.3s ease, border 0.3s ease;
}
.student-test-reult-number li.active{
    color: #131415;
    border-bottom: 3px solid #13279F;
    padding-bottom: 12px;
}
.student-test-result-contents-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    padding: 15px
}
.student-test-result-contents-title{
    font-size: 16px;
    font-weight: 600;
    color: #252525;
    margin-bottom: 14px;
}
.student-test-result-content-btn{
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 30px 60px 30px 20px;
    width: 31%;
}
.test-result-content-x-btn{
    background: #6D8BEF;
}
.test-result-content-x-btn:hover{
    background: #3c5fd1;
}
.test-result-content-all-btn{
    background: #FF8486;
}
.test-result-content-all-btn:hover{
    background: #da4d4f;
}
.test-result-content-star-btn{
    background: #FFC457;
}
.test-result-content-star-btn:hover{
    background: #e7a11d;
}
.test-result-content-x-btn{
    background-image: url(/vocas/vocas_student/img/x_cat_img.png) !important;
    background-repeat: no-repeat !important;
    background-position: right bottom !important;
    background-size: 92px !important;
}
.test-result-content-all-btn{
    background-image: url(/vocas/vocas_student/img/ALL_cat_img.png) !important;
    background-repeat: no-repeat !important;
    background-position: right bottom !important;
    background-size: 92px !important;
}
.test-result-content-star-btn{
    background-image: url(/vocas/vocas_student/img/star_cat_img.png) !important;
    background-repeat: no-repeat !important;
    background-position: right bottom !important;
    background-size: 92px !important;
}
.exam-word-interval-li-wrong {
    background-color: #fcc6c5;
    align-items: baseline !important;
}
.exam-word-interval-li-right {
    background-color: #e0ffd3;
    align-items: baseline !important;
}
.right-text{
    font-size: 16px;
    font-weight: 600;
    color: #038649;
    margin-bottom: 20px;
}
.wrong-text{
    font-size: 16px;
    font-weight: 600;
    color: #BE0F12;
}
.exam-word-interval-li-02 input {
    background: #fff;
    border: 1px solid #D0D0D0;
    border-radius: 4px;
    padding: 6px 10px;
}
.test-error-btn{
    color: #Fff;
    font-size: 15px;
    font-weight: 600;
    background: #555;
    border-radius: 4px;
    padding: 10px 12px;
}
.test-error-btn:hover{
    background: #383737;
}
.file-icon:hover,
.file-icon.active{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 30px rgba(120, 124, 233, 0.5);
}
.testResult-page-right-btn:hover{
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
    border-radius: 30px;
}
.make-Test-check{
    margin-right: 6px;
    width: 24px;
    height: 24px;
}
.makeTest-delet-btn{
    font-size: 15px;
    font-weight: 500;
    border-radius: 6px;
    padding: 10px 30px;
    color: #fff;
    background: #727272;
}
.makeTest-delet-btn:hover{
    background: #444444;
}
/*설명(돼지꼬리)*/
.student_page_tooltip_wrap{
    position: absolute;
    left: 0%;
    top: 0px;
}


/*modal*/
.game-grade-modal-myname{
    font-size: 32px;
    font-weight: 600;
    color: #252525;
}
.game-grade-modal-header{
    margin-top: 25px;
}
.game-grade-check{
    font-size: 24px;
    font-weight: 600;
    color: #252525;
}
.game-grade-modal-body{
    padding: 20px;
}
.game-grade-modal-body table{
    border: 1px solid #e5e5e5;
}
.game-grade-modal-top-btn_wrap button{
    font-size: 32px;
    font-weight: 600;
    color: #656565;
    padding: 14px 60px;
    border-radius: 30px;
    background: #F0F0F0
}
.game-grade-modal-top-btn_wrap button.active{
    background: #FFCFCF;
    color: #252525;
}
.game-grade-modal-day-btn{
    background: #fff;
    border: 1px solid #686BFB;
    padding: 8px 15px;
    font-size: 15px;
    color: #454545;
    font-weight: 600;
    border-radius: 6px;
    margin-bottom: 10px;
}
.game-grade-modal-day-btn.active{
    background: #686BFB;
    color: #fff;
}

.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: #FAF2E5;
    color: #252525;
}
.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.active,
.testResult-graph-tabMenu.active:hover {
    background: #3B5EE9;
    color: #fff;
}
.testResult-graph-tabMenu:hover{
    background: #EEF1FA;
}
.month-testReuslt-table-td{
    width: 18.8%;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
}


.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: 30px;
}
.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;
    align-items: center;
}
.monthly_today .examlist ul li {
    font-size: 12px;
    color: #313131;
}
.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-calenadar-left{
    padding: 0px 20px 50px 20px;
}
.examlist ul li:nth-child(1) {
    width: 15%;
}
.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%;
}
.testResult-right-page{
    margin-top: 0px;
    padding: 26px;
}
.student-test-result-content-btn-style {
    padding: 85px 30px 0px 10px;
    min-height: 134px;
    line-height: 20px;
    font-size: 14px;
}

/* 오른쪽 페이지 등장 애니메이션 */
@keyframes slide-in {
    0% {
        transform: translateX(40%); 
        opacity: 0; 
    }
    100% {
        transform: translateX(0); 
        opacity: 1;
    }
}
.right-page-visible {
    animation: slide-in 0.5s ease-out; 
    display: block; 
}

.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;
}

.contents-test-list-wrap-mobile{
    display: none;
}
.contents-test-top-btn-mobile{
    display: none;
}
.contents2-test-list-wrap-mobile{
    display: none;
}
.contents2-test-list-wrap-mobile-btn2{
    display: none;
}
.makeTest-fullpage-make-kind-content-mobile{
    display: none;
}
.student-test-list-kind-mobile{
    display: none;
}
.teacher-ul-big-li-mobile{
    display: none;
}
.divide-makeTest-close-page{
    display: none;
    background: none;
    font-size: 26px;
    padding-right: 10px;
}

/*01-21*/
.print-table tbody tr:last-child td{
    border-bottom: 1px solid #d5d5d5;
} 

/*01-22*/
.alarm-detail-box-01 {
    padding: 20px;
    border-bottom: 1px solid #dee2e6;
}
.alarm-detail-box-02 {
    padding: 30px 20px;
    border-bottom: 1px solid #a1a1a1;
}
.alarm-detail-title03 {
    font-size: 28px !important;
    font-weight: 600;
    margin-top: 14px;
    line-height: 26px;
    word-break: break-all;
}
.notice-page-content-text p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 32px;
}
.nav-num{
    padding: 40px 0px !important;
}
.notify-table-title_wrap{
    text-align: left !important;
    padding-left: 60px !important;
}
.notify-table-title{
    font-weight: 600;
    cursor: pointer;
}
.notify-table-title:hover{
    color: #05177e;
    text-decoration: underline;
}


/*샘플화면일때*/
.page-left-btn_wrap{
    position: fixed;
    left: 1%;
    top: 270px;
    z-index: 9;
    flex-direction: column;
}
.page-left-btn{
    width: 100%;
    height: 88px;
    padding: 15px;
    font-size: 20px;
    font-weight: 500;
    color: #252525;
    text-align: center;
    border-radius: 6px;
    line-height: 28px;
    background: #f4f1e8;
    border: 1px solid #dfcfa1;
    color: #a0a0a0;
}
.page-left-btn:hover{
    background: rgb(240, 231, 205);
    color: #555555;
}
.page-left-btn.active{
    background: #ffd86b;
    border: 3px solid #E08A00;
    color: #252525;
    font-weight: 600;
    animation: blinkBackgroundBox 1.5s infinite;
}

@keyframes blinkBackgroundBox {
    0% {
        box-shadow: 0px 0px 20px rgba(224, 34, 0, 0.3);
    }
    50% {
        box-shadow: 0px 0px 30px rgba(224, 34, 0, 0.8);
    }
    100% {
        box-shadow: 0px 0px 20px rgba(224, 34, 0, 0.3);
    }
}

.testFolder-test-word-kind_wrap {
    display: none !important;
}

.testFolder-test-word-kind_wrap.visible {
    display: flex !important;
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
}

/*마이클래스 style추가*/
.testResult-graph-body_wrap{
    display: none !important;
}
.show {
    display: flex !important;
}

.big-page:hover{
    box-shadow: 0px 0px 20px rgba(224, 34, 0, 0.8);
    background: unset;
    border-radius: 4px;
}



@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1600px;
    }
}