@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;700&display=swap" rel="styleshee');
/*-------------------------------------------*\
	_Main-V01.sass

	主版
  - 1.banner主視覺
  - 2.banner主視覺
  - 3.主要框架
  - 4.內容框架
  - 5.主版標題
  - 6.內容區塊
\*-------------------------------------------*/
.contents_banner {
  height: 150px;
  background: url(../../images/contents-banner.jpg) no-repeat center top;
  background-size: cover;
}
.contents_banner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  height: inherit;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .contents_banner {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .contents_banner {
    height: 330px;
  }
  .contents_banner .container {
    padding-bottom: 3rem;
  }
}
.contents_tit {
  font-family: "Noto Serif TC", serif;
  font-weight: bold;
}

.contents_inner {
  position: relative;
  z-index: 0;
  padding: 1rem;
}
.contents_inner::before, .contents_inner::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  z-index: -1;
}
.contents_inner::before {
  top: -10px;
  left: 0;
  width: 70%;
  background-color: #ffd256;
}
.contents_inner::after {
  top: 0;
  right: 0;
  width: 30%;
  background-color: #2E57A5;
}
@media (min-width: 992px) {
  .contents_inner {
    padding-top: calc(50px + 1rem);
  }
  .contents_inner::before, .contents_inner::after {
    height: 50px;
  }
  .contents_inner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.main-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  padding: 0.25rem 1rem 2rem;
}

.main_tit {
  position: relative;
  z-index: 1;
  display: block;
  padding-left: 1rem;
  text-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.105);
}
.main_tit:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 40px;
  height: 40px;
  background: #ffd256;
  border-radius: 50%;
  opacity: 0.5;
}
@media (max-width: 575.98px) {
  .main_tit {
    font-size: 1.875em !important;
    margin-bottom: 1rem;
  }
}

.main-content {
  position: relative;
  width: 100%;
  min-height: 20rem;
  height: 100%;
  padding-bottom: calc(80px + 1rem);
}
@media (min-width: 576px) {
  .main-content {
    padding-bottom: calc(40px + 1rem);
  }
}

/*-------------------------------------------*\
	_SideMenu.sass

	側邊選單
  - 1.主要框架

\*-------------------------------------------*/
.side-menu {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25%;
  padding-right: 1.5rem;
  line-height: 1.5;
}
@media (max-width: 991.98px) {
  .side-menu {
    display: none;
  }
}

