@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,700,900");
@font-face {
  font-family: 'Roboto', "Microsoft JhengHei", "微軟正黑體","STHeiti",sans-serif, sans-serif; }

body {
  font-family: 'Roboto', "Microsoft JhengHei", "微軟正黑體","STHeiti",sans-serif, sans-serif; }

::selection {
  background: #79BD9A;
  color: #333333; }

::-moz-selection {
  background: #79BD9A;
  color: #333333; }

/* 1rem=16px */
.m-t-16 {
  margin-top: 1rem; }

.m-t-24 {
  margin-top: 1.5rem; }

.m-t-32 {
  margin-top: 2rem; }

.m-t-48 {
  margin-top: 3rem; }

.m-t-64 {
  margin-top: 4rem; }

.m-t-80 {
  margin-top: 5rem; }

.m-t-100 {
  margin-top: 6.25rem; }

.m-t-120 {
  margin-top: 7.5rem; }

.m-r-16 {
  margin-right: 1rem; }

.m-r-24 {
  margin-right: 1.5rem; }

.m-r-32 {
  margin-right: 2rem; }

.m-r-48 {
  margin-right: 3rem; }

.m-r-64 {
  margin-right: 4rem; }

.m-r-80 {
  margin-right: 5rem; }

.m-r-100 {
  margin-right: 6.25rem; }

.m-r-120 {
  margin-right: 7.5rem; }

.m-b-16 {
  margin-bottom: 1rem; }

.m-b-24 {
  margin-bottom: 1.5rem; }

.m-b-32 {
  margin-bottom: 2rem; }

.m-b-48 {
  margin-bottom: 3rem; }

.m-b-64 {
  margin-bottom: 4rem; }

.m-b-80 {
  margin-bottom: 5rem; }

.m-b-100 {
  margin-bottom: 6.25rem; }

.m-b-120 {
  margin-bottom: 7.5rem; }

.m-l-16 {
  margin-left: 1rem; }

.m-l-24 {
  margin-left: 1.5rem; }

.m-l-32 {
  margin-left: 2rem; }

.m-l-48 {
  margin-left: 3rem; }

.m-l-64 {
  margin-left: 4rem; }

.m-l-80 {
  margin-left: 5rem; }

.m-l-100 {
  margin-left: 6.25rem; }

.m-l-120 {
  margin-left: 7.5rem; }

a,
a:hover,
a:visited,
a:focus {
  color: #79BD9A;
  text-decoration: none; }

.p-rl-16 {
  padding-left: 1rem;
  padding-right: 1rem; }

.p-rl-20 {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

.p-rl-32 {
  padding-left: 2rem;
  padding-right: 2rem; }

body {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.cus-btn {
  color: #333333;
  border: 1px solid #333333;
  background-color: rgba(51, 51, 51, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
  line-height: 1.1;
  padding: 8px 3rem;
  display: inline-block;
  cursor: pointer;
  position: relative;
  outline: none !important; }
  .cus-btn:hover {
    color: #fff;
    background-color: #333333; }
  .cus-btn:active {
    color: #fff;
    background-color: #333333; }
  .cus-btn a {
    color: inherit; }

.cus-btn-s {
  color: #333333;
  border: 1px solid #333333;
  background-color: rgba(51, 51, 51, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
  line-height: 1.1;
  padding: 3px 10px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  outline: none !important; }
  .cus-btn-s:hover {
    color: #fff;
    background-color: #333333; }
  .cus-btn-s:active {
    color: #fff;
    background-color: #333333; }
  .cus-btn-s a {
    color: inherit; }

.cus-btn-w {
  color: white;
  border: 1px solid white;
  background-color: rgba(121, 189, 154, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .cus-btn-w:hover {
    color: #79BD9A;
    background-color: white; }
  .cus-btn-w:active {
    color: #79BD9A;
    background-color: #F0F5F9; }

.cus-nav {
  position: absolute;
  top: 1.5rem;
  left: 50%;
  width: 80%;
  transform: translate(-50%, 0);
  z-index: 999; }

#index-wrapper {
  width: 100%;
  overflow: hidden; }

.cus-menu {
  background-color: rgba(255, 255, 255, 0.6);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-radius: 5px; }
  .cus-menu .l-wrapper {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #333333;
    display: flex;
    justify-content: space-around; }
    .cus-menu .l-wrapper a {
      color: inherit; }
    .cus-menu .l-wrapper .l-item {
      display: inline-block;
      cursor: pointer;
      margin-left: 1%;
      margin-right: 1%;
      position: relative; }
      .cus-menu .l-wrapper .l-item::after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        border-radius: 99rem;
        background-color: #3B8686;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .cus-menu .l-wrapper .l-item:hover::after {
        width: 100%; }

.cus-banner {
  height: 70vh;
  width: 100%;
  position: relative; }
  .cus-banner #banner-bg-slider .b-pic {
    height: 70vh;
    background-size: cover;
    background-position: center; }
  .cus-banner #banner-bg-slider::after {
    content: '';
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 70vh;
    display: block;
    transform: translate(0, -100%);
    background-color: rgba(255, 255, 255, 0.65); }
  .cus-banner .cus-banner-content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(0, -50%);
    width: 40%; }
    .cus-banner .cus-banner-content .b-title {
      color: #3B8686;
      font-size: 1.5rem;
      font-weight: bolder;
      display: block;
      margin-bottom: 10px; }
    .cus-banner .cus-banner-content .cus-btn {
      margin-right: 2rem; }
      @media (max-width: 992px) {
        .cus-banner .cus-banner-content .cus-btn {
          margin-right: 1rem;
          margin-bottom: 1rem; } }
  .cus-banner .cus-banner-pic {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translate(0, -50%);
    width: 40%; }
    .cus-banner .cus-banner-pic img {
      max-width: 100%;
      height: auto;
      max-height: 300px; }

.cus-topic1, .cus-topic2, .cus-topic3 {
  background-size: contain;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-repeat: no-repeat; }

.cus-topic1 {
  background-image: url(../images/bg1.jpg);
  background-position: top left; }

.cus-topic2 {
  background-image: url(../images/bg3.jpg);
  background-position: top right; }
  .cus-topic2 .t-title {
    text-align: left;
    margin: 0; }

.cus-topic3 {
  background-image: url(../images/bg4.png);
  background-position: center;
  background-size: cover;
  display: flex;
  height: 400px;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important;
  text-align: center; }

.cus-topic4, .cus-topic5 {
  padding-bottom: 4rem; }
  .cus-topic4 .t-title, .cus-topic5 .t-title {
    text-align: left;
    color: #333333; }

.cus-topic5 {
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/bg2.jpg);
  background-position: top center; }

.t-title {
  font-size: 2rem;
  color: #79BD9A;
  font-weight: bolder;
  text-align: center;
  display: block;
  margin-bottom: 2rem; }

.cus-pic {
  width: inherit;
  height: auto; }

.cus-chapter-item {
  text-align: center;
  padding: 1.5rem 0;
  background-image: url(../images/cbg.png);
  background-size: cover;
  border-radius: 5px;
  margin-bottom: 2rem; }
  .cus-chapter-item .title {
    font-size: 1.5rem;
    font-weight: bolder;
    display: block;
    margin-bottom: 1.25rem; }

.cus-news-item {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  width: 100%;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .cus-news-item a {
    color: inherit;
    display: inline-flex;
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
    width: 100%; }
  .cus-news-item .n-date {
    display: inline-block;
    width: 19%; }
  .cus-news-item .n-title {
    display: inline-block;
    width: 80%; }
  .cus-news-item::before, .cus-news-item::after {
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    display: inline-block; }
  .cus-news-item::before {
    left: 0;
    right: 0;
    width: 100%;
    border-bottom: 1px solid #F2F2F2;
    z-index: -1; }
  .cus-news-item:hover {
    background-color: #F2F2F2; }
  .cus-news-item:nth-child(1)::before {
    border-top: 1px solid #F2F2F2; }
  @media (max-width: 554px) {
    
    .cus-news-item .n-date {
      width: 35%; }
    .cus-news-item .n-title {
      width: 60%; }
    .cus-news-item:hover::after {
      width: 100%; } }

.cus-rights {
  text-align: center; }

#music-btn {
  position: fixed;
  right: 1rem;
  bottom: 2rem;
  padding: 0.75rem 1rem;
  line-height: 1.1;
  font-size: 1.5rem;
  background-color: #79BD9A;
  border-radius: 5px;
  cursor: pointer; }
  #music-btn i {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
