@charset "utf-8";
/* CSS Document */
footer {background-color: #e2e2e2; padding: 50px 0 0 0; font-family:'Microsoft JhengHei'; overflow: hidden;}
.footer {position: relative; max-width:1505px; margin:auto; padding: 0px 20px; display: flex; flex-wrap: wrap; color: #676767;}
.footer a:link, .footer a:visited {text-decoration:none; color:#676767; transition: all 0.5s ease 0s;}
.footer a:active, .footer a:hover {text-decoration:none; color:#337f24; cursor:pointer; transition: all 0.5s ease 0s;}
.footer > ul, .footer > ul > li {list-style-type:none; margin: 0; padding: 0; font-weight: bold;}
.footer > ul:nth-child(1) {width: 40.51%; padding: 0 20px 50px 0; display: flex; flex-wrap: wrap; align-items: center;}
.footer > ul:nth-child(2) {width: 26.38%; padding: 0 20px 50px 0; display: flex; flex-wrap: wrap; line-height: 181.25%;}
.footer > ul:nth-child(2) li {width: 50%;}
.footer > ul:nth-child(3) {width: 17.4%; padding: 0 20px 50px 0; display: flex; flex-direction: column; line-height: 181.25%;}
.footer > ul:nth-child(4) {width: 15.71%; padding: 0 0 50px 0; display: flex; flex-direction: column; line-height: 137.5%;}
.footer > ul:nth-child(4) li {padding: 0 0 0 35px; margin-bottom: 12px; position: relative;}
.footer > ul:nth-child(4) li::before {content: ''; width: 22px; height: 26px; position: absolute; top: 50%; left: 0; margin-top: -13px;}
.footerA::before {background: url("../images/icon_03e.png") no-repeat center; background-size: cover;}
.footerT::before {background: url("../images/icon_03f.png") no-repeat center; background-size: cover;}
.footerF::before {background: url("../images/icon_03g.png") no-repeat center; background-size: cover;}

.copyright {color: #454545; text-align: center; line-height: 140%; padding: 14px 20px; background-color: #9f9f9f; font-family:'Microsoft JhengHei';}