@charset "UTF-8";
/*-------------------------------------------------------------------------------*/
/*    $Base                                                                                    */
/*-------------------------------------------------------------------------------*/
body {
  font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  background-image: url(../images/main-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
body a {
  transition: all 0.15s ease-in-out;
}

html,
body,
.header_search {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

input {
  box-sizing: border-box;
}

#tabU,
#tabL,
#tabC,
#tabB {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.875rem;
  color: #000;
  opacity: 1;
}
#tabU:focus,
#tabL:focus,
#tabC:focus,
#tabB:focus {
  opacity: 1;
}

.list_content #tabC {
  position: relative;
  top: 0;
  left: 0;
  font-size: 0.875rem;
  color: #000;
  opacity: 1;
}
.list_content #tabC:focus {
  opacity: 1;
}

a:focus {
  outline-offset: 2px;
  outline: 3px dotted #6f42c1;
}

.text-decoration {
  text-decoration: underline;
  color: #b30005;
}

.disc {
  list-style-type: disc;
}

.main_tit {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  padding: 1rem 0 1.75rem;
}
.main_tit::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 3em;
  height: 0.75rem;
  background: #0DA78B;
}
@media (max-width: 575.98px) {
  .main_tit {
    font-size: 1.875em !important;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .main_tit {
    margin-top: 50px;
    padding: 2rem 0 2.5rem;
    font-size: 2.5em !important;
  }
}

p {
  line-height: 2em;
}

/*-------------------------------------------------------------------------------*/
/*    $Megamen2                                                                          */
/*-------------------------------------------------------------------------------*/
#main-nav-wrap {
  display: none;
}
@media (min-width: 992px) {
  #main-nav-wrap {
    position: relative;
    display: block;
    margin-top: 4.675rem;
    transition: all 0.2s ease-in-out;
  }
}

.nav-content {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .nav-content {
    justify-content: flex-end;
    align-items: center;
    height: 65px;
  }
}
.nav-content > ul {
  display: flex;
  transition: width 0.1s ease-in-out;
}

.nav-item {
  pointer-events: auto;
  padding: 0.5rem;
}

.nav-tab > a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #212529;
  font-size: 1.125rem;
  border-radius: 0.5rem;
  word-wrap: break-word;
  word-break: normal;
}
.nav-tab > a:hover, .nav-tab > a:focus {
  color: #fff;
  background-color: #0D7262;
}
@media (min-width: 1200px) {
  .nav-tab > a {
    font-size: 1.25rem;
  }
}

.dropdown-menu.dropdowns {
  position: absolute;
  top: 65px !important;
  z-index: 2;
  width: calc(100% + 6px);
  padding: 0 0.75rem;
  margin: 0;
  text-align: left;
  border-top: 1px solid #dee2e6;
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0;
  transform: none !important;
}
.dropdown-menu.dropdowns .container {
  margin: 1rem auto;
  padding: 0;
}
.dropdown-menu.dropdowns .secondary-title {
  display: none;
}

@media (min-width: 1400px) {
  .dropdown-menu.dropdowns .container {
    display: flex;
  }
  .dropdown-menu.dropdowns .secondary-title {
    display: block;
    width: 250px;
    padding-top: 1rem;
    padding-right: 1.5rem;
  }
}
.secondary-title .h3 {
  color: #212529;
  font-weight: bold;
  padding-bottom: 1rem;
}
.secondary-title .kf-img {
  border-radius: 0.25rem;
  overflow: hidden;
}

.secondary-nav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 -0.5rem;
}

.sec-item {
  padding: 0 0.5rem 1rem;
}
.sec-item a {
  position: relative;
  display: block;
  color: #212529;
  line-height: 1.125;
  transition: all 0.25s ease-in-out;
}
.sec-item a:hover, .sec-item a:focus {
  color: #0D7262;
}

