  .contact-form * {
    font-family: "Pretendard";
    /*margin: auto;*/
    /*padding: auto !important;*/
  }

  li,
  ul,
  a {
    list-style: none;
    margin: 0;
    text-decoration: none;
    color: white;
  }
  hr {
    border: 1px solid #808080b8;
  }

  .contact_main.popup {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    z-index: 9999;
    clear: both;
  }

#closeBtn {
    font-weight: normal;
    color: #777;
    font-size: 33px;
    cursor: pointer;
    float: right;
    line-height: 21px;
    margin-bottom: 18px;
}

.contact-wrap.popup {
    width: 100%;
    padding: 0px 25px;
}

.box.box1.popup {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    /*max-width: 273px;*/
    margin: 0 auto;
    transform: translateX(-1px);
}

.box label.popup {
    font-weight: 400;
    letter-spacing: -0.28px;
	align-self: start;
}

.box label.popup.complete {
	margin: auto;
}


input[type="text"].popup,
input[type="number"].popup {
    width: 100%;
    height: auto;
    border: 1px solid #d8dfe3;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 26px;
    color: #43484d;
    padding: 15px 15px 15px 16px;
    text-align: left;
    border-radius: 8px;
}

  .input-area.checkbutton {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    align-content: center;
  }

.check1.popup,
.check3.popup {
    width: 100%;
    display: flex;
    justify-content: stretch;    
    gap: 5px;
    /*margin: 10px 0;
    padding: 0px 17px 0px 10px;*/
  }

.check1.popup input[type="checkbox"],
.check3.popup input[type="checkbox"] {
    display: none;
}

.check1.popup input[type="checkbox"] + label,
.check3.popup input[type="checkbox"] + label {
    width: 100%;
    padding: 15px 15px;
    border: 1px solid #D4D4D8;
    cursor: pointer;
    color: #111;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    font-family: Pretendard;
    text-align: center;
    background: #FFF;
    border-radius: 8px;
    margin: 0;
}
  .check1.popup input[type="checkbox"]:checked + label,
  .check3.popup input[type="checkbox"]:checked + label {
    background: #C6F0FA;
    border: 1px solid #1091AF;
    color: #174651;
    font-weight: 600;
  }
  .checkbox-wrap.check2.popup {
    display: flex;
    margin-left: 10px;
    margin-top: 5px;
    font-size: 16px;
    align-self: start;
  }

  p.check-text.popup {
    font-size: 15px;
    margin: auto 0 auto 10px;
  }
  .checkbox_design.popup {
    width: 20px;
  }

  .btn-send.popup {
    font-size: 24px;
    text-align: center;
    /*background: #457dfe;*/
    background: #1091AF;
    color: #ffffff;
    /*border: 2px solid #457dfe;*/
    border-width: 0px;
    line-height: 34px;
    font-weight: 800;
    letter-spacing: -0.24px;
    padding: 21px;
    width: 100%;
    border-radius: 12px;
  }

.displaynone {
    display: none !important;
}

.answer-wrap.popup {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.btn-check.popup {
    font-size: 24px;
    width: 300px;
    padding: 21px;
    text-align: center;
    /*background: #457dfe;*/
    background: #BDBDBD;
    color: #ffffff;
    /*border: 2px solid #457dfe;*/
    border-width: 0px;
    line-height: 34px;
    font-weight: 800;
    letter-spacing: -0.24px;
    border-radius: 12px;
    margin-left: 12px;
    
}
  .btn-check.popup.active {
    background: #1091AF;
  }

  .btn-area.popup {
    width: 300px;
    background: #1091AF;
    border-width: 0px;
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
	margin-left: 12px;
  }
  .box label.popup p {
    font-weight: 600;
    color: #111;
    text-align: start;
    margin: 15px 5px 10px 0px;
    font-size: 28px;
    line-height: 40px;
    font-family: Pretendard;
  }
  .box label.popup span {
    color: #1091af;
  }
  .progressbar-wrap.popup {
    margin: 25px auto 17px 29px;
    width: 88%;
    height: 8px;
    background-color: #D9D9D9;
    border-radius: 50px;
  }
  .progressbar {
    background-color: #1091AF;
    width: 0%;
    height: inherit;
    border-radius: 50px;
    transition: 0.5s;
    margin-left: 0px;
  }
  .bar2 {
    width: 2%;
  }
  .bar20 {
    width: 20%;
  }
  .bar40 {
    width: 40%;
  }
  .bar60 {
    width: 60%;
  }
  .bar80 {
    width: 80%;
  }
  .bar100 {
    width: 100%;
  }

  #btnWrap {
    position: fixed;
    right: 5px;
    bottom: 43%;
  }
  #popupBtn {
    width: 140px;
    height: 140px;
    padding: 15px 5px 10px;
    border-radius: 100px;
    font-size: 25px;
    color: white;
    font-weight: bold;
    animation-name: fadeOut;
    animation-duration: 0.5s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-direction: alternate;
    background: #3ca7ff;
    border: 5px solid white;
  }


  #modalWrap {
    position: absolute; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 0px; /* Location of the box */
    left: 0;
    top: 78px;
    width: 100%; /* Full width */
    /*height: 100%;*/ /* Full height */
    overflow: auto; /* Enable scroll if needed */
    /*background-color: rgba(0, 0, 0, 0.4);*/ /* Black w/ opacity */
    display: none;
    z-index: 999;
    height: 600px;
    display: flex !important;
    justify-content: center;
  }

  #modalBody {
    width: 499px;
    height: 496px;
    padding: 10px;
    /*margin: 0 auto;*/
    margin: 0;
    border: 0px solid #777;
    background-color: #f2f2f2;
    border-radius: 24px;
    /*position: relative;*/
    top: 50%;
    /*transform: translate(310px, 62px);*/
    /*right: -310px;
    margin-top: 10px;*/
  }

  .box.Q1,
  .box.Q2,
  .box.Q3,
  .box.Q4 {
    display: flex;
    justify-content: center;
  }

  .funcar_review {
    width: 100%;
    margin: 0 auto;
    background-color: #1091AF;
    padding: 10px 0;
    font-weight: 800;
    font-size: 24px;
    line-height: 34px;
    padding: 21px 12px;
    border-radius: 12px;
  }
  .funcar_review a {
    color: white;
  }
 	.ast-single-post .entry-content .funcar_review a {
		text-decoration: none;	
  	}

  #back {
    width: 100%;
    color: white;
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    padding: 21px ;
    font-family: Pretendard;
    background-color: #1091af;
    border-radius: 12px;
    letter-spacing: -0.24px;
    flex-grow: 1;
  }

  #back.back-small {
    width: 108px;
    padding: 21px;
    line-height: 32px;
    background-color: unset;
    border: 1px solid #1091AF;
    color: #1091AF;
  }

