img { height: auto; }

.step_text{
    background-color: #FBB449;
    color: #fff;
    padding: 4px;
    border-radius: 20px;
}
/*교과 체크박스*/
.dtest_type_menu1{
    width: 500px;
    height: 100%;
    background-color: #FFE5E7;
    border-radius: 40px;
}

.dtest_type_menu1:hover {
    width: 520px;
    height: 100%;
    background-color: #FFE5E7;
    border: 1px solid #FF99A1;
    border-radius: 40px;
    cursor: pointer;
}

/*사고력 체크박스*/
.dtest_type_menu2{
    width: 500px;
    height: 100%;
    background-color: #FFF7E5;
    border-radius: 40px;
}

.dtest_type_menu2:hover {
    width: 520px;
    height: 100%;
    background-color: #FFF7E5;
    border: 1px solid #FFD880;
    border-radius: 40px;
    cursor: pointer;
}

/*연산 체크박스*/
.dtest_type_menu3{
    width: 500px;
    height: 100%;
    background-color: #ECE5FF;
    border-radius: 40px;
}

.dtest_type_menu3:hover {
    width: 520px;
    height: 100%;
    background-color: #ECE5FF;
    border: 1px solid #B499FF;
    border-radius: 40px;
    cursor: pointer;
}

.dtest_type_menu_p{
    padding: 35px;
}


.dtest_right_outline{
    width: 100%;
    height: 542px;
    border: 1px solid #E5E5EC;
    border-radius: 46px;
}

/*학년 버튼 리스트*/
.dtest_g_list_B{
    width: 90%;
    height: 42px;
    border: 1px solid #E5E5EC;
    border-radius: 13px;
    color:#767676;
}

.dtest_g_list_B:hover{
    width: 90%;
    height: 42px;
    border: 1px solid #4874D1;
    border-radius: 13px;
    background-color: #4874D1;
    color:#FFFFFF;
    cursor: pointer;
}
