
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
@import url("https://fonts.googleapis.com/icon?family=Material+Icons+Outlined");

/*
common
 */
* {
    box-sizing: border-box;
}
body {
    max-width: 1366pt;
    background-color: #f6f6f6;
    font-family: 'Roboto Condensed', sans-serif;
}
input {
    outline: none;
    appearance: none;
}
.btn-normal{
    width: 450px;
    height: 55px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
}
.btn-normal:disabled {
    background-color: #e0e0e0;
    color: #5f5f5f;
}
.btn-normal:enabled {
    background-color: #be2a3d;
    color: #ffffff;
}
/*.btn-normal:focus {*/
/*    background-color: #a1011c;*/
/*    color: #ffffff;*/
/*}*/

.link-normal:link{
    color: #4b70fd;
    text-decoration: underline;
}
.link-normal:visited{
    color: #8c59b9;
    text-decoration: underline;
}

.input-normal {
    border: 0.7px solid #A9A9A9;
    border-radius: 4px;
}
.input-normal:focus {
    color: black;
}
.select-normal {
    width: 450px;
    height: 48px;
    font-size: 16px;
    padding-left: 16px;
    margin-top: 16px;
    border: 0.7px solid #A9A9A9;
    border-radius: 4px;
    font-family: inherit;
    /*text-align: center;*/
    /*background: url('arrow.jpg') no-repeat 95% 50%;*/
    /*-webkit-appearance: none;*/
    /*-moz-appearance: none;*/
    /*appearance: none;*/
}
.btn-check {
    display: none;
}
.radio-text{
    display: block;
    border: 1px solid #aaaaaa;
    border-radius: 2px;
    width: 140px;
    height: 48px;
    text-align: center;
    padding: 10px;
    background-color: #f6f6f6;
    margin-left: 5px;
    margin-right: 5px;
}
.btn-check:checked+label{
    border: 1px solid #be2a3d;
}
.test-result-calender {
    width: 24px;
    height: 24px;
    margin-top: 25px;
    margin-left: 25px;
    position: absolute;
}
.test-result-calender-title {
    width: max-content;
    height: 17px;
    margin-top: 29px;
    margin-left: 57px;
    font-size: 14px;
    text-align: left;
    color: #999;
    position: absolute;
}
.test-result-calender-text {
    margin-left: 91px;
    margin-top: 28px;
    font-size: 16px;
    text-align: left;
    position: absolute;
}
.test-result-clock {
    width: 24px;
    height: 24px;
    margin-top: 25px;
    margin-left: 334px;
    position: absolute;
}
.test-result-clock-title {
    width: max-content;
    height: 17px;
    margin-top: 29px;
    margin-left: 366px;
    font-size: 14px;
    text-align: left;
    color: #999;
    position: absolute;
}
.test-result-clock-text {
    width: 50px;
    height: 19px;
    margin-left: 441px;
    margin-top: 28px;
    font-size: 16px;
    text-align: left;
    position: absolute;
}
.swiper-pagination-bullet-active {
    background: #bd1f2d;
}
.mjx-math {
    font-size: 14px;
}

/*
    Header
*/

