*{
    text-decoration: none;
    list-style: none;
    margin: auto;
}



/*커리큘럼*/

.curriculum_img{
    margin-top: 50px;
    margin-bottom: 200px;
}

.curriculum_img > img{
    width: 497px;
    height: 350px;
    filter: drop-shadow(3px 4px 9px #00000038);
}





/*강의시간표*/

.center_name{
    width: 350px;
    font-family: 'S-CoreDream-6Bold';
    font-size: 14pt;
    color: #004081;
    background-color: #f0f5f7;
    padding-block: 18px;
    text-align: center;
    border-block: 2px solid #1878c6;
}



.center_reference{
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-weight: 700;
    font-size: 14pt;
    text-align: center;
    color: #00599b;
    border-right: 1px solid #c5d0d6;
    padding: 20px;
}


.main_text_center{
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    padding: 20px;
    font-weight: 500;
    font-size: 14pt;
    line-height: 19pt;
    text-align: center;
    color: #000000;
}






/*교재*/

.book_name{
    border-bottom: 1px solid #aabcd6 !important;
}

.main_text_book{
    padding-block: 30px;
    padding-inline: 30px;
    background: white;
}


.main_text_book > p{
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    padding-top: 5px;
    font-weight: 500;
    font-size: 14pt;
    line-height: 21pt;
}








/*수강생작품*/

.curriculum_img2 > img{
    width: 480px;
    height: 340px !important;
    margin-top: 50px;
    filter: drop-shadow(3px 4px 9px #00000038);
}
