.ani_load_up {
  transition: transform 0.7s ease, opacity 0.7s ease, filter 0.7s ease;
  transform: translate(0, 20px);
  opacity: 0;
}

.ani_load_down {
  transition: transform 0.7s ease, opacity 0.7s ease, filter 0.7s ease;
  transform: translate(0, -20px);
  opacity: 0;
}

.ani_load_to_left {
  transition: transform 0.7s ease, opacity 0.7s ease, filter 0.7s ease;
  transform: translate(20px, 0);
  opacity: 0;
}

.ani_load_to_right {
  transition: transform 0.7s ease, opacity 0.7s ease, filter 0.7s ease;
  transform: translate(-20px, 0);
  opacity: 0;
}

.sec_head {
  background-image: url(../img/counsel_head_bg.jpg);
}

.gradient {
  background: linear-gradient(90deg, #a8b062 0%, #39737d 100%);
  color: #fff;
}

/* --------------------- sec 1 start --------------------- */
.sec_1 .container .wrapper .form_area form {
  border-top: 2px solid #444;
}
.sec_1 .container .wrapper .form_area .form_cont p {
  border-bottom: 1px solid #b8b8b8;
  font-size: clamp(16px, 0.83vw, 16px);
  line-height: 4;
  color: #d65047;
  display: none;
}
.sec_1 .container .wrapper .form_area .form_cont p.full {
  width: 100%;
}
.sec_1 .container .wrapper .form_area .form_wrap {
  border-bottom: 1px solid #b8b8b8;
}
.sec_1 .container .wrapper .form_area .form_wrap.half {
  width: 50%;
}
.sec_1 .container .wrapper .form_area .form_wrap.full {
  width: 100%;
}
.sec_1 .container .wrapper .form_area .form_wrap label {
  background: rgba(245, 245, 245, 0.5);
  font-size: clamp(17px, 1.04vw, 20px);
  line-height: 4; /* 80px */
  font-weight: 600;
  min-width: clamp(120px, 8.33vw, 160px);
  height: 100%;
}
.sec_1 .container .wrapper .form_area .form_wrap .input_box {
  width: 100%;
  padding: clamp(13px, 0.94vw, 18px);
}
.sec_1 .container .wrapper .form_area .form_wrap .input_box.full input,
.sec_1 .container .wrapper .form_area .form_wrap .input_box.full textarea {
  width: 100%;
}
.sec_1 .container .wrapper .form_area .form_wrap .input_box input,
.sec_1 .container .wrapper .form_area .form_wrap .input_box textarea {
  font-size: 16px;
  line-height: 2.81; /* 45px */
  font-weight: 400;
  border-radius: 0;
  border: 1px solid #b8b8b8;
  padding: 0 clamp(10px, 0.78vw, 15px);
}
.sec_1 .container .wrapper .form_area .form_wrap .input_box input::placeholder,
.sec_1 .container .wrapper .form_area .form_wrap .input_box textarea::placeholder {
  color: #b8b8b8;
}
.sec_1 .container .wrapper .form_area .form_wrap .input_box input:focus,
.sec_1 .container .wrapper .form_area .form_wrap .input_box textarea:focus {
  outline: none;
}
.sec_1 .container .wrapper .form_area .form_wrap .input_box #password::placeholder,
.sec_1 .container .wrapper .form_area .form_wrap .input_box #password_check::placeholder {
  letter-spacing: -0.02em;
}
.sec_1 .container .wrapper .form_area .form_wrap .input_box #password.on,
.sec_1 .container .wrapper .form_area .form_wrap .input_box #password_check.on {
  border: 1px solid #d65047;
  color: #d65047;
}
.sec_1 .container .wrapper .form_area .form_wrap .check_box {
  padding: clamp(13px, 0.94vw, 18px);
  width: 100%;
}
.sec_1 .container .wrapper .form_area .form_wrap .check_box input {
  display: none;
}
.sec_1 .container .wrapper .form_area .form_wrap .check_box input:checked + label {
  background: #a8b062;
  color: #fff;
}
.sec_1 .container .wrapper .form_area .form_wrap .check_box label {
  width: calc((100% - 50px) / 5);
  font-size: 16px;
  line-height: 2.81;
  font-weight: 400;
  cursor: pointer;
  transition: 0.3s;
  background: rgba(233, 233, 233, 0.4);
  color: #888;
  min-width: unset;
}
.sec_1 .container .wrapper .form_area .agree_cont label {
  position: relative;
  padding-left: 24px;
  font-size: clamp(16px, 0.83vw, 16px);
  line-height: 1.19; /* 19px */
  font-weight: 400;
}
.sec_1 .container .wrapper .form_area .agree_cont label::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #b8b8b8;
  background: #f5f5f5;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.sec_1 .container .wrapper .form_area .agree_cont input:checked + label::before {
  background-color: #a8b062;
  border-color: #a8b062;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-image: url(../img/check_white_icon.png);
}
.sec_1 .container .wrapper .form_area .agree_cont .agree_detail_btn {
  margin-left: clamp(15px, 0.78vw, 15px);
  font-size: clamp(16px, 0.83vw, 16px);
  line-height: 1.19; /* 19px */
  font-weight: 600;
  border-bottom: 1px solid #444;
}
.sec_1 .container .wrapper .form_area .submit_cont .submit_btn {
  font-size: clamp(18px, 0.94vw, 18px);
  line-height: 1.22; /* 22px */
  font-weight: 600;
  padding: clamp(18px, 0.94vw, 18px);
  width: clamp(280px, 14.58vw, 280px);
}
.sec_1 .container .wrapper .form_area .submit_cont .submit_btn span {
  padding-left: 28px;
  position: relative;
}
.sec_1 .container .wrapper .form_area .submit_cont .submit_btn span::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/wirte_white_icon.png);
}
.sec_1 .container .wrapper .form_area .submit_cont .submit_btn span:hover {
  box-shadow: 0 0 0 0.4em transparent;
  animation: pulse 1s;
}

