.sec {
  margin-bottom: 140px;
}
.hd_background {
 background-image: url(../img/sub5_hd.png);   
}

.sec1 .wr {
  max-width: 1290px;
}
.sec1 .wr h5 {
  font-size: 20px;
  color: #14284c;
  font-weight: 500;
  line-height: 1.5;
}
.in_put1 {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 50px 3%;
 
}
.in_put1 > div{width: 48.5%;}
.in_put1 p {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
  color: #222222;
}
.in_put1 p span{
  display: inline-block;
  padding-right: 15px;
}
input {
  width: 100%;
  height: 50px;
  border: solid 1px #c9c9c9;
}
.in_put1 select {
  width: 100%;
  height: 50px;
  border: solid 1px #c9c9c9;
  padding: 0 25px;
  color: #6c6c6c;
  appearance: none;
  /* background: url(../img/arrow.png);
  background-size: cover;
  background-position: center;
  background-position: 50%; */
}

.in_put2 {
  width: 100%;
  display: block;
  margin: 40px 0;
}
.in_put2 p {
  margin-bottom: 19px;
  /* font-size: 16px; */
  /* font-weight: 500; */
}


/* .in_put2 input {
  width: 100%;
  height: 200px;
  border: solid 1px #c9c9c9;
} */

.check_box {
  margin-bottom: 60px;
}
.check_box p {
  font-size: 16px;
  margin-bottom: 20px;
}
.check_box label {
  font-size: 16px;
}
.check_box input {
  width: 19px;
  height: 19px;
  align-items: center;
  vertical-align: middle;
  margin-right: 10px;
}
.sec1 .wr .bt {
  text-align: center;
}
.sec1 .wr .bt button {
  font-size: 18px;
  background-color: #14284c;
  border-radius: 5px;
  color: #fff;
  padding: 12px 56px;
  display: inline-block;
}
#ca_name,#wr_5{
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    background-position:top 50% right 1.6%;
}
#captcha #captcha_info{
  font-size: 16px;
  
}
.in_put2 #wr_content{ height: 200px !important;}
.in_put2 > div{width: 100%;}
@media screen and (max-width: 1023px) {
  .sec {
    margin-bottom: 60px;
  }
  .hd_background {
    margin-bottom: 60px;
    background-image: url(../img/m_img/m_sub5_hd.png);
  }

  .wr {
    max-width: 700px;
    min-width: 300px;
  }
  .sec1 .wr h5 {
    font-size: 18px;
    line-height: 1.4;
  }
  .in_put1 {
    margin-top: 35px;
    grid-gap: 0;
    
  }
  .in_put1 > div {
    margin-bottom: 30px;
    width: 100%;
  }
  .in_put1 > div:nth-child(6) {
    margin-bottom: 0px;
  }
  .in_put1 p {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #222222;
  }
  input {
    
    height: 45px;
    border: solid 1px #c9c9c9;
  }
  .sec1 select {
    
    height: 45px;
    appearance: none;
    background: url(../m_img/m_sub5_select.png);
    padding: 0 12px;
  }
  .in_put2 {
    margin: 30px 0 15px 0;
    
  }
  .in_put2 textarea {
    width: 100%;
    height: 200px;
  }
  .in_put2 p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .check_box {
    margin-bottom: 30px;
    
  }
  .check_box p {
    font-size: 13px;
    margin-bottom: 15px;
    word-break: keep-all;
  }
  .check_box label {
    font-size: 14px;
  }
  .check_box input {
    width: 17px;
    height: 17px;
  }
  .sec1 .wr .bt button {
    font-size: 16px;
    padding: 4px 19px;
    display: inline-block;
  }
  .in_put2 .required::before{
    content: "*";
    font-size: 14px;
    margin-right: 2px;
    color: #f00;
  }
}
@media screen and (max-width: 700px) {
  .hd_background .tbox h3 {
    left: 40%;
  }
  
}
@media screen and (max-width: 700px){
    .sec1 .wr h5{
        font-size: 16px;
    }
}
