@charset "UTF-8";

/**======================================
	video
======================================**/

/*--------------------------------------
	common
---------------------------------------*/

/*--------------------------------------
	index
---------------------------------------*/

/*--------------------------------------
	single
---------------------------------------*/

/* single_news_box */

#single_news_box .title_box .w800,
#single_news_box .detail_box .w800 {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 800px;
}

#single_news_box .title_box .w800 {
  padding-bottom: 30px;
}

#single_news_box .detail_box .w800 {
  position: relative;
  padding-top: 30px;
  padding-bottom: 80px;
  min-height: calc(100vh - 315px);
}

#single_news_box .news_title {
  font-weight: 500;
}
#single_news_box .date {
  margin-bottom: 10px;
}

#single_news_box .date time {
  margin-right: 20px;
}

#single_news_box .back_part {
  position: absolute;
  bottom: 30px;
}

@media screen and (max-width: 599px) {
  #news_single_contents {
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 600px) {
  #news_single_contents {
    margin-bottom: 0 !important;
  }

  #single_news_box .detail_box .w800 {
    min-height: calc(100vh - 440px);
  }
}
