@charset "UTF-8";
/*-------------------------
            var
-------------------------*/
/*-------------------------
          mixin
-------------------------*/
/*-------------------------
          extend
-------------------------*/
/*-------------------------
      function mixin
-------------------------*/
.show--mobile {
  display: none;
}

@media (max-width: 767px) {
  .show--mobile {
    display: block;
  }
}

@media (max-width: 767px) {
  .hide--mobile {
    display: none;
  }
}

@media (max-width: 1279px) {
  .hide--lg {
    display: none;
  }
}

.show--tb {
  display: none;
}

@media (max-width: 991px) {
  .show--tb {
    display: block;
  }
}

.show--mbsm {
  display: none;
}

@media (max-width: 413px) {
  .show--mbsm {
    display: block;
  }
}

main.cubre-o-main section {
  font-family: "Noto Sans TC","微軟正黑體", "Microsoft JhengHei", Arial;
  color: #000;
}

main img {
  max-width: 100%;
}

.container {
  width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1279px) {
  .container {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 767px) {
  .container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.title {
  position: relative;
  text-align: center;
  padding-bottom: 54px;
}

@media (max-width: 480px) {
  .title {
    padding-bottom: 40px;
  }
}

.title__main {
  font-size: 3em;
  font-weight: 700;
  line-height: 1.18;
  color: #134d85;
}

@media (max-width: 1199px) {
  .title__main {
    font-size: 2.5em;
  }
}

@media (max-width: 767px) {
  .title__main {
    font-size: 1.875em;
    line-height: 1.3;
  }
}

@media (max-width: 480px) {
  .title__main {
    font-size: 1.625em;
  }
}

.title .highlight {
  color: #d74250;
}

.title::before {
  content: "";
  display: block;
  width: 32px;
  height: 62px;
  position: absolute;
  left: -32px;
  bottom: 0;
  pointer-events: none;
}

@media (max-width: 480px) {
  .title::before {
    width: 20px;
    left: -20px;
    background-size: auto 40px;
  }
}

.title::after {
  content: "";
  display: block;
  width: 32px;
  height: 62px;
  position: absolute;
  right: -32px;
  bottom: 0;
  pointer-events: none;
}

@media (max-width: 480px) {
  .title::after {
    width: 20px;
    right: -20px;
  }
}

.cubre-m-popup .account {
  background: url("../images/pop/pop-account-bg.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Noto Sans TC","微軟正黑體", "Microsoft JhengHei", Arial;
  text-align: center;
  padding-top: 45px;
}

.cubre-m-popup .account .cubre-m-popup__content {
  padding-left: 0;
  padding-right: 0;
}

.cubre-m-popup .account__title {
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.875em;
  font-weight: 700;
  color: #000000;
  text-align: center;
  letter-spacing: 0.05em;
  display: inline-block;
}

@media (max-width: 767px) {
  .cubre-m-popup .account__title {
    font-size: 1.625em;
  }
}

.cubre-m-popup .account__title::before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(91, 194, 131, 0.3)), to(rgba(165, 168, 244, 0.3)));
  background: linear-gradient(to right, rgba(91, 194, 131, 0.3) 0%, rgba(165, 168, 244, 0.3) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 1199px) {
  .cubre-m-popup .account__title::before {
    height: 16px;
  }
}

@media (max-width: 767px) {
  .cubre-m-popup .account__title::before {
    height: 12px;
  }
}

.cubre-m-popup .account__title-item {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .cubre-m-popup .account__img {
    margin-top: 10px;
  }
}

.cubre-m-popup .account__img img {
  max-width: 100%;
}

.tab__head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% + 10px);
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 60px;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .tab__head {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .tab__head {
    margin-top: 15px;
  }
}

