@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;
  }

  .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: 0px;
  }

  .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;
  }

  .form ul {
    flex-direction: column;
  }

  hr {
    /* margin-top: 0px; */
  }


  .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%;
  }


  .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
  }

}

@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;
  }

}


/* 태블릿  */
@media (min-width:768px) and (max-width:1200px) {

  /* medical */
  .medical-titleWrap {
    width: 85%;
  }

  .medical-desc {
    width: 600px;
  }

  /* content */

  .insurance-titleWrap {
    width: 410px;
    left: calc(50% - 247px);
  }

  .insurance-titleWrap2 {
    width: 390px;
    right: calc(50% - 210px);
  }

  .insurance-title {
    font-size: 40px;
    line-height: 50px;
  }

  .medical-title {
    font-size: 36px;
  }


  /* footer */
  .footer {
    width: 85%;
  }

  .manual {
    width: 85%;
    padding: 20px;
  }

}


/* 모바일 */

@media (max-width:767px) {

  .insurance {
    height: 2000px;
    background: url(../images/insurance_mobile.png) no-repeat center top;
  }
  /* banner */
  .banner-subTitle {
    font-size: 30px;
  }
  .banner-title {
    width: 300px;
    background-size: contain;
    margin: 30px auto 30px auto;
  }

  /* medical */
  .medical-titleWrap {
    width: 90%;
  }

  .medical-title {
    font-size: 35px;
    line-height: 40px;
  }

  .medical-sub, .medical-text {
    width: 100%;
    font-size: 25x;
    line-height: 40px;
  }
  
  .e-br {
    display: block;
  }

  .medical-desc {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
  }

  /* content */
  .insurance-titleWrap {
    width: 350px;
    left: calc(50% - 350px);
    top: 30%;
  }

  .insurance-titleWrap2 {
    width: 350px;
    right: calc(50% - 350px);
    bottom: 34%;
  }

  .insurance-desc {
    font-size: 20px;
    line-height: 30px;
  }

  .insurance-title {
    font-size: 35px;
  }

  .insurance-title {
    line-height: 40px;
  }

  .insurance-sub {
    font-size: 20px;
    line-height: 30px;
  }

  /* contente from */
  .form {
    width: 90%;
    margin: 0 auto;
  }

  .form legend {
    font-size: 35px;
  }

  /* footer */
  .footer {
    width: 90%;
  }

  /* menual */
  .manual {
    width: 90%;
  }

}

@media (max-width: 580px) {
  .insurance {
    height: 2000px;
    background: url(../images/insurance_mobile2.png) no-repeat center top;
  }
}