@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  background-color:#393;
 
  }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }
  *::-moz-selection {
    background: #ea5404;
    color: #fff; }
  *::selection {
    background: #ea5404;
    color: #fff; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

body {
  font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微软雅黑", "メイリオ", "맑은 고딕", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.53269;
  color: #0c0c0c;
  background-color:#a6c2b4;
  letter-spacing: 0.14em;
  word-wrap: break-word;
  word-break: normal; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
 

h1, h2, h3, h4, h5, h6 {
  margin-top: 0; }

p {
  margin: 0 0 1.53269em;
  letter-spacing:1px;
  text-align:justify; }

input,
button,
select,
textarea,
a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

img {
  display: inline-block;
  max-width: 100%;
  height: auto !important;
  vertical-align: middle; }

.pic img {
  display: block;
  margin: 0 auto;
   }

[role="button"] {
  cursor: pointer; }

*:focus {
  outline: none; }

.wrapper {
  overflow: hidden; }

.container {
  position: relative; }

.slick-item + .slick-item {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden; }

.slick-initialized .slick-item + .slick-item {
  position: relative;
  visibility: visible; }

.main::after,
.container::after,
.clearfix::after {
  content: '';
  display: block;
  clear: both; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.hide {
  display: none; }

.list,
.list ul,
.list-h,
.list-h ul,
.list-v,
.list-v ul,
.list-inline,
.list-inline ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.list a, .list .box,
.list-h a,
.list-h .box,
.list-v a,
.list-v .box,
.list-inline a,
.list-inline .box {
  display: block;
  text-decoration: none;
  color: inherit; }
  .list a span, .list .box span,
  .list-h a span,
  .list-h .box span,
  .list-v a span,
  .list-v .box span,
  .list-inline a span,
  .list-inline .box span {
    display: block; }

.list-h::after {
  content: '';
  display: block;
  clear: both; }

.list-h > li,
.list-h .item {
  float: left; }

.list-inline > li {
  display: inline-block;
  vertical-align: top; }

.list-inline a {
  display: inline-block; }

.list-normal {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .list-normal li {
    position: relative;
    padding-left: 1.5em; }
    .list-normal li::before {
      content: '';
      display: block;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #0c0c0c;
      position: absolute;
      left: 0;
      top: 0.76635em;
      margin-top: -6px; }

.footer {
  position: fixed;
  z-index: 500;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center; }
  .footer-contact {
    display: table;
    table-layout: fixed;
    width: 100%;
    background: #333;
    color: #fff;
    font-size: 14px; }
    .footer-contact > li {
      display: table-cell;
      vertical-align: middle; }
      .footer-contact > li + li {
        border-left: 1px solid #666; }
      .footer-contact > li > a {
        padding: 5px; }
        .footer-contact > li > a i {
          color: #ea5404; }
        .footer-contact > li > a span {
          display: block;
          font-weight: 500; }

.container {
  margin: 0 auto;
  padding: 0 25px; }

.main {
  position: relative; }

.photo {
  vertical-align: top;
  text-align: center;
  margin: 0;
  padding: 0;
  position: relative; }
  .photo-title {
    font-size: 2.65625vw;
    padding: 0.5em 0.5em 1em; }
    .photo-title:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0.5em 0.5em 0.5em;
      border-color: transparent transparent #0c0c0c transparent;
      margin-right: 0.5em; }

.gallery {
  margin-bottom: 4em; }
  .gallery .slick-dots {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow-x: auto;
    overflow-y: hidden;
    text-align: center;
    white-space: nowrap;
    padding: 0.5em;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0; }
    .gallery .slick-dots li {
      display: inline-block;
      vertical-align: middle; }
      .gallery .slick-dots li button {
        display: inline-block;
        zoom: 1;
        line-height: normal;
        white-space: nowrap;
        vertical-align: middle;
        text-align: center;
        cursor: pointer;
        -webkit-user-drag: none;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        border: 0;
        color: inherit;
        font: inherit;
        text-decoration: none;
        background: none;
        padding: 0;
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
        overflow: hidden;
        text-indent: 101%;
        padding: 0;
        background-repeat: no-repeat;
        position: relative;
        width: 1.8em;
        height: 1.8em; }
        .gallery .slick-dots li button::-moz-focus-inner {
          padding: 0;
          border: 0; }
        .gallery .slick-dots li button:focus {
          outline: none; }
        .gallery .slick-dots li button:before {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
               -o-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: 0.75em;
          height: 0.75em;
          border-radius: 50%;
          background: #909090; }
    .gallery .slick-dots li.slick-active button:before {
      background: #162d76; }

.sect {
  position: relative; }
  .sect-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 1em;
    color: #ea5404;	
    margin: 0;
    padding: 1.5em 0 0.5em; }
    .sect-title:before, .sect-title:after {
      content: '';
      display: inline-block;
      background: no-repeat;
      -webkit-background-size: auto 100%;
              background-size: auto 100%;
      width: 9.6em;
      height: 1em;
      margin-top: 0.25em; }
    .sect-title:before {
      background-position: 100% 0;
      background-image: url("../img/title_decoL.png"); }
    .sect-title:after {
      background-image: url("../img/title_decoR.png"); }
    .sect-title span {
      display: inline-block;
      padding: 0 0.4em 0 0.54em;
      font-size: 1.8em;
      font-weight: 500;
      letter-spacing: 0.14em;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
  .sect .content {
	max-width: 640px;
	margin: 0 auto;
	padding-bottom: 10%;
}
    .sect .content-box {
      position: relative;
      color: #162d76;
      -webkit-box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.25);
              box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.25);
      margin-right: 5.28942%;
      padding: 4.49102% 18.96208%; }
    .sect .content-title {
	font-size: 1.42857em;
	font-weight: 500;
	letter-spacing: 0em;
	margin: 0 0 0.75em;
}
      .sect .content-title span {
        display: inline-block; }
    .sect .content .deco {
	position: absolute;
	pointer-events: none;
	height: 100px;
}

.sect1 {
  background: #a6c2b4; }

.sect2 .content-box {
	padding-right: 13.4%;
	padding-bottom: 19.9601%;
	
}

.sect2{
	background-color:#a6c2b4;
}


.sect2 .content .deco1 {
  top: 1.5%;
  left: 0;
  width: 17.92548%; }

.sect2 .content .deco2 {
  right: 0;
  bottom: 0;
  width: 30.21148%;
  -webkit-transform: translate(18%, 21.6%);
      -ms-transform: translate(18%, 21.6%);
       -o-transform: translate(18%, 21.6%);
          transform: translate(18%, 21.6%); }

.sect3 .content-box {
  padding-right: 13.97206%;
  padding-bottom: 18.96208%; }

.sect3 .content .deco1 {
	top: 0px;
	left: 1px;
	width: 15.60926%;
}

.sect3 .content .deco2 {
	right: -26px;
	bottom: 20px;
	width: 176px;
	-webkit-transform: translate(13.37%, 13.27%);
	-ms-transform: translate(13.37%, 13.27%);
	-o-transform: translate(13.37%, 13.27%);
	transform: translate(13.37%, 13.27%);
}

.sect4 .content-box {
  padding-right: 10.97804%;
  padding-bottom: 21.95609%; }

.sect4 .content .deco1 {
  top: 0;
  left: 0;
  width: 18.22759%;
  -webkit-transform: translateY(-13.07%);
      -ms-transform: translateY(-13.07%);
       -o-transform: translateY(-13.07%);
          transform: translateY(-13.07%); }

.sect4 .content .deco2 {
  right: 0;
  top: 0;
  width: 22.55791%;
  -webkit-transform: translate(17.86%, -26.34%);
      -ms-transform: translate(17.86%, -26.34%);
       -o-transform: translate(17.86%, -26.34%);
          transform: translate(17.86%, -26.34%); }

.sect4 .content .deco3 {
  right: 0;
  bottom: 0;
  width: 36.85801%; }

.sect5 .content-box {
	padding-right: 13.49301%;
	padding-bottom: 18.96208%;
}

.sect5 .content .deco1 {
  top: -1%;
  left: 0;
  width: 15.60926%; }

.sect5 .content .deco2 {
  right: 0;
  bottom: 0;
  width: 40.68479%;
  -webkit-transform: translate(13.37%, 13.27%);
      -ms-transform: translate(13.37%, 13.27%);
       -o-transform: translate(13.37%, 13.27%);
          transform: translate(13.37%, 13.27%); }

.sect6 {
  padding-bottom: 4em; }
  .sect6 .content-box {
    padding-right: 13.47305%;
    padding-bottom: 11.97605%; }
  .sect6 .content-title {
    display: inline-block; }
    .sect6 .content-title span {
      display: block; }
  .sect6 .content .deco1 {
    top: 1.5%;
    left: 0;
    width: 17.92548%; }
  .sect6 .content .deco2 {
    right: 0;
    bottom: 0;
    width: 26.18328%;
    -webkit-transform: translate(20.4%, 40.8%);
        -ms-transform: translate(20.4%, 40.8%);
         -o-transform: translate(20.4%, 40.8%);
            transform: translate(20.4%, 40.8%); }

.sect7 {
  background: #333e74; }
  .sect7 .gmap {
    position: relative; }
    .sect7 .gmap:before {
      content: '';
      display: block;
      padding-top: 75%; }
    .sect7 .gmap iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important;
      border: 0; }
  .sect7 .gallery {
    margin-bottom: 0; }

@media (min-width: 768px) {
  .sect {
    font-size: 1.28571em; }
    .sect-title {
      font-size: 1.3em; }
  .sect6 .content-title span {
    text-align: right; }
  .sect7 .gmap:before {
    padding-top: 50%; } }

/*# sourceMappingURL=all.css.map */
