@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
*{
	font-family: 'Noto Sans KR', sans-serif !important;
	box-sizing: border-box;
	letter-spacing: -0.5px;
}

@keyframes progressMove {
    0% { left: -50%; }
    50% { left: 50%}
    100% { left: 100%; }
}

.progress-bar {
    position: absolute;
    width: 80%;
    height: 100%;
    background: royalblue;
    border-radius: 5px;
    animation: progressMove 1.5s linear infinite;
}

/*header*/
#header{
    width: 100%;
    position: fixed;
    z-index: 1009;
    background: #F6DA3D;
    border-bottom: 1px solid #EFAF25;
    margin: 0px auto;
    padding: 10px 0px;
}
.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;
}
.header-searchbox{
    position: relative;
}
.header-searchbox .header-search{
    border-radius: 50px;
    padding-right: 40px;
}
.header-search::placeholder{
    color: #858585 !important;
    font-weight: 400 !important;
}
.header-right_wrap{
    margin-right: 30px;
}
.header-menu {
    font-size: 15px;
    font-weight: 600;
    color: #2f2f2f;
    margin-left: 8px;
}
.user-iconbox #touch, .alarm-iconbox #touch-alarm {
    position: absolute;
    opacity: 0;
    height: 0px;
}
.user-iconbox{
    padding: 4px;
}
.user-iconbox:hover{
    background: #fff;
    padding: 4px;
    border-radius: 10px;
}
.user-iconbox,
.alarm-iconbox{
    position: relative;
}
.user-iconbox nav {
    width : 300px; 
    background: #d9d9d9;
    margin : 40px auto; 
}
.user-iconbox span {
    padding : 30px;
    background : #2d2f31; 
    color : white;
    font-size : 1.2em;
    font-variant : small-caps;
    cursor : pointer;
    display: block;
}
.user-iconbox span::after {
    float: right;
    right: 10%;
    content: "+";
}
.user-iconbox .slide{
    position: absolute;
    clear:both;
    width:200px;
    height:0px;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 10%);
    right: 0;
    text-align: left;
    z-index: 999;
    display: none;
    padding: 10px;
    top: 48px;
}
.alarm-iconbox .alarmslide{
    position: absolute;
    clear:both;
    width:320px;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 7px rgb(0 0 0 / 16%);
    right: 0;
    text-align: left;
    z-index: 999;
    display: none;
    top: 43px;
}
.user-iconbox .slide li a {
    display: block;
    width: 100%;
    font-size: 15px;
    height: 40px;
    border-radius: 4px;
    line-height: 40px;
    padding: 0 10px;
    color: #81818b;
}
.user-iconbox .slide li a:hover{
    background-color: #e9f3ff;
}
.user-iconbox #touch,
.alarm-iconbox #touch-alarm {
    position: absolute; 
    opacity: 0; 
    height: 0px;
}    
.user-iconbox #touch:checked + .slide,
.alarm-iconbox #touch-alarm:checked + .alarmslide {
    height: auto;
    display: block;
} 
.left-header-hambuger-menu,
.left-header-main-logo{
    padding: 5px;
}
.left-header-hambuger-menu:hover,
.left-header-main-logo:hover {
    background: #FFF !important;
    border: 1px solid #ffa600; 
    padding: 4px;
    border-radius: 4px;
}
.btn-header-techer{
    background: #3e58ec;
    font-weight: 500;
    color: #fff;
}
.btn-header-techer:hover{
    background: #001dc4;
    color: #fff;
}
.btn-header-student{
    background-color: #ffbb00;
    font-weight: 500;
    color: #fff;
    border: 1px solid #ffa600;
}
.btn-header-student:hover{
    background-color: #e55f00;
    color: #fff;
}

.exam_header-ex-btn-next,
.exam_header-ex-btn-next-mobile {
    background: #F57474;
    color: #fff !important;
}
.exam_header-ex-btn-next:hover,
.exam_header-ex-btn-next-mobile:hover {
    background: #ce4d4d;
}
.exam_header-ex-btn-prev,
.exam_header-ex-btn-prev-mobile {
    background: #3682F4;   
    color: #fff !important;
}
.exam_header-ex-btn-prev:hover,
.exam_header-ex-btn-prev:active,
.exam_header-ex-btn-prev-mobile:hover, 
.exam_header-ex-btn-prev-mobile:active {
    background: #1c56ad !important;
    border: 1px solid #1c56ad !important;
}

.header-makeTest-menu{
    padding: 2px 10px;
}
.header-makeTest-menu:hover{
    background: #fff;
    border: 1px solid #061466; 
    border-radius: 50px;
    padding: 4px 10px;
}

.header_mobile-text-new{
    display: none;
}
.mBtn-example-mobile{
    display: none;
}
/*header//*/

