@charset "UTF-8";
/*-------------------------------------------------------------------------------*/
/*    $Main                                                                                     */
/*-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------*/
/*    $Noimg                                                                                  */
/*-------------------------------------------------------------------------------*/
.noimg {
  background: #f1f3f5 url(../../images/module/no_image.svg) center center no-repeat;
}

@media print {
  .noimg {
    border: 1px solid #f1f3f5;
  }
}
.contents_wrap::after,
.contents_inner::after,
.main_content::after,
.main_body::after {
  content: "";
  display: table;
  clear: both;
}

.contents_wrap {
  border-top: solid 3px #d64203;
}

@media (min-width: 576px) {
  .contents_wrap {
    background-image: url(../../images/content-background-pad.png);
    background-repeat: no-repeat;
    background-position: top center;
  }
}
@media (min-width: 768px) {
  .contents_wrap {
    background-image: url(../../images/content-background.png);
  }
}
.contents_inner {
  margin: 0 -10px;
}

@media (min-width: 576px) {
  .contents_inner {
    padding-top: 8rem;
  }
}
@media (min-width: 768px) {
  .contents_inner {
    margin: 0;
    padding-top: 9.375rem;
    padding-bottom: 3rem;
  }
}
.contents_inner_full {
  margin: 0 -10px;
}

.contents_inner_full .side_tit {
  display: none;
}

@media (min-width: 576px) {
  .contents_inner_full {
    padding-top: 8rem;
  }
}
@media (min-width: 768px) {
  .contents_inner_full {
    padding: 3.4375rem 0.625rem 3rem;
  }

  .contents_inner_full .side_tit {
    display: block;
  }
}
/*-----主體區-----*/
.main_wrap {
  display: block;
  overflow: hidden;
}

@media (min-width: 768px) {
  .main_wrap {
    padding-top: 54px;
  }
}
.main_tit {
  position: relative;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 1.5rem;
}

.main_tit:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 30px;
  height: 1px;
}

.main_body {
  min-height: 30rem;
  padding: 0 1rem;
}

/*-------------------------------------------------------------------------------*/
/*    $SideMenu                                                                             */
/*-------------------------------------------------------------------------------*/
.side_wrap {
  display: none;
}

@media (min-width: 768px) {
  .side_wrap {
    display: block;
    position: relative;
    float: left;
    width: 25%;
    min-width: 200px;
  }
}
/*----- 側邊標題-----*/
.side_tit {
  display: block;
  padding: 14px 15px 38px 15px;
  line-height: 1.2;
  font-size: 2rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*----- Base-----*/
.sidenav_u1 {
  display: block;
}

.sidenav_u1:first-child li a {
  border-bottom: none;
}

.sidenav_u1 a {
  position: relative;
  display: block;
  padding: 0.875rem 1rem 0.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: 8px;
  background-image: url(../../images/sideNav-icon.png);
  background-repeat: no-repeat;
}

.sidenav_u1 a:hover {
  transition: 0.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 transparent;
}

.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;
}

/*-------------------------------------------------------------------------------*/
/*    $Switcher                                                                              */
/*-------------------------------------------------------------------------------*/
.social_wrap::after {
  content: "";
  display: table;
  clear: both;
}

.social_inner::after {
  content: "";
  display: table;
  clear: both;
}

.social_inner > a {
  display: block;
  float: left;
  width: calc(100% / 6);
  height: 46px;
  text-align: center;
  color: black;
}

.social_inner > a.switcher {
  display: none;
}

@media (min-width: 576px) {
  .social_inner {
    position: relative;
  }

  .social_inner a {
    width: calc(100% / 9);
    height: 40px;
    line-height: 40px;
  }

  .social_inner a.switcher {
    display: block;
  }

  .social_inner a.switcher_print {
    display: none;
  }

  .social_inner a:nth-child(-n+4) {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .social_inner {
    float: right;
    margin-bottom: 10px;
  }

  .social_inner a {
    width: 50px;
    height: 26px;
    line-height: 26px;
  }

  .social_inner a.switcher_print {
    display: block;
  }
}
@media (min-width: 992px) {
  .social_inner a {
    width: 60px;
  }
}
/*----- social_links-----*/
.social_links,
.switcher_print {
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.social_links:focus,
.switcher_print:focus,
.social_links:hover,
.switcher_print:hover {
  transition: all 0.3s ease;
}

.social_links:before,
.switcher_print:before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 20px);
  display: block;
  width: 40px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}

/*----- social icon -----*/
.social_icon1 {
  background-color: #00a2e5;
}

.social_icon1:focus,
.social_icon1:hover {
  background-color: #007eb2;
}

.social_icon1:before {
  background-image: url("../../images/social_icon1.svg");
}

.social_icon2 {
  background-color: #3e65b7;
}

.social_icon2:focus,
.social_icon2:hover {
  background-color: #315091;
}

.social_icon2:before {
  background-image: url("../../images/social_icon2.svg");
}

.social_icon3 {
  background-color: #db5635;
}

.social_icon3:focus,
.social_icon3:hover {
  background-color: #bc4021;
}

.social_icon3:before {
  background-image: url("../../images/social_icon3.svg");
}

.social_icon4 {
  background-color: #55acee;
}

.social_icon4:focus,
.social_icon4:hover {
  background-color: #2795e9;
}

.social_icon4:before {
  background-image: url("../../images/social_icon4.svg");
}

.social_icon5 {
  background-color: #db6320;
}

.social_icon5:focus,
.social_icon5:hover {
  background-color: #af4f19;
}

.social_icon5:before {
  background-image: url("../../images/social_icon5.svg");
}