header {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #c8c8c8;
    display: flex;
    flex-direction: row;
}
header .back {
    width: 36px;
    height: 36px;
    margin-left: 30px;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: -25px;
    object-fit: contain;
}
header .home {
    width: 36px;
    height: 36px;
    padding: 6px;
    margin-left: 30px;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: -25px;
    object-fit: contain;
}
header .logo {
    max-width: 100px;
    max-height: 60px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 35px;
}
header .logo img {
    max-width: 100px;
    max-height: 60px;
    image-rendering: -webkit-optimize-contrast;
}
header .name {
    color: black;
    flex-grow: 0;
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 21px;
}
header .right-header {
    display: flex;
    margin: auto 0px auto auto;
    width: auto;
    height: auto;
    justify-content: flex-end;
}
header .right-header .student-name {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 16px;
    width: auto;
}
header .right-header .btn-profile {
    width: 44px;
    height: 44px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
}
header .right-header .btn-logout {
    width: 44px;
    height: 44px;
    padding: 10px;
    margin-right: 50px;
}
header .right-header .btn-academy-mode {
    width: 108px;
    height: 48px;
    margin-right: 20px;
    border-radius: 10px;
    border: none;
    background-color: #ddd;
    font-size: 16px;
    text-align: center;
}
.padding-bottom {
    height: 50px;
}
.popup {
    max-width: 1880px;
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    visibility: hidden;
}
.popup .back {
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
    position: absolute;
}
.popup .full-subject {
    width: 600px;
    /*height: 400px;*/
    left: 50%;
    top: 50%;
    margin-left: -300px;
    /*margin-top: -200px;*/
    background-color: white;
    position: absolute;
}
.popup .full-subject .pop-contents {
    width: 100%;
    padding: 30px;
    text-align: center;
}
.popup .full-subject .pop-contents .pop-select-test-header {
    display: flex;
    background-color: #f8f8f8;
    height: 40px;
    border-style: none none solid none;
    border-color: #ddd;
    border-width: 1px;
}
.popup .full-subject .pop-contents .pop-select-test-header .tab {
    width: 33%;
}
.popup .full-subject .pop-contents .pop-select-test-header .subject {
    text-align: center;
}
.popup .full-subject .pop-contents .pop-select-test-header .status {
    text-align: left;
}
.popup .full-subject .pop-contents .pop-select-test-header .btn {
    text-align: right;
}
.popup .full-subject .pop-contents .pop-select-test-header .tab .title {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.popup .full-subject .pop-contents .pop-select-test-body {
    display: flex;
    background-color: #fff;
    height: 61px;
    border-style: none none solid none;
    border-color: #ddd;
    border-width: 1px;
}
.popup .full-subject .pop-contents .pop-select-test-body .tab {
    width: 33%;
}
.popup .full-subject .pop-contents .pop-select-test-body .subject {
    text-align: center;
}
.popup .full-subject .pop-contents .pop-select-test-body .status {
    text-align: left;
}
.popup .full-subject .pop-contents .pop-select-test-body .btn {
    text-align: right;
}
.popup .full-subject .pop-contents .pop-select-test-body .tab .title {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.popup .full-subject .pop-contents .pop-select-test-body .status .title {
    color: #4f4e64;
}
.popup .full-subject .pop-contents .pop-select-test-body .btn .btn-wait{
    width: 83px;
    height: 36px;
    margin-right: 20px;
    background-color: #BD1F2D;
    border: none;
    color: white;
}
.popup .full-subject .pop-contents .pop-select-test-body .btn .btn-done{
    width: 83px;
    height: 36px;
    margin-right: 20px;
    background-color: #999999;
    border: none;
    color: white;
}
.popup .full-subject .pop-contents .pop-select-test-body .btn .btn-pause{
    width: 83px;
    height: 36px;
    margin-right: 20px;
    background-color: #333333;
    border: none;
    color: white;
}
.popup .full {
    width: 86%;
    height: 85%;
    margin-left: 7%;
    margin-top: 5%;
    background-color: white;
    position: absolute;
}
.popup h3 {
    font-size: 30px;
    color: black;
    margin-top: 30px;
    margin-left: 30px;
    position: absolute;
}
.popup h5 {
    font-size: 15px;
    color: black;
    margin-top: 70px;
    margin-left: 30px;
    position: absolute;
}
.popup .btn-close {
    width: 44px;
    height: 44px;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: auto;
    position: relative;
}
.popup .answer {
    width: 400px;
    left: 50%;
    margin-left: -200px;
    position: absolute;
    background-color: white;
    border: none;
    border-radius: 10px;
    overflow: hidden;
}
.popup .back-button {
    position:relative;
    top:50%;
}
.popup .back-button>button>i {
    color: white;
    opacity: 50%;
}
.popup .back-button .previous-question{
    margin-left: 20px;
    float: left;
}
.popup .back-button .next-question{
    margin-right: 20px;
    float: right;
}

.question-mark {
    width: 26px;
    height: 26px;
    border-radius: 13px;
    border: 2px solid #C40021;
    overflow: hidden;
    color: #C40021;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
    margin-left: 10px;
    box-shadow: 0 0 3px 1px gray;
}

/*
    Student Login
*/
.contents {
    margin: 50px auto;
    width: 642px;
    height: 654px;
    border: none;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    display: block !important;
    border-radius: 1rem;
    box-shadow: 0 0 8px 5px rgba(0, 0, 0, .03);
}

.contents .login h2 {
    font-size: 40px;
    text-align: center;
    width: auto;
    height: auto;
    margin: 80px auto 6px auto;
}
.contents .login p {
    font-size: 20px;
    text-align: center;
    color: #666666;
}
#student-login {
    margin: 52px auto;
    width: 450px;
}
#student-login #editId {
    width: 450px;
    height: 48px;
    padding-left: 16px;
    font-size: 16px;
}
#student-login #editPw {
    width: 450px;
    height: 48px;
    margin-top: 31px;
    padding-left: 16px;
    font-size: 16px;
}
#student-login #checkAuto {
    margin-top: 34px;

}
#student-login #btnLogin {
    margin-top: 40px;
}
#student-login #btnJoin {
    width: 450px;
    height: 48px;
    border: none;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    border: 0.7px solid #be2a3d;
    margin-top: 12px;
    height: 55px;
    text-align: center;
}
#student-login #btnFindPw {
    width: fit-content;
    margin: 20px auto;
}
#student-login .error {
    margin-top: 4px;
    margin-left: 16px;
    color: #bd1f2d;
    height: 5px;
    font-size: 14px;
    text-align: left;
}
.sns ul li {
    float: left;
}

