@charset "utf-8";

.sec_business .lineBtm {position:relative;}
.sec_business .lineBtm:after {content:""; position:absolute; bottom:0; left:0; width:50px; height:3px; background-color: #b98043; }
.sec_business .sub_tit {color:#b98043;}
.sec_business .halfWrap {display:flex; flex-wrap:wrap; justify-content: space-between;}
.sec_business .halfWrap .half{width:47%;}
.sec_business .halfWrap .half img{width:100%;}
.sec_business .graph img {width:100%; }
.sec_business .right_txt {text-align:right;}
.sec_business .right_txt span {display:inline-block;}

/*check point*/
.sec_business .desc_cont img {width:100%;}
.sec_business .desc_cont img.max_img {max-width:800px; width:100%;}
.sec_business .desc_cont .bullet {position:relative; padding-left:15px; }
.sec_business .desc_cont .bullet::before {content:""; position:absolute; top:5px; left:0; width:4px; height:25px; background-color:#b98043;}


@media screen and (max-width:1024px){
  .sec_business .desc_cont .bullet::before { height:20px; }
}
@media screen and (max-width:768px){
  .sec_business .halfWrap .half{width:100%;}
  .sec_business .desc_cont .bullet::before { top:3px; height:18px; }
}
@media screen and (max-width:560px){
  
}