@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;
}

.footer {
  /* background: url(../img/bg_footer_dk.jpg) no-repeat top center;
  background-size: 100% 100%; */
  margin: 0 auto;
  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;
  padding: 1rem 0%;
  color: white;
  padding: 0;
  z-index: 999;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Yu Gothic', 'Meiryo', sans-serif;
  font-weight: bold;
}

.footer li,
.footer li span {
  font-size: 0.8rem;
}

.link_txt {
  font-size: 13px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.link_txt a {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  padding: 0.5rem 0.5rem;
  text-align: center;
  font-size: 0.8rem;
}

.link_txt a:hover {
  color: #c9aaeb;
}

.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;
}

.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;
}

@media (max-width: 1441px) {
  /*繁中*/
  .rank_con_zh ul li {
    line-height: 1.3;
  }
}

.rank_con p {
  font-size: 0.7rem;
  margin-top: 5px;
  margin-bottom: 0.4rem;
  text-align: center;
}

@media (max-width: 1441px) {
  /*繁中*/
  .rank_con_zh ul {
    margin-top: 0.3rem;
  }
}

/*分級*/
.rank_con ul li .icon img {
  width: 46px !important;
  height: auto;
  margin: 0.3rem 0.3rem 0rem 0.5rem;
}

.rank_con ul li .icon img.rank_18 {
  display: block;
}

@media (max-width: 1441px) {
  /*繁中*/
  .rank_con ul li .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: 50%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  /* gap: 1rem; */
}

ul#left_ul {
  align-items: left !important;
}

.company .uj_logo {
  width: 50%;
  text-align: center;
}

.company .uj_logo img {
  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;
}

/* .company a:hover {
  color: #c9aaeb;
} */

/* ===== footer 系統需求（小版）===== */

section.system_requirement_footer {
  height: 100%;
}

.system_requirement_footer {
  padding: 20px 0 20px;
  /* background: url(../img/bg_footer_dk.jpg) no-repeat top center;
  background-size: 100% 150%; */
  background: rgba(0, 0, 0, 0.4);
  margin-top: 20px;
}

/* 左右排 */
.sys_footer_wrap {
  display: flex;
  gap: 20px;
  justify-content: center;
}

/* 每一塊 */
.sys_block {
  width: 100%;
  max-width: 420px;
}

/* 小表格 */
.sys_table.small th,
.sys_table.small td {
  padding: 6px 10px;
  font-size: 0.8rem;
  line-height: 1.4;
}

/* 標題縮小 */
.system_requirement_footer .sys_title {
  font-size: 0.9rem;
  margin-bottom: 6px;
}

/* 手機：上下 */
@media (max-width: 768px) {
  .sys_footer_wrap {
    flex-direction: row;
    align-items: center;
  }
}

/* /////////////////////// RWD設定 /////////////////////// */

@media screen and (max-width: 1600px) {
  .footer {
    width: 88%;
  }
}

@media screen and (max-width: 1351px) {
  .rank_con ul li .icon img {
    width: 35px !important;
  }
}

@media screen and (max-width: 1281px) {
  /* 繁中 */
  .rank_con_zh ul {
    margin-top: 0rem;
  }
}

@media screen and (max-width: 1201px) {
  .footer {
    margin: 1rem auto;
  }

  .rank_con ul li.company {
    width: 50%;
  }

  .rank_con ul li.rank_txt {
    width: 45%;
  }
}

@media screen and (max-width: 992px) {
  .footer {
    margin: 0.5rem auto;
  }
  .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;
  }
  /* 繁中 */
  .rank_con_zh ul {
    margin-top: 0.5rem;
  }
}

@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: 480px) {
  .footer {
    width: 93%;
    padding: 0rem 0;
    margin: 0 auto;
  }

  .rank_con ul li.company ul {
    gap: 0.3rem;
    justify-content: center;
  }
  /* 繁中 */
  .rank_con_zh ul {
    padding-bottom: 1rem;
  }
  .rank_con_zh ul li:nth-of-type(2) {
    margin-top: 0.5rem;
  }

  .rank_con ul li .icon img {
    margin: 0.3rem 0.3rem 0rem 0rem;
  }
}

@media (max-width: 400px) {
  .company .uj_logo {
    width: 85px !important;
  }
}