/*leftMenu*/
.scroll-bar-css::-webkit-scrollbar {
    width: 5px;
}
.scroll-bar-css::-webkit-scrollbar-thumb {
    background-color: #787EFF;
    border-radius: 10px;
}
.scroll-bar-css::-webkit-scrollbar-track {
    background-color: #E7E7E7;
    border-radius: 10px;
}

#leftslide{
    position: fixed;
    left: 0px;
    top: 65px;
    background: #F4BE28 !important;
    z-index: 100;
}
.leftslide_first_li{
    line-height: unset !important;
    padding-right: 10px !important;
}
.leftslide-bottom-btn_wrap{
    margin-top: 20px;
}
.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;
}
.liftslide-ul{
    margin-top: 25px;
}
.mt0{
    margin-top: 0px !important;
}
.bigli{
    font-size: 15px;
    font-weight: 500;
    color: #414141;
}
.homeli{
    position: relative;
    background-color: #13279f !important;
}
.homeli span{
    color: #fff !important;
}
.homeli:after{
    content: "New";
    display: block;
    position: absolute;
    width: 48px;
    height: 24px;
    border-radius: 50px;
    background-color: #ff4d49;
    color: #fff;
    right:44px;
    bottom: 9px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
}
.introli a:hover{
    background-color: #272727 !important;
}
.titleli{
    position: relative;
    font-size: 14px;
    color: #979797;
    font-weight: 400 !important;
    padding-left: 20px;
    margin-bottom: 10px;
}
.titleli::after{
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 2px;
    background-color: #c1c1c1;
    left: -15px;
    top: 6px;
}
.titleli02::after{
    top: 12px;
}
.titleli03::after{
    top: 7px;
}
#leftslide{
    width: 260px;
    height: 100%;
    box-shadow: 4px 0px 12px rgb(0 0 0 / 10%);
    padding: 25px 15px;
    overflow: overlay;
}
.goalbox{
    position: relative;
}
.bigli{
    display: block;
    width: 100%;
    height: 38px;
    border-radius: 8px;
    line-height: 42px;
    padding: 0 20px;
}
.bigli:hover{
    background-color: #f1f1f3;
}
.homeli a:hover{
    background-color: #13279f !important;
}
.bigli p{
    font-weight: 500;
}
.classlinkbut{
    font-size: 12px;
    background-color: #13279f;
    color: #fff;
    border-radius: 50px;
    padding: 5px 10px;
}
.leftslide-trash-btn{
    padding: 10px 4px 10px 25px !important;
    background-color: #d5d5d5 !important;
    border-radius: 6px;
}
.leftslide-trash-btn:hover{
    background-color: #fff !important;
}

