@charset "UTF-8";
/*-------------------------------------------------------------------------------*/
/*    $Base                                                                                    */
/*-------------------------------------------------------------------------------*/
body {
  font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html, body, form, .error_wrap {
  height: 100%;
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

input {
  box-sizing: border-box;
}

#tabL,
#tabC,
#tabU,
#tabB {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  z-index: 999;
}

@media (min-width: 992px) {
  #tabL,
  #tabC,
  #tabU,
  #tabB {
    display: inline-block;
  }
}

#tabL a,
#tabC a,
#tabU a,
#tabB a {
  font-size: 0.8125em;
}

#tabC {
  top: 1.925rem;
  left: 1.4rem;
}

a:focus {
  outline: none;
  box-shadow: 0 0 0 4px #fdca00 !important;
}

/*-------------------------------------------------------------------------------*/
/*    $Grid                                                                                      */
/*-------------------------------------------------------------------------------*/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 1620px) {
  .container {
    width: 1620px;
    max-width: 100%;
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container-fluid::after {
  content: "";
  display: table;
  clear: both;
}

/*-------------------------------------------------------------------------------*/
/*    $Header                                                                                 */
/*-------------------------------------------------------------------------------*/
.header_wrap {
  position: relative;
  min-height: 48px;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .header_wrap {
    min-height: 160px;
  }
  .header_wrap:before {
    content: '';
    position: absolute;
    top: 0;
    height: 50px;
    width: 100%;
    background: #00857e;
  }
  .header_wrap:after {
    position: absolute;
    top: 0;
    right: 10px;
    content: '';
    width: 130px;
    height: 50px;
  }
}

@media (min-width: 992px) {
  .header_wrap {
    min-height: 150px;
  }
  .header_wrap:after {
    width: 120px;
    right: 59px;
    transition: all 0.3s ease-in-out;
  }
}

@media (min-width: 1620px) {
  .header_wrap:after {
    right: calc(50% - 800px);
  }
}

.header_wrap > .container {
  width: 100%;
  max-width: 1620px;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
  .header_wrap > .container {
    padding: 0 50px;
  }
}

@media (min-width: 1620px) {
  .header_wrap > .container {
    padding: 0;
  }
}

.header_inner {
  position: relative;
}

/*-----Logo-.---*/
.header_logo {
  position: absolute;
  width: 100%;
  top: 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .header_logo {
    position: absolute;
    top: 55px;
  }
}

@media (min-width: 992px) {
  .header_logo {
    top: 50px;
    text-align: left;
    transition: all 0.3s ease-in-out;
  }
}

.header_logo a {
  display: inline-block;
  max-width: 200px;
}

@media (min-width: 992px) {
  .header_logo a {
    display: flex;
    align-items: center;
    max-width: 250px;
    min-height: 100px;
    margin-left: 60px;
  }
}

@media (min-width: 1120px) {
  .header_logo a {
    max-width: 320px;
  }
}

@media (min-width: 1620px) {
  .header_logo a {
    position: absolute;
    left: calc(50% - 810px);
  }
}

.header_logo img {
  height: 48px;
  transition: all 0.5s ease-in-out;
}

@media (min-width: 768px) {
  .header_logo img {
    height: 60px;
  }
}

@media (min-width: 992px) {
  .header_logo img {
    max-width: 250px;
    height: auto;
    min-height: 80px;
  }
}

@media (min-width: 1200px) {
  .header_logo img {
    max-width: 100%;
  }
}

/*-----Nav_top-.---*/
.nav_top_wrap {
  display: none;
}

@media (min-width: 768px) {
  .nav_top_wrap {
    display: inline-block;
    position: absolute;
    top: .5rem;
    right: 2.65rem;
    padding-left: 1rem;
    z-index: 3;
  }
  .nav_top_wrap a {
    font-size: 0.875em;
    line-height: 2.5;
  }
}

@media (min-width: 992px) {
  .nav_top_wrap {
    right: 3.25rem;
  }
}

.nav_top {
  float: left;
  padding: 0 .5rem;
}

.nav_top > a {
  position: relative;
  float: left;
  padding: 0 12px;
}

.nav_top > a i {
  margin-right: .5rem;
}

.nav_top > a:after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: -6px;
  width: 15px;
  height: 15px;
}

.nav_top > a:last-child {
  background: #adb5bd;
  margin: -8px 6px -7px .5rem;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
}

.nav_top > a:last-child:after {
  display: none;
}

/*========no-js ========*/
.no-js .nav_top_wrap {
  right: 0;
}

/*-------------------------------------------------------------------------------*/
/*    $Footer                                                                                  */
/*-------------------------------------------------------------------------------*/
.foot_wrap > .container {
  position: relative;
  padding: 1rem 1rem 0;
  font-size: 0.875em;
}

@media (min-width: 992px) {
  .foot_wrap > .container {
    padding: 1rem 4rem 0;
  }
}

@media (min-width: 1200px) {
  .foot_wrap > .container {
    padding: 1rem 1rem 0;
    max-width: 1200px;
  }
}

@media (min-width: 1620px) {
  .foot_wrap > .container {
    max-width: 1620px;
  }
}

.foot_logo {
  display: block;
  text-align: center;
  color: white;
}

.foot_logo + .foot_content {
  margin-top: .5rem;
}

/*----- foot-content -----*/
.foot_content {
  position: relative;
  line-height: 1.5;
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.foot_content::after {
  content: "";
  display: table;
  clear: both;
}

.foot_add {
  display: inline-block;
  text-align: left;
  margin-bottom: 1.5rem;
}

.foot_add a {
  display: inline-block;
}

.foot_add i {
  display: none;
}

@media (min-width: 992px) {
  .foot_add i {
    display: inline-block;
  }
}

.foot_mark a {
  display: inline-block;
  padding: 0 .5rem;
  vertical-align: top;
}

@media (min-width: 992px) {
  .foot_mark {
    position: absolute;
    right: 0;
    vertical-align: top;
  }
}

.foot_app {
  display: block;
  margin: 1rem 0 0;
  text-align: center;
}

@media (min-width: 992px) {
  .foot_app {
    text-align: left;
  }
}

.foot_app a {
  margin: 0 .25rem;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.25);
}

@media (min-width: 992px) {
  .foot_app a {
    margin: .5rem .5rem .5rem 0;
  }
}

.foot_app a:hover {
  outline: 1px solid #fdca00;
}

/*----- foot-lang-----*/
.foot_lang {
  margin-top: 1.5rem;
  text-align: center;
}

.foot_lang::after {
  content: "";
  display: table;
  clear: both;
}

.foot_lang li {
  display: inline-block;
  width: calc(100% / 2);
}

@media (min-width: 576px) {
  .foot_lang li {
    width: calc(100% / 4);
  }
}

.foot_lang li a {
  display: block;
  padding: .5rem;
  margin: .125rem;
}

@media (min-width: 768px) {
  .foot_lang {
    display: none;
  }
}

/*-----foot-bottom-----*/
.foot_bottom {
  padding: 0;
}

.foot_bottom::after {
  content: "";
  display: table;
  clear: both;
}

.foot_link {
  position: relative;
  display: block;
  text-align: center;
  margin: 0 -1rem;
}

.foot_link::after {
  content: "";
  display: table;
  clear: both;
}

.foot_link a {
  float: left;
  white-space: nowrap;
  padding: .75rem 0;
  text-align: center;
  width: 50%;
}

.foot_link a:hover {
  text-decoration: underline;
}

.foot_link:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  left: 50%;
}

