@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;500;700;900&display=swap");
@import url("animate.css");
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-style: inherit;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  font-style: inherit;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button, textarea, select {
  *font-size: 100%;
}

@font-face {
  font-family: NewYork;
  src: url(../font/NewYork.otf);
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "NewYork", "Noto Serif TC", serif;
  line-height: 1.5;
}

a {
  text-decoration: none;
}

button {
  -webkit-appearance: none;
  outline: 0;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1.5;
}

.owl-theme .owl-dots .owl-dot span {
  margin: 5px;
}

.nav-open {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 30px;
  z-index: 9999;
}
.nav-open span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}
.nav-open:before, .nav-open:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.nav-open:after {
  top: 100%;
  margin-top: -2px;
}

.nav-open.active span {
  display: none;
}
.nav-open.active:before {
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav-open.active:after {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nav-open.black span {
  background: #000;
}
.nav-open.black:before, .nav-open.black:after {
  background: #000;
}

.nav-open.black.active span {
  background: #fff;
}
.nav-open.black.active:before, .nav-open.black.active:after {
  background: #fff;
}

.nav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
  font-size: 48px;
  text-align: center;
  padding: 120px 0 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.nav a {
  color: #fff;
  display: block;
  margin-bottom: 1em;
}
.nav .nav-sp {
  color: #ff65d9;
}

.nav.active {
  opacity: 1;
  visibility: inherit;
  z-index: 9998;
}

.kv {
  position: relative;
  height: 55vw;
  overflow: hidden;
  text-align: center;
}
.kv video {
  width: 100%;
  min-height: 55vw;
}

.wrap {
  background: url(../images/bg_wrap.jpg) center top;
  background-size: cover;
}

.section {
  padding: 80px 0;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

.main-title {
  text-align: center;
  font-size: 80px;
  color: #78900e;
  letter-spacing: 0.1em;
  margin: 30px auto 60px;
}
.main-title span {
  color: #006b8e;
  letter-spacing: 0;
}

.main-desc {
  text-align: center;
  font-size: 24px;
  font-family: "Noto Serif TC", serif;
}
.main-desc p {
  display: inline-block;
  position: relative;
  max-width: 1200px;
}
.main-desc p:before, .main-desc p:after {
  content: "“";
  display: inline-block;
  font-size: 90px;
  position: absolute;
  font-family: "NewYork";
}
.main-desc p:before {
  top: -60px;
  margin-left: -60px;
}
.main-desc p:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 0;
  bottom: -60px;
  margin-left: 20px;
}

.main-pic {
  text-align: center;
  width: 80%;
  margin: 120px auto 0;
}
.main-pic img {
  width: 44%;
  margin: 0 2%;
}

.title {
  position: relative;
  text-align: center;
  font-size: 60px;
}
.title span {
  letter-spacing: 0.05em;
  line-height: 1;
}
.title small {
  font-size: 30px;
  font-family: "Noto Serif TC", serif;
  display: block;
}
.title .before {
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: 400px;
  width: 100%;
  height: 1px;
  background: #000;
}
.title .before:after {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background: #000;
  position: absolute;
  right: 0;
  bottom: -15px;
}
.title .after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 400px;
  width: 100%;
  height: 1px;
  background: #000;
}
.title .after:after {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: -15px;
}

.desc {
  text-align: center;
  font-size: 24px;
}
.desc big {
  font-size: 30px;
}

.square {
  width: 12px;
  height: 12px;
  background: #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 20px auto;
}

#wis .title span {
  color: #5d5d5d;
}
#wis .title span .color2 {
  color: #006b8e;
  display: inline;
}
#wis .wis-img-pc {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 80px auto 0;
}
#wis .wis-img-pc .item {
  position: relative;
  overflow: hidden;
  width: 33.33%;
  height: 18.4vw;
}
#wis .wis-img-pc .item video {
  position: absolute;
  width: 100%;
  min-height: 100%;
  z-index: 0;
}
#wis .wis-img-pc .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
#wis .wis-img {
  display: none;
  margin: 80px auto 0;
}
#wis .wis-img img {
  display: block;
  width: 100%;
}
#wis .wis-img .item {
  overflow: hidden;
}
#wis .wis-img .item video {
  position: absolute;
  width: 100%;
  min-height: 100%;
  z-index: 0;
}
#wis .wis-img .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.title-box {
  max-width: 660px;
  text-align: center;
  font-size: 48px;
  color: #5d5d5d;
  background: #f6f3ea;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin: 60px auto;
  padding: 10px;
}
.title-box .inner {
  border: 1px solid #bf8700;
  background: #fffcf3;
  padding: 40px 0;
}
.title-box .color2 {
  color: #669b00;
}
.title-box .square {
  margin: 10px auto;
}
.title-box small {
  display: block;
  color: #000;
  font-size: 24px;
}