/* 왼쪽 메뉴 2 */
#leftslidebox02{
    width: 280px;
    margin-top: 10px;

}
.leftslidebox02-user{
    width: 100%;
    height: auto;
    border: 2px solid #d8dcf3;
    border-radius: 10px;
    padding: 20px;
}
.user-p01{
    font-size: 12px;
    font-weight: 400;
    color: #929292;
}
.user-p02{
    font-size: 16px;
    font-weight: 500;
    color: #131415;
    margin-top: 3px;
    width: 57px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.user-icon-box{
    text-align: center;
    margin-right: 15px;
    background-color: transparent;
    padding: 0;
}
.user-icon-box:last-child{
    margin-right: 0px;
}
.user-but{
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    border-radius: 6px;
}
.user-but-file{
    padding: 13px 0;
    border: 1px solid #7889ea;
    color: #7889ea;
    font-size: 14px;
    font-weight: 400;
}
.user-but-url{
    padding: 13px 0;
    background-color: #596ddd;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}
.user-but-file:hover{
    color: #6d7fe6;
}
.user-but-url:hover{
    background-color: #6d7fe6;
}

@keyframes blink-effect {
    50% {
        opacity: 0;
    }
}
.blink {
    position: absolute;
    right: 10px;
    top: 11px;
    animation: blink-effect 1s step-end infinite;
    font-size: 8px;
    color: #fff;
    background-color: #5050ff;
    border-radius: 50px;
    height: 22px;
    width: 40px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0;
}
.leftslide02-select-but{
    display: block;
    width: 100%;
    padding: 13px 20px;
    background-color: #f1f1f3;
    border-radius: 6px;
    color: #0b0b0b;
    font-weight: 500;
}
.leftslide02-select-butbox{
    margin-top: 10px;
    position: relative;
}
.leftslide02-select-butbox:first-child{
    margin-top: 0;
}
.leftslide02-select-butbox.select a{
    background-color: #13279F;
    color: #fff;
}
.leftslide02-select-but-arrow{
    position: absolute;
    right: 20px;
    top: 10px;
}
.leftslide02-select-butbox.select .iconify{
    color: #fff !important;
}
.treeview .hover{
    color: inherit !important;  
}
.treeview a.selected{
    background-color: transparent !important;
}
#tree-side .file-list-name,
#tree-side01 .file-list-name,
.leftslide-title,
.tree-classtab .file-list-name{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: unset;
}
#leftslide .treeview li,
.tree-classtab li{
    position: relative;
    padding: 0;
}
#leftslide .treeview ul,
.tree-classtab ul{
    margin-top: 0 !important;
}
.treeview-contentli .tree-side-underli li{
    margin-top: 5px !important;
}
.tree-side-little01{
    padding: 8px 4px 8px 25px !important;
    background-color: #d9dbff !important;
    border-radius: 6px;
}
.tree-side-little02{
    padding: 8px 4px 8px 35px !important;
    background-color: #e8d7ff !important;
    border-radius: 6px;
}
.tree-side-little03{
    padding: 8px 4px 8px 40px !important;
    background-color: #fad0ff !important;
    border-radius: 6px;
}
.tree-side-little04{
    padding: 8px 4px 8px 50px !important;
    background-color: #ffbbea !important;
    border-radius: 6px;
}
.tree-side-little05{
    padding: 8px 4px 8px 60px !important;
    background-color: rgb(255, 210, 192) !important;
    border-radius: 6px;
}
.tree-side-little06{
    padding: 8px 4px 8px 70px !important;
    background-color: rgb(156, 202, 145) !important;
    border-radius: 6px;
}
.dp-none{
    display: none;
}

.card:hover{
    border: 1px solid #f88017;
}


/* 로딩 스피너 */
.spinner {
    width: 150px;
    height: 150px;
    border: 25px solid #ccc;
    border-top-color: #2D44CF; /* 파란색 부분 */
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* 스핀 애니메이션 */
@keyframes spin {
    to { transform: rotate(360deg); }
}

/* 메인모달 */
.main-modal-title{
    font-weight: 500;
    color: #181818;
    font-size: 18px;
}
/* 위치이동 */
.treeview .file-list-name{
    margin-right: 10px;
}
.treeview .file-list a{
    height: auto !important;
}
.turn-modal-fileimg{
    margin-right: 6px;
}
.treeview .file-list:last-child{
    border-bottom: none;
}
/*파일 아이콘*/
.file-icon-wrap {
    position: relative;
    display: inline-block;
}
.file-icon-name {
    max-width: 98px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}
/* 커스텀 툴팁 */
.file-icon-name::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 120%; /* 위로 띄우기 */
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 6px 8px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 12px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    z-index: 10;
}
.file-icon-name:hover::after {
    opacity: 1;
}

.folder-add-list-check {
    padding: 4px;
    border-radius: 4px;
    cursor: pointer;
}
.folder-add-list-check:hover {
    background: #f0f0f0;
}

/* 순서변경 */
.turn-label{
    padding-top: 10px; 
    width: 100%; 
    border-top: 1px solid #dee2e6; 
    margin-top: 10px;
}
.turn-label-bage{
    display: inline-block;
    width: 36px;
    height: 20px;
    background-color: #7898FD;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    margin-right: 10px;
}
.turn-label-title{
    font-size: 16px;
    font-weight: 400;
    color: #2B2B2B;
    margin-right: 10px;
    line-height: 26px
}
.turn-label-count{
    font-size: 14px;
    color: #757575;
}
.turn-label-examcount{
    font-size: 16px;
    color: #8D8D8D;
}
/* 복제하기 */
.copy-modal-box{
    margin-top: 10px;
}
.copy-modal-box:first-child{
    margin-top: 0;
}
.copyinput{
    display: inline-block;
    width: 56%;
    margin-left: 10px;
}
/* 분리하기 */
.share-modal-title{
    position: relative;
}
.share-modal-title::after{
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #13279F;
    left: 0;
    bottom: -8px;
}
.share-modalbox{
    margin-top: 40px;
}
.share-modal-box{
    margin-top: 20px;
}
.share-modal .turn-label-title{
    margin-right: 0;
}
/* 합치기 */
.plus-modal-listbox{
    margin-top: 10px;
}
.plus-modal-alert{
    width: 100%;
    background-color: #FFE9E9;
    border-radius: 4px;
    padding: 7px 10px;
    margin-top: 20px;
}
/* 오른쪽 메인 모달 */
/* 편집 - 시험편집 */
.edit-teacher{
    font-size: 10px;
    color: #fff;
    background-color: #454545;
    font-weight: 400;
    padding: 3px 10px;
    border-radius: 2px;
    letter-spacing: 0;
}
.edit-academy{
    font-size: 16px;
    font-weight: 500;
    color: #181818;
}
.edit-academy-name{
    font-size: 14px;
    color: #9A9A9A;
    margin-top: 5px;
}
/* 리뷰 */
.starlogo{
    position: absolute;
    right: 34%;
    top: -54px;
}
.review-modal-title{
    font-size: 28px;
    font-weight: 500;
    color: #131415;
    text-align: center;
    margin-top: 60px;
}
.review-modal-score{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #1B7AD2;
    margin-top: 10px;
}
.review-star-modal-btn{
    padding: 4px 6px;
    border-radius: 4px;
    background: #f0f0f0;
    border: 1px solid #c5c5c5;
}
.review-star-modal-btn:hover{
    border: 1px solid #727272;
}
.exampleModal-reviewlist-li {
    padding: 30px;
    border-bottom: 1px solid #dee2e6;
}
.exampleModal-reviewlist-li-id {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2px;
}
.exampleModal-reviewlist-li-id-span {
    display: inline-block;
    font-size: 14px;
    color: #3d4679;
    margin-left: 5px;
}
.exampleModal-reviewlist-li-content {
    margin-top: 20px;
}
.exampleModal-reviewlist-li-day p {
    font-size: 13px;
    color: #818181;
    margin-top: 10px;
    letter-spacing: 0;
}
/* 공유 */
.copy-url{
    display: inline-block;
    width: calc(100% - 90px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 500;
    padding: 10px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}
.data-copy{
    width: 90px;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    background-color: #13279F;
    padding: 7px 18px;
    color: #fff;
    height: 43px;
    margin-left: -10px;
    margin-top: -1px;
}
.sns-box{
    text-align: center;
}
.sns-box:last-child{
    margin-right: 0;
}
.sns-title{
    font-size: 12px;
    color: #717171;
    margin-top: 10px;
}
.sns-title:hover{
    color: #414141;
}
/*jquery*/ 
.treeview, .treeview ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.treeview ul {
    background-color: white;
    margin-top: 4px;
}
.treeview .hitarea {
    height: 16px;
    width: 16px;
    margin-left: -16px;
    float: left;
    cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
    display: inline;
    float:none;
}
.treeview li {
    margin: 0;
    padding: 3px 0pt 3px 16px;
}
.treeview a.selected {
    background-color: #eee;
}

.leftslide-bottom{
    margin-top: 50px;
    margin-bottom: 100px;
}

.leftslide-bottom li{
    padding: 0 20px;
    width: 100%;
    margin-top: 20px;
}
.leftslide-bottom li a{
    display: flex;
    align-items: center;
}
/*leftMenu//*/

/*main*/
body, html {
    background: #FFD739;
    overflow-x: hidden;
    font-size: 100%;
}
.mw1600{
    max-width: 1600px;
}
.main_container{
    max-width: 1600px;
    padding-top: 71px;
    padding-bottom: 70px;
}
.main_wrap{
    margin-top: 60px;
    gap: 20px;
    justify-content: center;
    padding: 0px 16px;
}
.main_contents_wrap{
    width: 48%;
    position: relative;
    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;
}
.main_contents_wrap:hover{
    background: #fae4ff;
    box-shadow: 0px 4px 30px #6e51029f;
}
.main_contents-title{
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    margin-top: 25px;
}
.student_page_tooltip_wrap {
    position: absolute;
    left: 0%;
    top: 0px;
}
.monthly_exam_list{
    width: 10px;
    height: 10px;
    border-radius: 50px;
}
.exam_list_title_wrap span{
    display: none;
}
.exam_list-remember{
    background: #3842FF;
}
.exam_list-test{
    background: #FF6562;
}
.exam_list-game{
    background: #DA2DEA;
}

/*contents*/
.main_contents_banner-title_wrap{
    max-width: 1600px;
}
.main_contents_banner{
    min-height: 120px;
    display: flex;
    align-items: center;
}
.main_contents_banner-title{
    font-size: 2.5rem;
}
.color-chart-btn{
    border-radius: 30px;
    line-height: 16px;
    padding: 6px 10px !important;
}
.contents_list-kind-btn {
    position: relative;
    background: #F5F5F5;
    border: 1px solid #13279F;
    border-radius: 30px;
    color: #454545;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}
.exam_list_contents_wrap a:hover{
    background: #e0e0e0;
}
.exam_list_contents_wrap a:hover .contents_list-kind-btn{
    background: #13279F;
    color: #fff;
}
.contents_list-kind-btn:hover,
.contents_list-kind-btn:active,
.contents_list-kind-btn:focus,
:not(.btn-check)+.btn:active{
    background: #13279F;
    color: #fff;
}
.student-contents-img_wrap{
    height: 60px;
}
.exam_list_contents_wrap a{
    border-radius: 10px;
    justify-content: center;
    border: 1px solid #d5d5d5;
}
.green_chart{
    background: #6adba6;
}
.blue_chart{
    background: #90bcff;
}
.yellow_chart{
    background: #ffd865;
}
.red_chart{
    background: #fd8c97;
}
.bg-purple{
    background: #450c94;
}
.purple_chart{
    background: #a06ce7;
}

/*문제 리스트 타이틀*/
.exam_list_title_wrap {
    position: relative; 
}

.exam_list_title-label_text{
    background: #001dc4;
    color: #fff !important;
    padding: 6px 30px;
    border-radius: 4px;
    font-size: 15px !important;
    text-align: center;
}
.exam_list-title-label_other-text{
    background: #4e4d4d;
}

.exam_list_title {
    display: inline-block;
    width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}

.exam_list_title::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 6px 8px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 9999;
    margin-bottom: 6px;
}

.exam_list_title:hover::after {
    opacity: 1;
    visibility: visible;
}

.exam_list_title_wrap{
    width: 15%;
}
.exam_list_contents_wrap{
    width: 70%;
}
.exam_list_btn_wrap{
    width: 12%;
}
.student-remember-history-title {
    font-size: 24px;
    font-weight: 600;
    color: #252525;
}
/*03/13 수정*/
.exam_list_title_wrap p:last-child{
    color: #182FB4;
}
.exam_list_title_wrap p{
    font-size: 18px;
    font-weight: 500;
}


/*paging*/
.pagination-container {
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 15px;
    cursor: pointer;
}
.pagination-btn {
    background: none;
}
.paging-list li {
    font-size: 15px;
    font-weight: 500;
    padding: 10px 14px;
    color: #727272;
}
.paging-list li:hover{
    color: #252525;
}
.current-page, .current-page:hover {
    background: #13279F !important;
    color: #fff !important;
    border-radius: 30px;
}
.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;
}
.studnet-task-list-calendar-btn {
    background: #fff;
    border: 1px solid #c0c0c0;
}
.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;
}
.remember-contents-button-text {
    font-size: 16px;
    font-weight: 600;
    color: #252525;
    line-height: 30px;
}


/*라디오 버튼*/
.form-check-top-input {
    display: none;
}
.form-check-top-label {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    color: #454545;
    font-weight: 500;
    padding-left: 30px;
}
.student-test-check-btn_wrap .form-check-top-label::before {
    content: "";
    position: absolute;
    left: 6%;
    top: 56%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 3px solid #ccc;
    background-color: #fff;
}
.student-test-check-btn_wrap .form-check-top-input:checked + label::before {
    border-color: #6a5acd; 
    background-color: #6a5acd;
}
.student-test-check-btn_wrap .form-check-top-input:checked + label::after {
    content: "";
    position: absolute;
    left: 12%;
    top: 56%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
}
.glow-button {
    box-shadow: 0 0 8px #ffc107;
    animation: glowPulse 0.8s ease-in-out infinite alternate;
}
@keyframes glowPulse {
    0% {
        box-shadow: 0 0 10px #ffc107;
    }
    100% {
        box-shadow: 0 0 20px 4px #ffd54f;
    }
}

.sortable-ghost {
    opacity: 0.4;
    background: #e9ecef;
    border: 1px dashed #727272;
    color: #959595;
}
.print-table .sort-btn{
    color: #929292;
    background: #fff;
    border-radius: 2px;
    padding: 2px 8px 4px 8px;
}
.print-table .sort-btn:hover{
    color: #121212;
}
.print-table .sort-btn.active{
    color: #000;
    border: 1px solid #c5c5c5;
}

#test-result-table thead {
    position: sticky;
    top: -12px;
    border-bottom: 1px solid #c5c5c5;
}
.table-box-text-btn{
    background: #fff;
    padding: 4px 10px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    width: 40%;
    margin: 0px auto;
    margin-top: 4px;
}
.testResult-message-table thead tr th{
    background: #eaeaea;
    border: 1px solid #d5d5d5;
    font-weight: 500;
    padding: 12px;
}
.testResult-message-table tbody tr td{
    border-bottom: 1px solid #e5e5e5;
    padding: 10px;
}

