/* 로그인페이지css */
#login,#login_2{
    width: 100%;
    height: 100%;
    background: #1badff;
}

#login > div:nth-child(1),
#login_2 > div:nth-child(1){
    width: 405px;
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    margin: 0 auto;
    text-align: center;
    padding: 80px 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#login > div:nth-child(1) > p:nth-child(1),
#login_2 > div:nth-child(1) > p:nth-child(1){
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
}

#login > div:nth-child(1) > p:nth-child(1) span,
#login_2 > div:nth-child(1) > p:nth-child(1) span{
    font-size: 24px;
    color: #1BADFF;
}

#login > div:nth-child(1) > p:nth-child(2),
#login_2 > div:nth-child(1) > p:nth-child(2){
    font-size: 16px;
    color: #929292;
    margin-top: 8px;
    letter-spacing: 0;
    font-weight: 300;
}

#login > div:nth-child(1) > div:nth-child(3) .login_box,
#login > div:nth-child(1) > div:nth-child(3) .pw_box{
    position: relative;
}
#login > div:nth-child(1) > div:nth-child(3) .login_box{
    margin-top: 50px;
}

#login > div:nth-child(1) > div:nth-child(3) .login_box > div:nth-child(3),
#login > div:nth-child(1) > div:nth-child(3) .pw_box > div:nth-child(3){
    position: absolute;
    right: 14px;
    top: 17px;
}


#login > div:nth-child(1) > div:nth-child(3) label{
    position: absolute;
    top: 0;
}

#login > div:nth-child(1) > div:nth-child(3) input{
    width: 365px;
    height: 50px;
    border: 1px solid #c9c9c9;
    border-radius: 6px;
    padding-left: 14px;
    font-size: 16px;
    letter-spacing: 0;
}

#login > div:nth-child(1) > div:nth-child(3) input:focus,
#login_2 > div:nth-child(1) > div:nth-child(3) select:focus{
    border: 1px solid #1BADFF;
    outline: none;
}

#login > div:nth-child(1) > div:nth-child(3) input::placeholder{
    color: #c8c8c8;
    font-weight: 300;
    letter-spacing: 0;
}

#login > div:nth-child(1) > div:nth-child(3) .pw_box{
    margin-top: 10px;
}

#login > div:nth-child(1) > div:nth-child(3) button{
    width: 365px;
    height: 50px;
    border: none;
    background-color: #1badff;
    font-size: 16px;
    color: #fff;
    border-radius: 6px;
    margin-top: 10px;
    font-weight: 300;
    letter-spacing: 0;
    cursor: pointer;
}

#login > div:nth-child(1) > div:nth-child(3) form fieldset > p:nth-child(5){
    font-size: 12px;
    color: #FF3636;
    font-weight: 400;
    text-align: left;
    margin-top: 6px;
}

#login .classSelect{
    width: 365px;
    height: 50px;
    border: 1px solid #c9c9c9;
    border-radius: 6px;
    padding-left: 14px;
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 10px;
    color: #c9c9c9;
}

#login .classSelect:focus{
    outline: none;
}

/* 반선택css */
#login_2 > div:nth-child(1) > div:nth-child(3) select{ 
    width: 365px;
    height: 50px;
    border: 1px solid #c9c9c9;
    border-radius: 6px;
    padding-left: 14px;
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 50px;
    color: #c9c9c9;
}

#login_2 > div:nth-child(1) > div:nth-child(3) > div:nth-child(1){
    display: flex;
    font-weight: 300;
}

select{
    appearance: none;
    background: url("/images/login_arrow_icon.png") no-repeat right 14px center;;
}

#login_2 > div:nth-child(1) > div:nth-child(3) button{
    width: 365px;
    height: 50px;
    border: none;
    background-color: #1badff;
    font-size: 16px;
    color: #fff;
    border-radius: 6px;
    margin-top: 10px;
    font-weight: 300;
    letter-spacing: 0;
    cursor: pointer;
}

/* 시험선택 */
#exam_choice{
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 60px;
}

#exam_choice .mundan_select > div:nth-child(2){
    display: flex;
    align-items: center;
}

#exam_choice .mundan_select select{
    width: 170px !important;
}

#exam_choice .mundan_select p{
    margin: 0 8px;
    padding-top: 4px;
    color: #cbcbcb;
}

#exam_choice > div:nth-child(1){
    width: 405px;
    height: auto;
    margin: 0 auto;
}

#exam_choice > div:nth-child(1) > p:nth-child(1){
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

#exam_choice > div:nth-child(1) > div:nth-child(2){
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    margin-top: 20px;
    padding: 30px 20px;
}

#exam_choice > div:nth-child(1) > div:nth-child(2) form label{
    display: block;
}

#exam_choice > div:nth-child(1) > div:nth-child(2) form select{ 
    width: 100%;
    height: 40px;
    border: 1px solid #c9c9c9;
    border-radius: 6px;
    padding-left: 14px;
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 10px;
    color: #c9c9c9;
    cursor: pointer;
}

#exam_choice > div:nth-child(1) > div:nth-child(2) form select:focus{
    border: 1px solid #1BADFF;
    outline: none;
}

#exam_choice > div:nth-child(1) > div:nth-child(2) form > div{
    margin-top: 15px;
}

#exam_choice > div:nth-child(1) > div:nth-child(2) form > div:nth-child(1){
    margin-top: 0;
}

#exam_choice > div:nth-child(1) > div:nth-child(2) form label{
    color: #8D8D8D;
    font-size: 14px;
}

#exam_choice > div:nth-child(1) > div:nth-child(2) form option{
    font-weight: 400;
}

#exam_choice > div:nth-child(1) > div:nth-child(2) form button{
    width: 176px;
    height: 40px;
    border: none;
    padding: 0;
    margin-top: 10px;
    border-radius: 4px;
    cursor: pointer;
}

#exam_choice > div:nth-child(1) > div:nth-child(2) form button.upbut{
    width: 12px;
    height: 7px;
    background: url("/images/upbut.png") no-repeat;
}

#exam_choice > div:nth-child(1) > div:nth-child(2) form button.downbut{
    width: 12px;
    height: 7px;
    background: url("/images/downbut.png") no-repeat;
}

#exam_choice > div:nth-child(1) > div:nth-child(2) form .updown_select > div:nth-child(2){
    display: flex;
    align-items: center;
}

#exam_choice > div:nth-child(1) > div:nth-child(2) form .updown_select input{
    width: 170px;
    height: 40px;
    border: 1px solid #c9c9c9;
    border-radius: 6px;
    padding-left: 14px;
    font-size: 14px;
    letter-spacing: 0;
    color: #c9c9c9;
    cursor: pointer;
    margin-top: 10px;
}
#exam_choice > div:nth-child(1) > div:nth-child(2) form .updown_select > div:nth-child(2) > div:nth-child(1),
#exam_choice > div:nth-child(1) > div:nth-child(2) form .updown_select > div:nth-child(2) > div:nth-child(3){
    position: relative;
}

#exam_choice > div:nth-child(1) > div:nth-child(2) form .updown_select > div:nth-child(2) > p:nth-child(2){
    margin: 0 8px;
    color: #CBCBCB;
    padding-top: 4px;
}

#exam_choice > div:nth-child(1) > div:nth-child(2) form .updown_select > div:nth-child(2) > div:nth-child(1) > div:nth-child(2),
#exam_choice > div:nth-child(1) > div:nth-child(2) form .updown_select > div:nth-child(2) > div:nth-child(3) > div:nth-child(2){
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 9px;
    right: 14px;
}

#exam_choice > div:nth-child(1) > div:nth-child(2) button.exam_cancel{
    background-color: #a4a4a4;
    color: #fff;
    line-height: 40px;
    margin-right: 8px;
}

