@media screen and (max-width:1200px){
  /* .chat_wrap .chat_layout {
    width: 390px;
    height: 650px;
    bottom: 8%;
  }
  #frame_result > div:nth-child(2) {
    padding: 20px 20px 100px;
    max-height: 650px;
  } */
}
@media screen and (max-width:767px){
  .chat_wrap .right_btn {
    bottom: 14%;
    right: 10px;
  }
  .chat_wrap #top {
    margin-top: 10px;
  }
  .chat_wrap > ul li {
    width: 55px;
    height: 55px;
  }
  .chat_wrap > ul li:first-child{background-color: #6696e3;}
  .chat_wrap > ul li > div:nth-child(2){display: none;}
  .chat_wrap .chat_icon {
    width: 55px;
    height: 55px;
    background-size: 100%;
  }
  .input-box {
    position: fixed; /* 고정 위치 */
    bottom: 0; /* 하단에 위치 */
    left: 0; /* 왼쪽 정렬 */
    width: 100%; /* 전체 너비 */
    background-color: #d7deff; /* 배경색 */
    padding: 10px; /* 내부 여백 */
    box-shadow: none; /* 상단 그림자 효과 */
}
.input-box input{
    width: 85%;
    border: 1px solid #eee;
    height: 40px;
    border-radius: 10px;
    padding-left: 10px;
}
.input-box button{
    height: 50px;
    width: 13%;
    border: none;
    background: #fff;
    border-radius: 10px;
}
  /* .chat_wrap .right_btn, .chat_wrap > div {
    bottom: 15%;
    right: 10px;
  }
  .chat_wrap > ul li {
    width: 47px;
    height: 47px;
  }
  .chat_wrap .chat_icon {
    width: 47px;
    height: 47px;
    background-size: 29px;
  }
  .chat_wrap #top {
    margin-top: 10px;
  }
  .chat_wrap #top i {
    font-size: 20px;
  }
  .chat_wrap .chat_layout {
    width: 100%;
    max-height: 90vh;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px 20px 0 0;
  }
  .chat_wrap .step_choice p {
    margin: 0 0 20px;
  }
  #main > p {
    margin: 50px 0;
  }
  #main .choice > div {
    height: 230px;
  }
  #main .choice .txt {
    bottom: 20px;
  }
  .step_wrap {
    padding: 20px 0 10px;
  }
  .step_wrap .step span {
    font-size: 12px;
  }
  .step_choice p {
    margin: 20px 0;
  }
  #frame_recom .place > div {
    height: 150px;
  }
  .step_img > div span {
    font-size: 14px;
    font-family: 'Neo_Semibold';
  }
  #frame_usage .usage > div {
    height: 200px;
  }
  .btn {
    padding: 12px 0;
  }
  #frame_result > div:nth-child(2) {
    max-height: 590px;
  }
  #frame_result .swiper_pop {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform:translateZ(0)
  } */
}