.sort-dropdown{
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
}
.sort-dropdown li{
    padding: 8px 12px; 
    cursor: pointer; 
    font-size: 14px; 
    border-bottom: 1px solid #c0c0c0;
}
.sort-dropdown li:hover{
    background: #f0f0f0;
}

.on-off-btn {
    font-size: 14px;
    padding: 4px 20px;
    border-radius: 4px;
    background: #E4E4E4;
    border: 1px solid #747474;
    margin-bottom: 4px;
    cursor: pointer;
}
.on-off-btn:hover {
    background: #8f8f8f;
}

.monthly_noexam_result_icon{
    width: 60%;
    position: absolute;
    right: 0%;
    top: 7%;
}

/*문제 만들기*/
.student-makeTest-box_wrap{
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.20);
    margin-top: 20px;
    justify-content: flex-start;
    flex-direction: column;
}
.make-test-main-title {
    font-size: 2rem !important;
    color: #454545;
    margin-bottom: 30px !important;
}
.make-test-top-title-box input, 
.make-test-top-title-box textarea {
    background: rgba(11, 24, 106, 0.5);
    border: 1px solid #061466;
    border-radius: 10px;
    padding: 12px 20px;
    width: 100%;
}
.make-test-top-title-box input:focus,
.make-test-top-title-box textarea:focus{
    background: rgba(11, 24, 106, 0.5);
    border: 1px solid #061466;
}
.make-test-top-title-box input::placeholder,
.make-test-top-title-box textarea::placeholder{
    color: #fff;
    font-size: 1rem;
}
.form-select option{
    font-size: 14px;
}
.exam_box-header {
    background: #B8BCEE;
    border-bottom: 1px solid #7B81D6;
    color: #454545;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    text-align: center;
    height: 35px;
    line-height: 35px;
}
.makeTest-fullpage-make-kind-content-pc .exam_box-body_list:first-child{
    margin-top: 10px;
}
.makeTest-fullpage-make-kind-content-pc .exam_box-body_list:first-child li{
    margin-bottom: 5px;
}
.make-Test-check {
    margin-right: 6px;
    width: 24px;
    height: 24px;
}
.exam_box-ex-container {
    background: #fff;
    border: 1px solid #DDE0F5;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 10px 15px;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 99;
}
.makeTest-img-button{
    width: 86px;
    height: 60px;
    border: 1px solid #454545;
    background: #f5f5f5;
    font-size: 12px;
    font-weight: 500;
    color: #454545;
}
.makeTest-img-button:hover{
    background: #c0c3f0;
    color: #252525;
}
.exam_box-input input {
    width: 100%;
    border: 2px solid #DDE0F5;
    border-radius: 10px;
    padding: 14px 5px;
}
.exam-box-ex_title {
    color: #252525;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 15px;
}
.exam-box-ex-img_container {
    flex-wrap: wrap;
    gap: 10px;
}
.exam-box-ex-plus {
    color: #4759C1;
    font-size: 12px;
    font-weight: 500;
    text-decoration: underline;
}
.exam-box-ex-text li {
    display: flex;
    align-items: center;
    gap: 6px;
}
.exam-box-ex-detail-text {
    color: #454545;
    font-size: 12px;
    font-weight: 500;
}
.exam_box-input-title-mobile {
    font-weight: 600;
    color: #4a4f96;
    display: none;
}
.makeTest-mp3-box_wrap {
    width: 100%;
    border: 2px solid #DDE0F5;
    border-radius: 10px;
    padding: 8px 8px;
    height: 56px;
}
.makeTest-mp3-btn_wrap{
    background: #f5f5f5;
    padding: 3px 10px;
    border-radius: 4px;
    border: 1px solid #727272;
}
.makeTest-mp3-btn_wrap:hover{
    background: #c5c5c5;
}
.makeTest-mp3-play-btn{
    border-radius: 4px;
    padding: 4px;
    background: #450c94;
}
.makeTest-mp3-play-btn:hover{
    background: #200447;
}
.makeTest-top-check-box_wrap div input{
    width: 20px;
    height: 20px;
}
.makeTest-top-check-box_wrap div label{
    padding: 20px 4px 18px 4px;
}