#exam_choice > div:nth-child(1) > div:nth-child(2) button.exam_start{
    background-color: #1BADFF;
    color: #fff;
}

/* 시험 */
.cf::after{
    content: "";
    display: block;
    clear: both;
}
.seeWrong{
    float: right;
    margin-top: 20px;
    margin-bottom: 10px;
}
.seeWrong label{
    font-size: 14px;
    color: #717171;
    cursor: pointer;
    margin-left: -4px;
}
.seeWrong input{
    width: 14px;
    height: 14px;  
    vertical-align: middle; 
    margin-top: 2px;
}

#exam_gumun,
#exam_vocabulay,
#exam_dictation,
#exam_tie,
#exam_grammar,
#exam_reading,
#exam_write{
    width: 1080px;
    margin: 60px auto 0;
}

.examtitle{
    font-size: 22px;
    font-weight: 500;
    border-bottom: 1px solid #131415;
    padding-bottom: 10px;
}

#exam_gumun > div:nth-child(2),
#exam_vocabulay > div:nth-child(2),
#exam_dictation > div:nth-child(2),
#exam_tie > div:nth-child(3),
#exam_reading > div:nth-child(3){
    display: flex;
    margin-top: 20px;
   
}
#exam_write > div:nth-child(2),
#exam_tie > div:nth-child(2){
    margin-top: 30px;
}

#exam_gumun > div:nth-child(2) > div:nth-child(1),
#exam_gumun > div:nth-child(2) > div:nth-child(2),
#exam_tie > div:nth-child(3) > div:nth-child(1),
#exam_tie > div:nth-child(3) > div:nth-child(2){
    width: 530px;
    height: 605px;
}

#exam_tie > div:nth-child(3) > div:nth-child(1),
#exam_tie > div:nth-child(3) > div:nth-child(2){
    height: auto;
}

#exam_gumun > div:nth-child(2) > div:nth-child(1),
#exam_tie > div:nth-child(3) > div:nth-child(1){
    margin-right: 20px;
}

#exam_gumun > div:nth-child(2) > div:nth-child(1) > p:nth-child(1),
#exam_gumun > div:nth-child(2) > div:nth-child(2) > p:nth-child(1),
#exam_tie > div:nth-child(3) > div:nth-child(1) > p:nth-child(1),
#exam_tie > div:nth-child(3) > div:nth-child(2) > p:nth-child(1){
    font-size: 16px;
    font-weight: 500;
}

#exam_gumun > div:nth-child(2) > div:nth-child(1) table,
#exam_gumun > div:nth-child(2) > div:nth-child(2) table,
#exam_tie > div:nth-child(3) > div:nth-child(1) table,
#exam_tie > div:nth-child(3) > div:nth-child(2) table{
    width: 530px;
    background-color: #131415;
    border-radius: 6px;
    margin-top: 10px;
}

#exam_gumun > div:nth-child(2) > div:nth-child(1) table thead,
#exam_gumun > div:nth-child(2) > div:nth-child(2) table thead,
#exam_tie > div:nth-child(3) > div:nth-child(1) table thead,
#exam_tie > div:nth-child(3) > div:nth-child(2) table thead{
    display: block;
    padding: 0 20px;
}

#exam_gumun > div:nth-child(2) > div:nth-child(1) table thead tr,
#exam_gumun > div:nth-child(2) > div:nth-child(2) table thead tr,
#exam_tie > div:nth-child(3) > div:nth-child(1) table thead tr,
#exam_tie > div:nth-child(3) > div:nth-child(2) table thead tr{
    color: #fff;
    height: 40px;
    font-size: 14px;
}

#exam_gumun > div:nth-child(2) > div:nth-child(1) table thead tr th,
#exam_gumun > div:nth-child(2) > div:nth-child(2) table thead tr th,
#exam_tie > div:nth-child(3) > div:nth-child(1) table thead tr th,
#exam_tie > div:nth-child(3) > div:nth-child(2) table thead tr th{
    font-weight: 400;
    letter-spacing: 0;
}

#exam_gumun > div:nth-child(2) > div:nth-child(1) table thead tr th:nth-child(1),
#exam_gumun > div:nth-child(2) > div:nth-child(2) table thead tr th:nth-child(1),
#exam_tie > div:nth-child(3) > div:nth-child(1) table thead tr th:nth-child(1),
#exam_tie > div:nth-child(3) > div:nth-child(2) table thead tr th:nth-child(1){
    padding-right: 20px;
}

#exam_gumun > div:nth-child(2) > div:nth-child(1) table thead tr th:nth-child(2),
#exam_gumun > div:nth-child(2) > div:nth-child(2) table thead tr th:nth-child(2){
    width: 213px;
    text-align: center;
}

#exam_gumun > div:nth-child(2) > div:nth-child(1) table thead tr th:nth-child(3),
#exam_gumun > div:nth-child(2) > div:nth-child(2) table thead tr th:nth-child(3){
    width: 231px;
    text-align: center;
}

#exam_gumun > div:nth-child(2) > div:nth-child(1) table tbody,
#exam_gumun > div:nth-child(2) > div:nth-child(2) table tbody,
#exam_tie > div:nth-child(3) > div:nth-child(1) table tbody,
#exam_tie > div:nth-child(3) > div:nth-child(2) table tbody{
    background-color: #fff;
    border: 1px solid #E6E6E6;
    display: block;
    overflow: auto;
    height: 555px;
    padding-left: 20px;
}

.gumunResult > div:nth-child(2) > div:nth-child(1) table tbody,
.gumunResult > div:nth-child(2) > div:nth-child(2) table tbody{
    background-color: #fff;
    display: block;
    overflow: auto;
    height: 460px;
    padding-left: 20px;
    border-bottom: none !important;
}

#exam_gumun > div:nth-child(2) > div:nth-child(1) table tbody tr td,
#exam_gumun > div:nth-child(2) > div:nth-child(2) table tbody tr td{
    padding: 8px 0;
    text-align: center;
    font-size: 14px;
}

#exam_gumun > div:nth-child(2) > div:nth-child(1) table tbody tr td input,
#exam_gumun > div:nth-child(2) > div:nth-child(2) table tbody tr td input{
    width: 228px;
    height: 30px;
    margin-right: 10px;
    border: 1px solid #c3c3c3;
    border-radius: 4px;
    letter-spacing: 0;
}

#exam_gumun > div:nth-child(2) > div:nth-child(1) table tbody tr td:nth-child(1),
#exam_gumun > div:nth-child(2) > div:nth-child(2) table tbody tr td:nth-child(1){
    padding-right: 20px;
    width: 43px;
}

#exam_gumun > div:nth-child(2) > div:nth-child(1) table tbody tr td:nth-child(3),
#exam_gumun > div:nth-child(2) > div:nth-child(2) table tbody tr td:nth-child(3){
    width: 184px;
}

#exam_gumun .examresult{
    position: relative;
    display: block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    margin: 50px auto 0;
    border: none;
    background-color: #1BADFF;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
}

.gumunResult .examresult{
    position: relative;
    display: block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    margin: 130px auto 0 !important;
    border: none;
    background-color: #1BADFF;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
}

#exam_gumun .examresult > div:nth-child(1){
    display: flex;
    justify-content: center;
}

#exam_gumun .examresult > div:nth-child(1) > div:nth-child(1){
    margin-right: 5px;
}

/* 구문결과 */
.gumunResult > div:nth-child(2) > div:nth-child(1) > div:nth-child(1),
.gumunResult > div:nth-child(2) > div:nth-child(2) > div:nth-child(1){
    display: flex;
    justify-content: space-between;
}

.gumunResult > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) label,
.gumunResult > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) label{
    font-size: 14px;
    color: #717171;
    cursor: pointer;
    margin-left: -4px;
}

