@charset "utf-8";
/* CSS Document */
@import url('reset.min.1.2.css');

/* ////////////////// #footer ////////////////// */
/* 版權copyright */ /*///////////////////////////////////////////////////////////////////////////////*/
/*-----copyright------*/
.d-none {
  display: none !important;
}

#div_frame_footer {
  background-color: #000;
}
.footer {
  position: relative;
  bottom: 0%;
  font-family: '微軟正黑體';
  font-weight: 600;
  color: white;
  width: 60%;
  height: auto;
  padding: 1rem 0%;
  margin: 0 auto;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
}

.con_t ul {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: center;
}
.con_t ul li {
  transition: all 0.3s ease-out; /*chrome*/
  -webkit-transition: all 0.3s ease-out; /*firefox*/
  -moz-transition: all 0.3s ease-out;
}

.cr_con {
  width: 100%;
  padding-bottom: 0.8rem;
}
.cr_con ul {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: center;
}
.cr_con ul li {
  transition: all 0.3s ease-out; /*chrome*/
  -webkit-transition: all 0.3s ease-out; /*firefox*/
  -moz-transition: all 0.3s ease-out;
}

.app_box {
  width: 50%;
  margin: 0 auto;
  position: relative;
  padding-top: 1vw;
}
.icon_gp {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.app_gp,
.social_gp {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.app_gp li,
.social_gp li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /* width: 150px; */
  margin: 1rem 0.5rem;
  text-align: center;
}
.app_gp li:first-child,
.social_gp li:first-child {
  width: 60px;
  margin: 1rem 0rem;
}

.app_gp li a,
.social_gp li a {
  color: #fff;
  /* filter: sepia(1.2) hue-rotate(348deg) saturate(0) brightness(0.8); */
  text-decoration: none;
}
.app_gp li.dark a {
  filter: brightness(0.4) !important;
  cursor: no-drop !important;
}
.social_gp li a {
  /* filter: sepia(1.2) hue-rotate(348deg) saturate(0) brightness(1.2); */
}
.social_gp li a {
  /* filter: sepia(1.2) hue-rotate(348deg) saturate(0) brightness(0.8); */
}
.app_gp li a:hover,
.app_gp li a:active,
.social_gp li a:hover,
.social_gp li a:active {
  filter: saturate(1) brightness(1);
}
.app_gp li a img,
.social_gp li a img {
  width: 40px;
}
.app_gp li a span,
.social_gp li a span {
  margin-bottom: 10px;
}

.cr_link {
  font-family: '微軟正黑體';
  font-weight: 600;
  font-size: 1.1rem;
  text-align: center;
  color: #fff;
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
}
.cr_link a {
  color: #fff;
  display: inline;
}
.cr_link a:hover {
  color: #f6ebc0;
}

.cr_uj {
  width: 100%;
  max-width: 170px;
  margin-bottom: 0.5rem;
}
.cr_txt {
  text-align: left;
  line-height: 1.6;
  font-size: 0.8rem;
  padding: 0rem 0.5rem 0rem 0.8rem;
}
.rank_con {
  width: 100%;
}
.rank_con ul {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -ms-flex-direction: row;
  justify-content: flex-start;
  -ms-flex-pack: start;
  align-items: center;
}
.rank_con ul li {
  text-align: left;
  font-size: 0.8rem;
  line-height: 1.6;
  padding: 0.5rem 0.5rem;
}
.rank_con ul li:nth-of-type(1) {
  width: 50%;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
}
.icon img {
  width: 46px !important;
  height: auto;
}

.rank_con ul li:nth-of-type(2) {
  width: 1%;
  border-left: #dcddde 1px solid;
}
.rank_con ul li:nth-of-type(3) {
  width: 48%;
}

.rank_con ul li:nth-of-type(1) > div:nth-of-type(2) {
  padding-left: 0.5rem;
  flex-grow: 1;
}
.rank_txt span {
  padding-right: 5px;
}

/* /////////////////////// RWD設定 /////////////////////// */

@media screen and (max-width: 1600px) {
  .footer {
    width: 80%;
  }
}

@media screen and (max-width: 1440px) {
  .app_box {
    width: 60%;
  }
}

@media screen and (max-width: 1201px) {
  .app_box {
    width: 100%;
  }
}

@media screen and (max-width: 1081px) {
  .footer {
    width: 90%;
    padding: 0 0 1rem 0;
  }
  .footer li,
  .footer li span,
  .rank_con ul li {
    font-size: 0.65rem;
  }
  .icon_gp {
    flex-direction: column;
  }
  .app_gp li,
  .social_gp li {
    font-size: 0.9rem;
    margin: 1rem;
  }
  .app_gp li:first-child,
  .social_gp li:first-child {
    display: none;
  }
  .app_gp li a span,
  .social_gp li a span {
    font-size: 0.9rem;
    margin-bottom: 0.7rem;
  }

  .cr_uj {
    width: 13%;
  }
  .cr_txt {
    padding: 0 0.5rem 0rem 0.8rem;
  }
  .icon img {
    width: 30px;
  }
}

@media screen and (max-width: 1025px) {
}

@media screen and (max-width: 992px) {
  /* footer */
  .cr_link {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 912px) {
  .footer {
    padding: 0;
  }

  .rank_con ul {
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .rank_con ul li:nth-of-type(1) {
    width: auto;
    margin: 0 auto;
  }
  .rank_con ul li:nth-of-type(2) {
    display: none;
  }
  .rank_con ul li:nth-of-type(3) {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 769px) {
  .footer {
    padding-bottom: 1.5rem;
  }
}

@media screen and (max-width: 640px) {
  .div_frame_footer {
    background-color: #000;
  }
  .cr_uj {
    width: 30%;
    margin-bottom: 0.5rem;
  }
  .con_t {
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .cr_con ul {
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .cr_txt {
    text-align: left;
  }
  .footer li,
  .footer li span,
  .rank_con ul li {
    display: inline-block;
  }
  .cr_link {
    font-size: 0.9rem;
    padding-bottom: 1.5vh;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 535px) {
  .app_gp,
  .social_gp {
    padding-left: 0 !important;
    margin-bottom: 0;
  }

  .app_gp li a,
  .social_gp li a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cr_link a {
    padding: 10px 7px;
  }
}

@media screen and (max-width: 425px) {
  .app_gp li a span,
  .social_gp li a span {
    font-size: 0.7rem;
    margin-bottom: 0;
  }
}
