@charset "UTF-8";
body {
  font-family: "Noto Sans CJK TC", "Noto Sans CJK SC", "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #575757;
  font-size: 1.1rem;
  background: #DBF2F2;
}

button:focus {
  outline: 0px auto -webkit-focus-ring-color;
}

.hide {
  display: none;
}

/* =====================================
|                 無障礙                 |
=======================================*/
#U {
  padding: 5px;
  color: #ffffff;
  text-decoration: none;
}

#Z {
  position: absolute;
  left: 15rem;
  color: #aacb05;
  text-decoration: none;
}

#C {
  position: absolute;
  left: 15rem;
  top: 80px;
  color: #80cdcd;
  z-index: 2;
  text-decoration: none;
}

.jump {
  position: absolute;
  left: 5rem;
  top: 80px;
  font-size: 0.9rem;
  line-height: 1.2;
}

#U:focus, #Z:focus, #C:focus, .jump {
  outline: 4px #ffb100 dotted !important;
  color: #333333;
}

.icon-main {
  position: absolute;
  top: 17px;
  left: 12rem;
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #7c7c7c;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #7c7c7c;
  margin-right: 0.3rem;
}
.icon-main:hover, .icon-main:active {
  color: #41BCB8;
  border-color: #41BCB8;
}

@media (max-width: 1536px) {
  #U,
  #Z,
  #C {
    left: 1.5rem;
  }
  .icon-main {
    left: 3rem;
  }
}
@media (max-width: 991.98px) {
  #Z,
  #C {
    left: 1rem;
    top: 0rem;
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .icon-main, [accesskey] {
    display: none;
  }
}
/* =====================================
|                共用                |
=======================================*/
.phone {
  display: none;
}

.updated {
  border-radius: 5px;
  padding: 0.5rem 1rem;
  background: rgba(74, 133, 5, 0.42);
  font-size: 0.9rem;
  margin: 0 0.3rem 0.3rem 0;
  color: #ffffff;
  text-align: center;
}

