/* ================================================================================
	Post Block
================================================================================ */


body{
background:#ffd200;
}

.post {
  padding-bottom: 30px;
  background:#FFFFFF;
}
.post #hero-block {
  position: relative;
  z-index: 1;
}
.post #hero-block .pic-mask {
  overflow: hidden;
  max-height: 280px;
}
.post #hero-block .pic-mask img {
  width: 100%;
}

.post #hero-block .post-ti {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
}
.post .post-content {
  padding: 0 10px;
}
.post .post-content p {
  margin: 20px 0 0 0;
  font-size: 16px;

}
.post .post-content .post-meta {
  margin: 10px 0 0 0;
  font-size: 12px;
  color: #4a4a4a;
  text-align: right;
}
.post .post-content .ads {
  margin-top: 20px;
  text-align: center;
}
.post .post-content .more-bt {
  margin-top: 30px;
  text-align: center;
}
.post .post-content .more-bt .btn {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 320px;
  height: inherit;
  padding: 10px 0;
  background-color: #ffa300;
  font-size: 16px;
  line-height: 1.5;
}
.post .post-content .more-bt .btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  top: 50%;
  margin-top: -6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  transition: right .2s ease;
}
.post .totop-bt {
  margin-top:30px;
  padding: 0 10px;
  text-align: center;
}
.post .totop-bt .btn {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 320px;
  height: inherit;
  padding: 10px 0;
  background-color: #ffa300;
  font-size: 16px;
  line-height: 1.5;
}
.post .totop-bt .btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  top: 50%;
  margin-top: -6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  transition: right .2s ease;
}

/* ================================================================================
	Best Movie
================================================================================ */
#best-movie {
  border-top: none;
}

/* ================================================================================
	@SP BreakPoint Min 768px
================================================================================ */
@media screen and (min-width: 768px) {
  .post #hero-block .pic-mask {
    max-height: 360px;
  }
  .post #hero-block .post-ti {
    font-size: 18px;
  }
}
