@charset "UTF-8";
@media (max-width: 767.98px) {
  html {
    font-size: .9rem; } }

.mc1 {
  color: #466784; }

.c2 {
  color: #B5B5B5; }

.navbar {
  padding-top: 0;
  padding-bottom: 0; }

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

.bg-cover {
  background-size: cover;
  width: 100%;
  height: 0;
  display: block;
  background-position: 50% 50%; }

article {
  padding-top: 200px;
  padding-bottom: 80px; }

.txt {
  line-height: 2; }

.h1 {
  letter-spacing: 5px; }

section:first-child {
  margin-top: 0; }

.bg-img {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.pic {
  width: 100%;
  height: 0;
  position: relative; }
  .pic span {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    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; }
    .pic span img {
      max-width: 100%;
      max-height: 100%; }

.main-title {
  position: relative;
  display: inline-block;
  margin-bottom: 100px; }
  .main-title .t1 {
    color: #fff;
    display: inline-block;
    padding: 3px 15px;
    background-color: #26394B;
    font-size: 2rem;
    letter-spacing: 5px;
    position: relative;
    z-index: 100; }
  .main-title .t2 {
    width: 180px;
    border: 2px solid #466784;
    color: #466784;
    padding-top: 30px;
    padding-bottom: 5px;
    padding-right: 5px;
    text-align: right;
    position: absolute;
    -webkit-transform: translate(50%, -30%);
    -ms-transform: translate(50%, -30%);
    transform: translate(50%, -30%);
    z-index: 50; }
  .main-title.light .t1 {
    background-color: #fff;
    color: #466784; }
  .main-title.light .t2 {
    background-color: #26394B;
    border-color: #26394B;
    color: #fff; }

.swiper-container {
  position: relative; }

.swiper-pagination {
  bottom: 30px !important; }
  .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    outline: none !important; }
    .swiper-pagination .swiper-pagination-bullet:hover {
      background-color: #466784; }
    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #466784;
      opacity: 1;
      width: 30px;
      border-radius: 50px;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }

.swiper-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.swiper-button-next {
  right: 0; }

.swiper-button-prev {
  left: 0; }

.project-nav .swiper-button-prev,
.project-nav .swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none; }
  .project-nav .swiper-button-prev i,
  .project-nav .swiper-button-next i {
    color: #466784;
    font-size: 3rem; }

.project-nav .swiper-button-prev {
  left: 0; }

.project-nav .swiper-button-next {
  right: 0; }

#back-to-top {
  width: 100%;
  background-color: #26394B;
  text-align: center;
  cursor: pointer; }
  #back-to-top i {
    color: #fff;
    font-size: 2rem; }

.pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 50px 0; }
  .pages .page {
    margin-left: .5rem;
    margin-right: .5rem; }
    .pages .page a {
      display: block;
      width: 35px;
      height: 35px;
      line-height: 35px;
      border: 1px solid transparent;
      border-radius: 50%;
      text-align: center;
      color: #466784;
      text-decoration: none; }
    .pages .page.active a, .pages .page:hover a {
      border-color: #466784; }

.btn-primary.back {
  margin-top: 50px;
  margin-bottom: 50px;
  background: none;
  border: none;
  border-bottom: 2px solid #466784;
  border-radius: 0; }
  .btn-primary.back span {
    color: #000;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold; }
  .btn-primary.back i {
    color: #466784;
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px; }
  .btn-primary.back:hover span {
    color: #466784; }

.btn-primary.main-btn {
  background-color: #fff;
  color: #000;
  font-weight: bold;
  padding: 0;
  border: none;
  position: relative; }
  .btn-primary.main-btn:before, .btn-primary.main-btn:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #466784;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  .btn-primary.main-btn:before {
    top: 0;
    left: 0;
    -webkit-transform: scaleX(0.2);
    -ms-transform: scaleX(0.2);
    transform: scaleX(0.2);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top; }
  .btn-primary.main-btn:after {
    bottom: 0;
    right: 0;
    -webkit-transform: scaleX(0.2);
    -ms-transform: scaleX(0.2);
    transform: scaleX(0.2);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom; }
  .btn-primary.main-btn:hover, .btn-primary.main-btn:focus, .btn-primary.main-btn:active {
    background-color: #466784;
    color: #fff;
    -webkit-transition: all .3s .2s ease;
    -o-transition: all .3s .2s ease;
    transition: all .3s .2s ease; }
    .btn-primary.main-btn:hover:before, .btn-primary.main-btn:hover:after,
    .btn-primary.main-btn:hover span:before,
    .btn-primary.main-btn:hover span:after, .btn-primary.main-btn:focus:before, .btn-primary.main-btn:focus:after,
    .btn-primary.main-btn:focus span:before,
    .btn-primary.main-btn:focus span:after, .btn-primary.main-btn:active:before, .btn-primary.main-btn:active:after,
    .btn-primary.main-btn:active span:before,
    .btn-primary.main-btn:active span:after {
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1); }
  .btn-primary.main-btn span {
    padding: 10px 25px;
    display: block; }
    .btn-primary.main-btn span:before, .btn-primary.main-btn span:after {
      content: '';
      display: block;
      width: 1px;
      height: 100%;
      position: absolute;
      background-color: #466784;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
    .btn-primary.main-btn span:before {
      top: 0;
      left: 0;
      -webkit-transform: scaleY(0.2);
      -ms-transform: scaleY(0.2);
      transform: scaleY(0.2);
      -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
      transform-origin: left top; }
    .btn-primary.main-btn span:after {
      bottom: 0;
      right: 0;
      -webkit-transform: scaleY(0.2);
      -ms-transform: scaleY(0.2);
      transform: scaleY(0.2);
      -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
      transform-origin: right bottom; }

.btn-outline-light,
.btn-outline-dark {
  width: 180px;
  border-radius: 50px; }

.btn-primary {
  width: 180px;
  border-radius: 50px; }

.aside-style aside {
  width: 180px;
  padding-left: 10px;
  padding-right: 10px; }
  .aside-style aside .main-title {
    margin-bottom: 30px; }
    .aside-style aside .main-title:after {
      margin-left: 0;
      margin-right: 0;
      width: 4rem; }
  .aside-style aside .aside-menu > li {
    margin: .5rem 0; }
    .aside-style aside .aside-menu > li:hover > a, .aside-style aside .aside-menu > li.active > a {
      color: #466784; }
    .aside-style aside .aside-menu > li > a {
      display: block;
      font-weight: bold;
      font-size: 1.1rem; }

.aside-style .right-block {
  width: calc(100% - 180px);
  padding-left: 30px;
  padding-right: 10px; }

@media (max-width: 575.98px) {
  .aside-style aside,
  .aside-style .right-block {
    width: 100%; } }

.select-menu {
  margin-top: 50px; }
  .select-menu .h4 {
    margin-bottom: 20px; }
  .select-menu .select-category > li {
    border-bottom: 1px solid #466784;
    padding: 10px 0; }
    .select-menu .select-category > li > p {
      font-size: 1.1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      cursor: pointer; }
      .select-menu .select-category > li > p span {
        display: block;
        width: calc(100% - 1.5rem); }
      .select-menu .select-category > li > p:after {
        content: '\f067';
        display: block;
        font-family: 'Font Awesome 5 Pro';
        font-weight: lighter;
        font-size: 1.2rem;
        color: #466784;
        width: 1.5rem;
        text-align: right; }
      .select-menu .select-category > li > p.active:after {
        content: '\f068'; }
    .select-menu .select-category > li:first-child {
      border-top: 1px solid #466784; }
    .select-menu .select-category > li .item-group .item {
      margin: 8px 0; }

.rounded-pill {
  border-radius: 50px; }

a {
  color: inherit; }
  a:hover {
    text-decoration: none; }

.line-height-2 {
  line-height: 2; }

#header {
  width: 100%;
  position: fixed;
  z-index: 8000; }
  #header.active .navbar:before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #466784; }
  #header.active .navbar .nav-item:hover .nav-link, #header.active .navbar .nav-item.active .nav-link {
    color: #9ab3c9; }
  #header.active .navbar .nav-item .nav-link {
    color: #fff; }
  #header.active .top-row {
    background-color: #466784; }

.top-row {
  background-color: rgba(70, 103, 132, 0.7); }
  .top-row .top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 5px;
    padding-bottom: 5px; }
  .top-row a {
    color: #fff; }

.navbar {
  overflow: hidden;
  position: relative; }
  .navbar:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    background-color: rgba(70, 103, 132, 0.7);
    z-index: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  .navbar .navbar-nav {
    position: relative;
    z-index: 100; }
  .navbar > .container {
    padding-top: 10px;
    padding-bottom: 10px; }

.nav-item .nav-link {
  color: #B5B5B5;
  display: block;
  padding: 10px 15px !important; }

.nav-item:hover .nav-link, .nav-item.active .nav-link {
  color: #466784; }

#index .nav-item .nav-link,
#about .nav-item .nav-link,
#news .nav-item .nav-link {
  color: #fff; }

#index .nav-item:hover .nav-link, #index .nav-item.active .nav-link,
#about .nav-item:hover .nav-link,
#about .nav-item.active .nav-link,
#news .nav-item:hover .nav-link,
#news .nav-item.active .nav-link {
  color: #466784; }

.line-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .line-button:hover {
    opacity: .8; }
  .line-button i {
    font-size: 2rem;
    margin-right: 5px; }
  .line-button i,
  .line-button .text {
    color: #00C300; }

footer {
  background-color: #4A4A4A; }

.footer-info > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px; }
  .footer-info > li .left-title {
    width: 4rem; }

.footer-social a {
  display: inline-block;
  font-size: 2.5rem;
  margin-left: 10px; }
  .footer-social a:hover {
    opacity: .8; }

.copyright {
  font-size: .9rem;
  border-top: 1px solid #fff; }

@media (max-width: 1199.98px) {
  .navbar-toggler {
    position: fixed;
    top: 20px;
    right: 20px; }
  .nav-item .nav-link {
    color: #fff; }
  #burger {
    width: 25px;
    height: 20px;
    font-size: 0;
    cursor: pointer;
    z-index: 9000;
    position: relative; }
    #burger span {
      background-color: #fff;
      display: block;
      position: absolute;
      top: 9px;
      left: 0;
      right: 0;
      height: 2px;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease;
      -webkit-transition-delay: 0.2s, 0s;
      -o-transition-delay: 0.2s, 0s;
      transition-delay: 0.2s, 0s; }
      #burger span:before, #burger span:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        background-color: #fff;
        -webkit-transition-duration: 0.2s, 0.2s;
        -o-transition-duration: 0.2s, 0.2s;
        transition-duration: 0.2s, 0.2s;
        -webkit-transition-delay: 0.2s, 0s;
        -o-transition-delay: 0.2s, 0s;
        transition-delay: 0.2s, 0s; }
      #burger span:before {
        top: -8px;
        -webkit-transition-property: top, -webkit-transform;
        transition-property: top, -webkit-transform;
        -o-transition-property: top, transform;
        transition-property: top, transform;
        transition-property: top, transform, -webkit-transform; }
      #burger span:after {
        bottom: -8px;
        -webkit-transition-property: bottom, -webkit-transform;
        transition-property: bottom, -webkit-transform;
        -o-transition-property: bottom, transform;
        transition-property: bottom, transform;
        transition-property: bottom, transform, -webkit-transform; }
    #burger.active span {
      background-color: transparent;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
      #burger.active span:before, #burger.active span:after {
        background-color: #aaa;
        -webkit-transition-property: top,-webkit-transform;
        transition-property: top,-webkit-transform;
        -o-transition-property: top,transform;
        transition-property: top,transform;
        transition-property: top,transform,-webkit-transform;
        -webkit-transition-duration: 0.2s, 0.2s;
        -o-transition-duration: 0.2s, 0.2s;
        transition-duration: 0.2s, 0.2s;
        -webkit-transition-delay: 0s, 0.2s;
        -o-transition-delay: 0s, 0.2s;
        transition-delay: 0s, 0.2s; }
      #burger.active span:before {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      #burger.active span:after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .navbar {
    background-color: rgba(70, 103, 132, 0.7); }
    .navbar:before {
      display: none; } }

