/* ±êÌâ */
.lazs_title .lazs_title_top{
    display: flex;
    justify-content: center;
}
.lazs_title_top{
	color:#000;
}
.lazs_title_top h1{
    font-size: 42px;
    font-weight: 1000;
    position: relative;
}
.lazs_title_top h1::after{
    content: '';
    width: 75px;
    height: 1px;
    background: #D9D9D9;
    position: absolute;
    right:-105px;
    top:50%;
    transform: translateY(-50%);
}
.lazs_title_top h1::before{
    content: '';
    width: 75px;
    height: 1px;
    background: #D9D9D9;
    position: absolute;
    left:-105px;
    top:50%;
    transform: translateY(-50%);
}
.lazs_title p{
    font-size: 14px;
    text-align: center;
    color:#666666;
    padding-top: 12px;
    font-weight: 1000;
	color:#000;
}