.mem_content h1 {
    text-align: center;
    color: rgb(9, 149, 157);
    font-size: 48px;
    font-weight: bold;
}

/* Start of the custom footer styles */
.custom_footer_group {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between; /* 分散對齊 */
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.custom_footer_logo {
    margin-bottom:2em;
}

.custom_footer_logo img {
    margin:1em 0;
}

.custom_footer_box dl dd {
    position:relative;
    padding-left:2.8em;
    color:#fff;
    margin:1.5em 0
}

.custom_footer_box dl dd img {
    position:absolute;
    top:-5px;
    left:0;
    margin:auto
}

.custom_footer_link {
    margin-top:1em;
}

.custom_footer_link a {
    font-size:1.063rem;
    display:flex;
    align-items:center;
    border:1px solid #139a9b;
    width:280px;
    height:65px;
    padding:.5em 1em;
    color:#fff;
}

.custom_footer_link a img {
    margin-right:.8em;
}

.custom_footer_link a:hover, .custom_footer_link a:focus {
    background-color:#deefe7;
    color:#139a9b
}
/* End of the custom footer styles */
