@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;500;600&display=swap");
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}

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;
}

/* == 桌機版優先 ============================================================================= */

/* 麵包屑 */
.path {
  padding: 80px calc((100% - 1200px) / 2);
  width: 100%;
  font-size: 16px;
  line-height: 50px;
  color: #000;
  position: relative;
  z-index: 888;
}
.path ol {
  margin: 0;
  padding: 0 1%;
  width: 100%;
}
.path li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.path li a {
  color: #000;
  text-decoration: underline;
}
.path li a:hover {
  text-decoration: none;
}

/* header */
header {
  margin: 0;
  background: url(../images/header.jpg) no-repeat;
  width: 100%;
  height: 0;
  padding-bottom: 40.5%;
  background-size: cover;
}
header .head {
  position: relative;
  margin: 0 auto;
  padding: 5% 0 25% 25%;
  width: 1200px;
}
header .head .headline01 {
  margin: 0;
  padding: 0;
}
header .head .headline01 h1 {
  position: absolute;
  display: inline-block;
  font-size: 7.5rem;
  font-weight: 900;
  line-height: 1;
  top: 55%;
  left: calc((100% - 190px) / 2);
  color: #39a7d3;
  animation: headPulse 1s 1s infinite;
}
/* 地方特考動畫 */
@keyframes headPulse {
  10% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
/* 地方特考動畫 */
header .head .text {
  position: absolute;
  top: 140%;
  left: calc((100% - 634px) / 2);
  font-size: 2.8em;
  font-weight: 900;
  color: #255762;
  display: flex;
  align-items: center;
}
header .head .text .headcircle01 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #255762;
  width: 50px;
  height: 50px;
  padding: 30px;
  margin: 0 2px;
  border-radius: 50%;
  color: #f0b20a;
}
header .head .text .headcircle02 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #255762;
  width: 50px;
  height: 50px;
  padding: 30px;
  margin: 0 2px;
  border-radius: 50%;
  color: #f0b20a;
}

