body{
    font-family: "Noto Sans";
}
.mt0 {
    margin-top: 0px !important;
}

/*sample-page css*/
body,
.sample-manage-page-header_container,
.sample-manage-page-header,
.sample-manage-page-wrap {
    background: #acd543 !important;
}
/*//sample-page css*/

/*header*/
.main_gnb_list ul li a{
    border: 1px solid #FAB700;
    border-radius: 30px;
    padding: 4px 18px;
    font-weight: 500;
}
.main_gnb_list ul li a:hover{
    background: #FAB700;
}
.gnb_sub_list ul li a:hover {
    color: #FAB700;
    font-weight: 600;
}
.gnb_sub_list ul li a {
    display: block;
    width: 100% !important;
    color: #4f4f4f;
}
.headerbox {
    min-height: 60px;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1300px;
    max-width: 1300px;
    /* padding-top: 60px; */
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 10px;
}
.header_box_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.header_logo {
    height: auto;
    height: 100%;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
}
.header_logo a img {
    margin-top: 16px;
}
.logowidth {
    width: 150px;
}
.main_gnb_list ul {
    display: flex;
    padding: 8px 20px;
}
.main_gnb_list ul li {
    width: 140px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
.gnb_sub_list.d_none {
    display: none;
}
.gnb_sub_list_animation {
    animation: gnb_sub_list .5s linear both;
}
.gnb_sub_list {
    padding: 0 20px;
    display: flex;
    margin-right: 200px;
}
@keyframes gnb_sub_list {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.gnb_sub_list ul {
    padding-bottom: 0px;
    padding-top: 25px;
}
.gnb_sub_list ul li {
    text-align: left;
    padding-left: 10px;
    margin-bottom: 40px;
}
.header-right-btn_wrap{
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translate(0, -50%);
    height: 100%;
    margin-top: 13px;
}
.header-login-btn{
    background: #FFBE0B;
    border-radius: 4px;
    padding: 10px 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

/*mobile*/
.logoutbut {
    background-color: #131415;
    color: #fff;
    border-radius: 3px;
    padding: 4px;
    font-size: 12px;
    height: 24px;
    margin-left: 5px;
}
.vocas-intro-mobile-header{
    display: none !important;
}
.mobile-headerbox {
    width: 100%;
    position: fixed;
    top: 0;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
    padding: 15px 15px;
    padding-bottom: 12px;
    display: flex;
    justify-content: space-between;
    z-index: 9999;
}
.main_gnb_list-mobile-new li a {
    font-size: 14px;
    padding: 2px 8px !important;
}
.loginbut {
    background-color: #FFBE0B;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    padding: 4px 10px;
    height: 24px;
}
.mobile-subMenu-detail {
    padding-left: 12px;
    background: #eeeeee;
    padding-bottom: 25px !important;
}
.mobile-subMenu-detail li {
    margin-bottom: 0px !important;
}
.mobile-subMenu-detail li a {
    font-size: 12px;
}

.header-menu {
    font-size: 15px;
    font-weight: 500;
    color: #2f2f2f;
    margin-left: 8px;
}
.header-student-btn{
    background-color: #ffbb00;
}
.header-student-btn:hover{
    background-color: #ffa600;
}
.header-manage-btn{
    background: #3e58ec;
}
.header-manage-btn:hover{
    background: #1a33c0;
}
.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;
}
.user-iconbox .slide {
    position: absolute;
    clear: both;
    width: 150px;
    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: -26px;
    text-align: left;
    z-index: 999;
    display: none;
    padding: 10px;
    top: 50px;
}
.user-iconbox .slide:hover{
    background-color: #f0f0f0;
}
.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;
}
/*//header*/

.page-left-btn_wrap{
    position: fixed;
    left: 4%;
    top: 160px;
    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);
    }
}

.main-ad {
    position: relative;
    max-width: 1145px;
    margin-left: 40px;
    padding-bottom: 80px;
}
.main_container {
    max-width: unset !important;
    margin-left: 0px !important;
    padding-bottom: 0px !important;
    height: 100%;
}
.mouse-wrap {
    position: absolute;
    display: block;
    bottom: 120px;
    left: 50%;
    margin-left: -14px;
}
.mouse {
    width: 28px;
    height: 50px;
    border: 2px solid #ffffff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.scroller {
    width: 4px;
    height: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #ffffff;
    top: 7px;
    left: 11px;
    position: relative;
    -webkit-animation: mousescroll 1s ease-out infinite;
    -moz-animation: mousescroll 1s ease-out infinite;
}
@keyframes mousescroll {
    0%{
        transform: translateY(0);
        opacity: 1;
        height: 4px;
    }
    100%{
        transform: translateY(20px);
        opacity: 0.2;
        height: 10px;
    }
}
.main_homepage-scroll-back-img{
    position: fixed;
    right: 2%;
    top: 67%;
    z-index: 99;
    width: 15%;
}

