


/*교재*/
.book_box{
    margin-bottom: 230px;
}


.book_box > table{
    border-collapse: collapse;
    border-spacing: 0;
    width: 900px;
    margin-top: 40px;
    border-block: 2px solid #1878c6 !important;
}


.book_category{
    border-bottom: 1px solid #aabcd6;
    font-family: 'S-CoreDream-6Bold';
    font-size: 12pt;
    color: #004081;
    background-color: #f0f5f7;
    padding-block: 18px;
    text-align: center;
}


.book_t{
    width: 200px;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-weight: 700;
    font-size: 13pt;
    line-height: 20pt;
    color: #00599b;
    padding-block: 18px;
    text-align: center;
    border-bottom: 1px solid #aabcd6;
}


.book_materials{
    border-inline: 1px solid #aabcd6;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-weight: 600;
    font-size: 12pt;
    line-height: 20pt;
    padding-left: 25px;
    border-bottom: 1px solid #aabcd6;
}


.book_img, .book_img2 {
    padding: 25px;
    text-align: center;
    background-color: #f7f7f7;
}


.book_img img{
    height: 160px;
}


.book_img2 {
    padding-inline: 0px;
}

.book_img2 img{
    height: 100px;
}



.book_name{
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-weight: 700;
    font-size: 12pt;
    padding-block: 15px;
    text-align: center;
    border-bottom: 1px solid #aabcd6;
    border-top: 1px solid #aabcd6;
    background: white;
}



.book_text{
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    padding: 30px;
    font-weight: 500;
    font-size: 13pt;
    line-height: 23pt;
    border: 1px solid #999999;
    margin-top: 0px;
    background: white;
    color: #363636;
}