@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.ab {
  position: absolute;
}

.pr {
  position: relative;
}

@media (min-width: 1128px) {
  .desktop {
    display: block;
  }
}
@media (max-width: 1128px) {
  .desktop {
    display: none;
  }
}

@media (min-width: 1128px) {
  .mb {
    display: none;
  }
}
@media (max-width: 1128px) {
  .mb {
    display: block;
  }
}

.ab {
  position: absolute;
}

.pr {
  position: relative;
}

@media (min-width: 1128px) {
  .desktop {
    display: block;
  }
}
@media (max-width: 1128px) {
  .desktop {
    display: none;
  }
}

@media (min-width: 1128px) {
  .mb {
    display: none;
  }
}
@media (max-width: 1128px) {
  .mb {
    display: block;
  }
}

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%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
}
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: "微軟正黑體", "Microsoft JhengHei", " Noto Sans CJK", "Xingothic TC", "Droid Sans Fallback", "PingFang TC", "Heiti TC", "LiHei Pro", "Arial", "Helvetica", "sans-serif", "PMingLiU";
}

* {
  box-sizing: inherit;
}
*::before, *::after {
  box-sizing: inherit;
}
*::placeholder {
  color: #d8d7d5;
}

main {
  display: block;
}

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

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

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

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;
  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 {
  width: 100%;
  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%;
  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;
}

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 {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

button {
  text-transform: none;
}

select {
  /* Reset Select */
  appearance: none;
  -webkit-appearance: none;
  text-transform: none;
  outline: 0;
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  background: #ffffff;
}
select:hover {
  border: 1px solid #cdcdcd;
}

.select {
  border-radius: 5px;
  position: relative;
  display: flex;
  overflow: hidden;
}
.select::after {
  content: "";
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 0;
  pointer-events: none;
  border-radius: 100px;
  background-image: url("../images/down_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: gray;
  width: 33px;
  height: 32px;
  border: 3px solid #fff;
  margin: auto;
}

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

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 {
  border-collapse: collapse;
  border-spacing: 0;
}

/*頁碼01 */
.nav-Page {
  margin: 30px 0;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.pagination .page-left, .pagination .page-right, .pagination .page-double-right, .pagination .page-double-left {
  box-sizing: border-box;
  position: relative;
  width: 22px;
  height: 22px;
  padding: 0px 5px;
}
.pagination .page-left::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 2px;
  top: 6px;
}
.pagination .page-right::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  transform: rotate(-45deg);
  left: -2px;
  top: 6px;
}
.pagination .page-double-right::after, .pagination .page-double-right::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 1px solid;
  border-top: 1px solid;
  transform: rotate(45deg);
  top: 6px;
  right: 0px;
}
.pagination .page-double-right::after {
  right: 6px;
}
.pagination .page-double-left::after, .pagination .page-double-left::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(45deg);
  top: 6px;
  left: 6px;
}
.pagination .page-double-left::after {
  left: 0px;
}
.pagination li.page-item {
  min-width: 50px;
  min-height: 50px;
  text-align: center;
  margin-top: 0;
  margin-right: 4px;
}
@media (max-width: 640px) {
  .pagination li.page-item {
    min-width: 40px;
    max-width: 40px;
  }
}
.pagination li.page-item a.page-link {
  min-width: 50px;
  max-width: 50px;
  padding: 17px 0;
  font-weight: bold;
  line-height: 1;
  background: #2CA6E0;
  border-radius: 30px;
}
@media (max-width: 640px) {
  .pagination li.page-item a.page-link {
    min-width: 40px;
    max-width: 40px;
    padding: 11px 0;
  }
}
.pagination li.page-item a.page-link[href] {
  color: #ffffff;
}
.pagination li.page-item a.page-link i::before {
  margin-right: 0;
  margin-left: 0;
}
.pagination li.page-item a.page-link[href] {
  min-width: 50px;
  max-width: 50px;
  padding: 17px 0;
  background: #b2b2b2;
  border-radius: 30px;
  color: #000000 !important;
}
@media (max-width: 640px) {
  .pagination li.page-item a.page-link[href] {
    min-width: 40px;
    max-width: 40px;
    padding: 11px 0;
  }
}
.pagination li.page-item a.page-link:hover {
  background: #2563EB;
  border-radius: 30px;
  color: white !important;
}
.pagination li.page-item a.paw[href] {
  color: #000000 !important;
  background-color: #b2b2b2;
}

