@charset "UTF-8";

.report_step_wrap{
    margin-bottom: 0;
}

.report_step_wrap.margin_btm_40{
    margin-bottom: 40px;
}
.padding_40{
    padding: 40px 0;
}

/*.btn_tbl_section_center{
    margin: 70px 0 10px;
    text-align: center;
}*/

.btn_tbl_temp_center{
    /*margin: 50px 0 10px;*/
	margin: 50px 0;
    text-align: center;
}

.report_gray_wrap{
    background: #F8F8F8;
    padding: 40px 60px;
    /*margin-bottom: 40px;*/
}

.emb_blu{position: relative; line-height: 160%; margin-bottom: 15px; font-size: 15px;}
.emb_blu:last-child{margin-bottom: 0;}
.emb_blu::before{
    position: absolute;
    top: 0;
    left: -20px;
    width: 7px;
    height: 7px;
    content: url('https://www.okocc.or.kr/_res/homepagebak/img/sub/bl_bullet.png;');
}

.con_two{
    display: flex;
    justify-content: space-around;
}

.con_two li{
    display: flex;
    align-items: center;
    position: relative;
    gap: 10px;
}

.con_two li:first-child::after{
    position: absolute;
    width: 1px;
    height: 26px;
    right: -50px;
    background: #ccc;
    content: '';
}

.btn_type9_md:hover .img_caution_new08.btn_black{
    background: url(https://www.okocc.or.kr/_res/homepagebak/img/btn_ccArrB.png) no-repeat;
    filter: invert(17%) sepia(10%) saturate(21%) hue-rotate(13deg) brightness(100%) contrast(93%);
}

.section h5.tit_non_underline.tit_sub,
.tit_sub{
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 500;
}

.btn_padding{
    padding: 0 20px;
    width: fit-content;
}

.btn_type8_md:hover .img_caution_new05{
    filter: invert(22%) sepia(100%) saturate(2076%) hue-rotate(208deg) brightness(83%) contrast(84%);
}

@media all and (max-width: 767px){
    .con_two{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .con_two li:first-child::after{
      display: none;
    }

    .padding_40{
        padding: 0 0;
    }

    .report_gray_wrap{
        padding: 30px 40px;
    }
}
