/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/src/css/home/member_score.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "MaruFoPro-Medium";
  src: url(../../assets/fonts/MaruFoPro-Medium.otf) format("opentype");
  font-display: swap;
}
.page_sec {
  padding: 6.25rem 0 10.625rem;
}
.page_sec .maintitle_row {
  margin-bottom: 3.125rem;
}
.page_sec .breadcrumbs {
  margin-bottom: 0.9375rem;
}
.page_sec .tab_row {
  margin-bottom: 8.125rem;
}
@media screen and (max-width: 480px) {
  .page_sec .tab_row {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .page_sec .tab_col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.page_sec .btn_row {
  margin-right: -0.625rem;
  margin-top: 1.875rem;
}
.page_sec .btn_col {
  padding: 0 0.625rem;
}
.page_sec .btn_link_txt {
  color: #fff;
  font-size: 1.25rem;
}
.page_sec .btn_link_txt:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page_sec .btn_link_txt:hover {
  color: #fff;
}
.page_sec .btn_link_txt:hover:before {
  background: #fff;
}

.sec_title_row {
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
}

.sec_title {
  color: #fff;
}

.score_title {
  font-size: 1.4375rem;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .score_title {
    font-size: 1.625rem;
  }
}

.sec_subtitle {
  font-size: 1.4375rem;
  color: #fff;
  padding-left: 1.875rem;
  position: relative;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 480px) {
  .sec_subtitle {
    font-size: 1.75rem;
  }
}
.sec_subtitle:before {
  content: "";
  width: 1.0625rem;
  height: 1.0625rem;
  background-image: url(../../assets/img/fastlink_bg.png);
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sec_table {
  font-size: 1.25rem;
  background: #fff;
  border-radius: 0.3125rem;
  padding: 0rem 1.875rem;
}
@media screen and (max-width: 480px) {
  .sec_table {
    font-size: 1.4375rem;
    padding: 0rem 1.25rem;
  }
}
.sec_table th,
.sec_table td {
  text-align: left;
  padding: 0.625rem 0;
}
.sec_table th {
  white-space: nowrap;
  padding-right: 1.875rem;
}
.sec_table td {
  width: 100%;
  border-bottom: 1px solid rgba(36, 148, 248, 0.2);
}
.sec_table tr:last-child td {
  border-bottom: 0;
}

.score_row {
  color: #eee;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 480px) {
  .score_row {
    font-size: 1.3125rem;
  }
}
.score_row span {
  font-size: 2.9375rem;
  font-family: "MaruFoPro-Medium", "Noto Sans TC", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  color: #fad636;
  line-height: 1.4;
  text-shadow: -1px -1px 0 #c9a90a;
  margin: 0 0.3125rem;
}
@media screen and (max-width: 480px) {
  .score_row span {
    font-size: 3.125rem;
  }
}

.search_row {
  background: #eee;
  border-radius: 0.3125rem;
  padding: 0.4375rem 0;
  margin-top: 3.125rem;
}

.score_table {
  margin-top: 1.875rem;
}
.score_table .sec_subtitle {
  margin-bottom: 0.625rem;
}
.score_table table {
  font-size: 1.25rem;
  background: #fff;
  border-radius: 0.3125rem;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .score_table table {
    display: block;
    font-size: 1.375rem;
  }
}
.score_table thead,
.score_table tfoot {
  background: #eee;
}
@media screen and (max-width: 480px) {
  .score_table thead,
  .score_table tfoot {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .score_table thead {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .score_table tfoot th,
  .score_table tfoot td {
    text-align: right;
  }
}
.score_table th,
.score_table td {
  text-align: left;
  line-height: 1.4;
  padding: 0.625rem 0.9375rem;
}
@media screen and (max-width: 480px) {
  .score_table th,
  .score_table td {
    display: block;
    line-height: 1.6;
    padding: 0.1875rem 0.9375rem;
  }
}
.score_table th {
  text-align: center;
  white-space: nowrap;
}
.score_table td {
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 480px) {
  .score_table td {
    border-bottom: none;
  }
}
.score_table td:nth-child(2) {
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .score_table tr {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 0.625rem 0;
  }
}
.score_table tr:last-child td {
  border-bottom: 0;
}
.score_table .text_right {
  text-align: right;
}
.score_table .text_center {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .score_table .text_center {
    text-align: left;
  }
}
.score_table .m_title {
  display: none;
}
@media screen and (max-width: 480px) {
  .score_table .m_title {
    display: inline;
    font-weight: bold;
    padding-right: 0.4375rem;
  }
}

/*# sourceMappingURL=member_score.min.css.map*/