@charset "UTF-8";
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
.notice {
  font-size: 13px;
  font-weight: 300;
  color: #777;
  text-align: right;
}
@media screen and (max-width: 991.98px) {
  .notice {
    line-height: 1.6;
  }
}
.notice span {
  color: #f25454;
}

.write-form-wrap {
  color: #727272;
}

.hr-line {
  margin-top: 45px;
}

.survey-form .form-group {
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 991.98px) {
  .survey-form .form-group {
    padding: 16px;
  }
}
.survey-form .form-group.type-file .file-upload input[type=file] {
  display: none;
}
.survey-form .form-group.type-file .file-upload .upload-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 15px 0;
  border-radius: 6px;
  background-color: #f7f7f7;
  cursor: pointer;
  transition: background 0.2s;
}
.survey-form .form-group.type-file .file-upload .upload-label .icon {
  width: 24px;
}
.survey-form .form-group.type-file .file-upload .upload-label .text {
  font-size: 15px;
  font-weight: 600;
}
.survey-form .form-group.type-file .file-upload .upload-label:hover {
  background-color: #eee;
}
.survey-form .form-group.type-file .desc-wrap {
  margin-top: 20px;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 100;
}
.survey-form .form-group.type-file .desc-wrap p {
  margin-top: 10px;
  line-height: 1.2;
}
.survey-form .form-group.type-file .desc-wrap p b {
  font-weight: 700;
}
.survey-form .form-group .question {
  display: block;
  margin-bottom: 24px;
  font-size: 20px;
  font-family: "Paperlogy", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-weight: 700;
  color: #2b2b2b;
}
@media screen and (max-width: 991.98px) {
  .survey-form .form-group .question {
    font-size: 18px;
  }
}
.survey-form .form-group .question .subtext {
  display: inline-block;
  padding-top: 10px;
  padding-left: 22px;
  font-family: "onemobile", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 15px;
  font-weight: 100;
  line-height: 1.3;
}
@media screen and (max-width: 991.98px) {
  .survey-form .form-group .question .subtext {
    padding-left: 0;
    font-size: 14px;
  }
}
.survey-form .form-group .question .subtext:not(:last-child) {
  margin-bottom: 5px;
}
.survey-form .form-group textarea {
  width: 100%;
  height: 120px;
  padding: 25px;
  font-size: 15px;
  border: 0;
  border-radius: 5px;
  resize: none;
  background-color: #f6f6f6;
  outline: none;
}
@media screen and (max-width: 991.98px) {
  .survey-form .form-group textarea {
    padding: 14px;
  }
}
.survey-form .form-group .radio-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.survey-form .form-group .radio-group.type1 label {
  padding: 12px 20px;
  border-radius: 4px;
  background-color: #f6f6f6;
}
.survey-form .form-group .radio-group label {
  display: flex;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  align-items: center;
  /* 기본 radio 스타일 제거 및 커스텀 스타일 적용 */
}
.survey-form .form-group .radio-group label input[type=radio] {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #333;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  outline: none;
}
@media screen and (max-width: 991.98px) {
  .survey-form .form-group .radio-group label input[type=radio] {
    width: 18px;
    height: 18px;
  }
}
.survey-form .form-group .radio-group label input[type=radio]:checked:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-color: #333;
  border-radius: 50%;
}
.survey-form .form-group .radio-group.satisfaction {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
}
@media screen and (max-width: 991.98px) {
  .survey-form .form-group .radio-group.satisfaction {
    gap: 10px;
  }
}
.survey-form .form-group .radio-group.satisfaction label {
  flex-direction: column;
  align-items: center;
}
.survey-form .form-group .radio-group.satisfaction span {
  line-height: 1.4;
  font-size: 15px;
  font-weight: 600;
}
@media screen and (max-width: 991.98px) {
  .survey-form .form-group .radio-group.satisfaction span {
    font-size: 14px;
  }
}
.survey-form .form-group .radio-group.stars {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 30px;
}
@media screen and (max-width: 767.98px) {
  .survey-form .form-group .radio-group.stars {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}
.survey-form .form-group .radio-group.stars .items {
  display: flex;
  flex-direction: row-reverse;
  gap: 13px;
}
.survey-form .form-group .radio-group.stars input {
  display: none;
}
.survey-form .form-group .radio-group.stars label {
  width: 39px;
  height: 38px;
  background: url('../../images/Users/icon_input_star.svg') no-repeat center;
  background-size: contain;
  cursor: pointer;
  transition: background 0.1s;
}
@media screen and (max-width: 991.98px) {
  .survey-form .form-group .radio-group.stars label {
    width: 26px;
    height: 25px;
  }
}
.survey-form .form-group .radio-group.stars input:checked ~ label {
  background: url('../../images/Users/icon_input_star_checked.svg') no-repeat center;
  background-size: contain;
}
.survey-form .form-group .radio-group.stars .desc {
  line-height: 1;
  font-size: 15px;
  font-weight: 700;
}
.survey-form .form-group .satisfaction-matrix {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.survey-form .form-group .satisfaction-matrix .matrix-header,
.survey-form .form-group .satisfaction-matrix .matrix-row {
  display: flex;
  align-items: center;
  text-align: center;
}
.survey-form .form-group .satisfaction-matrix .matrix-header span,
.survey-form .form-group .satisfaction-matrix .matrix-header label,
.survey-form .form-group .satisfaction-matrix .matrix-row span,
.survey-form .form-group .satisfaction-matrix .matrix-row label {
  width: 100px;
}
@media screen and (max-width: 991.98px) {
  .survey-form .form-group .satisfaction-matrix .matrix-header span,
  .survey-form .form-group .satisfaction-matrix .matrix-header label,
  .survey-form .form-group .satisfaction-matrix .matrix-row span,
  .survey-form .form-group .satisfaction-matrix .matrix-row label {
    font-size: 12px;
  }
}
.survey-form .form-group .satisfaction-matrix .matrix-header {
  margin-bottom: 0.5rem;
}
.survey-form .form-group .satisfaction-matrix .matrix-header span:first-child {
  text-align: left;
}
.survey-form .form-group .satisfaction-matrix .matrix-row {
  padding: 14px 0;
  border-bottom: 1px dashed #ddd;
}
.survey-form .form-group .satisfaction-matrix .matrix-row .row-label {
  text-align: left;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  .survey-form .form-group .satisfaction-matrix .matrix-row .row-label {
    font-size: 14px;
  }
}
.survey-form .form-group .satisfaction-matrix .matrix-row label {
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.survey-form .info-table {
  background: #f7f7f7;
  border-radius: 6px;
  padding: 22px 30px;
  margin-bottom: 16px;
}
@media screen and (max-width: 991.98px) {
  .survey-form .info-table {
    padding: 16px;
    font-size: 14px;
  }
}
.survey-form .info-table .row {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.98px) {
  .survey-form .info-table .row {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
  }
}
.survey-form .info-table .row:last-child {
  margin-bottom: 0;
}
.survey-form .info-table .row .th {
  width: 200px;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .survey-form .info-table .row .th {
    width: auto;
  }
}
.survey-form .info-table .row .td {
  flex: 1;
}
.survey-form .consent-check {
  display: flex;
  align-items: center;
  gap: 8px;
}
.survey-form .consent-check input[type=checkbox] {
  display: none;
}
.survey-form .consent-check label {
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 55px;
  cursor: pointer;
  font-size:unset;
  font-size: 20px;
  font-weight: 700;
  border-radius: 4px;
  background-color: #f6f6f6;
}
.survey-form .consent-check label::before {
  content: "";
  position: absolute;
  padding:unset;
  margin-left:20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
   z-index: 1;
}
.survey-form .consent-check input[type=checkbox]:checked + label::before {
  background: #333;
  border-color: #333;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20.285 6.709l-11.025 11.025-5.546-5.546 1.414-1.414 4.132 4.132 9.611-9.611z'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
.survey-form .radio-box .custom-select {
  position: relative;
}
.survey-form .radio-box .custom-select select {
  width: 100%;
  padding: 14px 40px 14px 14px;
  font-size: 15px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  color: #727272;
  font-weight: 700;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  cursor: pointer;
}
.survey-form .radio-box .custom-select:after {
  content: "▼";
  font-size: 12px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.survey-form .radio-box .radio-group {
  gap: 0;
}
.survey-form .radio-box .options {
  background: #f7f7f7;
  border-radius: 6px;
  padding: 16px;
}
.survey-form .radio-box .options .option {
  margin-bottom: 10px;
}
.survey-form .radio-box .options .option:last-child {
  margin-bottom: 0;
}
.survey-form .tab-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767.98px) {
  .survey-form .tab-group {
    gap: 5px;
  }
}
.survey-form .tab-group .tab {
  padding: 12px 20px;
  min-width: 160px;
  border-radius: 25px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991.98px) {
  .survey-form .tab-group .tab {
    min-width: auto;
    padding: 7px 10px;
    font-size: 14px;
  }
}
.survey-form .tab-group .tab.active {
  background: #333;
  color: #fff;
  border-color: #333;
}
.survey-form .tab-content {
  background: #f7f7f7;
  border-radius: 8px;
  padding: 15px;
}
.survey-form .tab-content .tab-panel {
  display: none;
}
.survey-form .tab-content .tab-panel.active {
  display: flex;
}
.survey-form .dp-wrap {
  max-width: 414px;
}
.survey-form .dp-wrap .dp-label {
  display: none;
}
.survey-form .dp-wrap .dp-inputbox {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  width: 396px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
@media screen and (max-width: 767.98px) {
  .survey-form .dp-wrap .dp-inputbox {
    width: 100%;
  }
}
.survey-form .dp-wrap .dp-inputbox input {
  height: 58px;
  font-size: 15px;
  font-weight: 700;
  pointer-events: none;
  color: #888;
  border: none;
}
@media screen and (max-width: 991.98px) {
  .survey-form .dp-wrap .dp-inputbox input {
    height: 44px;
  }
}
.survey-form .dp-wrap .dp-inputbox .dp-ico {
  width: 33px;
}
.survey-form .dp-wrap .descr {
  font-size: 12px;
  font-weight: 100;
  padding-left: 15px;
  margin: 10px 0 15px;
}
.survey-form .calendar-container {
  display: inline-block;
  background-color: #f6f6f6;
  padding: 30px;
  border-radius: 4px;
}
@media screen and (max-width: 767.98px) {
  .survey-form .calendar-container {
    padding: 16px;
    width: 100%;
  }
}
.survey-form .calendar-container .tit {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  font-family: "Paperlogy", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  color: #333;
  line-height: 1.4;
}
@media screen and (max-width: 767.98px) {
  .survey-form .calendar-container .tit {
    font-size: 18px;
  }
}
.survey-form .calendar-container .tit span {
  color: #4d6bb4;
}

/* ===== jQuery UI Datepicker – Custom  ===== */
#calendar .ui-datepicker {
  width: auto;
  display: inline-block;
  padding: 16px 16px 20px;
  border: 0;
  border-radius: 12px;
  background: #f5f6f8;
  box-shadow: none;
  font-family: inherit;
  display: inline-block !important;
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  /* 헤더 */
  /* 요일 헤더 */
}
#calendar .ui-datepicker .ui-datepicker-header {
  position: relative;
  margin-bottom: 8px;
  background: transparent;
  border: 0;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  /* 좌우 내비게이션 버튼 리셋 */
}
#calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  display: flex;
  text-align: center;
  font-family: "Paperlogy", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-weight: 700;
  font-size: 20px;
  /* "yyyy년 m월" 순서 유지용 (한국어 세팅 전제) */
}
#calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month,
#calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
  width: auto;
  font-family: "Paperlogy", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-weight: 700;
  font-size: 20px;
  border: none;
  margin: 0;
  padding: 0;
  letter-spacing: -0.02em;
  background-color: transparent;
  cursor: pointer;
}
#calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
  text-align: right;
}
#calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
#calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  top: 50%;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
  margin-top: 0;
  border: 0;
  background-color: transparent;
  background-image: url('../../imgs/icon_calendar_arrow.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: none;
  transform: translateY(-50%);
  opacity: 0.7;
}
@media screen and (max-width: 991.98px) {
  #calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
  #calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    width: 30px;
    height: 30px;
  }
}
#calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span,
#calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  display: none;
}
#calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled,
#calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled {
  opacity: 0.35;
  pointer-events: none;
}
#calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 0;
}
#calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  /* 오른쪽 화살표 (기본 모양 유지) */
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
#calendar .ui-datepicker .ui-datepicker-calendar {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 6px; /* 주(행) 간 간격 */
  margin: 6px 0 0;
  /* 일요일 빨간색 */
  /* 날짜 셀 */
}
#calendar .ui-datepicker .ui-datepicker-calendar thead th {
  padding: 6px 0 4px;
  font-size: 15px;
  font-weight: 400;
  color: #8d8f98;
  text-align: center;
  border: 0;
  background: transparent;
}
#calendar .ui-datepicker .ui-datepicker-calendar thead th:first-child,
#calendar .ui-datepicker .ui-datepicker-calendar tbody td:first-child a {
  color: #e54848;
}
#calendar .ui-datepicker .ui-datepicker-calendar tbody td {
  width: 14.2857%;
  text-align: center;
  border: 0;
  padding: 0;
  /* 비활성/이월 날짜 */
  /* 오늘 */
  /* 선택된 날 (파란 원형) */
}
#calendar .ui-datepicker .ui-datepicker-calendar tbody td a,
#calendar .ui-datepicker .ui-datepicker-calendar tbody td span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-weight: 700;
  color: #333;
  margin: 0 auto;
  border-radius: 50%;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  border: 0;
  box-shadow: none;
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
  background: transparent;
}
@media screen and (max-width: 543.98px) {
  #calendar .ui-datepicker .ui-datepicker-calendar tbody td a,
  #calendar .ui-datepicker .ui-datepicker-calendar tbody td span {
    width: 32px;
    height: 32px;
  }
}
#calendar .ui-datepicker .ui-datepicker-calendar tbody td .ui-state-disabled,
#calendar .ui-datepicker .ui-datepicker-calendar tbody td .ui-datepicker-other-month .ui-state-default {
  opacity: 0.35;
  color: #9ba0ab !important;
  pointer-events: none;
}
#calendar .ui-datepicker .ui-datepicker-calendar tbody td .ui-state-active {
  background: #4d6bb4 !important;
  color: #fff !important;
  box-shadow: none !important;
  font-weight: 700;
}
#calendar .ui-datepicker .ui-datepicker-buttonpane {
  display: none;
}