.page-link {
  color: #ffffff !important;
}

/*文字大小  */
h1, .h1 {
  font-size: 2rem;
  letter-spacing: 2px;
  color: #707070;
}

h2, .h2 {
  font-size: 1.75rem;
  letter-spacing: 2px;
  color: #707070;
}

h3, .h3 {
  font-size: 1.3rem;
  letter-spacing: 2px;
}

h4, .h4 {
  font-size: 1.25rem;
  letter-spacing: 2px;
}

p, time {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.5rem;
  color: #707070;
}

.p {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.5rem;
  color: #707070;
}

/*編輯器要加的 */
.editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
  margin-bottom: 1rem;
}
.editor p {
  line-height: 1.6;
  margin-bottom: 15px;
  word-wrap: break-word;
  font-weight: initial;
  color: #707070;
}
.editor img {
  width: 100%;
  display: block;
}
.editor div img {
  width: 100%;
  margin: 0;
}
.editor ol li {
  margin-bottom: 10px;
}
.editor sup {
  color: initial;
}
.editor tr, .editor td {
  border: solid 1px;
}
.editor strong {
  font-weight: 900;
}
.editor a {
  text-decoration: revert;
}

/*GOOGLE MAP RWD */
.map-container {
  position: relative;
  padding-bottom: 60%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
@media (max-width: 640px) {
  .map-container {
    padding-bottom: 50%;
  }
}
@media (max-width: 410px) {
  .map-container {
    padding-bottom: 60%;
  }
}
.map-container iframe, .map-container object, .map-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container a, .video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.forms-group dl dd {
  color: #707070;
  margin-bottom: 1rem;
}
.forms-group button {
  padding: 10px 25px;
  color: #ffffff;
}
.forms-group button[type=reset] {
  background-color: #AFAFAF;
}
.forms-group button[type=reset]:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background-color: #000000;
}
.forms-group button[type=submit] {
  background-color: #2563EB;
}
.forms-group button[type=submit]:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background-color: #2CA6E0;
}

.forms-group dl dd label {
  color: #000000;
}
.forms-group dl dd sup {
  color: red;
}

.forms-group div sup {
  color: red;
}

.radio, .checkbox {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.radio input[type=checkbox], .radio input[type=radio], .checkbox input[type=checkbox], .checkbox input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio input[type=checkbox] + .radio-label:before, .radio input[type=radio] + .radio-label:before, .checkbox input[type=checkbox] + .radio-label:before, .checkbox input[type=radio] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 0;
  margin-right: 5px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio input[type=checkbox]:checked + .radio-label:before, .radio input[type=radio]:checked + .radio-label:before, .checkbox input[type=checkbox]:checked + .radio-label:before, .checkbox input[type=radio]:checked + .radio-label:before {
  background-color: gray;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type=checkbox] + .checkbox-label:before, .radio input[type=radio] + .checkbox-label:before, .checkbox input[type=checkbox] + .checkbox-label:before, .checkbox input[type=radio] + .checkbox-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 0;
  margin-right: 5px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio input[type=checkbox]:checked + .checkbox-label:before, .radio input[type=radio]:checked + .checkbox-label:before, .checkbox input[type=checkbox]:checked + .checkbox-label:before, .checkbox input[type=radio]:checked + .checkbox-label:before {
  background-color: #2563EB;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio .radio-label, .radio .checkbox-label, .checkbox .radio-label, .checkbox .checkbox-label {
  margin-right: 5px;
  padding: 0 0 10px 0;
}

.forms-group [type=checkbox], .forms-group [type=radio], .forms-group [type=checkbox], .forms-group [type=radio] {
  width: auto !important;
}
.forms-group input, .forms-group textarea {
  border: 1px solid rgba(106, 106, 106, 0.4196078431);
  border-radius: 5px;
  background: #ffffff;
}
.forms-group input:hover, .forms-group textarea:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  border: 1px solid #2CA6E0;
}
.forms-group textarea {
  height: 150px;
  border-radius: 5px;
}
.forms-group input, .forms-group textarea {
  width: 100%;
  padding: 0.5rem 0.75rem;
  outline: none !important;
}
.forms-group dl dd .boxwi .dsboxw {
  width: 33.33%;
  margin-right: 10px;
  position: relative;
}
.forms-group dl dd .boxwi .dsboxw:last-child {
  margin-right: 0px;
}
.forms-group dl dd #xcode {
  width: 10rem;
}