.tab__headitem {
  font-size: 1.375em;
  font-weight: 500;
  color: #505050;
  background: #e1e1e1;
  line-height: 64px;
  width: calc(33.33% - 10px);
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (max-width: 991px) {
  .tab__headitem {
    font-size: 1.125em;
    line-height: 54px;
  }
}

@media (max-width: 767px) {
  .tab__headitem {
    font-size: 1em;
  }
}

@media (min-width: 768px) {
  .tab__headitem:hover {
    opacity: 0.8;
  }
}

.tab__headitem.active {
  color: #000000;
  background: #fff;
}

.tab__headitem.active:hover {
  opacity: 1;
}

.tab__bodyitem {
  display: none;
}

.collapse__item {
  border-radius: 16px;
  border: 1px solid rgba(175, 177, 178, 0.48);
  padding: 25px 50px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .collapse__item {
    padding: 15px 5px 15px 15px;
  }
}

.collapse__item:first-child {
  margin-top: 0;
}

.collapse__item.active .collapse__head::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.collapse__head {
  font-size: 1.25em;
  font-weight: 500;
  color: #000000;
  padding-right: 40px;
  position: relative;
  cursor: pointer;
}

@media (max-width: 991px) {
  .collapse__head {
    font-size: 1.125em;
  }
}

@media (max-width: 767px) {
  .collapse__head {
    font-size: 1em;
  }
}

.collapse__head::before {
  content: "";
  display: block;
  width: 16px;
  height: 3px;
  background: #474747;
  border-radius: 3px;
  position: absolute;
  top: 13px;
  right: 10px;
  -webkit-transition: 0.3s ease transform;
  transition: 0.3s ease transform;
}

@media (max-width: 767px) {
  .collapse__head::before {
    top: 10px;
  }
}

.collapse__head::after {
  content: "";
  display: block;
  width: 16px;
  height: 3px;
  background: #474747;
  border-radius: 3px;
  position: absolute;
  top: 13px;
  right: 10px;
  -webkit-transition: 0.3s ease transform;
  transition: 0.3s ease transform;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (max-width: 767px) {
  .collapse__head::after {
    top: 10px;
  }
}

.collapse__head.disabled {
  cursor: default;
}

.collapse__head.disabled::before, .collapse__head.disabled::after {
  display: none;
}

.collapse__body {
  font-size: 1.063em;
  font-weight: 500;
  color: #505050;
  display: none;
}

@media (max-width: 767px) {
  .collapse__body {
    font-size: 0.9375em;
  }
}

.collapse__body a {
  color: #189243;
}

.collapse .link {
  font-size: 1em;
  display: inline-block;
  padding-bottom: 3px;
}

@media (max-width: 767px) {
  .collapse .link {
    padding-bottom: 2px;
  }
}

.collapse ul {
  padding-left: 1.4em;
}

.collapse .table {
  border-collapse: collapse;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .collapse .table {
    width: 100%;
  }
}

.collapse .table td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}

.btn {
  width: 224px;
  height: 65px;
  line-height: 65px;
  background: #d74250;
  font-size: 1.5em;
  font-weight: 500;
  color: white;
  text-align: center;
  border-radius: 12px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.btn:hover {
  opacity: 0.8;
}

@media (max-width: 1279px) {
  .btn {
    width: 200px;
    height: 60px;
    line-height: 60px;
    font-size: 1.25em;
  }
}

@media (max-width: 767px) {
  .btn {
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 1em;
  }
}

.btn::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 24px;
  background: url("../images/arrow.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-left: 12px;
  margin-right: -10px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

@media (max-width: 1279px) {
  .btn::after {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}

@media (max-width: 1199px) {
  .btn::after {
    width: 10px;
    height: 20px;
  }
}

@media (max-width: 767px) {
  .btn::after {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    margin-left: 10px;
  }
}

.btn.green {
  width: 248px;
  height: 70px;
  line-height: 70px;
  font-size: 2em;
  background: #2c684c;
  letter-spacing: 0.05em;
  border-radius: 6px;
}

@media (max-width: 1699px) {
  .btn.green {
    font-size: 1.88vw;
    width: 15vw;
    height: 5vw;
    line-height: 5vw;
  }
}

@media (max-width: 767px) {
  .btn.green {
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .btn.green {
    width: 138px;
    height: 38px;
    line-height: 38px;
    font-size: 1.063em;
  }
}

.btn.green::after {
  display: none;
}

.kv {
  position: relative;
  background: url("../images/kv/kv-bg.jpg"), #93dfb9;
  background-position: center bottom;
  background-size: auto;
  background-repeat: no-repeat;
  height: 674px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 1920px) {
  .kv {
    height: 36vw;
    background-size: auto 100%;
  }
}

@media (max-width: 1899px) {
  .kv {
    height: 36vw;
    background-size: auto 100%;
  }
}

@media (max-width: 767px) {
  .kv {
    padding-top: 46px;
    padding-bottom: 66%;
    text-align: center;
    height: auto;
    background: url("../images/kv/kv-bg-sm.jpg"), #93dfb9;
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}

.kv__title {
  font-size: 4.25em;
  font-weight: 500;
  color: #254234;
  letter-spacing: 0.025em;
  line-height: 0.9em;
}

@media (max-width: 1699px) {
  .kv__title {
    font-size: 4vw;
  }
}

@media (max-width: 767px) {
  .kv__title {
    font-size: 2.375em;
  }
}

.kv__text {
  font-size: 2.5em;
  font-weight: 500;
  color: #254234;
  letter-spacing: 0.025em;
  letter-spacing: 0.025em;
  line-height: 1.2em;
  margin-top: 20px;
}

@media (max-width: 1699px) {
  .kv__text {
    font-size: 2.6vw;
    margin-top: 1.2vw;
  }
}

@media (max-width: 767px) {
  .kv__text {
    font-size: 1.5em;
    margin-top: 15px;
  }
}

@media (max-width: 480px) {
  .kv__text {
    margin-top: 10px;
  }
}

.kv__btn {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1899px) {
  .kv__btn {
    margin-top: 3vw;
  }
}

@media (max-width: 767px) {
  .kv__btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.kv__btn .btn {
  margin-top: 15px;
}

@media (max-width: 1899px) {
  .kv__btn .btn {
    margin-top: 1vw;
  }
}

@media (max-width: 767px) {
  .kv__btn .btn {
    margin-top: 0;
    margin-left: 1vw;
    margin-right: 1vw;
  }
}

.kv__btn .btn:first-child {
  margin-top: 0;
}

.s1 {
  position: relative;
  background: url("../images/s1/s1-bg.jpg"), #e8f5ff;
  background-position: center bottom;
  background-size: auto;
  background-repeat: no-repeat;
  padding-top: 105px;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .s1 {
    padding-top: 40px;
  }
}

.s1 .title {
  width: 350px;
  text-align: left;
  background: url("../images/s1/s1-title-bg_02.png"), url("../images/s1/s1-title-bg_03.png");
  background-position: left 24px bottom,left bottom;
  background-size: auto,auto;
  background-repeat: no-repeat,repeat-x;
  margin-left: auto;
  margin-right: 60px;
}

@media (max-width: 1279px) {
  .s1 .title {
    margin-right: 20px;
  }
}

@media (max-width: 1199px) {
  .s1 .title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 560px;
    background-position: center bottom,left bottom;
  }
}

@media (max-width: 767px) {
  .s1 .title {
    width: 320px;
  }
}

@media (max-width: 480px) {
  .s1 .title {
    width: 310px;
    background-size: auto 40px,auto 40px;
  }
}

@media (max-width: 374px) {
  .s1 .title {
    width: 90%;
  }
}

.s1 .title::before {
  background: url("../images/s1/s1-title-bg_01.png");
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media (max-width: 480px) {
  .s1 .title::before {
    background-size: auto 40px;
  }
}

.s1 .title::after {
  background: url("../images/s1/s1-title-bg_04.png");
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}

@media (max-width: 480px) {
  .s1 .title::after {
    background-size: auto 40px;
  }
}

@media (min-width: 1200px) {
  .s1 .title__main {
    font-size: 2.375em;
  }
}

.s1__date {
  margin-top: 30px;
  font-size: 1.25em;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .s1__date {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .s1__date {
    font-size: 1.125em;
    margin-top: 10px;
  }
}

@media (max-width: 374px) {
  .s1__date {
    font-size: 0.875em;
  }
}

.s1__date-title {
  color: #fff;
  width: 105px;
  line-height: 34px;
  background: #1e5489;
  display: inline-block;
  text-align: center;
  border-radius: 10em;
  margin-right: 2px;
}

@media (max-width: 374px) {
  .s1__date-title {
    width: 84px;
    line-height: 30px;
  }
}

.s1__date-item {
  color: #1e5489;
}

.s1__block {
  width: 780px;
  margin-top: -250px;
  margin-left: 154px;
  position: relative;
}

@media (max-width: 1199px) {
  .s1__block {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .s1__block {
    width: 80%;
  }
}

@media (max-width: 480px) {
  .s1__block {
    width: calc(100% - 0px);
  }
}

.s1__block::before {
  content: "";
  display: block;
  width: 158px;
  height: 132px;
  background: url("../images/s1/s1-bg-2.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 290px;
  right: -210px;
}

@media (max-width: 1279px) {
  .s1__block::before {
    right: -220px;
  }
}

@media (max-width: 1199px) {
  .s1__block::before {
    top: 40px;
    right: 0;
  }
}

@media (max-width: 991px) {
  .s1__block::before {
    width: 100px;
    height: 90px;
    right: -15px;
  }
}

@media (max-width: 767px) {
  .s1__block::before {
    display: none;
  }
}

.s1__item {
  width: 555px;
  height: 314px;
  position: relative;
  padding-bottom: 10px;
}

@media (max-width: 991px) {
  .s1__item {
    width: 480px;
    height: 240px;
  }
}

@media (max-width: 767px) {
  .s1__item {
    width: 380px;
    height: 200px;
  }
}

@media (max-width: 480px) {
  .s1__item {
    width: 100%;
    height: auto;
    padding-top: 40px;
  }
}

@media (max-width: 374px) {
  .s1__item {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.s1__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4896e1), to(#166cbf));
  background: linear-gradient(to bottom, #4896e1 0%, #166cbf 100%);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 35px rgba(16, 111, 151, 0.25);
          box-shadow: 0 0 35px rgba(16, 111, 151, 0.25);
}

@media (max-width: 480px) {
  .s1__item::before {
    -webkit-transform: skew(0deg);
            transform: skew(0deg);
  }
}

.s1__item::after {
  content: "";
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background: #fff;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  border-radius: 16px;
  position: absolute;
  top: 3px;
  left: 3px;
}

@media (max-width: 480px) {
  .s1__item::after {
    -webkit-transform: skew(0deg);
            transform: skew(0deg);
  }
}

.s1__item-content {
  position: relative;
  z-index: 1;
  line-height: 1.2;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.s1__item-title {
  font-size: 1.875em;
  font-weight: 700;
  color: #000000;
}

@media (max-width: 991px) {
  .s1__item-title {
    font-size: 1.5em;
  }
}

@media (max-width: 767px) {
  .s1__item-title {
    font-size: 1.25em;
  }
}

.s1__item-subtitle {
  font-size: 1.875em;
  font-weight: 500;
  color: #d74250;
}

@media (max-width: 991px) {
  .s1__item-subtitle {
    font-size: 1.5em;
  }
}

@media (max-width: 767px) {
  .s1__item-subtitle {
    font-size: 1.25em;
  }
}

.s1__item-subtitle .tag {
  display: inline-block;
  font-size: 0.8em;
  width: 45px;
  height: 45px;
  line-height: 42px;
  border: 1px solid #d74250;
  text-align: center;
  border-radius: 10em;
}

@media (max-width: 991px) {
  .s1__item-subtitle .tag {
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
}

@media (max-width: 767px) {
  .s1__item-subtitle .tag {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
}

.s1__item-subtitle .tag2 {
  display: inline-block;
  font-size: 0.8333em;
  border: 1px solid #d74250;
  text-align: center;
  border-radius: 10em;
  padding: 2px 14px;
  margin-right: 6px;
}

.s1__item-text {
  font-size: 1.25em;
  font-weight: 500;
  color: #7b7b7b;
}

@media (max-width: 767px) {
  .s1__item-text {
    font-size: 1em;
  }
}

.s1__item-tag {
  width: 120px;
  height: 51px;
  background: url("../images/s1/s1-item-tag.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -7px;
  right: -43px;
  z-index: 2;
  font-size: 1.5em;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.6;
  text-align: center;
}

@media (max-width: 991px) {
  .s1__item-tag {
    width: 100px;
    height: 45px;
    right: -30px;
    font-size: 1.125em;
    line-height: 2;
  }
}

@media (max-width: 480px) {
  .s1__item-tag {
    right: -18px;
  }
}

.s1__item-img {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 991px) {
  .s1__item-img img {
    width: 180px;
  }
}

@media (max-width: 767px) {
  .s1__item-img img {
    width: 130px;
  }
}

@media (max-width: 480px) {
  .s1__item-img img {
    width: 120px;
  }
}

.s1__item:first-child .s1__item-content {
  padding-left: 54px;
}

.s1__item:first-child .s1__item-img {
  left: -140px;
  bottom: -35px;
}

.s1__item:first-child .s1__item-text {
  margin-top: 5px;
}

.s1__item:first-child .s1__item-subtitle {
  margin-top: 10px;
}

.s1__item:last-child {
  width: 536px;
  height: 220px;
  margin-left: auto;
  margin-right: 54px;
  margin-top: -20px;
  padding-bottom: 0;
}

.s1__item:last-child .s1__item-content {
  padding-right: 120px;
}

.s1__item:last-child .s1__item-img {
  right: -95px;
  bottom: -36px;
}

.s1__item:last-child .s1__item-text {
  margin-top: 5px;
}

.s1__item:last-child .s1__item-subtitle {
  margin-top: 15px;
}

.s1__item:last-child .s1__item-tag {
  right: -35px;
}

@media (max-width: 991px) {
  .s1__item:first-child .s1__item-content {
    padding-left: 60px;
  }
  .s1__item:first-child .s1__item-img {
    left: -70px;
    bottom: -30px;
  }
  .s1__item:last-child {
    margin-top: 20px;
    width: 480px;
    height: 240px;
  }
  .s1__item:last-child .s1__item-content {
    padding-right: 70px;
  }
  .s1__item:last-child .s1__item-img {
    right: -70px;
    bottom: -10px;
  }
}

@media (max-width: 767px) {
  .s1__item:first-child {
    padding-bottom: 0;
  }
  .s1__item:first-child .s1__item-content {
    padding-left: 40px;
  }
  .s1__item:first-child .s1__item-img {
    left: -50px;
    bottom: -10px;
  }
  .s1__item:last-child {
    margin-top: 20px;
    width: 380px;
    height: 160px;
  }
  .s1__item:last-child .s1__item-content {
    padding-right: 60px;
  }
  .s1__item:last-child .s1__item-img {
    right: -40px;
    bottom: -10px;
  }
  .s1__item:last-child .s1__item-tag {
    right: -26px;
  }
}

@media (max-width: 480px) {
  .s1__item:first-child {
    padding-bottom: 100px;
  }
  .s1__item:first-child .s1__item-content {
    padding-left: 0;
  }
  .s1__item:first-child .s1__item-img {
    left: calc(50% - 60px);
    bottom: -10px;
  }
  .s1__item:last-child {
    margin-top: 20px;
    width: 100%;
    height: auto;
    padding-bottom: 100px;
  }
  .s1__item:last-child .s1__item-content {
    padding-right: 0;
  }
  .s1__item:last-child .s1__item-img {
    right: calc(50% - 60px);
    bottom: -10px;
  }
  .s1__item:last-child .s1__item-tag {
    right: -18px;
  }
}

.s1__btn {
  text-align: center;
  margin-top: 40px;
}

.s2 {
  position: relative;
  background: url("../images/s2/s2-bg.jpg"), #e8f5ff;
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 135px;
}

@media (max-width: 1199px) {
  .s2 {
    background: #ffffff;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .s2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.s2 .container {
  position: relative;
}

.s2 .container::before {
  content: "";
  display: block;
  width: 196px;
  height: 340px;
  background: url("../images/s2/s2-bg-2.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  right: -140px;
  bottom: -200px;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 1699px) {
  .s2 .container::before {
    right: -60px;
  }
}

@media (max-width: 1279px) {
  .s2 .container::before {
    right: -45px;
  }
}

@media (max-width: 1199px) {
  .s2 .container::before {
    width: 140px;
    height: 260px;
    right: 0;
    bottom: -170px;
    background-size: auto 100%;
    background-position: left center;
  }
}

@media (max-width: 991px) {
  .s2 .container::before {
    bottom: -120px;
  }
}

@media (max-width: 767px) {
  .s2 .container::before {
    width: 100px;
    height: 220px;
    bottom: -70px;
  }
}

.s2 .title {
  width: 462px;
  background: url("../images/s2/s2-title-bg.png"), url("../images/s1/s1-title-bg_03.png");
  background-position: center bottom,left bottom;
  background-size: auto,auto;
  background-repeat: no-repeat,repeat-x;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199px) {
  .s2 .title {
    width: 24em;
    background-position: center bottom,left bottom;
  }
}

@media (max-width: 767px) {
  .s2 .title {
    width: 18em;
  }
}

@media (max-width: 480px) {
  .s2 .title {
    width: 16em;
    background-size: auto 40px,auto 40px;
    max-width: 100%;
  }
}

.s2 .title::before {
  background: url("../images/s1/s1-title-bg_01.png");
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media (max-width: 480px) {
  .s2 .title::before {
    background-size: auto 40px;
  }
}

.s2 .title::after {
  background: url("../images/s1/s1-title-bg_04.png");
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}

@media (max-width: 480px) {
  .s2 .title::after {
    background-size: auto 40px;
  }
}

.s2__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  padding-right: 10px;
}

@media (max-width: 991px) {
  .s2__block {
    display: block;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .s2__block {
    width: 360px;
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .s2__block {
    width: 90%;
  }
}

.s2__item {
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}

@media (max-width: 991px) {
  .s2__item {
    margin-left: 0;
    margin-right: 0;
  }
}

.s2__item::after {
  content: "";
  display: block;
  width: 34px;
  height: 38px;
  background: url("../images/s2/s2-item-arrow.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 153px;
  right: -24px;
}

@media (max-width: 1199px) {
  .s2__item::after {
    width: 16px;
    height: 20px;
    top: 13vw;
    right: -6px;
  }
}

@media (max-width: 991px) {
  .s2__item::after {
    display: none;
  }
}

.s2__item:first-child::after {
  right: -30px;
}

.s2__item:last-child::after {
  display: none;
}

.s2__img {
  position: relative;
  z-index: 2;
  text-align: center;
}

.s2__img img {
  width: 272px;
}

@media (max-width: 374px) {
  .s2__img img {
    width: 72vw;
  }
}

.s2__body {
  line-height: 1;
  text-align: center;
  padding-top: 35px;
}

@media (max-width: 480px) {
  .s2__body {
    padding-top: 20px;
  }
}

.s2__no {
  font-size: 2.25em;
  font-weight: 300;
  color: #c6c6c6;
  font-family: "Roboto", "微軟正黑體", "Microsoft JhengHei", Arial;
  line-height: 0.8;
}

@media (max-width: 1199px) {
  .s2__no {
    font-size: 2em;
  }
}

.s2__title {
  font-size: 1.875em;
  font-weight: 700;
  color: #3c6b98;
  margin-top: 10px;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .s2__title {
    font-size: 1.5em;
  }
}

@media (max-width: 767px) {
  .s2__title {
    margin-top: 5px;
    font-size: 1.25em;
  }
}

.s2__text {
  font-size: 1.25em;
  font-weight: 500;
  color: #516579;
  margin-top: 5px;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .s2__text {
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  .s2__text {
    margin-top: 5px;
  }
}

.s2__btn {
  text-align: center;
  margin-top: 45px;
}

@media (max-width: 767px) {
  .s2__btn {
    margin-top: 30px;
  }
}

.s3 {
  position: relative;
  background: url("../images/s3/s3-bg.jpg");
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  padding-top: 90px;
  padding-bottom: 34px;
  overflow: hidden;
}

@media (min-width: 1921px) {
  .s3 {
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .s3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.s3 .title {
  width: 820px;
  background: url("../images/s3/s3-title-bg_02.png"), url("../images/s3/s3-title-bg_03.png");
  background-position: center bottom,left bottom;
  background-size: auto,auto;
  background-repeat: no-repeat,repeat-x;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199px) {
  .s3 .title {
    width: 43em;
    background-position: center bottom,left bottom;
  }
}

@media (max-width: 767px) {
  .s3 .title {
    width: 17em;
  }
}

@media (max-width: 480px) {
  .s3 .title {
    width: 15em;
    background-size: auto 40px,auto 40px;
    max-width: 100%;
  }
}

.s3 .title__main {
  color: #2c684c;
}

.s3 .title__main .highlight {
  color: #b46a45;
}

.s3 .title::before {
  background: url("../images/s3/s3-title-bg_01.png");
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media (max-width: 480px) {
  .s3 .title::before {
    background-size: auto 40px;
  }
}

.s3 .title::after {
  background: url("../images/s3/s3-title-bg_04.png");
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}

@media (max-width: 480px) {
  .s3 .title::after {
    background-size: auto 40px;
  }
}

.s3__info {
  font-size: 1.875em;
  font-weight: 500;
  color: #4d543f;
  text-align: center;
  margin-top: 15px;
}

@media (max-width: 1199px) {
  .s3__info {
    font-size: 1.5em;
  }
}

@media (max-width: 767px) {
  .s3__info {
    font-size: 1.25em;
  }
}

@media (max-width: 480px) {
  .s3__info {
    font-size: 1.125em;
  }
}

.s3__info .highlight {
  color: #2c684c;
  font-size: 1.2em;
}

.s3__remark {
  font-size: 1.25em;
  text-align: center;
  margin-top: 10px;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .s3__remark {
    font-size: 1em;
  }
}

.s3__wrap {
  margin-top: 45px;
}

@media (max-width: 1279px) {
  .s3__wrap {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .s3__wrap {
    margin-top: 30px;
  }
}

.s3__block {
  width: 1200px;
  height: 528px;
  background: url("../images/s3/s3-block-bg.png");
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 55px;
  padding-top: 50px;
  position: relative;
  text-align: left;
}

@media (max-width: 1279px) {
  .s3__block {
    width: 1150px;
    padding-right: 30px;
  }
}

@media (max-width: 1199px) {
  .s3__block {
    width: 100%;
    height: 460px;
  }
}

@media (max-width: 991px) {
  .s3__block {
    background: #2c684c;
    height: auto;
    padding: 20px 15px 0;
    border-radius: 30px;
  }
}

@media (max-width: 767px) {
  .s3__block {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    border-radius: 15px;
    padding: 10px;
  }
}

.s3__block::after {
  content: "";
  display: block;
  width: 94px;
  height: 102px;
  background: url("../images/s3/s3-block-bg-2.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -90px;
  right: 20px;
  pointer-events: none;
}

@media (max-width: 991px) {
  .s3__block::after {
    width: 64px;
    height: 72px;
    top: -50px;
    right: 10px;
  }
}

@media (max-width: 767px) {
  .s3__block::after {
    width: 40px;
    height: 50px;
    top: -10px;
    right: 0;
  }
}

.s3__chart {
  width: 658px;
  border-radius: 17px;
  overflow: hidden;
  background: -webkit-gradient(linear, left bottom, left top, from(#4c9875), to(#83c86b));
  background: linear-gradient(0deg, #4c9875, #83c86b);
  padding: 3px;
}

@media (max-width: 1199px) {
  .s3__chart {
    width: 58%;
  }
}

@media (max-width: 767px) {
  .s3__chart {
    width: 100%;
  }
}

.s3__chart-item {
  border-radius: 15px;
  overflow: hidden;
}

.s3__content {
  width: 420px;
  margin-left: 35px;
  padding-top: 10px;
  position: relative;
}

@media (max-width: 1199px) {
  .s3__content {
    width: calc(42% - 15px);
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  .s3__content {
    width: 100%;
  }
}

.s3__content::after {
  content: "";
  display: block;
  width: 355px;
  height: 238px;
  background: url("../images/s3/s3-content-img.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  left: calc(50% - 172px);
  bottom: -220px;
  pointer-events: none;
}

@media (max-width: 1199px) {
  .s3__content::after {
    height: 236px;
    position: relative;
    bottom: auto;
    left: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10px;
  }
}

@media (max-width: 991px) {
  .s3__content::after {
    width: 260px;
    height: 170px;
  }
}

@media (max-width: 767px) {
  .s3__content::after {
    width: 200px;
    height: 120px;
  }
}

.s3__title {
  font-size: 1.875em;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.4;
  border-top: 2px solid #f9f88b;
  border-bottom: 2px solid #f9f88b;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

@media (max-width: 1199px) {
  .s3__title {
    font-size: 1.625em;
  }
}

@media (max-width: 991px) {
  .s3__title {
    font-size: 1.25em;
  }
}

@media (max-width: 767px) {
  .s3__title {
    font-size: 1.25em;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .s3__title {
    font-size: 1.125em;
    text-align: left;
  }
}

.s3__title .highlight {
  color: #fffead;
}

.s3__title::before {
  content: "";
  display: block;
  background: url("../images/s3/s3-title-icon-1.jpg");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 34px;
  height: 20px;
  position: absolute;
  top: -10px;
  left: -10px;
}

.s3__title::after {
  content: "";
  display: block;
  background: url("../images/s3/s3-title-icon-2.jpg");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 34px;
  height: 20px;
  position: absolute;
  bottom: -10px;
  right: 0px;
}

.s3__tips {
  background: #f9f88b;
  padding: 35px 30px 24px 0;
  border-radius: 30px;
  margin-top: -80px;
  position: relative;
  z-index: 1;
  text-align: left;
}

@media (max-width: 1199px) {
  .s3__tips {
    margin-top: -30px;
  }
}

@media (max-width: 991px) {
  .s3__tips {
    padding-top: 30px;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .s3__tips {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 15px;
  }
}

.s3__tips::before {
  content: "";
  display: block;
  width: 210px;
  height: 175px;
  background: url("../images/s3/s3-tips-icon.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 20px;
}

@media (max-width: 991px) {
  .s3__tips::before {
    width: 160px;
    height: 160px;
    top: -15px;
  }
}

@media (max-width: 767px) {
  .s3__tips::before {
    width: 44px;
    height: 44px;
    top: 8px;
    left: calc(50% - 80px);
  }
}

.s3__tips-text {
  width: calc(100% - 250px);
  font-size: 1.875em;
  font-weight: 500;
  color: #434343;
  border-bottom: 3px solid #ffd036;
  margin-left: auto;
  position: relative;
  padding-left: 140px;
  padding-bottom: 25px;
  line-height: 1.333;
}

@media (max-width: 1199px) {
  .s3__tips-text {
    font-size: 1.25em;
    padding-left: 120px;
  }
}

@media (max-width: 991px) {
  .s3__tips-text {
    font-size: 1.125em;
    padding-left: 0;
    padding-top: 30px;
    padding-bottom: 15px;
    border-width: 2px;
    width: calc(100% - 200px);
  }
}

@media (max-width: 767px) {
  .s3__tips-text {
    width: 100%;
    text-align: center;
    font-size: 1em;
    padding-bottom: 8px;
  }
}

@media (max-width: 480px) {
  .s3__tips-text {
    text-align: left;
    font-size: 0.9375em;
  }
}

.s3__tips-text::before {
  content: "";
  display: block;
  width: 124px;
  height: 68px;
  background: url("../images/s3/s3-tips-title.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: 0;
}

@media (max-width: 1199px) {
  .s3__tips-text::before {
    width: 100px;
    height: 54px;
    top: 0;
  }
}

@media (max-width: 991px) {
  .s3__tips-text::before {
    width: 82px;
    height: 44px;
    top: -20px;
    left: 0;
  }
}

@media (max-width: 767px) {
  .s3__tips-text::before {
    left: calc(50% - 20px);
  }
}

.s3__btn {
  margin-top: 30px;
  text-align: center;
}

.s4 {
  position: relative;
  background: url("../images/s4/s4-bg.jpg"), #e8f5ff;
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  padding-top: 160px;
  padding-bottom: 135px;
}

@media (max-width: 1199px) {
  .s4 {
    background: #ffffff;
    padding-top: 70px;
    padding-bottom: 100px;
    border-bottom: 30px solid #e8f5ff;
  }
}

@media (max-width: 767px) {
  .s4 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

@media (max-width: 480px) {
  .s4 {
    padding-bottom: 90px;
  }
}

.s4 .container {
  position: relative;
}

.s4 .container::before {
  content: "";
  display: block;
  width: 288px;
  height: 350px;
  background: url("../images/s4/s4-bg-2.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  left: -168px;
  bottom: -135px;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 1699px) {
  .s4 .container::before {
    left: -30px;
    height: 230px;
  }
}

@media (max-width: 1279px) {
  .s4 .container::before {
    left: 15px;
  }
}

@media (max-width: 1199px) {
  .s4 .container::before {
    width: 200px;
    height: 200px;
    bottom: -130px;
    left: 15px;
  }
}

@media (max-width: 767px) {
  .s4 .container::before {
    width: 140px;
    height: 130px;
    background-position: center top;
    bottom: -90px;
  }
}

@media (max-width: 480px) {
  .s4 .container::before {
    bottom: -120px;
    height: 110px;
  }
}

.s4 .title {
  width: 720px;
  background: url("../images/s2/s2-title-bg.png"), url("../images/s1/s1-title-bg_03.png");
  background-position: center bottom,left bottom;
  background-size: auto,auto;
  background-repeat: no-repeat,repeat-x;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199px) {
  .s4 .title {
    width: 600px;
    background-position: center bottom,left bottom;
  }
}

@media (max-width: 767px) {
  .s4 .title {
    width: 17em;
  }
}

@media (max-width: 480px) {
  .s4 .title {
    width: 15em;
    background-size: auto 40px,auto 40px;
    max-width: 100%;
  }
}

.s4 .title::before {
  background: url("../images/s1/s1-title-bg_01.png");
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media (max-width: 480px) {
  .s4 .title::before {
    background-size: auto 40px;
  }
}

.s4 .title::after {
  background: url("../images/s1/s1-title-bg_04.png");
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}

@media (max-width: 480px) {
  .s4 .title::after {
    background-size: auto 40px;
  }
}

.s4__info {
  font-size: 1.875em;
  font-weight: 500;
  color: #5a7289;
  line-height: 1.4;
  text-align: center;
  margin-top: 15px;
}

@media (max-width: 1199px) {
  .s4__info {
    font-size: 1.5em;
  }
}

@media (max-width: 767px) {
  .s4__info {
    font-size: 1.25em;
  }
}

@media (max-width: 480px) {
  .s4__info {
    font-size: 1.125em;
  }
}

.s4__info .highlight {
  color: #d74250;
}

.s4__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% + 10px);
  margin-left: -5px;
  margin-right: -5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 55px;
}

@media (max-width: 991px) {
  .s4__block {
    display: block;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .s4__block {
    width: 360px;
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .s4__block {
    width: 90%;
  }
}

.s4__item {
  position: relative;
  width: 380px;
  margin-left: 5px;
  margin-right: 5px;
}

@media (max-width: 1279px) {
  .s4__item {
    margin-left: 0;
    margin-right: 0;
  }
}

.s4__item::before {
  content: "";
  display: block;
  width: 34px;
  height: 38px;
  background: url("../images/s2/s2-item-arrow.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 140px;
  left: -18px;
}

@media (max-width: 1199px) {
  .s4__item::before {
    width: 16px;
    height: 20px;
    left: -6px;
  }
}

@media (max-width: 991px) {
  .s4__item::before {
    display: none;
  }
}

.s4__item:first-child::before {
  display: none;
}

.s4__img {
  position: relative;
  z-index: 2;
  text-align: center;
}

.s4__img img {
  width: 286px;
}

.s4__body {
  line-height: 1;
  text-align: center;
}

.s4__no {
  font-weight: 300;
  color: #c6c6c6;
  font-family: "Roboto", "微軟正黑體", "Microsoft JhengHei", Arial;
  line-height: 0.8;
  display: inline-block;
  margin-right: 10px;
}

.s4__title {
  font-size: 1.875em;
  font-weight: 700;
  color: #3c6b98;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .s4__title {
    font-size: 1.5em;
  }
}

@media (max-width: 767px) {
  .s4__title {
    font-size: 1.25em;
  }
}

@media (max-width: 480px) {
  .s4__title {
    font-size: 1.125em;
    margin-top: 10px;
  }
}

.s4__text {
  font-size: 1.25em;
  color: #516579;
  margin-top: 15px;
  line-height: 1.2;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199px) {
  .s4__text {
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  .s4__text {
    margin-top: 5px;
  }
}

.s4__btn {
  text-align: center;
  margin-top: 45px;
}

@media (max-width: 767px) {
  .s4__btn {
    margin-top: 30px;
  }
}

.s5 {
  position: relative;
  background: url("../images/s5/s5-bg.jpg"), #e8f5ff;
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
  padding-top: 90px;
  padding-bottom: 135px;
  overflow: hidden;
}

@media (max-width: 1699px) {
  .s5 {
    padding-bottom: 150px;
  }
}

@media (max-width: 1199px) {
  .s5 {
    background: #ffffff;
  }
}

@media (max-width: 991px) {
  .s5 {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .s5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .s5 {
    padding-bottom: 120px;
  }
}

.s5 .container {
  position: relative;
}

.s5 .container::before {
  content: "";
  display: block;
  width: 270px;
  height: 358px;
  background: url("../images/s5/s5-bg-2.png");
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  right: -240px;
  bottom: -135px;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 1699px) {
  .s5 .container::before {
    right: -15px;
    bottom: -290px;
  }
}

@media (max-width: 1199px) {
  .s5 .container::before {
    width: 240px;
    height: 240px;
    background-position: center top;
    bottom: -160px;
  }
}

@media (max-width: 991px) {
  .s5 .container::before {
    width: 160px;
    height: 190px;
    bottom: -120px;
    right: 15px;
  }
}

@media (max-width: 767px) {
  .s5 .container::before {
    width: 140px;
    height: 150px;
    bottom: -70px;
    background: url("../images/s5/s5-bg-2-sm.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}

@media (max-width: 480px) {
  .s5 .container::before {
    height: 120px;
    bottom: -140px;
  }
}

.s5 .title {
  width: 470px;
  background: url("../images/s2/s2-title-bg.png"), url("../images/s1/s1-title-bg_03.png");
  background-position: center bottom,left bottom;
  background-size: auto,auto;
  background-repeat: no-repeat,repeat-x;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199px) {
  .s5 .title {
    width: 25em;
    background-position: center bottom,left bottom;
  }
}

@media (max-width: 767px) {
  .s5 .title {
    width: 19em;
  }
}

@media (max-width: 480px) {
  .s5 .title {
    width: 16em;
    background-size: auto 40px,auto 40px;
    max-width: 100%;
  }
}

.s5 .title::before {
  background: url("../images/s1/s1-title-bg_01.png");
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media (max-width: 480px) {
  .s5 .title::before {
    background-size: auto 40px;
  }
}

.s5 .title::after {
  background: url("../images/s1/s1-title-bg_04.png");
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}

@media (max-width: 480px) {
  .s5 .title::after {
    background-size: auto 40px;
  }
}

.s5__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}

@media (max-width: 991px) {
  .s5__block {
    display: block;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .s5__block {
    width: 360px;
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .s5__block {
    width: 90%;
  }
}

.s5__item {
  width: 300px;
  position: relative;
  margin-left: -5px;
  margin-right: -5px;
}

@media (max-width: 991px) {
  .s5__item {
    margin-left: 0;
    margin-right: 0;
  }
}

.s5__item::before {
  content: "";
  display: block;
  width: 34px;
  height: 38px;
  background: url("../images/s2/s2-item-arrow.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 155px;
  left: -12px;
}

@media (max-width: 1199px) {
  .s5__item::before {
    width: 16px;
    height: 20px;
    left: -6px;
  }
}

@media (max-width: 991px) {
  .s5__item::before {
    display: none;
  }
}

.s5__item:first-child::before {
  display: none;
}

.s5__img {
  position: relative;
  z-index: 2;
  text-align: center;
}

.s5__img img {
  width: 250px;
}

@media (max-width: 1199px) {
  .s5__img img {
    width: 220px;
  }
}

@media (max-width: 991px) {
  .s5__img img {
    width: 250px;
  }
}

.s5__body {
  line-height: 1;
  text-align: center;
  padding-top: 35px;
}

@media (max-width: 480px) {
  .s5__body {
    padding-top: 20px;
  }
}

.s5__no {
  font-size: 2.25em;
  font-weight: 300;
  color: #c6c6c6;
  font-family: "Roboto", "微軟正黑體", "Microsoft JhengHei", Arial;
  line-height: 0.8;
}

@media (max-width: 1199px) {
  .s5__no {
    font-size: 2em;
  }
}

.s5__title {
  font-size: 1.875em;
  font-weight: 700;
  color: #3c6b98;
  margin-top: 20px;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .s5__title {
    font-size: 1.5em;
  }
}

@media (max-width: 767px) {
  .s5__title {
    margin-top: 5px;
    font-size: 1.25em;
  }
}

.s5__btn {
  text-align: center;
  margin-top: 65px;
}

@media (max-width: 767px) {
  .s5__btn {
    margin-top: 30px;
  }
}

.faq {
  position: relative;
  background: #c2ddfa;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 110px;
}

@media (max-width: 767px) {
  .faq {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.faq .title {
  width: 200px;
  background: url("../images/faq/faq-title-bg_02.png"), url("../images/faq/faq-title-bg_03.png");
  background-position: center bottom,left bottom;
  background-size: auto,auto;
  background-repeat: no-repeat,repeat-x;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199px) {
  .faq .title {
    width: 170px;
    background-position: center bottom,left bottom;
  }
}

@media (max-width: 767px) {
  .faq .title {
    width: 8em;
  }
}

@media (max-width: 480px) {
  .faq .title {
    background-size: auto 40px,auto 40px;
    max-width: 100%;
  }
}

.faq .title::before {
  background: url("../images/faq/faq-title-bg_01.png");
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media (max-width: 480px) {
  .faq .title::before {
    background-size: auto 40px;
  }
}

.faq .title::after {
  background: url("../images/faq/faq-title-bg_04.png");
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}

@media (max-width: 480px) {
  .faq .title::after {
    background-size: auto 40px;
  }
}

.faq__block {
  margin-top: 45px;
  padding-left: 18px;
  padding-right: 18px;
}

@media (max-width: 1199px) {
  .faq__block {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .faq__block {
    margin-top: 30px;
  }
}

.faq__item {
  border-radius: 30px;
  background: #ffffff;
  padding: 50px 50px 40px 90px;
  margin-top: 42px;
}

@media (max-width: 767px) {
  .faq__item {
    padding: 30px 15px 20px;
    border-radius: 15px;
    margin-top: 30px;
  }
}

.faq__item.active .faq__head::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.faq__item:first-child {
  margin-top: 0;
}

.faq__head {
  position: relative;
  padding-left: 5px;
  padding-right: 50px;
  padding-bottom: 10px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .faq__head {
    padding-right: 40px;
  }
}

.faq__head::before {
  content: "";
  display: block;
  width: 22px;
  height: 3px;
  background: #134d85;
  position: absolute;
  top: 16px;
  right: 14px;
}

@media (max-width: 767px) {
  .faq__head::before {
    width: 18px;
    height: 2px;
    right: 10px;
  }
}

.faq__head::after {
  content: "";
  display: block;
  width: 22px;
  height: 3px;
  background: #134d85;
  position: absolute;
  top: 16px;
  right: 14px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

@media (max-width: 767px) {
  .faq__head::after {
    width: 18px;
    height: 2px;
    right: 10px;
  }
}

.faq__head-no {
  font-size: 1.875em;
  font-weight: 700;
  color: #ffffff;
  background: #134d85;
  width: 68px;
  height: 68px;
  line-height: 68px;
  border-radius: 10em;
  text-align: center;
  position: absolute;
  top: -58px;
  left: -70px;
}

@media (max-width: 767px) {
  .faq__head-no {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.125em;
    top: -46px;
    left: -15px;
  }
}

.faq__head-title {
  font-size: 1.5em;
  font-weight: 700;
  color: #134d85;
}

@media (max-width: 1199px) {
  .faq__head-title {
    font-size: 1.25em;
  }
}

@media (max-width: 767px) {
  .faq__head-title {
    font-size: 1.125em;
  }
}

.faq__body {
  font-size: 1.5em;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 1.75;
  border-top: 3px solid #e2e2e2;
  padding-top: 15px;
  display: none;
}

@media (max-width: 1199px) {
  .faq__body {
    font-size: 1.25em;
  }
}

@media (max-width: 767px) {
  .faq__body {
    font-size: 1.125em;
    border-width: 2px;
  }
}

.faq__body a {
  color: #134d85;
  text-decoration: none;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  word-break: break-all;
  border-bottom: 1px solid #134d85;
}

.faq__body a:hover {
  opacity: 0.8;
}

.faq__list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.faq__list li::before {
  content: "‧";
  display: inline-block;
}

.notice.active .notice__head-controller {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.notice__head {
  background: #6b6b6b;
  text-align: center;
  padding: 15px;
  cursor: pointer;
}

.notice__head-controller {
  display: inline-block;
  width: 24px;
  height: 18px;
  background: url("../images/notice/notice-head-controller.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  margin-left: 15px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 767px) {
  .notice__head-controller {
    width: 20px;
    height: 16px;
    margin-left: 5px;
  }
}

.notice__head-title {
  display: inline;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.2em;
}

@media (max-width: 1199px) {
  .notice__head-title {
    font-size: 1.25em;
  }
}

.notice__body {
  background: #e8e8e8;
  padding-top: 80px;
  padding-bottom: 50px;
  font-size: 1.25em;
  font-weight: 500;
  color: #262626;
  line-height: 1.6;
  display: none;
}

@media (max-width: 1199px) {
  .notice__body {
    font-size: 1.125em;
  }
}

@media (max-width: 767px) {
  .notice__body {
    font-size: 1em;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.notice__title {
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 767px) {
  .notice__title {
    line-height: 1.3;
    font-size: 1.3em;
  }
}

.notice__list {
  list-style: none;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 2em;
  margin-left: 1em;
  margin-right: 1em;
}

@media (max-width: 1199px) {
  .notice__list {
    margin-left: 0;
    margin-right: 0;
  }
}

.notice__list li {
  text-indent: -2em;
}

.notice__list.inside {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 3em;
}

.notice__list.inside li {
  text-indent: -3em;
}

.notice__list.inside2 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0.8em;
}

.notice__list.inside2 li {
  text-indent: -0.8em;
}

.notice__list a {
  text-decoration: none;
  color: #134d85;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  border-bottom: 1px solid #134d85;
}

.notice__list a:hover {
  opacity: 0.8;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.125em;
  font-weight: 400;
  color: #262626;
  letter-spacing: 0.05em;
  text-align: center;
}

@media (max-width: 1199px) {
  .footer {
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  .footer {
    font-size: 0.875em;
  }
}

.footer__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .footer__block {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .footer__item {
    width: 100%;
    text-align: center;
  }
}

.footer__item::before {
  content: "│";
  margin-left: 5px;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .footer__item::before {
    display: none;
  }
}

.footer__item:first-child::before {
  display: none;
  margin-left: 0;
}

@-webkit-keyframes ani-arrow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes ani-arrow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
