*{
    margin: 0;
    padding: 0;
}
img{
    margin-bottom: 0;
}
#welfare_m1{
    padding: 100px 0;
}
.welfare_m1Center{
    width:1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.welfare_m1Left{
    width: 45%;
}
.welfare_m1Left img{
    width: 100%;
}
.welfare_m1Right{
    width: 42%;
}
.welfare_m1Right h3{
    font-size: 30px;
    color: #333;
    margin-bottom: 26px;
    font-weight: normal;
    letter-spacing: 1px;
}
.welfare_m1Right p{
    color: #666;
    line-height: 28px;
    margin-bottom: 30px;
    font-size: 14px;
}
.welfare_m1Right ul {
    margin-bottom: 40px;
}
.welfare_m1Right ul li{
    line-height: 32px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #444;
}
.welfare_m1Right ul li i{
    margin-right: 10px;
}

.welfare_m1Btn button:first-child{
    background-image: linear-gradient(76deg,#d7ce98,#e1daae,#efe9c4,#f6f0d2);
    border: none;
    padding: 10px 26px;
    color: white;
    font-size:16px;
    border-radius: 20px;
    letter-spacing: 1px;
    margin-right: 24px;
    transition: all 0.5s;
}
.welfare_m1Btn button:first-child:hover{
    box-shadow: 0px 0px 9px #ddd;
}

.welfare_m1Btn button:first-child a{
    color: white;
}
.welfare_m1Btn button:last-child{
    padding: 9px 26px;
    border: 1px solid #d9d1a2;
    color: #d9d1a2;
    background: white;
    border-radius: 20px;
    font-size: 16px;
    transition: all 0.5s;
}
.welfare_m1Btn button:last-child:hover{
    box-shadow: 0px 0px 9px #ddd;
}
.welfare_m1Btn button:last-child a{
    color: #d9d1a2;
}
#welfare_m2{
    background: #fafafa;
    padding: 100px 0;
}
.welfare_m2Center{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.welfare_m2Title{
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.welfare_m2Title h1{
    font-size: 30px;
    color: #333;
    font-weight: normal;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.welfare_m2Title span{
    color: #444;
    font-size: 16px;
    letter-spacing: 1px;
}
.welfare_m2Content{
    display:flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.welfare_m2Content div{
    width: 23.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: white;
    border-radius: 16px;
    margin-bottom: 40px;
    box-shadow: 1px 1px 20px #c1c1c1;
    position: relative;
}
.welfare_m2Content div p{
    background-image: linear-gradient(150deg, #d7ce98, #f6f0d2);
    width: 116px;
    text-align: center;
    padding: 6px 0;
    border-radius: 12px;
    color: white;
    font-size: 18px;
    box-shadow: 1px 1px 8px #c1c1c1;

    position: absolute;
    top: -18px
}
.welfare_m2Content div img{
    margin-top: 28px;
}
.welfare_m2Btn{
    width: 150px;
    background: #3f5796;
    border: none;
    color: white;
    padding: 10px;
    font-size: 18px;
    letter-spacing: 1px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.5s;
    box-shadow: 0px 0px 9px #666;
    margin-top: 30px;
    margin-bottom: 40px;
}
.welfare_m2Btn:hover{
    box-shadow: 0px 0px 9px #666;
}
.welfare_m2Btn a{
    color: white;
}
.welfare_m2Btn a:hover{
    color: white;
}

.footer-content-top{
    top: -80px;
}