@media (min-width: 320px) and (max-width: 428px) {

  /* 폰트 위계 */
  .main_tt {
    font-size: 7.4vw;
    line-height: 60px;
    margin-bottom: 27px;
    line-height: 11.1vw;
  }

  .sub_tt {
    font-size: 5.5vw;
    line-height: 27px;
  }

  .desc_tt {
    font-size: 18px;
    line-height: 30px;
  }

  /* 버튼 */
  .border_btn {
    line-height: 54px;
    font-size: 20px;
  }

  /* 레이아웃 */
  .container {
    padding: 0 20px;
    max-width: 428px;
    width: 100%;
    box-sizing: border-box;
  }

  section {
    margin: 81px 0;
  }


  .logo a {
    /* font-size: 26px; */
    font-size: 6vw;
    width: 41vw;
    background-size: 41vw;
    /* height: 45px; */
    height: 14vw;

  }

  header {
    padding: 18px 0 18px;
  }

  header.fixed {
    padding: 10px 0;
  }

  header span a {
    /* font-size: 20px; */
    font-size: 4.7vw;
  }

  header .fa-phone {
    font-size: 18px;
  }

  .form {
    padding-top: 81px;
  }

  .form h3 {
    font-size: 6.6vw;
  }

  .form .main_tt {
    margin-bottom: 54px;
  }

  .banner img {
    width: 90%;
  }

  .banner>div {
    flex-direction: column-reverse;
    align-items: center;
  }

  .banner p {
    font-size: 5.5vw;
    line-height: 27px;
    text-align: center;
  }

  .banner h3 {
    font-size: 7.3vw;
    text-align: center;
    width: 97%;
    margin: 34px auto;
    line-height: 12.1vw;
  }

  .banner_title {
    margin: 0;
  }

  .check_llist {
    /* font-size: 18px; */
    font-size: 4.2vw;
    line-height: 50px;
    max-width: 350px;
    width: 100%;
    height: 54px;
  }

  .recommend {
    padding: 81px 0;

  }

  .recommend_wrap {
    margin-left: 0;
  }

  .recommend img {
    width: 33VW;
    bottom: -12VW;
    transform: translateX(calc(-50% - 33VW));
    margin-left: 5px;
  }

  .procedure_wrap {
    flex-direction: column;
    gap: 50px;
    align-items: center;
  }

  .procedure .bar {
    bottom: 27px;
  }

  .procedure_btn {
    margin: 81px 0;
  }
  .procedure_btn> span{
    /* font-size: 30px; */
    font-size: 7vw;
  }
  .procedure_btn>i{
    right:2%;
  }

  .procedure h4 {
    width: 239px;
  }
  .form .sub_tt {
    line-height: 40px;
  }


  .form form fieldset {
    padding: 40px;
    font-size: 16px;
  }

  .form ul {
    flex-direction: column;
  }



  .form ul {
    gap: 35px;
  }

  .form ul:not(:first-of-type) {
    margin-top: 35px;
  }


  .form ul:last-child li:last-child {
    margin-bottom: 0;
  }

  .form li {
    max-width: 305px;
    width: 100%;
  }

  .form input {
    width: 100%;
  }

  .btn {
    line-height: 54px;
    font-size: 20px;
  }

  .footer_top, footer .info {
    flex-direction: column;
    gap: 0;
  }

  footer .info {
    text-align: center;
    margin-top: 20px;
  }

  footer .cr {
    display: inline-block;
    font-size: 14px;
  }

  footer p {
    font-size: 14px;
  }

  /* 팝업 */
  .popup {
    max-height: 100vh;
    height: 100%;
    left: 0;
    top: 0;
    left: 0;
    bottom: 0;
    transform: translate(0, 0);
    padding: 81px 27px;
  }

  /* .event_wapper {
    margin-bottom: 81px;
  } */
  .event_wapper .event_left>div {
    /* font-size: 45px; */
    font-size: 10.5vw;
  }

  .event_wapper .event_left>ul {
    font-size: 15px;
    word-break: keep-all;
  }

  .event_wapper .event_right img {
    width: 80%;
    bottom: 81px;
    right: 5%;
  }

  .popup button {
    margin-top: 81px
  }

.form .mediaId select {
  width: 100% !important;
  max-width: 100%;
}

ul.d-flex {
  flex-wrap: wrap !important;
}

.form ul {
  gap: 20px;
}

.form li {
  width: 100% !important;
}


}

@media (max-width:370px) {
  .main_tt {
    font-size: 7.3vw;
  }

  .recommend img {
    width: 37VW;
    bottom: -12VW;
    transform: translateX(calc(-50% - 32VW));
    margin-left: 5px;
  }

  .form form fieldset {
    padding: 34px;
    font-size: 16px;
    font-weight: 500;
  }

  .form .sub_tt {
    width: 196px;
    margin: 0 auto 54px;
    line-height: 9.4vw;
  }

  .form .agree {
    font-size: 15px;
  }

  .check_llist {
    font-size: 16px;
  }
}