/*
 * 舊頁相容樣式（about / qa / senior_review 專用）
 * 這幾頁改載新版 css/front/front_style.css（header 才會跟首頁一致），
 * 但內文仍是舊版元件，以下規則從舊版 css/front_style.css 原樣搬過來，只在這三頁載入。
 */

/* ---------- 頁籤（qa、senior_review）----------
   新版 .tabs 是 GSAT 滑動頁籤（slider-mask + 左右箭頭）用的 flex 排版，
   套在舊版單純的 ul/li 上會在手機撐出橫向捲軸，這裡還原成舊版浮動排版 */
.tabs {
  display: block;
  margin: 1rem 0 -1px 0;
  overflow: hidden;
}
.tabs ul {
  display: block;
  width: auto;
  border-bottom: 0;
}
.tabs li {
  float: left;
  flex-shrink: 1;
  min-width: 0;
  margin: 0 5px 0 0;
  padding: 1rem;
  text-align: left;
}
@media (min-width: 0) and (max-width: 640px) {
  .tabs li {
    text-align: center;
    float: none;
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .tabs li {
    min-width: 75px;
    padding: 1rem;
  }
}
.tab_container {
  overflow: hidden;
}

/* ---------- 關於甄戰（about）---------- */
.article-ab {
  margin: 10px 0;
  color: #333;
  font-size: 1rem;
  line-height: 1.5rem;
  width: 100%;
}
@media only screen and (min-width: 1170px) {
  .article-ab {
    width: 65%;
    margin: 0 0 10px 35%;
  }
}

.rellgoodhistory {
  position: relative;
  width: 100%;
  background: url(../../images/front/about/about_04.jpg) top center repeat-y;
  background-size: cover;
  transform: translateZ(0);
  will-change: transform;
  overflow: hidden;
}
@media only screen and (min-width: 481px) {
  .rellgoodhistory {
    background: url(../../images/front/about/about_04.jpg) top center repeat-y fixed;
  }
}
.rellgoodhistory .addtextbox {
  border-top: #ff5a00 3px solid;
  background-color: #ffffff;
  padding: 20px 20px;
  color: #343434;
  font-size: 120%;
  line-height: 1.9rem;
  width: 70%;
  margin: 50px auto 100px auto;
}
@media only screen and (min-width: 481px) {
  .rellgoodhistory .addtextbox {
    font-size: 120%;
    line-height: 1.7rem;
    width: 80%;
    margin: 50px auto 100px auto;
    padding: 30px 30px;
  }
}
@media only screen and (min-width: 1100px) {
  .rellgoodhistory .addtextbox {
    font-size: 130%;
    line-height: 1.9rem;
    width: 70%;
    margin: 50px auto 100px auto;
    padding: 40px 40px;
  }
}
.rellgoodhistory .addtextbox li {
  color: #333;
  font-size: 1rem;
  margin-left: 2rem;
  list-style: square;
}
.rellgoodhistory .addtextbox aside {
  margin: 5px 0;
  color: #036EB8;
  font-size: 1.2rem;
}