/* 你適合考地方政府特考嗎？ */
.test {
  padding: 0px calc((100% - 1000px) / 2) 100px;
  background-color: white;
  text-align: center;
}
.test h2 {
  font-size: 3rem;
  color: #39a7d3;
}
.test h3 {
  margin: 20px 0 80px 0;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: justify;
  color: #000;
}
.test ul {
  padding-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.test ul > div {
  display: inline-block;
  padding: 51.5px;
  background-color: #ec6e5c;
  border-radius: 100px;
}
.test .testimg01 {
  margin-right: 25px;
}
.test .testimg02 {
  margin-left: 25px;
}
.test ul .test01 {
  padding: 10px;
  display: flex;
  justify-content: center;
  color: #ffff00;
  font-size: 2rem;
}
.fa-check {
  display: flex;
  align-items: center;
  padding: 5px;
  margin: 0 10px;
  border: #ffff00 3px double;
  animation: check 2s 1s infinite;
}
/* 打勾勾動畫 */
@keyframes check {
  10% {
    transform: scale(
        var(--fa-bounce-start-scale-x, 1.1),
        var(--fa-bounce-start-scale-y, 0.9)
      )
      translateY(0);
  }
  30% {
    transform: scale(
        var(--fa-bounce-jump-scale-x, 0.9),
        var(--fa-bounce-jump-scale-y, 1.1)
      )
      translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(
        var(--fa-bounce-land-scale-x, 1.05),
        var(--fa-bounce-land-scale-y, 0.95)
      )
      translateY(0);
  }
  57% {
    transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1) translateY(0);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}
/* 打勾勾動畫 */

.test ul .test01 h4 {
  font-size: 2rem;
  line-height: 2;
}
.test ul div p {
  font-size: 1.3rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
}
.test h5 {
  margin-top: 50px;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1.5;
}
/* 你適合考地方政府特考嗎？ */

/* 快速解析地方政府特考 */
.quick {
  padding: 100px calc((100% - 1000px) / 2);
  background: url(../images/bg05.jpg);
}
.quick h2 {
  font-size: 3em;
  color: #39a7d3;
  text-align: center;
}
.quick .faq {
  margin: 40px 0;
}
.quick .faq .question {
  margin: 5px 0;
}
.quick .faq .question.boxsty01 {
  border: 1px #56c0f5 dashed;
}
.quick .faq .question.boxsty02 {
  border: 1px #ff8f8e dashed;
}
.quick .faq .question.boxsty05 {
  border: 1px #ffa947 dashed;
}
.quick .faq .question .title {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.quick .faq .question .title.boxsty03 {
  background-color: #56c0f5;
}
.quick .faq .question .title.boxsty04 {
  background-color: #ff8f8e;
}
.quick .faq .question .title.boxsty06 {
  background-color: #ffa947;
}
.quick .faq .question span {
  display: inline-block;
  padding: 10px;
  margin: 10px;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  background-color: #fff;
  color: #ffd37a;
  text-align: center;
}
.quick .faq .question .title h3 {
  font-size: 1.7rem;
  color: #fff;
  font-weight: normal;
}
.quick .faq .question .title i {
  font-size: 1.5em;
  color: #fff;
}
.quick .faq .question .answer {
  text-align: justify;
  padding: 20px;
  font-size: 1.3rem;
  line-height: 1.8;
  display: none;
  background-color: #fff;
}
.quick .faq .question .answer span {
  color: #f08300;
}
.quick .locality-btn a {
  margin: 0 auto;
  padding: 12px 0;
  display: block;
  width: 320px;
  font-size: 1.4em;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #ec6e5c;
  border-radius: 40px;
  text-decoration: none;
  box-shadow: 0px 8px 0 rgb(178 53 40);
}
.quick .locality-btn a:hover {
  transform: translateY(4px);
  box-shadow: 0px 4px 0 rgb(178 53 40);
}
/* 快速解析地方政府特考 */

/* 地方政府特考三大優勢不藏私 */
.strength {
  padding: 100px calc((100% - 1000px) / 2);
  background-image: url(../images/bg02.png);
  background-repeat: repeat-y;
  text-align: center;
}
.strength h2 {
  font-size: 3em;
  color: #ec6e5c;
}
.strength ul {
  margin: 40px 0;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
}
.strength ul li {
  width: 28%;
}
.strength ul li a {
  display: block;
  cursor: pointer;
}

.strength ul li img {
  max-width: 276px;
}
.strength ul li i {
  display: block;
  padding: 15px 0;
  font-size: 3em;
  color: #fff;
}

.strength ul li p {
  padding: 20px 30px;
  font-size: 1.3em;
  line-height: 1.6;
  color: #000;
  text-align: justify;
  background-color: #fff;
  border-radius: 20px 20px 0px 0px;
  display: none;
}
.strength .locality-btn {
  margin: 40px 0 0;
  display: flex;
  justify-content: center;
}
.strength .locality-btn a.A {
  margin: 0 10px;
  display: block;
  padding: 12px 0;
  width: 300px;
  font-size: 1.4em;
  text-align: center;
  background-color: #56c0f5;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  box-shadow: 0px 8px 0 rgba(57, 167, 211, 1);
}
.strength .locality-btn a.B {
  margin: 0 10px;
  display: block;
  padding: 12px 0;
  width: 300px;
  font-size: 1.4em;
  text-align: center;
  background-color: #ec6e5c;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  box-shadow: 0px 8px 0 rgba(178, 53, 40, 1);
}
.strength .locality-btn a.A:hover {
  transform: translateY(4px);
  box-shadow: 0px 4px 0 rgba(57, 167, 211, 1);
}
.strength .locality-btn a.B:hover {
  transform: translateY(4px);
  box-shadow: 0px 4px 0 rgba(178, 53, 40, 1);
}
/* 地方政府特考三大優勢不藏私 */

/*考地特上榜機會增*/
.chance {
  padding: 100px calc((100% - 1000px) / 2);
  background-color: rgb(255, 255, 255);
  text-align: center;
}
.chance h2 {
  font-size: 3rem;
  color: #39a7d3;
}
.chance p {
  padding: 15px 0 50px 0;
  font-size: 2rem;
  color: #255762;
}
.chance h3 {
  padding: 20px 0 0;
  font-size: 1.3rem;
  text-align: justify;
  color: #000;
  font-weight: 500;
  line-height: 1.5;
}
.chance ul {
  margin: 80px 0; padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  /* align-items: center; */
}
.chance ul .chancecon {
  position: relative;
  box-sizing: border-box;
  padding: 50px;
  height: 14rem;
  width: 14rem;
  background-color: #e25344;
  border-radius: 5px;
  z-index: 1;
}
.chance ul .chancecon::before {
  position: absolute;
  content: "";
  display: block;
  box-sizing: border-box;
  left: 0;
  bottom: 0;
  height: 14rem;
  width: 14rem;
  border-radius: 5px;
  z-index: -1;
  background: #fecb4a;
  -webkit-transform: rotate(10deg);
}
.chance ul .chancecon::after {
  position: absolute;
  content: "";
  display: block;
  box-sizing: border-box;
  left: 0;
  bottom: 0;
  height: 14rem;
  width: 14rem;
  border-radius: 5px;
  z-index: -1;
  background: #56c0f5;
  -webkit-transform: rotate(-10deg);
}
.chance ul .chancecon div {
  position: absolute;
  width: 14rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.chance ul .chancecon h4 {
  margin: 0 0 10px 0;
  font-size: 2rem;
  color: #ffff00;
}
.chance ul .chancecon h5 {
  font-size: 1.3rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
}
.chance .locality-btn a {
  margin: 0 auto;
  padding: 12px 0;
  display: block;
  width: 320px;
  font-size: 1.4em;
  font-weight: 700;
  color: #fff;
  background-color: #56c0f5;
  border-radius: 40px;
  text-decoration: none;
  box-shadow: 0px 8px 0px rgba(57, 167, 211, 1);
}
.chance .locality-btn a:hover {
  transform: translateY(4px);
  box-shadow: 0px 4px 0px rgba(57, 167, 211, 1);
}

/* 線上備考資源－地方特考試題 */
.resource {
  padding: 100px calc((100% - 1000px) / 2);
  background-color: #c7eaf7;
  text-align: center;
}
.resource h2 {
  font-size: 3rem;
  color: #39a7d3;
}
.resource h3 {
  padding: 10px;
  margin: 20px auto;
  width: 50%;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #56c0f5;
  background-color: #fff;
  border-radius: 30px;
  /* border: #262625 1px dashed; */
}
.resource ul {
  margin: 50px 0; padding-left: 0;
  display: flex;
  justify-content: space-between;
}
.resource ul li {
  position: relative;
  box-sizing: border-box;
  /* padding: 50px; */
  width: 30%;
}
/* 箭頭動畫 */
.fa-arrow-circle-up {
  position: absolute;
  top: 50%;
  right: 13%;
  color: white;
  font-size: 3rem;
  -webkit-transform: rotate(-30deg);
  animation: bounce 2s 1s infinite;
  z-index: 888;
}
@keyframes bounce {
  0% {
    -webkit-transform: ro tate(-30deg);
  }
  10% {
    transform: scale(
        var(--fa-bounce-start-scale-x, 1.1),
        var(--fa-bounce-start-scale-y, 0.9)
      )
      translateY(0);
  }
  30% {
    transform: scale(
        var(--fa-bounce-jump-scale-x, 0.9),
        var(--fa-bounce-jump-scale-y, 1.1)
      )
      translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(
        var(--fa-bounce-land-scale-x, 1.05),
        var(--fa-bounce-land-scale-y, 0.95)
      )
      translateY(0);
  }
  57% {
    transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1) translateY(0) rotate(-30deg);
  }
  100% {
    transform: scale(1) translateY(0) rotate(-30deg);
  }
}
/* 箭頭動畫 */
.resource ul li div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  height: 14rem;
  width: 14rem;
  border-radius: 50%;
  background-color: #ffa947;
  box-shadow: 0 10px 0 #ff8812;
  border: white 1.5px dashed;
}
.resource ul li #resourcecon02 {
  background-color: #fecb4a;
  box-shadow: 0 10px 0 #ffa947;
}
.resource ul li div:hover {
  transform: translateY(4px);
  box-shadow: 0 5px 0 #ff8812;
  cursor: pointer;
}
.resource ul li #resourcecon02:hover {
  transform: translateY(4px);
  box-shadow: 0 5px 0 #ff8812;
  cursor: pointer;
}
.resource ul li h4 {
  /* margin: 0 0 10px 0; */
  font-size: 2rem;
  color: #ffffff;
}
.resource ul li h5 {
  padding: 30px 0 0 0;
  font-size: 1.3rem;
  color: #b23528;
  font-weight: 500;
  line-height: 1.5;
  text-align: justify;
}
.resource .locality-btn {
  margin: 40px 0 0;
  display: flex;
  justify-content: center;
}
.resource .locality-btn a.A {
  margin: 0 10px;
  display: block;
  padding: 12px 0;
  width: 300px;
  font-size: 1.4em;
  text-align: center;
  background-color: #56c0f5;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  box-shadow: 0px 8px 0 rgba(57, 167, 211, 1);
}
.resource .locality-btn a.B {
  margin: 0 10px;
  display: block;
  padding: 12px 0;
  width: 300px;
  font-size: 1.4em;
  text-align: center;
  background-color: #ec6e5c;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  box-shadow: 0px 8px 0 rgba(178, 53, 40, 1);
}
.resource .locality-btn a.A:hover {
  transform: translateY(4px);
  box-shadow: 0px 4px 0 rgba(57, 167, 211, 1);
}
.resource .locality-btn a.B:hover {
  transform: translateY(4px);
  box-shadow: 0px 4px 0 rgba(178, 53, 40, 1);
}
/* 線上備考資源－地方特考試題 */

