.pcfoot {
    margin:50px 0 0 0;
    padding:30px 0 30px 0;
    background-color:white;
    font-size:12px;
    overflow:hidden;
}
.pcfootin {
	margin:0 auto 0 auto;
	width:920px;
	overflow:hidden;
}

.pcfin1, .pcfin2 {
	display:flex;
	justify-content:space-between;
    align-items:center;
    padding:10px 0 10px 0;
}
.pcfin2 {
    line-height:15px;
}

.pcflogo img {
	width:150px;
}
.pcfcon {
    display:flex;
    gap:10px;
}
.pcfcon a {
    text-decoration:none;
    color:white!important;
}
.pcfcon div {
    padding:0 40px 0 40px;
    background-color:#fa586d;
    border-radius:15px;
    line-height:30px;
}

.mbfoot {
    margin:50px 0 0 0;
    padding:20px;
    background-color:white;
    font-size:12px;
    overflow:hidden;
}
.mbfootin1 {
    padding:0 0 20px 0;
    text-align:center;
}
.mbfootin1 img {
    width:150px;
}
.mbfootin2 {
    padding:0 0 20px 0;
    font-size:12px;
    text-align:center;
    line-height:20px;
}
.mbfootin3 {
    padding:0 0 20px 0;
    display:flex;
    justify-content:center;
    gap:10px;
}
.mbfootin3 a {
    text-decoration:none;
    color:white!important;
}
.mbfootin3 div {
    padding:0 40px 0 40px;
    background-color:#fa586d;
    border-radius:15px;
    line-height:30px;
}
.mbfootin4 {
    padding:0 0 20px 0;
    text-align:center;
}