@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Noto+Sans+TC:wght@100..900&display=swap");

/* 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;
  cursor: pointer;
}
a:hover {
  color: #fff;
}
.fs-1 {
  font-size: calc(1rem + 1.5vw) !important;
}
strong {
  color: #00838c;
}
.Icon {
  font-size: calc(2rem + 0.3vw);
}
.bottomText {
  color: #333333;
  font-size: calc(1.2rem + 0.5vw);
}
.BTN {
  text-align: center;
}
.bTn {
  display: inline-block;
  padding: 1% 6%;
  font-weight: bolder;
  font-size: calc(2rem + 0.5vw);
  color: #f2685b;
  line-height: 1.5;
  text-align: center;
  background: #fff;
  border-radius: 999px;
  transition: all 0.3s;
  outline: #f2685b 2px solid;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid transparent;
  animation: shadowflash2 1.8s linear infinite;
}
.bTn::after {
  content: "";
  background: linear-gradient(#e0a39d 30%, #f2685b 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;
}
.BTN p {
  font-size: calc(2rem + 0.5vw);
  color: #f2685b;
}
.BTN span {
  color: #333333;
}
/*置頂按鈕*/
.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/bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 0;
  padding-bottom: 43.25%;
}
.headerimg {
}
/* 刊頭 */

/* 指引線 */
.downLine {
  background-color: #9ce2e2;
}
.downLineIcon {
  font-size: calc(1.5rem + 0.3vw);
  position: relative;
  color: #00838c;
  line-height: 1;
}
.downLineIcon::after {
  background-color: #00838c;
  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;
}
/* 指引線 */

/* 引言 */
.introduction {
  text-align: center;
  background-color: #9ce2e2;
}
.introductionText {
  color: #333333;
  font-size: calc(2rem + 0.5vw);
}
.introductionSpan {
  color: #666666;
  font-size: calc(1.5rem + 0.5vw);
}
/* 引言 */

