@charset "UTF-8";
/*-------------------------------------------*\
	Main.scss

	Index
  - 1.wrapper
  - 2.layout
	- 3.Logo
	- 4.主體區
	- 5.main
\*-------------------------------------------*/
.contents_head {
  margin-top: 50px;
  background: black url(../../images/content-background.png) no-repeat top center;
  background-size: auto 142px;
  transition: all .5s ease-in-out;
}
@media (min-width: 768px) {
  .contents_head {
    background-size: auto;
  }
}
@media (min-width: 992px){
  .contents_head {
    margin-top: 128px;
  }
}
.contents_head > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
}
@media (min-width: 768px) {
  .contents_head > .container {
    height: 150px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .contents_head > .container {
    max-width: 1240px;
    height: 196px;
  }
}
.contents_tit {
  color: white;
  font-size: 1.4375em;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .contents_tit {
    font-size: 2.8125em;
  }
}
.contents_banner{
  position: relative;
  min-height: 100px;
}
.contents_banner-mask{
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
}
.contents_bar {
  background-color: rgba(0, 0, 0, 0.7);
}
@media (min-width: 768px) {
  .contents_bar > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .contents_bar > .container {
    max-width: 1240px;
  }
}

@media (min-width: 768px) {
  .contents_function {
    margin-left: auto;
  }
}
.contents_function_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contents_wrap {
  background: url(../../images/contents_wrap_bg.png) no-repeat right bottom;
}
@media (min-width: 992px) {
  .contents_wrap > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1240px;
  }
}

.main_wrap {
  position: relative;
  width: 100%;
  padding: 3rem 0;
}

@media (min-width: 992px) {
  .main_body,
.center_body {
    min-height: 30rem;
    padding: 0 1rem;
  }
}