/* 비밀번호 재설정 */

.password-setting {
    margin: 133px auto;
    width: 642px;
    height: 600px;
    border: 1px solid #c8c8c8;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    display: block;
    border-radius: 1rem;
    box-shadow: 0px 1rem 1.5rem rgba(0 0 0,0.03);
}
.password-header h2 {
    font-size: 40px;
    text-align: center;
    width: auto;
    height: auto;
    margin: 81px auto 5px auto;
}
.password-header p {
    font-size: 20px;
    text-align: center;
    color: #666666;
}
.password-input {
    margin: 67px auto;
    width: 450px;
}
.password-input #editEmail {
    width: 450px;
    height: 48px;
    padding-left: 16px;
    font-size: 16px;
}
.password-input #btnFind {
    margin-top: 40px;
}

.password-input #editPw {
    width: 450px;
    height: 48px;
    padding-left: 16px;
    font-size: 16px;
}
.password-input #editPw-check {
    width: 450px;
    height: 48px;
    padding-left: 16px;
    font-size: 16px;
    margin-top: 20px;
}
.password-input #btnSetPw {
    height: 60px;
    margin-top: 40px;
}

.spinner { margin-top: 20px; color: gray; display: flex; justify-content: center; align-items: center; animation: spin 2s linear infinite; }
@keyframes spin {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

/* 학생 회원가입 */

#student-signup {
    margin: 50px auto;
    width: 642px;
    height: auto;
    border: none;
    /* border: 1px solid #c8c8c8; */
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    display: block;
    border-radius: 1rem;
    box-shadow: 0 0 8px 5px rgba(0, 0, 0, .03);
}
#student-signup-title h2 {
    font-size: 40px;
    text-align: center;
    width: auto;
    height: auto;
    margin: 30px auto 5px auto;
}
#signup-form {
    margin: 62px auto;
    width: 450px;
}
#signup-form #editName {
    width: 450px;
    height: 48px;
    padding-left: 16px;
    font-size: 16px;
}
#signup-form #editEmail {
    width: 363px;
    height: 48px;
    padding-left: 16px;
    font-size: 16px;
}

#email-verify {
    width: 450px;
    height: 48px;
    margin-top: 16px;
    display: flex;
}

#signup-form #btnVerify {
    width: 78px;
    height: 48px;
    margin-left: 9px;
    border: none;
    border-radius: 4px;
    background-color: #be2a3d;
    color: rgb(255, 255, 255);
}