.gumunResult > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) input,
.gumunResult > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) input{
    width: 14px;
    height: 14px;  
    vertical-align: middle; 
    margin-top: 2px;
}

.gumunResult > div:nth-child(2) > div:nth-child(1) .gumun_score,
.gumunResult > div:nth-child(2) > div:nth-child(2) .voca_score{
    text-align: center;
    border: 1px solid #E6E6E6;
    border-top: none;
    padding: 30px 0;
    font-size: 18px;
}

.gumunResult > div:nth-child(2) > div:nth-child(1) .gumun_score span span,
.gumunResult > div:nth-child(2) > div:nth-child(2) .voca_score span span{
    color: #1BADFF;
}

.gumunResult_wrong{
    vertical-align: baseline;
    display: flex;
}

.gumunResult_wrong .wrongtd > div:nth-child(2){
    display: flex;
    margin-top: 5px;
}

.gumunResult_wrong .wrongtd > div:nth-child(2) > p:nth-child(1){
    width: 45px;
    height: 19px;
    background-color: #FF6161;
    border-radius: 50px;
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    line-height: 17px;
    margin-right: 5px;
    text-align: center;
}

.gumunResult_wrong .wrongtd > div:nth-child(2) > p:nth-child(2){
    font-size: 14px;
    font-weight: 400;
    color: #FF6161;
    letter-spacing: 0;
}

.gumunResult_wrong .wrongtd input{
    color: #8D8D8D;
    letter-spacing: 0;
}

/* 단어모의시험 */
#exam_vocabulay > div:nth-child(2) > div:nth-child(1) > div:nth-child(1){
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#exam_vocabulay > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) select{
    width: 143px;
    height: 30px;
    border: 1px solid #B0B0B0;
    border-radius: 4px;
    padding-left: 10px;
    font-size: 14px;
    letter-spacing: 0;
    color: #B0B0B0;
    cursor: pointer;
}

#exam_vocabulay > div:nth-child(2) > div:nth-child(1) table{
    width: 1080px;
    background-color: #131415;
    border-radius: 6px;
    margin-top: 10px;
}

#exam_vocabulay > div:nth-child(2) > div:nth-child(1) table thead{
    display: block;
    padding: 0 20px;
}

#exam_vocabulay > div:nth-child(2) > div:nth-child(1) table thead tr{
    color: #fff;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
}

#exam_vocabulay > div:nth-child(2) > div:nth-child(1) table thead tr th{
    display: inline-block;
    font-weight: 400;
    letter-spacing: 0;
}
#exam_vocabulay > div:nth-child(2) > div:nth-child(1) table thead tr th:nth-child(1){
    padding-right: 10px;
}
#exam_vocabulay > div:nth-child(2) > div:nth-child(1) table thead tr th:nth-child(2){
    width: 228px;
    margin-right: 20px;
}

#exam_vocabulay > div:nth-child(2) > div:nth-child(1) table thead tr th:nth-child(3){
    width: 194px;
    margin-right: 20px;
}

#exam_vocabulay > div:nth-child(2) > div:nth-child(1) table thead tr th:nth-child(4){
    width: 260px;
    margin-right: 20px;
}

#exam_vocabulay > div:nth-child(2) > div:nth-child(1) table thead tr th:nth-child(5){
    width: 236px;
}

#exam_vocabulay > div:nth-child(2) > div:nth-child(1) table tbody{
    background-color: #fff;
    border: 1px solid #e6e6e6;
    display: block;
    overflow: auto;
    height: 535px;
    padding-left: 20px;
}

#exam_vocabulay > div:nth-child(2) > div:nth-child(1) table tbody tr td{
    padding: 10px 0;
}

#exam_vocabulay > div:nth-child(2) > div:nth-child(1) table tbody tr input{
    height: 30px;
    border: 1px solid #c3c3c3;
    border-radius: 4px;
    letter-spacing: 0;
    margin-right: 20px;
}

#exam_vocabulay > div:nth-child(2) > div:nth-child(1) table tbody tr td:nth-child(1){
    padding-right: 20px;
    text-align: center;
}
#exam_vocabulay > div:nth-child(2) > div:nth-child(1) table tbody tr td:nth-child(2) input{
    width: 228px;
}
#exam_vocabulay > div:nth-child(2) > div:nth-child(1) table tbody tr td:nth-child(3) input{
    width: 194px;
}
#exam_vocabulay > div:nth-child(2) > div:nth-child(1) table tbody tr td:nth-child(4) input{
    width: 260px;
}
#exam_vocabulay > div:nth-child(2) > div:nth-child(1) table tbody tr td:nth-child(5) input{
    width: 236px;
}

#exam_vocabulay .examresult,
#exam_tie .examresult{
    position: relative;
    display: block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    margin: 50px auto 0;
    border: none;
    background-color: #1BADFF;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
}
#exam_vocabulay .examresult > div:nth-child(1),
#exam_tie .examresult > div:nth-child(1){
    display: flex;
    justify-content: center;
}

#exam_vocabulay .examresult > div:nth-child(1) > div:nth-child(1),
#exam_tie .examresult > div:nth-child(1) > div:nth-child(1){
    margin-right: 5px;
}

/* 단어 모의시험 결과 */
.vocaResult > div:nth-child(2) > div:nth-child(1) table tbody{
    border-bottom: none !important;
}
.vocaResult > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) label{
    font-size: 14px;
    color: #717171;
    cursor: pointer;
    margin-left: -4px;
}

.vocaResult > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) input{
    width: 16px;
    height: 16px;  
    vertical-align: middle; 
    margin-top: 0;
}

.vocaResult > div:nth-child(2) > div:nth-child(1) .gumun_score{
    text-align: center;
    border: 1px solid #E6E6E6;
    border-top: none;
    padding: 30px 0;
    font-size: 18px;
}

.vocaResult > div:nth-child(2) > div:nth-child(1) .gumun_score span span{
    color: #1badff;
}

/* 딕테이션 시험 */
#exam_choice > div:nth-child(1) > div:nth-child(2) form .inline_select select{
    width: 270px;
    height: 40px;
    border: 1px solid #c9c9c9;
    border-radius: 6px;
    padding-left: 14px;
    font-size: 14px;
    letter-spacing: 0;
    color: #c9c9c9;
    cursor: pointer;
    margin-top: 10px;
}

#exam_choice > div:nth-child(1) > div:nth-child(2) form .inline_select label{
    display: inline-block;
    margin-right: 10px;
    width: 80px;
}

#exam_choice > div:nth-child(1) > div:nth-child(2) form .time > label:nth-child(2){
    font-weight: 500;
    color: #131415;
}

#exam_dictation > div:nth-child(1),
#exam_tie > div:nth-child(1),
#exam_grammar > div:nth-child(1),
#exam_reading > div:nth-child(1),
#exam_write > div:nth-child(1){
    display: flex;
    justify-content: space-between;
}

#exam_dictation > div:nth-child(1) > div:nth-child(2),
#exam_tie > div:nth-child(1) > div:nth-child(2),
#exam_grammar > div:nth-child(1) > div:nth-child(2),
#exam_reading > div:nth-child(1) > div:nth-child(2),
#exam_write > div:nth-child(1) > div:nth-child(2){
    display: flex;
    align-items: center;
}

#exam_dictation > div:nth-child(1) > div:nth-child(2) > div:nth-child(1),
#exam_tie > div:nth-child(1) > div:nth-child(2) > div:nth-child(1),
#exam_grammar > div:nth-child(1) > div:nth-child(2) > div:nth-child(1),
#exam_reading > div:nth-child(1) > div:nth-child(2) > div:nth-child(1),
#exam_write > div:nth-child(1) > div:nth-child(2) > div:nth-child(1){
    margin-right: 2px;
}

