@charset "UTF-8";
/*-------------------------------------------------------------------------------*/
/*    $Main                                                                                     */
/*-------------------------------------------------------------------------------*/
.contents_wrap,
.contents_inner,
.main_content,
.main_body {
  transition: all 0.5s ease-in-out;
}

.contents_wrap::after,
.contents_inner::after,
.main_content::after,
.main_body::after {
  content: "";
  display: table;
  clear: both;
}

.contents_wrap {
  background-image: url(../../images/content-background-mobile.png);
  background-repeat: no-repeat;
  background-position: top center;
}

@media (min-width: 576px) {
  .contents_wrap {
    background-image: url(../../images/content-background-pad.png);
  }
}

@media (min-width: 768px) {
  .contents_wrap {
    background-image: url(../../images/content-background.png);
  }
}

@media (min-width: 1920px) {
  .contents_wrap {
    background-size: 100%;
  }
}

@media (min-width: 992px) {
  .contents_wrap > .container {
    padding: 0 60px;
  }
}

@media (min-width: 1620px) {
  .contents_wrap > .container {
    padding: 0 10px;
  }
}

.contents_title {
  position: relative;
}

.contents_title h2 {
  position: absolute;
  padding: 1rem 0;
  text-align: center;
  width: 100%;
  top: 1rem;
  font-size: 1.5em;
  letter-spacing: .25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 576px) {
  .contents_title h2 {
    font-size: 2em;
    top: 2.5rem;
  }
}

@media (min-width: 768px) {
  .contents_title h2 {
    font-size: 2.5em;
    top: 6.5rem;
  }
}

.contents_function {
  position: relative;
}

.contents_function_inner {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 2.5rem;
}

@media (min-width: 576px) {
  .contents_function_inner {
    top: 5rem;
  }
}

@media (min-width: 768px) {
  .contents_function_inner {
    top: 10.5rem;
  }
}

.contents_inner {
  margin: 0 -10px;
}

@media (min-width: 576px) {
  .contents_inner {
    padding-top: 12rem;
  }
}

@media (min-width: 768px) {
  .contents_inner {
    margin: 0;
    padding-top: 9.375rem;
    padding-bottom: 3rem;
  }
}

.contents_inner_full {
  margin: 0 -10px;
  padding-top: 8rem;
}

@media (min-width: 576px) {
  .contents_inner_full {
    padding-top: 12rem;
  }
}

@media (min-width: 768px) {
  .contents_inner_full {
    padding: 21.875rem .625rem 3rem;
  }
}

/*-----主體區-----*/
.main_wrap {
  display: block;
  overflow: hidden;
}

.main_tit {
  position: relative;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 1.5em;
}

.main_tit:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 30px;
  height: 1px;
}

.main_body {
  min-height: 30rem;
}

@media (min-width: 768px) {
  .main_body {
    padding: 1rem;
  }
}

@media (min-width: 1200px) {
  .main_body {
    padding: 1.5rem 5rem;
  }
}

@media (min-width: 1620px) {
  .main_body {
    padding: 1.5rem 10rem;
  }
}

@media (min-width: 768px) {
  .layoutContent {
    padding: 0 2rem;
  }
}

@media (min-width: 1200px) {
  .layoutContent {
    padding: 1.5rem 5rem;
  }
}

@media (min-width: 1620px) {
  .layoutContent {
    padding: 1.5rem 10rem;
  }
}

@media (min-width: 768px) {
  .side_wrap + .main_wrap .main_body, .side_wrap + .main_wrap .layoutContent {
    padding: 0 2rem;
  }
}

@media (min-width: 1200px) {
  .side_wrap + .main_wrap .main_body, .side_wrap + .main_wrap .layoutContent {
    padding: 1.5rem 2.5rem;
  }
}

@media (min-width: 1620px) {
  .side_wrap + .main_wrap .main_body, .side_wrap + .main_wrap .layoutContent {
    padding: 1.5rem 5rem;
  }
}

@media (min-width: 768px) {
  .side_wrap + .main_wrap .mfoot {
    padding: 0 1.5rem;
  }
}

@media (min-width: 1620px) {
  .side_wrap + .main_wrap .mfoot {
    padding: 0rem 4rem;
  }
}

/*========no-js ========*/
.no-js .main_wrap noscript {
  line-height: 1.5;
  background: white;
  padding: 1.5rem;
}

.no-js .main_wrap noscript a {
  color: #00857e;
}

