.page_fv_image img{
  display: block;
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: top;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 0;
}

.page_fv_image .hero_title{
  position: absolute;
  top: 30%;
  left: 10%;
  z-index: 1;
  width: auto;
}

.btn{
  color: #000;
  border: 1px solid #000;
  padding: 1rem 3rem;
  text-decoration: none;
}

.btn:hover{
  transition: 0.5s;
  opacity: 0.5;
}

#news-main{
  display: flex;
  padding: 90px 0px;
}

.contest-banner{
	color:#000;
	text-align: left;
}

.news-content{
  width: 100%;
  padding: 0px 0px 80px 0px;
}

.news_content{
  text-align: left;
  color: #000;
}

.news-content-thumbnail img{
  width: 100%;
  object-fit: cover;
}

.single-date{
  text-align: right;
}

.single-content p{
  font-weight: 500;
line-height:1.3rem;
}

.single-content-title{
  font-size: 32px;
  font-weight: bold;
}

#sidebar{
  width: 30%;
}

.side-news-list{
  margin: 40px 0px;
}

.side-news-list a{
  text-decoration: none;
  color: #000;
}

.side-news-list a:hover{
  opacity: 0.8;
  transition: 0.5s;
}

.side-news-list-title{
  line-height: 1rem;
}



@media (max-width:425px){

  #news-main{
    display: block;
    padding: 0px;
  }
	
	
  .news-section{
	padding: 0px 10px 80px 10px;
  }
	
  .news-section h1{
	font-size: 22px;
	padding: 10px 0px;
  }

.news-content-thumbnail img {
    height: 300px;
}

  .news-content{
    width: 100%;
  }

  #sidebar{
    width: 100%;
    margin-top: 70px;
  }

  .single-date{
    padding: 0px 5px 0px 10px;
  }

  .single-content-title{
    padding: 0px 10px;
	font-size:22px;
  }

  .single-content{
    padding: 0px 10px;
  }

  .single-content p{
    font-size: 14px;
  }
}