/*地特上榜經驗*/
.onthlist {
  padding: 100px calc((100% - 1000px) / 2);
  background: url(../images/bg03.jpg);
  background-size: cover;
  text-align: center;
}
.onthlist h2 {
  font-size: 3em;
  color: #ec6e5c;
  text-align: center;
}
.onthlist ul {
  display: flex;
  justify-content: space-between;
  margin: 180px 0px 50px;
  padding-left: 0;
}
.onthlist ul li {
  position: relative;
  padding: 50px 35px 35px;
  background-color: #fff;
  border-radius: 15px;
  width: 48%;
}
.onthlist ul li img {
  display: block;
  position: absolute;
  top: -115px;
  left: calc((100% - 50%) / 2);
}
.onthlist ul li h3 {
  padding: 80px 0 10px;
  font-size: 3.5rem;
  color: #ec6e5c;
}
.onthlist ul li h4 {
  padding: 15px 8px;
  background-color: #b23528;
  font-size: 3.5rem;
  color: #fff;
  text-align-last: justify;
}
.onthlist ul li h5 {
  padding: 20px 0px;
  font-size: 2rem;
  color: #ec6e5c;
}
.onthlist ul li p {
  font-size: 1.3rem;
  line-height: 1.6;
  text-align: justify;
}
/* 地特全方位課程 */
.class {
  padding: 100px calc((100% - 1000px) / 2);
  background: url(../images/bg04.jpg) repeat-y;
  text-align: center;
}