.btn_page {
    /*width: 450px;*/
    width: 100%;
    display: flex;
	justify-content: center;
    height: 76px;
 	margin-top: 38px; 
}

.contact-section .elementor-widget-container {
	display: flex;
	justify-content: center;
}
 
 
@media (max-width: 767px) {
    #btnWrap {
      position: fixed;
      right: 5px;
      bottom: 66px;
    }
   #popupBtn {
    width: 87px;
    height: 81px;
    font-size: 16px;
    padding: 8px 10px 10px;
    border-radius: 50px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
}

.contact_title {
    color: #111;
    font-family: Pretendard;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px; /* 133.333% */
    letter-spacing: -0.36px;
    align-self: start;
    margin: 40px 10px 5px 30px;
}

.contact_subtitle {
    color: #505050;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.16px;
    align-self: start;
    margin: 7px 5px 5px 30px;
}

.contact-btn {
    left: 50%;
    transform: translate(-50%, 0);
}

.contact-btn.elementor-fixed {
    z-index: 999;
}

.contact-btn .elementor-button {
    font-family: Pretendard;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.2px;
    font-weight: 600;
    border-radius: 16px 16px 0px 0px;
    background: #174651;
    box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.06);
    width: 1120px;
    padding: 18px 0px;
}

.contact-section {
    position: relative;
}
.contact-section .elementor-widget-html {
    z-index: 999;
    
}


@media (max-width: 767px) {

    .contact-form * {
        margin: 0;
    }

    .contact-btn .elementor-button {
        width: 100vw;
    }

    #modalWrap {
        margin-top: 80px;
	    height: unset;
        overflow: visible;
    }

    #modalBody {
		width: 80vw;
        right: unset;
        border-radius: 12px;
        height: unset;
	    transform: translate(0px, 15px);
    } 

	.contact-wrap.popup {
        margin: 0;
        padding: 5px 10px;
	}

	.btn_page {
		width: 80vw;
        padding: 10px 20px;
        display: flex;
        height: auto;
        margin-top: 12px;
    }

    .checkbox-wrap.check2.popup {
        margin-left: 5px;
    }

    .input-area.checkbutton {
        width: 100%;
        align-content: unset;
        flex-wrap: nowrap;
    }

    .box label.popup {
        /*align-self: start;*/
    }

    .box label.subject {
        align-self: start;
    }

	.contact_title {
		font-size: 20px;
        line-height: 30px;
        margin: 15px 10px 5px 10px;
	}

	.contact_subtitle {
		font-size: 12px;
	    line-height: 18px;
        margin: 7px 5px 5px 10px;
	}

	.progressbar-wrap.popup {
        height: 6px;
		margin: 15px auto 17px 12px;
	}

	.box label.popup p {
		font-size: 15px;
		line-height: 22px;
        margin: 5px 5px 5px 0px;
	}

	.check1.popup input[type="checkbox"] + label,
  	.check3.popup input[type="checkbox"] + label {
		font-size: 14px;
        padding: 10px 10px;
        margin: 0;
        width: auto;
        align-self: stretch;
	}

	.check1.popup, .check3.popup {
		flex-direction: column;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: stretch;
        margin: 0;
        display: flex;
        height: 195px;
	}

    #back {
        font-size: 16px;
        padding: 12px;
        line-height: 24px;
        border-radius: 8px;
    }

    .answer-wrap.popup {
        width: auto;
        align-self: stretch;
        margin-top: 12px;
    }

    input[type="text"].popup,
    input[type="number"].popup {
        font-size: 14px;
        padding: 10px;
    }

    #back.back-small {
        width: auto;
        padding: 12px;
        font-size: 16px;
        line-height: 24px;
        border-radius: 8px;
        flex-grow: 1;
    }

    .btn-check.popup {
        width: auto;
        padding: 12px;
        font-size: 16px;
        line-height: 24px;
        border-radius: 8px;
        flex-grow: 4;
    }

    .btn-area.popup {
        width: auto;
        flex-grow: 4;
        padding: 0;
        border-radius: 8px;
        margin-left: 12px;
    }

    .btn-send.popup {
        width: auto;
        padding: 12px;
        font-size: 16px;
        line-height: 24px;
        border-radius: 8px;
    
    }

    .funcar_review {
        background-color: #1091AF;
        border-radius: 8px;
        padding: 12px;
        line-height: 24px;
        font-size: 16px;
    }
    .ast-single-post .entry-content .funcar_review a {
        text-decoration: none;
        font-size: 16px;
        font-weight: 800;
    }
}