.sec-tit a {
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: bold;
}
.sec-tit a .kf-img {
  margin-bottom: 0.75rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
.sec-tit a:hover, .sec-tit a:focus {
  color: #0D7262;
}
.sec-tit a:hover img, .sec-tit a:focus img {
  transform: scale(1.15);
}

.third-item a {
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  margin: 0.25rem;
  border-radius: 0.25rem;
  background: #e9ecef;
}
.third-item a:after {
  position: absolute;
  right: 0.5rem;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #adb5bd;
  transition: all 0.25s ease-in-out;
}
.third-item a:hover, .third-item a:focus {
  color: #fff;
  background: #0D7262;
}
.third-item a:hover:after, .third-item a:focus:after {
  color: #fff;
}

/*-------------------------------------------------------------------------------*/
/*    $Megamen-column                                                                          */
/*-------------------------------------------------------------------------------*/
.nav-column.nav-item {
  position: relative;
}
.nav-column .dropdown-menu.dropdowns {
  width: 200px;
  left: calc(50% - 200px/2) !important;
}
.nav-column .dropdown-menu.dropdowns .secondary-title {
  display: none;
}
.nav-column .secondary-nav {
  margin: 0;
}
.nav-column .sec-item {
  width: 100%;
  padding: 0 0.25rem 0.5rem;
}
.nav-column .sec-item .kf-img {
  display: none;
}
.nav-column .sec-item .sec-tit {
  margin-bottom: 0.5rem;
}
.nav-column .sec-item .sec-tit a {
  padding: 0.5rem 0;
  border-bottom: 1px solid #dee2e6;
}

/*-------------------------------------------------------------------------------*/
/*    $Megamen-Fullimg                                                           */
/*-------------------------------------------------------------------------------*/
.nav-fullimg .dropdowns .container {
  flex-wrap: wrap;
}
.nav-fullimg .dropdowns .secondary-title .kf-img {
  display: none;
}
.nav-fullimg .secondary-nav {
  justify-content: center;
}
.nav-fullimg .sec-item {
  width: calc(99.9% / 6);
}
.nav-fullimg .sec-item .sec-tit {
  text-align: center;
}

/*-------------------------------------------------------------------------------*/
/*    $Megamen-Fulltxt                                                                          */
/*-------------------------------------------------------------------------------*/
.nav-fulltxt .sec-item {
  width: calc(99.9% / 3);
}
.nav-fulltxt .sec-item .sec-tit {
  padding-bottom: 0.75rem;
}
.nav-fulltxt .sec-item .sec-tit a {
  padding-left: 2rem;
  padding-right: 2.5rem;
  border-bottom: 1px solid #dee2e6;
}
.nav-fulltxt .sec-item .sec-tit a .kf-img {
  display: none;
}
.nav-fulltxt .sec-item .sec-tit a:after {
  position: absolute;
  right: 0.5rem;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #adb5bd;
  transition: all 0.25s ease-in-out;
}
.nav-fulltxt .sec-item .sec-tit a:hover:after, .nav-fulltxt .sec-item .sec-tit a:focus:after {
  transform: translateX(0.25rem);
}
.nav-fulltxt .sec-item .third-item {
  display: flex;
  flex-wrap: wrap;
}
.nav-fulltxt .sec-item .third-item li {
  width: calc(99.9%/2);
}

/*-------------------------------------------------------------------------------*/
/*    $Megamen-Icon                                                                          */
/*-------------------------------------------------------------------------------*/
.nav-icon .sec-item {
  width: calc(99.9% / 3);
}
.nav-icon .sec-item .sec-tit {
  padding-bottom: 0.75rem;
}
.nav-icon .sec-item .sec-tit a {
  display: flex;
  align-items: center;
  padding-right: 2.5rem;
  border-bottom: 1px solid #dee2e6;
}
.nav-icon .sec-item .sec-tit a:after {
  position: absolute;
  right: 0.5rem;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #adb5bd;
  transition: all 0.25s ease-in-out;
}
.nav-icon .sec-item .sec-tit a .kf-img {
  margin-right: 0.5rem;
  margin-bottom: 0;
  width: 80px;
  text-align: center;
}
.nav-icon .sec-item .sec-tit a:hover:after, .nav-icon .sec-item .sec-tit a:focus:after {
  transform: translateX(0.25rem);
}
.nav-icon .sec-item .third-item {
  display: flex;
  flex-wrap: wrap;
}
.nav-icon .sec-item .third-item li {
  width: calc(99.9%/2);
}

/*-------------------------------------------------------------------------------*/
/*    $MegaMenu-Mobile                                                           */
/*-------------------------------------------------------------------------------*/
.megamenu {
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
  z-index: 6;
}

@media (min-width: 992px) {
  #mobile-nav-wrap {
    display: none;
  }
}

.mobile-nav-link {
  display: block;
  width: 48px;
  height: 48px;
  margin: 4px;
  font-size: 0em;
  background: url(../images/mobile-menu-btn1.svg) no-repeat center center;
  background-size: 90% 90%;
  pointer-events: auto;
  cursor: pointer;
}
.mobile-nav-link.active {
  background: url(../images/mobile-menu-btn2.svg) no-repeat center center;
  background-size: 90% 90%;
}
.mobile-nav-link:focus {
  outline: none;
}

