@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Prata);
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;
}

.slick-slider {
  position: relative;
}

.progress-bg, .progress-bar, .progress-logo, .slick-prev,
.slick-next {
  position: absolute;
}

.btn {
  display: inline-block;
}

.slick-prev,
.slick-next {
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
}

.progress-bg, .slick-prev,
.slick-next {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.wrapper {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  min-width: 640px;
}
.wrapper:after {
  content: " ";
  display: block;
  clear: both;
}

.container {
  padding-left: 40px;
  padding-right: 40px;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 18px;
  font-family: "Lato", Helvetica, Arial, sans-serif, "sourcehansans-tc-normal", "黑體-繁", "Heiti TC", "Noto Sans TC", "微軟儷黑體", "微軟正黑體", "Microsoft JhengHei", "新細明體";
  line-height: 1.7;
  background-color: #f0d2b8;
}

.londing {
  overflow: hidden;
}

a {
  -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;
  text-decoration: none;
  color: #c8701d;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

h1 {
  font-size: 46px;
  line-height: 1.4;
}

h2, h3 {
  font-size: 28px;
  letter-spacing: 0.02em;
}

p {
  color: #575757;
}

.title-bor {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #8a8a8a;
  border-bottom: 1px solid #8a8a8a;
}

.sp-style {
  font-family: "Prata", serif;
  font-style: italic;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
header .container {
  position: relative;
  width: 640px;
  max-width: 640px;
  min-width: 640px;
  height: 80px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  background: -webkit-linear-gradient(left, #d48f5d 0%, #d48f5d 47%, #e4a870 100%);
  background: -o-linear-gradient(left, #d48f5d 0%, #d48f5d 47%, #e4a870 100%);
  background: linear-gradient(to right, #d48f5d 0%, #d48f5d 47%, #e4a870 100%);
}
header .brand-logo {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  text-align: center;
}
header .brand-logo img {
  width: 150px;
}

.nav-btn {
  -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: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  width: 80px;
  height: 80px;
  cursor: pointer;
}
.nav-btn span {
  -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: absolute;
  top: 48%;
  left: 10px;
  display: block;
  width: 50px;
  height: 2px;
  background-color: #fff;
}
.nav-btn span:before,
.nav-btn span:after {
  -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: absolute;
  content: '';
  top: 0px;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.nav-btn span:before {
  -moz-transform: translateY(-600%);
  -ms-transform: translateY(-600%);
  -webkit-transform: translateY(-600%);
  transform: translateY(-600%);
}
.nav-btn span:after {
  -moz-transform: translateY(600%);
  -ms-transform: translateY(600%);
  -webkit-transform: translateY(600%);
  transform: translateY(600%);
}

.nav {
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 98;
  width: 100%;
  height: 100vh;
  background: -moz-linear-gradient(left, #d48f5d 0%, #d48f5d 47%, #e4a870 100%);
  background: -webkit-linear-gradient(left, #d48f5d 0%, #d48f5d 47%, #e4a870 100%);
  background: linear-gradient(to right, #d48f5d 0%, #d48f5d 47%, #e4a870 100%);
}
.nav .menu {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
.nav .menu li a {
  display: inline-block;
  width: 100%;
  padding: 15px 10px;
  font-size: 24px;
  color: #fff;
  border-bottom: 1px solid rgba(250, 250, 250, 0.4);
}
.nav .menu li a span:nth-child(2) {
  padding-left: 1em;
}
.nav .menu li a:hover {
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  padding-left: 18px;
}
.nav .menu li:last-child a {
  border-bottom: none;
}

.nav-open .nav {
  visibility: visible;
  opacity: 1;
}
.nav-open .nav-btn span {
  background-color: transparent;
}
.nav-open .nav-btn span:before {
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.nav-open .nav-btn span:after {
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

main {
  padding-top: 80px;
}

footer .container {
  margin: 0 auto;
  width: 640px;
}
footer p {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #777777;
}

button {
  -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;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  cursor: pointer;
}

.wrapper {
  min-height: 100vh;
}

.highlight-b {
  color: #c8701d;
}

.btn-primary {
  padding: .4em 1.8em;
  font-family: "Lato", Helvetica, Arial, sans-serif, "sourcehansans-tc-normal", "黑體-繁", "Heiti TC", "Noto Sans TC", "微軟儷黑體", "微軟正黑體", "Microsoft JhengHei", "新細明體";
  background-color: #ea8f47;
  border: 1px solid #efab75;
  color: #fff;
}
.btn-primary:hover {
  background-color: #e4731a;
}

.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: 97;
  display: block;
  right: 0;
  bottom: 60px;
  width: 60px;
  height: 60px;
  background-image: url(../images/back-top.svg);
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  opacity: 0.9;
  cursor: pointer;
}

.progress {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.progress-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5d9c3;
  background-image: url(../images/index-bg.jpg);
}

.progress-bar {
  top: 50%;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #a7a7a7;
}

.progress-logo {
  top: 42%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.progress-logo img {
  width: 150px;
}

.progress-text {
  display: none;
}

.slick-slider {
  padding-bottom: 60px;
}

.slick-prev,
.slick-next {
  top: 50%;
  width: 30px;
  height: 62px;
  margin-top: -31px;
}

.slick-prev {
  left: 10px;
  background-image: url(../images/leftBtn.png);
}

.slick-next {
  right: 10px;
  background-image: url(../images/rightBtn.png);
}

.slick-dots {
  bottom: 0;
}
