@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  padding: 0;
  margin: 0;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #ffffff;
  overflow-x: hidden;
  background: #0F0F0F;
}

body:lang(zh-tw) {
  font-family: "微軟正黑體", "Microsoft JhengHei"," Noto Sans CJK","Xingothic TC","Droid Sans Fallback","PingFang TC","Heiti TC","LiHei Pro","Arial","Helvetica","sans-serif","PMingLiU";
}

body:lang(en) {
  font-family: 'Spectral SC', serif;
}

* {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

main {
  display: block;
}

a {
  text-decoration: none;
  color: #000;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: none;
  height: 1px;
  background: #AEAEAE;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  width: 100%;
}

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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

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

button, input {
  overflow: visible;
  outline: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 10px 15px;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template, [hidden] {
  display: none;
}

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

blockquote, q {
  quotes: none;
}

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

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

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

select {
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}

select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.select__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  width: 15px;
  height: 15px;
  pointer-events: none;
  z-index: 1;
}

.select__arrow::after, .select__arrow::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background: #D4A162;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.select__arrow::after {
  -webkit-transform: rotate(55deg);
      -ms-transform: rotate(55deg);
          transform: rotate(55deg);
  left: -7px;
}

.select__arrow::before {
  -webkit-transform: rotate(-55deg);
      -ms-transform: rotate(-55deg);
          transform: rotate(-55deg);
  right: -2px;
}

.select select:focus ~ .select__arrow {
  border-top-color: #D4A162;
}

.select select:disabled ~ .select__arrow {
  border-top-color: #D4A162;
}

.margin-auto {
  margin: 0 auto;
}

/*BANNER 背景PC/M */
.banner-pc {
  display: block;
}

.banner-m {
  display: none;
}

.top-banner {
  padding-top: 70px;
}

.top-all {
  padding: 5% 0;
}

/*選單定位 */
#about01, #about02, #about03, #about04 {
  padding-top: 100px;
  margin-top: -100px;
}

/*文字大小 */
h1, .h1 {
  font-size: 2.25rem;
}

h2, .h2 {
  font-size: 1.5rem;
}

h3, .h3 {
  font-size: 1.25rem;
}

.h4-18 {
  font-size: 18px;
}

h4, .h4 {
  font-size: 16px;
}

p {
  font-size: 14px;
}

.p {
  font-size: 16px;
}

.p-12 {
  font-size: 12px;
}

/*編輯器要加的 */
.editor {
  padding-right: 1rem;
  padding-left: 1rem;
}

.editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
  margin-bottom: 1rem;
}

.editor p {
  line-height: 1.5rem;
  margin-bottom: 0;
  word-wrap: break-word;
  font-weight: initial;
}

.editor img {
  width: initial;
}

.editor div img {
  width: 100%;
}

.editor ol li {
  margin-bottom: 10px;
}

.editor sup {
  color: initial;
}

.editor tr, .editor td, .editor th {
  border: solid 1px #000;
  padding: 5px;
}

footer {
  background: #262626;
  padding-top: 25px;
}

footer .copyright {
  background: #0F0F0F;
  padding: 5px;
  text-align: center;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.header-open {
  background: #0F0F0F;
  border-bottom: solid 5px #D4A162;
}

nav .logo {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}

nav .logo a img {
  width: 85px;
  height: 85px;
}

nav .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  width: 100%;
  margin: 20px 0;
}

nav .nav-links li {
  margin: 0 15px;
}

nav .nav-links li a {
  color: white;
  text-decoration: none;
  font-size: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#D4A162), to(#D4A162)), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #D4A162, #D4A162), -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #D4A162, #D4A162), -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(to bottom, #D4A162, #D4A162), linear-gradient(to bottom, #ffffff, #ffffff);
  background-size: 0% 100%, 100% 100%;
  background-position: center;
  cursor: pointer;
  line-height: 1.2;
  margin: 0.3em 0;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-repeat: no-repeat;
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}

nav .nav-links li a:hover {
  background-size: 100% 100%, 100% 100%;
}

@media screen and (max-width: 768px) {
  nav {
    position: relative;
  }
  nav .hamburger {
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 50%;
    -webkit-transform: translate(-5%, -50%);
        -ms-transform: translate(-5%, -50%);
            transform: translate(-5%, -50%);
    z-index: 2;
  }
  nav .hamburger .line {
    width: 30px;
    height: 3px;
    background: white;
    margin: 5px;
  }
  nav .nav-links {
    position: fixed;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#585858), to(#0f0f0f));
    background-image: -webkit-linear-gradient(bottom, #585858 0%, #0f0f0f 100%);
    background-image: -o-linear-gradient(bottom, #585858 0%, #0f0f0f 100%);
    background-image: linear-gradient(to top, #585858 0%, #0f0f0f 100%);
    height: calc(100vh - 60px);
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    clip-path: circle(100px at 90% -10%);
    -webkit-clip-path: circle(100px at 90% -26%);
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    pointer-events: none;
    margin: 0;
  }
  nav .nav-links li {
    margin: 15px;
  }
  nav .nav-links.open {
    clip-path: circle(1000px at 90% -10%);
    -webkit-clip-path: circle(1000px at 90% -10%);
    pointer-events: all;
  }
  nav .nav-links li {
    opacity: 0;
  }
  nav .nav-links li:nth-child(1) {
    -webkit-transition: all 0.5s ease 0.2s;
    -o-transition: all 0.5s ease 0.2s;
    transition: all 0.5s ease 0.2s;
  }
  nav .nav-links li:nth-child(2) {
    -webkit-transition: all 0.5s ease 0.4s;
    -o-transition: all 0.5s ease 0.4s;
    transition: all 0.5s ease 0.4s;
  }
  nav .nav-links li:nth-child(3) {
    -webkit-transition: all 0.5s ease 0.6s;
    -o-transition: all 0.5s ease 0.6s;
    transition: all 0.5s ease 0.6s;
  }
  nav .nav-links li a {
    font-size: 25px;
  }
  nav .nav-links li.fade {
    opacity: 1;
  }
}

/*go-top */
.go-top {
  position: fixed;
  bottom: 10%;
  right: 10px;
  z-index: 2;
  padding: 10px;
  border-radius: 30px;
  background: #D4A162;
  color: #000000;
  text-align: center;
  z-index: 28;
}

.go-top:hover {
  color: #ffffff;
}

.go-top i.gg-chevron-up {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  -webkit-transform: scale(var(--ggs, 1));
      -ms-transform: scale(var(--ggs, 1));
          transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px;
}

.go-top i.gg-chevron-up::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 4px;
  bottom: 2px;
}

@media screen and (max-width: 991px) {
  /*go-top */
  .go-top i {
    font-size: 35px;
  }
}

@media screen and (max-width: 667px) {
  .top-all {
    padding: 10% 0;
  }
  /*文字大小 */
  h1, .h1 {
    font-size: 1.3rem;
  }
  h2, .h2 {
    font-size: 1.25rem;
  }
  h3, .h3, .h4-18 {
    font-size: 16px;
  }
  h4, .h4 {
    font-size: 14px;
  }
  p, .p {
    font-size: 12px;
  }
  nav .logo {
    padding-top: 0;
  }
  nav .logo a img {
    width: 60px;
    height: 60px;
  }
}
/*# sourceMappingURL=presets.css.map */