.exam_banner {background-image: url('/images/pc/new_bannerss.png');padding-top: 0;align-items: center;}
.banner_button_box {display: flex;margin-top: 70px;}
.banner_button_box a {padding:15px 25px;background: #00A965;font-weight: 500;color: #fff;display: flex;align-items: center;border-radius: 8px;}
.banner_button_box a span {margin-right: 20px;display: inline-block;}
.info_banner_mob {display:none;}
.info_banner_mob img {width:100%;}

.info_banner {background-position: 62% 50%;}

/* 작업 전후 사진 */
.exam_info {padding-bottom: 75px;}
.exam_info_inner {display: flex;gap:40px 0;flex-wrap: wrap;}
.exam_info_inner > div {width: calc((100% / 3) - 10px);margin-right: 15px;}
.exam_info_inner > div:nth-child(3n) {margin-right: 0;}
.exam_info_thumb {display: flex;gap:0;}
.exam_info_thumb > div {width: 50%;position: relative;max-height: 160px;overflow: hidden;}
.exam_info_thumb > div {height:160px;display:flex;align-items:center;justify-content:center;}
.exam_info_thumb > div img {/*width: 100%;*/width:auto;height:auto;max-width:100%;min-height:100%;}
.exam_info_thumb > div span {padding:5px;border-radius: 6px;background: rgba(0,0,0,0.5);font-size: 12px;font-weight: 500;color: #fff;position: absolute;top:10px;left: 10px;}
.exam_info_addr {font-size: 16px;font-weight: 500;color: #296B46;display: flex;align-items: center;justify-content: center;padding:12px 0;background: #F1F4E7;}

/* 작업상세 */
.eaxm_view_wrap {padding: 75px 0;}
.exam_view_label {font-size: 24px;font-weight: 700;color: #121212;}
.exam_view_info_wrap {display: flex;align-items: center;justify-content: space-between;padding-bottom: 12px;border-bottom: 1px solid #707070;margin-top: 24px;margin-bottom: 40px;}
.exam_view_info_addr {font-size: 18px;font-weight: 500;color: #121212;padding-left: 10px;}
.exam_view_info_right {display: flex;font-size: 14px;font-weight: 500;color: #B0B0B0;}
.exam_view_info_date:first-child {padding-right: 10px;margin-right: 10px;position: relative;}
.exam_view_info_date:first-child:after {content:"";width: 1px;height: 10px;background: #EAEBEF;position: absolute;top:50%;right: 0;transform: translateY(-50%);}

.exam_view_bf {display: flex;flex-direction: column;align-items: flex-start;}
.exam_view_bf_label {padding: 5px 15px;border-radius: 6px;background: #F1F4E7;display: flex;align-items: center;justify-content: center;font-size: 14px;font-weight: 500;color: #00A965;margin-bottom: 10px;}
.exam_view_bf_wrap {display: flex;gap:10px 0;flex-wrap: wrap;width: 100%;}
.exam_view_bf_wrap > div {width: calc((100% / 4) - 10px);height: 160px;margin-right: 13px;display: flex;align-items: center;justify-content: center;overflow: hidden;}
.exam_view_bf_wrap > div:nth-child(4n) {margin-right: 0;}
.exam_view_bf_wrap > div a {display: block;}
.exam_view_bf_wrap > div img {width: auto;height: auto;max-width: 100%;min-height: 100%;}
.exam_view_af {margin-top: 58px;}

.exam_list_box {margin-top: 150px;}
.exam_list_box {display: flex;align-items: center;justify-content: center;}
.exam_list_box a {width: 100%;max-width: 460px;padding: 15px 0;border-radius: 8px;background: #F2F4F5;color: #B0B0B0;display: flex;align-items: center;justify-content: center;}

.empty_box {padding:40px 0;text-align: center;width: 100% !important;}

@media(max-width:860px){
    .exam_info_inner > div {width: calc((100% / 2) - 10px);margin-right: 20px;}
    .exam_info_inner > div:nth-child(3n) {margin-right: 20px;}
    .exam_info_inner > div:nth-child(2n) {margin-right: 0px;}

    .eaxm_view_wrap {padding: 35px 0;}
    .exam_list_box {margin-top: 75px;}
}

@media(max-width:760px){

    .exam_view_label {font-size: 20px;}
    .exam_view_info_addr {font-size: 17px;}
    .exam_view_bf_wrap {gap:20px 0;}
    .exam_view_bf_wrap > div {width: calc((100% / 2) - 10px);margin-right: 20px;}
    .exam_view_bf_wrap > div:nth-child(2n) {margin-right: 0;}
}

@media(max-width:720px){
	.exam_banner {height:auto;background:#F8FAFB;padding:30px 0;}
	.info_banner_mob {display:block;margin-bottom:15px;}
    .banner_button_box {margin-top: /*35px*/20px;}

    .exam_info_inner {gap:20px 0;}
    .exam_info_addr {font-size: 15px;}	
}

@media(max-width:580px){
    .banner_button_box a  {padding: 10px 15px;font-size: 14px;}

    .exam_info_inner > div {width: calc((100% / 2) - 5px);margin-right: 10px;}
    .exam_info_inner > div:nth-child(3n) {margin-right: 10px;}
    .exam_info_addr {font-size: 14px;padding: 10px 0;}

    .exam_view_label {font-size: 18px;}
    .exam_view_info_addr {font-size: 15px;padding-left: 0;}

    .exam_view_bf_wrap {gap:10px 0;}
    .exam_view_bf_wrap > div {width: calc((100% / 2) - 5px);margin-right: 10px;} 

	.exam_info_thumb > div {height:100px;}
}

@media(max-width:460px){
   

  
    .exam_list_box a {font-size: 14px;}

    .exam_list_box {margin-top: 45px;} 
    .exam_view_info_right {font-size: 13px;}

    .exam_info_addr {font-size: 13px;}

    .exam_info_thumb > div span {font-size: 11px;}
}

@media(max-width:420px){
    .exam_view_bf_wrap {gap:20px 0;}
    .exam_view_bf_wrap > div {width: 100%;margin-right: 0;} 

     .exam_info_inner > div {width: 100%;margin-right: 0;}
    .exam_info_inner > div:nth-child(3n) {margin-right: 0;}

	.exam_info_thumb > div {height:120px;}
}

@media(max-width:340px){
    .banner_button_box a {width: 100%;justify-content: space-between;}

    .exam_view_info_wrap {flex-direction: column;align-items: normal;}
    .exam_view_info_right {justify-content: flex-end;margin-top: 10px;}
}