

/*頁腳*/

#footer {
    background-repeat: round;
    background-position: center top;
    background-color:#ffffff;
}

#footer > div {
    padding: 60px 0;
    margin: 0 auto;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#footer > div > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer_con {
    max-width: 1220px;
    margin: 0 auto;
    position: relative;
}

.footer_con > div {
    margin: 0 1% 0;
    width: 31%;
    color: #aebdc6;
}

.footer_con > div > aside {
    padding: 15px 0;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 21px;
    font-weight: 400;
    letter-spacing: 0px;
}

.footer_con > div > aside > div {
}

.footer_title_one {
    margin-bottom: 20px;
}
.footer_title_one>h2 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 0px;
    font-family: "Exo 2", Helvetica, Arial, sans-serif;
}
.footer_title_one>img {
    width: 183px;
}

.footer_title_one > p {
    color: #adb6be;
    margin-top: 10px;
}

.footer_title {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
}

.footer_title > img {
    width: 13px;
    margin: 0 8px 0 0;
    height: fit-content;
}

.footer_title > h4 {
    font-family: "Ubuntu", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 0;
}

.footer_contact {
    margin-top: 20px;
}

.footer_contact > h4 {
    font-size: 19px;
    line-height: 23px;
    font-weight: 700;
    letter-spacing: 0px;
    margin-bottom: 15px;
    color: #ffffff;
    font-family: "Ubuntu", Helvetica, Arial, sans-serif;
}

.footer_contact > ul {
}

.footer_contact > ul > li {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footer_contact > ul > li > p {
    margin: 0 0 5px;
    padding: 8px 0;
    color: #242424;
    font-size: 13px;
    line-height: 21px;
    font-weight: 400;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}

.footer_contact > ul > li > a {
    margin: 0 0 5px;
    padding: 8px 0;
    color: #242424;
    font-size: 13px;
    line-height: 21px;
    font-weight: 400;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}
.footer_contact > ul > li > a:before{
    content: "\e965";
    width: 24px;
    color: #d54d4d;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.footer_contact > ul > li > span {
    color: #eaf7ff;
    margin-right: 10px;
}

.footer_copy {
    background-color: #fff;
    padding: 10px 0 !important;
}

.footer_copy > div > div {
    width: 98%;
}
.footer-copyright{}
.copyright {
    display: flex;
    justify-content: center;
}

.copyright > a {
    color: #878787;
    margin-left: 5px;
}

.copyright > a:hover {
    text-decoration: underline;
}