/* --------------------- RWD --------------------- */
@media (max-width: 950px) {
  .sec_1 .container .wrapper .form_area .form_wrap .input_box input,
  .sec_1 .container .wrapper .form_area .form_wrap .input_box textarea {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .sec_1 .container .wrapper .form_area .form_wrap {
    border-bottom: none;
    flex-wrap: wrap;
    padding-top: clamp(20px, 7.2vw, 54px);
  }
  .sec_1 .container .wrapper .form_area .form_wrap.half {
    width: 100%;
  }
  .sec_1 .container .wrapper .form_area .form_wrap label {
    width: 100%;
    text-align: left;
    background: transparent;
    height: unset;
    font-size: clamp(16px, 4vw, 30px);
    line-height: 1.2;
    padding-bottom: clamp(10px, 2.67vw, 20px);
  }
  .sec_1 .container .wrapper .form_area .form_wrap .input_box {
    padding: 0;
  }
  .sec_1 .container .wrapper .form_area .form_wrap .input_box input,
  .sec_1 .container .wrapper .form_area .form_wrap .input_box textarea {
    padding: clamp(10px, 3.47vw, 26px);
    font-size: clamp(14px, 4vw, 30px);
    line-height: 1.2;
  }
  .sec_1 .container .wrapper .form_area .form_wrap .check_box {
    padding: 0;
  }
  .sec_1 .container .wrapper .form_area .form_wrap .check_box label {
    width: calc((100% - clamp(10px, 2.67vw, 20px)) / 2);
    text-align: center;
    font-size: clamp(14px, 4vw, 30px);
    line-height: 2;
    padding-bottom: 0;
  }
  .sec_1 .container .wrapper .form_area .form_wrap .check_box label:not(:last-child) {
    margin-bottom: clamp(10px, 2.67vw, 20px);
  }
  .sec_1 .container .wrapper .form_area .agree_cont label {
    font-size: clamp(14px, 3.47vw, 26px);
    padding-left: clamp(30px, 8vw, 60px);
    width: 100%;
    display: flex;
  }
  .sec_1 .container .wrapper .form_area .agree_cont label::before {
    width: clamp(18px, 5.33vw, 40px);
    height: clamp(18px, 5.33vw, 40px);
  }
  .sec_1 .container .wrapper .form_area .agree_cont .agree_detail_btn {
    font-size: clamp(13px, 3.2vw, 24px);
    margin-left: 1.5vw;
  }
  .sec_1 .container .wrapper .form_area .submit_cont .submit_btn {
    width: 100%;
    padding: 0;
    font-size: clamp(15px, 3.73vw, 28px);
    line-height: 3.04; /* 85px */
  }
  .sec_1 .container .wrapper .form_area .submit_cont .submit_btn span {
    padding-left: clamp(25px, 5.33vw, 40px);
  }
  .sec_1 .container .wrapper .form_area .submit_cont .submit_btn span::before {
    width: clamp(17px, 3.6vw, 27px);
    height: clamp(17px, 3.6vw, 27px);
  }
}