.exam_header { min-height: 378px; display: flex; flex-direction: column; background: url("/img/exam-bg.png") center no-repeat; background-size: cover; justify-content: center; margin: 100px 0 0; }
.exam_header .exam_content { max-width: 1180px; margin: 0 auto; width: 100%; }
.exam_header .ed_header { text-align: center; color: #fff; font-size: 40px; font-weight: 700; margin: 0 0 45px; }
.ed_header {display: block;position:relative;left:0;right:0;top:0;margin:0 0 120px 0;font-size:50px;font-weight:800;text-align:center; }

.exam_header .exam_content #search {position:relative;margin:0 0 39px; }
.exam_header .exam_content #search .input {display:block;width:100%;height:63px;padding:0 40px;font-size:22px;font-weight:600;background:#fff;border:none;border-radius:10px;}
.exam_header .exam_content #search .btn_search {display:block;position:absolute;right:20px;top:0;width:70px;height:70px;font-size:32px;background:none;border:none;}
.exam_header .exam_content .btn-box { display: flex; justify-content: center; gap: 16px; }
.exam_header .exam_content .btn-box a { background: #17383c; display: flex; width: 250px; height: 45px; justify-content: center; align-items: center; color: #fff; border-radius: 12px; font-weight: 400; font-size: 24px; }

.exam_view_section { margin: 120px 0 0; overflow: hidden; }
.exam_view_section h2 { font-size: 40px; font-weight: 700; color: #17393c; margin: 0 0 60px; }
.exam_view_section .view_list { }
.exam_view_section .view_list a { display: block; }
.exam_view_section .view_list a .img-box { }
.exam_view_section .view_list a .img-box img { display: block; max-width: 440px; width: 100%; border-radius: 30px; }
.exam_view_section .view_list a h5 { font-size: 30px; font-weight: 700; margin: 30px 0 40px; }
.exam_view_section .view_list a .label { font-size: 30px; font-weight: 400; color: #666666; display: inline-flex; padding: 20px 26px; border-radius: 40px; border: 1px solid #666; }






.exam_daehan_section { margin: 120px 0 0; }
.exam_daehan_section h2 { font-size: 40px; font-weight: 700; color: #17393c; margin: 0 0 60px; }
.exam_daehan_section .view_list { display: flex; gap: 50px; }
.exam_daehan_section .view_list .article { flex: 1; }
.exam_daehan_section .view_list .article > .img-box { position: relative; }
.exam_daehan_section .view_list .article > .img-box img { display: block; max-width: 100%; border-radius: 30px; }
.exam_daehan_section .view_list .article .bottom { display: flex; justify-content: space-between; margin: 60px 0 0; gap: 30px; }
.exam_daehan_section .view_list .article .bottom .text-wrap { flex: 1; }
.exam_daehan_section .view_list .article .bottom .text-wrap h5 { font-size: 26px; margin: 0 0 24px; font-weight: 700; }
.exam_daehan_section .view_list .article .bottom .text-wrap p { font-size: 22px; font-weight: 400; color: #666; }
.exam_daehan_section .view_list .article .bottom .btn-box { flex: 0 0 100px; }
.exam_daehan_section .view_list .article .bottom .btn { display: flex; width: 100px; height: 100px; background: #032b5d; color: #fff; justify-content: center; border-radius: 16px; flex-direction: column; font-size: 16px; font-weight: 500; gap: 12px; }


.exam_list_section { margin: 120px 0 0; padding-bottom: 120px; }
.exam_list_section h2 { font-size: 40px; font-weight: 700; color: #17393c; margin: 0 0 60px; }
.exam_list_section .view_list { display: flex; flex-direction: column; }

.exam_list_section .view_list { border-top: 1px solid #000; }
.exam_list_section .view_list .article { padding: 50px 0; display: flex; gap: 30px; justify-content: space-between; }
.exam_list_section .view_list .article + .article { border-top: 1px solid #dad9d9; }
.exam_list_section .view_list .article:last-child { border-bottom: 1px solid #dad9d9; }
.exam_list_section .view_list .article .left { flex: 1; }
.exam_list_section .view_list .article .left .title { font-size: 30px; font-weight: 700; margin: 0 0 24px; }
.exam_list_section .view_list .article .left .info { display: flex; color: #b7b7b7; gap: 12px; }
.exam_list_section .view_list .article .right { flex: 0 0 100px; }
.exam_list_section .view_list .article .right .btn { display: flex; width: 100px; height: 100px; background: #032b5d; color: #fff; justify-content: center; border-radius: 16px; flex-direction: column; font-size: 16px; font-weight: 500; gap: 12px; }
.exam_list_section .view_more { margin: 50px 0 0; }
.exam_list_section .view_more a { display: flex; height: 120px; justify-content: center; align-items: center; border-radius: 20px; background: #17393c; color: #fff; font-size: 32px; font-weight: 700;  }

@media screen and (max-width: 480px) {
    .exam_daehan_section .view_list { flex-direction: column; }
    .exam_list_section h2,
    .exam_view_section h2,
    .exam_daehan_section h2 { font-size: 20px; margin: 0 0 24px; }

    .exam_daehan_section .view_list .article .bottom .text-wrap h5 { font-size: 15px; }
    .exam_daehan_section .view_list .article .bottom .btn-box { flex: 0 0 60px; }
    .exam_daehan_section .view_list .article .bottom .btn { width: 60px; height: 60px; font-size: 9px; gap: 6px; }
    .exam_daehan_section .view_list .article .bottom .btn img { display: block; max-width: 35px; margin: 0 auto;  }
    .exam_daehan_section .view_list .article .bottom .text-wrap p { font-size: 12px; }
    .exam_daehan_section .view_list .article .bottom .text-wrap p img { display: none; }

    .exam_list_section .view_list .article .left .title { font-size: 15px; margin: 0 0 8px; }
    .exam_list_section .view_list .article .left .info { font-size: 12px; gap: 0; }
    .exam_list_section .view_list .article .left .info img { display: none; }
    .exam_list_section .view_list .article .right { flex: 0 0 60px; }
    .exam_list_section .view_list .article .right .btn { width: 60px; height: 60px; font-size: 9px; gap: 6px; }
    .exam_list_section .view_list .article .right .btn img { display: block; width: 35px; margin: 0 auto; }

    .exam_list_section .view_more a { font-size: 18px; height: 47px; border-radius: 8px; background: #032c5e; }

    .exam_view_section .view_list a h5 { font-size: 20px; }
    .exam_view_section .view_list a .label { font-size: 14px; padding: 6px 16px; }

    .exam_header .ed_header { font-size: 30px; }
    .exam_header .exam_content #search { padding: 0 16px; }
    .exam_header .exam_content #search .input { height: 50px; font-size: 16px; padding: 0 40px 0 16px; }
    .exam_header .exam_content #search .btn_search { width: 40px; height: 40px; top: 50%; transform: translateY(-50%); font-size: 16px; }
    .exam_header .exam_content .btn-box { padding: 0 16px; }
    .exam_header .exam_content .btn-box a { font-size: 16px; height: 40px; }
}



