@charset "utf-8";
/* CSS Document */
.newsArea{ padding:50px 0}
.newsBox{max-width:1180px; margin:0 auto;}
.showBox{ background:#f4f4f4; padding:50px 20px;  }

.topBox .articleTitle{ border-bottom:1px solid #dcdcdc;}
.showBox .btn1{margin-top:30px;}

.newsArea .newsList .newsItem {
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.newsArea .newsList .newsItem.slick-active + .slick-active + .slick-active + .slick-active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media(max-width:960px){
.breadArea{ padding-top:0px;}
	}


@media (max-width: 640px) {
  .newsArea .newsList .newsItem.slick-active + .slick-active + .slick-active + .slick-active {
    border-bottom: 0;
  }
  
  .showBox{ background:#f4f4f4; padding:30px 10px;  }

}
@media (max-width: 640px) {
  .newsArea .newsList .newsItem.slick-active + .slick-active {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 1025px) {
  .newsArea .newsList .newsItem:hover {
    background-color: #ffffff;
  }
  .newsArea .newsList .newsItem:hover .dateBox .dateCircle {
    border-color: #06C;
  }
  .newsArea .newsList .newsItem:hover .dateBox .week,
.newsArea .newsList .newsItem:hover .dateBox .year,
.newsArea .newsList .newsItem:hover .dateBox .monDay {
    color:#06C;
  }
  .newsArea .newsList .newsItem:hover .Txt .title a:after {
    width: 100%;
  }
  .newsArea .newsList .newsItem:hover .moreBox a {
    color: #008FD7;
  }
  .newsArea .newsList .newsItem:hover .moreBox a .plus {
    background-color: #008FD7;
  }
  .newsArea .newsList .newsItem:hover .moreBox a .plus:before, .newsArea .newsList .newsItem:hover .moreBox a .plus:after {
    background-color: #ffffff;
  }
}
.newsArea .newsList .newsItem .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsArea .newsList .newsItem .dateBox {
  width: 200px;
}
.newsArea .newsList .newsItem .dateBox .dateCircle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  border: 1px solid #008FD7;
  border-radius: 50%;
  text-align: center;
  margin: auto;
}
.newsArea .newsList .newsItem .dateBox .week,
.newsArea .newsList .newsItem .dateBox .year {
  color: #008FD7;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
}
.newsArea .newsList .newsItem .dateBox .week {
  text-transform: uppercase;
}
.newsArea .newsList .newsItem .dateBox .monDay {
  color: #008FD7;
  font-size: 25px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
.newsArea .newsList .newsItem .dateBox .year {
  padding-top: 3px;
}
.newsArea .newsList .newsItem .TxtBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 240px);
}
.newsArea .newsList .newsItem .Txt {
  width: calc(100% - 220px);
  position: relative;
  padding-right: 50px;
}
.newsArea .newsList .newsItem .Txt:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 1px;
  height: 77px;
  background-color: rgba(0, 0, 0, 0.1);
}
.newsArea .newsList .newsItem .Txt .title {
  color: #000;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 1px;
  height: 27px;
  overflow: hidden;
}
.newsArea .newsList .newsItem .Txt .title a {
  color: #1a1a1a;
  display: inline-block;
  position: relative;
}
.newsArea .newsList .newsItem .Txt .title a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.5);
}
.newsArea .newsList .newsItem .Txt .text {
  color: #484848;
  font-size: 15px;
  font-weight: 100;
  letter-spacing: 0.75px;
  line-height: 1.667;
  height: 45px;
  margin-top: 10px;
  overflow: hidden;
}
.newsArea .newsList .newsItem .moreBox {
  width: 220px;
  text-align: center;
}
.newsArea .newsList .newsItem .moreBox a {
  padding: 25px 20px;
  color: #F60;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newsArea .newsList .newsItem .moreBox .plus {
  width: 27px;
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  border-radius: 50%;
  position: relative;
  margin-left: 10px;
}
.newsArea .newsList .newsItem .moreBox .plus:before, .newsArea .newsList .newsItem .moreBox .plus:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #484848;
}
.newsArea .newsList .newsItem .moreBox .plus:before {
  width: 9px;
  height: 1px;
}
.newsArea .newsList .newsItem .moreBox .plus:after {
  width: 1px;
  height: 9px;
}
@media (max-width: 1180px) {
  .newsArea{ padding:0px 0}
  
  .newsArea .newsList .newsItem .dateBox,
.newsArea .newsList .newsItem .moreBox {
    width: 180px;
  }
  .newsArea .newsList .newsItem .TxtBox,
.newsArea .newsList .newsItem .Txt {
    width: calc(100% - 180px);
  }
  .newsArea .newsList .newsItem .moreBox {
    padding-left: 20px;
  }
}
@media (max-width: 992px) {
  .newsArea .newsList .newsItem .dateBox {
    width: 120px;
  }
  .newsArea .newsList .newsItem .TxtBox {
    width: calc(100% - 120px);
  }
  .newsArea .newsList .newsItem .Txt {
    width: calc(100% - 120px);
    padding: 0 30px 0 20px;
  }
  .newsArea .newsList .newsItem .moreBox {
    width: 120px;
  }
}
@media (max-width: 768px) {
  .newsArea .newsList .newsItem .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .newsArea .newsList .newsItem .dateBox {
    width: 105px;
  }
  .newsArea .newsList .newsItem .TxtBox {
    width: calc(100% - 105px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newsArea .newsList .newsItem .Txt {
    width: 100%;
    padding: 10px 0 0 20px;
  }
  .newsArea .newsList .newsItem .Txt:after {
    display: none;
  }
  .newsArea .newsList .newsItem .moreBox {
    width: 100%;
  }
  .newsArea .newsList .newsItem .moreBox a {
    padding: 10px 10px 10px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  .newsArea .newsList .newsItem .Txt .title {
    height: 58px;
	font-size:18px;
  }
  .newsArea .newsList .newsItem .Txt .text {
    display: none;
  }
}
@media (max-width: 414px) {
  .newsArea .newsList .newsItem .dateBox {
    width: 90px;
  }
  .newsArea .newsList .newsItem .dateBox .dateCircle {
    width: 90px;
    height: 90px;
  }
  .newsArea .newsList .newsItem .dateBox .week,
.newsArea .newsList .newsItem .dateBox .year {
    font-size: 13px;
  }
  .newsArea .newsList .newsItem .dateBox .monDay {
    font-size: 20px;
    padding-top: 5px;
  }
  .newsArea .newsList .newsItem .TxtBox {
    width: calc(100% - 90px);
  }
  .newsArea .newsList .newsItem .Txt {
    padding: 10px 0 0 10px;
  }
  .newsArea .newsList .newsItem .moreBox {
    padding-left: 10px;
  }
  .newsArea .newsList .newsItem .moreBox a {
    padding-top: 5px;
  }
  }