@charset "UTF-8";
/*-------------------------------------------------
title       : 설문조사
Author      : ㅈㅁㅈ
Create date : 2025-11-17
-------------------------------------------------*/
body {
  background-color: #F7F8FB;
}

#popup_wrap {
  width: 100%;
  margin: 0;
  padding: 6.5rem 0;
}
#popup_wrap .h1_title {
  display: none;
}
#popup_wrap #popup_body {
  border: 0 none;
  background-color: transparent;
}
#popup_wrap #content {
  overflow: visible;
  margin: 0;
}
#popup_wrap .btn-area {
  margin: 5rem 0 0;
  padding: 0;
  border: 0 none;
}
#popup_wrap .btn-area .btn-type01 {
  border-color: #2670E8;
  background-color: #2670E8;
}
#popup_wrap .btn-area .btn-type02 {
  border: 1px solid #26b4ff;
}
#popup_wrap .btn-area button {
  width: 20rem;
  height: 6rem;
  border-radius: 0.8rem;
  font-family: "Noto";
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#popup_wrap .btn-area button:hover, #popup_wrap .btn-area button:focus {
  background-color: #fff;
}
#popup_wrap .btn-area button:hover.btn-type01, #popup_wrap .btn-area button:focus.btn-type01 {
  color: #2670E8;
}
#popup_wrap .btn-area button:hover.btn-type02, #popup_wrap .btn-area button:focus.btn-type02 {
  color: #26b4ff;
}

.survey-container {
  width: 85rem;
  max-width: 100%;
  margin: 0 auto;
  font-family: "Noto";
  font-size: 1.8rem;
  color: #4D5264;
}
.survey-container img {
  max-width: 100%;
}
.survey-container .survey-header {
  margin-bottom: 2.5rem;
  padding: 4rem 3rem;
  -webkit-box-shadow: 0 0.4rem 1.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.4rem 1.5rem rgba(0, 0, 0, 0.1);
  border-radius: 0.8rem;
  border-top: 0.5rem solid #2670E8;
  background-color: #fff;
  line-height: 1.4;
}
.survey-container .survey-header strong {
  display: block;
  margin-top: 1.5rem;
  font-size: 3.2rem;
  font-weight: 500;
  color: #2E313B;
}
.survey-container .survey-header i {
  display: block;
  margin: 2.5rem 0 3rem;
}
.survey-container .survey-list > li {
  position: relative;
  margin-bottom: 0;
  padding: 3rem;
  -webkit-box-shadow: 0 0.4rem 1.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.4rem 1.5rem rgba(0, 0, 0, 0.1);
  border-radius: 0.8rem;
  background-color: #fff;
}
.survey-container .survey-list > li:nth-child(n+2):before {
  position: absolute;
  left: 1rem;
  top: -1rem;
  right: 1rem;
  height: 2rem;
  background-color: #fff;
  content: "";
}
.survey-container .survey-list > li .q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.5rem;
  word-break: keep-all;
  gap: 0.5rem;
  font-weight: 500;
  color: #2E313B;
}
.survey-container .survey-list > li .q span {
  white-space: nowrap;
}
.survey-container .survey-list textarea {
  min-width: 100%;
  max-height: 5.5rem;
  padding: 1.4rem 1.6rem;
  border-radius: 0.8rem;
  border: 0 none;
  background-color: #F7F8FB;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 400;
  color: #3C404E;
  resize: none;
}
.survey-container .survey-list textarea::-webkit-input-placeholder {
  font-weight: 300;
  color: #9DA2B3;
  opacity: 1;
}
.survey-container .survey-list textarea::-moz-placeholder {
  font-weight: 300;
  color: #9DA2B3;
  opacity: 1;
}
.survey-container .survey-list textarea:-ms-input-placeholder {
  font-weight: 300;
  color: #9DA2B3;
  opacity: 1;
}
.survey-container .survey-list textarea::-ms-input-placeholder {
  font-weight: 300;
  color: #9DA2B3;
  opacity: 1;
}
.survey-container .survey-list textarea::placeholder {
  font-weight: 300;
  color: #9DA2B3;
  opacity: 1;
}
.survey-container .survey-list table {
  border-spacing: 1rem;
  border-collapse: separate;
  font-size: 1.6rem;
  word-break: keep-all;
  table-layout: fixed;
}
.survey-container .survey-list table td {
  height: 7.5rem;
  padding: 1.5rem;
}
.survey-container .survey-list table td:nth-child(n+2) {
  padding: 1.5rem 0;
}
.survey-container .survey-list table th {
  padding: 0;
  font-size: 1.4rem;
}
.survey-container .survey-list table th:nth-child(1) {
  font-size: 0;
}
.survey-container .survey-list table th:nth-child(n+2) {
  width: 7rem;
}
.survey-container .survey-list table tbody tr {
  position: relative;
  z-index: 0;
}
.survey-container .survey-list table tbody tr td:first-child::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 0.8rem;
  background-color: #F7F8FB;
  content: "";
}
.survey-container .survey-list table input {
  position: absolute;
  opacity: 0;
}
.survey-container .survey-list table input + label {
  display: block;
  overflow: hidden;
  position: relative;
  width: 2rem;
  height: 2rem;
  margin: 0 auto;
  border-radius: 100%;
  border: 0.2rem solid #D2D4DC;
  color: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.survey-container .survey-list table input + label::before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #2670E8;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.survey-container .survey-list table input:checked + label {
  border-color: #2670E8;
}
.survey-container .survey-list table input:checked + label::before {
  opacity: 1;
}
.survey-container .survey-list span {
  position: relative;
}
.survey-container .survey-list span input {
  position: absolute;
  opacity: 0;
}
.survey-container .survey-list span input:checked + label::before {
  border-color: #2670E8;
}
.survey-container .survey-list span input[type=radio] + label::after {
  position: absolute;
  left: 2rem;
  top: 2.2rem;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #2670E8;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.survey-container .survey-list span input[type=radio]:checked + label::after {
  opacity: 1;
}
.survey-container .survey-list span input[type=checkbox] + label::before {
  border-radius: 0.4rem;
  font-family: "xeicon";
  font-size: 1.2rem;
  font-weight: bold;
  color: transparent;
  content: "\e928";
  text-align: center;
  line-height: 1.7rem;
}
.survey-container .survey-list span input[type=checkbox]:checked + label::before {
  background-color: #2670E8;
  color: #fff;
}
.survey-container .survey-list span label {
  display: block;
  position: relative;
  margin-top: 1rem;
  padding: 1.4rem 1.5rem 1.5rem 5rem;
  border-radius: 0.8rem;
  background-color: #F7F8FB;
  font-size: 1.6rem;
  color: #3C404E;
  cursor: pointer;
}
.survey-container .survey-list span label::before {
  position: absolute;
  left: 1.5rem;
  top: 1.7rem;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  border: 0.2rem solid #D2D4DC;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.survey-container.complete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 13rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.survey-container.complete .survey-header {
  min-width: 100%;
  margin-bottom: 0;
  padding: 6.5rem 3rem;
  text-align: center;
}
.survey-container.complete .survey-header i {
  margin: 0 0 4.5rem;
}
.survey-container.complete .survey-header strong {
  margin: 0 0 1rem;
  font-size: 2.4rem;
  font-weight: normal;
}
.survey-container.complete .survey-header span img {
  display: block;
  height: 2rem;
  margin: 4rem auto 0;
}