#scenario_21 {
  background-image: url(../images/common/background_04.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* 블라인드 버튼 */
#scenario_21-modal_a {
  width: 270px;
  height: 460px;
  top: 28%;
  left: 62%;
}

#scenario_21-modal_a .button_a {
  width: 250px;
}

#scenario_21-modal_a .button_a.top {
  z-index: 1;
  width: 43%;
  height: 39%;
  top: 7%;
  left: 46%;
  aspect-ratio: 1 / 1.5;
  /* display: none; */
}
#scenario_21-modal_a .pointer {
  position: absolute;
  width: 188px;
  top: 21%;
  left: 45%;
  display: block;
  /* transform: translate(-50%, -50%); */
}
/* 
#scenario_21-modal_a .pointer::after {
  content: "";
  position: absolute;
  width: max-content;
  padding: 6px 32px;
  background-color: #154EDE;
  border-radius: 34px;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  display: none;
}

#scenario_21-modal_a .pointer::after {
  content: "'블라인드 작동' 클릭!";
  display: block;
  top: 110%;
  left: 20%;
} */
#scenario_21-modal_a .pointer::after {
  content: "";
  position: absolute;
  width: max-content;
  padding: 8px 40px;
  background-color: #ffffff;
  border: 1px solid #1F1F1F;
  border-radius: 34px;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  display: none;
}
#scenario_21-modal_a .pointer::before {
  content: "";
  position: absolute;
  width: max-content;
  padding: 9px 20px;
  background-color: #000;
  border-radius: 34px;
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  z-index: 1;    
}
#scenario_21-modal_a .pointer::before {
  content: "01";
  display: block;
  top: 85%;
  left: 36%;
}
#scenario_21-modal_a .pointer::after{
  content: "'전동 블라인드' 클릭";
  display: block;
  top: 85%;
  left: 80%;
} 
/* 영상 */
#scenario_21-modal_b {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transform: unset;
}

#scenario_21-video_a {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#scenario_21-video_a_mo {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#scenario_21-modal_c {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transform: unset;
}

#scenario_21-video_b {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#scenario_21-video_b_mo {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  #scenario_21 {
    background-image: url(../images/common/background_04_mo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #scenario_21-modal_a .button_a {
    width: 165px;
  }
  #scenario_21-modal_a .pointer {
    width: 60%;
    top: 52%;
    left: 10%;
  }
  #scenario_21-modal_a .button_a.top{
    top: 27%;
    left: 32%;
  }

}
@media (max-width: 700px) {
  #scenario_21-modal_a{
    top: 43%;
    left: 51%;
  }
  #scenario_21-modal_a .button_a {
    width: 120px;
  }
  #scenario_21-modal_a .button_a.top {
    top: 18%;
    left: 4%;
    width: 38%;
    height: 34%;
  }
  #scenario_21-modal_a .pointer {
    width: 49%;
    top: 36%;
    left: 4%;
  }
  #scenario_21-modal_a .pointer::before{
    font-size: 14px;
    padding: 6px 14px;
  }
  #scenario_21-modal_a .pointer::after{
    font-size: 14px;
    padding: 6px 20px;
  }
}