
/*국가기술자격검정안내*/



/*종목별 실기시험방법 및 배점*/

.test_all{
    padding-top: 150px;
    padding-bottom: 350px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}



.test_title{
    display: flex;
    width: 1090px;
}


.test_title > h1{
    font-family: 'SBAggro';
    font-weight: 700;
    font-size: 28px;
    color: #2f3133;
    margin: 0px;
}


.test_title > h1 > span{
    padding-right: 12px;
    margin-right: 15px;
    background-color: #2D88D0;
    border-radius: 20px;
    height: 30px;
}





/*내용*/

/*(plan_box - 박스 높이 차이)*/
.plan_box1{
    display: flex;
    align-items: center;
    width: 1050px;
    height: 100px;
    margin-top: 80px;
}



.light_blue{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'SBAggro';
    font-weight: 500;
    background-color: #299fe9;
    font-size: 14pt;
    color: #ffffff;
    width: 400px;
    height: 100%;
}


.plan_box1 > p{
    display: flex;
    align-items: center;
    font-family: 'S-CoreDream-6Bold';
    background-color: #F6F6F6;
    font-size: 13pt;
    line-height: 20pt;
    color: #252525;
    margin: 0px;
    padding-left: 40px;
    width: 100%;
    height: 100%;
}




/*(plan_box - 박스 높이 차이)*/
.plan_box2{
    display: flex;
    align-items: center;
    width: 1050px;
    height: 140px;
    margin-top: 80px;
}


.down_blue{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'SBAggro';
    font-weight: 500;
    background-color: #0079CE;
    font-size: 14pt;
    color: #ffffff;
    width: 400px;
    height: 100%;
}


.plan_box2 > p{
    display: flex;
    align-items: center;
    font-family: 'S-CoreDream-6Bold';
    background-color: #F6F6F6;
    font-size: 13pt;
    line-height: 22pt;
    color: #252525;
    margin: 0px;
    padding-left: 40px;
    width: 100%;
    height: 100%;
}