/*-------------------------------------------------------------------------------*/
/*    $SideMenu                                                                             */
/*-------------------------------------------------------------------------------*/
.side_wrap {
  display: none;
}

@media (min-width: 992px) {
  .side_wrap {
    display: block;
    position: relative;
    float: left;
    width: 25%;
    min-width: 250px;
  }
}

/*----- 側邊標題-----*/
.side_tit {
  position: relative;
  display: block;
  padding: 26px 20px 26px 36px;
  line-height: 1.2;
  font-size: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.side_tit:before {
  position: absolute;
  content: '';
  width: 2px;
  height: 2rem;
  left: 20px;
}

/*----- Base-----*/
.sidenav_u1 {
  display: block;
}

.sidenav_u1:first-child li a {
  border-bottom: none;
}

.sidenav_u1 a {
  position: relative;
  display: block;
  padding: .875rem 1rem .875rem 2.35rem;
  line-height: 1.2;
  word-wrap: break-word;
  word-break: break-all;
}

.sidenav_u1 a:before {
  content: '';
  position: absolute;
  top: 1.25rem;
  width: 5px;
  height: 9px;
  background-image: url(../../images/sideNav-icon.png);
  background-repeat: no-repeat;
}

.sidenav_u1 a:hover {
  transition: .25s;
}

/*----- 第一層-----*/
.sidenav_u1 > li > a:before {
  left: 1.5rem;
  background-position: left top;
}

.sidenav_u1 > li > a:hover:before, .sidenav_u1 > li > a.active:before {
  background-position: 0 bottom;
}

.sidenav_u1 > li:first-child a {
  padding-top: 26px;
  border-top: 1px solid rgba(0, 0, 0, 0);
}

.sidenav_u1 > li:first-child a:before {
  top: calc(1.25rem + 12px);
}

/*----- 第二層-----*/
.sidenav_u2 > li > a {
  padding-left: 3.35rem;
}

.sidenav_u2 > li > a:before {
  left: 2.5rem;
  background-position: -10px top;
}

.sidenav_u2 > li > a:hover:before, .sidenav_u2 > li > a.active:before {
  background-position: -10px bottom;
}

/*----- 第三層-----*/
.sidenav_u3 > li > a {
  padding-left: 4.35rem;
}

.sidenav_u3 > li > a:before {
  left: 3.65rem;
  background-position: -20px top;
}

.sidenav_u3 > li > a:hover:before, .sidenav_u3 > li > a.active:before {
  background-position: -20px bottom;
}

/*-------------------------------------------------------------------------------*/
/*    $conversion                                                                */
/*-------------------------------------------------------------------------------*/
@media (min-width: 1200px) {
  .main-mode1 .tc_header {
    box-shadow: none;
  }
  .main-mode1 .contents_title h2 {
    top: 8.5rem;
  }
  .main-mode1 .contents_wrap {
    background-size: auto 350px;
    background-position: top left 150px;
  }
  .main-mode1 .contents_function_inner {
    top: 10rem;
  }
  .main-mode1 .social_links_btn + .social_links,
  .main-mode1 .social_links_open + .social_links {
    left: 0;
  }
  .main-mode1 .contents_function {
    position: absolute;
    top: 0;
    left: 3rem;
  }
  .main-mode1 .contents_function_inner:before, .main-mode1 .contents_function_inner:after {
    position: absolute;
    content: '';
  }
  .main-mode1 .contents_function_inner:before {
    bottom: -1.35rem;
    left: 2rem;
    height: 22px;
    border-right: 1px solid #adb5bd;
  }
  .main-mode1 .contents_function_inner:after {
    bottom: -5rem;
    left: .25rem;
    line-height: 48px;
    content: 'SHARE';
    transform: rotate(90deg);
    font-family: Arial;
    letter-spacing: 2px;
    font-size: 0.875em;
    color: #495057;
  }
  .main-mode1 .social_skip a:focus {
    color: #00857e;
    outline: 1px dotted #00857e;
  }
  .main-mode1 .switcher:focus {
    outline: 1px dotted #00857e;
  }
}

@media (min-width: 1620px) {
  .main-mode1 .contents_wrap {
    background-position: top left 280px;
  }
  .main-mode1 .contents_function {
    left: 200px;
  }
  .main-mode1 #tabC {
    left: 7rem;
  }
  .main-mode1 .breadcrumbs_u {
    padding: 1.925rem 8.5rem;
  }
}

