@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: #FFF;
  border-radius: 4px;
  border: solid 1px #000;
}

.btn:hover {
  background: #000;
  color: #FFF;
  border: solid 1px #000;
}

.btn0 {
  background: #FFF;
  border-radius: 4px;
  border: solid 1px #000;
  padding: 4px 10px;
}

.btn0:hover {
  background: #000;
  color: #FFF;
  border: solid 1px #000;
}

.btn01 {
  background: #E5E5E5;
}

.bg {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.bg01 {
  background: #DFE0E0;
}

.btn02 {
  background: #1C6081;
  border: solid 1px;
  border-radius: 10px;
  color: #ffffff;
}
.btn02:hover {
  background: #000000;
}

.color02 {
  color: #7CAFCC;
}

.color03 {
  color: #ffffff;
}

.color04 {
  color: #000000;
}

.color05 {
  color: #221E1F;
}

.color06 {
  color: #f00 !important;
}

.color07 {
  color: #F16834;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.title a i {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.title:hover i {
  margin-right: -3px;
}

h1.mid {
  text-align: center;
}

.maker {
  background: #000000;
  padding: 2px;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
}

/*頁碼01 */
.nav-Page {
  margin: 30px 0;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.pagination .page-left, .pagination .page-right, .pagination .page-double-right, .pagination .page-double-left {
  box-sizing: border-box;
  position: relative;
  width: 22px;
  height: 22px;
  padding: 0px 5px;
}
.pagination .page-left::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  transform: rotate(45deg);
  left: 2px;
  top: 6px;
}
.pagination .page-right::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  transform: rotate(-45deg);
  left: -2px;
  top: 6px;
}
.pagination .page-double-right::after, .pagination .page-double-right::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 1px solid;
  border-top: 1px solid;
  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;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  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: #707070;
  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: #707070;
  color: #fff;
  border-radius: 30px;
}

/*BANNER */
.banner, .banner-all {
  margin-top: 170px;
}

.ebook {
  border: solid 1px #E5E5E5;
  padding: 10px;
  margin: 10px 0 30px 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.ebook h4 {
  margin: 10px 0;
}
.ebook .more {
  border-radius: 30px;
  padding: 6px 16px;
  font-size: 18px;
  background: #FFF;
  border: solid 1px #000;
  display: inline-block;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.ebook .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 119%;
  background: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.ebook .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.ebook:hover {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.368627451);
  margin: 0px 0 40px 0;
}
.ebook:hover .more {
  color: #fff;
  background: #000;
}
.ebook:hover .img-box img {
  transform: translate(-50%, -50%) scale(1.1);
}

.news {
  margin: 15px 0;
  padding-bottom: 15px;
}
.news ul li {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  margin: 8px;
  border-bottom: dashed 1px #707070;
}
.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;
}

.user, .user01 {
  -webkit-box-shadow: 0 5px 10px #A7A7A7;
  padding: 20px;
}
.user .left_img, .user01 .left_img {
  width: 30%;
}
.user .left_img img, .user01 .left_img img {
  width: 100%;
  padding-right: 20px;
}
.user .text, .user01 .text {
  width: 70%;
}

.user01 .left_img {
  width: 40%;
}
.user01 .text {
  width: 60%;
}