img#imgcode {
  width: 140px;
  height: 40px;
  margin-left: 10px;
}

@media screen and (max-width: 1024px) {
  /*表單 */
  .forms-group dl dd {
    margin-left: 0;
  }
  .forms-group dd {
    display: block;
  }
  .forms-group dl dd .wi50 {
    width: 100%;
  }
  .forms-group label {
    padding: 0;
    display: block;
  }
  .forms-group input {
    margin-top: 10px;
  }
  body form.forms-group select, body form.forms-group textarea {
    margin-top: 10px;
  }
  img#imgcode {
    margin-top: 10px;
    display: block;
  }
  .select {
    margin-top: 19px;
  }
}
@media screen and (max-width: 667px) {
  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, time {
    font-size: 14px;
  }
  .p {
    font-size: 16px;
  }
  .forms-group dl dd .form-check {
    margin-top: 10px;
  }
  .forms-group dl dd .form-check .boxwi .dsboxw {
    width: 100%;
  }
  .forms-group dl dd .fancybox-content {
    padding: 40px 15px !important;
  }
}
@media screen and (max-width: 640px) {
  .editor img, .editor iframe {
    width: 100% !important;
    height: auto !important;
  }
  .forms-group dl dd #xcode {
    width: 100%;
  }
  .radio, .checkbox {
    justify-content: space-between;
  }
}
.ab {
  position: absolute;
}

.pr {
  position: relative;
}

@media (min-width: 1128px) {
  .desktop {
    display: block;
  }
}
@media (max-width: 1128px) {
  .desktop {
    display: none;
  }
}

@media (min-width: 1128px) {
  .mb {
    display: none;
  }
}
@media (max-width: 1128px) {
  .mb {
    display: block;
  }
}

header {
  position: fixed;
  padding: 0 10%;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(102, 102, 102, 0.3019607843);
  -moz-box-shadow: 0px 0px 6px 0px rgba(102, 102, 102, 0.3019607843);
  box-shadow: 0px 0px 6px 0px rgba(102, 102, 102, 0.3019607843);
}
header nav {
  padding: 0 15px;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
header nav .logo {
  width: 200px;
  position: relative;
  text-align: center;
}
header nav .logo a {
  display: block;
}
header nav .logo a h1 {
  background-image: url(../images/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  width: 340px;
  height: 60px;
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
}

.nav-wrapper {
  width: calc(100% - 200px);
  display: flex;
  justify-content: flex-end;
}
.nav-wrapper ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  list-style-type: none;
  padding: 0;
  position: relative;
  margin: 0;
  line-height: 60px;
}

#nav:checked + .nav-btn {
  transform: rotate(45deg);
}
#nav:checked + .nav-btn i {
  background: #ffffff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#nav:checked + .nav-btn i:nth-child(1) {
  transform: translateY(6px) rotate(180deg);
}
#nav:checked + .nav-btn i:nth-child(2) {
  opacity: 0;
}
#nav:checked + .nav-btn i:nth-child(3) {
  transform: translateY(-6px) rotate(90deg);
  margin-top: 0;
}
#nav:checked ~ .nav-wrapper {
  z-index: 9990;
  opacity: 1;
  display: block;
}
#nav:checked ~ .nav-wrapper ul li a {
  opacity: 1;
  transform: translateX(0);
}

