@charset "utf-8";
/* CSS Document */
@import url('reset.min.1.2.css');

/* ////////////////// #footer ////////////////// */
/* 版權copyright */
/*///////////////////////////////////////////////////////////////////////////////*/

#div_frame_footer{
  /* background: url(../img/bg_footer_dk.jpg) no-repeat bottom center;
  background-size: cover; */
  background: #496789;
  position: relative;
  z-index: 999;

}

.footer {
  /* background: url(../img/bg_footer_dk.jpg) no-repeat top center;
  background-size: 100% 100%; */
  width: 70%;
  height: auto;
  position: relative;
  bottom: 0%;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
  font-family: '微軟正黑體';
  font-weight: 600;
  color: #ffffffb7;
  padding: 1rem 0rem 2rem 0rem;
  margin: 0 auto;
  z-index: 999;
}


.footer li,
.footer li span {
  font-size: 0.8rem;
}


.icon_gp {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2rem;
}
.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;
  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: #ffffffb7;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.app_gp li.dark a {
  filter: brightness(0.4) !important;
  cursor: no-drop !important;
}
.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;
} */






.link_txt{
  font-size: 13px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.link_txt a {
  color: #ffffffb7;
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  padding: .5rem .5rem;
  text-align: center;
  font-size: .8rem;
}

.icon_gp a:hover,
.link_txt a:hover {
  color: #a5d7fc;
}


.rank_con {
  width: 100%;
}

.rank_con ul {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -ms-flex-direction: row;
  justify-content: center;
  -ms-flex-pack: start;
  margin-bottom: 1rem;
  gap: 1rem;
}


.rank_con ul li {
  font-size: 0.7rem;
  line-height: 1.6;
  transition: all 0.3s ease-out;
  /*chrome*/-webkit-transition: all 0.3s ease-out;
  /*firefox*/-moz-transition: all 0.3s ease-out;
}


.rank_con p{
  font-size: 0.7rem;
  margin-top:5px;
  margin-bottom: .4rem;
  text-align: center;
}





/*///////////////////////////////////////////////////////////////////////////////*/

/*分級*/
.rank_con ul li .rank_icon img {
  width: 46px !important;
  height: auto;
  margin: .3rem 0.3rem 0rem 0.5rem;
}


@media (max-width:1441px) {
  .rank_con ul li .rank_icon img {
    width: 40px !important;
  }
}



.rank_con ul li.company {
  width: 50%;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  -ms-flex-align: center;
}

.company ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 1rem;
}
.company .uj_logo{
  width: 100px !important;
}

.company li{
  font-size: 11px !important;
}

.rank_con ul li.rank_txt {
  width: 50%;
  display: flex;
  justify-content: flex-start;
}

.rank_con ul li:nth-of-type(1)>div:nth-of-type(2) {
  padding-left: 0.5rem;
  flex-grow: 1;
  text-align: left;
}



/* /////////////////////// RWD設定 /////////////////////// */

@media screen and (max-width: 1600px) {
  .footer {
    width: 88%;
  }
}


@media screen and (max-width: 1351px) {
  .rank_con ul li .rank_icon img {
    width: 35px !important;
  }

}

@media screen and (max-width: 1281px) {
  /*.footer {
     margin: 1rem auto; 
  }*/
  .icon_gp{
    flex-direction: column;
  }
  .app_gp, .social_gp{
    justify-content: center;
  }
  .app_gp li:first-child, .social_gp li:first-child{
    margin: .5rem 0rem;
  }
  .app_gp li, .social_gp li{
    margin: .5rem 0.5rem;
  }
  .app_gp li a img, .social_gp li a img{
    margin: auto;
  }
}


@media screen and (max-width: 1201px) {
  .rank_con ul li.company {
    width: 50%;
  }

  .rank_con ul li.rank_txt {
    width: 45%;
  }

}



@media screen and (max-width: 992px) {
  .footer {
    /* margin: .5rem auto; */
    padding: .5rem;
  }
  .rank_con ul{
    flex-direction: column;
  }
  .rank_con ul li.company,
  .rank_con ul li.rank_txt{
    width: 100%;
  }
  .rank_con ul li.company ul{
    flex-direction: row;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .rank_con ul li.rank_txt{
    justify-content: center;
  }
}


@media screen and (max-width: 769px) {

  .rank_con ul li:nth-of-type(1) {
    width: 100%;
  }

  .rank_con ul {
    margin-top: 0.5rem;
  }
}

@media screen and (max-width: 680px) {
  .app_gp li a, .social_gp li a{
    flex-direction:column;
  }

}



@media screen and (max-width: 480px) {

  .footer {
    width: 93%;
    padding: 0rem 0;
    margin: 0 auto;
  }

  .rank_con ul li.company ul{
    gap: .3rem;
    justify-content: center;
  }

  .rank_con ul li .rank_icon img {
    margin: .3rem 0.3rem 0rem 0rem;
  }

}


@media (max-width: 400px) {
  .company .uj_logo{
    width: 85px !important;
  }
}