@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;
  }
}

.show--mblg {
  display: none;
}
@media (max-width: 480px) {
  .show--mblg {
    display: block;
  }
}

main.cubre-o-main section {
  font-family: Roboto, "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: 1399px) {
  .container {
    width: 1120px;
  }
}
@media (max-width: 1199px) {
  .container {
    width: 970px;
  }
}
@media (max-width: 991px) {
  .container {
    width: 750px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

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

.title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #3c3c3c;
  text-align: center;
  letter-spacing: 0.01em;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .title {
    font-size: 2.75rem;
  }
}
@media (max-width: 991px) {
  .title {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 1.875rem;
  }
}
.title .highlight {
  color: #1d9c58;
}

.cube-logo {
  margin-left: 15px;
}
@media (max-width: 1199px) {
  .cube-logo {
    margin-left: 10px;
  }
}
@media (max-width: 374px) {
  .cube-logo {
    margin-left: 5px;
  }
}
.cube-logo__img {
  height: 34px;
}
@media (max-width: 1199px) {
  .cube-logo__img {
    height: 26px;
  }
}
@media (max-width: 767px) {
  .cube-logo__img {
    height: 20px;
  }
}
@media (max-width: 374px) {
  .cube-logo__img {
    height: 16px;
  }
}

.kv {
  position: relative;
  background: url("../images/kv/kv-bg-1.jpg"), #e9f6fe;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 804px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 130px;
  overflow: hidden;
}
@media (min-width: 1921px) {
  .kv {
    background-size: auto;
  }
}
@media (max-width: 1399px) {
  .kv {
    height: 650px;
    padding-top: 100px;
  }
}
@media (max-width: 1199px) {
  .kv {
    height: 570px;
    padding-top: 90px;
  }
}
@media (max-width: 991px) {
  .kv {
    height: 450px;
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .kv {
    padding-top: 5vw;
    padding-bottom: 78%;
    text-align: center;
    height: auto;
    background: url("../images/kv/kv-bg-sm-1.jpg"), #e9f6fe;
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
.kv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/kv/kv-bg-2.png");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  -webkit-animation: fadeInRight 0.8s ease;
          animation: fadeInRight 0.8s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media (min-width: 1921px) {
  .kv::before {
    background-size: auto;
  }
}
@media (max-width: 767px) {
  .kv::before {
    background: url("../images/kv/kv-bg-sm-2.png");
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
  }
}
.kv .container {
  padding-left: 14px;
}
@media (max-width: 1399px) {
  .kv .container {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .kv .container {
    padding-left: 20px;
  }
}
.kv__date {
  font-size: 2.375rem;
  font-weight: 500;
  color: #707070;
  letter-spacing: 0.01em;
  -webkit-animation: fadeInLeft 0.8s ease;
          animation: fadeInLeft 0.8s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media (max-width: 1399px) {
  .kv__date {
    font-size: 1.875rem;
  }
}
@media (max-width: 1199px) {
  .kv__date {
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  .kv__date {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .kv__date {
    font-size: 1.125rem;
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
  }
}
@media (max-width: 374px) {
  .kv__date {
    font-size: 1rem;
  }
}
.kv__title {
  font-size: 4.25rem;
  font-weight: 700;
  color: #3c3c3c;
  letter-spacing: 0.01em;
  line-height: 1.28;
  margin-top: 25px;
  opacity: 0;
  -webkit-animation: fadeInLeft 0.8s ease;
          animation: fadeInLeft 0.8s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@media (max-width: 1399px) {
  .kv__title {
    font-size: 3.25rem;
  }
}
@media (max-width: 1199px) {
  .kv__title {
    font-size: 3rem;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .kv__title {
    font-size: 2.75rem;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .kv__title {
    font-size: 2.125rem;
    margin-top: 10px;
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
  }
}
@media (max-width: 374px) {
  .kv__title {
    font-size: 1.875rem;
  }
}
.kv__text {
  font-size: 2.8125rem;
  font-weight: 500;
  color: #707070;
  letter-spacing: 0.01em;
  line-height: 1.28;
  margin-top: 20px;
  opacity: 0;
  -webkit-animation: fadeInLeft 0.8s ease;
          animation: fadeInLeft 0.8s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media (max-width: 1399px) {
  .kv__text {
    font-size: 2.25rem;
  }
}
@media (max-width: 1199px) {
  .kv__text {
    font-size: 1.875rem;
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .kv__text {
    font-size: 1.5rem;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .kv__text {
    font-size: 1.25rem;
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
  }
}
@media (max-width: 374px) {
  .kv__text {
    font-size: 1.125rem;
  }
}

.s1 {
  position: relative;
  overflow: hidden;
  background: url("../images/s1/s1-bg-2.png"), url("../images/s1/s1-bg-1.jpg");
  background-position: center bottom, center top;
  background-size: auto, cover;
  background-repeat: no-repeat, repeat-y;
  padding-top: 150px;
  padding-bottom: 170px;
}
@media (max-width: 1399px) {
  .s1 {
    background-size: 125% auto, cover;
  }
}
@media (max-width: 1199px) {
  .s1 {
    padding-top: 60px;
    padding-bottom: 150px;
    background-size: 140% auto, cover;
  }
}
@media (max-width: 991px) {
  .s1 {
    padding-bottom: 60px;
    background-size: 130% auto, cover;
  }
}
@media (max-width: 767px) {
  .s1 {
    background-size: 140% auto, cover;
  }
}
.s1__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: 75px;
}
@media (max-width: 991px) {
  .s1__block {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .s1__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.s1__item {
  width: 400px;
  background: #ffffff;
  border: 3px solid #ade6c7;
  -webkit-box-shadow: 0 8px 16px rgba(86, 143, 185, 0.28);
          box-shadow: 0 8px 16px rgba(86, 143, 185, 0.28);
  text-align: center;
  position: relative;
  margin-left: 86px;
}
@media (max-width: 991px) {
  .s1__item {
    width: 280px;
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .s1__item {
    margin-left: 0;
    margin-top: 60px;
  }
}
@media (max-width: 374px) {
  .s1__item {
    width: calc(100% - 40px);
  }
}
.s1__item:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .s1__item:first-child {
    margin-top: 0;
  }
}
.s1__item::before {
  content: "";
  display: inline-block;
  width: 44px;
  height: 40px;
  background: url("../images/s1/s1-item-icon.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  left: -18px;
  z-index: 1;
}
.s1__item::after {
  content: "";
  display: inline-block;
  width: 44px;
  height: 40px;
  background: url("../images/s1/s1-item-icon.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  right: -18px;
  z-index: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.s1__head {
  background: url("../images/s1/s1-head-bg.jpg");
  background-position: left top;
  background-size: auto;
  background-repeat: repeat;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  color: #ffffff;
  line-height: 60px;
  position: relative;
}
@media (max-width: 991px) {
  .s1__head {
    font-size: 1.375rem;
    line-height: 50px;
  }
}
.s1__head::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/s1/s1-head-icon.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
}
.s1__body {
  padding: 40px 20px 20px;
}
@media (max-width: 991px) {
  .s1__body {
    padding: 20px 15px;
  }
}
@media (max-width: 480px) {
  .s1__body {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.s1__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.02em;
}
@media (max-width: 991px) {
  .s1__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .s1__title {
    font-size: 1.25rem;
  }
}
.s1__text {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1d9c58;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .s1__text {
    font-size: 1.125rem;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .s1__text {
    font-size: 1rem;
  }
}
.s1__text .highlight {
  font-size: 3em;
  font-weight: 900;
  line-height: 0.9;
}
.s1__text::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../images/s1/icon-point.svg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 10px;
}
@media (max-width: 480px) {
  .s1__text::before {
    width: 20px;
    height: 20px;
  }
}
.s1__btn {
  margin-top: 25px;
}
@media (max-width: 991px) {
  .s1__btn {
    margin-top: 15px;
  }
}
.s1__btn .btn {
  width: 230px;
  height: 52px;
  line-height: 52px;
}
@media (max-width: 991px) {
  .s1__btn .btn {
    width: 200px;
    height: 45px;
    line-height: 45px;
    font-size: 1.125rem;
  }
}
@media (max-width: 480px) {
  .s1__btn .btn {
    font-size: 1rem;
  }
}
.s1__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  font-weight: 500;
  color: #939393;
  text-decoration: none;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .s1__link {
    font-size: 1rem;
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .s1__link {
    font-size: 0.875rem;
  }
}
.s1__link::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 15px;
  background: url("../images/s1/s1-link-arrow.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .s1__link::after {
    width: 6px;
    height: 13px;
    margin-left: 5px;
  }
}
@media (hover: hover) {
  .s1__link:hover::after {
    -webkit-animation: ani-arrow-2 0.8s ease infinite;
            animation: ani-arrow-2 0.8s ease infinite;
  }
}

.s2 {
  position: relative;
  overflow: hidden;
  background: url("../images/s2/s2-bg.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 145px;
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .s2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.s2__text {
  font-size: 1.5rem;
  font-weight: 500;
  color: #707070;
  text-align: center;
  margin-top: 15px;
  letter-spacing: 0.01em;
}
@media (max-width: 991px) {
  .s2__text {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .s2__text {
    font-size: 1.125rem;
  }
}
.s2__tab {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .s2__tab {
    margin-top: 30px;
  }
}
.s2__tab-head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% + 12px);
  margin-left: -6px;
  margin-right: -6px;
}
@media (max-width: 767px) {
  .s2__tab-head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.s2__tab-headitem {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  -webkit-box-sizing: 0 8px 16px rgba(85, 93, 171, 0.28);
          box-sizing: 0 8px 16px rgba(85, 93, 171, 0.28);
  width: calc(20% - 12px);
  margin-left: 6px;
  margin-right: 6px;
  line-height: 60px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  color: #656bb9;
  letter-spacing: 0.02em;
  cursor: pointer;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: background, color;
  transition-property: background, color;
  -webkit-box-shadow: 0 8px 16px rgba(85, 93, 171, 0.28);
          box-shadow: 0 8px 16px rgba(85, 93, 171, 0.28);
}
@media (max-width: 991px) {
  .s2__tab-headitem {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .s2__tab-headitem {
    width: calc(33.33% - 12px);
    margin-top: 12px;
    font-size: 1rem;
    line-height: 46px;
  }
  .s2__tab-headitem:nth-child(1) {
    margin-top: 0;
  }
  .s2__tab-headitem:nth-child(2) {
    margin-top: 0;
  }
  .s2__tab-headitem:nth-child(3) {
    margin-top: 0;
  }
}
@media (hover: hover) {
  .s2__tab-headitem:hover {
    background: #929bfe;
    color: #ffffff;
  }
}
.s2__tab-headitem.active {
  background: #929bfe;
  color: #ffffff;
}
.s2__tab-bodyitem {
  padding-top: 35px;
  display: none;
}
@media (max-width: 767px) {
  .s2__tab-bodyitem {
    padding-top: 15px;
  }
}
.s2__tab-bodyitem.active {
  display: block;
}
.s2__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.s2__head {
  width: 400px;
  padding: 38px 30px 60px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 8px 16px rgba(85, 93, 171, 0.28);
          box-shadow: 0 8px 16px rgba(85, 93, 171, 0.28);
}
@media (max-width: 1399px) {
  .s2__head {
    width: 36%;
  }
}
@media (max-width: 991px) {
  .s2__head {
    padding-left: 15px;
    padding-right: 15px;
    width: 40%;
  }
}
@media (max-width: 767px) {
  .s2__head {
    width: 100%;
    padding: 30px 15px;
  }
}
.s2__body {
  width: 770px;
  padding: 38px 30px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 8px 16px rgba(85, 93, 171, 0.28);
          box-shadow: 0 8px 16px rgba(85, 93, 171, 0.28);
}
@media (max-width: 1399px) {
  .s2__body {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .s2__body {
    width: 58%;
  }
}
@media (max-width: 767px) {
  .s2__body {
    width: 100%;
    margin-top: 15px;
    padding: 30px 15px;
  }
}
.s2__info-item {
  padding: 25px 6px;
  border-top: 1px solid #e9e9e9;
  position: relative;
}
@media (max-width: 767px) {
  .s2__info-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.s2__info-item:first-child {
  padding-top: 0;
  padding-bottom: 44px;
  border-top: none;
}
@media (max-width: 767px) {
  .s2__info-item:first-child {
    padding-bottom: 15px;
  }
}
.s2__info-item:last-child {
  padding-bottom: 0;
}
.s2__info-title {
  font-size: 1rem;
  font-weight: 500;
  color: #a3a3a3;
}
@media (max-width: 1199px) {
  .s2__info-title {
    font-size: 0.875rem;
  }
}
.s2__info-name {
  font-size: 2rem;
  font-weight: 700;
  color: #656bb9;
  line-height: 1;
  letter-spacing: 0.01em;
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .s2__info-name {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .s2__info-name {
    margin-top: 15px;
  }
}
.s2__info-list {
  font-size: 1.125rem;
  font-weight: 500;
  color: #3c3c3c;
  margin-top: 10px;
  margin-bottom: 0;
  list-style: none;
  padding-left: 28px;
}
@media (max-width: 1199px) {
  .s2__info-list {
    font-size: 1rem;
  }
}
.s2__info-list li {
  position: relative;
}
.s2__info-list li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: linear-gradient(135deg, #b1b8fe 0%, #bee1fd 50%, #abe3c6 100%);
  border-radius: 10em;
  position: absolute;
  top: 10px;
  left: -20px;
}
.s2__info-text {
  font-size: 1.125rem;
  font-weight: 500;
  color: #3c3c3c;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .s2__info-text {
    font-size: 1rem;
  }
}
.s2__info-img {
  position: absolute;
  bottom: 0;
  right: -6px;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .s2__info-img img {
    width: 160px;
  }
}
@media (max-width: 991px) {
  .s2__info-img img {
    width: 130px;
  }
}
.s2__link {
  margin-top: 20px;
}
.s2__link-item {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f2f2f2));
  background: linear-gradient(to bottom, #f9f9f9 0%, #f2f2f2 100%);
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  text-decoration: none;
  padding: 18px 70px 18px 30px;
  position: relative;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .s2__link-item {
    padding: 18px 60px 18px 16px;
  }
}
@media (max-width: 767px) {
  .s2__link-item {
    margin-top: 15px;
    padding-right: 40px;
  }
}
.s2__link-item::before {
  content: "";
  display: block;
  width: 28px;
  height: 10px;
  background: url("../images/s2/s2-link-arrow-1.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 5px);
  right: 34px;
}
@media (max-width: 1199px) {
  .s2__link-item::before {
    right: 16px;
  }
}
@media (max-width: 767px) {
  .s2__link-item::before {
    right: 10px;
  }
}
.s2__link-item:first-child {
  margin-top: 0;
}
.s2__link-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #3c3c3c;
}
@media (max-width: 1199px) {
  .s2__link-title {
    font-size: 1rem;
  }
}
.s2__link-text {
  font-size: 1rem;
  font-weight: 500;
  color: #707070;
  margin-top: 5px;
}
@media (max-width: 1199px) {
  .s2__link-text {
    font-size: 0.875rem;
  }
}
.s2__note {
  font-size: 0.875rem;
  color: #a3a3a3;
  margin-top: 15px;
}
.s2__btn {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 991px) {
  .s2__btn {
    margin-top: 30px;
  }
}

.s3 {
  position: relative;
  overflow: hidden;
  background: url("../images/s3/s3-bg.jpg"), #f6fefa;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .s3 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: 1200px auto;
  }
}
.s3 .btn {
  margin-top: 30px;
}
.s3__info {
  font-size: 1.5rem;
  font-weight: 500;
  color: #707070;
  text-align: center;
  margin-top: 30px;
  letter-spacing: 0.01em;
}
@media (max-width: 991px) {
  .s3__info {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .s3__info {
    font-size: 1.125rem;
  }
}
.s3__tab {
  text-align: center;
  margin-top: 30px;
}
.s3__tab-head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #6ed09b;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 16px rgba(174, 222, 196, 0.28);
          box-shadow: 0 0 16px rgba(174, 222, 196, 0.28);
  background: #ffffff;
  padding: 3px;
}
.s3__tab-headitem {
  font-size: 1.25rem;
  font-weight: 500;
  color: #1d9c58;
  letter-spacing: 0.02em;
  border-radius: 8px;
  padding: 10px 18px;
  cursor: pointer;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: text-shadow;
  transition-property: text-shadow;
}
@media (max-width: 991px) {
  .s3__tab-headitem {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .s3__tab-headitem {
    font-size: 1rem;
  }
}
.s3__tab-headitem.active {
  background: rgba(29, 156, 88, 0.8);
  color: #ffffff;
}
@media (hover: hover) {
  .s3__tab-headitem:hover {
    text-shadow: 0 0 20px rgba(29, 156, 88, 0.4);
  }
}
.s3__tab-bodyitem {
  display: none;
}
.s3__tab-bodyitem.active {
  display: block;
}
.s3__block {
  margin-top: 48px;
}
@media (min-width: 768px) {
  .s3__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;
  }
}
@media (max-width: 767px) {
  .s3__block {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .s3__block {
    width: 100%;
  }
}
.s3__block--style2 .s3__item::before {
  top: 420px;
}
@media (max-width: 991px) {
  .s3__block--style2 .s3__item::before {
    top: 375px;
  }
}
.s3__item {
  margin-left: 132px;
  position: relative;
}
@media (max-width: 1199px) {
  .s3__item {
    margin-left: 80px;
  }
}
@media (max-width: 991px) {
  .s3__item {
    margin-left: 60px;
  }
}
@media (max-width: 767px) {
  .s3__item {
    margin-left: 0;
  }
}
.s3__item::before {
  content: "";
  display: block;
  width: 110px;
  height: 1px;
  background: #1d9c58;
  position: absolute;
  left: -123px;
  top: 488px;
}
@media (max-width: 1199px) {
  .s3__item::before {
    width: 40px;
    top: 490px;
    left: -60px;
  }
}
@media (max-width: 991px) {
  .s3__item::before {
    top: 440px;
    left: -50px;
  }
}
@media (max-width: 767px) {
  .s3__item::before {
    display: none;
  }
}
.s3__item:first-child {
  margin-left: 0;
}
.s3__item:first-child::before {
  display: none;
}
.s3__content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 234px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .s3__content {
    width: 200px;
  }
}
.s3__img {
  border: 7px solid #002237;
  -webkit-box-shadow: 0 8px 16px rgba(95, 184, 138, 0.68);
          box-shadow: 0 8px 16px rgba(95, 184, 138, 0.68);
  border-radius: 24px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .s3__img {
    width: 234px;
  }
}
@media (max-width: 480px) {
  .s3__img {
    width: 200px;
  }
}
.s3__img img {
  width: 220px;
  display: block;
}
.s3__no {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  background: #1d9c58;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #ffffff;
  border-radius: 10em;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .s3__no {
    width: 24px;
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    margin-right: 10px;
  }
}
.s3__text {
  font-size: 1.125rem;
  font-weight: 700;
  color: #3c3c3c;
  text-align: left;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .s3__text {
    font-size: 1rem;
  }
}

.s4 {
  background: url("../images/s4/s4-bg-2.png"), url("../images/s4/s4-bg-1.jpg");
  background-position: center bottom, center top;
  background-size: 1903px auto, cover;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (min-width: 1921px) {
  .s4 {
    background-size: auto, cover;
  }
}
@media (max-width: 1699px) {
  .s4 {
    background-size: 110% auto, cover;
  }
}
@media (max-width: 991px) {
  .s4 {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .s4 {
    padding-bottom: 24vw;
  }
}
.s4 .title__tag {
  color: #1890d2;
  border-color: #1890d2;
}
.s4__wrap {
  margin-top: 40px;
}
@media (max-width: 1699px) {
  .s4__wrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1199px) {
  .s4__wrap {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .s4__wrap {
    width: 100%;
    margin-top: 30px;
  }
}
.s4__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 480px) {
  .s4__block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.s4__item {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  -webkit-box-shadow: 0 8px 16px rgba(12, 118, 176, 0.28);
          box-shadow: 0 8px 16px rgba(12, 118, 176, 0.28);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 20px;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(33.33% - 20px);
  margin-top: 45px;
  text-decoration: none;
  letter-spacing: 0.02em;
  position: relative;
}
.s4__item:nth-child(1) {
  margin-top: 0;
}
.s4__item:nth-child(2) {
  margin-top: 0;
}
.s4__item:nth-child(3) {
  margin-top: 0;
}
@media (max-width: 1199px) {
  .s4__item {
    padding: 16px;
  }
}
@media (max-width: 991px) {
  .s4__item {
    width: calc(50% - 20px);
    margin-top: 30px;
  }
  .s4__item:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .s4__item {
    margin-top: 15px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .s4__item:nth-child(2), .s4__item:nth-child(3) {
    margin-top: 15px;
  }
}
.s4__item-icon {
  width: 72px;
  margin-right: 25px;
}
@media (max-width: 1199px) {
  .s4__item-icon {
    width: 40px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .s4__item-icon {
    margin-right: 5px;
  }
}
.s4__item-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0c76b0;
}
@media (max-width: 767px) {
  .s4__item-title {
    font-size: 1rem;
  }
}
.s4__item::after {
  content: "";
  display: block;
  width: 28px;
  height: 12px;
  background: url("../images/s4/s4-item-arrow.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
}
@media (max-width: 1199px) {
  .s4__item::after {
    right: 16px;
  }
}
@media (max-width: 767px) {
  .s4__item::after {
    width: 20px;
    height: 8px;
    top: calc(50% - 4px);
  }
}
.s4__item:hover::after {
  -webkit-animation: ani-arrow 0.8s ease infinite;
          animation: ani-arrow 0.8s ease infinite;
}

.s5 {
  position: relative;
  overflow: hidden;
  background: url("../images/s5/s5-bg_03.png"), url("../images/s5/s5-bg_01.jpg"), url("../images/s5/s5-bg_02.jpg");
  background-position: center bottom, center top, center top;
  background-size: auto, auto, auto;
  background-repeat: no-repeat, no-repeat, repeat-y;
  padding-top: 120px;
  padding-bottom: 100px;
}
@media (min-width: 1921px) {
  .s5 {
    background-size: auto, 100% auto, 100% auto;
  }
}
@media (max-width: 1699px) {
  .s5 {
    background-size: 110% auto, 100% auto, 100% auto;
  }
}
@media (max-width: 991px) {
  .s5 {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .s5 {
    padding-bottom: 24vw;
    background-size: 110% auto, 100% auto, 100% auto;
  }
}
.s5 .title__tag {
  color: #a3a3a3;
  border-color: #a3a3a3;
}
.s5__block {
  margin-top: 40px;
}
@media (max-width: 1699px) {
  .s5__block {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1199px) {
  .s5__block {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .s5__block {
    width: 100%;
    margin-top: 30px;
  }
}
.s5__item {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 16px rgba(189, 189, 189, 0.28);
          box-shadow: 0 0 16px rgba(189, 189, 189, 0.28);
  padding: 35px;
  cursor: pointer;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .s5__item {
    padding: 25px 20px;
  }
}
@media (max-width: 767px) {
  .s5__item {
    margin-top: 15px;
    padding: 15px;
  }
}
.s5__item:first-child {
  margin-top: 0;
}
.s5__item.active .s5__head::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.s5__head {
  font-size: 1.25rem;
  font-weight: 700;
  color: #707070;
  letter-spacing: 0.02em;
  position: relative;
  padding-right: 50px;
}
@media (max-width: 991px) {
  .s5__head {
    font-size: 1.125rem;
    padding-right: 40px;
  }
}
.s5__head::before {
  content: "";
  display: block;
  width: 4px;
  height: 16px;
  background: #707070;
  position: absolute;
  top: 5px;
  right: 35px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
@media (max-width: 991px) {
  .s5__head::before {
    right: 25px;
  }
}
@media (max-width: 767px) {
  .s5__head::before {
    top: calc(50% - 8px);
    right: 15px;
  }
}
.s5__head::after {
  content: "";
  display: block;
  width: 4px;
  height: 16px;
  background: #707070;
  position: absolute;
  top: 5px;
  right: 35px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width: 991px) {
  .s5__head::after {
    right: 25px;
  }
}
@media (max-width: 767px) {
  .s5__head::after {
    top: calc(50% - 8px);
    right: 15px;
  }
}
.s5__body {
  font-size: 1.125rem;
  color: #707070;
  letter-spacing: 0.02em;
  margin-top: 10px;
  display: none;
  padding-right: 50px;
}
@media (max-width: 991px) {
  .s5__body {
    font-size: 1rem;
    padding-right: 0px;
  }
}

.notice {
  background: url("../images/notice/notice-bg.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 110px;
  padding-bottom: 35px;
}
@media (max-width: 991px) {
  .notice {
    padding-top: 60px;
  }
}
.notice__wrap {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 16px rgba(189, 189, 189, 0.28);
          box-shadow: 0 0 16px rgba(189, 189, 189, 0.28);
  padding: 20px 20px 30px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .notice__wrap {
    margin-top: 20px;
    padding: 15px;
  }
}
.notice__item {
  margin-top: 15px;
}
.notice__item:first-child {
  margin-top: 0;
}
.notice__item.active .notice__head::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.notice__head {
  background: #cbefdc;
  border-radius: 10px;
  padding: 15px 50px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .notice__head {
    padding: 15px 40px 15px 15px;
  }
}
.notice__head::before {
  content: "";
  display: block;
  width: 4px;
  height: 16px;
  background: #707070;
  position: absolute;
  top: calc(50% - 8px);
  right: 35px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
@media (max-width: 767px) {
  .notice__head::before {
    right: 25px;
  }
}
.notice__head::after {
  content: "";
  display: block;
  width: 4px;
  height: 16px;
  background: #707070;
  position: absolute;
  top: calc(50% - 8px);
  right: 35px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width: 767px) {
  .notice__head::after {
    right: 25px;
  }
}
.notice__body {
  display: none;
  padding-top: 15px;
  padding-left: 50px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .notice__body {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.notice__body a {
  color: #707070;
  text-decoration: none;
  border-bottom: 1px solid #3bb875;
}
@media (hover: hover) {
  .notice__body a:hover {
    color: #3bb875;
  }
}
.notice__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.02em;
}
.notice__note {
  font-size: 0.875rem;
  color: #333333;
  letter-spacing: 0.02em;
}
.notice__subtitle {
  font-size: 1.125rem;
  font-weight: 700;
  color: #003f2d;
  margin-top: 10px;
  margin-bottom: 4px;
}
.notice__subtitle:first-child {
  margin-top: 0;
}
.notice__list {
  font-size: 0.875rem;
  color: #707070;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 1em;
}
@media (max-width: 767px) {
  .notice__list {
    padding-left: 1.5em;
  }
}
.notice__list li {
  margin-top: 4px;
}
.notice__list li:first-child {
  margin-top: 0;
}
.notice__list--disc {
  list-style: none;
  padding-left: 1.3em;
  margin-left: 0.8em;
}
.notice__list--disc li {
  text-indent: -1.3em;
}
.notice__example {
  background: #f7f8f8;
  border-left: 4px solid #3bb875;
  padding: 15px 20px;
  margin-top: 8px;
}
.notice__example-tag {
  font-size: 0.75rem;
  font-weight: 500;
  color: #3bb875;
  border: 1px solid #3bb875;
  display: inline-block;
  width: 66px;
  height: 25px;
  text-align: center;
  line-height: 22px;
}
.notice__example-text {
  font-size: 0.75rem;
  color: #707070;
  margin-top: 8px;
}
.notice__text {
  font-size: 0.875rem;
  color: #707070;
}
.notice__remark {
  font-size: 0.875rem;
  color: #333333;
  border-bottom: 2px solid #e7e7e7;
  padding: 0 16px 5px;
  margin-bottom: 15px;
  width: calc(100% + 32px);
  margin-left: -16px;
  margin-right: -16px;
}

.pop {
  font-family: Roboto, "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", Arial;
  color: #000;
}
.pop__container {
  padding-bottom: 40px;
}
.pop__wrap {
  width: 600px;
  background: #ffffff;
  border-radius: 20px;
  padding: 35px 20px 35px 30px;
}
@media (max-width: 991px) {
  .pop__wrap {
    max-width: calc(100vw - 30px);
  }
}
@media (max-width: 767px) {
  .pop__wrap {
    padding: 30px 10px;
  }
}
.pop__close {
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: url("../images/s1/s1-head-icon.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
@media (hover: hover) {
  .pop__close:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.pop__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1d9c58;
}
.pop__list {
  font-size: 1rem;
  font-weight: 500;
  color: #707070;
  line-height: 1.875;
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin-top: 20px;
  margin-left: 24px;
}
.pop__list strong {
  font-weight: 700;
}
.pop__list li {
  padding-left: 5em;
  position: relative;
  text-indent: -5em;
}
.pop__list li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #1d9c58;
  border-radius: 10em;
  position: absolute;
  top: 12px;
  left: -16px;
}

.btn {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 500;
  color: #ffffff;
  background: #00283d;
  letter-spacing: 0.05em;
  text-decoration: none;
  width: 260px;
  line-height: 60px;
  height: 60px;
  text-align: center;
  border-radius: 10px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .btn {
    font-size: 1rem;
    width: 200px;
    line-height: 44px;
    height: 44px;
  }
}
@media (hover: hover) {
  .btn:hover {
    opacity: 0.8;
  }
}

@-webkit-keyframes ani-kv-man {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes ani-kv-man {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes ani-arrow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes ani-arrow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes ani-arrow-2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes ani-arrow-2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 已額滿按鈕 */
.btn.is-full {
  background: #e7e7e7;
  color: #5c5c5c;
  cursor: default;
}