.titword {
  display: block;
  margin: 0;
  padding: 1rem;
  color: #000;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.leftbgul01 {
  display: block;
  padding: 0.75rem 0;
}
.leftbgul01 a {
  position: relative;
  display: block;
  color: #343a40;
  border-bottom: 1px solid #dee2e6;
}
.leftbgul01 a::before {
  content: "";
  position: absolute;
  height: 9px;
  background: url(../../images/sideNav-icon.png) no-repeat;
}
.leftbgul01 a:hover {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.leftbgul01 > :last-child li:last-child a {
  border-bottom: none;
}

.leftbgli01 > a {
  padding: 0.875rem 1rem 0.875rem 2.35rem;
}
.leftbgli01 > a::before {
  top: 1.25rem;
  left: 1.5rem;
  width: 5px;
  background-position: left top;
}
.leftbgli01 > a:hover, .leftbgli01 > a:focus, .leftbgli01 > a.active {
  color: #2E57A5;
}

.leftbgli02 a {
  padding: 0.875rem 1rem;
}
.leftbgli02 > a {
  padding-left: 3.35rem;
}
.leftbgli02 > a::before {
  top: 1.25rem;
  left: 2.5rem;
  width: 4px;
  background-position: -10px top;
}
.leftbgli02 > a:hover, .leftbgli02 > a:focus, .leftbgli02 > a.active {
  color: #2E57A5;
  background-color: #ffd256;
}
.leftbgli02 > a:hover::before, .leftbgli02 > a:focus::before, .leftbgli02 > a.active::before {
  background-position: -10px bottom;
}

.leftbgli03 > a {
  padding-left: 4.35rem;
}
.leftbgli03 > a::before {
  top: 1.25rem;
  left: 3.65rem;
  width: 4px;
  background-position: -20px top;
}
.leftbgli03 > a:hover, .leftbgli03 > a:focus, .leftbgli03 > a.active {
  color: #ffd256;
  background-color: #2E57A5;
}
.leftbgli03 > a:hover::before, .leftbgli03 > a:focus::before, .leftbgli03 > a.active::before {
  background-position: -20px bottom;
}

/*-------------------------------------------------------------------------------*\
  Switcher.scss
  -1. 主要框架
  -2. 略過字型切換，社群分享工具列
  -3. 按鈕外框架
  -4. 分享展開
/*-------------------------------------------------------------------------------*/
.contents_function {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.5rem auto;
}
.contents_function_inner {
  position: relative;
}
@media (min-width: 992px) {
  .contents_function {
    position: absolute;
    top: 0;
    left: calc(70% + 1rem);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    padding: 0.25rem 0;
  }
}

.social_skip {
  text-align: center;
}
.social_skip a {
  display: block;
  width: 1px;
  height: 1px;
  color: #212529;
  white-space: nowrap;
  opacity: 0;
}
.social_skip a:focus {
  width: auto;
  height: auto;
  padding: 0.25rem;
  margin-bottom: 10px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .social_skip {
    position: absolute;
    top: -2.5rem;
  }
}

.switchertool {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.switchertool a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem 1rem;
}
.switchertool a:hover, .switchertool a:focus, .switchertool a.active, .switchertool a.sc_social-open {
  color: #fff;
  background-color: #23427D;
}
.switchertool a:hover:before, .switchertool a:hover:after, .switchertool a:focus:before, .switchertool a:focus:after, .switchertool a.active:before, .switchertool a.active:after, .switchertool a.sc_social-open:before, .switchertool a.sc_social-open:after {
  color: #fff;
}

.switcher {
  margin: 0;
  margin-left: 1px;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  background-color: #2E57A5;
  border-radius: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sc_font {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sc_font:before, .sc_font:after {
  position: absolute;
  top: 0;
  content: "A";
  display: block;
  color: #fff;
  font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
}
.sc_font:before {
  left: 9px;
  font-size: 1rem;
}
.sc_font:after {
  right: 9px;
  font-size: 0.875rem;
}
.sc_font.font_bigger:before {
  font-size: 1rem;
}
.sc_font.font_bigger:after {
  font-size: 1rem;
}
.sc_print, .sc_social {
  position: relative;
  font-size: 0em;
}
.sc_print:after, .sc_social:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
}
.sc_print:after {
  background-image: url(../../images/print.svg);
  background-size: 1.25rem;
}
.sc_social:after {
  background-image: url(../../images/share.svg);
  background-size: 1rem;
}

.social_links {
  position: absolute;
  right: 0;
  visibility: hidden;
  width: 40px;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 576px) {
  .social_links {
    left: auto;
    right: 0;
  }
}
.social_links a {
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 1px;
  text-indent: 120%;
  overflow: hidden;
  border-radius: 40px;
}
.social_links a:first-of-type {
  color: #fff;
}
.social_links a:not(:first-of-type) {
  color: #000;
}

.social_links.open {
  visibility: visible;
  height: auto;
  opacity: 1;
}

.social_links1 {
  background: url(../../images/switcher/social_links1.svg) no-repeat center center #3e65b7;
}

.social_links2 {
  background: url(../../images/switcher/social_links2.svg) no-repeat center center #55acee;
}

.social_links3 {
  background: url(../../images/switcher/social_links3.svg) no-repeat center center #db6320;
}

.social_links4 {
  background: url(../../images/switcher/social_links4.svg) no-repeat center center #50c900;
}

.no-js .contents_function {
  position: static !important;
  display: block;
}
.no-js .contents_function noscript {
  display: block;
  margin-bottom: 1rem;
}

/*-------------------------------------------------------------------------------*/
/*    $Breadcrumbs                                                                      */
/*-------------------------------------------------------------------------------*/
.breadcrumbs #tabC {
  left: -1.5rem;
}
@media (min-width: 992px) {
  .breadcrumbs {
    position: absolute;
    top: -10px;
    right: calc(30% + 1rem);
  }
}

.breadcrumbs_u {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0.5rem 0;
}
.breadcrumbs_u li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumbs_u li a {
  display: block;
  color: #212529;
  font-size: 0.875rem;
  padding: 0.25rem 0;
}
.breadcrumbs_u li a i {
  padding-right: 0.25rem;
}
.breadcrumbs_u li a:hover, .breadcrumbs_u li a:focus {
  color: #23427D;
  text-decoration: underline;
}
.breadcrumbs_u li:not(:last-child)::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.5rem;
  border-top: 1px solid #212529;
  border-right: 1px solid #212529;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.breadcrumbs_u li:last-child {
  color: #ffce47;
}
@media (min-width: 992px) {
  .breadcrumbs_u {
    padding: 0.75rem 0;
  }
}

/*-------------------------------------------------------------------------------*/
/*    $MainFoot                                                                  */
/*-------------------------------------------------------------------------------*/
.main-foot-wrap {
  position: absolute;
  inset: 0;
  top: auto;
}
@media (min-width: 576px) {
  .main-foot-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.main-foot-time, .main-foot-btn {
  display: block;
  padding: 0.75rem;
  text-align: center;
  color: #495057;
}
.main-foot-btn {
  background-color: #dee2e6;
}
.main-foot-btn:hover {
  background-color: #ced4da;
}