#wtc .wtc-pd {
  width: 90%;
  margin: auto;
}
#wtc .wtc-pd:after {
  content: "";
  display: block;
  clear: both;
}
#wtc .wtc-pd .text {
  width: 60%;
  float: left;
}
#wtc .wtc-pd .text h3 {
  font-size: 30px;
}
#wtc .wtc-pd .text h3 .line {
  display: inline-block;
  width: 1px;
  height: 60px;
  background: #000;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  margin: 0 20px;
  position: relative;
  top: 10px;
}
#wtc .wtc-pd .text h3 .rtop {
  position: relative;
  top: -15px;
}
#wtc .wtc-pd .text .colors {
  font-size: 18px;
  margin: 30px 0 30px 120px;
}
#wtc .wtc-pd .text .colors img {
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
}
#wtc .wtc-pd .text .wtc-pd-list {
  margin-top: 60px;
  margin-left: 150px;
}
#wtc .wtc-pd .text .wtc-pd-list li {
  position: relative;
  list-style: none;
  font-size: 18px;
  margin: 50px 0;
  text-decoration: underline;
}
#wtc .wtc-pd .text .wtc-pd-list li:before {
  content: "";
  display: inline-block;
  background: #93aa7d;
  color: #fff;
  font-size: 48px;
  font-style: italic;
  text-indent: -10px;
  line-height: 60px;
  width: 60px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: -75px;
  top: -25px;
}
#wtc .wtc-pd .text .wtc-pd-list li:nth-child(1):before {
  content: "1";
}
#wtc .wtc-pd .text .wtc-pd-list li:nth-child(2) {
  margin-left: 60px;
}
#wtc .wtc-pd .text .wtc-pd-list li:nth-child(2):before {
  content: "2";
  background: #d0b2c9;
}
#wtc .wtc-pd .text .wtc-pd-list li:nth-child(3):before {
  content: "3";
  background: #c5bea9;
}
#wtc .wtc-pd .img {
  width: 40%;
  float: right;
}
#wtc .wtc-pd .img img {
  max-width: 80%;
  display: block;
  margin: auto;
}
#wtc #wtc-pd-1 .img {
  background: url(../images/img_wtc-pd-1bg.png) no-repeat center;
  background-size: 80%;
}
#wtc #wtc-pd-2 .text {
  float: right;
}
#wtc #wtc-pd-2 .img {
  background: url(../images/img_wtc-pd-2bg.png) no-repeat center;
  background-size: 80%;
  float: left;
}

#efy .title span {
  color: #5d5d5d;
}
#efy .title span .color2 {
  color: #a682b1;
  display: inline;
}

.efy-index img {
  display: block;
  max-width: 90%;
  margin: 60px auto;
}

.btns {
  text-align: center;
  margin: 60px auto;
}
.btns .btn {
  display: inline-block;
  border-radius: 10px;
  color: #fff;
  background: #d166bc;
  font-size: 30px;
  padding: 0.15em 1.5em;
  letter-spacing: 0.1em;
  margin: 0 15px;
}
.btns .btn-go {
  font-size: 54px;
  border-radius: 20px;
  background: url(../images/img_efy-index-btn.png);
  background-size: cover;
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.efy-q .desc {
  font-family: "Noto Serif TC", serif;
}
.efy-q .ques {
  text-align: center;
  font-size: 36px;
  font-family: "Noto Serif TC", serif;
  margin: 30px auto;
}
.efy-q .ques span {
  display: inline-block;
  background: #be8c69;
  color: #fff;
  padding: 0.1em 1em;
}
.efy-q .efy-q-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 80%;
  margin: 60px auto;
}
.efy-q .efy-q-box .item {
  position: relative;
  width: 50%;
}
.efy-q .efy-q-box .item img {
  width: 100%;
}
.efy-q .efy-q-box .item p {
  text-align: center;
  font-size: 24px;
  font-family: "Noto Serif TC", serif;
}
.efy-q .efy-q-box .item .like {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-image: url(../images/img_like.png);
  background-repeat: no-repeat;
  background-position: 82% 92%;
  background-size: 120px;
  opacity: 0.8;
}
.efy-q .efy-q-box .item .like:hover {
  background-size: 140px;
  background-position: 85% 95%;
  opacity: 1;
}
.efy-q .efy-q-box .item .like.active {
  background-size: 140px;
  background-position: 85% 95%;
  opacity: 1;
}

