@charset "utf-8";
/* CSS Document */
footer {background-color: #d9e7e0; padding: 43px 0 0 0; position: relative; z-index: 1; font-family:'Microsoft JhengHei', sans-serif; line-height: 2; overflow: hidden;}
footer::before {content: ''; background: url("../images/bg_f.png") no-repeat center / cover; width: 680px; height: 522px; position: absolute; top: -132px; left: -418px; z-index: 1; animation: topmove2 10000ms infinite; -webkit-animation: topmove2 10000ms infinite;}
.footer {position: relative; z-index: 10; padding: 0 0 4.063% 0; display: flex; flex-wrap: wrap;}
.footer > div:nth-child(1) {width: 28.125%; font-family: 'Noto Serif TC', serif; color: #727a70; padding: 0 0 15px 2px;}
.logoF {line-height: 0; margin-bottom: 20px;}
.footer > div:nth-child(1) a:link, .footer > div:nth-child(1) a:visited {text-decoration:none; color: #727a70; transition: all 0.5s ease 0s;}
.footer > div:nth-child(1) a:active, .footer > div:nth-child(1) a:hover {text-decoration:none; color:#cfaa45; cursor:pointer; transition: all 0.5s ease 0s;}
.footer > div:nth-child(2) {width: 21.875%; padding: 0 0 89px 1px; display: flex; flex-wrap: wrap; align-items: flex-end;}
.footer > div:nth-child(2) > a {margin: 0 6px 5px 0;}
.footer > div:nth-child(3) {width: 50%; padding: 53px 0 15px 6.173%; display: flex; flex-wrap: wrap; justify-content: space-between; color: #333333; line-height: 1.866; letter-spacing: 1.1px; position: relative; z-index: 1;}
.footer > div:nth-child(3)::before {content: ''; background: rgba(70, 83, 70, 0.12); width: 1px; height: 100%; position: absolute; top: 8px; left: -1px;}
.footer > div:nth-child(3) h5 {font-family: 'Noto Serif TC', serif; letter-spacing: 1.2px; margin-bottom: 6px;}
.footer > div:nth-child(3) > ul {width: calc(100% / 3); max-width: 140px;}
.footer > div:nth-child(3) > ul:nth-child(1) h5, .footer > div:nth-child(3) > ul:nth-child(2) h5 {margin-bottom: 10px;}
.footer > div:nth-child(3) a:link, .footer > div:nth-child(3) a:visited {text-decoration:none; color: rgba(51, 51, 51, 0.75); transition: all 0.5s ease 0s;}
.footer > div:nth-child(3) a:active, .footer > div:nth-child(3) a:hover {text-decoration:none; color:#cfaa45; cursor:pointer; transition: all 0.5s ease 0s;}

.footer > div:nth-child(3) h5 a:link, .footer > div:nth-child(3) h5 a:visited {text-decoration:none; color: rgba(51, 51, 51, 0.85); transition: all 0.5s ease 0s;}
.footer > div:nth-child(3) h5 a:active, .footer > div:nth-child(3) h5 a:hover {text-decoration:none; color:#cfaa45; cursor:pointer; transition: all 0.5s ease 0s;}

.copyright {color: rgba(51, 51, 51, 0.48); font-family:'Microsoft JhengHei', sans-serif; text-align: center; padding: 14px 0;}
