@charset "UTF-8";
@import url(https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css);
* {
  box-sizing: border-box
}
:root {
  --global-background-color: #fff;
  --global-color-primary: #7469B6;
  --global-background-color-primary: #fff;
  --global-background-color-primary-hover: #f4f3fa;
  --global-background-color-primary-active: #f2f1fd;
  --global-color-secondary: #AD88C6;
  --global-background-color-secondary: #fff;
  --global-background-color-secondary-hover: #fcf7ff;
  --global-background-color-secondary-active: #f9f0fe;
  --global-button-primary: #7469B6;
  --global-button-primary-hover: #AD88C6;
  --global-font-color-bright: #fff;
  --global-font-color-dark: #131024;
  --global-gradient-primary: linear-gradient(135deg, var(--global-color-primary) 0%, var(--global-color-secondary) 100%);
  --global-gradient-secondary: linear-gradient(135deg, var(--global-color-secondary) 0%, var(--global-color-primary) 100%)
}
body {
  font-family: "Pretendard Variable",-apple-system,BlinkMacSystemFont,system-ui,Roboto,"Helvetica Neue","Segoe UI","Apple SD Gothic Neo","Noto Sans KR","Malgun Gothic","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",sans-serif;
  background-color: var(--global-background-color);
  color: var(--global-font-color-dark);
  line-height: 1.6;
  margin: 0;
  padding: 0
}
.container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: relative
}
.bigBannerImg {
  position: relative;
  background: var(--global-gradient-primary);
  border-radius: 16px 16px 0 0;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(102,126,234,.15)
}
.banner-overlay {
  text-align: center;
  color: #fff;
  z-index: 2
}
.banner-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 8px;
  text-shadow: 0 2px 4px rgba(0,0,0,.1)
}
.banner-subtitle {
  font-size: 1.1rem;
  font-weight: 400;
  opacity: .95;
  margin: 0
}
.card {
  background: var(--global-background-color);
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,.06);
  overflow: hidden
}
.card-body {
  border-radius: 0 0 16px 16px;
  padding: 30px
}
.top-head {
  background: var(--global-background-color);
  padding: 30px;
  border-bottom: 1px solid #e8ecf0
}
.banner-block {
  text-align: center
}
.banner-block .banner-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--global-font-color-dark);
  margin-bottom: 16px
}
.banner-desc {
  font-size: 1rem;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 20px
}
.counselor-num {
  background: var(--global-color-primary);
  color: var(--global-font-color-bright);
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  display: inline-block
}
.middle-block {
  padding: 24px 30px;
  background: var(--global-background-color)
}
.middle-block .desc {
  color: #64748b;
  font-size: .95rem;
  line-height: 1.6;
  margin: 0
}
.middle-block a {
  color: var(--global-color-primary);
  text-decoration: none;
  font-weight: 500
}
.middle-block a:hover {
  text-decoration: underline
}
.bottom-footer {
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%
}
.consent-block h4 {
  color: var(--global-font-color-dark);
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 1.3rem
}
.consent-block h5 {
  color: var(--global-font-color-dark);
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 16px;
  font-size: 1rem
}
.consent-block p {
  color: var(--global-font-color-dark);
  font-size: .95rem;
  line-height: 1.6;
  margin-bottom: 12px
}
.user-type-select-block {
  display: flex;
  margin: 0;
  padding: 0
}
.form-check {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 5px
}
.form-check-input.form-check-input-user-type {
  display: none
}
.form-check-input {
  display: unset;
  margin-right: 5px
}
.form-check-input:checked {
  background-color: var(--global-color-primary);
  border-color: var(--global-color-primary)
}
.form-check-label {
  font-weight: 500;
  color: #374151;
  cursor: pointer
}
.survey-section {
  margin-bottom: 40px;
  padding: 24px;
  background: var(--global-background-color);
  border: 1px solid #e8ecf0;
  border-radius: 12px
}
.survey-section-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--global-font-color-bright)
}
.survey-section-description {
  font-size: .95rem;
  margin-bottom: 24px;
  line-height: 1.6
}
.question-block {
  margin-bottom: 24px;
  padding: 20px;
  background: var(--global-background-color)
}
.question-title {
  font-weight: 600;
  color: var(--global-font-color-dark);
  margin-bottom: 12px;
  font-size: 1rem
}
.question-required {
  color: red;
  font-weight: 500
}
.question-optional {
  color: var(--global-font-color-dark);
  font-size: .85rem;
  font-weight: 400
}
.form-control {
  border: 1px solid #d1d5db;
  padding: 12px 16px;
  font-size: 1rem;
  transition: .2s;
  background: var(--global-background-color)
}
.form-control:focus {
  border-color: var(--global-color-primary);
  box-shadow: 0 0 0 3px rgba(102,126,234,.1);
  outline: 0
}
.option-group {
  display: flex;
  flex-direction: column;
  gap: 8px
}
.option-item {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  background: var(--global-background-color);
  border: 1px solid #e2e8f0;
  cursor: pointer;
  transition: .2s
}
.option-item:hover {
  background: #f1f5f9;
  border-color: var(--global-color-primary)
}
.option-item input[type=checkbox],
.option-item input[type=radio] {
  margin-right: 12px;
  width: 16px;
  height: 16px
}
.option-item.selected {
  background: #eff6ff;
  border-color: var(--global-color-primary);
  color: var(--global-color-primary)
}
.additional-input {
  margin-top: 16px;
  padding: 16px;
  background: #f0f9ff;
  border: 1px solid var(--global-color-primary-secondary)
}
.additional-input label {
  font-weight: 500;
  color: var(--global-color-primary-secondary);
  margin-bottom: 8px;
  display: block
}
.conditional-question {
  margin-bottom: 16px
}
.conditional-question:last-child {
  margin-bottom: 0
}
.last-body-content {
  background: var(--global-background-color)
}
.icon-check {
  text-align: center
}
.title-block {
  margin-bottom: 30px
}
.title-block img {
  width: 64px;
  height: 64px;
  margin-bottom: 16px
}
.submit-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 16px
}
.terms {
  background: 0 0;
  border: none;
  color: #667eea;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
  font-size: 16px
}
.terms:hover {
  color: #4f46e5
}
.checklist-block {
  text-align: left;
  margin-bottom: 24px
}
.checklist {
  margin-bottom: 20px
}
.checklist-title {
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 8px;
  font-size: 1rem
}
.checklist-desc {
  color: #64748b;
  font-size: .95rem;
  line-height: 1.6;
  margin-bottom: 8px
}
.price-tab {
  margin: 24px 0
}
.price-block {
  background: var(--global-background-color);
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  padding: 20px;
  transition: .2s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-color: var(--global-color-primary);
  background: var(--global-background-color-primary);
  cursor: default
}
.modal-terms pre {
  width: 100%
}
.input-group-text {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  border-radius: 8px!important;
  background: #fff;
  font-size: 1rem;
  border: none;
  cursor: default
}
.price-block .title {
  font-weight: 600;
  color: #2c3e50;
  font-size: 1.1rem
}
.price-block .price {
  font-weight: 700;
  color: var(--global-color-primary);
  font-size: 1.3rem
}
.btn {
  padding: 12px 24px;
  font-weight: 600;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  transition: .2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none
}
.btn-primary {
  background: var(--global-color-primary);
  color: #fff
}
.btn-primary:hover {
  background: var(--global-color-secondary);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(102,126,234,.3)
}
.btn-secondary {
  background: var(--global-color-secondary);
  color: #fff
}
.btn-secondary:hover {
  background: var(--global-color-primary)
}
.btn-success {
  background: #10b981;
  color: #fff
}
.btn-success:hover {
  background: #059669
}
.navigation-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #e8ecf0
}
.alert-block {
  display: none;
  position: fixed;
  top: 20px;
  z-index: 1050;
  min-width: 400px;
  left: 50%;
  transform: translateX(-50%);
  transition: .3s;
  border-radius: 8px
}
.alert {
  border: none;
  background: #fff;
  border: 1px solid var(--global-color-primary);
  color: var(--global-font-color-dark);
  margin: 0
}
.alert i {
  color: var(--global-color-primary)
}
.alert-close-icon {
  cursor: pointer;
  right: 10px;
  position: absolute;
  top: 10px
}
.alert-text {
  margin: 0 30px 0 0
}
.modal-content {
  border-radius: 12px;
  border: none;
  box-shadow: 0 10px 40px rgba(0,0,0,.1)
}
.modal-header {
  border-bottom: 1px solid #e8ecf0;
  padding: 20px 24px
}
.modal-title {
  font-weight: 700;
  color: #2c3e50
}
.modal-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px
}
.modal-body img {
  object-fit: contain;
  height: 100px
}
.modal-footer {
  border-top: 1px solid #e8ecf0;
  padding: 16px 24px
}
.user-type-select {
  padding: 30px 60px;
  border: 2px solid #e2e8f0;
  cursor: pointer;
  transition: .2s;
  background: var(--global-background-color)
}
.user-type-select:hover {
  border-color: var(--global-color-primary);
  background: var(--global-background-color-primary)
}
.user-type-select i {
  color: var(--global-color-primary)
}
input[type=radio]:checked + label .user-type-select {
  border-color: var(--global-color-primary);
  background: var(--global-background-color-primary);
  color: var(--global-color-primary)
}
input[type=radio]:checked + label .user-type-select i {
  color: var(--global-color-primary)
}
.alert-info {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: #1e40af
}
#autoFillBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0,0,0,.15);
  background: #f59e0b;
  border: none;
  color: #fff;
  font-weight: 600
}
#autoFillBtn:hover {
  background: #d97706;
  transform: translateY(-1px)
}
@media (max-width:768px) {
  .container {
    padding: 0
  }
  .banner-title {
    font-size: 1.3rem
  }
  .banner-subtitle {
    font-size: .8rem
  }
  .bottom-body,
  .bottom-footer,
  .middle-block,
  .top-head {
    padding: 20px
  }
  .consent-block,
  .question-block,
  .survey-section {
    padding: 16px
  }
  .navigation-buttons {
    flex-direction: column;
    gap: 12px
  }
  .btn {
    width: 100%
  }
}
.app-download {
  margin: 20px 0;
  padding: 24px;
  background: var(--global-background-color-primary-active);
  border: 1px solid #e8ecf0;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
  display: flex;
  flex-direction: row;
  gap: 20px
}
.app-download-title {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--global-font-color-dark)
}
.app-download-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
  max-height: 100px
}
.app-info-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 20px
}
.app-icon {
  display: flex;
  gap: 10px;
  flex-direction: row;
  align-items: center;
  background: #fff
}
.app-icon img {
  width: 100px;
  height: 100px;
  box-shadow: 0 4px 12px rgba(0,0,0,.1);
  object-fit: cover
}
.app-icon img.app-qr {
  width: 102px;
  height: 102px;
  padding: 10px;
  border: 1px solid #e8ecf0
}
.app-download-button {
  text-decoration: none;
  display: flex;
  gap: 20px
}
.app-download-button a {
  padding: 8px 10px;
  font-size: 1.1rem;
  width: 150px;
  text-align: center;
  text-decoration: none
}
.mothersafe-logo {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 100px;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  object-fit: contain
}
@media (max-width:768px) {
  .app-download {
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    padding-top: 70px;
    flex-direction: column
  }
  #appDownload .app-download-body {
    width: 100%
  }
  #appDownload .app-download-button {
    flex-direction: column
  }
  #appDownload .app-download-button a {
    width: 100%
  }
  #appDownload .app-download-title {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    font-size: 1.5rem
  }
}
#dynamicSurveyForm .survey-section {
  margin-bottom: 32px;
  background: var(--global-background-color);
  border: 1px solid #e8ecf0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,.04)
}
#dynamicSurveyForm .survey-section-header {
  background: var(--global-gradient-primary);
  color: #fff;
  padding: 20px 24px;
  border-bottom: none;
  border-radius: 12px;
  position: relative
}
#dynamicSurveyForm .survey-section-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff
}
#dynamicSurveyForm .survey-section-description {
  font-size: .95rem;
  margin: 8px 0 0;
  opacity: .9;
  line-height: 1.5
}
#dynamicSurveyForm .survey-section-body {
  padding: 24px 0
}
#dynamicSurveyForm .question-block {
  margin-bottom: 24px;
  padding: 20px;
  background: var(--global-background-color-hover);
  border-radius: 8px
}
#dynamicSurveyForm .question-block:last-child {
  margin-bottom: 20px
}
#dynamicSurveyForm .question-title {
  font-weight: 600;
  color: var(--global-font-color-dark);
  margin-bottom: 12px;
  font-size: 1rem;
  line-height: 1.5
}
#dynamicSurveyForm .question-required::after {
  content: ' *';
  color: var(--global-font-color-dark);
  font-weight: 700
}
#dynamicSurveyForm .question-optional::after {
  content: ' (선택)';
  color: var(--global-font-color-dark);
  font-size: .85rem;
  font-weight: 400
}
#dynamicSurveyForm .form-control {
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 1rem;
  transition: .2s;
  background: #fff;
  width: 100%
}
#dynamicSurveyForm .form-control:focus {
  border-color: var(--global-color-primary);
  box-shadow: 0 0 0 3px rgba(102,126,234,.1);
  outline: 0
}
#dynamicSurveyForm .option-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px
}
#dynamicSurveyForm .option-item {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  background: var(--global-background-color);
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  cursor: pointer;
  transition: .2s
}
#dynamicSurveyForm .option-item:hover {
  background: var(--global-background-color-primary-hover);
  border-color: var(--global-color-primary)
}
#dynamicSurveyForm .option-item input[type=checkbox],
#dynamicSurveyForm .option-item input[type=radio] {
  margin-right: 12px;
  width: 16px;
  height: 16px;
  accent-color: var(--global-color-primary)
}
#dynamicSurveyForm .option-item.selected {
  background: var(--global-background-color-primary-active);
  border-color: var(--global-color-primary);
  color: var(--global-color-primary)
}
#dynamicSurveyForm .option-item label {
  cursor: pointer;
  margin: 0;
  flex: 1;
  font-weight: 500
}
#dynamicSurveyForm .additional-input {
  margin-top: 16px;
  padding: 16px;
  background: var(--global-background-color-secondary);
  border: 1px solid var(--global-color-secondary);
  border-radius: 8px
}
#dynamicSurveyForm .additional-input label {
  font-weight: 500;
  color: var(--global-font-color-dark);
  margin-bottom: 8px;
  display: block
}
#dynamicSurveyForm .conditional-questions {
  margin-top: 20px;
  padding: 20px;
  background: var(--global-background-color-secondary);
  border-radius: 8px;
  border: 1px solid var(--global-color-secondary)
}
#dynamicSurveyForm .conditional-question {
  margin-bottom: 16px
}
#dynamicSurveyForm .conditional-question:last-child {
  margin-bottom: 0
}
#dynamicSurveyForm .invalid-feedback {
  display: block;
  color: #ef4444;
  font-size: .875rem;
  margin-top: 4px
}
#dynamicSurveyForm .form-control.is-invalid {
  border-color: #ef4444
}
#institutionCodeBlockModal {
  width: 100%
}
::-webkit-scrollbar {
  width: 8px
}
::-webkit-scrollbar-track {
  background: var(--global-background-color-primary)
}
::-webkit-scrollbar-thumb {
  background: var(--global-background-color-primary);
  border-radius: 4px
}
::-webkit-scrollbar-thumb:hover {
  background: var(--global-color-secondary)
}
.page-indicator {
  display: flex;
  justify-content: center;
  margin: 20px 0;
  gap: 8px
}
.page-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d1d5db;
  cursor: pointer;
  transition: .3s
}
.page-dot.active {
  background: var(--global-color-primary);
  width: 30px;
  border-radius: 5px
}
.page-dot:hover {
  background: var(--global-color-secondary)
}
.page-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  padding: 20px 0;
  border-top: 1px solid #e8ecf0
}
.page-info {
  font-size: .9rem;
  color: #64748b
}
.btn-group {
  display: flex;
  gap: 10px
}
.btn-outline {
  background: #fff;
  border: 1px solid var(--global-color-primary);
  color: var(--global-color-primary)
}
.btn-outline:hover {
  background: var(--global-color-primary);
  color: #fff
}
.survey-page {
  display: none
}
.survey-page.active {
  display: block;
  animation: .3s ease-in-out fadeIn
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}
.save-status {
  position: fixed;
  top: 20px;
  right: 20px;
  background: rgba(40,167,69,.9);
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0,0,0,.2);
  opacity: 0;
  transform: translateY(-20px);
  transition: .3s;
  z-index: 1050
}
.save-status.show {
  opacity: 1;
  transform: translateY(0)
}
.institution-floating-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: rgba(13,110,253,.95);
  color: #fff;
  padding: 15px 45px 15px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,.3);
  display: flex;
  align-items: center;
  opacity: 0;
  transform: translateX(-100%);
  transition: .3s;
  z-index: 1050;
  font-size: 14px;
  font-weight: 500;
  max-width: 350px
}
.institution-floating-banner.show {
  opacity: 1;
  transform: translateX(0)
}
.institution-floating-banner .close-banner {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background: 0 0;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  padding: 5px;
  line-height: 1;
  opacity: .8;
  transition: opacity .2s
}
.institution-floating-banner .close-banner:hover {
  opacity: 1
}
.question-block.has-error {
  border-left: 4px solid #ef4444;
  background: #fef2f2
}
.question-block.has-error .question-title {
  color: #ef4444
}
.consent-page {
  min-height: 400px;
  padding: 30px;
  background: var(--global-background-color);
  border-radius: 12px;
  border: 1px solid #e8ecf0
}
.final-page {
  min-height: 500px
}
.final-page .survey-section-body {
  padding: 24px
}
.final-page .last-body-content {
  background: var(--global-background-color);
  padding: 30px;
  border-radius: 12px
}
.final-page .price-tab {
  display: flex;
  justify-content: center
}
.final-page .navigation-buttons {
  justify-content: center;
  border-top: none;
  padding-top: 0
}
.close-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background: 0 0;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  padding: 5px;
  line-height: 1;
  opacity: .8;
  transition: opacity .2s
}
@media (max-width:768px) {
  .page-navigation {
    flex-direction: column;
    gap: 15px;
    padding: 10px
  }
  .btn-group {
    width: 100%;
    justify-content: center
  }
  .page-info {
    order: 2
  }
  .bigBannerImg {
    border-radius: 0;
    padding: 10px
  }
  .bottom-body,
  .card-body {
    padding: 0;
    border: none;
    box-shadow: none
  }
  .survey-page {
    border: none;
    padding: 10px
  }
  .price-block {
    flex-direction: column
  }
  #autoFillBtn {
    top: 0;
    bottom: unset;
    right: 0
  }
  #dynamicSurveyForm {
    padding: 0;
    border: none;
    box-shadow: none
  }
  #dynamicSurveyForm .survey-section {
    border: none;
    box-shadow: none
  }
  #dynamicSurveyForm .conditional-questions {
    padding: 0;
    border: none;
    box-shadow: none
  }
  #dynamicSurveyForm .question-block {
    padding: 0
  }
  .mothersafe-logo {
    display: none
  }
  .alert-block {
    min-width: unset;
    width: 95%
  }
}