.inner {width: 1200px; position: relative; margin: 0 auto;}
body {background: #f5f9ff;}

header {padding: 15px 0;}
header .inner {width: 100%; box-sizing: border-box;}
header .inner .logo_wrap {}
header .inner .logo_wrap a {display: flex; width: fit-content;}
header .inner .logo_wrap a img {width: 180px;}

.all_wrap {display: flex; justify-content: space-between; gap: 40px;}

.left_wrap {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 0;
}

.left_wrap .txt_wrap {
  max-width: 100%;
  margin-bottom: 40px;
}

.left_wrap .txt_wrap h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
  color: #2c3e50;
  margin-bottom: 30px;
  word-break: keep-all;
  letter-spacing: -3px;
}

.left_wrap .txt_wrap h2 b {
  color: rgb(76, 99, 210);
  font-weight: 800;
}

.left_wrap .txt_wrap a {
  display: inline-block;
  padding: 16px 40px;
  background: rgb(76, 99, 210);
  color: white;
  text-decoration: none;
  border-radius: 100px;
  font-weight: 500;
  font-size: 18px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.left_wrap .txt_wrap a:hover {
  background: rgb(64, 82, 178);
}

.left_wrap .img_wrap {
  width: 100%;
  max-width: 400px;
}

.left_wrap .img_wrap img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 100px;
}

.right_wrap {
  max-width: 600px;
  background: white;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}

/* ===== SECTION0 (인트로) ===== */
#section0 {
  border-bottom: 1px solid #ddd;
}

#section0 .inner {
  padding: 45px 40px;
  width: 100%;
  box-sizing: border-box;
}

.intro_box {text-align: center;}

.intro_heading {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  line-height: 1.3;
  margin: 0px 0 18px 0;
}

.intro_heading b {
  color: rgb(76, 99, 210);
  font-weight: 800;
}

.intro_desc {
  font-size: 20px;
  color: #666;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: 0;
}

.intro_support {
  font-size: 22px;
  color: #777;
  line-height: 1.8;
  margin-bottom: 32px;
  margin-top: 0;
}

.intro_cta {
  display: inline-block;
  padding: 16px 40px;
  background: rgb(76, 99, 210);
  color: white;
  text-decoration: none;
  border-radius: 100px;
  font-weight: 500;
  font-size: 18px;
  transition: all 0.2s ease;
  cursor: pointer;
}


/* ===== SECTION1 (메인 콘텐츠) ===== */
#section1 {flex: 1;}

#section1 .inner {
  padding: 40px 35px 70px;
  width: 100%;
  box-sizing: border-box;
  max-width: 100%;
}

/* 공통 고민 */
.concern_box {
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e7eb;
}

.concern_label {
  font-size: 12px;
  color: #999;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
  display: block;
}

.concern_text {
  font-size: 17px;
  font-weight: 600;
  color: #2c3e50;
  line-height: 1.7;
  margin-bottom: 15px;
}

.concern_desc {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.8;
  margin: 0;
}

/* 핵심 메시지 */
.core_box {
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e7eb;
}

.core_title {
  font-size: 17px;
  font-weight: 700;
  color: #2c3e50;
  line-height: 1.6;
  margin-bottom: 18px;
}

.core_content {
  font-size: 14px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 15px;
}

.core_sub {
  font-size: 14px;
  color: #8b92a0;
  line-height: 1.8;
  margin: 0;
}

/* 실제 변화 */
.change_box {
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e7eb;
}

.change_box .change_title {
  font-size: 17px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 28px;
}

.change_item {
  margin-bottom: 25px;
}

.change_item:last-child {margin-bottom: 0;}

.change_role {
  font-size: 12px;
  color: #999;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  display: inline-block;
  background: #f3f4f6;
  padding: 4px 10px;
  border-radius: 4px;
}

.change_story {
  font-size: 14px;
  color: #4a5568;
  line-height: 1.8;
  margin-top: 8px;
  margin-bottom: 0;
}

/* 역할 */
.role_box {
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e7eb;
}

.role_box .role_title {
  font-size: 17px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 18px;
}

.role_box .role_desc {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.8;
  margin: 0;
}

/* 프로세스 */
.process_box {
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e7eb;
}

.process_box .process_label {
  font-size: 17px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 35px;
}

.process_item {
  display: flex;
  gap: 20px;
  margin-bottom: 32px;
}

.process_item:last-child {margin-bottom: 0;}

.process_num {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  background: rgb(76, 99, 210);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
  margin-top: 2px;
}

.process_info {margin: 0;}

.process_title_small {
  font-size: 15px;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 8px 0;
}

.process_desc {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.7;
  margin: 0;
}

/* 마지막 */
.final_box {
  text-align: center;
  padding: 40px 20px;
  background: #fafbfc;
  border-radius: 8px;
}

.final_text {
  font-size: 15px;
  font-weight: 600;
  color: #2c3e50;
  line-height: 1.8;
  margin-bottom: 25px;
}