.mobile-nav,
.sub-menu,
.third-menu,
.fourth-menu {
  overflow: hidden;
  max-height: 0;
  pointer-events: auto;
  background: #0DA78B;
}
.mobile-nav.active,
.sub-menu.active,
.third-menu.active,
.fourth-menu.active {
  max-height: 100%;
}

.mobile-nav {
  opacity: 0;
  transition: all 1s ease;
  transform: translateY(-10px);
}
.mobile-nav.active {
  opacity: 1;
  transform: translateY(0);
}
.mobile-nav > ul {
  border-top: 1px solid rgba(255, 255, 255, 0.125);
}
.mobile-nav li a {
  display: block;
  padding: 1rem 2rem 1rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.125);
  color: #212529;
  word-wrap: break-word;
  word-break: normal;
}
.mobile-nav li a.active, .mobile-nav li a:hover, .mobile-nav li a:focus {
  color: #fff;
}
.mobile-nav li a:focus {
  outline: none !important;
}

.has-submenu {
  position: relative;
}
.has-submenu > a {
  font-weight: bold;
}
.has-submenu > a.active, .has-submenu > a:hover, .has-submenu > a:focus {
  background-color: #0c997f;
}

.sub-menu {
  background: #0b8b73;
}
.sub-menu a {
  padding-left: 2.25rem !important;
  color: #fff !important;
}
.sub-menu a.active, .sub-menu a:hover, .sub-menu a:focus {
  background: #0a7c68;
}

.third-menu {
  background: #096e5c;
}
.third-menu a {
  padding-left: 3rem !important;
}
.third-menu a.active, .third-menu a:hover, .third-menu a:focus {
  background: #076050;
}

.fourth-menu {
  background: #dee2e6;
}
.fourth-menu a {
  padding-left: 3rem !important;
}
.fourth-menu a.active, .fourth-menu a:hover, .fourth-menu a:focus {
  background: #ced4da;
}

.sub-menu:after,
.third-menu:after,
.fourth-menu:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  color: #fff;
  z-index: 99;
  top: 1rem;
  right: 1rem;
  display: block;
  transition: all 0.3s ease;
  pointer-events: none;
}
.sub-menu.active:after,
.third-menu.active:after,
.fourth-menu.active:after {
  transform: rotate(90deg);
}

/*-------------------------------------------------------------------------------*/
/*    $Header                                                                                 */
/*-------------------------------------------------------------------------------*/
.header-row {
  position: relative;
  z-index: 3;
  background: url(../images/header-bg.jpg) no-repeat center;
  background-size: cover;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.header-row .container {
  align-items: center;
  height: 56px;
  padding-left: 3.5rem;
}
@media (min-width: 576px) {
  .header-row .container {
    justify-content: center;
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .header-row .container {
    justify-content: space-between;
    height: 140px;
    transition: all 0.3s ease-in-out;
  }
}

.header-logo {
  width: 150px;
  height: 40px;
  margin-bottom: 0;
}
.header-logo a, .header-logo img {
  width: inherit;
  height: inherit;
}
.header-logo a {
  display: block;
}
.header-logo img {
  vertical-align: top;
}
@media (min-width: 768px) {
  .header-logo {
    width: 160px;
    height: 43px;
  }
}
@media (min-width: 992px) {
  .header-logo {
    width: 300px;
    height: 80px;
  }
}

.topNav-row {
  display: flex;
  transition: opacity 0.3s ease-in-out;
  padding-right: 6.5rem;
}
.topNav-row #tabU {
  position: relative;
}
.topNav-row #tabU:after {
  content: "";
}
@media (min-width: 992px) {
  .topNav-row {
    margin-top: 2.25rem;
    align-self: flex-start;
    padding-right: calc((70px * 2) + 9rem);
  }
}
@media (max-width: 991.98px) {
  .topNav-row {
    display: none;
  }
}
.topNav-row a {
  display: inline-block;
  text-align: center;
  padding: 0.75rem 0 0.75rem 0.5rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #212529;
}
.topNav-row a:hover, .topNav-row a:focus {
  color: #0E755E;
}
.topNav-row a:after {
  content: "/";
  padding-left: 0.5rem;
  color: #212529;
}
.topNav-row a:last-child:after {
  content: "";
}