.class h2 {
  font-size: 3rem;
  color: #39a7d3;
}
.class h3 {
  margin: 20px auto 80px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: justify;
}
.class .class01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
.class .class02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.class .class01 .circle01 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #56c0f5;
  height: 14rem;
  width: 14rem;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  font-size: 3.5rem;
  font-weight: 900;
}
.class .class02 .circle02 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffa947;
  height: 14rem;
  width: 14rem;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  font-size: 3.5rem;
  font-weight: 900;
}
.class .class01 .circle03 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  background-color: #ec6e5c;
  height: 14rem;
  width: 14rem;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  font-size: 3.5rem;
  font-weight: 900;
}
.fa-chevron-circle-left {
  margin: 0 20px;
  font-size: 2rem;
}
.fa-chevron-circle-right {
  margin: 0 20px;
  font-size: 2rem;
}
.class .class01 .classcon01 {
  width: 30%;
  color: #39a7d3;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1.6;
  text-align: justify;
}
.class .class02 .classcon02 {
  width: 30%;
  color: #ff8812;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1.6;
  text-align: justify;
}
.class .class01 .classcon03 {
  width: 30%;
  color: #b23528;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1.6;
  text-align: justify;
}
.class .locality-btn a {
  margin: 40px auto 0;
  padding: 12px 0;
  display: block;
  width: 320px;
  font-size: 1.4em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #56c0f5;
  border-radius: 40px;
  text-decoration: none;
  box-shadow: 0px 8px 0px rgba(57, 167, 211, 1);
}
.class .locality-btn a:hover {
  transform: translateY(4px);
  box-shadow: 0px 4px 0px rgba(57, 167, 211, 1);
}
/* 地特全方位課程 */

/* ===== other ====================================================================================== */

@media (max-width: 1680px) {
  /* header */
  header {
    margin: 0;
    background: url(../images/header.jpg) no-repeat;
    width: 100%;
    height: 0;
    padding-bottom: 40.5%;
    background-size: cover;
  }
  header .head {
    padding: 3.5% 0 0 30%;
  }
  header .head .headline01 h1 {
    top: 450%;
    left: calc((100% - 165px) / 2);
    font-size: 6.6em;
  }
  header .head .text {
    top: 1200%;
    left: calc((100% - 562px) / 2);
    font-size: 2.4em;
  }

  header .head-mobile {
    display: none;
  }
}