.foot_time {
  margin: 0 auto;
  padding: 0 .625rem 1.5rem .625rem;
  text-align: center;
}

.foot_time span {
  display: block;
  padding: .25em;
}

/*-----------------------------$ breakpoints992px------------------------------*/
@media (min-width: 992px) {
  .foot_logo {
    text-align: left;
  }
  .foot_time {
    float: right;
    margin-right: -1rem;
    padding: 1.5rem .5rem;
  }
  .foot_time span {
    padding: 0;
    display: inline-block;
    margin: 0 .5rem;
  }
  .foot_add {
    float: left;
  }
  .foot_link {
    display: inline-block;
    margin: 0 -.5rem;
  }
  .foot_link a {
    width: inherit;
    margin: .5rem;
    border: 0 !important;
  }
  .foot_link:before {
    display: none;
  }
}

/*-------------------------------------------------------------------------------*/
/*    $Skip-main                                                                             */
/*-------------------------------------------------------------------------------*/
a.skip-main {
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

a.skip-main:focus, a.skip-main:active {
  color: white;
  background-color: #62350c;
  top: auto;
  left: calc(50% - 110px);
  width: 220px;
  height: auto;
  overflow: auto;
  margin: 10px auto;
  padding: .5rem;
  border-radius: .5rem;
  text-align: center;
  font-size: 1em;
  z-index: 999;
}

/*-------------------------------------------------------------------------------*/
/*    $nav-lang                                                                               */
/*-------------------------------------------------------------------------------*/
.nav_lang_wrap {
  position: relative;
  float: left;
  padding: 0;
  margin-right: .75rem;
  text-align: center;
}

.nav_lang_parent {
  position: relative;
  display: block;
  padding: 0;
}

.nav_lang_parent:after {
  content: '';
  position: absolute;
  top: calc(50% - 6px);
  left: 35px;
  width: 13px;
  height: 13px;
  transition: all 0.5s ease-in-out;
}

.nav_lang {
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  left: calc(50% - 53px);
  width: 106px;
  opacity: 0;
  margin-top: -20px;
  transition: all 0.5s ease-in-out;
}

.nav_lang a {
  display: block;
  text-align: center;
  padding: .5rem 1rem;
  line-height: 1.5;
}

.lang-open:after {
  transform: rotate(180deg);
  transition: all 0.5s ease-in-out;
}

.lang-open + .nav_lang {
  visibility: inherit;
  position: absolute;
  left: calc(50% - 53px);
  width: 106px;
  word-wrap: break-word;
  opacity: 1;
  margin-top: 0px;
  transition: all 0.5s ease-in-out;
}

/*========no-js ========*/
.no-js .nav_lang_parent {
  position: relative;
  display: none;
}

.no-js .nav_lang_parent::after {
  content: "";
  display: table;
  clear: both;
}

.no-js .nav_lang {
  position: static;
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  width: auto;
}

.no-js .nav_lang li {
  float: left;
}

.no-js .nav_lang li a {
  display: block;
  padding: .25rem .5rem;
}

/*-------------------------------------------------------------------------------*/
/*    $Header_Search                                                             */
/*-------------------------------------------------------------------------------*/
.header_search {
  pointer-events: none;
  position: absolute;
  z-index: 99;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0.875em;
  line-height: 2.5;
  transition: all 0.5s ease-in-out;
}

.header_search::after {
  content: "";
  display: table;
  clear: both;
}

.search-mask {
  background: rgba(0, 0, 0, 0.5);
}

.search_parent {
  pointer-events: auto;
  position: absolute;
  z-index: 1;
  width: 48px;
  height: 48px;
  top: 0;
  left: inherit;
  right: 0;
  text-align: center;
  line-height: 48px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .search_parent {
    width: 50px;
    height: 50px;
    top: 0;
    right: 1rem;
  }
}

@media (min-width: 992px) {
  .search_parent {
    right: calc(1rem + 50px);
  }
}

@media (min-width: 1620px) {
  .search_parent {
    right: 0;
    left: calc(50% + 810px - 50px - 1rem);
  }
}

.search_inner {
  pointer-events: auto;
  visibility: hidden;
  position: absolute;
  z-index: 3;
  width: 100%;
  padding: 2rem;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.search_inner label {
  position: absolute;
  left: -10000px;
  color: transparent;
}

.search_txt {
  width: calc(100% - 45px);
  -webkit-appearance: none;
  border-radius: 0;
  height: 40px;
  border: 0;
  color: #00857e !important;
  background-color: transparent !important;
  border-bottom: 1px solid #00857e;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 576px) {
  .search_txt {
    width: 70%;
  }
}

.search_txt::placeholder {
  color: #00857e !important;
}

.search_txt:focus {
  padding: 0 1rem;
  box-shadow: 0 0 0 4px #fdca00;
  transition: all 0.3s ease-in-out;
}

.search_btn {
  border: 0;
  color: transparent !important;
  width: 40px;
  height: 40px;
}

.search_btn:focus {
  outline: none !important;
  box-shadow: 0 0 0 4px #fdca00;
}

.search_keywords i, .search_keywords ul, .search_keywords li {
  display: inline-block;
}

.search_keywords ul {
  margin-left: -.25rem;
}

.search_keywords li a {
  padding: 0 .25rem;
}

.search_close {
  display: none;
}

@media (min-width: 576px) {
  .search_close {
    position: absolute;
    z-index: 3;
    display: block;
    text-align: center;
    top: 2rem;
    right: 2rem;
    width: 40px;
    height: 40px;
  }
  .search_close:before, .search_close:after {
    content: '';
    position: absolute;
    top: -3px;
    left: 50%;
    width: 1px;
    height: 46px;
    transform: rotate(-45deg);
    pointer-events: none;
  }
  .search_close:after {
    transform: rotate(45deg);
  }
  .search_close:focus {
    outline: none !important;
  }
}

.search-open + .search_inner {
  visibility: inherit;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

/*========no-js ========*/
.no-js .search_parent {
  display: none;
}

.no-js .header_search {
  right: 0;
  padding-top: 1.4rem;
  z-index: 999;
}

.no-js .header_search input {
  display: none;
}

@media (min-width: 576px) {
  .no-js .header_search {
    width: 440px;
  }
}

.no-js noscript {
  display: block;
  padding: .5rem;
  font-size: 0.875em;
  margin-top: 1rem;
}

.no-js noscript a {
  pointer-events: auto;
  display: inline-block;
  padding: 0 .25rem;
}

/*-------------------------------------------------------------------------------*/
/*    $ScrollTop                                                                             */
/*-------------------------------------------------------------------------------*/
div.scrollToTop {
  position: fixed;
  right: 1rem;
  bottom: 5rem;
  display: none;
  background-color: #00857e;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.65);
  z-index: 999;
  border-radius: 50%;
  overflow: hidden;
}

div.scrollToTop a {
  display: block;
  width: 50px;
  height: 50px;
  color: white;
  line-height: 50px;
}

div.scrollToTop a:focus {
  border-radius: 50%;
  outline: none;
  box-shadow: 0 0 0 4px #fdca00 inset !important;
}

.contents_function_inner + .scrollToTop a:focus {
  border-radius: 0 !important;
}

/*-------------------------------------------------------------------------------*/
/*    $objfit                                                                    */
/*-------------------------------------------------------------------------------*/
.objfit-contain, .objfit-cover {
  position: relative;
}

.objfit-contain img, .objfit-cover img {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.objfit-contain img {
  object-fit: contain;
}

.objfit-cover img {
  object-fit: cover;
}

.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;
}

/*-------------------------------------------------------------------------------*/
/*    $Error Page                                                                           */
/*-------------------------------------------------------------------------------*/
.error_wrap {
  display: block;
}

@media (min-width: 576px) {
  .error_wrap {
    display: flex;
    align-items: center;
  }
}

.error_inner {
  margin: 0 auto;
  padding: 1rem;
  text-align: center;
}

@media (min-width: 768px) {
  .error_inner {
    margin: 0 auto 0;
  }
}

.error_inner img {
  width: 100px;
}

.error_inner p {
  display: inline-block;
  max-width: 30rem;
  padding: 1rem 0;
  color: rgba(0, 0, 0, 0.75);
  font-size: 1em;
  line-height: 1.2;
}

.error_inner .btn_home {
  margin: 1rem auto 0;
}

.error_tit {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #00857e;
  font-size: 3.75em;
  font-weight: bold;
}

@media (min-width: 576px) {
  .error_tit {
    font-size: 6.25em;
  }
}

.error_tit small {
  display: block;
  margin-top: 1rem;
  font-size: 40%;
  font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btn_home {
  display: inline-block;
  width: 120px;
  padding: .75rem;
  color: white;
  background-color: #adadb6;
  border-radius: 100px;
}

.btn_home i {
  margin-right: .5rem;
}

.btn_home:hover, .btn_home:focus {
  background-color: #62350c;
}

.btn_home:focus {
  outline: 1px dotted #62350c;
}

.error_foot {
  font-size: 0.875em;
  text-align: center;
}

.error_link {
  margin-top: 2.25rem;
}

.error_link a {
  border-radius: 100px;
  margin: 0 3px;
  display: inline-block;
  width: calc((100% / 2) - 9px);
  padding: .75rem 1rem;
  color: #62350c;
  border: 1px solid #e3e3e7;
  font-size: 0.875em;
  margin-bottom: 10px;
}

.error_link a:hover, .error_link a:focus {
  color: white;
  background-color: #62350c;
  border: 1px solid #e3e3e7;
}

.error_link a:focus {
  outline: 1px dotted #62350c;
}

.error_link a.error_full {
  width: calc(100% - 8px);
}

.error_info {
  margin-top: 1.25rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.75);
}

.error_info li {
  display: block;
}

.error_foot_mark {
  padding: 1rem 0;
}

.error_foot_mark a {
  margin: .5rem;
}

.error_foot_mark a img {
  width: auto;
}

/*-------------------------------------------------------------------------------*/
/*    $Theme_ header                                                                   */
/*-------------------------------------------------------------------------------*/
/*-----header-----*/
.tc_header {
  background-color: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.nav_top a {
  color: white;
  background-color: #00857e;
}

.nav_top a:hover, .nav_top a:focus {
  color: #fffcc0;
}

.nav_top a:last-child {
  color: white;
  background: #62350c;
}

/*-----Languages----*/
.tc_nav_parent {
  color: transparent;
  background: url(../../images/nav_lang.svg) no-repeat left 10px center;
}

.tc_nav_parent:after {
  background: url(../../images/nav_lang_arrow.svg) no-repeat center center;
}

.tc_nav_parent:focus {
  outline: 1px dotted #00857e;
}

.tc_nav_lang {
  border-radius: 5px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

.tc_nav_lang a {
  color: white;
  background-color: #3fcbc4;
}

.tc_nav_lang a:hover, .tc_nav_lang a:focus {
  color: white;
  background-color: #34bcb6;
}

/*-----search----*/
.tc_header_search a {
  color: transparent;
}

.tc_header_search a:hover, .tc_header_search a:focus {
  color: transparent;
}

.tc_header_search a.search_parent {
  color: white;
  background: url(../../images/icon-search-btn-w.svg) no-repeat center center #00857e;
}

@media (min-width: 768px) {
  .tc_header_search a.search_parent {
    background: url(../../images/icon-search-btn-w.svg) no-repeat center center #212529;
  }
}

.tc_header_search a.search_parent:focus {
  outline: 1px dotted #00857e;
}

.tc_header_search noscript {
  color: rgba(0, 0, 0, 0.85);
}

.search_inner {
  background: #f1f3f5;
}

.search_keywords i {
  color: #495057;
}

.search_keywords li a {
  color: #495057;
}

.search_keywords li a:hover, .search_keywords li a:focus {
  color: #00857e;
}

.search_btn {
  background: url(../../images/icon-search-btn.svg) no-repeat center center transparent !important;
}

.search_btn:focus {
  outline: 1px dotted #00857e;
}

.search_close:before, .search_close:after {
  background-color: #495057;
}

.search_close:hover:before, .search_close:hover:after, .search_close:focus:before, .search_close:focus:after {
  background-color: #00857e;
}

.search_close:focus {
  outline: 1px dotted #00857e;
}

/*========no-js ========*/
.no-js .header_search noscript a {
  color: #00857e;
}

/*-------------------------------------------------------------------------------*/
/*    $Footer                                                                                  */
/*-------------------------------------------------------------------------------*/
.tc_foot_wrap {
  background: #15151d;
}

.tc_foot_wrap a {
  color: rgba(255, 255, 255, 0.75);
}

@media (min-width: 1200px) {
  .tc_foot_wrap {
    background: url(../../images/foot_bg.svg) no-repeat right -8rem top #15151d;
  }
}

/*----- foot-bottom -----*/
@media (min-width: 992px) {
  .tc_foot_bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
}

.tc_foot_time {
  color: rgba(255, 255, 255, 0.65);
}

@media (min-width: 768px) {
  .tc_foot_link {
    border-bottom: none;
  }
}

.tc_foot_link a {
  color: rgba(255, 255, 255, 0.65);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.tc_foot_link a:hover, .tc_foot_link a:focus {
  color: #35c6bf;
  background-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 992px) {
  .tc_foot_link a:hover, .tc_foot_link a:focus {
    background-color: transparent;
  }
}

.tc_foot_link:before {
  background-color: rgba(255, 255, 255, 0.1);
}

/*----- foot-content -----*/
.tc_foot_content {
  color: rgba(255, 255, 255, 0.65);
}

.tc_foot_add a {
  color: #1ebdb5;
}

.tc_foot_add a:hover, .tc_foot_add a:focus {
  color: #35c6bf;
}

/*----- foot-lang -----*/
.tc_foot_lang a {
  color: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.tc_foot_lang a:hover, .tc_foot_lang a:focus {
  color: white;
  background: black;
}