.social_icon6 {
  background-color: #50c900;
}

.social_icon6:focus,
.social_icon6:hover {
  background-color: #3c9600;
}

.social_icon6:before {
  background-image: url("../../images/social_icon6.svg");
}

/*----- print icon -----*/
.switcher_print:before {
  background-image: url("../../images/social_print.svg");
}

/*------skip-------*/
.social_skip {
  position: absolute;
  top: -1rem;
}

.social_skip a {
  display: block;
  width: 1rem;
  height: 1rem;
  color: rgba(255, 255, 255, 0);
}

.social_skip a:focus {
  outline: 1px solid #bfa6ff;
}

/*========no-js ========*/
.no-js .social_wrap + noscript {
  display: block;
  padding: 1rem;
  padding: 1rem;
  line-height: 1.5;
  background-color: #d64203;
}

.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;
  background-image: url(../../images/Breadcrumbs-bg1.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}

.breadcrumbs_u {
  padding: 1.4rem 1rem;
}

.breadcrumbs_u li {
  display: inline;
  font-size: 0.875rem;
  letter-spacing: 0.15rem;
}

.breadcrumbs_u li:before {
  content: ">";
}

.breadcrumbs_u li:first-child:before {
  content: "";
}

@media (min-width: 576px) {
  .breadcrumbs_u {
    padding: 1.4em 2em;
  }
}
@media (min-width: 768px) {
  .breadcrumbs_u a:hover {
    text-decoration: underline;
  }
}
/*-------------------------------------------------------------------------------*/
/*    $MainFoot                                                                              */
/*-------------------------------------------------------------------------------*/
.mfoot {
  margin: 1rem;
  font-size: 0.875rem;
}

.mfoot::after {
  content: "";
  display: table;
  clear: both;
}

.mfoot_inner {
  margin: 0 auto;
  padding: 1rem;
  text-align: left;
  line-height: 1.2;
}

.mfoot_inner span {
  display: block;
}

.mfoot_btn {
  display: none;
}

@media (min-width: 576px) {
  .mfoot_inner {
    float: left;
  }

  .mfoot_inner span {
    display: inline;
  }

  .mfoot_time:after {
    content: "│";
    padding: 0 0.25rem;
  }

  .mfoot_btn {
    float: right;
    display: block;
    width: 140px;
    line-height: 1.2;
    padding: 1rem;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .mfoot {
    padding-top: 1rem;
  }
}
/*-------------------------------------------------------------------------------*/
/*    $Theme_Main                                                                        */
/*-------------------------------------------------------------------------------*/
.tc_contents_wrap,
.tc_main_content {
  background-color: white;
}

.tc_main_tit {
  color: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #d64203;
}

.tc_main_tit:before {
  border-bottom: 1px solid #d64203;
}

/*-------------------------------------------------------------------------------*/
/*    $Theme_sidemenu                                                               */
/*-------------------------------------------------------------------------------*/
@keyframes sidefocusbg {
  from {
    background-color: #d64203;
  }
  to {
    background-color: rgba(249, 114, 53, 0);
  }
}
.tc_side_tit {
  color: black;
}

.tc_sidenav {
  background: #f8f9fa;
}

.tc_sidenav a {
  color: rgba(0, 0, 0, 0.75);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.tc_sidenav a:hover,
.tc_sidenav a.active {
  color: white;
  background-color: #d64203;
}

.tc_sidenav a:focus {
  outline: none;
  animation-name: sidefocusbg;
  animation-duration: 1s;
}

/*-------------------------------------------------------------------------------*/
/*    $Theme_Switcher                                                                 */
/*-------------------------------------------------------------------------------*/
/*------fontlevel-----*/
.tc_fontlevel,
.tc_print {
  color: white;
}

.tc_fontlevel {
  background: rgba(0, 0, 0, 0.75);
}

.tc_fontlevel:focus,
.tc_fontlevel:hover {
  background-color: black;
}

.tc_fontlevel:active {
  background-color: rgba(0, 0, 0, 0.75);
}

.tc_print {
  background-color: #8b499c;
}

.tc_print:focus,
.tc_print:hover {
  background-color: #6c3979;
}

.tc_print:active {
  background-color: #3e2045;
}

/*------active-----*/
.tc_fontlevel.active {
  background-color: #d64203;
}

/*-------------------------------------------------------------------------------*/
/*    $Theme_Breadcrumbs                                                         */
/*-------------------------------------------------------------------------------*/
.tc_breadcrumbs {
  background-color: rgba(0, 0, 0, 0.8);
}

.tc_breadcrumbs_u li a,
.tc_breadcrumbs_u li:before {
  color: rgba(255, 255, 255, 0.65);
}

.tc_breadcrumbs_u li a:hover {
  color: rgba(255, 255, 255, 0.85);
}

.tc_breadcrumbs_u li:last-child a {
  color: white;
}

/*-------------------------------------------------------------------------------*/
/*    $Theme_Mainfoot                                                                  */
/*-------------------------------------------------------------------------------*/
.tc_mfoot {
  color: rgba(0, 0, 0, 0.65);
  background-color: #f1f3f5;
}

@media (min-width: 768px) {
  .tc_mfoot {
    border-top: 1px solid #adb5bd;
    background: none;
  }
}
.tc_mfoot_btn {
  color: rgba(0, 0, 0, 0.65);
  background-color: #cececf;
}

.tc_mfoot_btn:focus,
.tc_mfoot_btn:hover {
  background-color: #b4b4b6;
}

.tc_mfoot_btn:active {
  background-color: #8e8e90;
}

.tc_mfoot_btn:hover {
  color: black;
}