*{
    text-decoration: none;
    list-style: none;
    margin: auto;
}




/*준비물*/

.curriculum_img3 > img{
    width: 900px;
    margin-top: 50px;
    filter: drop-shadow(3px 4px 9px #00000038);
}






/*교재*/

.book_box{
    margin-bottom: 300px;
}


.book_box > table{
    border-collapse: collapse;
    border-spacing: 0;
    width: 1050px;
    margin-top: 40px;
}


.book_img{
    width: 20%;
    padding: 25px;
    border: 1px dashed #c5d0d6;
    border-top: 2px solid #1878c6;
    text-align: center;
    background-color: #f7f7f7;
}


.book_img > img{
    height: 200px;
}



.book_name{
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-weight: 700;
    font-size: 13pt;
    padding-block: 25px;
    text-align: center;
    border: 1px dashed #c5d0d6;
    border-bottom: 2px solid #1878c6;
    border-top: 1px solid #aabcd6;
}


.main_text_book{
    padding: 40px;
    border-bottom: 1px solid #1878c6;
    border-inline: 1px solid #aabcd6;
    background: white;
}



.main_text_book h4{
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-weight: 800;
    font-size: 18pt;
    line-height: 19pt;
    color: #008b6d;
}


.main_text_book p{
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    padding-top: 10px;
    font-weight: 500;
    font-size: 12pt;
    line-height: 18pt;
    color: #707070;
}


.main_text_book h2 span {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-weight: 600;
    font-size: 18pt;
    line-height: 19pt;
    color: rgb(122, 122, 122);
    text-decoration: line-through;
}


.main_text_book .set_price {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    padding-top: 15px;
    font-weight: 800;
    font-size: 20pt;
    line-height: 19pt;
    color: #df1d35;
}







/*동방디자인학원의 경쟁력*/

.competi_img > img{
    width: 780px;
    margin-top: 50px;
    margin-left: 50px;
}