#exam_dictation > div:nth-child(1) > div:nth-child(2) > p:nth-child(2),
#exam_tie > div:nth-child(1) > div:nth-child(2) > p:nth-child(2),
#exam_grammar > div:nth-child(1) > div:nth-child(2) > p:nth-child(2),
#exam_reading > div:nth-child(1) > div:nth-child(2) > p:nth-child(2),
#exam_write > div:nth-child(1) > div:nth-child(2) > p:nth-child(2){
    font-size: 18px;
    font-weight: 400;
}

#exam_dictation > div:nth-child(2) > div:nth-child(1) table,
#exam_tie > div:nth-child(2) > div:nth-child(1) table,
#exam_reading > div:nth-child(3) > div:nth-child(1) table{
    width: 1080px;
    background-color: #131415;
    border-radius: 6px;
    margin-top: 15px;
}

#exam_dictation > div:nth-child(2) > div:nth-child(1) table thead,
#exam_tie > div:nth-child(2) > div:nth-child(1) table thead,
#exam_reading > div:nth-child(2) > div:nth-child(1) table thead,
#exam_reading > div:nth-child(3) > div:nth-child(1) table thead{
    display: block;
    padding: 0 20px;
}

#exam_dictation > div:nth-child(2) > div:nth-child(1) table thead tr,
#exam_tie > div:nth-child(2) > div:nth-child(1) table thead tr,
#exam_reading > div:nth-child(2) > div:nth-child(1) table thead tr,
#exam_reading > div:nth-child(3) > div:nth-child(1) table thead tr{
    color: #fff;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
}

#exam_dictation > div:nth-child(2) > div:nth-child(1) table thead tr th,
#exam_tie > div:nth-child(2) > div:nth-child(1) table thead tr th,
#exam_reading > div:nth-child(2) > div:nth-child(1) table thead tr th,
#exam_reading > div:nth-child(3) > div:nth-child(1) table thead tr th{
    display: inline-block;
    font-weight: 400;
    letter-spacing: 0;
}
#exam_dictation > div:nth-child(2) > div:nth-child(1) table thead tr th:nth-child(1),
#exam_reading > div:nth-child(3) > div:nth-child(1) table thead tr th:nth-child(1){
    padding-right: 10px;
}

#exam_dictation > div:nth-child(2) > div:nth-child(1) table thead tr th:nth-child(2),
#exam_dictation > div:nth-child(3) > div:nth-child(1) table thead tr th:nth-child(2){
    width: 228px;
    margin-right: 20px;
}

#exam_dictation > div:nth-child(2) > div:nth-child(1) table thead tr th:nth-child(3){
    width: 194px;
    margin-right: 20px;
}

#exam_dictation > div:nth-child(2) > div:nth-child(1) table thead tr th:nth-child(4){
    width: 260px;
    margin-right: 20px;
}

#exam_dictation > div:nth-child(2) > div:nth-child(1) table thead tr th:nth-child(5){
    width: 236px;
}

#exam_dictation > div:nth-child(2) > div:nth-child(1) table tbody,
#exam_tie > div:nth-child(2) > div:nth-child(1) table tbody,
#exam_reading > div:nth-child(2) > div:nth-child(1) table tbody,
#exam_reading > div:nth-child(3) > div:nth-child(1) table tbody{
    background-color: #fff;
    border: 1px solid #e6e6e6;
    display: block;
    overflow: auto;
    height: 535px;
    padding: 0 20px;
}

#exam_dictation > div:nth-child(2) > div:nth-child(1) table tbody tr td,
#exam_tie > div:nth-child(2) > div:nth-child(1) table tbody tr td,
#exam_reading > div:nth-child(2) > div:nth-child(1) table tbody tr td,
#exam_reading > div:nth-child(3) > div:nth-child(1) table tbody tr td{
    padding: 10px 0;
}

#exam_dictation > div:nth-child(2) > div:nth-child(1) table tbody > tr > td:nth-child(3) > input,
#exam_reading > div:nth-child(2) > div:nth-child(1) table tbody tr input,
#exam_reading > div:nth-child(3) > div:nth-child(1) table tbody tr input{
    width: 964px;
    height: 30px;
    border: 1px solid #c3c3c3;
    border-radius: 4px;
}

#exam_dictation > div:nth-child(2) > div:nth-child(1) table tbody tr td:nth-child(1),
#exam_tie > div:nth-child(2) > div:nth-child(1) table tbody tr td:nth-child(1),
#exam_reading > div:nth-child(3) > div:nth-child(1) table tbody tr td:nth-child(1){
    padding-right: 20px;
    text-align: center;
}
#exam_dictation > div:nth-child(2) > div:nth-child(1) table tbody tr td:nth-child(3) > input:nth-child(1),
#exam_dictation > div:nth-child(3) > div:nth-child(1) table tbody tr td:nth-child(3) > input:nth-child(1){
    width: 964px;
}

#exam_dictation .examresult{
    position: relative;
    display: block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    margin: 50px auto 0;
    border: none;
    background-color: #1BADFF;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
}
#exam_dictation .examresult > div:nth-child(1){
    display: flex;
    justify-content: center;
}

#exam_dictation .examresult > div:nth-child(1) > div:nth-child(1),
#exam_reading .examresult > div:nth-child(1) > div:nth-child(1){
    margin-right: 5px;
}

/* 딕테이션 시험 결과 */
.dictationResult > div:nth-child(1) > div:nth-child(2) p,
.grammarResult > div:nth-child(1) > div:nth-child(2) p{
    font-size: 18px;
    font-weight: 400;
}

.dictationResult > div:nth-child(2) > div:nth-child(1) table tbody tr td:nth-child(2) div{
    margin-right: 10px;
}

.dictationResult > div:nth-child(2) > div:nth-child(1) table tbody tr td.wrongtd > div:nth-child(2) input[type="checkbox"]{
    width: 13px;
    height: 13px;
}
.grammarResult .grammarBox .gumunResult_wrong input{
    border: 1px solid #c3c3c3;
    height: 30px;
    border-radius: 4px;
}
/* 묶기 */
#exam_tie > div:nth-child(2) > div:nth-child(1) > div:nth-child(1){
    display: flex;
    justify-content: space-between;
}

#exam_tie > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) a{
    font-size: 12px;
    color: #FF0606;
    text-decoration: underline;
    text-underline-position: under;
}

#exam_tie > div:nth-child(2) > div:nth-child(1) table tbody tr td{
    vertical-align: baseline;
    letter-spacing: 0;
    line-height: 26px;
}

#exam_tie > div:nth-child(2) > div:nth-child(1) table tbody tr td:nth-child(2){
    font-weight: 300 !important;
}

#exam_tie > div:nth-child(3) > div:nth-child(1) table tbody,
#exam_tie > div:nth-child(3) > div:nth-child(2) table tbody{
    height: 400px;
    padding-right: 20px;
    padding-top: 6px;
}

/* 묶기 결과 */
.tieResult > div:nth-child(2){
    margin-top: 20px;
}

.tieResult > div:nth-child(3) table tbody tr td{
    font-weight: 300 !important;
    line-height: 26px;
    letter-spacing: 0;
}

/* grammar 접속사 암기 모의시험 */
#exam_grammar > div:nth-child(3) > p:nth-child(1){
    width: 1080px;
    height: 40px;
    background-color: #131415;
    margin-top: 30px;
    color: #fff;
    line-height: 40px;
    padding-left: 20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 14px;
}

.grammarResult > div:nth-child(3) > p:nth-child(1){
    margin-top: 0 !important;
}

#exam_grammar > div:nth-child(3) > div:nth-child(2){
    height: 535px;
    overflow: auto;
}

#exam_grammar > div:nth-child(3) > div:nth-child(2){
    border: 1px solid #E6E6E6;
    border-top: none;
    padding-top: 14px;
}