@media (max-width: 1536px) {
  /* header */
  header {
    margin: 0;
    background: url(../images/header.jpg) no-repeat;
    width: 100%;
    height: 0;
    padding-bottom: 40.5%;
    background-size: cover;
  }
  header .head {
    padding: 3% 0 0 33%;
  }
  header .head .headline01 h1 {
    top: 550%;
    left: calc((100% - 145px) / 2);
    font-size: 6em;
  }
  header .head .text {
    top: 1400%;
    left: calc((100% - 562px) / 2);
    font-size: 2.2em;
  }
  header .head-mobile {
    display: none;
  }
}

@media (max-width: 1366px) {
  /* header */
  header {
    margin: 0;
    background: url(../images/header.jpg) no-repeat;
    width: 100%;
    height: 0;
    padding-bottom: 40.5%;
    background-size: cover;
  }
  header .head {
    padding: 2% 0 0 38%;
  }
  header .head .headline01 h1 {
    top: 780%;
    left: calc((100% - 135px) / 2);
    font-size: 5.3em;
  }
  header .head .text {
    top: 2100%;
    left: calc((100% - 526px) / 2);
    font-size: 2.2em;
  }

  header .head-mobile {
    display: none;
  }
}

@media (max-width: 1180px) {
  /* header */
  header {
    background: url(../images/header-tablet.jpg) no-repeat;
    padding-bottom: 88%;
    background-size: cover;
  }
  header .head {
    margin: 0 auto;
    padding: 10% 0 0;
    width: 100%;
  }
  header .head .headline01 {
    margin: 0;
    padding: 0;
  }
  header .head .headline01 h1 {
    top: 285%;
    left: calc((100% - 145px) / 2);
    font-size: 6.1em;
  }
  header .head .text {
    top: 650%;
    left: calc((100% - 562px) / 2);
    font-size: 2.2em;
  }

  /* 你適合考地方政府特考嗎？ */
  .test {
    padding: 0px 5% 80px;
  }
  /* 你適合考地方政府特考嗎？ */

  /* 快速解析地方政府特考 */
  .quick {
    padding: 100px 5%;
  }
  /* 快速解析地方政府特考 */

  /* 地方政府特考三大優勢不藏私 */
  .strength {
    padding: 100px 5%;
  }
  .strength ul li img {
    width: 100%;
  }
  /* 地方政府特考三大優勢不藏私 */

  /*考地特上榜機會增*/
  .chance {
    padding: 100px 5%;
  }
  .chance ul .chancecon {
    width: 80%;
    max-width: 215px;
  }
  /*考地特上榜機會增*/

  /*線上備考資源－地方特考試題*/
  .resource {
    padding: 100px 5%;
  }
  .resource ul {
    margin: 80px 0 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .resource ul li {
    width: 33%;
    padding: 0px 20px 0px;
    margin: 0;
  }
  .resource ul li h3 {
    font-size: 1.2em;
  }
  /* 線上備考資源－地方特考試題 */

  /* 地特上榜經驗 */
  .onthlist {
    padding: 100px 5%;
  }
  .onthlist ul li h3 {
    font-size: 2.8rem;
  }
  .onthlist ul li h4 {
    font-size: 2.8rem;
  }
  /* 地特上榜經驗 */

  /* 地特全方位課程 */
  .class {
    padding: 100px 5%;
  }
  .class .class01 .circle01 {
    font-size: 2.8rem;
  }
  .class .class02 .circle02 {
    font-size: 2.8rem;
  }
  .class .class01 .circle03 {
    padding: 5%;
    font-size: 2.8rem;
  }
  /* 地特全方位課程 */
}

/* ===== table ====================================================================================== */

@media (max-width: 820px) {
  /* header */
  header {
    margin: 0;
    background: url(../images/header-mobile.jpg) no-repeat;
    padding-bottom: 120%;
    background-size: cover;
  }
  header .head {
    margin: 0 auto;
    padding: 12% 0 0;
    width: 100%;
  }
  header .head .headline01 h1 {
    top: 360%;
    left: calc((100% - 220px) / 2);
    font-size: 9rem;
  }
  header .head .text {
    top: 950%;
    left: calc((100% - 562px) / 2);
    font-size: 2.4em;
  }
  /* 你適合考地方政府特考嗎？ */
  .test {
    padding: 0px 5% 80px;
  }
  .test h2 {
    font-size: 2rem;
  }
  .test h3 {
    font-size: 1.1rem;
    margin: 20px auto 80px;
  }
  .test ul > div {
    padding: 36px;
    border-radius: 200px;
  }
  .test ul .test01 h4 {
    font-size: 1.7rem;
    line-height: 1.7;
  }
  .test ul div p {
    font-size: 1.2rem;
  }
  .test h5 {
    font-size: 1.1rem;
  }
  /* 你適合考地方政府特考嗎？ */

  /* 快速解析地方政府特考 */
  .quick {
    padding: 80px 5%;
  }
  .quick h2 {
    font-size: 2rem;
  }
  .quick .faq .question {
    margin: 5px 0;
  }
  .quick .faq .question .title {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .quick .faq .question .title h3 {
    font-size: 1.3rem;
  }
  .quick .faq .question .title i {
    font-size: 1.3rem;
  }
  .quick .faq .question .answer {
    padding: 20px;
    font-size: 1.1rem;
    line-height: 1.5;
  }
  /* 快速解析地方政府特考 */

  /* 地方政府特考三大優勢不藏私 */
  .strength {
    padding: 80px 5%;
  }
  .strength h2 {
    font-size: 2rem;
  }
  .chance p {
    font-size: 1.6rem;
    padding: 15px 0 35px 0;
  }
  .strength ul {
    margin: 20px 0 50px;
  }
  .strength ul li {
    width: 100%;
    padding: 40px 20px 0px 20px;
    margin: 0px;
  }
  .strength ul li p {
    font-size: 1.1rem;
  }
  /* 地方政府特考三大優勢不藏私 */

  /*考地特上榜機會增*/
  .chance {
    padding: 80px 5%;
  }
  .chance h2 {
    font-size: 2rem;
    word-break: keep-all;
  }
  .chance h3 {
    padding: 20px 0;
    font-size: 1.1em;
  }
  .chance ul {
    margin: 20px 0 50px;
  }
  .chance ul .chancecon {
    width: 10rem;
    height: 10rem;
  }
  .chance ul .chancecon::before,
  .chance ul .chancecon::after {
    width: 100%;
    height: 100%;
  }
  .chance ul .chancecon div {
    width: 100%;
  }
  .chance ul .chancecon h4 {
    font-size: 1.3rem;
  }
  .chance ul .chancecon h5 {
    font-size: 1rem;
    line-height: 1.5;
  }
  /*考地特上榜機會增*/

  /* 線上備考資源－地方特考試題 */
  .resource {
    padding: 80px 4%;
  }
  .resource h2 {
    font-size: 2rem;
    word-break: keep-all;
  }
  .resource h3 {
    font-size: 1.1rem;
  }
  .resource ul li {
    width: 33%;
    padding: 40px 20px 20px;
    margin: 0 0 60px;
  }
  .resource ul li div {
    width: 10rem;
    height: 10rem;
    font-size: 1.3rem;
    top: -40px;
    left: calc((100% - 80px) / 2);
  }
  .resource ul li h4 {
    font-size: 1.1rem;
  }
  .resource ul li h5 {
    font-size: 1rem;
  }
  .fa-arrow-circle-up {
    font-size: 2rem;
    right: 20%;
  }
  /* 線上備考資源－地方特考試題 */

  /* 地特上榜經驗 */
  .onthlist {
    padding: 60px 5%;
    background-size: cover;
  }
  .onthlist h2 {
    font-size: 2rem;
    word-break: keep-all;
  }
  .onthlist ul li img {
    left: calc((100% - 68%) / 2);
  }
  .onthlist ul li h5 {
    font-size: 1.7rem;
  }
  .onthlist ul li p {
    font-size: 1rem;
  }
  /* 地特上榜經驗 */

  /* 地特全方位課程 */
  .class {
    padding: 80px 5%;
  }
  .class h2 {
    font-size: 2rem;
  }
  .class h3 {
    font-size: 1.1rem;
    margin: 20px auto 80px;
  }
  .class .class01 .circle03 {
    padding: 7%;
  }
  .class .class01 .classcon01 {
    width: 45%;
    font-size: 1rem;
  }
  .class .class02 .classcon02 {
    width: 45%;
    font-size: 1rem;
  }
  .class .class01 .classcon03 {
    width: 45%;
    font-size: 1rem;
  }
  /* 地特全方位課程 */

}

/* ===== phone ========================================================================================= */
@media (max-width: 767px) {

  /*麵包屑*/
  .path {
    font-size: 14px;
    padding: 30px 0 10px;
  }

  header {
    margin: 0;
    background: url(../images/header-mobile.jpg) no-repeat;
    padding-bottom: 120%;
    background-size: cover;
  }
  header .head {
    margin: 0 auto;
    padding: 5% 0 0;
    width: 100%;
  }
  header .head .headline01 {
    margin: 0;
    padding: 0;
  }
  header .head .headline01 h1 {
    top: 860%;
    left: calc((100% - 185px) / 2);
    font-size: 7.5rem;
  }
  header .head .text {
    top: 2230%;
    left: calc((100% - 346px) / 2);
    font-size: 1.2rem;
  }

  /* 你適合考地方政府特考嗎？ */
  .test ul {
    flex-wrap: wrap;
  }
  .test ul:nth-child(even) {
    flex-direction: column-reverse;
  }
  .test .testimg01 {
    margin: 0;
  }
  .test .testimg02 {
    margin: 0;
  }
  .test ul > div {
    padding: 10px;
    width: 100%;
    border-radius: 0px;
  }
  .test ul .test01 h4 {
    font-size: 2rem;
  }
  .test ul div p {
    font-size: 1.1rem;
  }
  /* 你適合考地方政府特考嗎？ */

  /* 快速解析地方政府特考 */
  .quick .faq .question .title {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .quick .faq .question .title i {
    font-size: 1.1rem;
  }
  .quick .faq .question .answer {
    padding: 20px;
    font-size: 1.1rem;
  }
  /* 快速解析地方政府特考 */

  /* 地方政府特考三大優勢不藏私 */
  .strength ul {
    margin: 60px 0 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .strength ul li {
    width: 100%;
    padding: 40px 20px 0px 20px;
    margin: 0px;
  }
  .strength ul li img {
    max-width: 23rem;
  }
  .strength ul li i {
    font-size: 3.5rem;
  }
  .strength ul li p {
    text-align: center;
  }
  .strength .btn {
    margin: 70px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .strength .btn a.A {
    margin: 0 0 20px;
    width: 75%;
    font-size: 1.2rem;
  }
  .strength .btn a.B {
    margin: 0;
    width: 75%;
    font-size: 1.2rem;
  }
  /* 地方政府特考三大優勢不藏私 */

  /*考地特上榜機會增*/
  .chance {
    padding: 80px 5%;
  }
  .chance h2 {
    font-size: 2rem;
    word-break: keep-all;
  }
  .chance h3 {
    padding: 0px;
    font-size: 1.1rem;
  }
  .chance ul {
    margin: 60px 0 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .chance ul .chancecon {
    margin: 50px 0;
    width: 23rem;
    height: 23rem;
    max-width: 344px;
  }
  .chance ul .chancecon::before,
  .chance ul .chancecon::after {
    width: 100%;
    height: 100%;
  }
  .chance ul .chancecon div {
    width: 100%;
  }
  .chance ul .chancecon h4 {
    font-size: 2rem;
  }
  .chance ul .chancecon h5 {
    font-size: 1.1rem;
  }
  .chancecon .btn a {
    width: 75%;
    font-size: 1.2rem;
  }
  /*考地特上榜機會增*/

  /* 線上備考資源－地方特考試題 */
  .resource {
    padding: 60px 5%;
  }
  .resource h2 {
    font-size: 2rem;
    word-break: keep-all;
  }
  .resource ul {
    margin: 60px 0 40px;
    display: flex;
    flex-wrap: wrap;
  }
  .resource ul li {
    width: 100%;
    margin: 0 0 60px;
    padding: 0;
  }
  .resource ul li div {
    width: 23rem;
    height: 23rem;
    border-radius: 50%;
    font-size: 1.3rem;
    top: -40px;
    left: calc((100% - 80px) / 2);
  }
  .resource ul li h4 {
    font-size: 2rem;
  }
  .resource ul li h5 {
    font-size: 1.1rem;
    line-height: 1.5;
    text-align: center;
  }
  .fa-arrow-circle-up {
    font-size: 5rem;
  }
  .resource .locality-btn {
    margin: 40px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .resource .locality-btn a.A {
    margin: 0 0 20px;
    width: 75%;
    font-size: 1.2rem;
  }
  .resource .locality-btn a.B {
    margin: 0;
    width: 75%;
    font-size: 1.2rem;
  }
  /* 線上備考資源－地方特考試題 */

  /* 地特上榜經驗 */

  .onthlist ul {
    margin: 160px 0 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .onthlist ul li {
    width: 100%;
    margin-bottom: 40px;
  }
  .onthlist ul li:nth-child(2) {
    margin: 100px 0 0 0;
  }
  .onthlist ul li img {
    left: calc((100% - 35%) / 2);
  }
  .onthlist ul li h3 {
    font-size: 2rem;
  }
  .onthlist ul li h4 {
    font-size: 2rem;
  }
  .onthlist ul li h5 {
    font-size: 1.5rem;
  }
  .class .class01 .classcon01 {
    font-size: 1rem;
  }
  .class .class02 .classcon02 {
    font-size: 1rem;
  }
  .class .class01 .classcon03 {
    font-size: 1rem;
  }
  /* 地特上榜經驗 */
}

@media (max-width: 600px) {
  header .head .headline01 h1 {
    top: 860%;
    left: calc((100% - 155px) / 2);
    font-size: 6.5rem;
  }
  /* 你適合考地方政府特考嗎？ */
  .test ul div p {
    font-size: 1rem;
  }
  /* 你適合考地方政府特考嗎？ */

  /* 地方政府特考三大優勢不藏私 */
  .strength ul li p {
    text-align: justify;
  }
  /* 地方政府特考三大優勢不藏私 */

  /*考地特上榜機會增*/
  .chance ul .chancecon {
    width: 18rem;
    height: 18rem;
    max-width: 300px;
  }
  .chance p {
    text-align: justify;
  }
  /*考地特上榜機會增*/

  /* 線上備考資源－地方特考試題 */
  .resource h3 {
    width: 100%;
  }
  .resource ul li div {
    width: 18rem;
    height: 18rem;
  }
  .fa-arrow-circle-up {
    font-size: 4rem;
  }
  /* 線上備考資源－地方特考試題 */

  /* 地特上榜經驗 */
  .onthlist ul li img {
    left: calc((100% - 40%) / 2);
  }
  /* 地特上榜經驗 */

  /* 地特全方位課程 */
  .class .class01 {
    flex-wrap: wrap;
  }
  .class .class02 {
    flex-wrap: wrap;
  }
  .class .class01 .circle03 {
    padding: 9%;
  }
  .class .class01 .classcon01 {
    margin: 20px auto;
    width: 100%;
    text-align: center;
    font-size: 1.1rem;
  }
  .class .class02 .classcon02 {
    margin: 20px auto;
    width: 100%;
    text-align: center;
    font-size: 1.1rem;
  }
  .class .class01 .classcon03 {
    margin: 20px auto;
    width: 100%;
    text-align: center;
    font-size: 1.1rem;
  }
  .fa-chevron-circle-left {
    display: none;
  }
  .fa-chevron-circle-right {
    display: none;
  }
  /* 地特全方位課程 */
}
@media (max-width: 500px) {
  header .head .headline01 h1 {
    top: 850%;
    left: calc((100% - 120px) / 2);
    font-size: 5rem;
  }
  /* 你適合考地方政府特考嗎？ */
  .test ul .test01 h4 {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
  }
  /* 你適合考地方政府特考嗎？ */

  /* 線上備考資源－地方特考試題 */
  .fa-arrow-circle-up {
    font-size: 3.5rem;
    right: 10%;
  }
  /* 線上備考資源－地方特考試題 */

  /* 地特上榜經驗 */
  .onthlist ul li img {
    left: calc((100% - 55%) / 2);
  }
  /* 地特上榜經驗 */

  /* 地特全方位課程 */
  .class .class01 .circle03 {
    padding: 30%;
  }
  /* 地特全方位課程 */
}
@media (max-width: 375px) {
  header .head .headline01 h1 {
    top: 850%;
    left: calc((100% - 120px) / 2);
    font-size: 4.5rem;
  }
  /* 你適合考地方政府特考嗎？ */
  .test ul .test01 h4 {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
  }
  /* 你適合考地方政府特考嗎？ */

  /* 快速解析地方政府特考 */
  .quick .faq .question .title h3 {
    font-size: 1.1rem;
  }
  /* 快速解析地方政府特考 */

  /* 地特上榜經驗 */
  .onthlist ul li img {
    left: calc((100% - 70%) / 2);
  }
  .onthlist ul li h5 {
    font-size: 1.3rem;
  }
  /* 地特上榜經驗 */

  /* 線上備考資源－地方特考試題 */
  .resource ul li h5 {
    font-size: 1rem;
  }
  /* 線上備考資源－地方特考試題 */
}
