@charset "UTF-8";
/*鴻勁修改區域*/


.trademarks {
  font-size: 10px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0;
  margin-bottom: 10pt;
}

.btn-white {
  color: black;
  background: white;
  border: 1px solid #e7eaec;
}

.cardList>li {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 40px
}


.cardList .item {
  max-width: 200px;
  border-radius: 10px;
  min-height: 160px;
  background-color: #fff;
  box-shadow: 0 10px 15px rgba(0,0,0,0.05);
}



/*鴻勁修改區域  END*/
.clientList .Img > a,
.strongholdList .Img,
.strongholdList .Txt {
  box-sizing: border-box;
}
.contentBox .leftBox {
  padding: 0 50px 0 0;
}
@media (max-width: 1180px) {
  .contentBox .leftBox {
    padding-right: 0;
    padding-bottom: 30px;
  }
}
.contentBox .rightBox {
  padding: 0;
}
.classNote {
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 1.8;
  color: #222;
  text-align: center;
}
.insImgBox img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.clientList {
  text-align: center;
}
.clientList .Img {
  position: relative;
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 57%;
}
.clientList .Img > a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.clientList .Img img {
  max-height: 100%;
}
.clientList p {
  max-height: 40px;
}
.clientInsMainArea {
  text-align: center;
}
.clientInsMainArea .articleTitle::after {
  margin-left: auto;
  margin-right: auto;
}
.clientInsMainArea .insImgBox {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 641px) {
  .strongholdList > li + li {
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .strongholdList > li + li {
    margin-top: 30px;
  }
}
.strongholdList .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1181px) {
  .strongholdList .item:hover h3 a {
    color: #b30f1b;
  }
}
@media (max-width: 640px) {
  .strongholdList .item {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 641px) {
  .strongholdList .Img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 200px;
  }
}
@media (max-width: 640px) {
  .strongholdList .Img {
    width: 100%;
  }
}
.strongholdList .Img img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (min-width: 641px) {
  .strongholdList .Img + .Txt {
    max-width: calc(100% - 200px);
  }
}
.strongholdList .Txt {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  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;
  padding: 20px;
  background-color: #f3f3f3;
}
@media (max-width: 640px) {
  .strongholdList .Txt {
    width: 100%;
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.strongholdList h3 a {
  display: block;
  font-size: 16px;
  letter-spacing: 0.5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.strongholdList h3 a::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #b30f1b;
}
.strongholdList h4 {
  font-weight: 400;
  color: #000;
}
.strongholdList p {
  margin-bottom: 5px;
  font-size: 12px;
  color: #adadad;
}
.strongholdList .add,
.strongholdList .tel,
.strongholdList .fax {
  margin-top: 5px;
}
.strongholdList .add::before,
.strongholdList .tel::before,
.strongholdList .fax::before {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 15px;
  height: 20px;
  margin-right: 5px;
  font-family: FontAwesome;
  color: #000;
}
.strongholdList .add::before {
  content: "\f041";
}
.strongholdList .tel::before {
  content: "\f095";
}
.strongholdList .fax::before {
  content: "\f1ac";
}
