/* CSS Document */
.serviceList .textBox .title, .serviceList .Img::before, .serviceList .Img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mainArea.ins .newsInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mainArea.ins .topBox {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.newsInfoBox .classTitle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  padding: 3px 14px 2px;
  letter-spacing: 0.07px;
  background-color: #0b318f;
}
@media (max-width: 992px) {
  .newsInfoBox .classTitle {
    font-size: 13px;
    letter-spacing: 0.065px;
    padding: 3px 10px 2px;
  }
}
.newsInfoBox .dateBox .date {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.42px;
}

.serviceList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -30px;
}
@media (max-width: 1023px) {
  .serviceList {
    margin: 0 -15px;
  }
}
@media (max-width: 600px) {
  .serviceList {
    margin: 0;
  }
}
.serviceList .serviceItem {
  width: 33.33%;
  position: relative;
  padding: 0 30px 30px;
}
@media (max-width: 1023px) {
  .serviceList .serviceItem {
    padding: 0 15px 30px;
  }
}
@media (max-width: 992px) {
  .serviceList .serviceItem {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .serviceList .serviceItem {
    width: 100%;
    padding: 0 0 30px;
  }
}
@media (min-width: 1201px) {
  .serviceList .serviceItem:hover .Img {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .serviceList .serviceItem:hover .Img::before {
    border-color: #0b318f;
  }
  .serviceList .serviceItem:hover .Img img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
  }
  .serviceList .serviceItem:hover .textBox .title {
    color: #0b318f;
  }
}
.serviceList .item {
  height: 100%;
  position: relative;
  cursor: pointer;
}
.serviceList .Img {
  border-radius: 20px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 480px) {
  .serviceList .Img {
    border-radius: 10px;
  }
}
.serviceList .Img::before {
  position: absolute;
  inset: 0;
  content: "";
  border-radius: 20px;
  border: 2px solid transparent;
  z-index: 2;
}
@media (max-width: 480px) {
  .serviceList .Img::before {
    border-radius: 10px;
  }
}
.serviceList .Img img {
  width: 100%;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.serviceList .Txt {
  padding: 20px 0;
}
.serviceList .newsInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.serviceList .newsInfoBox:has(.classTitle) .dateBox {
  padding-left: 18px;
}
.serviceList .textBox {
  padding-top: 6px;
}
.serviceList .textBox .title {
  color: #000000;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.11px;
}
.serviceList .textBox .title a {
  color: #000000;
}
@media (min-width: 1201px) {
  .serviceList .textBox .title a:hover {
    color: #0b318f;
  }
}
@media (max-width: 992px) {
  .serviceList .textBox .title {
    font-size: 18px;
    letter-spacing: 0.09px;
  }
}
.serviceList .textBox .title.ellipsis {
  height: 67px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .serviceList .textBox .title.ellipsis {
    height: 55px;
  }
}
.serviceList .textBox .text {
  color: #686868;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.075px;
  margin-top: 5px;
}
@media (max-width: 992px) {
  .serviceList .textBox .text {
    font-size: 14px;
    letter-spacing: 0.07px;
  }
}
.serviceList .textBox .text.ellipsis {
  height: 68px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .serviceList .textBox .text.ellipsis {
    height: 64px;
  }
}

.shareBox {
  float: right;
}
.shareBox .btn-fb {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.shareBox .back {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 12px;
  color: #ffffff;
  background: rgb(174, 66, 51);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(174, 66, 51)), to(rgb(196, 76, 76)));
  background: linear-gradient(to bottom, rgb(174, 66, 51) 0%, rgb(196, 76, 76) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ae4233", endColorstr="#c44c4c", GradientType=0);
  /* IE6-9 */
  cursor: pointer;
}
@media (min-width: 1201px) {
  .shareBox .back:hover {
    background: #398cb1;
  }
}