#exam_grammar .grammarBox:nth-child(1){
    padding-top: 0;
}

#exam_grammar .grammarBox{
    padding: 20px;
    border-bottom: 1px solid #c3c3c3;
}

#exam_grammar .grammarBox > div:nth-child(1) > input{
    width: 30px;
    height: 30px;
    border: 1px solid #83D2FF;
    border-radius: 4px;
}

#exam_grammar .grammarBox > div:nth-child(1) > span:nth-child(1){
    margin-right: 20px;
}

#exam_grammar .grammarBox > div:nth-child(2){
    margin-top: 10px;
}

#exam_grammar .grammarBox > div:nth-child(2) > input:nth-child(1){
    width: 115px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #c3c3c3;
    margin-left: 36px;
}

#exam_grammar .grammarBox > div:nth-child(2) > span:nth-child(2){
    margin-right: 10px;
}

#exam_grammar .grammarBox > div:nth-child(2) > input:nth-child(3){
    width: 120px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #c3c3c3;
    margin-right: 10px;
}

#exam_grammar .grammarBox > div:nth-child(2) > input:nth-child(4){
    width: 340px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #c3c3c3;
}

#exam_grammar .examresult,
#exam_reading .examresult,
#exam_write .examresult{
    position: relative;
    display: block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    margin: 50px auto 0;
    border: none;
    background-color: #1BADFF;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
}
#exam_grammar .examresult > div:nth-child(1),
#exam_reading .examresult > div:nth-child(1),
#exam_write .examresult > div:nth-child(1){
    display: flex;
    justify-content: center;
}

#exam_grammar .examresult > div:nth-child(1) > div:nth-child(1),
#exam_reading .examresult > div:nth-child(1) > div:nth-child(1),
#exam_write .examresult > div:nth-child(1) > div:nth-child(1){
    margin-right: 5px;
}

/* 리딩결과 */
.readingResult > div:nth-child(3) > div:nth-child(1) table tbody tr input{
    width: 908px !important;
}
.readingResult > div:nth-child(3) > div:nth-child(1) table tbody tr td:nth-child(2) div{
    margin-right: 10px;
}

.readingResult > div:nth-child(3) > div:nth-child(1) table{
    margin-top: 0 !important;
}

.readingResult .m_but{
    border: none;
    background-color: #fff;
    cursor: pointer;
}

/* 타이핑 */
#exam_write .examwriteBox{
    width: 1080px;
    height: 535px;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    overflow: auto;
}

#exam_write .examwriteBox p{
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0;
}

#exam_write .examwriteBox .writeInputbox{
    border-bottom: 1px solid #e6e6e6;
    padding: 12px 20px 12px 20px;
}
#exam_write .examwriteBox .writeInputbox:nth-child(1){
    margin-top: 0;
}

#exam_write .examwriteBox .writeInputbox input{
    display: inline-block;
    width: 98.5%;
    margin-top: 10px;
    border: 1px solid #c3c3c3;
    height: 30px;
    float: right;
}

#exam_write .examwriteBox .writeInputbox::after{
    content: "";
    display: block;
    clear: both;
}

#exam_write .examwriteBox .writeComplete input,
#exam_write .examwriteBox .writeWait input{
    display: none;
}

#exam_write .examwriteBox .writeComplete p,
#exam_write .examwriteBox .writeWait p{
    color: #BFBFBF;
}


/* 마이페이지 */
#mypage{
    width: 1080px;
    height: auto;
    margin: 60px auto 0;
}

#mypage > div:nth-child(1) > div:nth-child(2){
    width: 1080px;
    height: 312px;
    background: rgb(0,176,231);
    background: linear-gradient(90deg, rgba(0,176,231,1) 0%, rgba(0,108,234,1) 100%);
    border-radius: 15px;
    margin-top: 15px;
    padding: 40px 60px;
}

#mypage > div:nth-child(1) > div:nth-child(2) > div:nth-child(1){
    margin-right: 68px;
}

#mypage > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1){
    display: flex;
    align-items: center;
}

#mypage > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1){
    margin-right: 14px;
}

#mypage > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2){
    color: #fff;
    font-weight: 300;
    margin-right: 60px;
}

#mypage > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1){
    font-size: 14px;
    color: #D4EFFB;
    letter-spacing: 0;
}

#mypage > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) span{
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

#mypage > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(2){
    font-size: 14px;
    margin-top: 10px;
}

#mypage > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3){
    display: block;
    width: 130px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #fff;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-weight: 300;
}

#mypage .mypageInfo > div:nth-child(2){
    width: 100%;
    border-top: 1px dashed #fff;
    margin: 30px 0; 
}

#mypage .mypageList ul{
    display: flex;
    align-items: center;
    margin-top: 82px;
}

#mypage .mypageList ul li{
    position: relative;
    margin-right: 60px;
    text-align: center;

}

#mypage .mypageList ul li:nth-child(1)::before,
#mypage .mypageList ul li:nth-child(2)::before,
#mypage .mypageList ul li:nth-child(3)::before{
    content: "";
    position: absolute;
    width: 2px;
    height: 60px;
    top: -37px;
    right: -31px;
    background: url("/images/my05.png");
}
#mypage .mypageList ul li:nth-child(1)::before{
    top: -47px;
}

#mypage .mypageList ul li:nth-child(1)::after{
    content: "";
    position: absolute;
    top: -57px;
    right: 6px;
    width: 36px;
    height: 36px;
    background: url("/images/my01.png");
}
#mypage .mypageList ul li:nth-child(2)::after{
    content: "";
    position: absolute;
    top: -40px;
    right: 27px;
    width: 34px;
    height: 28px;
    background: url("/images/my02.png");
}
#mypage .mypageList ul li:nth-child(3)::after{
    content: "";
    position: absolute;
    top: -48px;
    right: 22px;
    width: 38px;
    height: 38px;
    background: url("/images/my03.png");
}
#mypage .mypageList ul li:nth-child(4)::after{
    content: "";
    position: absolute;
    top: -48px;
    right: 34px;
    width: 29px;
    height: 38px;
    background: url("/images/my04.png");
}


#mypage .mypageList ul li a{
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
#mypage .mypageList ul li:last-child{
    margin-right: 0;
}

#mypage > div:nth-child(1) > div:nth-child(2){
    display: flex;
}

#mypage .content_table{
    width: 382px;
    height: 230px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 30px 20px 30px;
    font-size: 14px;
}

#mypage .content_table table tbody tr{
    border-bottom: 1px dashed #B0B0B0;
}

#mypage .content_table table tbody tr td{
    padding: 10px 0;
    font-size: 12px;
}

#mypage .content_table table tbody tr td:nth-child(2){
    color: #a8a8a8;
}
#mypage .content_table table tbody tr td:nth-child(3){
    text-align: right;
    color: #a8a8a8;
}

#mypage .content_table > div:nth-child(2){
    width: 150px;
    height: 30px;
    margin: 10px auto 0;
}

#mypage .content_table > div:nth-child(2) a{
    position: relative;
    display: block;
    width: 150px;
    height: 30px;
    background-color: #131415;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
}

#mypage .content_table > div:nth-child(2) a:after{
    content: "";
    width: 6px;
    height: 10px;
    position: absolute;
    right: 18px;
    top: 10px;
    background: url("/images/my_next.png");
}

#mypage .classInfo{
    margin-top: 60px;
    width: 1080px;
}
#mypage .classInfo .content_table{
    width: 1080px;
    margin-top: 15px;
}
#mypage .classInfo .content_table thead tr{
    background-color: #F6F6F6;
    height: 40px;
    border-top: 1px solid #131415;
}

#mypage .classInfo .content_table thead tr th{
    font-weight: 400 !important;
}

