#scenario_10 {
  background-image: url(../images/common/background_03.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* 스마트 버튼 클릭 유도 */
#scenario_10-modal_a {
  top: 68%;
  left: 50%;
  width: 232px;
  aspect-ratio: 244 / 68 auto;
}

#scenario_10-modal_a .button_a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  backdrop-filter: blur(10px);
  border-radius: 40px;
  overflow: hidden;
}
#scenario_10-modal_a .button_a.top{
  backdrop-filter: none;
  height: 100%;
  z-index: 1111;
}
#scenario_10-modal_a .pointer{
  width: 100vw;
  max-width: 550px;
  opacity: 0;
  transition: 2s;
  top: 23%;
  left: 81%;
}
/* 스마트 버튼으로 퇴근 클릭 */
#scenario_10-modal_b {
  /* width: 482px; */
  width: 100%;
}

#scenario_10-modal_b .button_a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 482px;
  max-width: 100%;
  aspect-ratio: 482 / 456 auto;
}

#scenario_10-btn-desc {
  position: absolute;
  top: 99%;
  left: 24.5%;
  width: 50%;
  max-width: 940px;
  pointer-events: none;
}
#scenario_10-modal_b .pointer {
  position: absolute;
  top: 67%;
  left: 57%;
  width: 100%;
  max-width: 163PX;
  opacity: 0;
  transition: 1s;
  pointer-events: none;
}
/* #scenario_10-modal_b .button_a::after {
    content: "“스마트 버튼을 눌러 퇴근하자!”";
    position: absolute;
    top: 70%;
    left: 70%;
    width: max-content;
    max-width: 574px;
    padding: 60px 54px 50px;
    background: linear-gradient(to bottom, rgba(235, 240, 254, 1), rgba(235, 240, 254, 1), rgba(235, 240, 254, 0.68));
    border-radius: 70px;
    box-shadow: 0 70px 178px rgba(0, 0, 0, 0.25);
    font-family: 'SamsungOneKorean', sans-serif;
    font-size: 44px;
    font-weight: 400;
    color: #444E6B;
} */
/* 영상 사이 이미지 */
.background_cap{
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../images/scenario_10/cap_pc.png) no-repeat center center/cover;
  display: none;
}
.background_cap.active{
  display: block;
}
/* 영상 */
#scenario_10-modal_c {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transform: unset;
}

#scenario_10-video_a {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#scenario_10-video_a_mo {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#scenario_10-modal_d {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transform: unset;
}

#scenario_10-video_b {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#scenario_10-video_b_mo {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .background_cap{
    background: url(../images/scenario_10/cap_mo.png) no-repeat center center/cover;
  }
  /* #scenario_10 {
    background-image: url(../images/common/background_03_mo.jpg);
    background-position: center;
  } */
  #scenario_10 {
    background-image: url(../images/common/background_03_mo.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #scenario_10-modal_a{
    top: 64%;
    left: 50%;
    width: 30%;
  }
  #scenario_10-modal_a .button_a{
    top: 3%;
    left: 0%;
    transform: translate(0);
    width: 100%;
  }
  #scenario_10-modal_a .pointer{
    width: 62.26vw;
    max-width: 768px;
    top: 22%;
    left: unset;
    right: -6%;
  }
  /* 스마트 버튼 클릭 후 */
  #scenario_10-modal_b{
    width: 100%;
    top: 45%;
  }
  #scenario_10-btn-desc {
    top: 100%;
    left: 50%;
    width: 150%;
    transform: translateX(-50%);
  }
  #scenario_10-modal_b .button_a {
    width: 100%;
    max-width: 325px;
  }
  #scenario_10-modal_b .pointer {
    /* display: none; */
    top: 74%;
    left: 53%;
    width: 43.34%;
    max-width: none;
  }
}
@media (max-width: 389px) {
  #scenario_10-modal_b .button_a {
      width: 325px;
      max-width: 84vw;
  }
}