@charset "UTF-8";
.lbBtnBox, .lbBtnBox a, .serviceList .Txt, .itemLBBox, .maintainList .item, .formBox, .formBox textarea, .formBox input[type="text"] {
  box-sizing: border-box;
}

.serviceList .Img::before, .serviceList .Img img, .serviceList .Txt::before, .serviceList .Txt h3::after, .serviceList h3, .maintainList .item, .radioBox label::before {
  transition: all .5s ease-in-out;
}

/******內頁******/
.pageSubTitle {
  margin-top: 75px;
  margin-bottom: 40px;
  padding-left: 25px;
  font-size: 24px;
  font-weight: 400;
  color: #064089;
  letter-spacing: 1px;
  font-family: Helvetica, Arial, 'Noto Sans TC', '微軟正黑體', sans-serif;
  opacity: 0;
}

.pageSubTitle.show {
  -webkit-animation: fsUp 1s ease-out both;
          animation: fsUp 1s ease-out both;
}

.topContentBox {
  max-width: 1150px;
  margin: 75px auto 0;
  line-height: 0;
  box-shadow: 2px 1px 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
}

.topContentBox.show {
  -webkit-animation: fsUp 1s ease-out both;
          animation: fsUp 1s ease-out both;
}

.lbBtnBox {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 25px 95px;
  opacity: 0;
}

.lbBtnBox.show {
  -webkit-animation: fsUp 1s ease-out both;
          animation: fsUp 1s ease-out both;
}

.lbBtnBox a {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  display: block;
  height: 180px;
  padding-top: 60px;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: #161616;
  border: 1px solid #e5e5e5;
  letter-spacing: 1px;
  background-color: #fff;
  font-family: Helvetica, Arial, 'Noto Sans TC', '微軟正黑體', sans-serif;
}

.lbBtnBox a:hover {
  color: #fff;
  background-color: #14375b;
}

.lbBtnBox a:nth-child(2) {
  margin: 0 50px;
}

.lbBtnBox a::after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  margin: 15px auto 0;
  background-color: #c1a367;
}

.lbBtnBox:not(.hideLine), .topListBox {
  position: relative;
  border-bottom: 2px solid #ecf2f6;
}

.lbBtnBox:not(.hideLine)::before, .topListBox::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  bottom: -9px;
  left: 50%;
  z-index: 1;
  margin-left: -7px;
  border-radius: 50%;
  border: 1px dashed #14375b;
  background: radial-gradient(#14375b 30%, transparent 0);
  -webkit-animation: rotateForever 5s linear infinite;
          animation: rotateForever 5s linear infinite;
}

.topListBox {
  padding-bottom: 55px;
}

.serviceList {
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
}

.serviceList.show {
  -webkit-animation: fsUp 1s ease-out both;
          animation: fsUp 1s ease-out both;
}

.serviceList li {
  padding: 0 7px 20px;
}

.serviceList .item {
  position: relative;
  max-width: 280px;
  margin: auto;
  overflow: hidden;
}

.serviceList .item:hover .Img::before {
  opacity: 1;
}

.serviceList .item:hover .Img img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.serviceList .item:hover .Txt::before {
  bottom: -100%;
}

.serviceList .item:hover h3, .serviceList .item:hover h3::after {
  color: #fff;
  transition-delay: .3s;
}

.serviceList .Img {
  position: relative;
  line-height: 0;
}

.serviceList .Img::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
  background-color: rgba(16, 34, 50, 0.8);
  pointer-events: none;
  opacity: 0;
}

.serviceList .Img img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.serviceList .Txt {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 20px 30px;
  pointer-events: none;
}

.serviceList .Txt::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.serviceList .Txt h3::after {
  content: 'View Details';
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #626262;
}

.serviceList h3 {
  font-size: 24px;
  font-weight: 400;
  color: #161616;
  letter-spacing: 1px;
  font-family: Helvetica, Arial, 'Noto Sans TC', '微軟正黑體', sans-serif;
}