.exam_box-footer_wrap {
    margin-top: 40px;
}

.exam-save-btn{
    background: #fff;
    border: 2px solid #F39090;
    color: #454545;
}
.exam-save-btn:hover{
    border: 2px solid #923838;
}
.exam-footer-btn{
    background: #F39090;
    color: #fff;
}
.exam-footer-btn:hover{
    background: #dd5151;
    color: #fff;
}
.exam-footer-plus-btn{
    background: #28AF77;
    color: #fff;
}
.exam-footer-plus-btn:hover{
    background: #077044;
    color: #fff;
}
.exam_box_list-add-word{
    border: 1px solid red;
    border-radius: 6px;
    padding: 2px;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(255, 0, 0, 0.25);
}

/*검색화면*/
.goal-select-content {
    margin-top: 40px;
}
.goalset-searchresult-title {
    font-size: 24px;
    font-weight: 500;
}
.goalset-searchresult-title span {
    color: #787EFF;
}
.goal-select-section-ul li {
    cursor: pointer;
    color: #7D7D7D;
    font-size: 14px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 8px 10px;
    margin-right: 10px;
    transition: background 0.2s ease-in-out;
    background-color: #fff;
}
.goal-select-section-ul li.goal-select-section-active {
    color: #787EFF;
    border-color: #787EFF;
    background-color: #fff;
}
.goal-select-selectbox {
    border: none !important;
    outline: none !important;
    font-size: 14px;
    color: #404040;
    width: 110px;
}
.goal-select-modalbut {
    background-color: transparent;
    font-size: 14px;
    color: #404040;
    margin-left: 26px;
}
.goal-select-allcheck {
    font-size: 14px;
    color: #404040;
    margin-left: 34px;
}
.goal-select-allcheck .form-check-input {
    width: 16px !important;
    height: 16px !important;
}
.re-search-box-bigbox:nth-child(1) {
    margin-top: 0;
}
.re-search-box {
    max-width: 1400px;
    margin-top: 30px;
}
.re-search-box {
    max-width: unset !important;
}
.re-search-colorbox {
    background-color: #F0F0F0;
    border-radius: 10px;
    padding: 20px;
    margin-top: 13px;
    max-width: 1400px;
    max-width: unset !important;
}
.seresultbox {
    margin-bottom: 20px;
}
.re-search-box .re-search-box-title {
    position: relative;
    font-size: 24px;
    font-weight: 600;
}
.re-search-box .re-search-box-title span {
    color: #FF2424;
}
.re-search-box-bigbox {
    margin-top: 60px;
}
.re-search-box-bigbox-academyContent {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
}
.goalset-searchresult-li-re-a {
    display: block;
    margin-top: 10px;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 10px;
    background-color: #fff;
}
.goalset-searchresult-li-re-a:nth-child(1) {
    margin-top: 0;
}
.goalset-searchresult-tr td {
    vertical-align: middle;
    padding: 13px 0;
}
.goalset-searchresult-tr .form-check-input {
    width: 24px;
    height: 24px;
}
.goalset-searchresult-td-name01 {
    font-size: 20px;
    font-weight: 600;
    color: #252525;
    line-height: 26px;
}
.search-all-check-btn{
    background: #f0f0f0;
    padding: 4px 6px;
    border-radius: 4px;
    border: 1px solid #454545;
    display: flex;
    align-items: center;
}
.search-all-check-btn input{
    margin-left: 2px !important;
    margin-right: 6px;
}
.researh-span {
    color: #B4B8FF;
    display: inline-block;
    background-color: #131415;
    padding: 2px 8px;
    border-radius: 3px;
}
.re-search-all-btn {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 8px 20px;
    border-radius: 6px;
}
.re-search-all-btn:hover {
    background: #eff4ff;
    border: 1px solid #c0c0c0;
}
.vocas_manage-step-text-tooltip_wrap {
    position: absolute;
    left: 0;
    top: 0;
}
.goalset-select-td-id {
    font-size: 14px;
    font-weight: 400;
    color: #696969;
}
.serach-page-word-kind-btn {
    background: #f0f0f0;
    color: #949494;
    border: 1px solid #727272;
    border-radius: 30px;
    width: 100%;
    margin-top: 10px;
}
.serach-page-word-kind-btn:hover, .serach-page-word-kind-btn.active {
    background: #6018c3;
    color: #fff;
    border: none;
}
.student-contents-title-btn_wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 4px;
    border: 1px solid #d5d5d5;
}
.student-contents-title-btn_wrap:hover{
    background: #e0e0e0;
    padding: 4px;
}
.student-contents-title-btn_wrap:hover .student-contents-title-btn, 
.student-contents-title-btn_wrap:active .student-contents-title-btn, 
.student-contents-title-btn_wrap:focus, :not(.btn-check)+.btn:active .student-contents-title-btn {
    background: #13279F;
    color: #fff;
}
.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:active, 
.student-contents-title-btn:focus, :not(.btn-check)+.btn:active {
    background: #13279F;
    color: #fff;
}
.goalset-searchresult-td-user {
    font-weight: 500;
    font-size: 16px;
    color: #292929;
}
.goalset-searchresult-td-rank {
    margin-top: 10px;
    background-color: #353535;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
    padding: 7px 18px;
}
.goalset-searchresult-td-rank:hover{
    background-color: #121212;
}
.goalset-searchresult-li-re .goalset-searchresult-td-rank, .goalset-searchresult-li-re .goalset-searchresult-td-see {
    display: block;
    margin: 0 auto;
    width: 100%;
    margin-top: 8px;
}
.goalset-searchresult-li-re .goalset-searchresult-td-rank {
    margin-top: 10px;
}
.goalset-searchresult-li-re .goalset-searchresult-td-see {
    background-color: #fff;
    color: #131415;
    border-radius: 4px;
    font-size: 13px;
    padding: 7px 18px;
    border: 1px solid #DEE2E6;
}
.goalset-searchresult-li-re .goalset-searchresult-td-see:hover{
    background: #f5f5f5;
    border: 1px solid #a8acaf;
}
.test_list-remember-contents, .test_list-test-contents, .test_list-game-contents {
    display: none;
}
.goalset-searchresult-li-re-a:hover {
    box-shadow: 0 0 0 3px #4872f4 inset;
}
.re-search-box-bigbox-academybox {
    display: block;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    width: calc(100% / 3 - 40px);
}
.re-search-box-bigbox-academybox {
    width: unset !important;
}
.re-search-box-bigbox-academybox:hover{
    border: 2px solid #4872f4;
}
.academybox-title .academybox-title03 {
    font-size: 20px;
    font-weight: 600;
}
.academybox-box02 {
    margin-top: 18px;
}
.academybox-box02 .academybox-box02-span02 {
    color: #696969;
    margin-left: 5px;
    display: inline-block;
}
.academybox-box02-bar {
    width: 1px;
    height: 12px;
    background-color: #d9d9d9;
    margin: 0 8px;
}
.academybox-box02 .academybox-box02-span02 {
    color: #696969;
    margin-left: 5px;
    display: inline-block;
}
.re-search-box-allsee {
    font-size: 15px;
    font-weight: 500;
}
.re-search-colorbox ul li{
    font-size: 15px;
    font-weight: 500;
}

