@charset "UTF-8";
.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;
}
*::-moz-placeholder {
  color: #d8d7d5;
}
*::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;
  -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 {
  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 */
  -moz-appearance: none;
       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: 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;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  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: #0071C1;
  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;
  color: #707070;
}

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

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 {
  -webkit-text-decoration: revert;
          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: #0071C1;
}
.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: #0071C1;
  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;
  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.jpg);
  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 30px;
  }
}
@media (max-width: 992px) {
  .nav-wrapper a {
    margin: 0 0px 0 20px;
  }
}

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

.nav-wrapper a, .target {
  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: #0071C1;
    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: #0071C1;
    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;
  }
}
.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_sub {
  color: #2CA6E0;
}

.color_main {
  color: #0071C1;
}

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: flex;
  justify-content: 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;
}
@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: -moz-fit-content;
  width: fit-content;
}
.title h2, .title-w h2, .title-left h2 {
  color: #000;
  font-weight: bold;
  font-size: 35px;
  text-align: center;
}
@media (max-width: 640px) {
  .title h2, .title-w h2, .title-left h2 {
    font-size: 26px;
  }
}
.title p, .title-w p, .title-left p {
  color: #0071C1;
  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 !important;
}
.title-w p {
  color: #2CA6E0;
}

.btn01 {
  background: #FFF;
  color: #0071C1;
  border: 1px solid #0071C1;
  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: #0071C1;
  color: #FFF;
}
.btn01:hover i {
  padding: 0 2px 0 8px;
}

.primary-btn {
  padding: 10px 25px;
  background-color: #0071C1;
  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;
}

@media (min-width: 1680px) {
  .about .container {
    max-width: 1600px;
  }
}
@media (min-width: 1440px) {
  .about .container {
    max-width: 1380px;
  }
}

.about {
  position: relative;
  padding: 4rem 0;
  margin-top: -5px;
  padding: 7rem 0 !important;
}
@media (max-width: 640px) {
  .about {
    padding: 2rem 0;
  }
}
@media (max-width: 640px) {
  .about {
    padding: 2rem 0 !important;
  }
}
.about::after {
  content: "";
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/bg01.jpg");
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-position: center center;
}

.indexabout .left {
  position: relative;
}
.indexabout .left::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 80%;
  background: #0071C1;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1440px) {
  .indexabout .left::after {
    bottom: 50px;
  }
}
@media (max-width: 1200px) {
  .indexabout .left::after {
    width: 60%;
    height: 60%;
    bottom: 120px;
  }
}
@media (max-width: 992px) {
  .indexabout .left::after {
    bottom: -15px;
  }
}
@media (max-width: 640px) {
  .indexabout .left::after {
    display: none;
  }
}
.indexabout .left .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  cursor: auto !important;
  padding-bottom: 76%;
}
.indexabout .left .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  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;
}
.indexabout .left .imgbox img:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.indexabout .right {
  margin-top: 32px;
}
.indexabout .right .textbox {
  position: relative;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  background: #F2F9FF;
  padding: 30px 60px;
}
.indexabout .right .textbox::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url("../images/dot.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 80px;
  height: 80px;
}
@media (max-width: 1440px) {
  .indexabout .right .textbox {
    padding: 20px 40px;
  }
}
@media (max-width: 1200px) {
  .indexabout .right .textbox {
    padding: 10px 20px;
  }
}
@media (max-width: 992px) {
  .indexabout .right .textbox {
    padding: 10px 40px 30px 40px;
  }
  .indexabout .right .textbox button {
    margin: 0 0 0 auto;
  }
}
.indexabout .right .textbox h4 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  line-height: 1.5;
  margin: 20px 0 50px 0;
  letter-spacing: 1px;
  width: 100%;
}
@media (max-width: 1440px) {
  .indexabout .right .textbox h4 {
    font-size: 16px;
    line-height: 28px;
    margin: 20px 0 30px 0;
  }
}

.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;
  }
}
.indexservice::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;
}

.servicebox {
  position: relative;
}
.servicebox .service {
  background: #F2F9FF;
}
@media (max-width: 992px) {
  .servicebox .service {
    margin-bottom: 20px;
  }
}
.servicebox .service .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 40%;
  background: #F2F9FF;
}
.servicebox .service .imgbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #0071C1;
  width: 100%;
  height: 50%;
}
.servicebox .service .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  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;
  width: 75px;
  height: 75px;
  z-index: 2;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 1000px;
}
@media (max-width: 640px) {
  .servicebox .service .imgbox img {
    width: 55px;
    height: 55px;
  }
}
.servicebox .service .imgbox img:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.servicebox .service .textbox {
  padding: 15px 27px 60px;
  background: #F2F9FF;
}
@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: #0071C1;
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .servicebox .service .textbox h3 {
    font-size: 18px;
  }
}
.servicebox .service .textbox p {
  font-size: 16px;
  color: #707070;
}

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

