@charset "UTF-8";
/* eoshub */
body {
  background-color: var(--color-black1);
}
iframe {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.eh_video_bgbar {
  position: relative;
  display: block;
  width: 100%;
  background-color: var(--color-black1);
}
.jb-box {
  width: 700px;
  height: 600px;
  overflow: hidden;
  margin: 0px auto;
  position: relative;
}
.jb-text {
  position: absolute;
  top: 50%;
  width: 100%;
}
.jb-text p {
  margin-top: -24px;
  text-align: center;
  font-size: 48px;
  color: #ffffff;
}
.eh_imgfile_bg {
  position: relative;
  display: block;
  width: 100%;
  height: 780px;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
/* 그라데이션 좌우 */
.eh_video_grad {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.25) 75%, #000 100%);
}
/* 그라데이션 하단 */
.eh_video_grad_bot {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, 0);
  background: -moz-linear-gradient(top, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.55) 55%, #141414 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(20, 20, 20, 0)), color-stop(55%, rgba(20, 20, 20, 0.55)), color-stop(100%, #141414));
  background: -webkit-linear-gradient(top, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.55) 55%, #141414 100%);
  background: -o-linear-gradient(top, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.55) 55%, #141414 100%);
  background: -ms-linear-gradient(top, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.55) 55%, #141414 100%);
  background: linear-gradient(to bottom, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.55) 55%, #141414 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#141414", endColorstr="#141414", GradientType=0);
  z-index: 1;
}
main {
  position: relative;
}
main .video video {
  width: 100%;
  height: 780px;
  object-fit: cover;
}
main .description {
  position: absolute;
  bottom: 30%;
  left: 40px;
  max-width: 500px;
  color: var(--color-white);
  z-index: 2;
}
main .description h1 {
  margin: 0.5em 0;
  font-size: 1.8rem;
  font-weight: 600;
}
main .description h3 {
  margin: 0.5em 0;
  font-size: 1.3rem;
  font-weight: 500;
}
main .description .summary {
  width: 80%;
  margin: 0.8em 0 2em 0;
  font-size: 0.9rem;
  color: var(--color-gray-400);
}
main .description .buttons {
  display: flex;
  gap: 10px;
}
main .description .buttons .play {
  display: flex;
  align-items: flex-end;
  gap: 0.5em;
  border: none;
  padding: 0.9em 2em;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  background-color: var(--color-primary);
}
main .description .buttons .play ion-icon {
  font-size: 1.5rem;
}
main .description .buttons .play:hover {
  background-color: var(--color-gray-300);
}
main .description .buttons .play * {
  color: var(--color-white);
}
main .description .buttons .play span {
  font-size: 1rem;
}
main .description .buttons .detail {
  background-color: rgba(109, 109, 110, 0.7);
  display: flex;
  padding: 0.9em 2em;
  border-radius: 5px;
  align-items: center;
  gap: 0.8em;
}
main .description .buttons .detail ion-icon {
  font-size: 1.3rem;
}
main .description .buttons .detail:hover {
  background-color: rgba(58, 58, 59, 0.7);
}
main .video-info {
  position: absolute;
  bottom: 30%;
  right: 0;
  display: flex;
  align-items: center;
  gap: 1em;
  z-index: 2;
}
main .video-info ion-icon {
  width: 35px;
  height: 35px;
  border: 2px solid var(--color-white);
  color: var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
main .video-info .video-comment {
  width: 80px;
  font-size: 1rem;
  color: var(--color-white);
  background-color: rgba(51, 51, 51, 0.6);
  padding: 0.5em 1em;
  position: relative;
}
main .video-info .video-comment:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 3px;
  background-color: #fff;
  left: 0;
  top: 0;
}
/*# sourceMappingURL=acd3291fdcadf21f262062027fc53f7011b66a5a.video-bg.scss.map */
