@charset "UTF-8";
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  padding: 0;
  margin: 0;
  font-size: 16px;
  box-sizing: border-box;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
}
body:lang(zh-tw) {
  font-family: "Noto Sans TC", "微軟正黑體", "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;
}

* {
  box-sizing: inherit;
}
*::before, *::after {
  box-sizing: inherit;
}

main {
  display: block;
  min-height: calc(100vh - 120px);
}

a {
  text-decoration: none;
  color: #000;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: none;
  background: transparent;
  border-bottom: solid 1px;
  color: #E5E5E5;
}

pre {
  font-size: 1em;
  overflow: auto;
}

code, kbd, pre, samp {
  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;
}

svg:not(:root) {
  overflow: hidden;
}

img {
  border-style: none;
}

dfn {
  font-style: italic;
}

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:not(.editor *), 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;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table:not(.editor *) {
  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: 8px 25px;
}

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 {
  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] {
  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:not(.editor *) {
  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: 10px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #1C6081 transparent transparent transparent;
  z-index: 1;
}
.select select:focus ~ .select__arrow {
  border-top-color: #1C6081;
}
.select select:disabled ~ .select__arrow {
  border-top-color: #1C6081;
}

.margin-auto {
  margin: 0 auto;
}

img {
  width: 100%;
}

/*BANNER 背景PC/M */
.banner-pc {
  display: block;
}

.banner-m {
  display: none;
}

.top-banner {
  padding-top: 70px;
}

.top-all {
  padding: 60px 0;
}

.top-02 {
  padding: 0px 0px 60px 0px;
}

/*選單定位 */
#point-all {
  padding-top: 200px;
  margin-top: -200px;
}

/*文字大小 */
h1, .h1 {
  font-size: 2rem;
}

h2, .h2 {
  font-size: 1.75rem;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.25rem;
}

p, .p {
  font-size: 16px;
}

/*編輯器要加的 */
.editor td {
  border: solid 1px;
}
.editor img {
  max-width: 100%;
  height: auto !important;
}
.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 ol li {
  margin-bottom: 10px;
}
.editor sup {
  color: initial;
}
.editor strong {
  font-weight: bold;
}
.editor tr, .editor td {
  border: solid 1px;
}
.editor em {
  font: revert;
}

.editor2 {
  padding-right: 0;
  padding-left: 0;
}
.editor2 h2, .editor2 h3, .editor2 h4, .editor2 h5, .editor2 h6 {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.editor2 p {
  line-height: 2rem;
  margin-bottom: 0;
  word-wrap: break-word;
  font-weight: initial;
}
.editor2 img {
  width: initial;
  margin: 0.5rem;
}
.editor2 ol li {
  margin-bottom: 10px;
}
.editor2 sup {
  color: initial;
}

/*GOOGLE MAP RWD */
.maps {
  position: relative;
  padding-bottom: 100%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.maps iframe, .maps object, .maps embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* padding-bottom: 56.25% 為影片高度與寬度的比例16:9計算得來，9除以16=0.5625換算高度比0.5625=56.25% */
/* padding-top: 30px:用於修正的高度，可用25px或30px */
/*FAQ */
.accordion {
  max-width: 560px;
  margin: 0 auto 100px;
  border-top: 1px solid #d9e5e8;
}
.accordion li {
  border-bottom: 1px solid #d9e5e8;
  position: relative;
}
.accordion li .open {
  display: none;
  padding: 10px 25px 30px;
  color: #6b97a4;
}
.accordion .faqname {
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  line-height: 3;
  font-size: 14px;
  font-size: 0.875rem;
  text-indent: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.accordion .faqname:after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #4a6e78;
  border-bottom: 1px solid #4a6e78;
  position: absolute;
  right: 10px;
  content: " ";
  top: 17px;
  transform: rotate(-45deg);
  transition: all 0.2s ease-in-out;
}
.accordion .open {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
  padding: 10px;
}

.faqname.active:after {
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}

.banner-all .banner-all-img img {
  width: 100%;
}

/*go-top */
.go-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  transform: translateY(-50%);
  z-index: 2;
  background: rgba(0, 0, 0, 0.831372549);
  padding: 0px 1px;
  border-radius: 9px;
  color: #ffffff;
  font-size: 30px;
}

@media screen and (max-width: 667px) {
  .top-all {
    padding: 10% 0;
  }
  /*文字大小 */
  h1, .h1 {
    font-size: 1.75rem;
  }
  h2, .h2 {
    font-size: 1.55rem;
  }
  h3, .h3 {
    font-size: 1.25rem;
  }
  h4, .h4 {
    font-size: 1rem;
  }
  p, .p {
    font-size: 14px;
  }
}