h2.main-title {
  text-align: center;
  position: relative;
  font-size: 3rem;
  font-weight: normal;
  height: 125px;
  margin-bottom: 4rem;
}
h2.main-title span {
  display: block;
  font-size: 1rem;
  color: #41BCB8;
  text-transform: uppercase;
}
h2.main-title::before {
  background: url("../images/bg-main-main-title.svg") no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  max-width: 835px;
  max-height: 125px;
  content: "";
  position: absolute;
  top: 75%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header-title {
  font-size: 1.8rem;
  color: #ffffff;
  position: absolute;
  bottom: 32%;
  right: 16rem;
  text-shadow: black 0.1em 0.1em 0.2em;
  opacity: 0.9;
}

h3.subject-title, h4:not(.post-sub) {
  font-size: 2.8rem;
  font-weight: normal;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 5rem;
}
h3.subject-title span, h4:not(.post-sub) span {
  display: block;
  color: #41BCB8;
  font-size: 1.5rem;
}
h3.subject-title:before, h4:not(.post-sub):before {
  content: "";
  background: #41BCB8;
  width: 10px;
  height: 100%;
  position: absolute;
  left: 0rem;
}

h4:not(.post-sub) {
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
  font-weight: normal;
}
h4:not(.post-sub):before {
  width: 8px;
}
h4:not(.post-sub) span {
  font-size: 1rem;
  padding-top: 0.8rem;
}

h5.tech-title, .post-content h4.post-sub {
  font-size: 1.8rem;
  margin: 2.5rem 0rem 0.5rem;
  font-weight: normal;
  letter-spacing: 3px;
}

h5.tech-title:first-child {
  margin-top: 0rem;
}

.btn .far, .btn .fal {
  padding: 0rem 0.5rem 0rem 0.5rem;
  vertical-align: middle;
}

.btn-primary {
  background: #41BCB8;
  border-color: #41BCB8;
  color: #ffffff !important;
  padding: 0.8rem 2.1rem;
  border-radius: 100px;
  text-decoration: none !important;
}
.btn-primary:hover, .btn-primary:focus {
  background: #575757;
  border-color: #575757;
}

a.btn-enter {
  background-color: #F5A526;
  padding: 0.1rem 1.5rem 0.15rem;
  border-color: #F5A526;
}

.btn-search {
  border-radius: 50px;
  background: #F5A526;
  border-color: #F5A526;
  margin-top: 2rem;
  padding: 0.8rem 1.8rem;
}
.btn-search .far {
  padding: 0rem 0rem 0rem 0.3rem;
  font-size: 1.5rem;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.btn-expand {
  background: none;
  outline: none;
  border: 0px;
  color: #41BCB8;
}
.btn-expand [class*=-chevron] {
  margin-left: 0.3rem;
}

.btn-outline-primary {
  border-color: #41BCB8;
  padding: 0.3rem 0.5rem 0.3rem;
  color: #41BCB8;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
  background: #575757;
  border-color: #575757;
}
.btn-outline-primary [class*=-circle] {
  margin-left: 0rem;
  padding: 0rem;
  font-size: 1.5rem !important;
}

.tooltip.show {
  opacity: 0.8;
}

.tooltip-inner {
  padding: 1rem;
  text-align: left;
}

.page-link {
  color: #41BCB8;
  text-decoration: none !important;
}
.page-link:hover {
  color: #41BCB8;
}

.page-item.active .page-link {
  background-color: #41BCB8;
  border-color: #41BCB8;
}

.share-icons {
  position: fixed;
  top: 60%;
  left: 10%;
  z-index: 50;
}
.share-icons .icon {
  display: block;
  font-size: 1.5rem;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  margin-bottom: 0.3rem;
  text-align: center;
  border-radius: 50px;
}
.share-icons .icon[title*=Facebook] {
  background: #3b5998;
}
.share-icons .icon[title*=Facebook]:hover {
  background: #575757;
  color: #ffffff;
}
.share-icons .icon[title*=twitter] {
  background: #00aced;
}
.share-icons .icon[title*=twitter]:hover {
  background: #575757;
  color: #ffffff;
}
.share-icons .icon.linktip {
  background: #F5A526;
  cursor: pointer;
}
.share-icons .icon.linktip:hover {
  background: #575757;
  color: #ffffff;
  position: relative;
}
.share-icons .icon.linktip #myTooltip {
  display: none;
  position: absolute;
  right: -130px;
  bottom: 10px;
  font-size: 0.9rem;
  line-height: 20px;
  width: 120px;
  background: #575757;
  padding: 0.5rem;
  border-radius: 10px;
}
.share-icons .icon.linktip #myTooltip::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 10px 7px 0;
  border-color: transparent #575757 transparent transparent;
}

.modal .modal-header {
  background: #DBF2F2;
  padding: 15px 1.5rem;
  border-bottom: 0px solid #dee2e6;
}
.modal .modal-header .modal-title {
  color: #41BCB8;
  margin-bottom: 0;
  line-height: 90%;
  font-size: 22px;
}
.modal .modal-header .modal-title small {
  font-size: 13px;
  opacity: 0.9;
}
.modal .modal-header .close {
  opacity: 0.2;
}
.modal .modal-header .close:hover {
  color: #41BCB8;
  opacity: 1;
}
.modal .modal-body {
  padding: 1.5rem;
  position: relative;
}

