
@charset "UTF-8";

.page-title-news img{
  left: 56%;
}

#news {
  width: 80%;
  margin: 0 auto;
  margin-top: 100px;
  padding-bottom: 50px;
}

.newsWrapper {
  width: 100%;
  background-color: #fff;
  border-radius: 50px;
}

.news-itemBox {
  width: 70%;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 50px;
}

.newsitem {
  width: 100%;
  border-bottom: 2px dashed #F76234;
  font-size: 1.2rem;
  margin-bottom: 30px;
  padding-bottom: 5px;
}

.newsitem a span {
  margin-left: 50px;
  margin-right: 30px;
}

.newsitem a:hover {
  opacity: .5;
  transition: all .5s;
}

#news-item {
  width: 80%;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 150px;
}

.news-itemWrapper {
  width: 100%;
  background-color: #fff;
  border-radius: 50px;
  padding-bottom: 50px;
}

.news-itemTitle-wrapper {
  width: 80%;
  height: 150px;
  margin: 0 auto;
  border-bottom: 2px solid #F76333;
  position: relative;
  margin-bottom: 50px;
}

.date {
  background-color: #F76333;
  border-radius: 100vh;
  font-size: .8rem;
  padding: 3px 0;
  width: 150px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 60%;
  left: 20%;
  transform: translate(-50%, -50%);
}

.news-itemTitle {
  font-size: 1.8rem;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.news-itemWrapper p {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 80px;
}

.news-itembtn {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.beforebtn a img{
  height: 16px;
  width: auto;
  margin-right: 8px;
  margin-bottom: 6px;
}

.nextbtn a img {
  height: 16px;
  width: auto;
  margin-left: 8px;
  margin-bottom: 6px;
  transform: scale(-1);
}

.backbtn {
  position: relative;
}

.backbtn::before {
  content: "";
  width: 28px;
  height: 2px;
  background-color: #F76333;
  border-radius: 100vh;
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translate(-50%, 0);
}

.beforebtn:hover {
  opacity: .6;
  transition: all .5s;
}

.nextbtn:hover {
  opacity: .6;
  transition: all .5s;
}

.backbtn:hover {
  opacity: .6;
  transition: all .5s;
}


@media (max-width: 1500px) {

  .newsitem {
    font-size: 1rem;
  }

}

@media (max-width:900px) {

  @media (min-height:1000px) {

    #news {
      margin-top: 70px;
      margin-bottom: 50px;
    }

    .newsitem {
      font-size: .9rem;
    }

  }
}



@media (max-width: 500px) {

  #news {
    margin-top: 50px;
    padding-bottom: 0;
  }

  .newsWrapper {
    border-radius: 20px;
  }

  .news-itemBox {
    padding-top: 50px;
    padding-bottom: 30px;
    width: 80%;
  }

  .newsitem {
    font-size: .8rem;
    border-bottom: 1.5px dashed #F76234;
  }

  .newsitem a span {
    margin-left: 5px;
    margin-right: 10px;
    font-size: .6rem;
  }

  #f-contact {
    margin-top: 80px;
  }


}



@media (max-width: 1200px) {
  .date {
    transform: scale(.9) translate(-50%, -50%);
    top: 45%;
    left: 15%;
  }

  .news-itemTitle {
    font-size: 1.8rem;
    top: 75%;
  }
}

@media (max-width:900px) {

  @media (min-height:100px) {

    #news-item {
      margin-bottom: 100px;
    }

    .news-itemTitle-wrapper {
      height: 120px;
    }

    .date {
      transform: translate(-50%, -50%) scale(.8);
      top: 45%;
      left: 15%;
    }


    .news-itemTitle {
      font-size: 1.3rem;
      top: 75%;
    }

    .news-itemWrapper p {
      font-size: .9rem;
      margin-bottom: 60px;
    }


  }
}


@media (max-width: 500px) {

  .page-title-news img {
    left: 64%;
  }

  #news-item {
    margin-top: 50px;
    margin-bottom: 80px;
  }

  .news-itemWrapper {
    border-radius: 20px;
    padding-bottom: 30px;
  }

  .news-itemTitle-wrapper {
    height: 100px;
    border-bottom: 1.5px solid #F76333;
    margin-bottom: 30px;
  }

  .date {
    font-size: .6rem;
    width: 110px;
    transform: translate(0, -50%);
    left: 5px;
    padding: 2px 0;
  }

  .news-itemTitle {
    width: 95%;
    margin: 0 auto;
    font-size: 1rem;
    text-align: center;
    top: 80%;
  }

  .news-itemWrapper p {
    width: 70%;
    font-size: .8rem;
    margin-bottom: 50px;
  }

  .news-itembtn {
    width: 90%;
    font-size: .8rem;
  }

  .beforebtn a img {
    height: 12px;
    margin-bottom: 5px;
  }

  .nextbtn a img {
    height: 12px;
    margin-bottom: 5px;
  }

  .backbtn::before {
    height: 1.5px;
    width: 25px;
    top: 24px;
  }




}