.hidden {
  display: none;
}

.nav-wrapper a {
  display: block;
  font-size: 20px;
  text-decoration: none;
  padding: 7px 10px 7px 10px;
  margin: 0 0px 0 50px;
  font-weight: bold;
  color: #000;
  position: relative;
}
@media (max-width: 1440px) {
  .nav-wrapper a {
    font-size: 18px;
    margin: 0 0px 0 20px;
  }
}
@media (max-width: 992px) {
  .nav-wrapper a {
    margin: 0 0px 0 5px;
  }
}

.target {
  position: absolute;
  border-bottom: 4px solid transparent;
  z-index: -1;
  -webkit-transform: translateX(-60px);
  transform: translateX(-60px);
}

.nav-wrapper a, .target {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

@media screen and (max-width: 1440px) {
  header {
    padding: 0px 5% !important;
  }
}
@media screen and (max-width: 1200px) {
  header {
    padding: 0px 3% !important;
  }
}
@media screen and (max-width: 1024px) {
  .nav-wrapper a {
    font-size: 17px;
  }
}
@media screen and (max-width: 864px) {
  header {
    padding: 11px 15px !important;
  }
  header nav {
    padding: 0;
  }
  header nav .logo a h1 {
    width: 200px;
  }
}
@media screen and (max-width: 864px) and (max-width: 640px) {
  header nav .logo a h1 {
    width: 140px;
  }
}
@media screen and (max-width: 864px) {
  .nav-wrapper a::after {
    right: 20px;
  }
  .nav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #2563EB;
    opacity: 0;
    display: none;
    transition: all 0.2s ease;
  }
  .nav-wrapper ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  .nav-wrapper ul li {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .nav-wrapper ul li a {
    margin: 0;
  }
  .nav-wrapper ul:nth-child(1) a {
    transition-delay: 0.2s;
  }
  .nav-wrapper ul:nth-child(2) a {
    transition-delay: 0.3s;
  }
  .nav-wrapper ul:nth-child(3) a {
    transition-delay: 0.4s;
  }
  .nav-wrapper ul:nth-child(4) a {
    transition-delay: 0.5s;
  }
  .nav-wrapper ul a {
    padding: 10px 24px;
    opacity: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.2px;
    transform: translateX(-20px);
    transition: all 0.2s ease;
    font-size: 20px;
  }
  .nav-btn {
    position: fixed;
    right: 20px;
    top: 10px;
    display: block;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 9999;
    border-radius: 50%;
  }
  .nav-btn i {
    display: block;
    width: 34px;
    height: 5px;
    background: #2563EB;
    border-radius: 2px;
    margin-left: 14px;
  }
  .nav-btn i:nth-child(1) {
    margin-top: 18px;
    margin-bottom: 3px;
  }
  .nav-btn i:nth-child(3) {
    margin-top: 3px;
  }
}
@media screen and (max-width: 768px) {
  .target {
    position: initial;
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .nav-wrapper ul li {
    text-align: center;
  }
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.1);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.1);
  }
  70% {
    transform: scale(1);
  }
}
.dflexc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.dflex {
  display: flex;
  flex-wrap: wrap;
}

.close {
  background-repeat: no-repeat;
  background: rgba(255, 255, 255, 0);
  position: relative;
  height: 55px;
}
.close img {
  position: absolute;
  right: 0px;
  top: 10px;
  width: 35px;
  height: 35px;
}

.fw600 {
  font-weight: 600;
}

.color-main {
  color: #2563EB;
}

.color-white {
  color: #ffffff;
}

