@charset "UTF-8";

/* CSS Document */
* {
  /* margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; */
  image-rendering: -moz-crisp-edges; /* Firefox        */
  image-rendering: -o-crisp-edges; /* Opera          */
  image-rendering: -webkit-optimiz-contrast; /* Safari         */
  image-rendering: optimize-contrst; /* CSS3 Proposed  */
  -ms-interpolation-mode: neares-neighbor; /* IE8+           */
}

html {
  /* width: 100%;
  height: 100%;
  font-family: Arial, Helvetica, "微軟正黑體", sans-serif;
  text-size-adjust: none;
  font-size: 15px; */
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  color: #fff;
}
.fs-1 {
  font-size: calc(1rem + 1.5vw) !important;
}

.titleh2 {
  font-size: calc(2.8rem + 1vw);
  font-family: "ar-fangxinshuh7b5std", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #333366;
}
.h3Purple {
  display: inline-block;
  background-color: #aaa7f0;
  color: #aaa7f0;
  -webkit-text-stroke: 1px #fff;
  font-style: italic;
  font-weight: bolder;
  font-size: calc(1.5rem + 1vw);
  border-radius: 999px;
}
h4 {
  font-size: calc(1.25rem + 1vw);
  font-family: "ar-fangxinshuh7b5std", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.4;
}
b {
  color: #333366;
}
strong {
  color: #f9b401;
}
.allText {
  text-align: justify;
  color: #666666;
  font-size: calc(1rem + 0.5vw) !important;
}
.alltable {
  text-align: center;
  color: #666666;
  font-size: calc(1rem + 0.2vw) !important;
}
.Icon {
  font-size: calc(2rem + 0.3vw);
}
.table > :not(caption) > * > * {
  border-bottom: #238dd8 1px solid;
}
.tableBorder {
  border-right: #238dd8 1px solid;
  border-left: #238dd8 1px solid;
}
th {
  vertical-align: middle;
}
.card {
  border-radius: 1rem;
}
.card-body {
  padding: 2vh 1vw;
}
.BTN {
  text-align: center;
}
.bTn {
  display: inline-block;
  padding: 1% 6%;
  font-weight: bolder;
  color: #26c8d5;
  line-height: 1.5;
  text-align: center;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  border-radius: 999px;
  transition: all 0.3s;
  outline: #26c8d5 2px solid;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid transparent;
}
.bTn::after {
  content: "";
  background: linear-gradient(#00d0ff 30%, #9ef8ee 70%);
  position: absolute;
  z-index: -1;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(-45deg) scale(0, 1);
  transition: all 0.5s;
}
.bTn:hover {
  color: #fff;
  transform: scale(1.1);
}
.bTn:hover:after {
  transform: skewX(-45deg) scale(1, 1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/*置頂按鈕*/
.gotop {
  background: #f3c53e;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 0px 0px 10px;
  position: fixed;
  bottom: 20%;
  right: 2%;
  z-index: 999;
  /* animation: movepoint 1.2s linear infinite; */
}
.gotop a {
  text-decoration: none;
  color: #ffffff;
}
.gotop:hover {
  box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.2);
}

/* == 桌機版優先 ============================================================================= */

/* 刊頭 */
.bg_banner {
  background-image: url(../images/header_bg.gif);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 0;
  padding-bottom: 47.916%;
}
.headerrow {
}
.col2 {
  padding: 14vh 0 0 0;
}
.headerbus {
}
.col5 {
  color: #fff4d6;
}
.col12 {
  background: -webkit-linear-gradient(bottom, #fdd980 35%, #f9b401 35%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 2vh 0 0 0;
}
header .display-1 {
  font-size: calc(6rem + 4.5vw);
  font-family: "source-han-sans-traditional", sans-serif;
  font-weight: 900;
  font-style: normal;
  -webkit-text-stroke: 5px #333366;
  paint-order: stroke;
}
/* 刊頭 */

/* 指引線 */
.downLine {
}
.downLineIcon {
  font-size: calc(1.5rem + 0.3vw);
  position: relative;
}
.downLineIcon::after {
  background-color: #333366;
  bottom: -250%;
  right: calc((100% - 2px) / 2);
  content: "";
  display: block;
  height: 65px;
  position: absolute;
  width: 2px;
  animation: scrollLine 1.2s cubic-bezier(0.06, 0.16, 0.27, 0.96) infinite;
}
/* 指引線 */

@keyframes scrollLine {
  0% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  50% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
  51% {
    transform: scaleY(1);
    transform-origin: top;
  }
  100% {
    transform: scaleY(1);
    transform-origin: top;
  }
}

/* 麵包屑 */
.path {
  margin: 0;
  font-size: 16px;
  padding: 5vh 0;
  padding-left: 0;
  color: #000;
}
.path ol {
  padding: 0;
  margin: 0;
}
.path li {
  margin: 0;
  display: inline-block;
}
.path li a {
  color: #000;
  text-decoration: underline;
}
.path li a:hover {
  text-decoration: none;
}

/* 引言 */
.introduction {
}
.introductionText {
  color: #4d4d4d;
  font-size: calc(1rem + 0.5vw);
  margin: 0;
  text-align: justify;
}
/* 引言 */

/* 選擇臺鐵招考優勢 */
.advantage {
  position: relative;
}
.advantage::after {
  content: "";
  position: absolute;
  display: block;
  width: 68%;
  height: 97%;
  background-color: #ecdeff;
  background-image: url(../images/dot.png);
  background-repeat: repeat;
  top: 0%;
  right: 0%;
  -webkit-transform: translate(0);
  z-index: -1;
  border-radius: 50px 0 0 50px;
  animation: bg_loop_reverse 20s linear infinite;
}
.advantagerow {
}
.advantageLi {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-image: linear-gradient(to left, #333366, #9973de);
  border-radius: 15px;
}
.advantageLi:nth-child(even) {
  background-image: linear-gradient(to left, #9973de, #aaa7f0);
}
.advantageIcon {
  font-size: calc(1.25rem + 1vw);
  color: #aaa7f0;
}
.advantageLi:nth-child(even) .advantageIcon {
  color: #333366;
}
.advantageh5 {
  font-size: calc(1.35rem + 0.9vw);
  color: #fff;
  line-height: 1;
  font-weight: 700;
}
/* 選擇臺鐵招考優勢 */

/* 想在臺鐵工作．我適合做什麼 */
.suitable {
  position: relative;
}
.suitable::after {
  content: "";
  position: absolute;
  display: block;
  width: 68%;
  height: 97%;
  background-color: #fff4d6;
  background-image: url(../images/dot.png);
  background-repeat: repeat;
  top: 0%;
  left: 0%;
  -webkit-transform: translate(0);
  z-index: -1;
  border-radius: 0px 50px 50px 0;
  animation: bg_loop_reverse 20s linear infinite;
}
.suitable .subtitle {
  margin: 10px 0;
  display: flex;
  justify-content: center;
}
.suitablerow {
  margin-top: 10vh !important;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 48px;
}
.suitablecol {
  padding: 0 1% 0;
}
.suitablewrap {
  border: #48b797 1px solid;
  border-radius: 999px 999px 0px 0px;
}
.suitablecol img {
  transform: translateY(-5vh);
}
.suitableh5 {
  font-size: calc(1.35rem + 0.9vw);
  color: #48b797;
  line-height: 1;
  font-weight: 700;
}
.suitableIcon {
  font-size: calc(1.5rem + 1.5vw);
  color: #f9b401;
  animation: arrowmove 1s linear infinite alternate;
}

@keyframes arrowmove {
  0% {
    transform: translateY(-8px);
  }
  20% {
  }
  50% {
    transform: translateY(0px);
  }
  80% {
  }
  100% {
    transform: translateY(-10px);
  }
}

.suitableText {
  color: #4d4d4d;
  font-size: calc(1rem + 0.5vw);
  line-height: 1.4;
  margin: 0;
}
.sublist {
  background: linear-gradient(#48b797 30%, #95d9c9 70%);
  padding: 0 2vw 2vh 2vw;
  border-radius: 0px 0px 30px 30px;
  border: #48b797 1px solid;

  display: none;
}
.colgreen {
  display: inline-block;
  color: #48b797;
  font-size: calc(1rem + 0.5vw);
  font-weight: 700;
  border-radius: 0 0 20px 20px;
  background: #95d9c9;
}
.suitableh6 {
  font-size: calc(1.45rem + 0.9vw);
  color: #fff;
  line-height: 1.4;
  font-weight: 700;
}
/* 想在臺鐵工作．我適合做什麼 */

/* 臺鐵甄試資格及方式 */
.qualifications {
  background: #256fa0;
}
.qualificationswrap {
  background: #95d9c9;
  border-radius: 15px;
}
.row {
  --bs-gutter-x: 0;
}
.nav-link {
  padding: 0.5rem 0.5rem !important;
}
.nav-link:nth-child(1) {
  border-radius: 15px 0 0 0;
  background: #95d9c9;
}
.nav-link:nth-child(2) {
  background: #9ef8ee;
}
.nav-link:nth-child(3) {
  background: #fdd980;
}
.nav-link:nth-child(4) {
  border-radius: 0 15px 0 0;
  background: #fff4d6;
}
.nav-link br {
  display: none;
}

.qualificationsh5 {
  font-size: calc(1.2rem + 0.3vw);
  line-height: 1.4;
  color: #4d4d4d;
}
.qualificationsh4 {
  color: #256fa0;
  font-size: calc(1rem + 0.9vw);
  font-weight: 700;
}
.qualificationsText {
  display: flex;
  justify-content: space-between;
}
.qualificationsSpan {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4d4d4d;
  font-size: calc(1rem + 0.5vw);
  color: #fff;
  font-weight: 900;
}
.qualificationsP {
  width: 74.5%;
  text-align: justify;
  background: #fff;
  color: #4d4d4d;
  font-size: calc(1rem + 0.5vw);
  line-height: 1.4;
  margin: 0;
}
.qualificationsbottomtext {
  line-height: 1.4;
  color: #4d4d4d;
  text-align: justify !important;
  font-size: calc(0.5rem + 0.6vw);
}

/* 臺鐵甄試資格及方式 */

/* 臺鐵招考薪資 */
.salary {
  position: relative;
}
.salary::after {
  content: "";
  position: absolute;
  display: block;
  width: 68%;
  height: 93%;
  background-color: #f2f2f2;
  background-image: url(../images/dot.png);
  background-repeat: repeat;
  top: calc((100% - 93%) / 2);
  right: 0%;
  -webkit-transform: translate(0);
  z-index: -1;
  border-radius: 50px 0 0 50px;
  animation: bg_loop_reverse 20s linear infinite;
}
.salaryrow {
}
.salarycol {
}
.salaryLi {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4%;
  border-bottom: #4d4d4d 1.5px dashed;
}
.salarySpan {
  display: inline-block;
  border-radius: 10px;
  font-size: calc(1rem + 0.9vw);
  color: #fff;
  line-height: 1;
  font-weight: 700;
  background: linear-gradient(#333366 30%, #9973de 70%);
}
.salarycol .salaryLi:nth-child(even) .salarySpan {
  background: linear-gradient(#95d9c9 30%, #48b797 70%);
}
.salaryh5 {
  font-size: calc(1.35rem + 0.9vw);
  color: #4d4d4d;
  line-height: 1;
  font-weight: 700;
  width: 65%;
}
.salaryStrong {
  font-style: italic;
  font-weight: 900;
  font-size: calc(2.8rem + 1vw);
}
/* 臺鐵招考薪資 */

/* 臺鐵招考心得 */
/*----------------輪播--------------------*/
.word {
  background-image: url("../images/word_bg.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}
.step-swiper-fn {
  position: relative;
}
.step-swiper-fn .swiper-wrapper {
  position: relative;
  height: auto;
}
.ooba {
  padding: 0 10% 2%;
}
.step-swiper-fn .swiper-slide {
  margin: 0;
  padding: 0;
  position: relative;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.step-swiper-fn .swiper-button-next {
  z-index: 57;
  top: calc(100% / 2);
  background: #f9b401;
  right: 30px;
  width: 75px;
  height: 75px;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.step-swiper-fn .swiper-button-next:hover {
  background: #333366;
  transition: all 0.3s;
}
.step-swiper-fn .swiper-button-prev {
  z-index: 57;
  top: calc(100% / 2);
  background: #f9b401;
  left: 30px;
  width: 75px;
  height: 75px;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.step-swiper-fn .swiper-button-prev:hover {
  background: #333366;
  transition: all 0.3s;
}
.step-swiper-fn .swiper-button-next img {
  z-index: 57;
  width: 50%;
}
.step-swiper-fn .swiper-button-prev img {
  z-index: 57;
  width: 50%;
}
.step-swiper-fn .swiper-pagination {
  position: relative;
  z-index: 56;
  width: 100%;
  margin: 20px auto 0px auto;
}
.step-swiper-fn .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: #595757;
  position: relative;
  top: 0px;
  margin: 0px 5px;
}
.step-swiper-fn .swiper-pagination-bullet-active {
  color: #fff;
  background: #4eb376;
}
.wordTop {
  padding: 10%;
  border-radius: 15px 15px 0 0;
  background-color: #4d4d4d;
  outline: #4d4d4d 1px solid;
}
.wordtrain {
  width: 100px;
  height: 100px;
  border-radius: 999px;
  z-index: 999;
  background-color: #4d4d4d;
  color: #9ef8ee;
  font-size: calc(2.5rem + 1vw);
  color: linear-gradient(#00d0ff 30%, #9ef8ee 70%);
}

.wordH4 {
  font-size: calc(1.45rem + 1vw);
  color: #f9b401;
  border-bottom: #fff 1px solid;
}
.StepH4::after {
  /* content: "";
  position: absolute;
  bottom: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
  background-color: #2f4063; */
}
.wordH6 {
  font-size: calc(1rem + 0.5vw);
  line-height: 1.4;
  margin: 0;
  color: #fff;
}
.wordH6 strong {
  color: #9ef8ee;
}
.wordH5 {
  display: inline-block;
  font-size: calc(1.35rem + 0.9vw);
  color: #fff;
  line-height: 1;
  font-weight: 700;
  margin: 0;
  outline: #fff 1px solid;
}
.wordBottom {
  padding: 10%;
  border-radius: 0 0 15px 15px;
  outline: #4d4d4d 1px solid;
}
.wordText {
  color: #4d4d4d;
  font-size: calc(1rem + 0.5vw);
  line-height: 1.4;
  margin: 0;
  text-align: justify;
}
/*----------------END-輪播--------------------*/

/* 臺鐵招考心得 */

/* 各系列連結
footer {
  background-color: #84d6df;
}
footer ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0px;
}
footer ul li {
  width: 20%;
}
.footerText {
  font-size: 1.25rem;
  color: #2359d8;
  position: relative;
}
.footerText::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -2px;
  left: 45%;
  width: 0;
  height: 1px;
  background: #fff;
  transition: all 0.8s;
}
.footerText:hover::after {
  left: 0;
  width: 99%;
}
各系列連結 */

/* ===== 其他 ========================================================================================= */
@media (max-width: 1680px) {
  /* header */
  .col2 {
    padding: 11.5vh 0 0 0;
  }
  /* header */
}

@media (max-width: 1440px) {
  /* header */
  .col12 {
    padding: 0;
  }

  /* header */
}
@media (max-width: 1366px) {
}

@media (max-width: 1280px) {
  /* header */
  header .display-1 {
    font-size: calc(4rem + 4.5vw);
    -webkit-text-stroke: 3px #333366;
  }
  /* header */

  /* 導遊、領隊資格及證明文件 */
  .qualIfycamara {
    bottom: 56%;
  }
  /* 導遊、領隊資格及證明文件 */
}

@media (max-width: 1180px) {
  /* header */
  .col2 {
    padding: 9vh 0 0 0;
  }
  /* header */

  /* 想在臺鐵工作．我適合做什麼 */
  .suitablerow {
    margin: 4vh 0 24px 0;
  }
  .suitablecol {
    margin: 10vh 0 0 0;
  }
  /* 想在臺鐵工作．我適合做什麼 */

  /* 導遊、領隊評量測驗重要日期 */
  .timeLine {
  }
  .timeLineWrap {
    width: 31%;
  }
  /* 導遊、領隊評量測驗重要日期 */

  /* 導遊、領隊資格及證明文件 */
  .qualIfy {
  }
}

@media (max-width: 1024px) {
  /* header */
  /* header */

  /* 導遊、領隊資格及證明文件 */
  .qualIfycamara {
    bottom: 51%;
  }
}

@media (max-width: 912px) {
  /* header */
  .col2 {
    padding: 4.5vh 0 0 0;
  }
  /* header */
}

/* ===== table ====================================================================================== */

@media (max-width: 820px) {
  /* header */
  header .display-1 {
    font-size: calc(3.5rem + 4.5vw);
  }
  /* header */

  /* 導遊、領隊評量測驗重要日期 */
  .timeLine {
    padding-bottom: 12vh;
  }
  /* 導遊、領隊評量測驗重要日期 */

  /* 導遊、領隊資格及證明文件 */
  .qualIfy {
    padding-bottom: 8vh;
  }
  /* 導遊、領隊資格及證明文件 */
}

/* ===== phone ========================================================================================= */
@media (max-width: 576px) {
  /*置頂按鈕*/
  .gotop {
    width: 50px;
    height: 50px;
    bottom: 40%;
  }
  .gotop a {
    font-size: 1rem;
  }
  .bTn {
    padding: 1% 10%;
  }
  .fs-1 {
    font-size: calc(1.5rem + 1.5vw) !important;
  }
  .titleh2 {
    font-size: calc(1.8rem + 1vw);
    text-align: center;
  }
  /* header */
  .bg_banner {
    background-image: url(../images/header_bg.gif);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 0;
    padding-bottom: 75%;
  }
  .titleh3 {
    font-size: calc(0.75rem + 1vw);
  }
  .col2 {
    padding: 5.5vh 0 0 0;
  }
  header .display-1 {
    font-size: calc(3.5rem + 4.5vw);

    -webkit-text-stroke: 2px #333366;
  }
  /* header */

  /* 指引線 */
  .downLineIcon {
    font-size: calc(0.8rem + 0.3vw);
  }
  .downLineIcon::after {
    bottom: -250%;
    right: calc((100% - 1px) / 2);
    width: 1px;
    height: 30px;
  }
  /* 指引線 */

  /* 麵包屑 */
  .path {
    padding: 4vh 2vw 0vh 2vw;
  }

  /* 引言 */
  .introduction {
    padding: 0 4%;
  }
  .introductionText {
    font-size: calc(0.8rem + 0.9vw);
    text-align: justify;
  }
  .introductionText br {
    display: none;
  }
  /* 引言 */

  /* 選擇臺鐵招考優勢 */
  .advantage {
    padding: 0 4%;
    text-align: center;
  }
  .advantage::after {
    top: calc((100% - 80%) / 2);
    width: 100%;
    height: 80%;
    border-radius: 0;
  }
  .advantageh5 {
    font-size: calc(1.2rem + 0.9vw);
  }
  .advantageimg {
    max-width: 60% !important;
  }
  /* 選擇臺鐵招考優勢 */

  /* 想在臺鐵工作．我適合做什麼 */
  .suitable {
    padding: 0 4%;
    text-align: center;
  }
  .suitable::after {
    top: calc((100% - 85%) / 2);
    width: 100%;
    height: 85%;
    border-radius: 0;
  }
  .suitablerow {
    margin-top: 2vh !important;
  }
  .suitablecol {
    margin: 5vh 0 0 0 !important;
    padding: 0;
  }
  .suitablecol img {
    max-width: 60%;
    transform: translateY(-3vh);
  }
  .suitableh5 {
    font-size: calc(1.2rem + 0.9vw);
  }
  .suitableText {
    font-size: calc(0.8rem + 0.9vw);
  }
  .suitableh6 {
    font-size: calc(1.2rem + 0.9vw);
  }
  /* 想在臺鐵工作．我適合做什麼 */

  /* 臺鐵甄試資格及方式 */
  .qualifications {
    padding: 0 4%;
  }
  .qualificationsh5 {
    font-size: calc(0.65rem + 0.6vw);
  }
  .qualificationsh4 {
    font-size: calc(0.8rem + 0.9vw);
  }
  .qualificationsSpan {
    font-size: calc(0.8rem + 0.9vw);
  }
  .qualificationsP {
    font-size: calc(0.8rem + 0.9vw);
  }
  /* 臺鐵甄試資格及方式 */

  /* 臺鐵招考薪資 */
  .salary {
    padding: 0 4%;
    text-align: center;
  }
  .salary::after {
    top: calc((100% - 75%) / 2);
    width: 100%;
    height: 75%;
    border-radius: 0;
  }
  .salaryLi {
    justify-content: center;
    gap: 5%;
  }
  .salarySpan {
    font-size: calc(1rem + 0.9vw);
  }
  .salaryh5 {
    text-align: justify;
    font-size: calc(1rem + 0.9vw);
  }
  .salaryStrong {
    font-size: calc(2rem + 1vw);
  }
  .salaryimg {
    max-width: 60% !important;
  }
  /* 臺鐵招考薪資 */

  /* 臺鐵招考心得 */
  .word {
    padding: 0 4%;
  }
  .wordtrain {
    width: 65px;
    height: 65px;
    font-size: calc(2rem + 0.5vw);
  }
  .ooba {
    padding: 0 0 2%;
  }
  .step-swiper-fn .swiper-button-next {
    right: -10px;
    width: 50px;
    height: 50px;
    top: calc((100% - 50px) / 2);
  }
  .step-swiper-fn .swiper-button-prev {
    left: -10px;
    width: 50px;
    height: 50px;
    top: calc((100% - 50px) / 2);
  }
  .wordTop {
    padding: 5%;
  }
  .wordH4 {
    font-size: calc(1.2rem + 0.9vw);
  }
  .wordH6 {
    font-size: 1rem;
  }
  .wordH5 {
    font-size: calc(1rem + 0.9vw);
  }
  .wordText {
    font-size: calc(0.8rem + 0.9vw);
  }

  /* 臺鐵招考心得 */

  /* footer
  .footerText {
    font-size: 1rem;
  } */
}
