@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);
.clearfix {
  zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

address {
  font-style: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul, ol, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  text-decoration: none;
}

ins {
  background-color: #ffff99;
  color: black;
  text-decoration: none;
}

mark {
  background-color: #ffff99;
  color: black;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

pre {
  white-space: pre-wrap;
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  max-width: 100%;
  height: auto;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

option {
  min-height: inherit;
}

button {
  border: none;
}

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

label {
  cursor: pointer;
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

html {
  font-family: sans-serif;
  line-height: 1;
  font-size: 16px;
}

.clearfix .f_l {
  float: left;
}

.clearfix .f_r {
  float: right;
}

.img-fit {
  display: block;
  line-height: 0;
}

.img-fit img {
  max-width: 100%;
}

.text-hide {
  font: 0/0 "";
}

.nav-box {
  position: relative;
  top: 0;
  text-align: center;
  -webkit-transition: top 300ms;
  -moz-transition: top 300ms;
  -ms-transition: top 300ms;
  transition: top 300ms;
}

.is-hide .nav-box {
  top: -100px;
}

.nav-box .nav-item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
  border: 0 solid transparent;
  border-bottom-width: 1px;
  -webkit-transition: border 200ms;
  -moz-transition: border 200ms;
  -ms-transition: border 200ms;
  transition: border 200ms;
}

.nav-box .nav-item:not(:last-child) {
  margin-right: 20px;
}

.nav-box .nav-item a {
  display: block;
  padding-top: 2px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 21px;
  line-height: 38px;
  color: #8c8a8a;
}

.nav-box .nav-item:hover, .nav-box .nav-item.active {
  border-color: #b28146;
  background-color: rgba(255, 255, 255, 0.3);
}

.nav-box .nav-item:hover a, .nav-box .nav-item.active a {
  color: #595757;
}

.logo-box {
  position: absolute;
  top: 55px;
  left: 50%;
  pointer-events: none;
}

.logo-box .img-fit {
  display: inline-block;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.content-box {
  position: relative;
  border: 30px solid #fff;
  box-sizing: border-box;
  height: 100vh;
  text-align: center;
}

.mobile .content-box {
  height: 860px;
}

.auto .content-box {
  height: 700px;
}

.content-box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(6.5% + 35px);
  z-index: 6;
  width: 190px;
  height: 18%;
  -webkit-transform: translate(-50%, -20px);
  -moz-transform: translate(-50%, -20px);
  -ms-transform: translate(-50%, -20px);
  transform: translate(-50%, -20px);
  background: url(../img/logo.png) center/contain no-repeat;
}

@media only screen and (max-width: 1366px) {
  .content-box::before {
    height: 15%;
  }
}

.content-box .bg {
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.content-box .bg::after {
  content: url(../img/key-writing.png);
  position: absolute;
  left: 2.5%;
  bottom: 4%;
}

.content-box .bg svg {
  width: 100%;
  height: 100%;
}

.content-box .container {
  position: relative;
  z-index: 5;
}

.content-box .title {
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: .2em;
  color: #595757;
}

.content-box .title strong {
  font-weight: 500;
}

.content-box .title.is-lg {
  font-size: 39px;
}

@media only screen and (max-width: 1366px) {
  .content-box .title {
    font-size: 28px;
  }
  .content-box .title.is-lg {
    font-size: 30px;
  }
}

.content-box .writing {
  display: inline-block;
  width: 720px;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: .1em;
  color: #595757;
}

.content-box .fruit-pic {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.content-box .fruit-pic img {
  position: absolute;
}

.process-box {
  color: #595757;
  text-align: center;
}

.process-box .left, .process-box .right {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  margin-right: 30px;
  width: 300px;
}

.process-box .left .process-title, .process-box .left .circle {
  fill: #7caf92;
  color: #7caf92;
}

.process-box .right .process-title, .process-box .right .circle {
  fill: #e88f80;
  color: #e88f80;
}

.process-box .right .process-list:last-of-type {
  margin-top: 43px;
}

.process-box .right .process-list:last-of-type .process-title {
  margin-bottom: 16px;
}

.process-box .right .process-list:last-of-type .icon-arrow-circle {
  position: static;
  margin-left: 2px;
  margin-right: 2px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.process-list .process-title, .process-list li {
  background-color: #fff;
}

.process-list .process-title {
  margin-bottom: 16px;
  border-radius: 10px;
  height: 45px;
  line-height: 45px;
  font-size: 22px;
}

.process-list li {
  position: relative;
  margin-bottom: 16px;
  border-radius: 5px;
  height: 27px;
  line-height: 27px;
  font-size: 18px;
}

.process-list li .icon-arrow-circle {
  position: absolute;
  left: calc(50% - 6px);
  top: calc(100% + ((16px - 14px)/2));
  z-index: 2;
  width: 14px;
  height: 14px;
}

.icon-arrow-circle .polyline {
  stroke: #fff;
}

/* .icon-arrow-circle {
  position: absolute;
  left: calc(50% - 6px);
  top: calc(100% + 3px);
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background-color: #666;
  color: #fff;
} */
body {
  position: relative;
  font: 16px/28px "Helvetica", "Noto Sans TC", "Arial", "微軟正黑體", sans-serif;
}

body.mobile {
  width: 100vw;
  overflow-x: hidden;
}

.fix-box {
  position: fixed;
  top: 5%;
  left: 0;
  z-index: 10;
  width: 100%;
  display: none;
}

.fix-box .btn-home {
  position: absolute;
  right: 85px;
  top: 0;
}

.first-screen .content-box::before {
  content: "";
  background: none;
}

.first-screen .bg {
  background: url(../img/first-screen_bg.jpg) center/cover no-repeat;
}

@media only screen and (max-width: 1024px) {
  .first-screen .bg::after {
    content: "";
  }
}

.first-screen .filter {
  position: relative;
  margin: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: url(../img/first-screen_filter.png) center/cover no-repeat;
}

.first-screen .logo {
  position: absolute;
  right: 4.28571%;
  bottom: 7.55102%;
  width: 10.43956%;
  height: 190px;
  background: url(../img/logo.png) center bottom/contain no-repeat;
}

.container {
  position: relative;
  margin-top: calc(12% + 35px);
}

.btn-arrow {
  position: absolute;
  left: calc(50% - 26px);
  bottom: 10px;
  z-index: 11;
  width: 52px;
  height: 52px;
  background: url(../img/icon-down-arrow-circle.png) center no-repeat;
  cursor: pointer;
  -webkit-transition: bottom 200ms;
  -moz-transition: bottom 200ms;
  -ms-transition: bottom 200ms;
  transition: bottom 200ms;
}

.btn-arrow:hover {
  bottom: 4px;
}

.mobile .btn-arrow {
  display: none;
}

.btn-home span {
  display: block;
  box-sizing: border-box;
  border-radius: 6px;
  border: 2px solid #fff;
  width: 65px;
  height: 65px;
  background: url(../img/icon-home.png) center no-repeat;
  cursor: pointer;
  -webkit-transition: background 240ms;
  -moz-transition: background 240ms;
  -ms-transition: background 240ms;
  transition: background 240ms;
}

.btn-home span:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.pageA .container {
  padding-top: 55px;
}

@media only screen and (max-width: 1366px) {
  .pageA .container {
    padding-top: 2%;
  }
}

@media only screen and (max-width: 1024px) {
  .pageA .container {
    padding-top: 7%;
  }
}

.pageA .title .en {
  letter-spacing: .17em;
  font-weight: 700;
}

.pageA .gold-font {
  margin: 30px auto 20px;
  width: 470px;
  font-size: 31px;
  line-height: 52px;
  letter-spacing: .1em;
  color: #b28146;
}

.pageA .gold-font span {
  display: inline-block;
  vertical-align: top;
}

.pageA .gold-font span:not(:nth-child(3n)) {
  margin-right: 30px;
}

.pageA .fruit-pic img:nth-child(1) {
  left: -30px;
  bottom: -30px;
  width: 36.77083%;
}

.pageA .fruit-pic img:nth-child(2) {
  right: -30px;
  bottom: -30px;
  width: 53.64583%;
}

.pageB .container {
  padding-top: 70px;
}

@media only screen and (max-width: 1366px) {
  .pageB .container {
    padding-top: 5%;
  }
}

@media only screen and (max-width: 1024px) {
  .pageB .container {
    padding-top: 16%;
  }
}

.auto .pageB .container {
  padding-top: 13%;
}

.pageB .title span {
  display: inline-block;
  padding-left: 12px;
  padding-right: 12px;
}

.pageB .writing {
  margin-top: 30px;
  font-size: 20px;
  line-height: 36px;
}

@media only screen and (max-width: 1366px) {
  .pageB .writing {
    font-size: 16px;
    line-height: 28px;
  }
}

.pageB .fruit-pic img:nth-child(1) {
  left: 50%;
  bottom: -30px;
  width: 41.66667%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.pageC .container {
  padding-top: 40px;
}

@media only screen and (max-width: 1366px) {
  .pageC .container {
    padding-top: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .pageC .container {
    padding-top: 5%;
  }
}

.pageC .title {
  margin-bottom: 1%;
}

.pageC .fruit-pic img:nth-child(1) {
  left: 11.77083%;
  top: 11.57407%;
  width: 15.625%;
}

.pageC .fruit-pic img:nth-child(2) {
  right: 1.5625%;
  bottom: 0;
  width: 26.04167%;
}

.pageD .container {
  padding-top: 85px;
}

@media only screen and (max-width: 1366px) {
  .pageD .container {
    padding-top: 2%;
  }
}

@media only screen and (max-width: 1024px) {
  .pageD .container {
    padding-top: 8%;
  }
}

.pageD .writing {
  margin-top: 3%;
  margin-bottom: 2%;
  font-size: 26px;
  line-height: 48px;
  letter-spacing: .26em;
}

.pageD .fruit-pic img:nth-child(1) {
  left: 10.52083%;
  top: 24.90741%;
  width: 18.75%;
}

.pageD .fruit-pic img:nth-child(2) {
  right: 17.70833%;
  top: 13.51852%;
  width: 17.70833%;
}

.pageD .fruit-pic img:nth-child(3) {
  right: 0%;
  bottom: 1.48148%;
  width: 34.27083%;
}

.pageD .btn-black, .pageE .btn-black {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  width: 485px;
  height: 50px;
  line-height: 50px;
  text-align: left;
}

.pageD .btn-black a, .pageE .btn-black a {
  display: block;
  border-radius: 10px;
  border: 2px solid #fff;
  padding-left: 40px;
  padding-right: 25px;
  background-color: #000;
  font-size: 22px;
  color: #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  transition: all 200ms;
}

.pageD .btn-black a:hover, .pageE .btn-black a:hover {
  -webkit-transform: translateY(-2);
  -moz-transform: translateY(-2);
  -ms-transform: translateY(-2);
  transform: translateY(-2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.22);
}

.pageD .btn-black span, .pageE .btn-black span {
  position: absolute;
  top: 14px;
  right: 25px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background-color: #e40012;
}

.pageD .btn-black span svg, .pageE .btn-black span svg {
  position: absolute;
  left: 0;
  top: 0;
}

.pageE .content-box {
  position: relative;
}

.pageE .container {
  position: relative;
  margin-top: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pageE .writing {
  font-size: 26px;
}

.pageE .fruit-pic img:nth-child(1) {
  left: 5.20833%;
  top: 21.85185%;
  width: 18.48958%;
}

.pageE .fruit-pic img:nth-child(2) {
  right: 3.28125%;
  bottom: 8.7963%;
  width: 23.95833%;
}

.pageE .btn-black {
  margin-top: 80px;
  padding-bottom: 150px;
  width: 350px;
}

.form-box {
  margin-top: 1.6%;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  padding: 20px 30px;
  background-color: rgba(255, 255, 255, 0.7);
}

.form-box input, .form-box textarea {
  border-radius: 2px;
  box-sizing: border-box;
  display: block;
  margin-bottom: 20px;
  border: none;
  padding: 5px 10px;
  width: 600px;
  height: 34px;
  line-height: 34px;
  background-color: #595757;
  color: #fff;
}

.form-box textarea {
  height: 50%;
  resize: none;
}

.form-box .button {
  border-radius: 4px;
  width: 150px;
  height: 45px;
  line-height: 45px;
  background-color: #846a3f;
  font-size: 22px;
  color: #fff;
  -webkit-transition: background 240ms;
  -moz-transition: background 240ms;
  -ms-transition: background 240ms;
  transition: background 240ms;
}

.form-box .button:hover {
  background-color: #6f5935;
}

@media only screen and (max-width: 1366px) {
  .form-box input, .form-box textarea {
    margin-bottom: 16px;
  }
  .form-box .button {
    height: 36px;
    line-height: 36px;
    font-size: 20px;
  }
}

.footer-box {
  position: absolute;
  margin-top: 0;
  left: calc(2.5% + 300px);
  bottom: calc(4% + 20px);
  width: 660px;
  color: #fff;
  text-align: left;
}

.footer-box li {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
}

@media only screen and (max-width: 1366px) {
  .footer-box {
    margin-top: 30px;
  }
}
