@charset "utf-8";


.sec_branch .sub_tit {color:#b98043;}
.sec_branch .lineBtm {position:relative;}
.sec_branch .lineBtm:after {content:""; position:absolute; bottom:0; left:0; width:50px; height:3px; background-color: #b98043; }

.sec_branch .halfWrap {display:flex; flex-wrap:wrap; justify-content: space-between;}
.sec_branch .halfWrap .half{width:47%;}
.sec_branch .halfWrap .half img{width:100%;}

.topBg_cont {}
.topBg_cont span.topBg {display:inline-block; padding:7px 20px; background-color:#b98043; color:#fff; border-radius:30px;}

@media screen and (max-width:1024px){
 
}
@media screen and (max-width:768px){
  .sec_branch .halfWrap .half{width:100%;}
}