.student-main_wrap {
    background: unset;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
    width: 100%;
    margin: 0px auto;
    gap: 20px;
}
.student-main-contents_container {
    width: 48%;
}
.student-main-contents_wrap {
    width: 48%;
    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%;
    border-radius: 15px;
    box-shadow: 5px 8px 4px rgba(0, 0, 0, 0.25);
}
.student-main-title {
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    margin-top: 35px;
}
.student-main-contents_wrap:hover {
    background: #fff3d2;
    box-shadow: 0px 4px 30px #6e51029f;
}

.contents_wrap{
    max-width: 1300px;
    padding-bottom: 120px;
    padding-top: 120px;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.rememeber-contents-text_wrap>p{
    font-size: 48px;
    font-weight: 700;
    color: #252525;
    margin-bottom: 60px;
    text-align: center;
}
.remember-contents-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 50px;
}
.remember-contents-list>li{
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.remember-contents-detail{
    width: 30%;
    border: 2px solid #D5B6FF;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    cursor: pointer;
}
.remember-contents01_wrap .remember-contents-detail{
    width: 21%;
}
.remember-contents-detail:hover{
    border: 2px solid #3a0880;
    box-shadow: 10px 10px 20px #3a088050;
}
.remember-contents-detail:hover .remember-contents-detail-title{
    background: #3a0880;
}
.remember-contents-detail-title{
    background: #6018C3;
    color: #fff;
    border-radius: 50px;
    padding: 14px;
    font-size: 16px;
    font-weight: 500;
    width: 85%;
    text-align: center;
    cursor: pointer;
}
.test-contents-detail{
    border: 2px solid #FFCAC0;
}
.test-contents-detail-title{
    background: #F53816;
}
.test-contents-detail:hover{
    border: 2px solid #d42101;
    box-shadow: 10px 10px 20px #d4210150;
}
.test-contents-detail:hover .test-contents-detail-title{
    background:#d82607;
}
.game-contents-detail{
    border: 2px solid #FFDAB0;
}
.game-contents-detail-title{
    background: #F58300;
}
.game-contents-detail:hover{
    border: 2px solid #da6900;
    box-shadow: 10px 10px 20px #da690050;
}
.game-contents-detail:hover .game-contents-detail-title{
    background: #f07400;
}
.remember-contents-detail-text{
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 15px;
}
.remember-contents-detail-text>p{
    font-size: 16px;
    font-weight: 500;
    color: #252525;
    line-height: 20px;
}
.remember-contents-list-table_container{
    margin-top: 40px;
}
.remember-set-img_wrap{
    justify-content: center;
    width: 60%;
    background: #FAC942;
    border-radius: 40px;
    padding: 60px;
}
.result-contents-detail_wrap li{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;   
}
.result-contents-title{
    background: #FF7572;
    color: #fff;
    border-radius: 50px;
    padding: 14px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    width: 85%;
}
.makeTest-contents-text_wrap{
    border: 5px solid #FCB902;
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    padding: 60px;
}
.makeTest-detail_wrap li{
    background: #CCCCCC;
    border-radius: 10px;
    padding: 20px;
    width: 30%;
}
.makeTest-detail-main-title{
    font-size: 32px;
    color: #151515;
    font-weight: 600;
    margin-bottom: 40px;
}
.makeTest-detail-main-text{
    font-size: 24px;
    color: #151515;
    font-weight: 600;
    line-height: 36px;
}
.makeTest-detail-title{
    font-size: 26px;
    color: #454545;
    font-weight: 700;
    margin-bottom: 20px;
}
.makeTest-detail-text{
    font-size: 20px;
    color: #454545;
    font-weight: 600;
    line-height: 28px;
}
.price-contents-title{
    font-size: 60px;
    font-weight: 600;
}
.price-contents-main-wrap>li{
    width: 33.3%;
    padding: 13px;
    border: 2px solid #8392E6;
    background: #fff;
    border-radius: 10px;
    height: 480px;
}
.price-main-list-title{
    font-size: 32px;
    font-weight: 600;
    color: #252525;
    margin-top: 15px;
    text-align: center;
}
.price-main-list-count{
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    background: #8392E6;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    padding: 30px;
    border-radius: 10px;
    width: 80%;
    text-align: center;
}
.price-btn{
    background: #6018C3;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    box-shadow: 0px 4px 0px #400393;
    padding: 20px;
    border-radius: 6px;
    width: 100%;
    text-align: center;
}
.price-btn:hover{
    background: #350874;
}
.price-main-list-text_wrap{
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #404040;
}
.price-main-list-text_wrap>li{
    list-style: disc;
}

.footer-contents-title p{
    font-size: 20px;
    font-weight: 600;
    color: #151515;
}
.footer-title{
    font-size: 18px;
    font-weight: 600;
    color: #6018C3;
    margin-bottom: 40px;
}
.footer-text{
    font-size: 14px;
    font-weight: 600;
    color: #252525;
    margin-bottom: 20px;
    line-height: 20px;
    cursor: pointer;
}


/*샘플페이지*/
.sample-page-title_wrap{
    width: 100%;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    padding: 30px;
}
.sample-page-title_wrap p{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 46px;
}
.sample-page-content_container{
    max-width: 1350px; 
    margin: 0px auto; 
    padding-top: 80px; 
    padding-bottom: 140px;
}
.sample-page-detail-step{
    position: absolute;
    left: 0;
    top: -30px;
    background: #FFB5B5;
    border: 1px solid #FF8989;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    padding: 6px 30px;
    border-radius: 30px;
    font-size: 22px;
    color: #252525;
    font-weight: 500;
}
.sample-page-detail-contents-title{
    background: #955DE1;
    border: 1px solid #6B2CC1;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
    border-radius: 6px;
    text-align: center;
}
.sample-page-detail-sub-text{
    position: absolute;
    left: 4px;
    top: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #727272;
}
.sample-page-text-input{
    width: 100%;
    background: #fff;
    border: 1px solid #959595;
    border-radius: 6px;
    padding: 10px;
}
.sample-page-text-input::placeholder{
    text-align: center;
    color: #2525257a;
    font-size: 18px;
    font-weight: 500;
}
.sample-page-detail-student-sub-text{
    position: absolute;
    left: 0;
    top: -8px;
    font-size: 15px;
    color: #fff;
    background: #FA2D2D;
    border-radius: 30px;
    padding: 4px 15px;
}
.sample-page-file-btn{
    background: #fff;
    border: 1px solid #959595;
    font-size: 18px;
    color: #252525;
    padding: 10px;
    border-radius: 6px;
    width: 100%;
}
.sample-page-vocas-file-btn{
    background: #EADCFC;
    border: 1px solid #959595;
}
.sample-level-contents_wrap{
    background: #fff;
    border: 1px solid #F21010;
    border-radius: 4px;
    padding: 6px;
}
.sample-level-contents-box{
    background: #FB5050;
    border: 1px solid #959595;
    padding: 10px 20px;
    color: #fff;
    border-radius: 6px;
    margin-top: 10px;
}
.sample-level-check-box{
    width: 22px;
    height: 22px;
}
.sample-level-check-text{
    font-size: 18px;
    font-weight: 600;
}
.green-box{
    background: #94E89F;
}
.blue-box{
    background: #66AEFC;
}
.yellow-box{
    background: #FFE063;
}
.sample-footer-btn{
    font-size: 20px;
    color: #252525;
    font-weight: 600;
    width: 350px;
    border-radius: 6px;
    padding: 15px;
    line-height: 28px;
}
.sample-footer-btn-user{
    background: #FFBF0F;
    border: 1px solid #DFA607;
}
.sample-footer-btn-user:hover{
    background: #faab00;
}
.sample-footer-btn-random{
    background: #fff;
    border: 3px solid #DFA607;
}
.sample-footer-btn-random:hover{
    background: #fdf3d8;
}
.sample-page-confirm-btn_wrap{
    margin-top: 20px;
}
.sample-page-confirm-btn{
    background: #454545;
    color: #fff;
    height: 100px;
}
.sample-page-confirm-btn:hover{
    background: #252525;
}
.footer-phone {
    font-size: 20px;
    font-weight: 600;
}
.footer-phonetime {
    font-size: 14px;
    color: #a0a0b6;
    margin-top: 10px;
}


/*contents-page*/
.freejoin-main-title{
    font-size: 48px;
    font-weight: 600;
    color: #151515;
    text-align: center;
}
.freejoin-main-text{
    font-size: 20px;
    font-weight: 500;
    color: #454545;
    text-align: center;
    margin-top: 15px;
    line-height: 26px;
}
.freejoin-sub-title{
    font-size: 40px;
    font-weight: 600;
    color: #E90E0E;
    text-align: center;
    margin-top: 15px;
}
.freeJoin-contents-container{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
    padding: 40px;
    position: relative;
}
.category-button-wrapper {
    position: sticky;
    top: 120px;
}
.freeJoin-form-container{
    border: 2px solid #EAEAEA;
    border-radius: 6px;
    padding: 60px;
}
.freeJoin-input_wrap{
    margin-bottom: 20px;
}
.freeJoin-input-title{
    font-size: 18px;
    font-weight: 600;
    color: #252525;
}
.freeJoin-input{
    padding-left: 60px;
}
.freeJoin-input input::placeholder{
    color: #929292;
}
.cellcert{
    width: 100%;
    height: 100%;
    background-color: #373A48;
    color: #fff;
    border: none;
    border-radius: 5px;
}
.cellcert:hover{
    background-color: #15151b;
    color: #fff;
}
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
.submitbtn{
    background: #6018C3;
    height: 40px;
}
.submitbtn:hover{
    background: #32086d;
}

.teacher-usePage-img{
    border: 1px solid #6018C3;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}
.student-usePge-img{
    border: 1px solid #f29100;
}

.price-page-main-text{
    font-size: 20px;
    font-weight: 500;
}
.price-page-main-text>div>small{
    font-size: 18px;
    color: #858585;
}

.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;
}

.button-category{
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #808080;
    padding: 12px 20px;
    border-radius: 30px;
    border: 1px solid #808080;
}
.button-category:hover{
    background: #6119c2;
    color: #fff;
    border: none;
}
.button-category.active{
    background: #6119c2;
    color: #fff;
    border: none;
}
.sample-intro-contents-page-text p{
    font-size: 20px;
    line-height: 32px;
    color: #121212;
}
.header-searchbox .header-search {
    border-radius: 50px;
    padding-right: 40px;
}
.table-search-btn {
    padding: 10px 20px;
    color: #fff;
    border-radius: 4px;
    background: #4256D2;
}
.gray_btn {
    background-color: #404043 !important;
}
.intro-contents-book-list li{
    width: 32%;
    background: #f0f0f0;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #d5c4e9;
}
.intro-contents-book-list li:hover{
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}
.intro-contents-page-price-title{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: red;
    padding: 4px;
    border-radius: 30px;
    width: 60px;
    text-align: center;
    margin-bottom: 8px;
}
.intro-contents-page-btn{
    font-size: 14px;
}
.intro-contents-page-sub-title{
    font-size: 16px;
    font-weight: 500;
    color: #727272;
}
.intro-contents-page-sub-count{
    font-size: 14px;
}
.intro-contents-page-main-title{
    font-size: 18px;
    font-weight: 600;
    color: #454545;
    margin-top: 10px;
}
.intro-cotents-book-list-img_wrap{
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.intro-cotents-book-list-img_wrap img{
    box-shadow: 8px 10px 10px rgba(0, 0, 0, 0.2);
}
.intro-contents-book-list li:hover .intro-cotents-book-list-img_wrap img{
    box-shadow: 12px 15px 20px rgba(0, 0, 0, 0.3);
}

.student-contents-img_wrap{
    width: 40%;
}
.student-contents-title-btn {
    position: relative;
    background: #F5F5F5;
    border: 1px solid #13279F;
    border-radius: 30px;
    padding: 4px 2px;
    color: #454545;
    font-weight: 500;
    font-size: 8px;
}

.sample-notify-table td{
    padding: 12px !important;
}
.sample-notify-table tbody tr:nth-child(even) td{
    background: #f5f5f5 !important;
}

.intro-contents-list-main-title{
    font-size: 26px;
    font-weight: 600;
    color: #252525;
    line-height: 34px;
    margin-bottom: 10px;
}
.intro-contents-list-main-title span{
    font-size: 20px;
    font-weight: 500;
    color: #454545;
}
.intro-contents-box-close-btn{
    text-align: right;
    font-size: 24px;
    font-weight: 500;
    cursor: pointer;
    color: #646464;
}
.intro-contents-box-close-btn:hover{
    color: #121212;
}

.en-heading {
    font-size: 20px;
    font-weight: 700;
    color: #6018c3;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
}
.en-sub-heading {
    font-size: 28px;
    font-weight: 600;
    color: #252525;
    letter-spacing: -0.02em;
    line-height: 1.42;
    margin-bottom: 10px;
}
.en-heading-text {
    font-size: 17px;
    color: #454545;
    letter-spacing: -0.02em;
    line-height: 28px;
}
.teacher-usePage-text{
    font-size: 16px;
    font-weight: 600;
    color: #252525;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #350874;
    border-radius: 20px;
    padding: 12px 2px;
    text-align: center;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
.notify-text-link a{
    cursor: pointer;
    color: #252525;
}
.notify-text-link a:hover{
    color: #2d095f;
    font-weight: 600;
}
.platform-study-list-title{
    font-size: 24px;
    font-weight: 600;
    color: #252525;
    margin-bottom: 5px;
}
.platform-study-list-contents-img{
    width: 25%;
    height: 60px;
    border-radius: 10px;
    border: 1px solid #350874;
    background: #Fff;
    display: flex;
    justify-content: center;
    padding: 2px;
}

.price-detail-page-title{
    font-size: 40px;
}
.price-datail-page-list-count{
    font-size: 24px;
    padding: 14px 20px;
}