/* CSS Document */
.titleBox {
  text-align: left;
  margin: 0;
  margin-bottom: 20px;
}

.contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1180px) {
  .contentBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contentBox .leftBox {
  position: relative;
  z-index: 2;
  width: 20%;
}
@media (max-width: 1180px) {
  .contentBox .leftBox {
    width: 100%;
  }
}
.contentBox .rightBox {
  position: relative;
  z-index: 1;
  width: 77%;
}
@media (max-width: 1180px) {
  .contentBox .rightBox {
    width: 100%;
  }
}
.contentBox.ins {
  display: block;
}

.ib_news_003 .newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.ib_news_003 .newsList .newsItem {
  width: 33.3333333333%;
  padding: 0 15px 30px;
}
@media (max-width: 1024px) {
  .ib_news_003 .newsList .newsItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .ib_news_003 .newsList .newsItem {
    width: 100%;
  }
}
.ib_news_003 .newsList .item {
  padding: 20px 0px;
}
.ib_news_003 .newsList .Img {
  width: 100%;
  margin-right: 10px;
  position: relative;
  display: block;
  overflow: hidden;
}
@media (min-width: 1181px) {
  .ib_news_003 .newsList .Img:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
.ib_news_003 .newsList .Img img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.ib_news_003 .newsList .Txt {
  padding: 15px 0;
  overflow: hidden;
}
.ib_news_003 .newsList .Txt .newsInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.ib_news_003 .newsList .Txt .dateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 5px;
}
.ib_news_003 .newsList .Txt .dateBox .day {
  font-size: 45px;
  font-weight: 500;
  color: #13759c;
  line-height: 1;
  position: relative;
  top: 2px;
}
.ib_news_003 .newsList .Txt .dateBox .yearMonth {
  font-weight: 500;
  color: #13759c;
  padding-left: 15px;
  text-transform: uppercase;
}
.ib_news_003 .newsList .Txt .classTitle {
  color: #023951;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 0 0 7px;
}
.ib_news_003 .newsList .Txt .title {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.ib_news_003 .newsList .Txt .title a {
  display: block;
  color: #517487;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  height: 85px;
}
.ib_news_003 .newsList .Txt .title a:hover {
  color: #023951;
}
.ib_news_003 .newsList .Txt .text {
  height: 60px;
  color: #8B8B8B;
  font-size: 16px;
  padding-top: 10px;
}
@media (max-width: 1180px) {
  .ib_news_003 .newsList .Txt .text {
    font-size: 15px;
  }
}

.newsInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.newsInfoBox .classTitle {
  position: relative;
  top: -2px;
}

.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: #fff;
  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: 1181px) {
  .shareBox .back:hover {
    background: #398cb1;
  }
}

.mainArea:not(.show) .titleBox {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.mainArea:not(.show) .leftBox {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.mainArea:not(.show) .contentBox {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.mainArea:not(.show) .rightBox {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.mainArea:not(.show) .sideDataArea {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.mainArea:not(.show) .bread .wrap {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.mainArea.show .titleBox {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.mainArea.show .leftBox {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 1s 0.3s ease-out;
  transition: all 1s 0.3s ease-out;
}
.mainArea.show .contentBox {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 1s 0.3s ease-out;
  transition: all 1s 0.3s ease-out;
}
.mainArea.show .rightBox {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 1s 0.6s ease-out;
  transition: all 1s 0.6s ease-out;
}
.mainArea.show .sideDataArea {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 1s 0.6s ease-out;
  transition: all 1s 0.6s ease-out;
}
.mainArea.show .bread .wrap {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 1s 0.9s ease-out;
  transition: all 1s 0.9s ease-out;
}