#mypage .classInfo .content_table tbody tr{
    text-align: center;
}
/* 열번읽기 모의시험 팝업 css */
.readingpopup{
    margin-top: 10px;
}
.readingpopup .modalButton{
    font-size: 14px;
    color: #4D9FFF;
    display: flex;
    align-items: center;
}
.readingpopup .modalButton img{
    margin-right: 4px;
}

section.modalWindow {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999 !important;
    width: 444px;
    min-height: 200px;
    cursor: default;
    border-radius: 10px;
    z-index: 999;
    transform: translate(-50%,-50%);
}
section.modal.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 997;
    cursor: pointer;
}
section.modalWindow section.modalWrapper {
    text-align: left;
    line-height: 20px !important;
}

section.modalWindow section.modalWrapper > p:nth-child(1){
    background-color: #131415;
    color: #fff;
    height: 40px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    text-align: center;
    line-height: 40px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
}

section.modalWindow section.modalWrapper > div:nth-child(2){
    padding: 20px;
    background-color: #fff;
    height: 500px;
    overflow: auto;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.closeBtn {
    position: absolute;
    right: -61px;
    top: 6px;
    cursor: pointer;
}


/* 오리엔테이션 */
#explain{
    width: 1080px;
    height: auto;
    margin: 60px auto 0;
}
#explain > div:nth-child(1) ul li{
    width: 120px;
    height: 80px;
    border: 1px solid #D1D1D1;
    color: #D1D1D1;
    border-radius: 10px;
    margin-right: 10px;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}

#explain > div:nth-child(1) ul li:last-child{
    margin-right: 0;
}

#explain .explainon{
    border-color: #1BADFF !important;
    color: #1BADFF !important;
}
#explain .explainwrong{
    border-color: #FF6161 !important;
    color: #FF6161 !important;
}

#explain > p:nth-child(3){
    text-align: center;
    margin-top: 10px;
}

#explain > p:nth-child(3) span{
    color: #1BADFF;
    letter-spacing: 0;
}

#explain > div:nth-child(4){
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
#explain button{
    display: flex;
    width: 140px;
    height: 50px;
    background-color: #131415;
    border: none;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    justify-content: center;
    line-height: 50px;
    align-items: center;
    cursor: pointer;
}


#explain > div:nth-child(4) > button:nth-child(1){
    margin-right: 20px;
}
#explain > div:nth-child(4) > button:nth-child(1) > div:nth-child(1){
    margin-right: 5px;
    margin-top: 2px;
}

#explain > div:nth-child(4) > button:nth-child(2) > div:nth-child(2){
    margin-left: 5px;
    margin-top: 2px;
}
/* 온라인 상담 및 수업 시 주의사항 */
.online > div:nth-child(1) ul li{
    padding-top: 22px;
    line-height: 18px;
}

.online > div:nth-child(1) ul li:nth-child(1){
    padding-top: 16px;
    font-size: 12px !important;
    line-height: 16px !important;
}

.online > div:nth-child(2),
.life > div:nth-child(2),
.program > div:nth-child(2){
    margin-top: 30px;
    width: 1080px;
    height: 420px;
    background-color: #131415;
    border-radius: 10px;
}

/* 학원 생활안내 */
.life > div:nth-child(1) > ul{
    width: 1080px;
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 20px;
}

.life > div:nth-child(1) > ul li{
    padding-top: 22px;
    line-height: 18px;
}

.life > div:nth-child(1) ul li:nth-child(1),
.life > div:nth-child(1) ul li:nth-child(2),
.life > div:nth-child(1) ul li:nth-child(5),
.life > div:nth-child(1) ul li:nth-child(7),
.life > div:nth-child(1) ul li:nth-child(9),
.life > div:nth-child(1) ul li:nth-child(11),
.life > div:nth-child(1) ul li:nth-child(13){
    padding-top: 32px;
}

.life > div:nth-child(4) button{
    width: 200px !important;
    height: 50px;
}
.life > div:nth-child(4) button:nth-child(1){
    background-color: #FF6161 !important;
}
.life > div:nth-child(4) button:nth-child(2){
    background-color: #1BADFF !important;
}

/* 프로그램안내 */
.program > div:nth-child(1) > ul{
    width: 1080px;
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 20px;
}

.program > div:nth-child(1) > ul li{
    padding-top: 22px;
    line-height: 18px;
}

.program > div:nth-child(1) > ul li:nth-child(5){
    padding-top: 12px;
}
.program > div:nth-child(1) > ul li:nth-child(17){
    padding-top: 32px;
}


.program > div:nth-child(4) button{
    width: 200px !important;
    height: 50px;
}
.program > div:nth-child(4) button:nth-child(1){
    background-color: #FF6161 !important;
}
.program > div:nth-child(4) button:nth-child(2){
    background-color: #1BADFF !important;
}

/* 나의 할일 */
#Calender{
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
#Calender > div:nth-child(1){
    margin-right: 30px;
}
#Calender > div:nth-child(1) > div:nth-child(1){
    display: flex;
    justify-content: center;
}


#Calender > div:nth-child(1) > div:nth-child(1) a{
    display: block;
    width: 17px;
    height: 30px;
}
#Calender > div:nth-child(1) > div:nth-child(1) a:nth-child(1){
    background: url("/images/30arrowleft.png");
}
#Calender > div:nth-child(1) > div:nth-child(1) a:nth-child(3){
    background: url("/images/30arrowright.png");
}

#Calender > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) p{
    font-size: 30px;
    font-weight: 500;
    color: #7A95AB;
    margin: 0 90px;
}

#Calender > div:nth-child(1) > div:nth-child(2){
    margin-top: 40px;
}
#Calender > div:nth-child(1) > div:nth-child(2) > table:nth-child(1){
    width: 840px;
    border-collapse: collapse;
    border: 1px solid #D5E5F2;
}
#Calender > div:nth-child(1) > div:nth-child(2) > table:nth-child(1) > thead tr{
    background-color: #E9F4FB;
    height: 30px;
}
#Calender > div:nth-child(1) > div:nth-child(2) > table:nth-child(1) > thead tr th{
    font-size: 16px;
    font-weight: 400;
    color: #7A95AB;
    border: 1px solid #D5E5F2;
}

#Calender > div:nth-child(1) > div:nth-child(2) > table:nth-child(1) > tbody tr td{
    border: 1px solid #D5E5F2;
    text-align: right;
    width: 154px;
    height: 120px;
    vertical-align: top;
    font-size: 14px;
    padding: 10px;
    color: #6a6a6a;
}

#Calender > div:nth-child(1) > div:nth-child(2) > table:nth-child(1) > tbody tr td.noday{
    color: #CAD7E2;
}

#Calender table tbody tr td > div:nth-child(1) div{
    display: flex;
    justify-content: space-between;
    margin-top: 6px;
    font-size: 12px;
    color: #D12222;
}

#Calender table tbody tr td > div:nth-child(1) div div p{
    letter-spacing: 0;
}


/* 나의 할일 팝업 css */