.bg-footer {
  background-color: #1F2937;
}

html {
  scroll-behavior: smooth;
}

.container {
  z-index: 2;
  position: relative;
}
@media (max-width: 640px) {
  .container {
    padding: 0 25px;
  }
}

.dis-sm {
  display: none;
}
@media (max-width: 640px) {
  .dis-sm {
    display: block;
  }
}

.pl-lg-0 {
  padding-left: 0;
}
@media (max-width: 992px) {
  .pl-lg-0 {
    padding: 0;
  }
}

.pr-lg-0 {
  padding-right: 0;
}
@media (max-width: 992px) {
  .pr-lg-0 {
    padding: 0;
  }
}

@media (max-width: 992px) {
  .px-sm-0 {
    padding: 0;
  }
}

/*BANNER */
.banner {
  margin: 0 auto;
  width: 100%;
  padding-top: 75px;
}
.banner .swiper-banner {
  width: 100%;
}
.banner .swiper-banner .swiper-slide {
  position: relative;
  overflow: hidden;
  height: auto;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.banner .swiper-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}
@media (max-width: 640px) {
  .banner .swiper-banner .swiper-button-next:after, .banner .swiper-banner .swiper-button-prev:after {
    font-size: 28px;
  }
}
.banner .swiper-banner .swiper-button-next, .banner .swiper-banner .swiper-button-prev {
  color: #fff;
  top: 55%;
}
.banner .swiper-banner .swiper-pagination {
  bottom: 10px;
}
.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: transparent;
  border: none;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1450980392);
  background: #fff;
}
@media (max-width: 640px) {
  .banner .swiper-banner .swiper-pagination .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
  }
}
.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 12px;
}

.title, .title-w, .title-left {
  position: relative;
  margin: 30px auto;
  width: fit-content;
}
.title h2, .title-w h2, .title-left h2 {
  font-weight: bold;
  font-size: 35px;
  text-align: center;
}
@media (max-width: 640px) {
  .title h2, .title-w h2, .title-left h2 {
    font-size: 22px;
  }
}
.title p, .title-w p, .title-left p {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0;
  text-align: center;
}
@media (max-width: 640px) {
  .title p, .title-w p, .title-left p {
    font-size: 18px;
  }
}

