#contents .detailSection .main .detailGroup .detail .img {
    background: #fff;
}

.flL.taC.flex {
    align-items: center;
    display: flex;
    height: 280px;
    font-size: 40px;
}

.flL.taC.flex p {
    font-size: 40px !important;
}

p.table-center-text {
    display: table;
    margin: auto;
}

.item-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.item-box .item {
    margin: 0 15px;
}

.youtube-movie {
    position: relative;
}
.youtube-movie p.dammy {
    position: absolute;
    top: 0;
    left: 0;
    width: 720px;
    height: 100%;
    background: #00000054;
    color: #f00;
    margin: auto;
    bottom: 0;
    right: 0;
    font-size: 60px!important;
    line-height: 5;
}
#recommend_movie {
   padding-top: 120px;
   margin-top: -120px;
}
@media screen and (max-width: 767px) {
	.youtube-movie p.dammy {
	    width: 100%;
	}
}

.youtube-movie.edit{
  width: 720px;
  margin:0 auto;
}

.youtube-movie.edit .youtube-movie-box{
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}


.youtube-movie.edit iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


@media screen and (max-width: 767px){
.youtube-movie.edit{
    width: 100%;

}
#recommend_movie {
   padding-top: 0;
   margin-top: 0;
}
}
