@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,200,300,400,500,600,700,800,900|Noto+Serif+TC:400,500,600,700,900&display=swap&subset=chinese-traditional");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,200,300,400,500,600,700,800,900|Noto+Serif+JP:400,500,600,700,900&display=swap&subset=japanese");
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; }
.main{
  display: flex;
  flex-direction: column;
  height: 100vh;
}
header.head_navbar {
  padding: 5px 0px 5px 0px;
  background: #ffffff;
  font-family: "Noto Sans TC", "微軟正黑體";
  position: relative;
  z-index: 99; }
  header.head_navbar .btn {
    margin-right: 15px; }
  header.head_navbar input {
    display: none; }
  header.head_navbar label {
    margin: 0 auto !important;
    cursor: pointer; }
  header.head_navbar .topbtn {
    color: #000;
    text-decoration: none;
    padding-right: 10px;
    padding-left: 10px;
    position: relative; }

.bannerareapc {
  background: #888888;
  min-width: 360px;
  color: #ffffff;
  font-family: "Noto Sans TC", "微軟正黑體";
  text-align: center;
  padding: 40px 0px;
  background-size: cover;
  background-repeat: repeat;
  background-position: center center; }
  .bannerareapc h3 {
    margin-bottom: 5px; }
  .bannerareapc h5 {
    font-weight: 300;
    letter-spacing: 0;
    margin: 10px 0px;
    padding: 0; }
  .bannerareapc h1 {
    font-weight: 600;
    font-family: Inter;
    margin: 0px 0px 0px 0px;
    padding: 0;
    letter-spacing: 0;
    display: flex;
    align-items: baseline;
    justify-content: center; }
  .bannerareapc p {
    margin: 0;
    padding: 0;
    font-weight: 300;
    line-height: 32px; }
  .bannerareapc .headerbtn {
    background: #000000;
    color: #fff;
    text-decoration: none;
    padding: 15px 25px;
    border-radius: 30px;
    font-size: 24px;
    letter-spacing: 3px;
    display: inline-block;
    /* box-shadow: 0px 2px 9px #ffffff; */
    transition: 0.3s;
    margin-top: 10px; }

.logo {
  color: #1F2C5E;
  font-family: "Noto Sans TC", "微軟正黑體";
  word-break: keep-all;
  white-space: nowrap; }
  .logo span {
    font-weight: 400;
    color: #1F2C5E;
    font-size: 24px; }
    @media all and (max-width: 575px) {
      .logo span {
        font-size: 20px; } }

footer, header, section, .container {
  position: relative;
  min-width: 360px; }

.qnaarea {
  font-family: "Noto Sans TC", "微軟正黑體";
  border-radius: 0px;
  color: #000000;
  margin-top: 0px;
  padding: 20px 50px;
  border-radius: 0px 0px 16px 16px;
  background: #ffffff; }
  @media all and (min-width: 576px) and (max-width: 767.98px) {
    .qnaarea {
      padding: 15px 20px;
      width: 95%;
      margin: 0px auto; } }
  @media all and (min-width: 992px) and (max-width: 1199.98px) {
    .qnaarea {
      width: 90%;
      margin: auto; } }
  @media all and (max-width: 575px) {
    .qnaarea {
      padding: 15px 20px;
      width: 95%;
      margin: 0px auto; } }
  .qnaarea h1 {
    font-weight: bolder;
    font-size: 22px; }
  .qnaarea h2 {
    font-weight: bolder;
    margin: 20px 0px;
    line-height: 20px;
    font-size: 18px; }
  .qnaarea p {
    line-height: 22px;
    font-size: 18px;
    margin-bottom: 10px; }
  .qnaarea ul {
    margin: 10px 0px;
    margin-left: 35px; }
    .qnaarea ul li {
      line-height: 22px;
      font-size: 18px;
      margin-bottom: 10px;
      text-indent: -20px; }

footer {    margin-top: auto;
  font-size: 10px;
  line-height: 15px;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 15px;
  color: white;
  background: black;
  font-family: "Noto Sans TC", "微軟正黑體"; }

/*# sourceMappingURL=../../../sass */