.company, .user02 {
  margin: 0px 0px 20px 0px;
}
.company .user-box, .user02 .user-box {
  cursor: auto !important;
}
.company .company-box, .company .user-box, .user02 .company-box, .user02 .user-box {
  -webkit-box-shadow: 0 5px 10px #a7a7a7;
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.company .company-box img, .company .user-box img, .user02 .company-box img, .user02 .user-box img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: 250px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.company .company-box .company-box-img, .company .company-box .user-box-img, .company .user-box .company-box-img, .company .user-box .user-box-img, .user02 .company-box .company-box-img, .user02 .company-box .user-box-img, .user02 .user-box .company-box-img, .user02 .user-box .user-box-img {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  padding: 4px;
  background: rgba(26, 26, 26, 0.7803921569);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  z-index: 1;
}
.company .company-box .company-box-img span, .company .company-box .user-box-img span, .company .user-box .company-box-img span, .company .user-box .user-box-img span, .user02 .company-box .company-box-img span, .user02 .company-box .user-box-img span, .user02 .user-box .company-box-img span, .user02 .user-box .user-box-img span {
  width: 100%;
  font-size: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  color: #FFF;
}
.company .company-box .user-box-img span, .company .user-box .user-box-img span, .user02 .company-box .user-box-img span, .user02 .user-box .user-box-img span {
  font-size: 16px;
}
.company:hover .company-box img, .user02:hover .company-box img {
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.detail_down {
  background: #E5E5E5;
  color: #000000;
  padding: 6px 2px;
  margin: 0px 10px;
  text-align: center;
  border-radius: 5px;
}
.detail_down:hover {
  background: #D1D1D1;
}

.download-div {
  margin: 10px 0;
}
.download-div:nth-child(2n+1) {
  background: #E5E5E5;
}
.download-div .download-div-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 0;
}
.download-div .download-div-box .download-div-left {
  width: calc(100% - 70px);
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.download-div .download-div-box .download-div-right {
  width: 45px;
  height: 45px;
}
.download-div .download-div-box .download-div-right i {
  font-size: 2rem;
}

.bulletin ul li {
  background: #F2F2F2;
  border-radius: 5px;
  border-bottom: none;
}
.bulletin ul li:hover {
  background: #E5E5E5;
}

.association {
  -webkit-box-shadow: 0 5px 10px #A7A7A7;
  padding: 20px;
}
.association .association-left {
  width: 180px;
}
.association .association-right {
  width: calc(100% - 180px);
  word-break: break-word;
}
.association .left_img {
  width: 25%;
}
.association .left_img img {
  width: 100%;
  padding-right: 20px;
}
.association .text {
  width: 75%;
}

.search {
  display: flex;
  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 #707070;
}
.search .searchButton {
  border-radius: 5px;
  padding: 8px;
  background: #707070;
  color: #ffffff;
  width: 100px;
}
.search .searchButton:hover {
  background: #000000;
}
.search .searchButton i {
  font-size: 20px;
}

.box_act {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  margin: 10px 0;
}
.box_act .box-div {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 74%;
}
.box_act .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 0.2s;
  height: 270px;
}
.box_act:hover img {
  transform: scale(1.1);
}

.box_sec {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  margin: 10px 0;
}
.box_sec .box-div {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
}
.box_sec .box-div img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.box_sec:hover img {
  transform: scale(1.1);
}

.link_bg {
  background: #F2F2F2;
}

.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;
}

footer {
  padding-top: 20px;
  padding-bottom: 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: right;
  padding: 10px;
}
footer .icon {
  text-align: right;
}
footer .icon img {
  width: 54px;
  margin-left: 30px;
}

@media screen and (max-width: 1440px) {
  .company .company-box img {
    height: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .banner-all {
    margin-top: 88px;
  }
}
@media screen and (max-width: 991px) {
  footer .icon img {
    width: 40px;
    margin-left: 10px;
  }
  footer .copyright {
    margin-top: 15px;
  }
  .user01 {
    padding: 10px;
  }
  .user01 .left_img {
    width: 30%;
  }
  .user01 .left_img img {
    width: 100%;
    padding-right: 10px;
  }
  .user01 .text {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  footer .icon {
    text-align: left;
  }
  footer .icon img {
    margin-left: 0px;
    margin-right: 10px;
  }
  footer .copyright {
    text-align: left;
    padding: 0px;
  }
  .association .left_img {
    width: 100%;
  }
  .association .left_img img {
    padding-right: 0px;
    padding-bottom: 10px;
  }
  .association .text {
    width: 100%;
  }
  .user .left_img {
    width: 100%;
  }
  .user .left_img img {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 10px;
  }
  .user .text {
    width: 100%;
  }
}
@media screen and (max-width: 667px) {
  .ebook .more {
    padding: 4px 12px;
    font-size: 14px;
  }
  .dsm-block {
    display: block;
  }
  .banner {
    margin-top: 53px;
  }
  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%;
    background: #E5E5E5;
    padding: 5px;
  }
  .association .association-right {
    margin: 10px 0px;
    width: 100%;
  }
  .links ul li {
    width: 100%;
  }
  .download-div .download-div-box .download-div-left {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 450px) {
  .banner-all {
    margin-top: 80px;
  }
  .company .company-box img {
    height: 160px;
  }
  .company .company-box .company-box-img span {
    font-size: 16px;
  }
}