.user-lank-modal_wrap {
    background: #f5f5f5;
    border: 1px solid #a0abf3;
    border-radius: 4px;
    margin-top: 10px;
    padding: 15px 0px 10px 0px;
}
.examinfo-img-rank-box {
    padding-left: 20px;
}
.examinfo-img-rank {
    position: relative;
}
.examinfo-img-rank-rank {
    position: absolute;
    width: 32px;
    height: 18px;
    font-size: 9px;
    color: #fff;
    background-color: #13279F;
    border-radius: 50px;
    top: -6px;
    left: -8px;
    text-align: center;
    line-height: 18px;
}

.file-icon-checkbox input{
    width: 20px;
    height: 20px;
}

.student-test-check-btn_wrap input{
    margin-left: 10px;
}
.student-test-check-btn_wrap label{
    padding: 12px 10px 12px 35px;
    background: #bbc3ef;
    border-radius: 50px;
}
.student-test-check-btn_wrap label:hover{
    background: #adb7ef;
}
.file-filterbox-box button{
    font-size: 14px;
}
.review-star-modal-text{
    display: flex !important;
    gap: 2px;
}

.filter-iconbox {
    position: relative;
    cursor: pointer;
    background: #d5d5d5;
    border-radius: 10px;
}
.filter-iconbox:hover{
    background: #a0a0a0;
}
.filter-iconbox img{
    padding: 6px 20px;
}
.filter-iconbox .slide02 {
    position: absolute;
    clear: both;
    width: 145px;
    height: 0px;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    box-shadow: 2px 2px 20px rgb(0 0 0 / 25%);
    top: 35px;
    right: 0;
    text-align: left;
    z-index: 999;
    display: none;
}
.filter-iconbox .slide02 li{
    border-bottom: 1px solid #e5e5e5;
    padding: 4px;
}
.filter-iconbox .slide02 li:hover{
    background: #e5e5e5;
}
.filter-iconbox .slide02 li a {
    display: block;
    width: 100%;
    font-size: 14px;
    height: 30px;
    border-radius: 4px;
    line-height: 30px;
    padding: 0 10px;
    color: #454545;
}
.filter-iconbox #toucdh {
    position: absolute;
    opacity: 0;
    height: 0px;
}
.filter-iconbox #toucdh:checked + .slide02 {
    height: auto;
    display: block;
}

/*드래그 앤 드랍*/
.drag-handle {
    cursor: move;
}
.card-item.dragging {
    opacity: 0.5;
    transform: scale(0.98);
    transition: all 0.2s ease;
}
#cardList .card-item {
    transition: transform 0.2s ease;
}


/*modal*/
.excel-button {
    border: 1px solid #0085FF;
    color: #0085FF;
    padding: 13px 10px 10px 10px;
    border-radius: 6px;
    background: #fff;
    margin-top: 20px;
}
.exam-make-num {
    display: inline-block;
    font-size: 16px;
    background-color: #7889EA;
    color: #fff;
    border: 3px solid #D8DCF3;
    border-radius: 6px;
    padding: 6px 8px;
}
.exam-make-box-inputbox-textarea {
    width: 100%;
    border: 1px solid #c9cfec;
    border-radius: 6px;
    margin-top: 10px;
    color: #3a3a3a;
    font-size: 15px;
    padding: 10px;
    line-height: 20px;
}
.testResult-modal-exam-title {
    width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
/*문제만들기//*/
