@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900,300);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.header:before {
  content: "";
  display: table;
}
.header:after {
  content: "";
  display: table;
  clear: both;
}

.menu-list, .btn-icon-back, .btn-icon-link, .btn-icon-more, .btn--primary, .progress-inner {
  position: relative;
}

.menu-list:before, .btn-icon-back:before, .btn-icon-back:after, .btn-icon-link:before, .btn-icon-link:after, .btn-icon-more:before, .btn-icon-more:after, .btn--primary:after, .btn-line, .progress-inner:after, .progress-bar, .slick-arrow, .slick-arrow:before, .slick-arrow:after, .fancybox-close:before, .fancybox-close:after {
  position: absolute;
}

h4, .header .brand-logo a, .nav-btn, .btn-icon-back, .btn-icon-link, .btn-icon-more, .btn-line, .slick-slide img {
  display: inline-block;
}

.copyright {
  text-align: center;
}

.slick-arrow {
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
}

.container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 640px) {
  .container {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
  }
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
  }
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #ececec;
  font-size: 16px;
  font-family: "Lato", Helvetica, Arial, "PingFangTC-Regular", "DroidSansFallback", "黑體-繁", "Heiti TC", "Noto Sans TC", "微軟儷黑體", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  line-height: 1.6;
  color: #7c7c7c;
}

.loading,
.nav-open,
.modal-open {
  overflow: hidden;
}

h1, h2, h3, h4, h5 {
  color: #353535;
}

h1 {
  font-size: 36px;
}
h1 .em {
  font-size: 42px;
  line-height: 1;
  display: block;
}

h2 {
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 1.3;
}

h4 {
  padding-bottom: 2px;
  margin-bottom: 10px;
  font-size: 20px;
  color: #db6e3d;
  border-bottom: 3px solid #db6e3d;
}

p {
  text-align: justify;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  display: inline-block;
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  font-family: "Lato", Helvetica, Arial, "PingFangTC-Regular", "DroidSansFallback", "黑體-繁", "Heiti TC", "Noto Sans TC", "微軟儷黑體", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  height: 65px;
  box-shadow: 0px 2px 3px rgba(92, 92, 92, 0.1);
  background-color: rgba(255, 255, 255, 0.9);
}
.header .brand-logo {
  margin-top: 15px;
}
.header .brand-logo img {
  width: 115px;
  height: 30px;
}

.menu {
  width: 70%;
}

.menu-list:before {
  width: 100%;
  height: 1px;
  content: '';
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(left, rgba(92, 92, 92, 0.2) 0%, rgba(92, 92, 92, 0.8) 25%, rgba(92, 92, 92, 0.8) 75%, rgba(92, 92, 92, 0.2) 100%);
  background: linear-gradient(to right, rgba(92, 92, 92, 0.2) 0%, rgba(92, 92, 92, 0.8) 25%, rgba(92, 92, 92, 0.8) 75%, rgba(92, 92, 92, 0.2) 100%);
  opacity: 0.4;
}
.menu-list a {
  padding: 10px 30px;
  width: 100%;
  font-size: 22px;
  color: #7c7c7c;
}

.header .active a {
  color: #db6e3d;
}

.nav {
  -webkit-transition: opacity 0.8s 0s cubic-bezier(0, -0.31, 1, 1.4);
  transition: opacity 0.8s 0s cubic-bezier(0, -0.31, 1, 1.4);
  position: fixed;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  opacity: 0;
}

.nav-open .nav {
  visibility: visible;
  opacity: 1;
}

.nav-btn {
  -webkit-transition: all 0.3s 0s ease-in;
  transition: all 0.3s 0s ease-in;
  position: fixed;
  top: 5px;
  right: 10px;
  z-index: 10001;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  cursor: pointer;
}
.nav-btn span {
  -webkit-transition: all 0.3s 0s ease-in;
  transition: all 0.3s 0s ease-in;
  position: absolute;
  top: 48%;
  left: 10px;
  display: block;
  width: 30px;
  height: 2px;
  background-color: #7c7c7c;
}
.nav-btn span:before,
.nav-btn span:after {
  -webkit-transition: all 0.3s 0s ease-in;
  transition: all 0.3s 0s ease-in;
  position: absolute;
  content: '';
  top: 0px;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #7c7c7c;
}
.nav-btn span:before {
  -webkit-transform: translateY(-450%);
  transform: translateY(-450%);
}
.nav-btn span:after {
  -webkit-transform: translateY(450%);
  transform: translateY(450%);
}
@media (min-width: 1024px) {
  .nav-btn {
    display: none;
  }
}

