.formWrap {
  min-height: 100vh;
}
.formWrap section {
  min-height: 100vh;
  height: 100%;
}
.agreement {
  display: none;
}
/* ÀüÃ¼ */
.mo {
  display: block;
}
.wrapper img {
  max-width: 100%;
}
.wrapper section {
  text-align: center;
}
section h2 {
  color: #4c5c66;
  font-size: 4.2rem;
  font-weight: 700;
}
.inner {
  max-width: 950px;
  width: 91.6%;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.btn {
  display: inline-block;
  color: #fff;
  padding: 2.5rem 10rem;
  border-radius: 5rem;
  border: none;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
}
.bottomTxt {
  color: #000;
  font-size: 2.4rem;
}
.pc {
  display: none;
}
/* section5 */
.sec5 {
  text-align: center;
  background: #4e687e;
  padding: 4.5rem 0 3.5rem;
}
.sec5 h2 {
  color: #fff;
  margin-bottom: 2rem;
  line-height: 1;
}
.sec5 h3 {
  color: #f2fd0d;
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
.sec5 .infoArea {
  background-color: #fff;
  padding: 3.5rem 2rem 2rem;
  text-align: left;
}
.sec5 h4 {
  font-weight: 700;
  font-size: 2.8rem;
  color: #000;
  text-align: center;
  margin-bottom: 2.5rem;
}
.sec5 .basicInfo label {
  font-size: 2.8rem;
  font-weight: 500;
}
.sec5 .nameInput {
  padding: 1.5rem 0;
}
.sec5 .nameInput input {
  width: 100%;
  height: 5.5rem;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 1rem;
}
.sec5 .phoneInput {
  height: 5.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.sec5 .phoneInput input {
  height: 100%;
  border: 1px solid #ddd;
  border-radius: 0;
  width: 31%;
  padding: 1rem;
}
.sec5 .privacyArea {
  text-align: center;
}
.sec5 .privacyArea img {
  width: 18.5rem;
}
.sec5 .privacyArea p {
  color: blue;
  font-size: 2.8rem;
  font-weight: 500;
}
.sec5 .policyArea {
  margin-top: 2rem;
  margin-bottom: 3.5rem;
  background-color: #e5eaee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.5rem;
}
.sec5 .policyArea .agreeShow {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  color: #000;
  width: 60%;
  height: 8rem;
  line-height: 8rem;
  cursor: pointer;
}
.sec5 .policyArea .agree {
  display: none;
}
.sec5 .policyArea .checkview {
  width: 3rem;
  height: 3rem;
  border: solid 1px #aaa;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.sec5 .policyArea .agree:checked + .checkview {
  background: url("../../img/icon_check.png") no-repeat center;
  background-size: 70%;
}
.sec5 .dataArea {
  margin-bottom: 2rem;
}
.sec5 .radioList {
  display: flex;
}
.sec5 .radioList label {
  cursor: pointer;
  height: 6rem;
  line-height: 6rem;
  border: 1px solid #ddd;
  width: 50%;
  text-align: center;
  font-weight: 400;
  font-size: 2.4rem;
}
.sec5 .radioList label.on {
  background-color: #162963;
  color: #fff;
}
.sec5 .radioList input {
  display: none;
}
.sec5 .noFlex .radioList {
  flex-wrap: wrap;
}
.sec5 .noFlex label {
  width: 33.3%;
}
.sec5 .agreement {
  padding: 1rem;
  width: 100%;
  resize: vertical;
  font-size: 2.6rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.sec5 .sendBtn {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  height: 9rem;
  background-color: #fab220;
  border: 0;
  color: #162963;
  font-weight: 700;
  font-size: 3rem;
}
/* index¿ë */
.sec5 .nameInput input{font-size:2.4rem;}
.sec5 .phoneInput input{font-size:2.4rem;}
.sec5 .nameInput input{width: 96%;}
.sec5 .radioList{padding-top:2rem;}
.sec5 .noFlex label{width:32.6%;}
@media all and (min-width: 812px) {
  .pc {
    display: block;
  }
  section h2 {
    font-size: 26px;
  }
  .inner {
    width: 100%;
    padding: 0 20px;
  }
  .btn {
    padding: 20px 86px;
    border-radius: 30px;
  }
  .bottomTxt {
    font-size: 13px;
  }
  .mo {
    display: none;
  }
  /* section5 */
  .sec5 {
    padding: 40px 0;
  }
  .sec5 h2 {
    margin-bottom: 0;
    line-height: 40px;
    font-size: 26px;
  }
  .sec5 h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .sec5 .infoArea {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 10px;
  }
  .sec5 h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .sec5 .basicInfo label {
    font-size: 16px;
  }
  .sec5 .nameInput {
    padding: 10px 0;
  }
  .sec5 .nameInput input {
    height: 35px;
    padding: 5px;
  }
  .sec5 .phoneInput {
    height: 35px;
    margin-bottom: 20px;
  }
  .sec5 .phoneInput input {
    padding: 5px;
  }
  .sec5 .dataArea {
    margin-bottom: 20px;
  }
  .sec5 .radioList {
    padding-top: 10px;
  }
  .sec5 .radioList label {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }
  .sec5 .noFlex label {
    width: 20%;
  }
  .sec5 .privacyArea img {
    width: 130px;
  }
  .sec5 .privacyArea p {
    font-size: 13.5px;
  }
  .sec5 .policyArea {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .sec5 .policyArea .agreeShow {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
  }
  .sec5 .policyArea .checkview {
    width: 20px;
    height: 20px;
  }
  .sec5 .agreement {
    font-size: 12px;
    margin-bottom: 10px;
    padding: 10px;
  }
  .sec5 .sendBtn {
    height: 60px;
    font-size: 20px;
  }
  /* index¿ë */
.sec5 .nameInput input{font-size:16px;}
.sec5 .phoneInput input{font-size:16px;}
.sec5 .nameInput input{width:98.6%;}
.sec5 .noFlex label{width:19.7%;}
}

@media all and (min-width: 1420px) {
  section h2 {
    font-size: 32px;
  }
  .inner {
    padding: 0;
  }
  .bottomTxt {
    font-size: 15px;
  }

  /* section5 */
  .sec5 h2 {
    line-height: 47px;
    font-size: 31px;
  }
  .sec5 h3 {
    font-size: 19px;
  }
  .sec5 .infoArea {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1000px;
  }
}

@keyframes colorChange {
  0% {
    color: black;
  }
  50% {
    color: red;
  }
  100% {
    color: black;
  }
}
.colorChange {
  animation-name: colorChange;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  -webkit-animation-name: colorChange;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-name: colorChange;
  -ms-animation-duration: 1s;
  -ms-animation-fill-mode: forwards;
  -ms-animation-iteration-count: infinite;
}
