/*Design By Kuro*/
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
html {
  width: 100%;
  height: 100%; }

body {
  font-family: 'Noto Sans TC', "Microsoft JhengHei", sans-serif;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden; }

.center {
  text-align: center; }

.right {
  text-align: right; }

header {
  background: #fafafa;
  height: 90px;
  -webkit-box-shadow: #ccc 2px 2px 8px 2px;
  box-shadow: #ccc 2px 2px 8px 2px; }
  @media (max-width: 768px) {
    header {
      height: inherit; } }
  header .container-fluid {
    height: inherit; }
    @media (max-width: 768px) {
      header .container-fluid {
        display: none; } }
    header .container-fluid .row {
      height: inherit; }
      header .container-fluid .row .col-md-2 ul {
        padding: 0;
        margin: 0;
        list-style-type: none; }
        header .container-fluid .row .col-md-2 ul li {
          display: inline-block;
          margin-right: 5px; }
          @media screen and (min-width: 991px) and (max-width: 1200px) {
            header .container-fluid .row .col-md-2 ul li {
              margin-right: 0px; } }
          @media screen and (min-width: 769px) and (max-width: 990px) {
            header .container-fluid .row .col-md-2 ul li {
              margin-right: 0px;
              width: 30%; } }
          @media (max-width: 768px) {
            header .container-fluid .row .col-md-2 ul li {
              display: block;
              margin-right: 0;
              text-align: center;
              border-bottom: #ccc solid 1px;
              padding-bottom: 5px;
              padding-top: 5px; } }
          @media screen and (min-width: 991px) and (max-width: 1200px) {
            header .container-fluid .row .col-md-2 ul li img {
              width: 80%; } }
          @media screen and (min-width: 769px) and (max-width: 990px) {
            header .container-fluid .row .col-md-2 ul li img {
              width: 80%; } }
          @media (max-width: 768px) {
            header .container-fluid .row .col-md-2 ul li img {
              margin-right: 5px; } }
          @media (max-width: 768px) {
            header .container-fluid .row .col-md-2 ul li span {
              font-size: 1.25rem;
              color: #57c2af;
              -webkit-transform: translateY(3px);
              -ms-transform: translateY(3px);
              transform: translateY(3px);
              display: inline-block; } }
          @media (max-width: 768px) {
            header .container-fluid .row .col-md-2 ul li:last-child {
              border-bottom: none; } }
      @media (max-width: 768px) {
        header .container-fluid .row .col-md-10 {
          text-align: center; } }
  header .nav {
    display: inline-block; }
    @media (max-width: 768px) {
      header .nav {
        display: block; } }
    header .nav > ul {
      padding: 0;
      margin: 0;
      list-style-type: none; }
      header .nav > ul > li {
        display: inline-block;
        position: relative;
        padding-bottom: 15px;
        padding-top: 15px; }
        @media (max-width: 768px) {
          header .nav > ul > li {
            display: block;
            padding-bottom: 5px;
            padding-top: 5px;
            border-bottom: #ccc solid 1px; } }
        header .nav > ul > li > ul {
          display: none;
          padding: 0;
          margin: 0;
          list-style-type: none;
          top: 55px;
          background: #f8f8f8;
          left: 0;
          width: 100%;
          position: absolute;
          z-index: 10; }
          @media (max-width: 768px) {
            header .nav > ul > li > ul {
              position: relative;
              top: 0; } }
          header .nav > ul > li > ul li:last-child a {
            border-bottom: none; }
          header .nav > ul > li > ul a {
            font-size: 1.125rem;
            text-align: left;
            border-bottom: #57c2af solid 1px;
            color: #036eb7;
            padding: 5px 10px; }
            @media screen and (min-width: 769px) and (max-width: 990px) {
              header .nav > ul > li > ul a {
                font-size: 1rem; } }
        header .nav > ul > li:after {
          content: '';
          background: #727171;
          width: 1px;
          height: 36px;
          position: absolute;
          right: 0;
          top: 15px; }
          @media screen and (min-width: 769px) and (max-width: 990px) {
            header .nav > ul > li:after {
              height: 24px; } }
          @media (max-width: 768px) {
            header .nav > ul > li:after {
              display: none; } }
        header .nav > ul > li:last-child:after {
          display: none; }
        header .nav > ul > li a {
          display: block;
          color: #727171;
          font-size: 1.5rem;
          text-decoration: none;
          padding: 0 30px;
          font-weight: 500;
          margin-left: -4px; }
          @media screen and (min-width: 769px) and (max-width: 990px) {
            header .nav > ul > li a {
              font-size: 1rem; } }
          header .nav > ul > li a:hover {
            background: #57c2af;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            color: #fff; }

.banner {
  position: relative;
  margin-top: 18px;
  border-bottom: #57c2af 5px solid;
  margin-bottom: 55px;
  background: url(../images/banner-.jpg) #57c2af;
  height: 565px;
  background-size: contain;
  background-repeat: no-repeat; }
  @media (min-width: 1441px) {
    .banner {
      background: url(../images/banner.jpg) #57c2af;
      background-size: cover;
      background-position: center 20%; } }
  @media screen and (min-width: 991px) and (max-width: 1200px) {
    .banner {
      background-size: cover;
      background-position: center; } }
  @media screen and (min-width: 769px) and (max-width: 990px) {
    .banner {
      background-position: center;
      background-size: cover; } }
  @media (max-width: 768px) {
    .banner {
      height: 150px;
      background-position: center;
      background-size: cover; } }
  .banner:after {
    width: 0;
    position: absolute;
    left: 50%;
    bottom: -25px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #57c2af transparent transparent transparent; }
  .banner .title-box {
    position: absolute;
    left: 60px;
    top: 60px; }
    .banner .title-box img {
      margin-bottom: 10px; }
    @media (max-width: 768px) {
      .banner .title-box {
        left: 15px;
        top: 15px; } }
    @media screen and (min-width: 769px) and (max-width: 990px) {
      .banner .title-box img {
        width: 80%; } }
    @media (max-width: 768px) {
      .banner .title-box img {
        width: 25%; } }
    .banner .title-box h1 {
      margin-top: 5px;
      font-size: 3.125rem;
      font-weight: 400;
      color: #444444; }
      @media screen and (min-width: 991px) and (max-width: 1200px) {
        .banner .title-box h1 {
          font-size: 2.5rem; } }
      @media screen and (min-width: 769px) and (max-width: 990px) {
        .banner .title-box h1 {
          font-size: 1.25rem; } }
      @media (max-width: 768px) {
        .banner .title-box h1 {
          font-size: 1.125rem; } }
    .banner .title-box h2 {
      font-size: 3.125rem;
      background: rgba(69, 188, 167, 0.2);
      color: #444444;
      font-weight: 400;
      display: inline-block; }
      @media screen and (min-width: 991px) and (max-width: 1200px) {
        .banner .title-box h2 {
          font-size: 2.5rem; } }
      @media screen and (min-width: 769px) and (max-width: 990px) {
        .banner .title-box h2 {
          font-size: 1.25rem; } }
      @media (max-width: 768px) {
        .banner .title-box h2 {
          font-size: 1.125rem; } }
  .banner .scroll-tips {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    position: absolute;
    text-orientation: mixed;
    height: 150px;
    background: #fff;
    left: 25px;
    bottom: -80px;
    padding: 0 13px 0 20px;
    text-orientation: mixed; }
    @media (max-width: 768px) {
      .banner .scroll-tips {
        bottom: -90px; } }
    @media (max-width: 535px) {
      .banner .scroll-tips {
        bottom: -120px; } }
    .banner .scroll-tips:before {
      content: '';
      height: 0%;
      background: #57c2af;
      width: 2px;
      left: 10px;
      position: absolute;
      -webkit-animation: line 1s linear infinite;
      animation: line 1s linear infinite; }
    .banner .scroll-tips:after {
      content: '';
      background: #444444;
      height: 33px;
      width: 2px;
      position: absolute;
      left: 10px;
      top: 0; }

@-webkit-keyframes line {
  100% {
    height: 100%; } }

@-moz-keyframes line {
  100% {
    height: 100%; } }

.main {
  min-height: 600px;
  position: relative; }
  .main:before {
    position: absolute;
    width: 12px;
    background: #57c2af;
    height: 670px;
    left: 0;
    top: 200px;
    content: ''; }
    @media screen and (min-width: 769px) and (max-width: 990px) {
      .main:before {
        display: none; } }
    @media (max-width: 768px) {
      .main:before {
        display: none; } }
  .main:after {
    position: absolute;
    width: 12px;
    background: #57c2af;
    height: 670px;
    right: 0;
    top: 200px;
    content: ''; }
    @media screen and (min-width: 769px) and (max-width: 990px) {
      .main:after {
        display: none; } }
    @media (max-width: 768px) {
      .main:after {
        display: none; } }

.master-title {
  text-align: center; }
  .master-title h3 {
    font-size: 2.8125rem;
    letter-spacing: 5px;
    color: #444444;
    margin-bottom: 30px;
    position: relative; }
    @media screen and (min-width: 769px) and (max-width: 990px) {
      .master-title h3 {
        font-size: 2.5rem; } }
    .master-title h3:before {
      background: rgba(69, 188, 167, 0.2);
      content: '';
      width: 70px;
      height: 70px;
      position: absolute;
      border-radius: 50px;
      -webkit-transform: translate(-20px, -15px);
      -ms-transform: translate(-20px, -15px);
      transform: translate(-20px, -15px); }
  .master-title.yellow h3:before {
    background: #fde9c0 !important;
    z-index: -1; }

.under-line {
  background: #57c2af;
  height: 2px;
  position: relative;
  margin-bottom: 50px; }
  .under-line:before {
    content: url(../images/uu.jpg);
    position: absolute;
    left: 50%;
    bottom: -20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.new-width {
  max-width: 895px; }

.main-p {
  font-size: 1.875rem;
  color: #444444;
  letter-spacing: 1px; }
  @media (max-width: 768px) {
    .main-p {
      font-size: 1.25rem;
      text-align: center; } }
  @media screen and (min-width: 769px) and (max-width: 990px) {
    .main-p {
      font-size: 1.25rem; } }
  .main-p img {
    margin-right: 10px; }
    @media (max-width: 768px) {
      .main-p img {
        display: block;
        margin: 0 auto; } }
  .main-p span {
    display: block;
    margin-left: 17%;
    font-size: 1.5rem; }
    @media screen and (min-width: 769px) and (max-width: 990px) {
      .main-p span {
        font-size: 1.25rem; } }
    @media (max-width: 768px) {
      .main-p span {
        font-size: 1.0625rem;
        margin-left: 0; } }
  .main-p a {
    text-decoration: none;
    color: #036eb7;
    font-size: 1.5rem; }
    @media (max-width: 768px) {
      .main-p a {
        font-size: 1.0625rem; } }

.table-title {
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 1rem;
  margin-bottom: 10px; }

.table {
  border: 2px solid #57c2af; }
  .table thead.thead-dark {
    background: #57c2af;
    color: #fff;
    font-weight: inherit; }
    .table thead.thead-dark th {
      color: #fff;
      letter-spacing: 20px; }
  .table th {
    text-align: center;
    border-top: 2px solid #57c2af;
    font-size: 1.625rem;
    vertical-align: middle;
    color: #444444;
    font-weight: 400;
    border-right: 2px solid #57c2af; }
    @media (max-width: 535px) {
      .table th {
        font-size: 1.0625rem; } }
  .table td {
    border-top: 2px solid #57c2af;
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 3px;
    color: #444444; }
    @media (max-width: 535px) {
      .table td {
        font-size: 1.0625rem;
        vertical-align: middle; } }
  .table thead th {
    border-bottom: none; }

.area-box {
  margin-top: 110px;
  margin-bottom: 100px; }
  @media (max-width: 768px) {
    .area-box {
      margin-top: 35px;
      margin-bottom: 35px; } }
  .area-box p {
    font-size: 1.75rem;
    color: #444444;
    text-align: center; }
    @media (max-width: 768px) {
      .area-box p {
        font-size: 1.5rem;
        margin-bottom: 0; } }
  @media (max-width: 768px) {
    .area-box .col-md-4 {
      margin-bottom: 10px; } }

.table.namelist {
  border: #f7b630 solid 2px;
  margin-bottom: 150px; }
  @media (max-width: 768px) {
    .table.namelist {
      margin-bottom: 50px; } }
  .table.namelist thead.thead-dark {
    background: #f7b630;
    border: #f7b630 solid 2px; }
    .table.namelist thead.thead-dark > tr {
      background: #f7b630; }
      .table.namelist thead.thead-dark > tr > th {
        padding: 5px 0; }
  .table.namelist th {
    border-right: #f7b630 solid 2px;
    border-top: none;
    padding: 3px 0;
    width: 50%;
    font-size: 1.5rem; }
    @media (max-width: 768px) {
      .table.namelist th {
        font-size: 1rem;
        padding: 10px 0; } }
    .table.namelist th a {
      color: #444444;
      text-decoration: none;
      font-size: 1.1875rem;
      letter-spacing: 3px; }
      @media (max-width: 768px) {
        .table.namelist th a {
          font-size: 1rem; } }
  .table.namelist td {
    border: none;
    font-size: 1.1875rem;
    padding: .4rem; }
    @media (max-width: 768px) {
      .table.namelist td {
        font-size: 1rem;
        padding: 10px 0; } }
  .table.namelist tr:nth-child(odd) {
    background: #fce9e1; }

.map-box {
  color: #363636; }
  .map-box ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
  .map-box li {
    position: relative; }
    .map-box li p:first-child {
      font-weight: 500;
      font-size: 1.5rem;
      padding-left: 25px;
      top: 10px; }
    .map-box li p {
      padding-left: 28px;
      font-size: 1.125rem; }
    .map-box li:before {
      content: '';
      background: #f7b630;
      width: 20px;
      top: 9px;
      height: 20px;
      position: absolute;
      left: 0; }

.map-des-box {
  padding: 50px 0 50px 0;
  margin-bottom: 50px;
  position: relative; }
  .map-des-box:after {
    content: '';
    background: url(../images/map_images.png);
    right: -125px;
    bottom: 25px;
    position: absolute;
    width: 613px;
    height: 744px;
    z-index: -1; }
    @media screen and (min-width: 991px) and (max-width: 1200px) {
      .map-des-box:after {
        width: 400px;
        height: 485px;
        background-size: contain;
        right: -50px;
        bottom: 100px; } }
    @media (max-width: 768px) {
      .map-des-box:after {
        width: 300px;
        height: 364px;
        right: 0;
        background-size: contain; } }

footer {
  text-align: center;
  background: #444444;
  padding: 8px 0;
  color: #fff; }

#top {
  position: fixed;
  display: none;
  right: 50px;
  top: 50vh;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media (max-width: 768px) {
    #top {
      right: 20px; } }
  #top ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-top: 10px;
    text-align: center; }
    @media (max-width: 768px) {
      #top ul {
        background: #fff;
        padding-top: 20px;
        text-align: center;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
        z-index: -1;
        position: relative; } }
    #top ul li a {
      border-bottom: #ccc solid 1px;
      display: inline-block;
      padding-bottom: 5px;
      color: #444444;
      text-decoration: none;
      margin-bottom: 5px;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      #top ul li a:hover {
        color: #f7b630;
        text-decoration: none;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
    #top ul li:last-child a {
      border-bottom: none; }
  #top .round {
    width: 94px;
    border-radius: 100px;
    height: 94px;
    background: #f7b630; }
    @media (max-width: 768px) {
      #top .round {
        width: 50px;
        height: 50px; } }
    #top .round .arrow {
      text-align: center;
      display: block;
      line-height: 100px;
      color: #fff;
      font-size: 2.5rem;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
      @media (max-width: 768px) {
        #top .round .arrow {
          font-size: 1.25rem;
          line-height: 60px; } }
    #top .round .top-text {
      text-align: center;
      display: none;
      cursor: pointer;
      color: #fff;
      line-height: 94px;
      font-size: 1.5rem; }
      @media (max-width: 768px) {
        #top .round .top-text {
          font-size: 1.25rem;
          line-height: 50px; } }

a#m-menu {
  background: #57c2af;
  color: #fff;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 10px 0; }
