



/*교재*/

.book_box {
    margin-bottom: 230px;
}


.book_box > table{
    border-collapse: collapse;
    border-spacing: 0;
    width: 900px;
    margin-top: 40px;
    border-block: 2px solid #1878c6;
}


.book_box > table td,
.book_box > table th {
    box-sizing: border-box;
}


.book_category{
    border-bottom: 1px solid #aabcd6;
    font-family: 'S-CoreDream-6Bold';
    font-size: 14pt;
    color: #004081;
    background-color: #f0f5f7;
    padding-block: 18px;
    text-align: center;
    width: 200px;
}


.book_t{
    width: 200px;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-weight: 700;
    font-size: 16pt;
    line-height: 22pt;
    color: #00599b;
    padding-block: 18px;
    text-align: center;
    border-bottom: 1px solid #1878c6;
}


.book_materials{
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-weight: 600;
    font-size: 14pt;
    line-height: 20pt;
    padding-left: 25px;
}


/* .book_img, .book_img2{
    padding: 25px;
    text-align: center;
    background-color: #f7f7f7;
}


.book_img img{
    height: 100px !important;
}


.book_img2 img{
    height: 160px !important;
} */


.book_img a,
.book_img2 a {
    display: block;
}

.book_img img,
.book_img2 img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}


.book_name{
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-weight: 700;
    font-size: 13pt;
    padding-block: 15px;
    text-align: center;
    border-bottom: 1px solid #1878c6;
    border-top: 1px solid #aabcd6;
}