.efy-end .result {
  text-align: center;
  font-family: "Noto Serif TC", serif;
  margin-bottom: 50px;
}
.efy-end .result h2 {
  font-size: 48px;
  color: #d200b2;
}
.efy-end .result p {
  font-size: 30px;
}
.efy-end img {
  max-width: 100%;
}
.efy-end .result-img {
  float: left;
  position: relative;
  width: 50%;
  text-align: right;
}
.efy-end .result-img .result-img-draw {
  width: 60%;
  display: inline-block;
  margin: 0;
}
.efy-end .result-img .result-img-pd {
  position: absolute;
  width: 30%;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  right: 50%;
  bottom: 15%;
}
.efy-end .result-form {
  float: right;
  width: 50%;
  margin-bottom: 50px;
}
.efy-end .result-form .inner {
  width: 420px;
  height: 464px;
  background: url(../images/bg_form.png) no-repeat top;
  background-size: 100% auto;
  text-align: center;
  padding: 3.5em 2.5em 0;
  font-size: 16px;
}
.efy-end .result-form .inner h2 {
  font-size: 2em;
  color: #5d5d5d;
}
.efy-end .result-form .inner h2 span {
  color: #e69aed;
}
.efy-end .result-form .inner h3 {
  font-size: 1.2em;
}
.efy-end .result-form .inner hr {
  width: 80%;
  border: 0;
  border-top: 1px solid #e69aed;
  margin: 1.5em auto;
}
.efy-end .result-form .inner label {
  width: 90%;
  display: block;
  text-align: left;
  font-family: "Noto Serif TC", serif;
  margin: 1em auto;
}
.efy-end .result-form .inner label span {
  display: inline-block;
  width: 5em;
  color: #5d5d5d;
}
.efy-end .result-form .inner input {
  outline: 0;
  border: 0;
  background: #fff;
  display: inline-block;
  width: calc(100% - 6em);
}
.efy-end .btns {
  clear: both;
  margin-top: 50px;
}

#bs .title-box .color2 {
  color: #e69aed;
}
#bs .bs-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 80%;
  margin: 120px auto 0;
}
#bs .bs-pic .item {
  width: 50%;
  padding: 0 15px;
  text-align: center;
}
#bs .bs-pic .item img {
  width: 100%;
}
#bs .bs-pic .item p {
  font-size: 18px;
}
#bs .btn {
  background-image: url(../images/img_bs-btn.png);
  background-size: cover;
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.footer {
  text-align: center;
  border-top: 1px solid #000;
  margin: 0 15px;
}
.footer .links a {
  display: inline-block;
  margin: 0 15px;
}
.footer p {
  font-size: 12px;
  font-family: "Noto Serif TC", serif;
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .nav {
    font-size: 36px;
  }

  .main-title {
    font-size: 60px;
  }

  .main-desc p {
    max-width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .nav {
    font-size: 30px;
  }

  .main-title {
    font-size: 48px;
  }

  .main-desc {
    font-size: 18px;
  }

  .title {
    font-size: 36px;
  }
  .title small {
    font-size: 24px;
  }
  .title .before {
    margin-right: 240px;
  }
  .title .after {
    margin-left: 240px;
  }

  .desc {
    max-width: 80%;
    margin: auto;
    font-size: 18px;
  }
  .desc big {
    font-size: 24px;
  }
  .desc br {
    display: none;
  }

  .section {
    padding: 60px 0;
  }

  .title-box {
    max-width: 480px;
    font-size: 30px;
  }
  .title-box small {
    font-size: 20px;
  }

  #wis .wis-img-pc {
    display: none;
  }
  #wis .wis-img {
    display: block;
  }
  #wis .wis-img .item {
    height: 83vw;
  }

  #wtc .wtc-pd {
    margin-bottom: 60px;
  }
  #wtc .wtc-pd .text {
    width: 100%;
  }
  #wtc .wtc-pd .text h3 {
    text-align: center;
  }
  #wtc .wtc-pd .text .colors {
    text-align: center;
    margin-left: 0;
  }
  #wtc .wtc-pd .text .colors img {
    display: block;
    margin: 10px auto;
  }
  #wtc .wtc-pd .text .wtc-pd-list {
    margin-left: 80px;
  }
  #wtc .wtc-pd .text .wtc-pd-list li:nth-child(2) {
    margin-left: 0;
  }
  #wtc .wtc-pd .img {
    width: 100%;
  }

  .btns .btn {
    font-size: 24px;
  }

  .btns .btn-go {
    font-size: 48px;
  }

  .efy-q .ques {
    font-size: 30px;
  }
  .efy-q .efy-q-box {
    width: 90%;
  }
  .efy-q .efy-q-box .item p {
    font-size: 16px;
  }
  .efy-q .efy-q-box .item .like {
    background-size: 80px;
    background-position: 82% 80%;
  }
  .efy-q .efy-q-box .item .like.active,