.itemLBBox {
  display: none;
  width: 850px;
}

.itemLBBox.itemLBBox {
  padding: 45px 100px;
  margin-left: 15px;
  margin-right: 15px;
  overflow: visible;
}

.itemLBBox .textEditor {
  max-height: 535px;
  overflow: auto;
}

.itemLBBox .lbTitle, .itemLBBox .lbClassTitle {
  font-weight: 400;
  color: #161616;
  letter-spacing: 1px;
  font-family: Helvetica, Arial, 'Noto Sans TC', '微軟正黑體', sans-serif;
}

.itemLBBox .lbTitle {
  font-size: 24px;
}

.itemLBBox .lbTitle::after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  margin-bottom: 30px;
  background-color: #c1a367;
}

.itemLBBox .lbTitle.notImg::after {
  margin-top: 25px;
}

.itemLBBox .lbClassTitle {
  font-size: 20px;
}

.itemLBBox .textEditor ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.itemLBBox .textEditor li {
  margin-bottom: 20px;
  padding-bottom: 15px;
  letter-spacing: 1px;
  border-bottom: 1px solid #e5e5e5;
}

.titleImg {
  display: inline-block;
  margin-left: 40px;
  vertical-align: middle;
}

.lbDownloadBox a {
  display: inline-block;
  padding: 10px 0;
  outline: none;
}

.lbDownloadBox a:not(:first-child) {
  margin-left: 35px;
}

.maintainList {
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
}

.maintainList.show {
  -webkit-animation: fsUp 1s ease-out both;
          animation: fsUp 1s ease-out both;
}

.maintainList li {
  padding: 0 7px 20px;
}

.maintainList .item {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 250px;
  height: 250px;
  margin: auto;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}

.maintainList .item:hover {
  background-color: #14375b;
}

.maintainList .item:hover .Img {
  mix-blend-mode: screen;
}

.maintainList .item:hover h3 {
  color: #fff;
}

.maintainList .hasIBBtn {
  cursor: pointer;
}

.maintainList h3 {
  margin-top: 25px;
  font-size: 24px;
  font-weight: 400;
  color: #161616;
  letter-spacing: 1px;
  font-family: Helvetica, Arial, 'Noto Sans TC', '微軟正黑體', sans-serif;
}

.maintainList .lbBoxBtn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
}

.lbBox {
  display: none;
}

.formBox.formBox {
  padding: 45px 100px;
  margin-left: 15px;
  margin-right: 15px;
  overflow: visible;
}

.formBox .title {
  padding-left: 10px;
  margin-bottom: 35px;
  color: #161616;
  font-size: 24px;
  font-weight: 400;
  font-family: 'Lato', 'Noto Sans TC', '微軟正黑體', sans-serif;
}

.formBox .title strong {
  display: inline-block;
  margin-left: 20px;
  font-size: 20px;
  font-weight: 400;
}

.formBox .title span {
  margin-left: 25px;
  font-size: 15px;
  color: #626262;
  font-weight: 300;
}

.formBox .title span::before {
  content: '*';
  color: #c1a367;
}

.formBox .g-tv-6 {
  margin-top: 10px;
}