.calenderExam > p:nth-child(1){
    background-color: #131415;
    padding: 12px 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 70px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.calenderExam > div:nth-child(2){
    width: 500px;
    height: 595px;
    border: 1px solid #e6e6e6;
    padding: 20px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.calenderExam > div:nth-child(2) > .examlist:nth-child(1){
    margin-top: 0;
}
.calenderExam .examlist{
    color: #131415 !important;
    margin-top: 30px;
}

.calenderExam ul{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    align-items: center;
}
.calenderExam .examlist > p:nth-child(1){
    border-bottom: 1px solid #131415;
    padding-bottom: 10px;
}
.calenderExam .examlist ul li{
    font-size: 14px;
    color: #878787;
    font-weight: 400;
    letter-spacing: 0;
}

.calenderExam .examlist ul > li:nth-child(1){
    width: 218px;
}
.calenderExam .examlist ul > li:nth-child(2),
.calenderExam .examlist ul > li:nth-child(3),
.calenderExam .examlist ul > li:nth-child(4){
    width: 50px;
    text-align: center;
}

.calenderExam .examlist ul > li:nth-child(4).calenderExamfinish{
    color: #1BADFF;
}
.calenderExam .examlist ul > li:nth-child(4).calenderExamNofinish{
    color: #FF0000;
}

.calenderExam .examlist ul > li:nth-child(5) a{
    background-color: #131415;
    display: inline-block;
    width: 60px;
    height: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 400  !important;
    text-align: center;
    border-radius: 50px;
    line-height: 20px;
}


/* 나의 성취표 */
#achieveContent{
    width: 1200px;
    height: auto;
    margin: 60px auto 0;
    overflow-x: scroll;
    white-space: nowrap;
    overflow-y: hidden;
}

#achieveContent table{
    min-width: 2500px;
    border-collapse: collapse;
}

#achieveContent table thead tr{
    background-color: #61acd8;
    border: 1px solid #61acd8;
    color: #fff;
}

#achieveContent table thead tr th{
    width: 100px;
    font-weight: 400 !important;
    font-size: 14px;
    padding: 10px 0;
    border-right: 1px solid #fff;
    letter-spacing: 0;
}


#achieveContent table thead > tr:nth-child(1) > th:nth-child(5),
#achieveContent table thead > tr:nth-child(1) > th:nth-child(6),
#achieveContent table thead > tr:nth-child(1) > th:nth-child(7){
    border-bottom: 1px solid #fff;
}

#achieveContent table tbody tr td{
    text-align: center;
    padding: 10px;
    height: 70px;
    background-color: #3f3f3f;
    border: 1px solid #afafaf;
    color: rgb(145, 145, 145);
    font-size: 14px;
}

#achieveContent table tbody tr td:nth-child(1){
    background-color: #fff;
}

#achieveContent table tbody tr td.achieveComplete{
    background-color: #52E27A;
    color: #fff;
}

#achieveContent table tbody tr td.achieveRcbasic{
    background-color: #FF9B05;
    color: #fff;
    letter-spacing: 0;
    line-height: 16px;
}

/* 시험팝업 이어서하기*/
.continuePopup{
    position: fixed;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 997;
    top: 0;
    left: 0;
}

.continuePopup > div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 50px 40px;
}

.continuePopup > div > p:nth-child(2){
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 20px;
}

.continuePopup > div > p:nth-child(2) span{
    color: #1BADFF;
}

.continuePopup > div > div:nth-child(3){
    margin-top: 30px;
}

.continuePopup > div > div:nth-child(3) a{
    display: inline-block;
    width: 178px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
}

.continuePopup > div > div:nth-child(3) a:nth-child(1){
    background-color: #a4a4a4;
    margin-right: 10px;
}
.continuePopup > div > div:nth-child(3) a:nth-child(1):hover{
    background-color: #9b9b9b;
}

.continuePopup > div > div:nth-child(3) a:nth-child(2){
    background-color: #1badff;
}
.continuePopup > div > div:nth-child(3) a:nth-child(2):hover{
    background-color: #10a7ff;
}

/* 오늘 강의 형태 */
#todayLecture > div:nth-child(1){
    margin-top: 60px;
}

#todayLecture > div:nth-child(1) > p:nth-child(2){
    font-size: 32px;
    font-weight: 500;
    margin-top: 40px;
}
#todayLecture > div:nth-child(1) > p:nth-child(2) span{
    color: #1BADFF;
}

.todayLecture01{
    text-align: center;
}

.todayLecture01 > div:nth-child(1) > div:nth-child(3){
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.todayLecture01 > div:nth-child(1) > div:nth-child(3) > div{
    position: relative;
    width: 460px;
    height: 216px;
    overflow: hidden;
    border-radius: 10px;
}
.todayLecture01 > div:nth-child(1) > div:nth-child(3) > div:after{
    content: "";
    display: block;
    width: 460px;
    height: 216px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
}


.todayLecture01 > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) a:after{
    width: 460px;
    height: 216px;
    line-height: 216px;
    content: "현장 강의";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 999;
    font-size: 36px;
    border-radius: 10px;
}

.todayLecture01 > div:nth-child(1) > div:nth-child(3) > div a img {
    transition: all 0.2s linear;
  }
.todayLecture01 > div:nth-child(1) > div:nth-child(3) > div a:hover img {
    transform: scale(1.1);
  }

.todayLecture01 > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) a:after{
    width: 460px;
    height: 216px;
    line-height: 216px;
    content: "온라인 참여 강의";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 999;
    font-size: 36px;
    border-radius: 10px;
}

.todayLecture01 > div:nth-child(1) > div:nth-child(3) > div:nth-child(1){
    margin-right: 20px;
}

.todayLecture02 > div:nth-child(1){
    text-align: center;
}

.todayLecture02 > div:nth-child(2){
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.todayLecture02 .leftbox{
    margin-right: 20px;   
}

.todayLecture02 .leftbox, .todayLecture02 .rightbox{
    width: 460px;
    height: 510px;
    filter: drop-shadow(4px 3px 4px rgb(18 35 35 / 12%))
}

.todayLecture02 .leftbox p,
.todayLecture02 .rightbox p{
    width: 460px;
    height: 50px;
    background-color: #131415;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    line-height: 50px;
    font-weight: 300 !important;
}

.todayLecture02 .leftbox p span{
    color: #FFE600;
}
.todayLecture02 .rightbox p span{
    color: #FEA800;
}

.todayLecture02 .leftbox ul,
.todayLecture02 .rightbox ul{
    background-color: #F5F5F5;
    padding: 20px 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    
}

.todayLecture02 .leftbox ul li,
.todayLecture02 .rightbox ul li{
    width: 400px;
    height: 50px;
    background-color: #EBECF0;
    margin-top: 10px;
    border-radius: 4px;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 20px;
    color: #8a8a8a;
    font-weight: 500 !important;
}

.todayLecture02 .leftbox ul li:nth-child(1),
.todayLecture02 .rightbox ul li:nth-child(1){
    margin-top: 0;
}

.selected{
    background-color: #F3EEAF !important;
    color: #424242 !important;
}


.todayLecture02 ul li input[type="checkbox"]+label{
    width: 32px;
    height: 32px;
    padding-left: 50px;
    padding-top: 5px;
    display: inline-block;
    background: url("/images/todaycheckOff.png") no-repeat;
    cursor: pointer;
}

.todayLecture02 ul li input[type="checkbox"]:checked+label{
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("/images/todaycheckOn.png") no-repeat;
}

.todayLecture02 input[type="checkbox"]{
    display: none;
}

.todayLecture02 > div:nth-child(3){
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.todayLecture02 > div:nth-child(3) a{
    position: relative;
    display: block;
    width: 140px;
    height: 50px;
    background-color: #131415;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.todayLecture02 > div:nth-child(3) > div:nth-child(1) a{
    margin-right: 20px;
}

.todayLecture02 > div:nth-child(3) > div:nth-child(1) a:after{
    content: "";
    position: absolute;
    width: 7px;
    height: 12px;
    left: 33px;
    top: 19px;
    background: url("/images/prevbut.png");
}
.todayLecture02 > div:nth-child(3) > div:nth-child(2) a:after{
    content: "";
    position: absolute;
    width: 7px;
    height: 12px;
    right: 33px;
    top: 19px;
    background: url("/images/nextbut.png");
}

.todayLecture03 > div:nth-child(1){
    text-align: center;
}

.todayLecture03 .todayCondition{
    display: flex;
    width: 1080px;
    height: 312px;
    background: rgb(0,176,231);
    background: linear-gradient(90deg, rgba(0,176,231,1) 0%, rgba(0,108,234,1) 100%);
    border-radius: 15px;
    margin: 60px auto 0;
    padding: 40px 60px;
}

.todayLecture03 .todayCondition .mypageInfo{
    margin-right: 68px;
}
.todayLecture03 .todayCondition .mypageInfo > div:nth-child(1) > div:nth-child(1){
    display: flex;
    align-items: center;
}

.todayLecture03 .todayCondition .mypageInfo > div:nth-child(1) > div:nth-child(1) > div:nth-child(1){
    margin-right: 14px;
}
.todayLecture03 .todayCondition .mypageInfo > div:nth-child(1) > div:nth-child(1) > div:nth-child(2){
    color: #fff;
    font-weight: 300;
    margin-right: 60px;
}

.todayLecture03 .todayCondition .mypageInfo > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) p:nth-child(1){
    font-size: 14px;
    color: #D4EFFB;
    letter-spacing: 0;
}

.todayLecture03 .todayCondition .mypageInfo > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) p:nth-child(1) span{
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

.todayLecture03 .todayCondition .mypageInfo > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) p:nth-child(2){
    font-size: 14px;
    margin-top: 10px;
}