.final_cta {
  display: inline-block;
  padding: 13px 40px;
  background: rgb(76, 99, 210);
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.final_cta:hover {
  background: #4c63d2;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(94, 114, 228, 0.3);
}

.final_note {
  font-size: 12px;
  color: #999;
  margin-top: 15px;
  margin-bottom: 0;
}

/* ===== 확인 과정 섹션 ===== */
.process_section {
  margin-bottom: 50px;
  padding: 0;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 50px;
}

.process_title {
  font-size: 30px;
  font-weight: 700;
  color: #333;
  margin: 0 0 18px 0;
  text-align: center;
}

.process_intro {
  font-size: 18px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: -1px;
}

.process_bridge {
  font-size: 17px;
  font-weight: 600;
  color: rgb(76, 99, 210);
  text-align: center;
  margin-bottom: 40px;
  margin-top: 10px;
  line-height: 1.6;
}

.process_items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  row-gap: 48px;
}

.process_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 20px;
}

.process_item:nth-child(1)::after {
  content: "→";
  position: absolute;
  right: -56px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 36px;
  color: #ddd;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process_item:nth-child(2)::after {
  content: "↓";
  position: absolute;
  bottom: -56px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 36px;
  color: #ddd;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process_item:nth-child(3)::after {
  content: "←";
  position: absolute;
  left: -56px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 36px;
  color: #ddd;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process_icon {
  position: relative;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  background: rgb(76, 99, 210);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 32px;
  margin-bottom: 16px;
}

.process_number {
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 32px;
  height: 32px;
  background: #f5f9ff;
  border: 3px solid rgb(76, 99, 210);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: rgb(76, 99, 210);
}

.process_content {
  flex: 1;
}

.process_heading {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin: 0 0 10px 0;
  letter-spacing: -0.5px;
}

.process_heading b {
  color: rgb(76, 99, 210);
}

.process_text {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  margin: 0;
  font-weight: 500;
}

/* ===== 공감 섹션 ===== */
.pain_section {
  margin-bottom: 50px;
  padding: 0;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 50px;
}

.pain_intro {
  font-size: 30px;
  font-weight: 700;
  color: #333;
  margin: 0 0 35px 0;
  text-align: center;
}

.pain_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.pain_item {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pain_item img {
    border-radius: 10px;
}



.pain_checkbox:checked::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
}

.pain_title {
  font-size: 16px;
  font-weight: 800;
  color: rgb(76, 99, 210);
  background-color: #e8f1ff;
  padding: 5px 20px;
  border-radius: 100px;
  line-height: 1.4;
  display: inline-block;
  width: fit-content;
}

.pain_text {
  font-size: 18px;
  color: #111;
  line-height: 1.6;
  margin: 0;
  font-weight: 600;
}

/* ===== 확인 후 얻는 것 ===== */
.result_section {
  margin-bottom: 60px;
  padding: 40px 0;
  border-bottom: 1px solid #e8e8e8;
}

.result_content {
  margin-bottom: 40px;
}

.result_subtitle {
  font-size: 26px;
  font-weight: 700;
  color: #333;
  line-height: 1.6;
  margin: 0 0 16px 0;
}

.result_description {
  font-size: 18px;
  font-weight: 500;
  color: #666;
  line-height: 1.8;
  margin: 0;
}

.result_checklist {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-bottom: 30px;
}

.checklist_item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 24px;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  background-color: #fafafa;
  box-shadow: 0 2px 8px rgba(76, 99, 210, 0.08);
  transition: all 0.3s ease;
}

.checklist_item:hover {
  border-color: rgb(76, 99, 210);
  box-shadow: 0 4px 12px rgba(76, 99, 210, 0.15);
  background-color: #fff;
}

.checklist_item i {
  color: rgb(76, 99, 210);
  font-size: 24px;
  flex-shrink: 0;
  margin-top: 2px;
}

.checklist_item p {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  margin: 0;
  font-weight: 500;
}

.result_closing {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin: 0;
  line-height: 1.6;
}

.benefit_heading {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin: 0 0 8px 0;
}

.benefit_text {
  font-size: 14px;
  color: #777;
  line-height: 1.7;
  margin: 0;
}

/* ===== CTA (중간) ===== */
.cta_mid_section {
  margin-bottom: 0;
  text-align: center;
  padding: 40px 0;
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  margin-top: 45px;
}

