@import url("https://fonts.dubuplus.com/css?family=Noto Sans KR");
.business h3:before,
.business dl dt:before{
    display:block;
    content:'';
    width:40px;
    height:4px;
    margin-bottom:10px;
    background-color:#4b9f00;
}
.business h3{
    
    color:#2C3038;
     font:500 21px/1.5em 'Noto Sans KR';
}
.business p.txt_box{
    margin-top:20px;
        line-height:1.7;
    color:#515151;
    font:300 16px/1.5em  'Noto Sans KR';
}
.business h4{
    margin-top:35px;
    padding:5px 10px;
    background-color:#4a7f01;
    font-size:18px;
    color:#fff;
}
.business dt{
    margin-top:30px;
    font-size:16px;
    font-weight:bold;
    color:#5b5b5b;
}
.business dd ol li{
    margin-top:20px;
}
.business dd ol li strong{
    display:block;
    border-bottom:1px solid #BABEC5;
    font-size:15px;
    color:#6e6e6e;
}
.business dd ol li strong .list_num{
    display:inline-block;
    width:20px;
    margin-right:5px;
    padding:1px 0 2px;
    background-color:#355c00;
    text-align:center;
    font-weight:normal;
    color:#fff;
}
.business dd ol li p{
    margin-top:10px;
    font-size:14px;
    line-height:1.5;
    color:#878787;
}
.business ul li{
    margin-top:20px;
}
.business ul li strong{
    font-size:14px;
    color:#a49655;
}
.business ul li p{
    margin-top:10px;
    font-size:14px;
    color:#818181;
}

.business img{
    width:100%;
    max-width: 756px;
    margin:30px 1% 0px 1%;
}
/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:768px){
    .business img{
        width:100%;
        margin:30px 4% 0px 4%;
}
