.popup_1_wrapper{
  width:48rem;
  height:auto;
  box-sizing:border-box;
  border-radius:2rem;
  background-color:#fff;
  position:fixed;
  right:2rem;
  bottom:2rem;
  box-shadow:0 0 1.4rem 0 rgba(0, 0, 0, .25);
  overflow:hidden;
  padding-bottom:1.4rem;
  z-index:100;
  transition:all .4s ease-in-out;
}
.ly_popup_1{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:1rem;
  padding:0;
  box-sizing:border-box;
  width:100%;
  margin:0;
  background-color:#fff;
}
.popup_1_content_confirm{
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:1rem;
  width:100%;
  margin:0;
  padding:0;
}
.popup_1_voice_wrapper{
  margin:0;
  padding:0;
  width:100%;
}
.popup_1_voice_top{
  background-color:#DC0032;
  border-radius:2rem 2rem 0 0;
  width:100%;
  height:auto;
  margin:0;
  padding:1.4rem 1.4rem 3.2rem 1.4rem;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  width:100%;
}
#hideButton{
  margin:0;
  padding:0;
  width:2rem;
  height:2rem;
  display:flex;
  justify-content:center;
  align-items:center;
}
}
#hideButton > img{
  height:100%;
  width:auto;
  object-fit:cover;
}
.popup_1_voice_top p{
  color:#fff;
  font-size:2rem;
  font-weight:700;
  margin:0;
  padding:0;
  text-align:center;
  align-self:center;
  letter-spacing:0;
}
.popup_1_voice_under{
  background-color:#fff;
  width:60rem;
  height:5rem;
  position:relative;
  width:100%;
  height:4.8rem;
}
.popup_1_under_person_list{
  position:absolute;
  display:flex;
  justify-content:space-between;
  width:80%;
  z-index:100;
  left:50%;
  transform: translate(-50%, 0);
  margin:0;
  padding:0;
  top:-2rem;
}
.popup_1_under_person_list > li{
  list-style:none;
  margin:0;
  padding:0;
  width:100%;
  height:6.8rem;
}
.popup_1_under_person_list > li > img{
  width:100%;
  height:auto;
  object-fit:cover;
  margin:0;
  padding:0;
}

.popup_1_confirm_wrapper{
  display:grid;
  gap:.8rem;
  align-items:center;
  width: 95%;
  margin: 0 auto;


}

#wordCloudForm {
  width: 95%;
    text-align: center;
}
.popup_1_input_box{
  width:76%;
  height:4.2rem;
  border:.1rem solid #000;
  background-color:#fff;
  border-radius:.4rem;
  display:flex;
  align-items:center;
  padding:.4rem 0 0 1.6rem;
  box-sizing:border-box;
}
.popup_1_input_box[type="text"]{
  margin:0;
  padding:0 1.6rem;
  font-size:1.6rem;
  font-weight:700;
  color:#000;
}
.popup_1_input_box::placeholder{
  margin:0;
  padding:0 .4rem;
  font-size:1.6rem;
  font-weight:700;
  color:#9CA0A0;
}

.popup_1_input_button{
  width:8rem;
  height:4.2rem;
  border:.1rem solid #DC0032;
  background-color:#fff;
  border-radius:10rem;
  display:flex;
  align-items:center;
  padding-left:1.6rem;
  box-sizing:border-box;
  font-size:1.6rem;
  font-weight:700;
  color:#DC0032;
  margin:0;
  padding:0;
  text-align:center;
  cursor:pointer;
  transition:all .3s;
}

.popup_1_text_wrapper{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:.8rem;
  width:90%;
}
.popup_1_text_wrapper > p{
  margin:0;
  padding:0;
  font-size:1.6rem;
  font-weight:400;
  color:#DC0032;
  letter-spacing:0;
}

.popup_1_text_wrapper > a{
  text-decoration:none;
  white-space: nowrap;
  margin:0;
  padding:.4rem 1rem;
  box-sizing:border;
  font-size:1.6rem;
  font-weight:700;
  color:#fff;
  display:flex;
  justify-content:center;
  align-items:center;
  background-color:#DC0032;
  border:.1rem solid #fff;
  transition:all .3s;
  letter-spacing:0;
}

.popup_1_content_img{
  margin:0;
  padding:0;
  display:flex;
  justify-content:center;
  align-items:center;
  width:90%;
  height:auto;
  aspect-ratio:9/4;
  border:.1rem solid #000;
}
.popup_1_content_img > img{
  width:100%;
  height:auto;
  object-fit:cover;
}

.popup_1_side_wrapper{
  margin:0;
  padding:4.8rem 1.2rem;
  box-sizing:border-box;
  border-radius:2rem 0 0 2rem;
  background-color:#DC0032;
  cursor:pointer;
  display:flex;
  justify-content:center;
  align-items:center;
  transition:all .3s;
  position:fixed;
  right:-8rem;
  bottom:2.4rem;
}
.popup_1_side_wrapper:hover{
  transform:scale(1.05);
}
.popup_1_side_wrapper > p{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin:0;
  padding:0;
  font-size:2.4rem;
  font-weight:700;
  color:#fff;
}


@media screen and (min-width: 769px){
  .popup_1_input_button:hover{
    color:#fff;
    background-color:#DC0032;
  }
  .popup_1_text_wrapper > a:hover{
    color:#DC0032;
    background-color:#fff;
  }
}
@media screen and (max-width: 968px){
  .popup_1_wrapper{

  }

}
  .custom-popup {
background: rgba(185, 215, 235, .7);
    border: 1px solid #ccc;
    left: 50%;
    padding: 20px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    width: 100%;
    height: 100%;
    align-items: center;
  }

  .custom-popup-content {
       text-align: center;
    border-radius: 20px;
    border: 1px solid var(--primary, #DC0032);
    background: var(--white, #FFF);
    width: 80%;
    height: fit-content;
    margin: 0 auto;
    padding: 4rem;
    font-weight: bold;
  }

.custom-popup-content {
  color:  #DC0032;
  
}
.popup_1_input_box:disabled {
  background-color: #f0f0f0;
  cursor: not-allowed;
}

#disableWarning {
  color: #DC0032;
  display: none;
}
  #closePopupButton {
    margin-top: 20px;
    font-weight: bold;
    font-size: 1.8rem;
  }

button {
  background: none;
  border: none;
}

.popup_1_confirm_wrapper .formInputs{
  display: flex;
  gap: 0.8rem;
}

@media screen and (max-width: 768px){
.popup_1_text_wrapper{
  display:flex;
  justify-content: right;
  }
}

@media screen and (max-width: 500px){
.popup_1_wrapper {
  width: 85%;
  }
}
  