.formBox label {
  position: relative;
  display: inline-block;
  min-height: 20px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.formBox label.remark::after {
  content: '*';
  margin-left: 1px;
  color: #c1a367;
}

.formBox textarea, .formBox input[type="text"] {
  padding: 15px;
  font-size: 15px;
  color: #1b1b1b;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  font-family: Helvetica, Arial, '微軟正黑體', sans-serif;
}

.formBox input[type="text"] {
  width: 320px;
}

.formBox textarea {
  width: 100%;
  height: 140px;
}

.formBox .btn {
  display: inline-block;
  vertical-align: middle;
}

.formBox .submit {
  display: block;
  width: 130px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  background-color: #14375b;
  cursor: pointer;
}

.formBox .submit:hover {
  background-color: #0b1e31;
}

.fancybox-close-small.fancybox-close-small {
  width: 35px;
  height: 35px;
  top: -15px;
  right: -15px;
  font-size: 30px;
  color: #2f2f2f;
  outline: none;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.radioBox {
  padding-top: 50px;
}

.radioBox input {
  display: none;
}

.radioBox input:checked + label::before {
  border-color: transparent;
}

.radioBox input:checked + label::after {
  top: 2px;
  left: 14px;
  width: 17px;
  height: 17px;
  border-radius: 0;
}

.radioBox span {
  letter-spacing: 1px;
}

.radioBox label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}

.radioBox label::before, .radioBox label::after {
  content: '';
  position: absolute;
}

.radioBox label::before {
  top: 2px;
  left: 14px;
  z-index: 1;
  width: 16px;
  height: 16px;
  border: 1px solid #e5e5e5;
}

.radioBox label::after {
  top: 10px;
  left: 23px;
  z-index: 2;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #14375b;
  transition: top .3s ease-out, left .3s ease-out, width .3s ease-out, height .3s ease-out, border-radius .2s ease-out .2s;
}

.sliderBox {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.note {
  position: absolute;
  left: 55px;
  top: 7px;
  color: #999;
}

.checkArea {
  text-align: right;
}

.error {
  box-shadow: 0 0 10px #c1a367;
}

.QapTcha .clr {
  clear: both;
}

.QapTcha .bgSlider {
  width: 200px;
  height: 34px;
  float: left;
  border-radius: 6px;
  background: #45484d;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNDU0ODRkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: linear-gradient(135deg, #45484d 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=1 );
}

.QapTcha .Slider {
  cursor: pointer;
  width: 45px;
  height: 30px;
  background: transparent url(../lib/Qaptcha/but-arrow.gif) no-repeat;
  position: relative;
  top: 2px;
  left: 0;
  z-index: 99;
}

.QapTcha .dropSuccess {
  color: #4e8b37;
}

.QapTcha .dropError {
  display: none;
}

@media (max-width: 960px) {
  .formBox .g-tv-6 {
    width: 100%;
  }
  .formBox input[type="text"] {
    width: 100%;
  }
}

@media (max-width: 920px) {
  .itemLBBox {
    width: 90%;
    max-width: 850px;
  }
  .itemLBBox.itemLBBox {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 768px) {
  .formBox.formBox {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (max-width: 680px) {
  .lbBtnBox a {
    height: 120px;
    padding-top: 35px;
    font-size: 20px;
  }
  .lbBtnBox a:nth-child(2) {
    margin-left: 20px;
    margin-right: 20px;
  }
  .formBox .title strong, .formBox .title span {
    display: block;
    margin-left: 0;
  }
  .formBox .title strong {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 640px) {
  .pageSubTitle {
    padding-left: 0;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .formBox .title {
    padding-left: 0;
    margin-bottom: 0;
  }
  .formBox .title span {
    display: block;
    margin-left: 0;
  }
  .formBox .btn {
    display: block;
    margin-top: 15px;
    text-align: right;
  }
  .formBox .submit {
    width: 100%;
  }
  .g-tv-12, .g-tv-6 {
    padding-left: 0;
    padding-right: 0;
  }
  .radioBox span {
    display: block;
    margin-bottom: 10px;
  }
  .checkArea {
    text-align: left;
  }
  .sliderBox {
    margin-right: 0;
  }
  .lbBtnBox {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lbBtnBox a {
    height: 100px;
    padding-top: 20px;
  }
  .lbBtnBox a:nth-child(2) {
    margin: 20px 0;
  }
  .pageSubTitle {
    font-size: 20px;
  }
  .lbDownloadBox a {
    display: block;
  }
  .lbDownloadBox a:not(:first-child) {
    margin-left: 0;
  }
}