/*========no-js ========*/
.no-js .nav_top_wrap {
  right: 0;
}

/*-------------------------------------------*\
  sticky.scss

  index
  - 1.breakpoint lg
  - 2.breakpoint xl
  - 3.breakpoint mx
  - 4.breakpoint mxx
\*-------------------------------------------*/
@media (min-width: 992px) {
  .header-row.sticky,
.header-search.sticky,
.megamenu.sticky {
    position: fixed;
  }

  .header-row.sticky {
    top: 0;
    z-index: 3;
    width: 100%;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.075);
  }
  .header-row.sticky .container {
    height: 65px;
  }
  .header-row.sticky .header-logo {
    width: 160px;
    height: 43px;
  }

  .header-search.sticky,
.header-row.sticky .topNav-row {
    transform: translateY(-100px);
    transition: all 0.3s ease-in-out;
    opacity: 0;
  }

  .megamenu.sticky #main-nav-wrap {
    margin-top: 0;
  }
  .megamenu.sticky #main-nav-wrap .nav-content > ul {
    margin-right: 65px;
  }
}
@media (min-width: 1200px) {
  .header-search.sticky .search-parent {
    right: calc((100% - 1140px)/2);
  }
}
@media (min-width: 1400px) {
  .header-search.sticky .search-parent {
    right: calc((100% - 1300px)/2);
  }
}
@media (min-width: 1600px) {
  .header-search.sticky .search-parent {
    right: calc((100% - 1500px)/2);
  }
}
/*-------------------------------------------*\
	Footer.scss

  - 1.wrap
  - 2.Logo
  - 3.info & link
  - 4.bottom
\*-------------------------------------------*/
.foot-wrap {
  padding-bottom: 0.75rem;
  line-height: 1.5;
  background-image: linear-gradient(-90deg, rgba(2, 117, 107, 0.8) 0%, rgba(13, 167, 139, 0.8) 100%);
}
.foot-wrap .container {
  position: relative;
  font-size: 0.875rem;
}
.foot-wrap .d-md-flex {
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .foot-wrap {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .foot-wrap > .container {
    font-size: 1.125rem;
  }
  .foot-wrap .d-md-flex {
    justify-content: space-between;
  }
}

.foot-logo {
  width: 160px;
  margin: 0 auto;
}
.foot-logo a, .foot-logo img {
  width: inherit;
  height: inherit;
}
.foot-logo a {
  display: block;
}
.foot-logo img {
  vertical-align: top;
}
@media (min-width: 768px) {
  .foot-logo {
    width: 220px;
    margin: 0;
    margin-right: 1rem;
  }
}
@media (min-width: 1200px) {
  .foot-logo {
    width: 400px;
  }
}

.foot-info, .foot-info-tit {
  color: #fff;
}
.foot-link {
  display: flex;
  flex-wrap: wrap;
}
.foot-link a {
  width: calc(50% - (.5rem + 2px));
  margin: 0.25rem;
  font-size: 0.875rem;
  border-width: 2px;
  border-radius: 0.5rem;
}
@media (min-width: 992px) {
  .foot-info li {
    letter-spacing: 2px;
  }
  .foot-link {
    width: 280px;
  }
  .foot-link a {
    width: 100%;
    padding: 0.75rem;
    font-size: 1.125rem;
  }
}

.foot-bottom {
  padding: 1rem 0rem;
  color: #037e61;
  background-color: #fff;
}
@media (min-width: 768px) {
  .foot-bottom {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .foot-bottom .container {
    display: flex;
    justify-content: space-between;
  }
}

/*-------------------------------------------------------------------------------*/
/*    $Skip-main                                                                             */
/*-------------------------------------------------------------------------------*/
a.skip-main {
  position: fixed;
  left: calc(50% - 110px);
  z-index: 8;
  display: block;
  width: 220px;
  margin: 10px auto;
  padding: 0.5rem;
  text-align: center;
  font-size: 1em;
  color: #fff;
  background-color: #0E755E;
  border-radius: 0.25rem;
  transform: translateY(-200px);
  transition: all 0.3s ease-in-out;
}
a.skip-main:focus, a.skip-main:active {
  transform: translateY(0px);
}

/*-------------------------------------------*\
  Header_Search .scss

  index
  - 1.wrapper
  - 2.mask
  - 3.button
  - 4.content
  - 5.open
  - 6.no-js
\*-------------------------------------------*/
.header-search {
  pointer-events: none;
  position: absolute;
  z-index: 99;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 1rem;
}
.header-search noscript {
  color: #212529;
}

.search-mask {
  background: rgba(0, 0, 0, 0.5);
}

.search-content {
  display: flex;
  justify-content: flex-end;
}

.sh-btn {
  pointer-events: auto;
  display: inline-block;
  margin: 0.125rem 0.25rem;
}
.sh-btn .fas {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  color: #fff;
  background-color: #0D7262;
  border-radius: 50%;
}
.sh-btn span {
  display: block;
  margin-top: 0.25rem;
  color: #212529;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .sh-btn {
    display: flex;
    align-items: center;
    margin-top: 0.75rem;
    padding-right: 1rem;
  }
  .sh-btn span {
    margin-top: 0;
    margin-left: 0.5rem;
  }
}
@media (min-width: 992px) {
  .sh-btn {
    position: absolute;
    z-index: 1;
    top: 2.35rem;
    margin-top: 0;
    padding-right: 0;
  }
  .sh-btn.search-login {
    right: calc(50% - (960px / 2) + (70px + 3rem - 4px));
  }
  .sh-btn.search-user {
    right: calc(50% - (960px / 3) + (90px + -3rem - 4px));
  }
  .sh-btn.search-parent {
    right: calc(50% - (960px / 2) + (1rem - 4px));
  }
}
@media (min-width: 1200px) {
  .sh-btn.search-login {
    right: calc(50% - (1140px / 2) + (70px + 3rem - 4px));
  }
  .sh-btn.search-user {
    right: calc(50% - (1500px / 3) + (60px + 5rem - 4px));
  }
  .sh-btn.search-parent {
    right: calc(50% - (1140px / 2) + (1rem - 4px));
  }
}
@media (min-width: 1400px) {
  .sh-btn.search-login {
    right: calc(50% - (1300px / 2) + (70px + 3rem - 4px));
  }
  .sh-btn.search-user {
    right: calc(50% - (1300px / 3) + (70px + -5rem - 4px));
  }
  .sh-btn.search-parent {
    right: calc(50% - (1300px / 2) + (1rem - 4px));
  }
}
@media (min-width: 1600px) {
  .sh-btn.search-login {
    right: calc(50% - (1500px / 2) + (70px + 3rem - 4px));
  }
  .sh-btn.search-user {
    right: calc(50% - (1500px / 3) + (90px + -8rem - 4px));
  }
  .sh-btn.search-parent {
    right: calc(50% - (1500px / 2) + (1rem - 4px));
  }
}

.search-inner {
  pointer-events: auto;
  visibility: hidden;
  position: absolute;
  z-index: 3;
  width: 100%;
  padding: 3rem 0 1rem;
  opacity: 0;
  background: #e9ecef;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  transform: translateY(-150px);
  transition: all 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .search-inner {
    padding: 3rem 0;
  }
  .search-inner .container {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
}
.search-inner label {
  position: absolute;
  left: -10000px;
  color: transparent;
}
.search-txt, .search-btn {
  height: 50px;
  border: 1px solid #ced4da;
  border: 0;
  border-radius: 0.5rem;
}
.search-txt:focus, .search-txt input:focus, .search-btn:focus, .search-btn input:focus {
  color: #495057;
  background-color: #fff;
  border: 2px solid #0D7262;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(14, 117, 94, 0.25);
  outline-offset: 5px;
  z-index: 3;
  outline: 3px dotted #6f42c1;
}
.search-txt {
  flex: auto;
  -webkit-appearance: none;
  padding-left: 0.5rem;
  color: #212529 !important;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: all 0.3s ease-in-out;
}
.search-txt::placeholder {
  color: #212529 !important;
}
.search-txt:focus {
  padding-left: 1rem;
}
.search-btn {
  position: relative;
  width: 50px;
  text-indent: 50px;
  background: url(../images/icon-search-btn.svg) no-repeat center #fff !important;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  overflow: hidden;
}
.search-btn:focus {
  box-shadow: none;
}
.search-keywords {
  color: #212529;
  padding: 0.5rem 0;
}
.search-keywords i, .search-keywords ul, .search-keywords li {
  display: inline-block;
}
.search-keywords li a {
  padding: 0.25rem 0.75rem;
  font-weight: 100;
  font-size: 1rem;
  border-radius: 1rem;
}
.search-close {
  position: absolute;
  z-index: 3;
  display: block;
  font: 0/0 a;
  text-align: center;
  top: 0.25rem;
  right: 1rem;
  width: 42px;
  height: 42px;
}
.search-close:before, .search-close:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 19px;
  width: 3px;
  height: 25px;
  border-radius: 2px;
  background: #212529;
  transform: rotate(-45deg);
  pointer-events: none;
}
.search-close:after {
  transform: rotate(45deg);
}
@media (min-width: 992px) {
  .search-close {
    right: 5%;
  }
}

.search-open + .search-inner {
  visibility: inherit;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s ease-in-out;
}

.no-js .topNav-row {
  padding-right: 0.6rem;
}
.no-js .search-parent {
  display: none;
}
.no-js .header-search {
  position: relative;
  height: auto;
}
.no-js .header-search input {
  display: none;
}
.no-js .header-search noscript {
  font-size: 0.875rem;
  text-align: right;
  padding: 0.5rem 0;
}
.no-js noscript {
  display: block;
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  padding: 1rem;
}
.no-js noscript a {
  color: #0E755E;
  pointer-events: auto;
  display: inline-block;
  padding: 0 0.25rem;
}

/*-------------------------------------------------------------------------------*\
  imagelayout.scss
  -1.kf-img 圖片設定
  -2.objfit 

/*-------------------------------------------------------------------------------*/
.kf-img a {
  color: #212529;
  transition: 0.3s ease-in-out;
}
.kf-img a:hover, .kf-img a:focus {
  color: #0D7262;
}
.kf-img a:hover img, .kf-img a:focus img {
  transform: scale(1.05);
}
.kf-img figure,
.kf-img .embed-responsive {
  background-color: #f8f9fa;
  display: flex;
  justify-content: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.kf-img figure img,
.kf-img .embed-responsive img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
}
.kf-img.obj-img-cover figure img,
.kf-img.obj-img-cover .embed-responsive img {
  object-fit: cover;
}
.kf-img.obj-img-contain figure img,
.kf-img.obj-img-contain .embed-responsive img {
  object-fit: contain;
}
.kf-img figcaption {
  font-size: 0.875em;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.5;
}

a .kf-img {
  transition: all 0.3s ease-in-out;
}
a:hover .kf-img img, a:focus .kf-img img {
  transform: scale(1.05);
}

.ie-object-fit-contain, .ie-object-fit-cover {
  background-position: center center;
  background-repeat: no-repeat;
}
.ie-object-fit-contain img, .ie-object-fit-cover img {
  opacity: 0;
}

.ie-object-fit-contain {
  background-size: contain !important;
}

.ie-object-fit-cover {
  background-size: cover !important;
}

/*-------------------------------------------------------------------------------*/
/*    $ScrollTop                                                                             */
/*-------------------------------------------------------------------------------*/
div.scrollToTop {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 5;
}
div.scrollToTop a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  background: #212529;
}
div.scrollToTop a i {
  font-size: 1.5rem;
  color: #fff;
}
div.scrollToTop a:hover, div.scrollToTop a.active {
  background: #064F52;
}
@media (min-width: 1200px) {
  div.scrollToTop {
    right: 0rem;
    bottom: 0.75rem;
    left: auto;
    width: 65px;
  }
  div.scrollToTop a {
    height: 65px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border: 0.5px solid rgba(255, 255, 255, 0.25);
    border-radius: 8px;
  }
}
@media (min-width: 1600px) {
  div.scrollToTop {
    right: calc(50% - (1500px / 2) - (50px + 1rem));
  }
}

/*-------------------------------------------------------------------------------*/
/*    $truncate                                                                  */
/*-------------------------------------------------------------------------------*/
.truncate-2 {
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.truncate-3 {
  height: 4.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.truncate-4 {
  height: 6em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

/*-------------------------------------------------------------------------------*/
/*    $Error Page                                                                           */
/*-------------------------------------------------------------------------------*/
.error-row .kf-det-content p {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .error-row {
    width: 60%;
    margin: 0 auto;
  }
}
@media (min-width: 1400px) {
  .error-row {
    width: 40%;
    margin: 0 auto;
  }
}
.error-img {
  text-align: center;
}
.error-title {
  text-align: center;
  margin-bottom: 2rem;
}
.error-title h1 {
  font-size: 3.75em;
  font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif;
}
.error-title .h2 {
  font-weight: bold;
}
.error-link {
  justify-content: center;
}
.error-link li {
  position: relative;
}
.error-link li:after {
  position: absolute;
  right: 0;
  content: "|";
}
.error-foot {
  margin: 2rem 0;
  line-height: 1.5;
}