
#inquiry{
    width: 100%;
    position: relative;
  }
  textarea{
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
  }
  input{
    border-radius: 8px;
    border-width: 0;
    border-color: transparent;
    height: 40px;
    padding: 0 10px ;
    border: 1px solid #EBEBEB !important;
  }
  textarea{
    border: 1px solid #EBEBEB !important;
  
  }
  input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus{
    -webkit-box-shadow:none;
    box-shadow: none;
    border: none !important;
    border: 1px solid #4b4b4b !important;
  }
  .wr_wrapper{
    background-color: #fff;
    padding: 40px;
    border-radius: 30px;
  }
  .write .top > div{
    display: grid;
    grid-template-columns: 80px 1fr;
    margin-bottom: 8px;
  }
  .write .top > div label{
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 40px;
  }
  .write .bottom .inquriy_content{
    display: grid;
    grid-template-columns: 80px 1fr;
  }
  .write .bottom .inquriy_content label{
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-top: 10px;
  }
  .write .bottom .inquriy_content textarea{
    padding: 10px;
    height: 130px;
    border-radius: 8px;
    font-size: 14px;
    word-break: keep-all;
    line-height: 1.35;
    font-family: 'Pretendard';
  }
  input::placeholder{
    font-size: 14px;
    font-weight: 500;
    color: #979797;
    word-break: keep-all;
    line-height: 1.25;
  }
  .can-toggle{
    position: relative;
    width: 180px;
    margin: 0 auto;
    margin-bottom: 16px;
    
  }
  #inquiryType[type="checkbox"]  {
    position: relative;
    width: 100%;
    height: 50px;
    -webkit-appearance: none;
    background: #000;
    outline: none;
    border-radius: 90px;
    transition: 0.7s;
  
  }
  .typeLabel{
    width: 168px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
  }
  .typeTxt{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 99px;
    font-weight: 600;
    color: #fff;
    transition: 0.5s all;
    cursor: pointer;
  }
  .typeTxt:hover{
    background-color: #7aa9ff;
  }
  .typeTxt.active{
    background: #fff;
    color: #000;
  }
  .typeTxt.experience{
    right: 0;
  }
  .typeTxt.purchase{
    left: 0;
  }
  #inquiry .submit{
    background: #000;
    border: none;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0 30px;
    margin-top: 30px;
    transition: 0.5s;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    width: 100%;
    height: 50px;
    line-height: 50px;
  }
  #inquiry .submit:hover{
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.562);
  }
  .agree_modal b{
    text-decoration: underline !important;
    cursor: pointer;
  }
  #contactSection  .privacy{
    text-align: right;
  }
  
  #contactSection .service_check {
    display: flex !important;
    /* flex-direction: column; */
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }
  #contactSection .service_tit p{
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 40px;
  }
  #contactSection .service_check > div {
    cursor: pointer;
  }
  #contactSection .write .bottom .inquriy_content,
  #contactSection .write .top > div{
    grid-template-columns: 130px 1fr;
  }
  #contactSection .write .top .service_check label{
    line-height: 34px;
    position: relative;
  }
  #contactSection .service_check > div input{
    position: absolute;
    margin-right: 8px;
    opacity: 0;
  }
  #contactSection .service_check span{
    display: block;
    color: #000;
    padding: 0px 15px 0 35px;
    border-radius: 30px;
    font-size: 12px;
    position: relative;
    cursor: pointer;
    border: 1px solid #fff;
    transition: 0.5s all;
  }
  #contactSection .service_check span::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 7%;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 100%;
  
  }
  #contactSection .service_check label span:hover{
    background-color: #e8f2ff;
    border: 1px solid #b6d6ff;
  }
  #contactSection .service_check input[type="radio"]:checked + span{
    background-color: #000;
    color: #fff;
  }
  #contactSection .service_check input[type="radio"]:checked + span::before{
    border: 4px solid #fff;
    background-color: #000;
  }
  form article{
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 490px;
        background-color: #fff;
        box-shadow: 0 0 20px 0 rgb(167 167 167 / 40%);
        padding: 60px 40px;
        border-radius: 18px;
        z-index: 1;
    }
    form article textarea{
        border: none;
        width: 100%;
        height: 100%;
    }
    form article textarea::-webkit-scrollbar{
        width: 6px;
    }
    form article textarea::-webkit-scrollbar-thumb{
        width: 6px;
        border-radius: 6px;
        background-color: #666;
    }
    form article textarea::-webkit-scrollbar-track{
        background-color: #e1e1e1;
    }
    form article .close_btn{
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 20px;
        cursor: pointer;
    }
  @media (max-width:1440px) {
    .contact .heading .tit{
      font-size: 40px;
    }
    .contact .heading h3{
      font-size: 18px;
      padding: 12px 35px;
    }
  }
  @media (max-width:1024px) {
    .contact .heading .tit{
      font-size: 32px;
    }
    #inquiry{
      width: 85%;
    }
    .contact_wrap{
      flex-direction: column;
    }
    .contact_num{
      margin-top: 20px;
    }
  }
  @media (max-width:900px) {
     form article{
        top: 30%;
        width: 700px;
    }
    #inquiry .submit{
      width: 100%;
    }
  }
  @media (max-width:768px) {
     form article{
        width: 90%;
        height: 540px;
        padding: 30px 40px;
        border-radius: 25px;
    }
     form article .close_btn{
        top: 10px;
        right: 15px;
    }
    .service_tit p,
    .write .top > div label,
    .write .bottom .inquriy_content label{
      font-size: 16px;
    }
  
    .contact_wrap{
      border-radius: 0;
      padding: 20px;
    }
    #inquiry{
      width: 100%;
    }
    .wr_wrapper{
      padding: 20px;
    }
    #contactSection .wr_wrapper{
      border-radius: 24px ;
    }
    #contactSection .service_tit p{
      font-size: 16px;
    }
    .contact .heading .tit {
      font-size: 26px;
    }
    .contact .heading h3 {
      font-size: 16px;
      padding: 8px 25px;
    }
    .can-toggle{
      width: 166px;
    }
    .typeLabel{
      width: 150px;
    }
    .typeTxt{
      width: 70px;
      height: 35px;
      line-height: 35px;
      font-size: 15px;
    }
    .service_choose{
      padding-bottom: 4px;
      border-bottom: 1px solid #EBEBEB;
    }
  }
  @media (max-width:600px) {
    .service_check,
    #contactSection .service_check{
      align-items: flex-start !important;
      flex-direction: column;
    }
  }
  @media (max-width:425px) {
    .write .top > div,
    .write .bottom .inquriy_content{
      display: flex;
      flex-wrap: wrap;
    }
    .service_tit p, .write .top > div label, 
    .write .bottom .inquriy_content label{
      width: 100%;
    }
    .write .bottom .inquriy_content textarea{
      width: 100%;
    }
    .write .bottom .inquriy_content label{
      line-height: 40px;
    }
    #contactSection .service_check span{
      font-size: 14px;
    }
    .agree_modal,
    .agree_modal b{
      font-size: 14px;
    }
    #inquiry .submit{
      height: 40px;
      line-height: 40px;
      font-size: 14px;
    }
    input[type=text], input[type=password], textarea{
      width: 100%;
    }
  }
  @media (max-width:375px) {
    #contactSection .service_tit p,
    .service_tit p, .write .top > div label, 
    .write .bottom .inquriy_content label{
      font-size: 14px;
      
    }
    .write .bottom .inquriy_content label,
    .write .top > div label{
      line-height: 24px;
    }
    .write .bottom .inquriy_content textarea{
      font-size: 12px;
    }
    #contactSection .service_check span{
      padding: 0 12px 0 26px;
      font-size: 12px;
    }
    #contactSection .service_check span::before{
      width: 12px;
      height: 12px;
    }
    #contactSection .service_check input[type="radio"]:checked + span::before{
      border: 3px solid #fff;
    }
    #contactSection .write .top .service_check label{
      line-height: 28px;
    }
    input{
      height: 36px;
    }
    input::placeholder{
      font-size: 12px;
      font-weight: 500;
      color: #979797;
      word-break: keep-all;
      line-height: 1.2;
    }
    #inquiryType[type="checkbox"]{
      height: 46px;
    }
  }