@charset "UTF-8";



/****************************************



              News Page ADD 2401



*****************************************/

.news_contain {

  width: 920px;

  margin: 0 auto;

}

@media (max-width: 1000px) and (min-width:769px) {
  .news_contain {
    width: 93%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {

  .news_contain {

    width: 90.9333vw;

  }
  .news_wrap .sub_tab_menuWrap,
  .news_article_wrap .sub_tab_menuWrap {
    width: 90.9333vw;
    margin: 0 auto;
  }

}



/* pick up */

.news_contain .news_top-img {

  height: 280px;

  margin: 80px auto 120px;

  border: 1px solid #CCCCCC;

  box-sizing: border-box;

  display: flex;

  align-items: center;

  position: relative;

}

.news_contain .news_top-img .label_txt {

  width: 110px;

  height: 43px;

  background: #FFF100;

  display: flex;

  justify-content: center;

  align-items: center;

  position: absolute;

  top: 0;

  right: 0;

}

.news_contain .news_top-img .label_txt p {

  font-size: 20px;

  letter-spacing: 0.03em;

}

.news_contain .news_top-img .news_bigImg {

  width: 430px;

  height: 100%;

  margin-right: 30px;

  border-right: 1px solid #CCCCCC;

}

.news_contain .news_top-img .news_bigImg img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}

.news_contain .news_top-img .news_bigTxt {

  width: calc(100% - 430px - 40px - 30px);

  margin-right: 40px;

}
@media (max-width: 1000px) and (min-width:769px) {
  .news_contain .news_top-img {
    height: auto;
    flex-wrap: wrap;
  }
  .news_contain .news_top-img .news_bigImg {
    width: 100%;
    margin-right: 0;
  }
  .news_contain .news_top-img .news_bigTxt {
    width: 100%;
    padding: 5%;
    margin-right: 0;
  }
}

.news_contain .news_top-img .news_bigTxt .news_list_date {

  font-size: 16px;

}

.news_contain .news_top-img .news_bigTxt .news_list_date a {

  text-decoration: underline;

}

.news_contain .news_top-img .news_bigTxt .news_list_title {

  font-size: 20px;

  line-height: 32px;

  margin-top: 20px;

}

@media only screen and (max-width: 768px) {

  .news_contain .news_top-img {

    height: auto;

    margin: 17.3333vw auto 21.3333vw;

    flex-direction: column-reverse;

  }

  .news_contain .news_top-img .label_txt {

    width: 26.6667vw;

    /* height: 10.6667vw; */
    height: 9vw;

  }

  .news_contain .news_top-img .label_txt p {

    font-size: 4.8vw;

  }

  .news_contain .news_top-img .news_bigImg {

    width: 100%;

    height: 60.5333vw;

    margin-right: 0;

    border-right: 0;

    border-top: 1px solid #CCCCCC;

  }

  .news_contain .news_top-img .news_bigTxt {

    width: 100%;

    margin-right: 0;

    padding: 10vw 2.6667vw 8vw;

    box-sizing: border-box;

  }

  .news_contain .news_top-img .news_bigTxt .news_list_date {

    font-size: 4.2666vw;

  }

  .news_contain .news_top-img .news_bigTxt .news_list_title {

    font-size: 5.3333vw;

    margin-top: 4.8vw;

  }

}



/* news list */

.news_contain .news_list ul {

  width: 100%;

  display: flex;

  flex-wrap: wrap;

}

.news_contain .news_list ul li {

  width: 280px;

  border: 1px solid #CCCCCC;

  box-sizing: border-box;

  position: relative;

}



.news_contain .news_list ul li:nth-child(-n+9) {

  margin-bottom: 90px;

}

.news_contain .news_list ul li:nth-child(3n+2) {

  margin-left: 40px;

  margin-right: 40px;

}

@media (max-width: 1000px) and (min-width:769px) {

  .news_contain .news_list ul li {
    width: 30%;
  }
  .news_contain .news_list ul li:nth-child(3n+2) {
    margin-left: 4%;
    margin-right: 4%;
  }

}

.news_contain .news_list ul li .news_newIcon {

  width: 56px;

  height: 34px;

  position: absolute;

  top: 0;

  right: 0;

}

.news_contain .news_list ul li .news_newIcon .news_newIcon_txt {

  display: flex;

  justify-content: center;

  align-items: center;

  width: 100%;

  height: 100%;

  background: #FFF100;

}

.news_contain .news_list ul li .news_list_txtBox {

  padding: 15px 10px;

  box-sizing: border-box;

  min-height: 168px;

}

.news_contain .news_list ul li .news_list_txtBox p {

  font-size: 16px;

}

.news_contain .news_list ul li .news_list_txtBox p span {

  display: inline-block;

  line-height: 1;

  padding-bottom: 2px;

  border-bottom: 1px solid #000;

  margin-top: 5px;

}

.news_contain .news_list ul li .news_list_txtBox h2 {

  font-size: 18px;

  line-height: 24px;

  margin-top: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;

}

.news_contain .news_list ul li .news_list_img {

  width: 100%;

  height: 182px;

  border-top: 1px solid #CCCCCC;

}

.news_contain .news_list ul li .news_list_img img {

  width: 100%;

  height: 100%;

  object-fit: contain;

}

@media only screen and (max-width: 768px) {

  .news_contain .news_list ul {

    justify-content: space-between;

  }

  .news_contain .news_list ul li {

    width: 43.7333vw;

  }

  .news_contain .news_list ul li:nth-child(-n+10) {

    margin-bottom: 13.3333vw;

  }

  .news_contain .news_list ul li:nth-child(3n+2) {

    margin-left: 0;

    margin-right: 0;

  }

  .news_contain .news_list ul li .news_newIcon {

    width: 12.5333vw;

    height: 7.4667vw;

  }

  .news_contain .news_list ul li .news_newIcon .news_newIcon_txt {

    font-size: 3.2vw;

  }

  .news_contain .news_list ul li .news_list_txtBox {

    padding: 4vw 2.6667vw;

    min-height: 51.2vw;

  }

  .news_contain .news_list ul li .news_list_txtBox p {

    font-size: 3.2vw;

  }

  .news_contain .news_list ul li .news_list_txtBox p span {

    margin-top: 2.6667vw;

  }

  .news_contain .news_list ul li .news_list_txtBox h2 {

    font-size: 4.2667vw;

    line-height: 1.6;

    margin-top: 4vw;

  }

  .news_contain .news_list ul li .news_list_img {

    height: 28.8vw;

  }

}



.news_wrap .bnr_box {
  width: 503px;
  margin: 0 auto 100px;
}
.news_wrap .bnr_box a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: all .5s ease;
}
.news_wrap .bnr_box a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .news_wrap .bnr_box {
    width: 92vw;
    margin: 0 auto 13.333vw;
  }
}