.nav-open .nav-btn span {
  background-color: transparent;
}
.nav-open .nav-btn span:before {
  -webkit-transform: translateY(0) rotate(135deg);
  transform: translateY(0) rotate(135deg);
}
.nav-open .nav-btn span:after {
  -webkit-transform: translateY(0) rotate(-135deg);
  transform: translateY(0) rotate(-135deg);
}

.nav-open .nav {
  visibility: visible;
  opacity: 1;
}

footer {
  padding-top: 10px;
  padding-bottom: 12px;
  background-color: #676767;
}

.copyright {
  color: #fff;
}

.highlight-text {
  color: #db6e3d;
}

.highlight-bg {
  padding: 5px 10px;
  background-color: #ffeae3;
  border: 1px solid #fad6ca;
}

.btn {
  -webkit-transition: all 0.3s 0s ease-in;
  transition: all 0.3s 0s ease-in;
  padding: .35em 1.2em;
}

.btn--base {
  color: #818181;
  border: 2px solid #bbbbbb;
  font-size: 18px;
}

.btn-icon-back {
  width: 10px;
  height: 10px;
  margin-left: 10px;
}
.btn-icon-back:before, .btn-icon-back:after {
  -webkit-transition: all 0.3s 0s ease-in;
  transition: all 0.3s 0s ease-in;
  content: '';
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background-color: #eaeaea;
}
.btn-icon-back:before, .btn-icon-back:after {
  transform-origin: left center;
  -webkit-transform-origin: left center;
}
.btn-icon-back:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-icon-back:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn-icon-link {
  width: 8px;
  height: 8px;
  margin-left: 6px;
}
.btn-icon-link:before, .btn-icon-link:after {
  -webkit-transition: all 0.3s 0s ease-in;
  transition: all 0.3s 0s ease-in;
  content: '';
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background-color: #bbbbbb;
}
.btn-icon-link:before, .btn-icon-link:after {
  transform-origin: right center;
  -webkit-transform-origin: right center;
}
.btn-icon-link:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-icon-link:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn-icon-more {
  width: 15px;
  height: 15px;
  margin-left: 10px;
}
.btn-icon-more:before, .btn-icon-more:after {
  -webkit-transition: all 0.3s 0s ease-in;
  transition: all 0.3s 0s ease-in;
  content: '';
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background-color: #bbbbbb;
}
.btn-icon-more:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.btn--base:hover {
  background-color: #bbbbbb;
  color: #fff;
}
.btn--base:hover .btn-icon-more:before, .btn--base:hover .btn-icon-more:after {
  background-color: #fff;
}