#signup-form #viewCode {
    width: 450px;
    height: 48px;
    margin-top: 16px;
    display: flex;
}
#signup-form #editCode{
    width: 363px;
    height: 46px;
    padding-left: 16px;
    font-size: 16px;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
}
#signup-form #labelTime {
    width: 78px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 9px;
    text-align: center;
    color: #be2a3d;
    display: none;
}
#signup-form #editPw {
    width: 450px;
    height: 48px;
    padding-left: 16px;
    margin-top: 16px;
    font-size: 16px;
}
#signup-form #editPwRe {
    width: 450px;
    height: 48px;
    padding-left: 16px;
    margin-top: 16px;
    font-size: 16px;
}
#signup-form .view-btn {
    width: 450px;
    height: 55px;
    margin-top: 72px;
}
#signup-form .view-btn .btn-back {
    width: 100px;
    border: none;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    border: 0.7px solid #be2a3d;
    height: 55px;
    text-align: center;
}
#signup-form #btnNext {
    width: 330px;
    margin-left: 16px;
    border: none;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    border: 0.7px solid #be2a3d;
    height: 55px;
    text-align: center;
}
#btnPrivacyAgreement {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
}

/* 개인 정보 입력 */

#signup-info {
    margin: 50px auto;
    width: 642px;
    height: 644px;
    border: none;
    /* border: 1px solid #c8c8c8; */
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    display: block;
    border-radius: 1rem;
    box-shadow: 0 0 8px 5px rgba(0, 0, 0, .03);
}
#signup-info h2 {
    font-size: 40px;
    text-align: center;
    width: auto;
    height: auto;
    margin: 80px auto 5px auto;
}
#info-form {
    width: 450px;
    height: 450px;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    margin-top: 62px;
}
#info-form #editPPhone{
    width: 450px;
    height: 48px;
    padding-left: 16px;
    font-size: 16px;
}
#info-form #iconSearch {
    position: absolute;
    left: 8px;
    top: 12px;
}
#info-form #viewSchool {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
#info-form #viewSchool #editSchool{
    width: 450px;
    height: 48px;
    padding-left: 38px;
    font-size: 16px;
}
#info-form #viewSchoolInput {
    margin-top: 16px;
    width: 450px;
    height: 191px;
    display: none;
    position: relative;
    border: 1px solid #BC0524;
}
#info-form #viewSchoolInput #editSchoolName{
    width: 400px;
    height: 48px;
    padding-left: 38px;
    font-size: 16px;
    border: none;
    position: absolute;
}
#info-form #viewSchoolInput #line {
    width: 434px;
    height: 1px;
    background-color: #aaaaaa;
    position: absolute;
    margin-top: 49px;
    margin-left: 8px;
}
#info-form #viewSchoolInput #scrollSchool{
    overflow:scroll;
    width:374px;
    height:139px;
    margin-top: 49px;
    margin-left: 38px;
}
#info-form #viewSchoolInput #scrollSchool ul{
    list-style: none;
}
#info-form #viewSchoolInput #scrollSchool ul li{
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#info-form #viewSchoolDone {
    margin-top: 16px;
    display: none;
}
#info-form #viewSchoolDone #editSchoolDone {
    width: 363px;
    height: 48px;
    padding-left: 12px;
}
#info-form #viewSchoolDone #btnResetSchool {
    width: 78px;
    height: 48px;
    margin-left: 8px;
    color: black;
    background-color: white;
    border: 1px solid #BC0524;
}
#info-form #viewGrade {
    margin-top: 20px;
    width: 450px;
    flex-direction: column;
}
#info-form #viewGrade #viewGradeIn{
    display: flex;
    flex-direction: row;
}
#info-form #viewGrade #viewGradeInElement{
    margin-top: 9px;
    display: flex;
    flex-direction: row;
}
#info-form #btnDone {
    width: 450px;
    height: 60px;
    margin-top: auto;
    margin-bottom: 50px;
    font-size: 16px;
}
#info-form #editPassword{
    width: 450px;
    height: 48px;
    margin-top: auto;
    margin-bottom: 0px;
    padding-left: 16px;
    font-size: 16px;
}
/*.pagination-wrapper {*/
/*    width: max-content;*/
/*    height: max-content;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*    margin-top: 14px;*/
/*}*/
/*.pagination {*/
/*    position: relative;*/
/*}*/
/*.pagination span{*/
/*    display: inline-block;*/
/*    position: relative;*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    border-radius: 50%;*/
/*    background-color: #dfdfdf;*/
/*    margin-left: 2px;*/
/*    margin-right: 2px;*/
/*}*/
/*.pagination span.active{*/
/*    background-color: #bd1f2d;*/
/*}*/

