@charset "UTF-8";
.border-bottom {
  border-bottom: solid 1px #000000;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.btn {
  background: #000000;
  border: solid 1px;
  border-radius: 10px;
  color: #ffffff;
}

.btn:hover {
  background: #1C6081;
}

.btn01 {
  background: #E5E5E5;
}

.bg {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/bg.jpg");
}

.bg01 {
  background: #DFE0E0;
}

.btn02 {
  background: #1C6081 !important;
  border: solid 1px;
  border-radius: 10px !important;
  color: #ffffff !important;
}

.btn02:hover {
  background: #000000 !important;
}

.color01 {
  color: #2580AC;
}

.color02 {
  color: #7CAFCC;
}

.color03 {
  color: #ffffff;
}

.color04 {
  color: #000000;
}

.color05 {
  color: #221E1F;
}

.color06 {
  color: #f00 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.title a i {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.title:hover i {
  margin-right: -3px;
}

.maker {
  background: #1C6081;
  padding: 2px;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/*頁碼01 */
.nav-Page {
  margin: 30px 0;
}

.pagination {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}

.pagination .page-left, .pagination .page-right, .pagination .page-double-right, .pagination .page-double-left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 22px;
  height: 22px;
  padding: 0px 5px;
}

.pagination .page-left::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 2px;
  top: 6px;
}

.pagination .page-right::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -2px;
  top: 6px;
}

.pagination .page-double-right::after, .pagination .page-double-right::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 1px solid;
  border-top: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
  right: 0px;
}

.pagination .page-double-right::after {
  right: 6px;
}

.pagination .page-double-left::after, .pagination .page-double-left::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
  left: 6px;
}

.pagination .page-double-left::after {
  left: 0px;
}

.pagination li.page-item {
  margin-top: 0;
  margin-right: 4px;
}

.pagination li.page-item a.page-link {
  line-height: 1;
  padding: 4px 12px;
  background: #808080;
  color: #fff;
  border-radius: 30px;
}

.pagination li.page-item a.page-link[href] {
  color: #000;
}

.pagination li.page-item a.page-link i::before {
  margin-right: 0;
  margin-left: 0;
}

.pagination li.page-item a.page-link[href] {
  padding: 4px 12px;
  background: #E5E5E5;
  border-radius: 30px;
}

.pagination li.page-item a.page-link:hover {
  background: #808080;
  color: #fff;
  border-radius: 30px;
}

/*BANNER */
.banner, .banner-all {
  margin-top: 148px;
}

.news {
  margin: 15px 0;
}

.news ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px;
  margin: 8px 0;
  border-bottom: solid 1px #d6d6d6;
}

.news ul li:hover .news-right a {
  color: #1C6081;
}

.news ul li .news-left {
  width: 150px;
}

.news ul li .news-right {
  width: calc( 100% - 150px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.bulletin ul li {
  background: #EFEFEF;
  border-radius: 5px;
  border-bottom: none;
}

.bulletin ul li:hover {
  background: #D1E4ED;
}

.association {
  border-bottom: dashed 1px #87898B;
  padding-bottom: 20px;
}

.association .association-left {
  width: 180px;
}

.association .association-right {
  width: calc( 100% - 180px);
}

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

.search input {
  border-radius: 5px;
  padding: 0 5px;
  font-size: 20px;
  line-height: 37px;
  width: calc( 100% - 110px);
  margin-right: 10px;
  border-radius: 5px;
  outline: none;
  border: solid 1px #1C6081;
}

.search .searchButton {
  border-radius: 5px;
  padding: 8px;
  background: #1C6081;
  color: #ffffff;
  width: 100px;
}

.search .searchButton i {
  font-size: 20px;
}

.box02 {
  position: relative;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  margin: 10px 0;
}

.box02 .box-div {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 74%;
}

.box02 .box-div img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform .2s, -webkit-transform .2s;
}

.box02:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.links {
  border-bottom: solid 1px #9FCBDF;
  padding-bottom: 15px;
}

.links ul li {
  padding: 10px 15px;
  font-size: 20px;
  width: 33.33%;
}

.links ul li a:hover {
  color: #2580AC;
}

.guestbook {
  border: solid 1px #2580AC;
  margin: 15px 0 30px 0;
}

.guestbook .guestbook-top, .guestbook .guestbook-bottom {
  padding: 15px;
}

.guestbook .guestbook-top {
  background: #CBDFEB;
}

.guestbook .guestbook-bottom {
  background: #EAF2F7;
}

footer {
  background: #2580AC;
  padding-top: 20px;
  color: #fff;
}

footer a {
  color: #fff;
}

footer .footer-title {
  margin-bottom: 15px;
}

footer .footer-title .footer-title01 {
  font-size: 20.5px;
}

footer .copyright {
  margin-top: 25px;
  text-align: center;
  border-top: solid 1px #ffffff40;
  padding: 10px;
}

@media screen and (max-width: 667px) {
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .dsm-block {
    display: block;
  }
  .banner, .banner-all {
    margin-top: 53px;
  }
  footer .footer-title .footer-title01 {
    font-size: 13.5px;
  }
  footer .footer-title .footer-title02 {
    font-size: 15.8px;
  }
  footer ul li {
    padding: 5px 0;
  }
  footer .col-6 {
    padding: 0;
  }
  footer .copyright p {
    font-size: 12px;
  }
  .news ul li {
    padding: 10px;
  }
  .news ul li .news-left {
    margin-bottom: 5px;
  }
  .news ul li .news-left, .news ul li .news-right {
    width: 100%;
  }
  .association .association-left {
    width: 100%;
    text-align: center;
    background: #cfefff;
    padding: 5px;
  }
  .association .association-right {
    width: 100%;
  }
  .links ul li {
    width: 100%;
  }
}
/*# sourceMappingURL=all.css.map */