.btn--primary {
  z-index: 0;
  color: #fff;
  font-size: 22px;
  background-color: #ff6e2d;
  overflow: hidden;
}
.btn--primary:after {
  -webkit-transition: all 0.3s 0s ease-in;
  transition: all 0.3s 0s ease-in;
  content: '';
  z-index: -1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(-70deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 45%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(-70deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 45%, rgba(255, 255, 255, 0) 100%);
}

.btn-line {
  background-color: #ff6e2d;
}

.line-t,
.line-b {
  width: 100%;
  height: 1px;
}

.line-l,
.line-r {
  width: 1px;
  height: 100%;
}

.line-t,
.line-l {
  top: 0;
}

.line-r,
.line-b {
  bottom: 0;
}

.line-t,
.line-r {
  left: 0;
}

.line-l,
.line-b {
  right: 0;
}

.btn--primary:hover {
  background-color: #ff5204;
}
.btn--primary:hover:after {
  width: 120%;
}

.btn--secondary {
  font-size: 18px;
  color: #fff;
  background-color: #bbbbba;
}

.btn--secondary:hover {
  background-color: #919191;
}

.scoll {
  display: none;
  -webkit-animation: moveDown 1s 0s infinite linear;
  animation: moveDown 1s 0s infinite linear;
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.scoll span {
  display: block;
  position: absolute;
}
.scoll span:before, .scoll span:after {
  position: absolute;
  content: '';
}
.scoll .circle {
  left: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
}
.scoll .circle:before, .scoll .circle:after {
  border-radius: 50%;
  border-color: #db6e3d;
  border-style: solid;
}
.scoll .circle:before {
  top: 10%;
  left: 10%;
  bottom: 10%;
  right: 10%;
  border-width: 2px;
}
.scoll .circle:after {
  -webkit-animation: zoomIn 1s 0s infinite linear;
  animation: zoomIn 1s 0s infinite linear;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-width: 1px;
}
.scoll .bar {
  background-color: #db6e3d;
  margin-left: -1px;
}
.scoll .bar-1 {
  bottom: 25px;
  left: 50%;
  width: 15px;
  height: 1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform-origin: left center;
  -webkit-transform-origin: left center;
}
.scoll .bar-2 {
  left: 50%;
  bottom: 25px;
  width: 1px;
  height: 70px;
}

.progress {
  position: fixed;
  z-index: 10001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.progress-inner {
  z-index: 0;
  text-align: center;
}
.progress-inner:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #bfbfbf;
  bottom: 0;
  left: 0;
}

.progress-logo {
  display: block;
  margin-bottom: 20px;
}

.progress-bar {
  display: block;
  bottom: 0;
  z-index: 1;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #353535;
}

.progress-text {
  display: none;
}

.progress-complete .progress-bar {
  background-color: #353535;
}

.slick-arrow {
  z-index: 9;
  top: 50%;
  width: 15px;
  height: 100px;
  margin-top: -50px;
}
.slick-arrow:before, .slick-arrow:after {
  content: '';
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  background-color: #b69e92;
}
.slick-arrow:before {
  margin-top: 0.5px;
}
.slick-arrow:after {
  margin-top: -0.5px;
}

.slick-prev {
  left: -25px;
}
.slick-prev:before, .slick-prev:after {
  transform-origin: left center;
  -webkit-transform-origin: left center;
}
.slick-prev:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.slick-prev:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slick-next {
  right: -25px;
}
.slick-next:before, .slick-next:after {
  transform-origin: right center;
  -webkit-transform-origin: right center;
}
.slick-next:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slick-next:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fancybox-overlay {
  z-index: 10010;
}

.fancybox-close {
  background-image: none;
  background-color: rgba(0, 0, 0, 0.9);
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
}
.fancybox-close:before, .fancybox-close:after {
  content: '';
  background-color: #fff;
  width: 70%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  left: 15%;
}
.fancybox-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.back-top {
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: fixed;
  z-index: 777;
  display: block;
  right: 0;
  bottom: 60px;
  width: 40px;
  height: 40px;
  background-image: url(../images/back-top.svg);
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  opacity: 0.8;
  cursor: pointer;
}

.back-top:hover {
  opacity: 1;
}

@media (min-width: 1024px) {
  h1 .em {
    font-size: 50px;
    line-height: 1.1;
  }

  h2 {
    font-size: 36px;
    line-height: 1.2;
  }

  .active-bar {
    -webkit-transition: all 0.3s 0s ease-in;
    transition: all 0.3s 0s ease-in;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 50%;
    bottom: 0;
    background-color: #db6e3d;
  }

  .brand-logo {
    float: left;
  }

  .nav {
    position: static;
    float: right;
    width: auto;
    visibility: visible;
    opacity: 1;
    background-color: transparent;
  }

  .menu {
    width: auto;
    font-size: 0;
  }

  .menu-list {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 65px;
  }
  .menu-list:before {
    display: none;
  }
  .menu-list a {
    padding: 0;
    font-size: 18px;
  }

  .menu-list:hover a {
    color: #db6e3d;
  }

  .scoll {
    display: block;
  }

  .slick-arrow {
    width: 20px;
  }

  .slick-prev {
    left: 15px;
  }

  .slick-next {
    right: 15px;
  }

  .back-top {
    width: 50px;
    height: 50px;
    bottom: 80px;
  }
}
@-webkit-keyframes arrowR {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
  }
}
@keyframes arrowR {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
  }
}
@-webkit-keyframes arrowL {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(10px);
    transform: translateX(-10px);
    opacity: 0;
  }
}
@keyframes arrowL {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    opacity: 0;
  }
}
@-webkit-keyframes moveDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes moveDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@-webkit-keyframes moveUp {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes moveUp {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@-webkit-keyframes zoomInB {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes zoomInB {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-webkit-keyframes bright {
  0% {
    -webkit-filter: brightness(1.3);
    filter: brightness(1.3);
  }
  90% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
}
@keyframes bright {
  0% {
    -webkit-filter: brightness(1.3);
    filter: brightness(1.3);
  }
  90% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
}
@-webkit-keyframes play {
  0% {
    left: -100%;
    opacity: 1;
  }
  80% {
    left: 100%;
    opacity: 0;
  }
  100% {
    left: -100%;
    opacity: 0;
  }
}
@keyframes play {
  0% {
    left: -100%;
    opacity: 1;
  }
  80% {
    left: 100%;
    opacity: 0;
  }
  100% {
    left: -100%;
    opacity: 0;
  }
}
