@charset "UTF-8";
main {
  padding: 0 !important;
}

main article {
  width: 100% !important;
}

.c66 {
  color: #666;
}

.ed7 {
  color: #ed7d31;
}

.f4c {
  color: #0f4c81;
}

.tb-all {
  padding: 30px 15px;
}

.bg-f {
  background: #f0f0f0;
}

.bg-e {
  background: #e5ebef;
}

.left-s {
  border-left: solid 8px #0f4c81;
  color: #0f4c81;
  width: 150px;
  margin: 0 auto;
}

p {
  font-weight: 500 !important;
}

hr {
  border-top: 1px dashed #666 !important;
  margin: 10px 0 !important;
}

mark {
  background: #b8deff !important;
}

body footer .footer-info {
  padding-top: 10px;
  padding-bottom: 0;
}

form.forms-group dl dd img#imgcode {
  width: 150px !important;
}

/* 大標 */
.standard {
  margin: 10px 0 20px 0px;
}

.standard h2 {
  font-weight: bold;
}

.standard h2 span {
  display: block;
  color: #0f4c81;
  padding-top: 5px;
}

/*BANNER*/
.banner {
  position: relative;
}

.banner .banner-animation {
  position: absolute;
  top: 0;
  left: 0;
}

/*首頁 服務*/
.service-box {
  border: solid 1px #b7b7b7;
  padding: 10%;
  margin: 5px 0;
  background: #fff;
}

.service-box h3 {
  color: #0f4c81;
  margin: 30px 0;
  font-size: 20px;
}

.service-box button {
  background: transparent;
  outline: none;
  border: solid 1px #0f4c81;
  color: #0f4c81;
  font-weight: bold;
  font-size: 20px;
  padding: 5px 25px;
}

.service-box button:hover {
  background: #0f4c81;
  color: #fff;
}

/*首頁 流程*/
.process-box h3 {
  font-size: 16px;
  font-weight: 500;
}

/*內頁MENU*/
body nav.navbar {
  background: transparent !important;
}

body nav.navbar a.dropdown-item {
  font-size: 20px !important;
  font-weight: 500;
  padding-left: 15px !important;
  background: #a9cdec;
  color: #000 !important;
  padding: 5px;
  border-bottom: solid 1px #fff;
}

body nav.navbar a.dropdown-item:hover {
  background: #0f4c81;
  color: #fff  !important;
}

/*編輯器*/
.editor h3 {
  margin: 0  !important;
  color: #dd801d;
  font-weight: bold;
  padding-bottom: 10px;
}

.editor h4 strong {
  background: #a6f5ff;
  padding: 2px 10px;
}

/*最新消息*/
body section dl.list-text dd p {
  color: #0f4c81 !important;
}

body section dl.list-text dd p a {
  color: #000 !important;
  padding-top: 15px !important;
}

body section dl.list-text dd {
  border-color: #666666 !important;
}

/*分頁*/
.pagination {
  width: 100%;
}

.pagination li:not(:first-child) {
  margin-left: 0px !important;
}

/*聯絡我們*/
.forms-group {
  padding: 0 15px;
  width: 100%;
  margin-bottom: 30px;
}

/*回上一頁*/
body .back a span::before {
  content: "\f104" !important;
  font-family: "fontello" !important;
}

/* 右邊浮動 */
.line-right {
  position: fixed;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  height: 80px;
}

.nav-line {
  display: none;
}

body .editor p {
  line-height: 1.5rem !important;
}

/*我們的服務(首頁)*/
.index-service {
  padding: 30px 0;
}

.index-service img {
  width: 65%;
  padding: 0 30px;
}

.editor {
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  header {
    background: #fff !important;
  }
  .top-all {
    padding-top: 60px;
  }
  .line-right {
    width: 60px;
    height: 60px;
  }
  .nav-line a img {
    width: 60px;
  }
}

@media screen and (max-width: 640px) {
  .process-boxsm {
    padding: 0px 15px;
  }
  .process-boxsm img {
    padding: 10px 30%;
  }
}
/*# sourceMappingURL=all.css.map */