/*-------------------------------------------------------------------------------*/
/*    $Switcher                                                                              */
/*-------------------------------------------------------------------------------*/
/*------skip-------*/
.social_skip {
  position: relative;
  text-align: center;
  top: 0;
  left: calc(50% - (16em / 2));
  width: 16em;
}

.social_skip a {
  display: block;
  padding: 0.25rem 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.social_skip a:focus {
  text-indent: 0;
}

/*--------circle_style--------*/
.circle_style, .switcher, .social_links_btn + .social_links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  margin: .5rem;
  color: black;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*------switcher-----*/
.switcher {
  transition: all 0.3s ease-in-out;
}

@media (min-width: 576px) {
  .switcher {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
}

/*------social_links-----*/
.social_links_btn + .social_links {
  visibility: hidden;
  position: relative;
  z-index: 999;
  width: 48px;
  height: 0;
  opacity: 0;
  left: calc(50% + 2rem);
  transition: all 0.3s ease-in-out;
}

.social_links_btn + .social_links::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 576px) {
  .social_links_btn + .social_links {
    left: calc(50% + 2.25rem);
  }
}

@media (min-width: 576px) {
  .social_links_btn + .social_links a {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
}

.social_links_btn + .social_links a:focus {
  outline: 1px dotted #00857e;
}

.social_links_open + .social_links {
  visibility: visible;
  left: calc(50% + 2rem);
  height: auto;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 576px) {
  .social_links_open + .social_links {
    left: calc(50% + 2.25rem);
  }
}

/*========no-js ========*/
.no-js .social_wrap + noscript {
  display: block;
  padding: 1rem;
  padding: 1rem;
  line-height: 1.5;
  background-color: #00857e;
}

.no-js .social_wrap + noscript a {
  color: white;
}

.no-js .social_wrap + noscript a:after {
  content: "│";
  color: white;
}

.no-js .social_wrap + noscript a:hover {
  color: #e6e6e6;
}

/*-------------------------------------------------------------------------------*/
/*    $Breadcrumbs                                                                      */
/*-------------------------------------------------------------------------------*/
.breadcrumbs {
  position: relative;
}

.breadcrumbs_u {
  padding: 1.4rem 1rem;
}

.breadcrumbs_u li {
  display: inline;
  font-size: 0.875em;
}

@media (min-width: 576px) {
  .breadcrumbs_u li {
    letter-spacing: .15rem;
  }
}

.breadcrumbs_u li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  margin-right: 6px;
  background: url(../../images/breadcrumbs_icon_gray.svg) no-repeat center center;
}

.breadcrumbs_u li:first-child:before {
  display: none;
}

.breadcrumbs_u li:first-child a {
  position: relative;
  display: inline-block;
  width: 1rem;
  text-indent: 1rem;
  white-space: nowrap;
  overflow: hidden;
}

.breadcrumbs_u li:first-child a i {
  position: absolute;
  font-size: .95rem;
  pointer-events: none;
}

@media (min-width: 576px) {
  .breadcrumbs_u li:first-child a i {
    right: 0;
  }
}

.breadcrumbs_u li a {
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 576px) {
  .breadcrumbs_u {
    padding: 1.925rem 1rem;
  }
}

@media (min-width: 768px) {
  .breadcrumbs_u {
    padding: 1.95rem 2.5rem;
  }
  .breadcrumbs_u a:hover {
    text-decoration: underline;
  }
}

/*-------------------------------------------------------------------------------*/
/*    $MainFoot                                                                              */
/*-------------------------------------------------------------------------------*/
.mfoot {
  font-size: 0.875em;
}

.mfoot::after {
  content: "";
  display: table;
  clear: both;
}

.mfoot_inner {
  padding: 1rem;
  line-height: 1.2;
  float: left;
}

.mfoot_unit {
  display: block;
  text-align: center;
}

@media (min-width: 576px) {
  .mfoot_unit {
    display: inline-block;
    margin-left: 1rem;
  }
}

.mfoot_btn {
  display: none;
}

@media (min-width: 576px) {
  .mfoot_btn {
    float: right;
    display: block;
    line-height: 1.2;
    padding: 1rem;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .mfoot_btn {
    margin-right: 1rem;
  }
}

/*-------------------------------------------------------------------------------*/
/*    $Theme_Main                                                                        */
/*-------------------------------------------------------------------------------*/
.tc_contents_wrap, .tc_main_content {
  background-color: white;
}

.tc_contents_title {
  background-color: black;
}

.tc_contents_title h2 {
  color: white;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/*-------------------------------------------------------------------------------*/
/*    $Theme_sidemenu                                                               */
/*-------------------------------------------------------------------------------*/
@keyframes sidefocusbg {
  from {
    background-color: #00857e;
  }
  to {
    background-color: rgba(0, 133, 126, 0);
  }
}

.tc_side_tit {
  color: #00857e;
  background: #e9ecef;
}

.tc_side_tit:before {
  background-color: #00857e;
}

.tc_sidenav {
  background: #f8f9fa;
}

.tc_sidenav a {
  color: rgba(0, 0, 0, 0.75);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.tc_sidenav a:hover, .tc_sidenav a.active {
  color: white;
  background-color: #00857e;
}

.tc_sidenav a:focus {
  outline: none;
  -webkit-animation-name: sidefocusbg;
  animation-name: sidefocusbg;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

/*-------------------------------------------------------------------------------*/
/*    $Theme_Switcher                                                            */
/*-------------------------------------------------------------------------------*/
/*-------skip--------*/
.social_skip a {
  color: black;
}

/*------switcher-----*/
.switcher:focus {
  outline: 1px dotted white;
}

/*-------tc_font_change-----*/
.tc_font_change_normal {
  background: url(../../images/tc_font_change_btn.svg) no-repeat center center rgba(0, 133, 126, 0.85);
  transition: all 0.3s ease-in-out;
}

.tc_font_change_bigger {
  background: url(../../images/tc_font_change_btn_.svg) no-repeat center center rgba(0, 133, 126, 0.85);
  transition: all 0.3s ease-in-out;
}

.tc_font_bigger {
  font-size: 120%;
  transition: all 0.3s ease-in-out;
}

/*-------tc_print-----*/
.tc_print {
  background: url(../../images/tc_print_btn.svg) no-repeat center center rgba(53, 198, 191, 0.85);
}

/*-------tc_social-----*/
.tc_social {
  color: black;
  background: url(../../images/tc_social_btn.svg) no-repeat center center rgba(83, 208, 202, 0.85);
}

/*--------- social_links----------*/
.social_links1 {
  background: url(../../images/social_links1.svg) no-repeat center center #3e65b7;
}

.social_links2 {
  background: url(../../images/social_links2.svg) no-repeat center center #db5635;
}

.social_links3 {
  background: url(../../images/social_links3.svg) no-repeat center center #55acee;
}

.social_links4 {
  background: url(../../images/social_links4.svg) no-repeat center center #db6320;
}

.social_links5 {
  background: url(../../images/social_links5.svg) no-repeat center center #50c900;
}

/*-------------------------------------------------------------------------------*/
/*    $Theme_Breadcrumbs                                                         */
/*-------------------------------------------------------------------------------*/
.tc_breadcrumbs {
  background-color: white;
}

.tc_breadcrumbs_u li a, .tc_breadcrumbs_u li:before {
  color: rgba(0, 0, 0, 0.65);
}

.tc_breadcrumbs_u li a:hover {
  color: rgba(0, 0, 0, 0.85);
}

.tc_breadcrumbs_u li:last-child a {
  color: #00857e;
}

.tc_breadcrumbs_u li i {
  color: transparent;
}

.tc_breadcrumbs_u li:first-child a {
  color: black;
}

.tc_breadcrumbs_u li:first-child a:focus {
  outline: 1px dotted #00857e;
}

.tc_breadcrumbs_u li:first-child a i {
  color: rgba(0, 0, 0, 0.65);
}

.tc_breadcrumbs_u li:first-child a:hover, .tc_breadcrumbs_u li:first-child a:focus {
  color: transparent;
}

.tc_breadcrumbs_u li:first-child a:hover i, .tc_breadcrumbs_u li:first-child a:focus i {
  color: #00857e;
}

/*-------------------------------------------------------------------------------*/
/*    $Theme_Mainfoot                                                                  */
/*-------------------------------------------------------------------------------*/
.tc_mfoot {
  color: rgba(0, 0, 0, 0.65);
  background-color: #f1f3f5;
}

@media (min-width: 768px) {
  .tc_mfoot {
    background: none;
  }
}

.tc_mfoot_btn {
  color: rgba(0, 0, 0, 0.65);
  background-color: #e9ecef;
}

.tc_mfoot_btn:focus, .tc_mfoot_btn:hover {
  background-color: #cbd3da;
}

.tc_mfoot_btn:active {
  background-color: #9facb9;
}

.tc_mfoot_btn:hover {
  color: white;
  background-color: #1ebdb5;
}