@media (max-width: 767.98px) {
  .top-row img {
    width: 150px;
    display: block !important; }
  .navbar-toggler {
    top: 10px; }
  .footer-logo {
    padding-right: 1rem; }
  .footer-info-row,
  .footer-social {
    width: 100%;
    text-align: center;
    display: block; }
  .footer-info-row {
    display: block !important;
    text-align: center !important; }
    .footer-info-row .footer-logo,
    .footer-info-row .footer-info {
      display: block !important;
      width: 100%;
      text-align: center; }
    .footer-info-row .footer-logo {
      margin-bottom: 15px; }
      .footer-info-row .footer-logo img {
        margin-left: auto;
        margin-right: auto; }
    .footer-info-row .footer-info > li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .footer-social {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center !important;
    margin-top: 20px; } }

#banner .bg-img {
  height: 100vh; }
  #banner .bg-img .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 2rem;
    line-height: 2; }

#index article {
  padding-top: 0;
  padding-bottom: 0; }

#index #section1 {
  background-color: #708090;
  margin: 0; }

#index #section2 {
  margin: 0;
  background-image: url(../_img/index/about_banner.png);
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media (max-width: 991.98px) {
    #index #section2 {
      background-size: auto;
      background-attachment: scroll; } }

#index #section3 {
  background-color: #708090;
  margin: 0;
  padding-top: 80px;
  padding-bottom: 80px; }