.efy-q .efy-q-box .item .like:hover {
    background-size: 100px;
    background-position: 85% 83%;
  }

  .efy-end .result h2 {
    font-size: 36px;
  }
  .efy-end .result p {
    font-size: 24px;
  }

  .footer .links img {
    width: 36px;
  }
}
@media screen and (max-width: 576px) {
  .nav-open {
    right: 15px;
    top: 15px;
    width: 30px;
    height: 24px;
  }

  .nav {
    font-size: 18px;
  }

  #main center img {
    width: 100px;
  }

  .main-title {
    font-size: 30px;
  }
  .main-title span {
    display: block;
  }

  .main-desc {
    font-size: 16px;
  }
  .main-desc p:before, .main-desc p:after {
    font-size: 60px;
  }
  .main-desc p:before {
    top: -40px;
    margin-left: -30px;
  }
  .main-desc p:after {
    bottom: -40px;
  }

  .main-pic {
    margin-top: 60px;
    width: 96%;
  }

  .section {
    padding: 40px 0;
  }

  .title {
    font-size: 24px;
  }
  .title small {
    font-size: 18px;
  }
  .title .before {
    margin-right: 150px;
  }
  .title .before:after {
    height: 40px;
    bottom: -10px;
  }
  .title .after {
    margin-left: 150px;
  }
  .title .after:after {
    height: 40px;
    bottom: -10px;
  }

  .desc {
    font-size: 16px;
  }
  .desc big {
    font-size: 18px;
  }

  .square {
    width: 8px;
    height: 8px;
  }

  .title-box {
    max-width: 300px;
    font-size: 24px;
  }
  .title-box .inner {
    padding: 24px 0;
  }
  .title-box small {
    font-size: 18px;
  }

  #wtc .wtc-pd .text h3 {
    font-size: 20px;
  }
  #wtc .wtc-pd .text h3 .line {
    height: 40px;
    margin: 0 10px;
  }
  #wtc .wtc-pd .text h3 .rtop {
    top: -10px;
  }
  #wtc .wtc-pd .text .colors {
    font-size: 16px;
  }
  #wtc .wtc-pd .text .wtc-pd-list {
    margin-left: 60px;
  }
  #wtc .wtc-pd .text .wtc-pd-list li {
    font-size: 14px;
  }
  #wtc .wtc-pd .text .wtc-pd-list li:before {
    font-size: 36px;
    line-height: 40px;
    width: 40px;
    left: -55px;
    top: -15px;
  }

  .btns {
    margin: 30px auto;
  }

  .btns .btn {
    font-size: 20px;
    border-radius: 8px;
    margin: 0 8px;
  }

  .btns .btn-go {
    font-size: 30px;
    border-radius: 15px;
  }

  .efy-q .ques {
    font-size: 20px;
  }
  .efy-q .efy-q-box {
    width: 96%;
  }
  .efy-q .efy-q-box .item .like {
    background-size: 48px;
  }
  .efy-q .efy-q-box .item .like.active,
.efy-q .efy-q-box .item .like:hover {
    background-size: 60px;
  }

  .efy-end .result h2 {
    font-size: 24px;
  }
  .efy-end .result p {
    font-size: 18px;
  }
  .efy-end .result-img {
    width: 100%;
    padding-right: 30px;
  }
  .efy-end .result-img .result-img-draw {
    width: 70%;
  }
  .efy-end .result-img .result-img-pd {
    right: 60%;
  }
  .efy-end .result-form {
    width: 100%;
  }
  .efy-end .result-form .inner {
    width: 90%;
    height: 100vw;
    margin: auto;
  }

  #bs .bs-pic {
    width: 96%;
  }

  #bs .bs-pic .item {
    width: 100%;
    margin-bottom: 30px;
  }
  #bs .bs-pic .item p {
    font-size: 14px;
  }

  #wis .wis-img .item {
    height: 104vw;
  }
}
.hide {
  display: none;
}
/* custom add */
.sub-title {
  color: #9a00bb !important;
}
.inner-footer {
  width: 420px;
  text-align: center;
}

@media screen and (max-width: 576px) {
  .inner-footer {
    width: 90%;
    margin: auto;
  }
}