.indexproduct {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
  background-image: url("../images/bg03.jpg");
  padding: 7rem 0 !important;
}
@media (max-width: 640px) {
  .indexproduct {
    background-attachment: scroll;
    padding: 2rem 0 !important;
  }
}
.indexproduct .col-12 {
  padding: 0;
}
.indexproduct .col-lg-4 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.productbox {
  position: relative;
  padding: 12px;
  background: #FFF;
  margin-bottom: 30px;
  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;
}
.productbox::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: #0071C1;
  width: 70%;
  height: 2px;
  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;
}
.productbox:hover {
  background: #F5F5F5;
}
.productbox:hover::after {
  width: 100%;
}
.productbox:hover .product-img img {
  transform: translate(-50%, -50%) scale(1.1);
}
.productbox:hover .product-text .more {
  background: #0071C1;
  color: #FFF;
}
.productbox .product-img {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 10px;
}
.productbox .product-img img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  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;
}
.productbox .product-text h3 {
  font-size: 20px;
  text-align: center;
  color: #0071C1;
  margin: 12px auto;
}
.productbox .product-text .more {
  background: #FFF;
  color: #0071C1;
  border: 1px solid #0071C1;
  padding: 8px 28px;
  font-size: 16px;
  display: table;
  border-radius: 25px;
  margin: 12px auto;
}
@media (max-width: 640px) {
  .productbox .product-text .more {
    padding: 8px;
  }
}

.detail {
  width: 70%;
  position: relative;
}
@media (max-width: 992px) {
  .detail {
    width: 90%;
  }
}
.detail::after {
  content: "";
  width: 80%;
  height: 6px;
  background-color: #0071C1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/*產品內頁 */
.product__carousel {
  display: block;
  max-width: 700px;
  margin: 1em auto 3em;
}
.product__carousel a {
  display: block;
  margin-bottom: 15px;
}
.product__carousel .gallery-top {
  margin-bottom: 5px;
}
.product__carousel .gallery-top .swiper-slide {
  position: relative;
  overflow: hidden;
}
.product__carousel .gallery-top .swiper-slide a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.product__carousel .gallery-top .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
  min-width: 100%;
  min-height: 100%;
}
.product__carousel .swiper-button-next.swiper-button-white, .product__carousel .swiper-button-prev.swiper-button-white {
  color: #E6E6E6;
}
.product__carousel .gallery-thumbs {
  height: 100px !important;
}
.product__carousel .gallery-thumbs .swiper-slide {
  position: relative;
  transition: border 0.15s linear;
  border: 1px solid #E6E6E6;
  cursor: pointer;
  overflow: hidden;
  height: calc(100% - 2px);
  margin-top: 5px;
}
.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #0071C1 !important;
}
.product__carousel .gallery-thumbs .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}

.news01 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background: #fff;
  box-shadow: 0px 0px 14px #d2d0d0;
  border-radius: 5px;
  margin: 15px 0;
  overflow: hidden;
}
.news01 .news01-left {
  width: calc(100% - 200px);
  padding: 20px 0 20px 20px;
  position: relative;
}
.news01 .news01-left::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 70px;
  background: #0071C1;
}
.news01 .news01-left p {
  color: #6C6D70;
  margin-top: 5px;
  word-break: break-all;
}
.news01 .news01-right {
  width: 200px;
  height: 150px;
  text-align: center;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.news01 .news01-right::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #0071C1;
  z-index: -1;
}
.news01 .news01-right .div-time {
  width: 100%;
}
.news01 .news01-right .div-time .day {
  font-size: 3em;
  font-weight: bold;
}

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

.contact {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../images/bg05.jpg");
  padding: 7rem 0 !important;
}
@media (max-width: 640px) {
  .contact {
    padding: 2rem 0 !important;
  }
}
.contact .information {
  position: relative;
  margin-top: 4.5rem;
}
@media (max-width: 640px) {
  .contact .information {
    margin-top: 1.5rem;
  }
}
.contact .information .left-info-sec {
  position: absolute;
  left: 0;
  top: 14%;
  z-index: 2;
}
@media (max-width: 992px) {
  .contact .information .left-info-sec {
    position: relative;
    padding: 0;
  }
}
.contact .information .left-info-sec .info-wrapper {
  padding: 1.5rem 1.5rem;
  background-color: rgba(0, 91, 171, 0.8941176471);
  box-shadow: 0px 0px 6px 0px rgba(102, 102, 102, 0.3019607843);
}
.contact .information .left-info-sec .info-wrapper .info-content {
  background-color: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(102, 102, 102, 0.3019607843);
  padding: 2rem 1rem;
}
.contact .information .left-info-sec .info-wrapper .info-content h4 {
  color: #000;
  font-weight: 600;
}
.contact .information .left-info-sec .info-wrapper .info-content .company {
  font-weight: bold;
  color: #0071C1;
  font-size: 24px;
  margin-bottom: 1.5rem;
}
@media (max-width: 640px) {
  .contact .information .left-info-sec .info-wrapper .info-content .company {
    font-size: 20px;
  }
}
.contact .information .left-info-sec .info-wrapper .info-content .info-list .info-item {
  display: flex;
  align-items: center;
}
.contact .information .left-info-sec .info-wrapper .info-content .info-list .info-item img {
  width: 15px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.contact .information .left-info-sec .info-wrapper .info-content .info-list .info-item p {
  font-weight: bold;
  margin-bottom: 10px;
}
.contact .information .right-form-sec {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(102, 102, 102, 0.3019607843);
  padding: 2rem 3rem 2rem 15rem;
}
@media (max-width: 1200px) {
  .contact .information .right-form-sec {
    padding: 2rem 3rem 2rem 12rem;
  }
}
@media (max-width: 992px) {
  .contact .information .right-form-sec {
    padding: 0 2rem;
  }
}
.contact .information .right-form-sec .form-wrapper {
  position: relative;
  min-height: 560px;
}
.contact .information .right-form-sec .form-wrapper .forms-group {
  padding-top: 3rem;
}
.contact .information button {
  border-radius: 25px;
}

.about, .contact,
+ max-768 {
  padding: 4rem 0 !important;
}

footer {
  padding: 5px 0;
  background-color: #0071C1;
}
footer p {
  text-align: center;
  color: #ffffff;
}

/*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 */