.cta_mid_button {
  display: inline-block;
  padding: 15px 44px;
  background: #333;
  color: white;
  text-decoration: none;
  border-radius: 100px;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.cta_mid_button:hover {
  background: #555;
}

/* ===== FAQ 섹션 ===== */
.faq_section {
  margin-bottom: 0;
  padding: 0;
  padding-bottom: 50px;
}

.faq_title {
  font-size: 30px;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin: 0 0 28px 0;
}

.faq_item {margin-bottom: 30px;}

.faq_item:last-child {margin-bottom: 0;}

.faq_q {
  display: flex;
  gap: 14px;
  margin-bottom: 12px;
  align-items: center;
  cursor: pointer;
  padding: 8px;
  margin: -8px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

.faq_q:hover {
  background-color: #f0f5ff;
}

.faq_q p {
  flex: 1;
}

.faq_icon {
  color: rgb(76, 99, 210);
  font-size: 18px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.faq_item.active .faq_icon {
  transform: rotate(180deg);
}

.faq_a {
  display: none;
  gap: 14px;
  align-items: flex-start;
  margin-top: 12px;
  margin-bottom: 12px;
}

.faq_item.active .faq_a {
  display: flex;
}

.faq_label {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  background: rgb(76, 99, 210);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 13px;
  margin-top: 2px;
}

.faq_q p, .faq_a p {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  margin: 0;
}

.faq_a p {color: #777;}

/* ===== 최종 섹션 ===== */
.final_section {
  text-align: center;
  padding: 50px 30px;
  background: white;
  border-radius: 0;
  margin-bottom: 0;
  border-top: 1px solid #e8e8e8;
}

.final_message {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  line-height: 1.7;
  margin-bottom: 28px;
  margin-top: 0;
}

.final_button {
  display: inline-block;
  padding: 16px 44px;
  background: rgb(76, 99, 210);
  color: white;
  text-decoration: none;
  border-radius: 100px;
  font-weight: 500;
  font-size: 18px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.final_button:hover {
  background: rgb(64, 82, 178);
}

.final_desc {
  font-size: 13px;
  color: #999;
  margin-top: 14px;
  margin-bottom: 0;
}

/* 반응형 */
@media (max-width: 1200px) {
  .inner {width: 100%;}
  header .inner {width: 100%;}
}

@media (max-width: 768px) {
  .all_wrap {flex-direction: column; gap: 20px;}

  .left_wrap {
    display: none;
  }

  .right_wrap {
    max-width: 100%;
    width: 100%;
    height: auto;
    overflow-y: visible;
  }

  .left_wrap .txt_wrap h2 {font-size: 32px;}

  #section0 .inner {padding: 35px 25px;}
  #section1 .inner {padding: 35px 25px 60px;}

  .solution_grid {grid-template-columns: 1fr;}
}

/* ===== 설문조사 모달 ===== */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

.modal-content {
  background: white;
  border-radius: 8px;
  max-width: 500px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  padding: 40px 30px;
  position: relative;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 28px;
  color: #999;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-close:hover {
  color: #333;
}

.modal-header {
  margin-bottom: 30px;
  text-align: center;
}

.modal-header h2 {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin: 0 0 20px 0;
}

.progress-bar {
  width: 100%;
  height: 6px;
  background: #e8e8e8;
  border-radius: 100px;
  margin-bottom: 12px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background: rgb(76, 99, 210);
  transition: width 0.3s ease;
}

.progress-text {
  font-size: 13px;
  color: #999;
  margin: 0;
}

.survey-step {
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.survey-step h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0 0 20px 0;
}

.survey-step .subtitle {
  font-size: 13px;
  color: #999;
  margin: 0 0 15px 0;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
}

.form-group input[type="text"],
.form-group input[type="tel"] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
  transition: border-color 0.2s;
}

.form-group select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  box-sizing: border-box;
  transition: border-color 0.2s;
}

.form-group input[type="text"]:focus,
.form-group input[type="tel"]:focus,
.form-group select:focus {
  outline: none;
  border-color: rgb(76, 99, 210);
}

.time-group {
  display: flex;
  gap: 12px;
}

.modal-content .time-group {
  display: flex;
  gap: 12px;
}

.modal-content .time-group select {
  flex: 1;
  padding: 12px 14px 12px 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 15px;
  box-sizing: border-box;
  transition: border-color 0.2s;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 384 512%22%3E%3Cpath d=%22M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z%22 fill=%22%234c63d2%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
  padding-right: 32px;
}

.modal-content .time-group select:focus {
  outline: none;
  border-color: rgb(76, 99, 210);
}

.radio-group,
.checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.radio-group label,
.checkbox-group label {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  gap: 10px;
}

.radio-group input[type="radio"],
.checkbox-group input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: rgb(76, 99, 210);
}

.custom-input {
  flex: 1;
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 13px;
  margin-left: 8px;
}

.custom-input:focus {
  outline: none;
  border-color: rgb(76, 99, 210);
}

.modal-buttons {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}

.btn-prev,
.btn-next,
.btn-submit {
  flex: 1;
  padding: 16px 20px;
  border: none;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-prev {
  background: #f0f0f0;
  color: #333;
}

.btn-prev:hover {
  background: #e0e0e0;
}

.btn-next,
.btn-submit {
  background: rgb(76, 99, 210);
  color: white;
}

.btn-next:hover,
.btn-submit:hover {
  background: #4c63d2;
}

@media (max-width: 480px) {
  .modal-content {
    width: 95%;
    padding: 30px 20px;
  }

  .modal-header h2 {
    font-size: 20px;
  }

  .survey-step h3 {
    font-size: 16px;
  }
}