@charset "UTF-8";
/* html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: 'Noto Sans TC',montserrat, Arial, Helvetica, sans-serif;
} */
body {
  background-color: #3C9FD2;
  background: url(../images/lobby_xxl.webp);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#main-body {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#main-body .slogan {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  margin: 60px auto;
  white-space: nowrap;
  /* mix-blend-mode: color-dodge; */
  text-shadow: 0px 8px 8px rgba(0, 0, 0, 0.5);
}
#main-body time {
  color: #25366b;
  text-align: right;
}

.gray_frame {
  background-color: #fff;
  border: 5px solid var(--moj-gray-100);
  border-radius: var(--bs-border-radius-xl);
  padding: 30px;
  position: relative;
  font-size: 1.1rem;
  line-height: 1.8rem;
  margin-bottom: 2.5rem;
  word-break: break-word;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.gray_frame ul {
  padding-inline-start: 30px;
}
.gray_frame ul li {
  list-style-type: upper-greek;
}
.gray_frame ul.sub-ls li {
  list-style-type: lower-latin;
}
.gray_frame ul .starli {
  padding-inline-start: 5px;
}
.gray_frame ul .starli li {
  list-style: none;
}
.gray_frame ul .starli li::before {
  content: "★ ";
}

.toolbar {
  display: flex;
  gap: 15px;
  justify-content: space-evenly;
  align-items: center;
  background-color: #e7e6e2;
  font-size: 1.3rem;
  margin: 25px 0px;
  padding: 15px 0 10px 0;
  border-bottom: 8px solid #fff;
}
.toolbar img {
  height: 32px;
  padding: 2px 5px 7px 5px;
}

.subject {
  display: inline-block;
  padding: 8px;
  margin-bottom: 15px;
  border-radius: 0;
  background-color: #545454;
  color: #FFFFFF;
  text-align: center;
  font-weight: 600;
  font-size: 1.2rem;
  width: 100%;
}

.subject_red {
  display: inline-block;
  padding: 8px;
  margin-bottom: 15px;
  border-radius: 0;
  background-color: #a71717;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 1.2rem;
  width: 100%;
}

.graysquare {
  background-color: #f5f6f7;
  border-radius: var(--bs-border-radius-xl);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.graysquare img {
  height: 180px;
  max-width: 200px;
  margin-bottom: 15px;
}

.page_list {
  display: flex;
  justify-content: space-evenly;
  gap: 25px;
}
.page_list img {
  height: 32px;
}

.team_flex {
  display: flex;
  justify-content: space-evenly;
}

.dl_img {
  width: 120px;
  height: auto;
  max-height: 200px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* 即時排行 */
#ranking_change {
  margin: -30px auto 50px auto;
  text-align: center;
}
#ranking_change .nav-link {
  width: 200px;
  text-align: center;
  padding: 8px;
  margin: 10px 20px;
  border-radius: var(--bs-border-radius-pill);
  background-color: #dadbdc;
  color: #000000;
}
#ranking_change .nav-link.active {
  background-color: #237dac;
  color: white;
}

.ranking_content {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.ranking_content .nav-pills {
  width: 100%;
}
.ranking_content .nav-pills .nav-link {
  font-weight: bold;
  padding-top: 13px;
  text-align: center;
  background: #dadbdc;
  color: #000;
  border-radius: 1rem;
  height: 100px;
}
.ranking_content .nav-pills .nav-link.active {
  background: #D97E12;
  color: #fff;
}
.ranking_content .nav-item {
  width: 50%;
  z-index: 1;
}
.ranking_content .tab-content {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: -50px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  z-index: 2;
  border-radius: var(--bs-border-radius-xl);
  background-color: #FFFFFF;
  word-break: break-word;
  overflow: hidden;
  margin-bottom: 2.5rem;
}

.statistics {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.statistics .nav-pills {
  width: 100%;
}
.statistics .nav-pills .nav-link {
  font-weight: bold;
  padding-top: 13px;
  text-align: center;
  background: #dadbdc;
  color: #000;
  border-radius: 1rem;
  height: 100px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.statistics .nav-pills .nav-link.active {
  background: #D97E12;
  color: #fff;
}
.statistics .nav-item {
  width: 33.33%;
  z-index: 1;
}
.statistics .tab-content {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: -50px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  z-index: 2;
  border-radius: 1rem;
  background-color: #FFFFFF;
  font-size: 1.1rem;
  line-height: 1.8rem;
  margin-bottom: 100px;
  word-break: break-word;
  overflow: hidden;
}
.statistics .gov_table {
  width: 33.33%;
  padding: 0;
}

#publicity .navbar .navbar-toggler {
  margin-top: 0px !important;
  background-color: rgba(255, 255, 255, 0.3);
}
#publicity .navbar .navbar-collapse.show {
  background-color: #FFFFFF;
}
#publicity .navbar .navbar-collapse.show .nav-item {
  margin: 1rem 2rem;
  line-height: 3;
  border-bottom: 1px solid #dadbdc;
  width: calc(100% - 4rem);
}
#publicity .navbar .navbar-collapse.show .nav-item a {
  color: #000000;
}
#publicity .navbar-nav {
  margin-right: 0rem !important;
  align-items: flex-start !important;
}

@media screen and (max-width: 1200px) {
  .fixed-top {
    position: static;
  }
}
@media screen and (max-width: 1400px) {
  body {
    background: url(../images/lobby_lg.webp);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
}
@media screen and (max-width: 992px) {
  body {
    background: url(../images/lobby_md.webp);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  #main-body .slogan {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #main-body {
    height: auto;
  }
  .team_flex {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
}
@media screen and (max-width: 576px) {
  #main-body .slogan {
    font-size: 2.6rem;
    margin: 30px auto 10px auto;
  }
  .gray_frame button {
    width: 100%;
  }
  #ranking_change {
    flex-direction: column;
    margin: 0px auto 20px auto;
    align-items: center;
  }
  .statistics .gov_table p {
    font-size: 1rem;
  }
  .statistics .gov_table .table-rwd tr {
    margin-top: 0;
  }
}
@media screen and (max-width: 414px) {
  #main-body .slogan {
    font-size: 2rem;
    margin: 30px auto;
  }
}/*# sourceMappingURL=cms-style.css.map */