#s04 {
}
#s04 .content {
  padding: 148px 15px !important;
}


#s04 .img-cover {
  position: relative;
  margin-top: 50px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /* background-image: url("https://file.iniwedding.com/fair/2019/20190928/m08-video-cover.jpg?v=1"); */

  display: flex;
  align-items: center;
  justify-content: center;
}
#s04 .img-cover > img {
  width: 100%;
}
#s04 .img-cover .cover {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(0,0,0,0.1);
}

#s04 .img-cover .play-btn {
  width: 120px;
  height: 120px;

  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);

  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

#s04 .img-cover .play-btn .round {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid white;
  background-color: #00000038;
  border-radius: 50%;
  transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.48, 0.95);
}

#s04 .img-cover .play-btn i {
  font-size: 31px;
  color: white;
  z-index: 2;
}
#s04 .img-cover .play-btn:hover .round,
#s04 .img-cover .play-btn.active .round {
  transform: scale(1.5);
}

#s04 .iframeVideo {
  height: 0px;
  padding-top: 25px;
  padding-bottom: 56.2%;
  position: relative;
}

#s04 .iframeVideo iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

/*******************************/
/* 반응형 */
/*******************************/

/* 모바일 */
@media screen and (max-width: 450px) {  
  #s04 .content {
    padding-top: 71px !important;    
    padding-bottom: 78.5px !important;    
  }
  
  #s04 .img-cover {
    margin-top: 38px;
  }
  #s04 .img-cover .play-btn {
    width: 90px;
    height: 90px;
  }
  #s04 .img-cover .play-btn i {
    font-size: 23px;
  }
  
}
/* 테블릿 */
@media screen and (min-width: 451px) and (max-width: 1023px) {
}
/* PC */
@media screen and (min-width: 1024px) {
}
