﻿footer {
  width: 100%;
  display: block;
  position: relative;
  background-color: #f5f5f5;
}
#assembly .footer-box,
#about .footer-box {
  width: 1600px;
}
.footer-box {
  width: 1300px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  font-size: 0;
  box-sizing: border-box;
  padding-top: 80px;
  padding-bottom: 30px;
}
.footer-all-box {
  width: 650px;
  max-width: 100%;
  display: block;
}
.footer-info-box {
  width: 100%;
  display: block;
  position: relative;
  margin-top: 70px;
}
.footer-info {
  font-size: 14px;
  color: #000;
  letter-spacing: 1px;
  font-family: "Roboto";
  margin-top: 10px;
}
.footer-info:nth-child(1) {
  font-family: "微軟正黑體";
}
.footer-info span {
  font-weight: 400;
}
.footer-info a {
  font-weight: 400;
  transition: all 0.3s linear;
}
.footer-info-last .footer-info {
  display: inline-block;
  vertical-align: middle;
}

.footer-menu-box {
  width: calc(100% - 265px);
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  font-size: 14px;
  color: #000;
  margin-top: 10px;
  letter-spacing: 1px;
}
/* 
.footer-menu-box{
    width: calc(100% - 285px);
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    font-size: 14px;
    color: #000;
    margin-top: 10px;
    letter-spacing: 1px;
} */

.footer-menu-box a {
  margin-left: 20px;
  position: relative;
  transition: all 0.3s linear;
}
.footer-menu-box a:after {
  content: "/";
  font-size: 14px;
  color: #000;
  font-weight: lighter;
  position: absolute;
  top: -1px;
  right: -16px;
}
.footer-menu-box a:last-child:after {
  content: "";
}
.footer-web {
  font-size: 14px;
  display: block;
  font-family: "Roboto";
  font-weight: 300;
  letter-spacing: 1px;
  margin-top: 45px;
  color: #888;
}
.footer-web span {
  font-weight: 300;
  transition: all 0.3s linear;
}
.footer-web span a {
  transition: all 0.3s linear;
}
.footer-blog,
.footer-fb {
  width: 50px;
  line-height: 50px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  transition: all 0.3s linear;
}
.footer-blog {
  right: 60px;
}
.footer-top-box {
  width: 50px;
  position: absolute;
  right: 0;
  bottom: 30px;
  text-align: center;
}
.footer-top {
  font-size: 14px;
  font-family: "Roboto";
  letter-spacing: 1px;
  font-weight: 300;
  transition: all 0.3s linear;
}
.footer-top-line {
  width: 1px;
  display: inline-block;
  background-color: #aaa;
  height: 100px;
  margin-top: 10px;
  position: relative;
}
.footer-top-line:before {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #888;
  position: absolute;
  top: 50px;
  left: -5px;
  opacity: 0;
  transition: all 0.3s linear;
}
.footer-top-line:after {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #888;
  position: absolute;
  top: 50px;
  right: -5px;
  opacity: 0;
  transition: all 0.3s linear;
}
.footer-goodtext-box {
  display: block;
  width: calc(100% - 650px);
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: #f5f5f5;
  max-height: 100px;
  overflow: auto;
}

/*hover*/
.footer-info a:hover {
  color: #905e27;
}
.footer-blog:hover,
.footer-fb:hover {
  background-color: #905e27;
  color: #fff;
}
.footer-menu-box a:hover {
  color: #905e27;
}
.footer-web a:hover {
  color: #905e27;
  font-weight: bold;
}
.footer-top-box:hover .footer-top {
  color: #905e27;
}
.footer-top-box:hover .footer-top-line:before {
  opacity: 1;
  top: -2px;
  transform: rotateZ(45deg);
}
.footer-top-box:hover .footer-top-line:after {
  opacity: 1;
  top: -2px;
  transform: rotateZ(-45deg);
}

@media only screen and (max-width: 1600px) {
  #assembly .footer-box,
  #about .footer-box {
    width: 95%;
  }
}
@media only screen and (max-width: 1300px) {
  .footer-box {
    width: 95%;
  }
}
@media only screen and (max-width: 1000px) {
  .footer-top-box {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .footer-box {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .footer-all-box {
    width: 100%;
  }
  .footer-logo {
    width: 300px;
  }
  .footer-info-box {
    margin-top: 30px;
  }
  .footer-menu-box {
    display: none;
  }
  .footer-web {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 550px) {
  .footer-info {
    margin-top: 5px;
    font-size: 12px;
  }
  .footer-web {
    margin-top: 10px;
    font-size: 12px;
  }
  .footer-box {
    padding: 10px 0;
  }
  .footer-info-box {
    margin-top: 10px;
  }
}
