/* CSS Document */
.facList .facItem {
  width: 100%;
}
.facList .item {
  padding: 40px 0px;
}
@media (max-width: 1180px) {
  .facList .item {
    padding: 20px 0;
  }
}
.facList .item .title {
  padding-bottom: 10px;
}
.facList .item .title a {
  display: inline;
  font-size: 21px;
  color: #231815;
  background-image: linear-gradient(transparent calc(100% - 10px), #fbeda2 10px);
  background-size: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.5s 0.1s ease-in-out, background-position 0s;
  transition: background-size 0.5s 0.1s ease-in-out, background-position 0s;
}
@media (max-width: 768px) {
  .facList .item .title a {
    font-size: 18px;
  }
}
@media (min-width: 1181px) {
  .facList .item .title a:hover {
    background-size: 100% 100%;
    background-position: left bottom;
  }
}
.facList .itemCase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1180px) {
  .facList .itemCase {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.facList .ImgBox {
  margin: 0;
  margin-right: 30px;
  width: 45%;
}
@media (max-width: 1180px) {
  .facList .ImgBox {
    margin: 0 auto;
    max-width: 650px;
    width: 100%;
  }
}
.facList .Img {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.facList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.facList .Txt {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px 0px;
}
@media (max-width: 1180px) {
  .facList .Txt {
    padding: 20px 0;
  }
}
.facList .Txt .textItem:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.facList .Txt .item {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .facList .Txt .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.facList .Txt .textTitle {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 130px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 500;
}
.facList .Txt .text {
  padding-top: 5px;
  font-size: 16px;
  color: #333333;
}
@media (max-width: 768px) {
  .facList .Txt .text {
    font-size: 15px;
  }
}

.contentBox.insPage {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contentBox.insPage .leftBox {
  width: 25%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 50px;
}
.contentBox.insPage .rightBox {
  width: 75%;
}
@media (max-width: 1024px) {
  .contentBox.insPage .leftBox {
    width: 100%;
    padding: 0;
  }
  .contentBox.insPage .rightBox {
    width: 100%;
  }
}

.insIntroBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .insIntroBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.insIntroBox .introBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .insIntroBox .introBox {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.insIntroBox .introBox .articleTitle {
  margin-bottom: 15px;
  padding: 0 0 15px 0;
}
.insIntroBox .introBox .Txt {
  margin: 20px 0 40px;
  line-height: 1.6;
  font-size: 15px;
  color: #333333;
}
.insIntroBox .introBox .btnBox {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 30px;
}
.insIntroBox .introBox .btnBox .btn {
  max-width: 180px;
}

.newsInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
}
.newsInfoBox .dateBox, .newsInfoBox .classTitle {
  padding: 5px 0;
}
.newsInfoBox .dateBox .date {
  line-height: 1;
}
.newsInfoBox .classTitle {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 5px 10px;
}

.newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.newsList .newsItem {
  width: 33.3333333333%;
  padding: 0 15px 30px;
}
@media (max-width: 1024px) {
  .newsList .newsItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .newsList .newsItem {
    width: 100%;
  }
}
.newsList .item {
  padding: 20px 0px;
}
.newsList .Img {
  width: 100%;
  margin-right: 10px;
}
.newsList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.newsList .Txt {
  overflow: hidden;
}
.newsList .Txt .title {
  margin-bottom: 3px;
  font-size: 19px;
  font-weight: 400;
  color: #2f2f2f;
}
.newsList .Txt .title a {
  display: inline-block;
  vertical-align: middle;
}
.newsList .Txt .text {
  margin-top: 7px;
  font-size: 13px;
  color: #909090;
  line-height: 1.8;
}
/*# sourceMappingURL=fac.css.map */