@charset "UTF-8";
.l-sub-survey-common {
  padding-bottom: 120px;
}

.l-sub-survey-common .inner {
  background: #f7f3eb;
  position: relative;
}

.l-sub-survey-common .inner input[type="checkbox"],
.l-sub-survey-common .inner input[type="radio"] {
  width: 25px;
  height: 25px;
  background: none;
}

.l-sub-survey-common .inner input[type="text"]:disabled {
  background: #f6f6f6;
}

.l-sub-survey-common .inner label {
  vertical-align: middle;
}

.l-sub-survey-common .inner::after {
  content: "";
  background: url(../../images/sub/survey/survey-logo.png) 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  right: 85px;
  top: 45px;
  z-index: 1;
  width: 371px;
  height: 59px;
}

.l-sub-survey-common .inner form .info_area {
  margin-bottom: 60px;
}

.l-sub-survey-common .inner form .info_area h3 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  color: #000;
  margin-bottom: 28px;
  position: relative;
}

.l-sub-survey-common .inner form .info_area h3::after {
  content: "";
  position: absolute;
  top: -18px;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: rgba(46, 50, 53, 0.5);
}

.l-sub-survey-common .inner form .info_area .agreement .mCSB_draggerRail {
  background: none;
}

.l-sub-survey-common .inner form .info_area .agreement .mCSB_dragger_bar {
  background: #aaa;
}

.l-sub-survey-common .inner form .info_area .agreement .agreement_inner {
  height: 365px;
  overflow: hidden;
  border: 1px solid #ccc;
  padding: 30px 0px 15px 30px;
  color: #333;
  margin-bottom: 25px;
}

.l-sub-survey-common .inner form .info_area .agreement .agreement_inner p {
  font-size: 16px;
  line-height: 24px;
}

.l-sub-survey-common .inner form .info_area .agreement .agreement_inner h4 {
  font-size: 18px;
  line-height: 36px;
  margin-top: 20px;
}

.l-sub-survey-common .inner form .info_area .agreement .agreement_inner ul li {
  line-height: 24px;
  font-size: 16px;
}

.l-sub-survey-common .inner form .info_area .agreement .agreement_inner ul.txt4 li {
  padding-left: 10px;
  position: relative;
}

.l-sub-survey-common .inner form .info_area .agreement .agreement_inner ul.txt4 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #333;
}

.l-sub-survey-common .inner form .info_area .agreement .agreement_inner ul.txt4 li a {
  color: #084f51;
  font-weight: 500;
  display: inline-block;
  margin-left: 10px;
  letter-spacing: 0;
  border-bottom: 1px solid #084f51;
}

.l-sub-survey-common .inner form .info_area .agreement .agreement_inner ul.txt5 {
  margin-top: 23px;
}

.l-sub-survey-common .inner form .info_area .agreement .agree_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-sub-survey-common .inner form .info_area .agreement .agree_wrap .agree_txt {
  font-size: 18px;
  color: #000;
  position: relative;
}

.l-sub-survey-common .inner form .info_area .agreement .agree_wrap .agree_txt::after {
  content: "※ 수집 및 이용에 동의하셔야만 등록이 가능합니다.";
  position: absolute;
  left: 0;
  top: 38px;
  font-size: 14px;
  color: #555;
}

.l-sub-survey-common .inner form .info_area .agreement .agree_wrap .input_area .input1 {
  margin-right: 21px;
}

.l-sub-survey-common .inner form .info_area .agreement .agree_wrap .input_area input {
  margin-right: 12px;
}

.l-sub-survey-common .inner form .info_area .agreement .agree_wrap .input_area label {
  font-size: 18px;
  color: #555;
}

.l-sub-survey-common .inner form .info_area .agreement_2 .agreement_inner {
  height: 210px;
  padding: 30px 40px 0;
}

.l-sub-survey-common .inner form .info_area .agreement_2 .agree_wrap .agree_txt::after {
  content: "※ 동의하지 않으셔도 등록이 가능합니다.";
}

.l-sub-survey-common .inner form .info_area .infomation table {
  width: 100%;
  border-top: 1px solid #084f51;
}

.l-sub-survey-common .inner form .info_area .infomation table tbody tr {
  border-bottom: 1px solid #ccc;
}

.l-sub-survey-common .inner form .info_area .infomation table tbody tr th {
  background: #fafafa;
  text-align: left;
  vertical-align: middle;
}

.l-sub-survey-common .inner form .info_area .infomation table tbody tr th label {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
}

.l-sub-survey-common .inner form .info_area .infomation table tbody tr th label span {
  color: #084f51;
  position: absolute;
  top: 8px;
  left: 20px;
}

.l-sub-survey-common .inner form .info_area .infomation table tbody tr td {
  padding: 20px;
}

.l-sub-survey-common .inner form .info_area .infomation table tbody tr td input {
  border: 1px solid #aaaaaa;
  height: 40px;
  padding-left: 10px;
  font-size: 16px;
}

.l-sub-survey-common .inner form .info_area .infomation table tbody tr td input::-webkit-input-placeholder {
  color: #bbbbbb;
}

.l-sub-survey-common .inner form .info_area .infomation table tbody tr td input:-ms-input-placeholder {
  color: #bbbbbb;
}

.l-sub-survey-common .inner form .info_area .infomation table tbody tr td input::-ms-input-placeholder {
  color: #bbbbbb;
}

.l-sub-survey-common .inner form .info_area .infomation table tbody tr td input::placeholder {
  color: #bbbbbb;
}

.l-sub-survey-common .inner form .info_area .infomation table tbody tr td.phone .num-input {
  width: 97px;
}

.l-sub-survey-common .inner form .info_area .infomation table tbody tr td.address .wrap {
  margin-bottom: 15px;
}

.l-sub-survey-common .inner form .info_area .infomation table tbody tr td.address .wrap .btn {
  position: relative;
  top: 2px;
  margin-left: 7px;
  width: 131px;
  display: inline-block;
  height: 40px;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  color: #084f51;
  border: 1px solid #084f51;
}

.l-sub-survey-common .inner form .info_area .infomation table tbody tr td.address span {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}

.l-sub-survey-common .inner form .info_area .infomation table tbody tr:last-child th {
  vertical-align: baseline;
}

.l-sub-survey-common .inner form .btn_area {
  text-align: center;
}

.l-sub-survey-common .inner form .btn_area a {
  display: inline-block;
  background-color: #084f51;
  color: #fff;
  width: 250px;
  height: 70px;
  line-height: 70px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
