/* 資訊球 */

.float_circle_box01 {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  z-index: 998;
}

.float_circle_ball01 {
  width: 48px;
  height: 48px;
  background-color: #00c300;
  border-radius: 100%;
  margin-bottom: 13px;
  background-size: cover;
  background-position: center;
  transition: 0.3s;
}

.float_circle_ball03 {
  width: 48px;
  height: 48px;
  background-color: transparent;
  border-radius: 100%;
  margin-bottom: 13px;
  background-size: cover;
  background-position: center;
  transition: 0.3s;
}

.float_circle_ball01:hover {
  transform: scale(1.2);
}

.float_circle_ball03:hover {
  transform: scale(1.2);
}

.float_circle_ball02 {
  width: 48px;
  height: 48px;
  background-color: #3f51b5;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  transition: 0.3s;
  margin-bottom: 13px;
}

.float_circle_ball02:hover,
.float_circle_ball03:hover {
  transform: scale(1.2);
}

.float_circle_ball03 {
  width: 48px;
  height: 48px;
  background-color: transparent;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  transition: 0.3s;
  margin-bottom: 13px;
}

.footer_box13 {
  background-color: #888888;
  color: white;
  width: 48px;
  height: 48px;
  font-size: 25px;
  border-radius: 100%;
  display: none;
}

.footer_box13_i01 {
  margin-left: 13px;
  margin-top: 11px;
  color: white;
}

.fa-angle-up:before {
  content: '\f106';
}

.down_allbox {
  width: 100%;
  background-color: #95000c;
  padding: 50px 0px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 2;
  position: relative;
}

.down_sortbox {
  display: flex;
  flex-direction: column;
  color: white;
  padding: 0 30px;
}

.down_img {
  max-width: 150px;
  height: auto;
  filter: brightness(0) invert(1);
  padding-bottom: 10px;
  width: 100%;
}

.down_sortbox02 {
  display: flex;
  flex-direction: column;
  color: white;
  padding: 0 30px;
}

.down_sortbox03 {
  display: flex;
  flex-direction: row;
}

.copyright_box {
  width: 100%;
  text-align: center;
  background-color: #171717;
  padding: 10px 0px;
  color: white;
  z-index: 2;
  position: relative;
  font-size: 14px;
}

@media (max-width: 800px) {
  .down_sortbox {
    padding: 0 0px;
  }

}

@media(max-width:768px){
  .float_circle_ball01,
  .float_circle_ball02,
  .float_circle_ball03,
  .footer_box13 {
    width: 38px;
    height: 38px;    
}

  .footer_box13{
    font-size:15px;
  }

  .footer_box13_i01 {
    margin-left: 12px;
    margin-top: 12px;    
}

.float_circle_box01 {    
    right: 10px;    
}
}

@media (max-width: 729px) {

  .down_allbox {    
    flex-direction: column;
    align-items:center;
    padding: 50px 10px;
}

  .down_sortbox {
    margin-bottom: 20px;
    max-width: 347px;
    width: 100%;
  }

  .down_sortbox03 {
    max-width: 347px;
    width: 100%;
    justify-content:space-between;
}

.down_sortbox02 {    
    padding: 0 0px;
}
}