/*-------------------------------------------*\
	SideMenu.scss

	Index
  - 1.wrap
  - 2.title
	- 3.Base
	- 4.第一層
	- 5.第二層
  - 6.第三層
  - 7.第四層
\*-------------------------------------------*/
.side_wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 25%;
  min-width: 250px;
  padding: 3rem 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(249, 249, 249, 0)), to(#f9f9f9));
  background-image: -o-linear-gradient(left, rgba(249, 249, 249, 0) 0%, #f9f9f9 100%);
  background-image: linear-gradient(90deg, rgba(249, 249, 249, 0) 0%, #f9f9f9 100%);
}
@media (max-width: 991px) {
  .side_wrap {
    display: none;
  }
}
@media (min-width: 992px) {
  .side_wrap + .main_wrap {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-width: calc(100% - 250px);
    width: 75%;
    padding-left: 1.5rem;
  }
}

.side_tit {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 2.1875em;
  line-height: 1.2;
  font-style: italic;
  font-weight: bold;
  color: #404040;
  background: url(../../images/side_tit_bg.png) no-repeat left bottom;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.sidenav_u1 {
  padding-left: 0.5rem;
  padding-right: 1.5rem;
}
.sidenav_u1 li {
  padding: 0.15rem 0;
}
.sidenav_u1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  padding: 0.5rem 0;
  color: #404040;
  word-wrap: break-word;
  word-break: break-all;
}
.sidenav_u1 a:hover, .sidenav_u1 a.active {
  color: white;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.sidenav_u1 > li {
  border-bottom: 1px dotted #9e9e9e;
}
.sidenav_u1 > li > a {
  min-height: 78px;
  padding-right: 0.5rem;
  font-size: 1.25em;
  border-radius: 0.5rem;
}
.sidenav_u1 > li > a:before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 5px;
  height: 9px;
  margin-left: 1.25rem;
  margin-right: 1rem;
  background-image: url(../../images/sideNav-icon.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.sidenav_u1 > li > a:hover, .sidenav_u1 > li > a.active {
  background-color: #0074d3;
}
.sidenav_u1 > li > a:hover:before, .sidenav_u1 > li > a.active:before {
  background-position: left bottom;
}

.sidenav_u2 > li {
  background: rgba(158, 158, 158, 0.08);
  margin-bottom: 2px;
}
.sidenav_u2 > li:last-child {
  margin-bottom: 0;
}
.sidenav_u2 > li > a {
  font-size: 1.125em;
  padding: 0.75rem 1rem 0.75rem 3rem;
  border-radius: 0.25rem;
}
.sidenav_u2 > li > a:hover, .sidenav_u2 > li > a.active {
  background-color: #0074d3;
  background-image: -webkit-gradient(linear, left top, right top, from(#0074d3), to(#40a1ec));
  background-image: -o-linear-gradient(left, #0074d3 0%, #40a1ec 100%);
  background-image: linear-gradient(90deg, #0074d3 0%, #40a1ec 100%);
}

.sidenav_u3 > li {
  background: rgba(158, 158, 158, 0.08);
  margin-bottom: 2px;
}
.sidenav_u3 > li:last-child {
  margin-bottom: 0;
}
.sidenav_u3 > li > a {
  font-size: 1em;
  padding: 0.5rem 1rem 0.5rem 4rem;
  border-radius: 0.25rem;
}
.sidenav_u3 > li > a:hover, .sidenav_u3 > li > a.active {
  background-color: #0074d3;
  background-image: -webkit-gradient(linear, left top, right top, from(#0074d3), to(#40a1ec));
  background-image: -o-linear-gradient(left, #0074d3 0%, #40a1ec 100%);
  background-image: linear-gradient(90deg, #0074d3 0%, #40a1ec 100%);
}

.sidenav_u4 > li {
  background: rgba(158, 158, 158, 0.08);
  margin-bottom: 2px;
}
.sidenav_u4 > li:last-child {
  margin-bottom: 0;
}
.sidenav_u4 > li > a {
  font-size: 0.875em;
  padding: 0.5rem 1rem 0.5rem 5.5rem;
  border-radius: 0.25rem;
}
.sidenav_u4 > li > a:hover, .sidenav_u4 > li > a.active {
  background-color: #0074d3;
  background-image: -webkit-gradient(linear, left top, right top, from(#0074d3), to(#40a1ec));
  background-image: -o-linear-gradient(left, #0074d3 0%, #40a1ec 100%);
  background-image: linear-gradient(90deg, #0074d3 0%, #40a1ec 100%);
}

/*-------------------------------------------*\
	Breadcrumbs.scss

	Index
  - 1.breadcrumbs
  - 2.ul li a
\*-------------------------------------------*/
.breadcrumbs {
  padding: 0.75rem 0;
}

.breadcrumbs_u li {
  display: inline;
  font-size: 0.875em;
}
@media (min-width: 576px) {
  .breadcrumbs_u li {
    letter-spacing: 0.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 {
  width: 1rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../../images/icon_home.svg) no-repeat center;
}
.breadcrumbs_u li:first-child a:hover {
  background: url(../../images/icon_home-hover.svg) no-repeat center;
}
.breadcrumbs_u a {
  display: inline-block;
  vertical-align: middle;
  color: #d3d0d0;
}
.breadcrumbs_u a:hover {
  color: white;
}
.breadcrumbs_u a:focus {
  outline: 2px dotted #ffcc02;
}

/*-------------------------------------------*\
	Switcher.scss

	Index
  - 1.skip
  - 2.circle_style
	- 3.switcher
	- 4.social_links
	- 5.no-js
\*-------------------------------------------*/
@media (max-width: 991px) {
  .social_skip {
    display: none;
  }
}
.social_skip a {
  display: block;
  width: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  color: white;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social_skip a:focus {
  width: auto;
  text-indent: 0;
  opacity: 1;
  outline: 2px dotted #ffcc02;
}

.circle_style, .social_links_btn + .social_links a, .switcher {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 0.5rem;
  line-height: 40px;
  color: white;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.switcher {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 576px) {
  .switcher {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
}
.switcher:focus {
  outline: 2px dotted #ffcc02;
}

.social_links_btn + .social_links {
  position: absolute;
  top: 40px;
  left: calc(50% + ((40px + 16px) / 2));
  z-index: 17;
  visibility: hidden;
  width: 64px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 576px) {
  .social_links_btn + .social_links {
    top: 48px;
    left: calc(50% + ((48px + 16px) / 2));
  }
}
@media (min-width: 992px) {
  .social_links_btn + .social_links {
    left: auto;
    right: 0;
  }
}
@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: 2px dotted #ffcc02;
}

.social_links_open + .social_links {
  visibility: visible;
  opacity: 1;
}

.no-js .contents_bar .container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.no-js .contents_bar .container noscript {
  width: 100%;
  padding: 1rem;
  color: white;
  line-height: 1.5;
}
.no-js .contents_bar .container noscript a {
  position: relative;
  display: inline-block;
  padding: 0 0.5rem;
  color: #ffeca1;
}
.no-js .contents_bar .container noscript a:after {
  position: absolute;
  top: calc(50% - .5rem);
  right: 0;
  content: "";
  width: 1px;
  height: 1rem;
  background-color: #ffeca1;
}
.no-js .contents_bar .container noscript a:hover {
  color: #ffcc02;
  text-decoration: underline;
}
.no-js .contents_bar .container noscript a:focus {
  outline: 2px dotted #ffcc02;
}

/*-------------------------------------------*\
	MainFoot.scss

	Index
  - 1.mfoot
\*-------------------------------------------*/
.mfoot {
  padding: 1rem 0;
}
.mfoot_btn {
  display: block;
  padding: 1rem;
  text-align: center;
  color: #404040;
  background-color: #e6e3e3;
  border-radius: 0.25rem;
}
@media (min-width: 576px) {
  .mfoot_btn {
    max-width: 180px;
    margin: 0 auto;
  }
}
.mfoot_btn:hover {
  color: white;
  background-color: #0074d3;
}

/*-------------------------------------------------------------------------------*/
/*    $Theme_Switcher                                                            */
/*-------------------------------------------------------------------------------*/
/*-------tc_font_change-----*/
.tc_font_change_normal {
  background: url(../../images/tc_font_change_btn.svg) no-repeat center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tc_font_change_bigger {
  background: url(../../images/tc_font_change_btn_.svg) no-repeat center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tc_font_bigger {
  font-size: 120%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*-------tc_print-----*/
.tc_print {
  background: url(../../images/tc_print_btn.svg) no-repeat center;
}

/*-------tc_social-----*/
.tc_social {
  background: url(../../images/tc_social_btn.svg) no-repeat center;
}

/*--------- social_links----------*/
.social_links1 {
  background: url(../../images/social_links1.svg) no-repeat center #3e65b7;
}

.social_links2 {
  background: url(../../images/social_links2.svg) no-repeat center #db5635;
}

.social_links3 {
  background: url(../../images/social_links3.svg) no-repeat center #55acee;
}

.social_links4 {
  background: url(../../images/social_links4.svg) no-repeat center #db6320;
}

.social_links5 {
  background: url(../../images/social_links5.svg) no-repeat center #50c900;
}