@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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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";
  margin: 0;
  padding: 0;
  line-height: 1;
}

/*需使用網路字體*/
body:lang(en) {
  font-family: "Microsoft JhengHei", "Arial", "新細明體", sans-serif;
}

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

main {
  display: block;
  overflow-x: hidden;
  min-height: calc(100vh - 217px);
}

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

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

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  background: #000;
  margin: 15px 0;
  height: 1px;
  border: none;
  /* 2 */
}

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

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

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

b, strong {
  font-weight: bolder;
}

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

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;
}

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%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

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

button, a {
  transition: all 0.5s;
}

button, input {
  /* 1 */
  overflow: visible;
  outline: none;
}

button, select {
  /* 1 */
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 10px 25px;
  background: #ffffff;
}

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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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;
}

.margin-auto {
  margin: 0 auto;
}

.mtb-all {
  padding: 10% 0;
}

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

.banner-m {
  display: none;
}

/*選單定位 */
#point-all {
  padding-top: 200px;
  margin-top: -200px;
}

/*文字大小 */
h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

p {
  font-size: 16px;
  line-height: 24px;
}

.top-all-banner {
  padding-top: 80px;
}

.top-all {
  padding: 80px 0 0 0;
}

/*go-top */
.go-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  transform: translateY(-50%);
  z-index: 2;
  background: #45227C;
  padding: 12px 10px;
  border-radius: 35px;
  color: #ffffff;
}
.go-top span {
  display: none;
}

.new_footer {
  background-image: url(../img/fbg.png);
  background-size: 100% 101%;
  background-repeat: no-repeat;
  background-position: top center;
}
.new_footer .ftop {
  padding: 7% 0 18% 0;
  position: relative;
}
.new_footer .ftop .left {
  width: 50%;
}
.new_footer .ftop .left p {
  color: #ffffff;
  letter-spacing: 1px;
}
.new_footer .ftop .right {
  width: 50%;
}
.new_footer .ftop .fbottom {
  width: 100%;
  padding-top: 5%;
  position: absolute;
  background-image: url(../img/fbg_02.png);
  bottom: 0;
  right: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.new_footer .ftop .fbottom .info {
  padding: 3% 0;
}
.new_footer .ftop .fbottom .info .left {
  width: 30%;
  padding-left: 10%;
}
.new_footer .ftop .fbottom .info .left img {
  width: 100%;
}
.new_footer .ftop .fbottom .info .left p {
  color: #9FA0A0;
  font-size: 8px;
  white-space: nowrap;
}
.new_footer .ftop .fbottom .info .right {
  width: 70%;
  display: flex;
  justify-content: space-evenly;
  color: #ffffff;
}
.new_footer .ftop .fbottom .info .right h4 {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 500;
  padding-bottom: 20px;
}
.new_footer .ftop .fbottom .info .right p {
  padding: 5px 0;
}
.new_footer .ftop .fbottom .info .right p i {
  color: #EAD922;
}
.new_footer .ftop .fbottom .info .right a {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 1px;
}
.new_footer .ftop .fbottom .info .right a:hover {
  color: #EAD922;
}
.new_footer .ftop .fbottom .info .right li {
  padding: 5px 0;
}

@media screen and (max-width: 1200px) {
  .new_footer .ftop {
    padding: 10% 0 23% 0;
  }
}
@media screen and (max-width: 991px) {
  .top-all {
    padding-top: 65px;
  }
  .top-all-banner {
    padding-top: 65px;
  }
  .new_footer .ftop {
    padding: 5% 0 24% 0;
  }
  .new_footer .ftop .a_button {
    font-size: 14px;
    padding: 17px 20px;
  }
  .new_footer .ftop .fbottom {
    padding-top: 8%;
  }
  .new_footer .ftop .fbottom .info .left {
    padding-left: 0;
  }
  .new_footer .ftop .fbottom .info .left p {
    white-space: pre-line;
    padding-top: 10px;
    line-height: 10px;
  }
  .new_footer .ftop .fbottom .info img {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  /*BANNER 背景PC/M */
  .banner-pc {
    display: none;
  }
  .banner-m {
    display: block;
  }
  .new_footer .ftop {
    padding: 7% 0 38% 0;
  }
  .new_footer .ftop .right {
    width: 100%;
    padding-top: 40px;
  }
  .new_footer .ftop .left {
    width: 100%;
  }
  .new_footer .ftop .fbottom .info .left {
    display: none;
  }
  .new_footer .ftop .fbottom .info .right {
    width: 100%;
  }
}
@media screen and (max-width: 667px) {
  /*文字大小 */
  h1 {
    font-size: 1.75rem;
  }
  h2 {
    font-size: 1.55rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  h4 {
    font-size: 1rem;
  }
  p {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .new_footer .ftop {
    padding: 9% 0 46% 0;
  }
}
@media screen and (max-width: 470px) {
  .new_footer .ftop {
    padding: 13% 0 68% 0;
  }
  .new_footer .ftop .left {
    width: 77%;
  }
  .new_footer .ftop .fbottom {
    padding-top: 14%;
  }
}/*# sourceMappingURL=preset.css.map */