@charset "utf-8";

.history-section{}
.history-section .h_title{font-size:32px;font-family:'Open Sans';font-weight:600;margin-top:50px;margin-bottom:20px;}
.history-section .h_content{font-size:15px;margin-bottom:8px;position:relative;padding-left:12px;}
.history-section .h_content::before{position:absolute;top:10px;left:0px;width:4px;height:2px;background:#999;content:'';}
@media (max-width: 767px){    
    .history-section .h_title{font-size:24px;margin-top:30px;margin-bottom:10px;}
    .history-section .h_content{font-size:13px;margin-bottom:6px;position:relative;padding-left:12px;}
}