/* 五大動機 */
.motivation {
  background-color: #9ce2e2;
  background: linear-gradient(#9ce2e2 30%, #fff 70%);
  position: relative;
  z-index: 999;
  text-align: center;
}
.motivation::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  clip-path: ellipse(100% 32% at 50% 50%);
  background-color: #fff;
  top: 0%;
  /* right: calc((100% - 150%) / 2); */
  right: 0;
  z-index: -1;
  /* border-radius: 555px 555px 0 0; */
}
.motivationrow {
}
.motivationwrap {
}
.motivationText {
  color: #00838c;
  font-size: calc(1rem + 0.6vw);
  line-height: 1.4;
  margin: 0;
  font-family: "ar-fangxinshuh7b5std", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.motivationIcon {
  font-size: calc(1.5rem + 1.5vw);
  color: #f2685b;
  animation: arrowmove 1s linear infinite alternate;
}
@keyframes arrowmove {
  0% {
    transform: translateY(-8px);
  }
  20% {
  }
  50% {
    transform: translateY(0px);
  }
  80% {
  }
  100% {
    transform: translateY(-10px);
  }
}
.sublist {
  width: 65%;
  background: #fed425;
  padding: 4% 5%;
  display: none;
  cursor: pointer;
  border-radius: 999px;
  margin: 0 auto;
  transition: 0.3s;
}
.sublist:hover {
  transform: scale(1.1);
}
.motivationH6 {
  font-size: calc(1rem + 0.6vw);
  line-height: 1;
  margin: 0;
  font-family: "ar-fangxinshuh7b5std", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #00838c;
}
/* 五大動機 */

/* 公務員VS民間企業 */
.versus {
  text-align: center;
  position: relative;
}
.versus::after {
  content: "";
  position: absolute;
  display: block;
  width: 88%;
  height: 100%;
  background-color: #62bd9a;
  background-image: url(../images/salarydot.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;
}
.versusimg1 {
}
.h3versus {
  color: #333333;
  font-size: calc(2rem + 0.5vw);
  font-weight: 900;
}
.h2versus {
  color: #fff;
  font-size: calc(2.8rem + 0.5vw);
  font-weight: 900;
  font-family: "Noto Sans TC", sans-serif;
  position: relative;
  z-index: 9999;
}
.h2versus::before {
  content: attr(data-storke);
  position: absolute;
  color: #333333;
  -webkit-text-stroke: 8px #333333;
  text-stroke: 8px #333333;
  z-index: -1;
}
.h2versus strong {
  color: #fed425;
}
/* 公務員VS民間企業 */

/* 高考年收超過77萬 */
.over {
  text-align: center;
  position: relative;
}
.over::after {
  content: "";
  position: absolute;
  display: block;
  width: 88%;
  height: 97%;
  background-color: #00838c;
  background-image: url(../images/salarydot.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;
}
.h3over {
  color: #fff;
  font-size: calc(2rem + 0.5vw);
  font-weight: 900;
}
.h2over {
  color: #fff;
  font-size: calc(2.8rem + 0.5vw);
  font-weight: 900;
  font-family: "Noto Sans TC", sans-serif;
  position: relative;
  z-index: 9999;
}
.h2over::before {
  content: attr(data-storke);
  position: absolute;
  color: #333333;
  -webkit-text-stroke: 8px #333333;
  text-stroke: 8px #333333;
  z-index: -1;
}
.h2over strong {
  color: #fed425;
}
.overText {
  display: inline-block;
  color: #fff;
  font-size: calc(1.2rem + 0.5vw);
  border-radius: 999px;
  border: #fff 1px solid;
}
.overbottomText {
  color: #fff;
  font-size: calc(1.2rem + 0.5vw);
  font-weight: bolder;
}
.overbottomText strong {
  color: #fed425;
}
/* 高考年收超過77萬 */

/*國考學霸來報到*/
.student {
  text-align: center;
  background-color: #f2f2f2;
  overflow: hidden;
  z-index: -1;
}
.sec5 {
  position: relative;
}
.carousel {
  position: absolute;
  z-index: 1;
  width: 100%;
}
.owl-carousel1,
.owl-carousel2 {
  margin-bottom: 10px;
}
.starStudent {
  position: absolute;
  top: 20%;
  right: 4%;
  z-index: 999;
}
.sec5 section .col-9 {
  background: #fff;
  padding: 5%;
}
.sec5 {
  position: relative;
}
.allText {
  color: #333333;
  font-size: calc(1.2rem + 0.5vw);
  font-weight: bolder;
  text-align: center;
}

/* 讓志光陪你尋找 */
.word {
  position: relative;
  /* background-image: url(../images/word_bg01.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; */
  text-align: center;
}
.word::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 90%;
  background-image: url(../images/word_bg01.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  animation: flash 2s linear infinite;
  bottom: 0%;
  left: 0%;
  z-index: -1;
}
.wordText {
  line-height: 1.8;
  color: #00838c;
  font-size: calc(2.2rem + 0.5vw);
  font-weight: 900;
  /* animation: flash 2s linear infinite; */
}
.wordSpan {
  display: inline-block;
  font-size: calc(2.4rem + 1vw);
  font-family: "ar-fangxinshuh7b5std", sans-serif;
  font-weight: 900;
  font-style: normal;
  background-color: #00838c;
  color: #fff;
  line-height: 75px;
  width: 75px;
  height: 75px;
  border-radius: 999px;
}
/* 讓志光陪你尋找 */
.wordimg1 {
  max-width: 100%;
  position: absolute;
  bottom: 15%;
  left: 10%;
  -webkit-transform: translate(0);
}
.wordimg2 {
  max-width: 100%;
  position: absolute;
  bottom: 2%;
  right: 10%;
  -webkit-transform: translate(0);
}

/* ===== 其他 ========================================================================================= */
@media (max-width: 1680px) {
  /* header */

  /* header */
}

@media (max-width: 1440px) {
  /* header */

  /* header */
}
@media (max-width: 1366px) {
  /* 公務員VS民間企業 */
  .versus::after {
    width: 97%;
  }
  .h2versus {
    font-size: calc(2.4rem + 0.5vw);
  }
  /* 高考年收超過77萬 */
  .over::after {
    width: 97%;
  }
}

@media (max-width: 1280px) {
}

@media (max-width: 1180px) {
  /* header */
  /* header */

  /* 想在臺鐵工作．我適合做什麼 */
  .suitablerow {
    margin: 4vh 0 24px 0;
  }
  .suitablecol {
    margin: 10vh 0 0 0;
  }
  /* 想在臺鐵工作．我適合做什麼 */

  /* 導遊、領隊評量測驗重要日期 */
  .timeLine {
  }
  .timeLineWrap {
    width: 31%;
  }
  /* 導遊、領隊評量測驗重要日期 */

  /* 導遊、領隊資格及證明文件 */
  .qualIfy {
  }
}

@media (max-width: 1024px) {
  /* header */
  /* header */

  /* 引言 */
  .introductionText {
    font-size: calc(1.7rem + 0.5vw);
  }
  .introductionSpan {
    font-size: calc(1.2rem + 0.5vw);
  }

  /* 五大動機 */
  .sublist {
    width: 90%;
  }

  /* 導遊、領隊資格及證明文件 */
  .qualIfycamara {
    bottom: 51%;
  }
}

@media (max-width: 912px) {
  /* header */
  /* header */
}

/* ===== table ====================================================================================== */

@media (max-width: 820px) {
  /* 讓志光陪你尋找 */
  .wordimg1 {
    left: 0%;
  }
  .wordimg2 {
    max-width: 28%;
    bottom: 5%;
    right: 0%;
  }
}

/* ===== phone ========================================================================================= */
@media (max-width: 576px) {
  /*置頂按鈕*/
  .gotop {
    width: 50px;
    height: 50px;
    bottom: 40%;
  }
  .gotop a {
    font-size: 1rem;
  }
  .bottomText {
    font-size: calc(1rem + 0.5vw);
  }
  .bTn {
    padding: 1% 6%;
    font-size: calc(1.3rem + 1vw) !important;
  }
  .BTN p {
    font-size: calc(1.3rem + 1vw);
    color: #f2685b;
  }

  .titleh2 {
    font-size: calc(1.8rem + 1vw);
    text-align: center;
  }
  /* header */
  .bg_banner {
    background-image: url(../images/bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 0;
    padding-bottom: 89.9%;
  }
  .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(1.2rem + 0.5vw);
  }
  .downLineIcon::after {
    bottom: -170%;
    right: calc((100% - 1px) / 2);
    width: 1px;
    height: 30px;
  }
  /* 指引線 */

  /* 引言 */
  .introduction {
    padding: 0 4%;
  }
  .introductionText {
    font-size: calc(1rem + 1vw);
    font-weight: 900;
  }
  .introductionSpan {
    font-size: calc(1rem + 0.5vw);
  }
  /* 引言 */

  /* 五大動機 */
  .motivation::after {
    clip-path: ellipse(200% 40% at 50% 50%);
    background-color: #fff;
    top: 0%;
    right: 0;
  }
  .sublist {
    width: 100%;
  }
  .motivationText {
    font-size: calc(1rem + 0.3vw);
  }

  /* 公務員VS民間企業 */
  .versus::after {
    border-radius: 0px 25px 25px 0;
  }
  .versusimg1 {
    max-width: 40%;
  }
  .h3versus {
    font-size: calc(1.3rem + 1vw);
  }
  .h2versus {
    color: #fff;
    font-size: calc(2.4rem + 0.5vw);
    text-shadow: -2px -2px 0 #333333, 2px -2px 0 #333333, -2px 2px 0 #333333,
      2px 2px 0 #333333;
  }
  .h2versus::before {
    display: none;
  }

  /* 高考年收超過77萬 */
  .over::after {
    border-radius: 25px 0px 2px 25px;
  }
  .h3over {
    font-size: calc(1.3rem + 1vw);
  }
  .h2over {
    font-size: calc(2.4rem + 0.5vw);
    text-shadow: -2px -2px 0 #333333, 2px -2px 0 #333333, -2px 2px 0 #333333,
      2px 2px 0 #333333;
  }
  .h2over::before {
    display: none;
  }
  .overText {
    font-size: calc(1rem + 0.5vw);
  }

  /* 讓志光陪你尋找 */
  .word::after {
    height: 95%;
  }
  .wordText {
    font-size: calc(2rem + 1vw);
    font-weight: bolder;
  }
  .wordSpan {
    font-size: calc(2.2rem + 1vw);
    line-height: 55px;
    width: 55px;
    height: 55px;
  }
  .wordimg1 {
    max-width: 38%;
    bottom: 0%;
    left: 5%;
  }
  /* 讓志光陪你尋找 */
}
