@charset "utf-8";
@media screen and (max-width: 768px){
  .formInner{
    width: 96%;
    margin: 20px auto;
  }
  .contactForm{
    margin-bottom: 30px;
  }
  .contactForm td,.contactForm th{
    padding: 10px;
    border-bottom: 1px solid #FFF;
    width: 100%;
    display: block;
  }
  .contactForm th{
    background: #003894;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    width: 100%;
  }
  .contactForm td{
    background: #E5EBF4;

  }
  .contactForm td input{
    padding: 10px;
    width: 70%;
  }
  .contactForm td input.swidth{
    width: 100px;
  }
  .contactForm td select{
    padding: 10px;
  }
  .contactForm td textarea{
    width: 100% !important;
    height: 80px !important;
  }
  .contactForm td span{
    color: #D90000;
    font-size: 12px;
  }
  .policyWap{
    border: 1px solid #333;
    padding: 20px;
    margin-bottom: 20px;
    height: 300px;
    overflow: auto;
  }
  .policyContents{
    font-size: 14px;
  }
  .policyContents p{
    margin-bottom: 15px;
  }
  .sendBtn{
    text-align: center;
    padding: 10px;
  }
  .sendBtn input[type="submit"]{
    padding: 15px;
    border: 0;
    background: #003894;
    color: #FFF;
    width: 300px;
  }
}
@media print, screen and (min-width: 769px){
  .formInner{
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
  }
  .contactForm{
    margin-bottom: 30px;
  }
  .contactForm td,.contactForm th{
    padding: 10px;
    border-bottom: 1px solid #FFF;
  }
  .contactForm th{
    background: #003894;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    width: 250px;
  }
  .contactForm td{
    background: #E5EBF4;
    border-left: 1px solid #FFF;
  }
  .contactForm td input{
    padding: 10px;
    width: 70%;
  }
  .contactForm td input.swidth{
    width: 100px;
  }
  .contactForm td select{
    padding: 10px;
  }
  .contactForm td textarea{
    width: 100% !important;
    height: 100px !important;
  }
  .contactForm td span{
    color: #D90000;
    font-size: 12px;
  }
  .policyWap{
    border: 1px solid #333;
    padding: 20px;
    margin-bottom: 20px;
    height: 300px;
    overflow: auto;
  }
  .policyContents{
    font-size: 14px;
  }
  .policyContents p{
    margin-bottom: 15px;
  }
  .sendBtn{
    text-align: center;
    padding: 10px;
  }
  .sendBtn input[type="submit"]{
    padding: 15px;
    border: 0;
    background: #003894;
    color: #FFF;
    width: 300px;
  }
}