@media (max-width: 1536px) {
  h2.main-title {
    font-size: 2.5rem;
  }
  .header-title {
    font-size: 1.7rem;
    right: 10rem;
  }
  h3.subject-title {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
  h3.subject-title span {
    font-size: 1.2rem;
  }
  h4 {
    font-size: 1.7rem;
    margin-bottom: 1.2rem;
  }
  h4 span {
    font-size: 0.95rem;
    padding-top: 0.5rem;
  }
  h5.tech-title, .post-content h4.post-sub {
    font-size: 1.7rem;
  }
  .share-icons {
    position: fixed;
    top: 60%;
    left: 4%;
  }
}
@media (max-width: 1366px) {
  .header-title {
    font-size: 1.7rem;
    right: 10rem;
    bottom: 33%;
  }
  h3.subject-title {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  h3.subject-title span {
    font-size: 1.2rem;
  }
}
@media (max-width: 1280px) {
  h2.main-title {
    font-size: 2.3rem;
    height: 150px;
  }
  h2.main-title::before {
    width: 70%;
    height: 70%;
    top: 50%;
  }
  h3.subject-title, .post-content h3.subject-title {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
  h3.subject-title span, .post-content h3.subject-title span {
    font-size: 1.2rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h4 span {
    font-size: 0.95rem;
    padding-top: 0.5rem;
  }
  h5.tech-title, .post-content h4.post-sub {
    font-size: 1.7rem;
  }
}
@media (max-width: 1024px) {
  h2.main-title {
    font-size: 2.3rem;
    margin-bottom: 0rem;
  }
  h2.main-title::before {
    width: 70%;
    height: 70%;
    top: 55%;
  }
  .header-title {
    font-size: 1.5rem;
    bottom: 35%;
    right: 4rem;
  }
  h3.subject-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  h3.subject-title span {
    font-size: 1.2rem;
  }
  .share-icons {
    top: 20%;
    left: 2%;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
  h2.main-title {
    font-size: 2rem;
  }
  h2.main-title::before {
    width: 80%;
    height: 80%;
    top: 55%;
  }
  h2.main-title span {
    font-size: 1rem;
  }
  h3.subject-title {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  h3.subject-title span {
    font-size: 1.2rem;
  }
  h4 {
    font-size: 1.3rem;
  }
  h4 span {
    font-size: 0.85rem;
    padding-top: 0.3rem;
  }
  h5.tech-title, .post-content h4.post-sub {
    font-size: 1.3rem;
    font-weight: bold;
  }
  .btn-primary {
    padding: 0.6rem 2rem;
  }
  .btn-search {
    border-radius: 50px;
    background: #F5A526;
    padding: 0.5rem 1.5rem;
    border-color: #F5A526;
    margin-top: 0rem;
  }
  .btn-search:hover {
    background: #575757;
    border-color: #575757;
  }
  .share-icons {
    position: absolute;
    top: 98.5%;
    left: auto;
    left: 5%;
    z-index: 0;
  }
  .share-icons .icon {
    display: inline-block;
    font-size: 0.8rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 0;
  }
  .modal .modal-header .modal-title {
    font-size: 20px;
  }
  .updated {
    display: block;
  }
}
@media (max-width: 767px) {
  h2.main-title {
    font-size: 1.9rem;
    height: 100px;
    margin-bottom: 1rem;
  }
  h2.main-title::before {
    width: 100%;
    height: 100%;
    top: 73%;
  }
  h2.main-title span {
    font-size: 0.7rem;
    line-height: 1.5rem;
  }
  h3.subject-title {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
  h3.subject-title span {
    font-size: 0.8rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  h4 span {
    font-size: 0.85rem;
    padding-top: 0.3rem;
  }
  h5.tech-title, .post-content h4.post-sub {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .btn-primary {
    font-size: 0.9rem;
  }
  .btn-outline-primary {
    font-size: 0.9rem;
  }
  .pagination.justify-content-end {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
/*switch鈕*/
.custom-switch .custom-control-label {
  font-size: 0px;
  margin-top: -25px;
}
.custom-switch .custom-control-label::before {
  height: 1.5rem;
  width: 2.75rem;
  border-radius: 3rem;
  left: 0rem;
  top: 30px;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  background: #e5f5ff;
  border: 1px solid #41BCB8;
}
.custom-switch .custom-control-label::after {
  width: calc(1.5rem - 4px);
  height: calc(1.5rem - 4px);
  border-radius: 1.25rem;
  left: 2px;
  top: 32px;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background: #41BCB8;
  -webkit-transform: translateX(1.25rem);
          transform: translateX(1.25rem);
}

/* =====================================
|                   RWD                |
=======================================*/
header .navbar {
  padding: 0.5rem 18rem;
}

main.cp, main.hp section {
  padding: 0rem 18rem 6rem;
}

main.hp.en section {
  padding: 0rem 12rem 6rem;
}

footer .copyright {
  padding: 0rem 18rem;
}

footer .sitemap {
  padding: 3.5rem 18rem;
}

footer.en .sitemap {
  padding: 3.5rem 12rem;
}

@media (max-width: 1536.98px) {
  header .navbar {
    padding: 0.5rem 10rem;
  }
  main.cp {
    padding: 2.5rem 10rem;
  }
  main.hp section {
    padding: 5rem 10rem 8rem;
  }
  main.hp.en section {
    padding: 5rem 4rem 8rem;
  }
  footer .copyright {
    padding: 0rem 10rem;
  }
  footer .sitemap {
    padding: 3.5rem 10rem;
  }
  footer.en .sitemap {
    padding: 3.5rem 4rem;
  }
}
@media (max-width: 1366px) {
  header .navbar {
    padding: 0.5rem 4rem 0.5rem 6rem;
  }
  main.cp {
    padding: 2.5rem 8rem;
  }
  main.hp section {
    padding: 4rem 8rem;
  }
  main.hp.en section {
    padding: 4rem 4rem;
  }
  footer .copyright {
    padding: 0rem 2rem;
  }
  footer .sitemap {
    padding: 3.5rem 4rem;
  }
  footer.en .sitemap {
    padding: 2rem 2rem;
  }
}
@media (max-width: 1200px) {
  main.hp.en section {
    padding: 4rem 2rem;
  }
  footer.en .sitemap {
    padding: 3.5rem 2rem;
  }
}
@media (max-width: 1024px) {
  header .navbar {
    padding: 0.5rem 1rem;
  }
  main.cp {
    padding: 2.5rem 3rem;
  }
  main.hp section {
    padding: 5rem 3rem;
  }
  main.hp.en section {
    padding: 4rem 1rem;
  }
  footer .copyright {
    padding: 0rem 1rem;
  }
  footer .sitemap {
    padding: 2rem 1rem;
  }
}
@media (max-width: 991.98px) {
  main section {
    padding: 2.5rem 4rem;
  }
  footer .sitemap {
    padding: 2rem 5rem 0;
  }
  footer .copyright {
    padding: 1rem 5rem;
  }
}
@media (max-width: 767.98px) {
  main.cp {
    padding: 2.5rem 1.5rem;
  }
  main.hp section {
    padding: 2.5rem 1rem;
  }
  footer .sitemap {
    padding: 2rem 2rem 0;
  }
  footer .copyright {
    padding: 1rem 2rem;
  }
}
/* =====================================
|                  麵包屑                 |
=======================================*/
.breadc {
  padding: 0rem;
  margin: 0rem 0rem 2rem;
  position: relative;
  background: #DBF2F2;
  display: block;
  border-radius: 0rem;
}

.breadc .breadcrumb-ol {
  font-size: 0.85rem;
  padding: 0.3rem 2rem;
  background: #ffffff;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  bottom: 20%;
  right: 16rem;
  margin-bottom: 0rem;
}

.breadc .breadcrumb-item a {
  color: #686868;
}

.breadc .breadcrumb-item.active {
  color: #41BCB8;
}

@media (max-width: 1536px) {
  .breadc .breadcrumb-ol {
    right: 10rem;
  }
}
@media (max-width: 1024px) {
  .breadc .breadcrumb-ol {
    right: 4rem;
  }
}
@media (max-width: 991.98px) {
  .breadc {
    margin-top: 70px;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    padding-right: 0.1rem;
  }
  .breadc .breadcrumb-ol {
    padding: 0px 2rem;
    background: none;
    font-size: 0.9rem;
    bottom: -30%;
    right: initial;
    left: 0rem;
  }
  .breadc .breadcrumb-ol li {
    padding: 0px;
    line-height: 1rem;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .breadc .breadcrumb-ol {
    padding: 0px 1rem;
    background: none;
    font-size: 0.7rem;
    bottom: -50%;
    right: initial;
    left: 0rem;
  }
  .breadc .breadcrumb-ol li {
    padding: 0px;
    line-height: 1rem;
    white-space: nowrap;
  }
}
/* =====================================
|                 NAV                |
=======================================*/
main {
  position: relative;
}

.navbar.offcanvas-collapse {
  -webkit-box-shadow: 0 0 5px 0 #999999;
          box-shadow: 0 0 5px 0 #999999;
}

header {
  width: 100%;
  background: #ffffff;
  position: relative;
}
header .navbar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*第一層*/
  /*第二層*/
}
header .navbar .trademark {
  margin-right: 8%;
  background: url("../../images/header-logo.svg") no-repeat;
  background-position: center;
  background-size: contain;
  width: 366px;
  height: 59px;
  overflow: hidden;
  z-index: 1000;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: all 0 linear;
  transition: all 0 linear;
}
header .navbar .trademark h1 {
  margin-bottom: 0px;
}
header .navbar .nav-item a {
  font-size: 1.2rem;
  color: #575757;
  position: relative;
  padding: 0rem 2rem;
  white-space: nowrap;
}
header .navbar .nav-item a:focus, header .navbar .nav-item a:hover {
  background: #ffffff;
}
header .navbar .nav-item {
  margin-right: 3rem;
}
header .navbar .nav-item .dropdown-item:active {
  background: #ffffff;
}
header .navbar .nav-item a.dropdown-toggle::after {
  border: 0px;
  font-family: "Font Awesome 5 pro", Serif, Sans-serif, cursive;
  content: "\f078";
  vertical-align: 0px;
  font-size: 1rem;
  margin-left: 0.3rem;
  opacity: 0.5;
}
header .navbar .nav-item.dropdown.show .dropdown-toggle::before {
  content: "";
  width: 3rem;
  height: 0.15rem;
  background: #41BCB8;
  position: absolute;
  bottom: -0.2rem;
  left: 7%;
}
header .navbar .dropdown-menu {
  top: 183%;
  border-radius: 0rem 0rem 0.25rem 0.25rem;
  padding: 1rem 0rem;
}
header .navbar .dropdown-menu .dropdown-item {
  line-height: 55px;
  padding: 0rem 4rem;
  font-size: 1.05rem;
}
header .navbar .dropdown-menu .dropdown-item:hover, header .navbar .dropdown-menu .dropdown-item:active {
  color: #41BCB8;
  background: #ffffff;
}
header .navbar .social-icons {
  position: absolute;
  top: 24%;
  right: 22rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
}
header .navbar .social-icons .icon {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #7c7c7c;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #7c7c7c;
  margin-right: 0.3rem;
}
header .navbar .social-icons .icon:hover, header .navbar .social-icons .icon:active {
  color: #41BCB8;
  border-color: #41BCB8;
}
header .navbar .search.dropdown-menu {
  min-width: 250px;
  max-width: 300px;
  padding: 1rem;
  top: 150%;
}
header .navbar .search.dropdown-menu .btn-primary {
  padding: 0rem;
  width: 38px;
  height: 38px;
  position: relative;
}
header .navbar .search.dropdown-menu .btn-primary .fa-search {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
header .navbar .search.dropdown-menu .Keywords {
  padding: 0.5rem;
  color: #41BCB8;
}
header .navbar .search.dropdown-menu .Keywords span, header .navbar .search.dropdown-menu .Keywords a {
  font-size: 0.85rem;
  border-radius: 30px;
  padding: 0.1rem 0.8rem;
  color: #41BCB8;
  background: #e6f7ff;
  margin-bottom: 0.2rem;
  display: inline-block;
}

header.en .navbar {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
header.en .navbar .trademark {
  background: url(../images/header-logo-en.svg) no-repeat;
  width: 435px;
  background-position: center;
  background-size: contain;
}

@media (max-width: 1680px) {
  header .navbar .trademark {
    margin-right: 3%;
    width: 55%;
  }
  header .navbar .nav-item {
    margin-right: 2rem;
  }
  header .navbar .social-icons {
    right: 6rem;
  }
}
@media (max-width: 1536px) {
  header .navbar .trademark {
    width: 38%;
  }
  header .navbar .social-icons {
    right: 6rem;
  }
}
@media (max-width: 1366px) {
  header .navbar .trademark {
    width: 30%;
  }
  header .navbar .nav-item {
    margin-right: 1.5rem;
  }
  header .navbar .nav-item a {
    font-size: 1.1rem;
    padding: 0rem 0rem;
  }
  header .navbar .social-icons {
    right: 1rem;
  }
}
@media (max-width: 1200px) {
  header .navbar .trademark {
    margin-right: 1%;
    width: 25%;
  }
}
@media (max-width: 1024px) {
  header .navbar .nav-item {
    margin-right: 1rem;
  }
  header .navbar .nav-item a {
    font-size: 1rem;
    padding: 0rem 0rem;
  }
  header .navbar .social-icons {
    top: 26%;
    right: 0rem;
  }
  header .navbar .social-icons .icon {
    width: 38px;
    height: 38px;
  }
  header .navbar .nav-item a:focus, header .navbar .nav-item a:hover, header .navbar .nav-item a:active {
    background: #575757;
  }
}
@media (max-width: 991px) {
  .offcanvas-collapse {
    position: fixed;
    top: 70px;
    bottom: 0;
    left: 100%;
    width: 100%;
    overflow-y: auto;
    visibility: hidden;
    background-color: #575757;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: left, visibility;
    transition-property: left, visibility;
  }
  .offcanvas-collapse.open {
    left: 0;
    visibility: visible;
  }
  .navbar-toggler-icon {
    position: relative;
    margin-top: 1%;
    width: 40px;
  }
  .navbar-toggler-icon::after {
    position: absolute;
    top: 0;
    right: 0rem;
    font-family: "Font Awesome 5 pro", Serif, Sans-serif, cursive;
    content: "\f0c9";
    font-size: 30px;
    width: 40px;
    color: #7c7c7c;
  }
  .navbar-toggler-close::after {
    position: absolute;
    right: 2rem;
    top: 1rem;
    font-family: "Font Awesome 5 pro", Serif, Sans-serif, cursive;
    font-weight: lighter;
    content: "\f00d";
    font-size: 38px;
    color: #41BCB8;
  }
  header .navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    height: 70px;
    background: #ffffff;
    padding: 0 0.5rem;
  }
  header .navbar .trademark {
    width: 45%;
  }
  header .navbar .social-icons {
    top: 27%;
    right: 8%;
    font-size: 1rem;
  }
  header .navbar .social-icons .icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  header .navbar .social-icons .icon[href="#C"] {
    display: none;
  }
  header .navbar .nav-item {
    margin-right: 0rem;
  }
  header .navbar .nav-item a {
    font-size: 1.2rem;
    color: #ffffff;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  header .navbar .nav-item.dropdown.show .dropdown-toggle::before {
    bottom: 0.8rem;
  }
  header .nav-item.show {
    margin-right: 0rem;
  }
  header .nav-item.show a.dropdown-toggle::after {
    content: "\f077";
  }
  header .nav-item.show .dropdown-menu {
    padding: 0rem 0rem;
  }
  header .dropdown-menu {
    margin: 0rem;
  }
  header .dropdown-menu a.dropdown-item {
    background: #41BCB8;
  }
  header .dropdown-menu a.dropdown-item:hover {
    background: #ffffff;
  }
  .navbar-toggler {
    margin-right: 1%;
    line-height: 35px;
  }
  header.en .navbar .trademark {
    width: 75%;
  }
  header.en .navbar .social-icons {
    right: 0rem;
  }
}
@media (max-width: 576px) {
  .phone {
    display: block;
  }
  header .navbar .trademark {
    width: 55%;
  }
  header .navbar .social-icons {
    top: 33%;
    right: 3.5rem;
  }
  header .navbar .social-icons .icon {
    width: 25px;
    height: 25px;
    line-height: 23px;
    margin-right: 0.2rem;
    font-size: 0.8rem;
  }
  header .navbar .social-icons .icon .fas {
    font-size: 0.8rem;
  }
  .navbar-toggler-icon {
    margin-right: 0rem;
  }
  .navbar-toggler-close::after {
    right: 1.8rem;
    top: 1.2rem;
  }
}
@media (max-width: 375px) {
  header .navbar .navbar-toggler-icon::after {
    font-size: 25px;
  }
  header .navbar .navbar-toggler-close::after {
    font-size: 35px;
    right: 1.8rem;
    top: 1.2rem;
  }
  header .navbar .social-icons {
    right: 3rem;
  }
}
/* =====================================
|                 主要內容區塊               |
=======================================*/
main.cp {
  position: relative;
}
main.cp::before {
  background: url("../images/bg-main-Mountain-droplets.svg") no-repeat;
  background-size: 100%;
  content: "";
  position: absolute;
  top: 5%;
  right: 0%;
  max-width: 810px;
  width: 100%;
  height: 100%;
  max-height: 550px;
  z-index: -1;
}
main.cp::after {
  background: url("../images/bg-main-Mountain.svg") no-repeat;
  background-size: 100%;
  background-position: left bottom;
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  max-width: 840px;
  max-height: 543px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media (max-width: 1536px) {
  main.cp::before {
    width: 35%;
    height: 35%;
  }
  main.cp::after {
    width: 30%;
    height: 30%;
  }
}
@media (max-width: 991px) {
  main.cp::before {
    top: 1%;
  }
}
/* =====================================
|                 FOOTER                |
=======================================*/
/*scrolltop*/
.spytop_fixed {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  font-size: 0.8rem;
  color: #fff;
  display: none;
  background: #34373E;
  border-radius: 50px;
  padding: 0.7rem;
  letter-spacing: 1px;
  text-align: center;
  z-index: 100;
}

.spytop_fixed:hover {
  background: #414348;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.spytop_fixed i {
  display: block;
  text-align: center;
  font-size: 0.6rem;
  margin-bottom: -3px;
}

footer .sitemap {
  background: #AACB07;
}
footer .sitemap img {
  margin-bottom: 2rem;
}
footer .sitemap img.level_a {
  width: auto;
}
footer .sitemap p {
  line-height: 1.2rem;
}
footer .sitemap .foot-title {
  font-weight: bold;
  font-size: 1.3rem;
}
footer .sitemap .nav-link {
  color: #575757;
  padding: 0.3rem 0rem;
}
footer .sitemap .nav-link:hover, footer .sitemap .nav-link:active {
  color: #ffffff;
}
footer .copyright {
  background: #575757;
  color: #ffffff;
  font-size: 1rem;
  height: 80px;
  line-height: 80px;
}
footer .copyright .col-lg-auto {
  line-height: 80px;
}
footer .copyright .nav-link {
  display: initial;
  color: #ffffff;
  padding: 0rem 1rem;
  border-right: 1px solid #ffffff;
}
footer .copyright .nav-link:hover {
  opacity: 0.8;
}

footer.en .sitemap img {
  margin-bottom: 1rem;
}
footer.en .sitemap p {
  font-size: 1rem;
}
footer.en .en-policy .nav-item {
  padding: 1rem 0;
}
footer.en .en-policy .nav-item .nav-link {
  padding: 0 0.8rem;
  border-radius: 0px;
  color: rgba(49, 106, 0, 0.8);
  font-size: 1rem;
}
footer.en .en-policy .nav-item:not(:last-child) .nav-link {
  border-right: 1px solid rgba(49, 106, 0, 0.54);
}
footer.en .copyright {
  -ms-flex-line-pack: center;
      align-content: center;
}
footer.en .copyright p {
  opacity: 0.5;
  line-height: 1.5;
  font-size: 0.9rem;
}

@media (max-width: 1024px) {
  footer .copyright {
    height: 100%;
  }
  footer .copyright .col-lg-auto {
    line-height: 40px;
  }
  footer.en .en-policy .nav-item {
    padding: 0.3rem 0;
    width: 100%;
  }
  footer.en .en-policy .nav-item .nav-link {
    padding: 0 1rem;
    text-align: center;
    font-size: 0.8rem;
  }
  footer.en .en-policy .nav-item:not(:last-child) .nav-link {
    border-right: 0px;
    border-bottom: 1px solid rgba(49, 106, 0, 0.1);
  }
  footer.en .copyright p {
    font-size: 0.8rem;
  }
}
@media (max-width: 991.98px) {
  footer .sitemap p {
    line-height: 0.5rem;
  }
  footer .sitemap img {
    width: 70%;
    margin-bottom: 0.5rem;
  }
  footer .sitemap .flex-column {
    margin-bottom: 1.5rem;
    font-size: 0.85rem;
  }
  footer .sitemap .col-lg-auto {
    width: 49%;
  }
  footer .sitemap footer .sitemap .nav-link {
    padding: 0.2rem 0rem;
  }
  footer.en .sitemap p {
    line-height: 1rem;
  }
  footer .copyright {
    height: 100%;
  }
  footer .copyright .col-lg-auto {
    font-size: 0.85rem;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
  }
  footer .copyright .nav-link {
    display: block;
  }
}
@media (max-width: 766.98px) {
  footer .sitemap {
    margin: 0px;
  }
  footer .sitemap img {
    width: 100%;
  }
  footer .sitemap .foot-title {
    font-size: 1rem;
  }
  footer.en .sitemap p {
    font-size: 0.9rem;
  }
  footer .copyright {
    margin: 0px;
  }
}
/*# sourceMappingURL=layout.css.map */