#index #section4 {
  background-image: url(../_img/index/about_banner2.png);
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative; }
  #index #section4:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7); }

#index #section5 {
  background-color: #708090;
  margin: 0;
  padding-top: 80px;
  padding-bottom: 80px; }
  #index #section5 .main-title {
    position: relative; }
    #index #section5 .main-title .btn {
      position: absolute;
      right: 0;
      bottom: 0; }

.index-icon {
  padding: 50px 0;
  text-align: center; }
  .index-icon .col-sm-4 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .index-icon .col-sm-4:hover {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
  .index-icon img {
    display: inline-block; }
  .index-icon .h3,
  .index-icon .h6 {
    color: #26394B; }
  .index-icon .h3 {
    margin: 20px 0; }

.news-list .news-item a {
  display: block;
  position: relative;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .news-list .news-item a:hover {
    -webkit-box-shadow: 10px 10px 0 #466784;
    box-shadow: 10px 10px 0 #466784;
    -webkit-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .news-list .news-item a:hover:before {
      right: -10px;
      bottom: -10px; }
    .news-list .news-item a:hover .bg-img {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }

.news-list .news-item .img-row {
  overflow: hidden;
  position: relative;
  z-index: 100; }

.news-list .news-item .bg-img {
  padding: 0;
  height: 280px;
  display: block;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.news-list .news-item .txt-row {
  position: relative;
  z-index: 100; }
  .news-list .news-item .txt-row .date {
    font-size: .95rem; }
  .news-list .news-item .txt-row .n-title {
    font-weight: bold;
    font-size: 1.2rem; }
  .news-list .news-item .txt-row .n-detail {
    color: #B5B5B5;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    height: 2rem;
    line-height: 2rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }

.p-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .p-list .item {
    width: 25%;
    padding: 10px; }
    .p-list .item .img-row .pic {
      width: 100%;
      padding-bottom: 100%;
      display: block;
      position: relative; }
      .p-list .item .img-row .pic:after {
        content: '\f002';
        font-size: 40px;
        height: 40px;
        line-height: 1;
        font-family: 'Font Awesome 5 Pro';
        text-align: center;
        position: absolute;
        z-index: 100;
        color: #fff;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        display: none; }
      .p-list .item .img-row .pic:before {
        content: '';
        display: block;
        position: absolute;
        z-index: 50;
        left: 0;
        top: 0;
        background-color: rgba(70, 103, 132, 0.5);
        width: 100%;
        height: 100%;
        display: none; }
      .p-list .item .img-row .pic:hover:after, .p-list .item .img-row .pic:hover:before {
        display: block; }
    .p-list .item .txt-row .txt {
      color: #466784; }

@media (max-width: 767.98px) {
  .p-list.index-p-list .item {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
  .p-list .item {
    width: 50%; } }

#about {
  background: none;
  background-image: url(../_img/about/bg.jpg);
  background-size: cover;
  background-position: 50% 0%;
  background-attachment: fixed; }
  #about article {
    background: none; }
  #about #section2 {
    background-size: cover;
    background-position: 50% 50%;
    height: 450px; }

.text-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }
  .text-name .big {
    font-size: 3rem;
    margin-left: 1rem;
    font-family: "標楷體", DFKai-sb, BiauKai; }

.news-main-title {
  margin-top: -35px;
  -webkit-transform: translateX(-25%);
  -ms-transform: translateX(-25%);
  transform: translateX(-25%); }

#news article {
  padding-top: 0; }

.news-editor {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff; }

#location article {
  padding-bottom: 0; }

.location {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }
  .location .left {
    width: 300px;
    background-color: #466784; }
    .location .left .select-row {
      padding: 1rem 10%;
      background-color: #466784; }
      .location .left .select-row .select {
        position: relative; }
        .location .left .select-row .select:before {
          content: '\f107';
          position: absolute;
          right: 15px;
          top: 0;
          bottom: 0;
          margin: auto;
          font-family: 'Font Awesome 5 Pro';
          font-weight: lighter;
          font-size: 25px;
          color: #fff;
          z-index: 100; }
      .location .left .select-row .custom-select {
        border-radius: 50px;
        color: #fff;
        background: none;
        position: relative;
        z-index: 200; }
    .location .left .store-content {
      overflow: auto; }
    .location .left .store-list {
      padding: 1rem 0;
      color: #fff; }
      .location .left .store-list .store-item {
        padding-left: 10%;
        padding-right: 10%;
        margin-bottom: 10px; }
        .location .left .store-list .store-item .store-title {
          padding-right: 50px;
          position: relative;
          padding: 5px 0;
          border-bottom: 1px solid #26394B;
          cursor: pointer; }
          .location .left .store-list .store-item .store-title .txt {
            font-size: 1.2rem; }
          .location .left .store-list .store-item .store-title:before {
            content: '\f107';
            position: absolute;
            right: 15px;
            top: 0;
            bottom: 0;
            margin: auto;
            font-family: 'Font Awesome 5 Pro';
            font-weight: lighter;
            font-size: 25px;
            height: 25px;
            line-height: 1;
            color: #fff;
            z-index: 100; }
        .location .left .store-list .store-item .store-info .info-list {
          padding: 10px 0; }
          .location .left .store-list .store-item .store-info .info-list a:hover {
            text-decoration: underline; }
          .location .left .store-list .store-item .store-info .info-list li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin: 5px 0; }
            .location .left .store-list .store-item .store-info .info-list li i {
              font-size: 20px;
              width: 35px;
              color: #fff; }
  .location .right {
    width: calc(100% - 300px); }
    .location .right .map-row {
      height: 100%; }
      .location .right .map-row iframe {
        width: 100%;
        height: 100%; }

.map-info-box {
  font-family: Arial, "Heiti TC", "微軟正黑體", "Microsoft JhengHei", sans-serif; }
  .map-info-box .store-name {
    font-size: 1.5rem;
    color: #466784;
    font-weight: bold;
    margin-bottom: 5px; }
  .map-info-box .tel,
  .map-info-box .fax,
  .map-info-box .email,
  .map-info-box .address {
    font-size: 1rem;
    color: #466784;
    margin: 5px 0; }

@media (max-width: 991.98px) {
  .location .left {
    width: 230px; }
  .location .right {
    width: calc(100% - 230px); } }

@media (max-width: 767.98px) {
  .location .left,
  .location .right {
    width: 100%; }
  .location .left .store-content {
    height: auto; }
  .location .right {
    height: 500px; } }

#product article {
  padding-top: 0; }

#product .p-list .item {
  width: 33.333%; }

.p-category {
  width: 200px;
  max-width: 100%; }
  .p-category .category .item {
    margin: 5px 0; }
    .p-category .category .item.active .category-title, .p-category .category .item:hover .category-title {
      background-color: #26394B;
      color: #fff; }
    .p-category .category .item .category-title {
      background-color: #fff;
      padding: .5rem 1rem;
      text-align: center;
      color: #26394B;
      cursor: pointer; }
    .p-category .category .item .category-list .category-item {
      text-align: center;
      color: #466784;
      border-bottom: 1px solid transparent; }
      .p-category .category .item .category-list .category-item.active, .p-category .category .item .category-list .category-item:hover {
        border-bottom: 1px solid #466784; }
      .p-category .category .item .category-list .category-item a {
        padding: .7rem 1rem;
        display: block; }

.p-main-pic {
  width: 100%;
  padding-bottom: 80%; }

.p-nav-main-pic {
  width: 100%;
  padding-bottom: 100%; }

.p-slider-nav .swiper-slide {
  cursor: pointer; }
  .p-slider-nav .swiper-slide:hover {
    opacity: .5; }

.p-slider-nav .swiper-slide-thumb-active {
  opacity: .5; }

#product-inner .p-name-row {
  border-bottom: 1px solid #fff;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: .5rem; }

#product-inner .p-name {
  font-size: 1.5rem;
  color: #466784; }

#product-inner .editor {
  line-height: 2;
  font-size: 1.1rem;
  margin: 1rem 0; }

#product-inner .button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #product-inner .button-row .download-icon {
    display: block;
    margin-left: 1rem; }
    #product-inner .button-row .download-icon:hover i {
      color: #26394B; }
    #product-inner .button-row .download-icon i {
      font-size: 25px;
      color: #466784; }

.p-main-editor {
  margin-top: 3rem; }
  .p-main-editor .title {
    color: #466784; }
  .p-main-editor .editor {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 1rem 0;
    margin: 1rem 0 3rem; }

@media (max-width: 767.98px) {
  .p-category {
    width: 100%;
    margin-bottom: 50px; }
  #product .p-list .item {
    width: 100%; }
  #product-inner .button-row .btn-primary {
    width: auto; } }

#achievement article {
  padding-top: 0; }

.a-title {
  border-bottom: 1px solid #fff; }

.big-slider .bg-img,
.small-slider .bg-img {
  width: 100%;
  padding-bottom: 52.25%; }

.big-slider .swiper-slide:hover,
.small-slider .swiper-slide:hover {
  cursor: pointer; }

.big-slider {
  margin: 1rem 0; }

.a-editor {
  border-bottom: 1px solid #fff;
  padding-bottom: 50px; }

#download article {
  padding-top: 0; }

.download-list .download-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid #fff; }
  .download-list .download-item .img-row {
    width: 200px; }
    .download-list .download-item .img-row .bg-img {
      width: 100%;
      padding-bottom: 100%; }
  .download-list .download-item .txt-row {
    width: calc(100% - 200px);
    padding-left: 1rem;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #466784; }
    .download-list .download-item .txt-row .download-icon:hover i {
      color: #26394B; }
    .download-list .download-item .txt-row .download-icon i {
      font-size: 25px; }

@media (max-width: 767.98px) {
  .download-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .download-list .download-item {
      width: 50%;
      padding-left: 10px;
      padding-right: 10px; }
      .download-list .download-item .img-row,
      .download-list .download-item .txt-row {
        width: 100%; }
      .download-list .download-item .txt-row {
        padding: 10px; }
        .download-list .download-item .txt-row .download-icon {
          margin-top: 1rem;
          text-align: right;
          display: block;
          margin-left: auto; } }

#where article {
  padding-top: 0; }

.where-list .where-item {
  padding: 1rem 0;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #fff; }
  .where-list .where-item .img-row {
    width: 200px; }
    .where-list .where-item .img-row a {
      display: block;
      overflow: hidden; }
      .where-list .where-item .img-row a:hover .bg-img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
    .where-list .where-item .img-row .bg-img {
      width: 100%;
      padding-bottom: 100%;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
  .where-list .where-item .txt-row {
    width: calc(100% - 200px);
    padding-left: 1rem; }
    .where-list .where-item .txt-row .title {
      font-size: 1.3rem;
      color: #466784;
      padding: .5rem 0; }
    .where-list .where-item .txt-row .info {
      line-height: 2; }

@media (max-width: 767.98px) {
  .where-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .where-list .where-item {
      width: 50%;
      padding-left: 10px;
      padding-right: 10px;
      margin: 0; }
      .where-list .where-item .img-row,
      .where-list .where-item .txt-row {
        width: 100%;
        padding: 0; } }

#faq article {
  padding-top: 0; }

.faq-list .faq-item {
  padding: 10px; }
  .faq-list .faq-item.active .q .q-title:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  .faq-list .faq-item .q {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #fff;
    margin-bottom: 1rem;
    cursor: pointer; }
    .faq-list .faq-item .q .q-num {
      width: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
      line-height: 35px; }
      .faq-list .faq-item .q .q-num .t1 {
        font-size: 2rem;
        margin-right: 5px;
        font-family: 'Arial'; }
    .faq-list .faq-item .q .q-title {
      width: calc(100% - 60px);
      color: #466784;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      line-height: 35px; }
      .faq-list .faq-item .q .q-title .txt {
        padding-right: 1rem; }
      .faq-list .faq-item .q .q-title:after {
        content: '\f057';
        font-family: 'Font Awesome 5 Pro';
        font-weight: lighter;
        font-size: 2rem;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
  .faq-list .faq-item .a {
    background-color: #fff; }
    .faq-list .faq-item .a .a2-title {
      font-size: 2rem;
      padding-top: 10px;
      padding-left: 10px;
      font-family: 'Arial'; }
    .faq-list .faq-item .a .a2-info {
      color: #466784;
      padding: 15px 20px 30px; }

.join-list .join-item {
  margin-bottom: 2rem; }
  .join-list .join-item .bg {
    background-color: #fff;
    padding: 30px 20px; }
  .join-list .join-item .title {
    font-size: 1.5rem;
    color: #466784;
    border-bottom: 1px solid #466784;
    padding-bottom: .5rem; }
  .join-list .join-item .join-info {
    color: #B5B5B5;
    line-height: 2rem;
    height: 6rem;
    overflow: hidden;
    padding: .5rem;
    margin-bottom: 2rem; }

.join-detail-editor {
  padding: 2rem 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 2rem; }

/*# sourceMappingURL=style.css.map */