.todayLecture03 .todayCondition .mypageInfo > div:nth-child(2){
    width: 100%;
    border-top: 1px dashed #fff;
    margin: 30px 0
}

.todayLecture03 .todayCondition .mypageList form > div{
    display: flex;
}

.todayLecture03 .todayCondition .mypageList form > div > div{
    margin-right: 10px;
}
.todayLecture03 .todayCondition .mypageList form > div > div:last-child{
    margin-right: 0;
}

.todayLecture03 .todayCondition .mypageList form label{
    display: block;
    font-size: 14px;
    color: #fff;
}

.todayLecture03 .todayCondition .mypageList form select{
    width: 122px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #fff;
    margin-top: 8px;
    color: #fff;
    padding-left: 10px;
    appearance: none;
    background: url("/images/login_arrow_icon2.png") no-repeat right 14px center;
    cursor: pointer;
}

.todayLecture03 .todayCondition .mypageList form select option{
    color: #131415;
}

.todayLecture03 .todayCondition .mypageList form select:focus{
    outline: none;
}


.todayLecture03 .todayCondition .mymind{
    width: 380px;
    height: 230px;
}

.todayLecture03 .todayCondition .mymind textarea{
    width: 380px;
    height: 230px;
    background-color: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px;
    letter-spacing: 0;
}

.todayLecture03 .todayCondition .mymind textarea:focus{
    outline: none;
}

.todayLecture03 .todayCondition .mymind textarea::placeholder{
    font-size: 14px;
    color: #b5b5b5;
}

.todayLecture03 .todaygoal{
    width: 1080px;
    margin: 60px auto 0;
}
.todayLecture03 .todaygoal table{
    width: 1080px;
    margin-top: 15px;
}
.todayLecture03 .todaygoal table thead tr{
    height: 40px;
    background-color: #f6f6f6;
    border-top: 1px solid #131415;
}
.todayLecture03 .todaygoal table thead tr th{
    font-weight: 400;
    font-size: 14px;
}

.todayLecture03 .todaygoal table tbody tr{
    border-bottom: 1px solid #e0e0e0;
}

.todayLecture03 .todaygoal table tbody tr td{
    padding: 12px 0;
}

.todayLecture03 .todaygoal table tbody tr td:nth-child(1),
.todayLecture03 .todaygoal table tbody tr td:nth-child(2){
    text-align: center;
}

.todayLecture03 .todaygoal table tbody tr td:nth-child(3) > div{
    display: inline-block;
    margin-right: 10px;
}

.todayLecture03 .todaygoal .classbox{
    display: inline-block;
    width: 160px;
    height: 100px;
    border-radius: 4px;
    background-color: #1C1C1C;
    color: #fff;
    padding: 20px 10px;
    cursor: pointer;
}

.todayLecture03 .todaygoal .classbox label{
    display: block;
    font-size: 14px;
    text-align: center;
}

.todayLecture03 .todaygoal .classbox select{
    width: 140px;
    height: 30px;
    border-radius: 4px;   
    background-color: #fff;
    padding-left: 10px;
    margin-top: 10px;
    cursor: pointer;
}

.todayLecture03 .todaygoal .classbox select:focus{
    outline: none;
}

.goalbutton{
    display: block;
    width: 190px;
    height: 50px;
    background-color: #1badff;
    margin: 30px auto 0;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    border-radius: 50px;
}

#grContent .todaygr{
    width: 100%;
    height: 354px;
    background: url("/images/gr_bg.png");
    text-align: center;
    padding: 70px 0;
}

#grContent .todaygr > p:nth-child(1){
    font-size: 36px;
    font-weight: 500;
    color: #fff;
}

#grContent .todaygr > div:nth-child(2) select{
    width: 560px;
    height: 40px;
    color: #8D8D8D;
    background-color: #fff;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    padding-left: 10px;
    margin-top: 30px;
}

#grContent .todaygr > div:nth-child(2) select:focus{
    outline: none;
}

#grContent .todaygr > p:nth-child(3){
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    margin-top: 20px;
}

#grContent .todaygr > a:nth-child(4){
    display: block;
    width: 200px;
    height: 60px;
    background-color: #5082e6;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    margin: 30px auto 0;
    font-size: 14px;
}

#grContent .todaycal{
    margin-top: 70px;
}

#grContent .todaycal > div:nth-child(2){
    width: 1080px;
    height: 1px;
    background-color: #dadada;
    margin: 20px auto;
}


#grContent .todaycal > div:nth-child(1),
#grContent .todaycal > div:nth-child(3){
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 580px;
    margin: 0 auto;
}

#grContent .todaycal > div p{
    font-size: 26px;
    color: #B8B8B8;
}

#grContent .todaycal > div .todaycalon{
    font-size: 36px;
    color: #131415;
    font-weight: 500;
}

#grContent .todaygrap{
    width: 1080px;
    margin: 80px auto 0;
    display: flex;
}

#grContent .todaygrap > div:nth-child(1){
    width: 560px;
}

#grContent .todaygrap > div:nth-child(1) > ul:nth-child(2){
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
#grContent .todaygrap > div:nth-child(1) > ul:nth-child(2) li{
    display: flex;
    align-items: center;
}
#grContent .todaygrap > div:nth-child(1) > ul:nth-child(2) li > div:nth-child(2){
    width: 60px;
    height: 12px;
    border-radius: 50px;
}

#grContent .todaygrap > div:nth-child(1) > ul:nth-child(2) li > p:nth-child(1){
    margin-right: 5px;
}

#grContent .todaygrap > div:nth-child(1) > ul:nth-child(2) li .red{
    background-color: #FF3D3D;
}
#grContent .todaygrap > div:nth-child(1) > ul:nth-child(2) li .yellow{
    background-color: #FFE600;
}
#grContent .todaygrap > div:nth-child(1) > ul:nth-child(2) li .blue{
    background-color: #298CFF;
}
#grContent .todaygrap > div:nth-child(1) > ul:nth-child(2) li .green{
    background-color: #14E474;
}


#grContent .todaygrap table{
    width: 560px;
    margin-top: 10px;
}
#grContent .todaygrap table thead tr{
    height: 40px;
    background-color: #f6f6f6;
    border-top: 1px solid #131415;
}
#grContent .todaygrap table thead tr th{
    font-size: 14px;
    font-weight: 400;
}

#grContent .todaygrap table tbody tr td{
    text-align: center;
    padding: 12px 0;
}

#grContent .todaygrap table tbody tr{
    border-bottom: 1px solid #D7D7D7;
}