.title-left h2, .title-left p {
  text-align: left;
}
.title-left h2 {
  position: relative;
}
.title-left h2::after {
  content: "";
  position: absolute;
  background-image: url("../images/title-left.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  height: 30px;
  left: 0;
  top: -40px;
  top: -30px;
}
.title-w h2 {
  color: #fff;
}
.title-w p {
  color: #2CA6E0;
}

.btn01 {
  background: #FFF;
  color: #2563EB;
  border: 1px solid #2563EB;
  padding: 10px 30px 10px 40px;
  font-size: 18px;
  display: flex;
  align-items: center;
  border-radius: 25px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn01 i {
  padding: 0 8px 0 2px;
  font-size: 13px;
}
.btn01:hover {
  background: #2563EB;
  color: #FFF;
}
.btn01:hover i {
  padding: 0 2px 0 8px;
}

.primary-btn {
  padding: 10px 25px;
  background-color: #2563EB;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 5px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.primary-btn:hover {
  background-color: #2CA6E0;
}

.indexfeature {
  background-color: #F9FAFB;
  padding: 7rem 0 !important;
}
@media (max-width: 640px) {
  .indexfeature {
    background-attachment: scroll;
    padding: 2rem 0 !important;
  }
}
.indexfeature::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/b02-after.png");
  width: 10%;
  height: 35%;
  right: 0;
  bottom: 0;
  background-position: right bottom;
}

.featurebox {
  position: relative;
}
.featurebox .feature {
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
@media (max-width: 992px) {
  .featurebox .feature {
    margin-bottom: 20px;
  }
}
.featurebox .feature .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  border-radius: 20px 20px 0 0;
  padding-bottom: 60%;
}
.featurebox .feature .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.featurebox .feature .textbox {
  padding: 30px 20px 10px;
  min-height: 200px;
}
.featurebox .feature .textbox h3 {
  margin-bottom: 10px;
  font-weight: bold;
  color: #000000;
}
@media (max-width: 640px) {
  .featurebox .feature .textbox h3 {
    font-size: 18px;
  }
}
.featurebox .feature .textbox p {
  font-size: 16px;
  color: #707070;
}

@media (max-width: 640px) {
  .featurebox .col-lg-3 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

.indexadvantage {
  position: relative;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  background-position: center top;
  background-image: url("../images/bg01.jpg");
  padding: 7rem 0 !important;
}
@media (max-width: 640px) {
  .indexadvantage {
    background-attachment: scroll;
    padding: 2rem 0 !important;
  }
}

.advantagebox {
  position: relative;
}
.advantagebox .advantage {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .advantagebox .advantage {
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .advantagebox .advantage {
    margin-bottom: 0;
  }
}
.advantagebox .advantage .titlebox {
  padding: 8px 20px;
  background-color: #2563EB;
  color: #ffffff;
  border-radius: 25px;
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 640px) {
  .advantagebox .advantage .titlebox {
    margin-bottom: 0;
  }
}
.advantagebox .advantage .titlebox h3 {
  font-size: 18px;
}
.advantagebox .advantage .titlebox img {
  width: 25px;
  height: 25px;
}
@media (max-width: 768px) {
  .advantagebox .advantage .textbox {
    padding: 10px 20px 35px;
  }
}
.advantagebox .advantage .textbox li {
  margin-bottom: 10px;
  display: flex;
}

.indexservice {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-image: url("../images/bg02.jpg");
  padding: 7rem 0 !important;
}
@media (max-width: 640px) {
  .indexservice {
    background-attachment: scroll;
    padding: 2rem 0 !important;
  }
}

.servicebox {
  position: relative;
}
.servicebox .service {
  margin-bottom: 60px;
  background-color: #ffffff;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
@media (max-width: 992px) {
  .servicebox .service {
    margin-bottom: 20px;
  }
}
.servicebox .service .titlebox {
  padding: 10px 20px;
  background: linear-gradient(90deg, #2563EB 0%, #1E40AF 100%);
  border-radius: 20px 20px 0 0;
}
.servicebox .service .titlebox img {
  width: 22px;
  height: 22px;
}
.servicebox .service .textbox {
  padding: 20px 25px 20px;
}
@media (max-width: 768px) {
  .servicebox .service .textbox {
    padding: 10px 20px 35px;
  }
}
.servicebox .service .textbox h3 {
  text-align: center;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #2563EB;
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .servicebox .service .textbox h3 {
    font-size: 18px;
  }
}
.servicebox .service .textbox img {
  width: 15px;
  height: 15px;
}
.servicebox .service .textbox p {
  font-size: 16px;
  color: #707070;
}

.indexclient {
  position: relative;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  background-image: url("../images/bg03.jpg");
  padding: 7rem 0 !important;
}
@media (max-width: 640px) {
  .indexclient {
    background-attachment: scroll;
    padding: 2rem 0 !important;
  }
}
.indexclient .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 60%;
  border-radius: 20px;
}
.indexclient h2 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .indexclient h2 {
    color: #2563EB;
  }
}

.swiper-container {
  position: relative;
}
.swiper-container .swiper-client {
  margin: 0 60px;
  padding: 20px 0;
  overflow: hidden;
}
@media (max-width: 640px) {
  .swiper-container .swiper-client {
    margin: 0 30px;
  }
}
.swiper-container .swiper-client .clientbox {
  background-color: #F2F9FF;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
}
.swiper-container .swiper-client .clientbox .titlebox img {
  width: 48px;
  height: 48px;
}
.swiper-container .swiper-client .clientbox .textbox {
  margin-top: 20px;
}

.index-client-swiper .swiper-client-prev, .index-client-swiper .swiper-client-next {
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.index-client-swiper .swiper-client-prev {
  left: -10px;
}
.index-client-swiper .swiper-client-next {
  right: -10px;
}
.index-client-swiper .swiper-client-prev:after, .index-client-swiper .swiper-client-next:after {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}
@media (max-width: 992px) {
  .index-client-swiper .swiper-client-prev:after, .index-client-swiper .swiper-client-next:after {
    color: #2563EB;
  }
}

.indexfaq {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-image: url("../images/bg04.jpg");
  padding: 7rem 0 !important;
}
@media (max-width: 640px) {
  .indexfaq {
    background-attachment: scroll;
    padding: 2rem 0 !important;
  }
}
.indexfaq img {
  width: 430px;
  max-width: 100%;
  object-fit: contain;
}

.accordion li {
  position: relative;
  margin-bottom: 15px;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
}
.accordion li .open {
  display: none;
  padding: 0px 20px 30px;
}
.accordion .faqname {
  width: 100%;
  display: flex;
  cursor: pointer;
  font-weight: 600;
  line-height: 3;
  font-size: 14px;
  font-size: 0.875rem;
  user-select: none;
  font-size: 20px;
  padding: 10px 50px 10px 10px;
}
.accordion .faqname:after {
  width: 15px;
  height: 15px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  position: absolute;
  right: 20px;
  content: " ";
  top: 15px;
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.accordion .faqname img {
  width: 20px;
  height: 20px;
}
.accordion .open {
  font-size: 14px;
  padding: 10px;
}
.accordion h4 {
  color: #000;
  line-height: 1.5;
}
.accordion span {
  color: #ccc;
  font-size: 20px;
  line-height: 1.5;
  border-radius: 10px;
  margin-right: 10px;
}

.qa_editor {
  border-top: 1px solid #ccc;
}
.qa_editor p {
  padding-top: 20px;
  color: #000000;
}

.faqname.active:after {
  transform: rotate(-135deg);
  transition: all 0.2s ease-in-out;
  top: 33px;
}

.discount {
  background-color: #ffffff;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.discount img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.discount p {
  color: #2563EB;
  padding: 10px;
}

/*-------------------------聯絡我們----------------------- */
.title-h3 p {
  font-family: "Caveat", cursive;
  font-size: 18px;
  padding-left: 15px;
}

.title03 span, .title-h3 p {
  color: #fab479;
}

#inquiry {
  padding-top: 100px;
  margin-top: -100px;
}

.contact-div ul {
  padding-left: 65px;
}
.contact-div ul li {
  font-style: normal;
  font-weight: normal;
  padding: 15px 0;
  padding-left: 15px;
  display: flex;
  align-items: center;
}
.contact-div ul li.contact-div-phone, .contact-div ul li.contact-div-fax, .contact-div ul li.contact-div-email, .contact-div ul li.contact-div-map, .contact-div ul li.contact-div-time {
  position: relative;
}
.contact-div ul li.contact-div-phone img, .contact-div ul li.contact-div-fax img, .contact-div ul li.contact-div-email img, .contact-div ul li.contact-div-map img, .contact-div ul li.contact-div-time img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 10px;
}

.contact-line {
  position: relative;
  border: 1px solid #a7e5fb;
  background-color: #fff;
  width: 400px;
  max-width: 100%;
  height: auto;
  padding: 5px;
  margin: 60px auto;
}
.contact-line .contact-line-h3 {
  position: absolute;
  top: -10px;
  height: 24px;
  font-size: 24px;
  margin-left: -75px;
  background-color: #fff;
  width: 260px;
  left: 50%;
  transform: translateX(-29%);
  text-align: center;
  line-height: 24px;
}

.contact-line-div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 35px 0 20px 0;
  border: 1px solid #a7e5fb;
}

.contact-line-left {
  width: 130px;
  height: 130px;
  margin: 0 15px;
}

.contact-line-right p {
  color: #444;
  padding: 3px 0;
}
.contact-line-right p span {
  color: #4CAF50;
}

.contact-from {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: 50px;
}
@media (max-width: 1200px) {
  .contact-from {
    margin-left: 0;
  }
}

.robot {
  margin-left: 180px;
}
@media (max-width: 1200px) {
  .robot {
    margin-left: 0;
  }
}

.contact-from-left, .contact-from-right {
  margin: 10px 0;
}

.contact-from-left {
  width: 120px;
}
@media (max-width: 1200px) {
  .contact-from-left {
    width: 100%;
  }
}

.contact-from-right {
  width: calc(100% - 120px);
}
@media (max-width: 1200px) {
  .contact-from-right {
    width: 100%;
  }
}
.contact-from-right label {
  line-height: 30px;
}
.contact-from-right input {
  margin: 0 10px;
  outline: none;
}
.contact-from-right textarea {
  margin: 0 10px;
  outline: none;
  width: 72%;
  padding: 3px;
}

.rwd-16by9 {
  display: block;
  position: relative;
  overflow: hidden;
  height: 0;
  padding: 0;
  /* padding-bottom:56.25%; */
  padding-bottom: 30%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _filter: none;
}
.rwd-16by9:hover {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _filter: none;
}
.rwd-16by9 iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.contact footer {
  background: transparent;
}

.all-btn button, .all-btn a {
  cursor: pointer;
  background-image: linear-gradient(90deg, #6aeace 0%, #73c1ff 100%);
  border: navajowhite;
  padding: 6px 30px;
  border-radius: 30px;
  color: #fff;
  font-size: 20px;
  margin: 25px 0;
  box-shadow: 0px 7px 22px #99fff4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transform: translateY(0px);
  animation: heartBeat 5s infinite;
}

.footer-sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;
}
.footer-sns .text img {
  width: 130px;
  max-width: 100%;
  object-fit: contain;
}
.footer-sns .text p {
  color: #8F9AA8;
  text-align: left;
}
.footer-sns .sns {
  display: flex;
  align-items: center;
  justify-content: end;
}
.footer-sns .sns img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-right: 20px;
}

/*floating-btn */
.floating-btn {
  position: fixed;
  bottom: 80px;
  right: 15px;
  z-index: 2;
}
.floating-btn .facebook, .floating-btn .line {
  display: block;
  width: 45px;
  height: 45px;
  margin: 0 auto;
  margin-bottom: 16px;
}
.floating-btn .line {
  margin-bottom: 3rem;
}
.floating-btn .go-top {
  width: 45px;
  height: 45px;
  color: #ffffff;
  background: #2CA6E0;
  padding: 15px 10px;
  text-align: center;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.floating-btn .go-top i.icon-down-open-big {
  font-size: 30px;
}
.floating-btn .go-top i.icon-down-open-big::before {
  transform: rotate(180deg);
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.floating-btn .go-top:hover {
  opacity: 0.8;
}

.fancybox-close-small {
  width: 45px;
  height: 45px;
  background-color: #2CA6E0;
  border-radius: 45px;
  right: 20px !important;
  top: 20px !important;
  padding: 0 !important;
  opacity: 1;
}
@media (max-width: 640px) {
  .fancybox-close-small {
    width: 25px;
    height: 25px;
  }
}
.fancybox-close-small svg {
  color: #ffffff;
}

@media screen and (max-width: 640px) {
  .fancybox-content {
    padding: 3rem 1rem !important;
  }
  .fancybox-content .container {
    padding: 0;
  }
  .fancybox-close-small {
    right: 10px !important;
    top: 10px !important;
  }
  .news01 {
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column-reverse;
  }
  .news01 .news01-left {
    width: 100%;
    padding: 20px;
  }
  .news01 .news01-right {
    width: 100%;
    height: auto;
  }
  .news01 .news01-right::after {
    height: 100%;
  }
}/*# sourceMappingURL=all.css.map */