/* Main Box Row 1 Styles */


#bo_cate_ul { display:none; }

#faq_wrap a, 
#faq_con .con_inner ,
#faq_wrap li h3 .tit_bg,
#bo_v,
#bo_v_info .sv_member,
.bo_tit a { color:#555; }


#bo_v_title .bo_v_tit { font-size:1.5em }
#bo_v_title .bo_v_tit {  }
#bo_v_info .profile_info .pf_img { display:none; }
.box_btn {
  background: #8BC34A;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 25px;
  font-size: 1em;
  cursor: pointer;
  margin: 5px 0;
  display: inline-block;

}


.main_box_row_1 {
  width: 100%;
  padding: 50px 0 20px 0;
}

.main_box_container {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.main_box_container .main_box {
  flex: 1;
  background: #fff;
  border-radius: 20px;
  padding: 30px 25px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.08);
  position: relative;
  min-height: 280px;
}

.main_box_container .main_box.counseling {
  border: 2px solid #8BC34A;
}
.main_box_container .main_box.counseling:hover { 
  background: #8bc34a15;
}

.main_box_container .main_box.test {
  border: 2px solid #FF9800;
}
.main_box_container .main_box.test:hover {
  background: #FF980015;
}

.main_box_container .main_box.story {
  border: 2px solid #2196F3;
}
.main_box_container .main_box.story:hover {
  background: #2196F315;
}


.main_box_container .box_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.main_box_container .box_header h3 {
  font-size: 2em;
  font-weight: bold;
  margin: 0;
}

.main_box_container .main_box.counseling h3 {
  color: #7eb83a;
}

.main_box_container .main_box.test h3 {
  color: #FF9800;
}

.main_box_container .main_box.story h3 {
  color: #2196F3;
}

.main_box_container .more_btn {
  background: #ddd;
  border: none;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 1em;
  color: #666;
  cursor: pointer;
}

.main_box_container .box_content {
  position: relative;
  height: 100%;
}

.main_box_container .box_content p {
  font-size: 1.14em;
  line-height: 1.8;
  color: #666;
  margin-bottom: 10px;
}

.main_box_container .box_image {
  position: absolute;
  right: 0;
  bottom: 30px;
}

.main_box_container .box_image img {
  max-width: 140px;
  height: auto;
  object-fit: contain;
}

.main_box_container .box_btn {
  background: #8BC34A;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 25px;
  font-size: 1.14em;
  cursor: pointer;
  position: absolute;
  bottom: 40px;
  left: 0px;
}

.main_box_container .main_box.test .box_btn {
  background: #FF9800;
}

.main_box_container .story_list {
  margin-top: 20px;
}

.main_box_container .story_item {
  display: flex;
  align-items: center;
  padding: 0;
  line-height: 1.8;
}

.main_box_container .category {
  background: #2196F3;
  color: white;
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 0.86em;
  margin-right: 15px;
  min-width: 40px;
  text-align: center;
}

.main_box_container .story_item .text {
  font-size: 1.14em;
  color: #666;
  flex: 1;
}


.mobile_contents { font-size: 14px;;}



/* 반응형 */
@media (max-width: 1240px) {
  .main_box_container {
      width: 95%;
      padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .main_box_container {
      flex-direction: column;
      gap: 15px;
  }
  
  .main_box_container .main_box {
      min-height: auto;
  }
  
  .main_box_container .box_btn {
      position: static;
      transform: none;
      margin-top: 20px;
      width: 120px;
  }
}




.main_box_row_2 {
  width: 100%;
  padding: 20px 0 50px 0;
  background: #fff;
}

.consultation_container {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.consultation_container .consultation_info {
  display: flex;
  gap: 60px;
  align-items: center;

}

.consultation_container .phone_section, .consultation_container .hours_section {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 360px;
}

.consultation_container .phone_icon, .consultation_container .hours_icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.consultation_container .phone_icon img, .consultation_container .hours_icon img {
  width: 40px;
  height: 40px;
}

.consultation_container .phone_content h4, .consultation_container .hours_content h4 {
  margin: 0 0 5px 0;
  font-size: 1.3em;
  color: #333;
  font-weight: bold;
}

.consultation_container .phone_number {
  font-size: 1.8em;
  font-weight: bold;
  color: #8BC34A;
  letter-spacing: 1px;
}

.consultation_container .hours_text {
  font-size: 1.1em;
  color: #333;
  line-height: 1.4;
}

.consultation_container .sub_text {
  font-size: 1em;
  color: #666;
}

.consultation_container .consultation_buttons {
  display: flex;
  gap: 15px;
}

.consultation_container .btn_consultation, .consultation_container .btn_blog {
  border: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.consultation_container .btn_consultation:hover, .consultation_container .btn_blog:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.consultation_container .btn_consultation img, .consultation_container .btn_blog img {
  width: auto;
  filter: none;
}

/* 반응형 */
@media (max-width: 1240px) {
  .consultation_container {
      width: 95%;
      padding: 20px;
  }
  
  .consultation_container .consultation_info {
      gap: 40px;
  }
}

@media (max-width: 768px) {
  .consultation_container {
      flex-direction: column;
      gap: 20px;
      text-align: center;
  }
  
  .consultation_container .consultation_info {
      flex-direction: column;
      gap: 20px;
  }
  
  .consultation_container .consultation_buttons {
      justify-content: center;
  }
}

/* 서브페이지 레이아웃 */
.sub_container {
  width: 100%;
  padding: 40px 0;
  background: #fff;
}

.sub_wrapper {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
}

/* 좌측 서브 네비게이션 */
.sub_sidebar {
  width: 280px;
  flex-shrink: 0;
}

.sub_nav {
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
}

.sub_nav_title {
  background: #7eb83a;
  color: white;
  font-size: 1.4em;
  font-weight: bold;
  padding: 25px 20px;
  margin: 0;
}

.sub_nav_menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sub_nav_menu li {
  border-bottom: 1px solid #f0f0f0;
}

.sub_nav_menu li:last-child {
  border-bottom: none;
}

.sub_nav_menu a {
  display: block;
  padding: 15px 20px;
  color: #333;
  text-decoration: none;
  font-size: 1.15em;
  transition: all 0.3s ease;
}

.sub_nav_menu a:hover,
.sub_nav_menu a.active {
  background: #f8f9fa;
  color: #7eb83a;
  font-weight: bold;
}

/* 우측 컨텐츠 영역 */
.sub_content {
  flex: 1;
  background: #fff;
  padding: 0;
  border-radius: 10px;
  font-size: 16px; /* 16px 기준 */
}

.content_header {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #8BC34A;
}

.page_title {
  font-size: 2.2em;
  font-weight: bold;
  color: #555;
  margin: 0 0 10px 0;
}

.page_description {
  font-size: 1.1em;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

.content_body {
  padding: 0 20px; /* 좌우 패딩 추가 */
}

.content_body h1 {
  font-size: 1.8em;
  margin: 0 0 20px 0;
  padding-bottom: 10px;
}

.content_body h2 {
  font-size: 1.5em;
  margin: 30px 0 15px 0;
  padding-bottom: 8px;
    color: #5f9521;
}

.content_body h2:first-child {
  margin-top: 0;

}

.content_body h3 {
  font-size: 1.1em;
  margin: 25px 0 12px 0;
  padding-bottom: 5px;
}

.content_body h3:first-child {
  margin-top: 0;
}

.content_body p {
  font-size: 1em;
  color: #555;
  line-height: 1.8;
  margin: 0 0 5px 0;
}

.content_body ul {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}

/* 짧은 리스트 항목 4개씩 배치 */
.content_body ul.short {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 25px 0;
}

.content_body ul.short li {
  flex: 0 0 calc(25% - 7.5px);

  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 8px 12px;
  text-align: center;
  font-size: 0.95em;
  color: #495057;
  line-height: 1.3;
  transition: all 0.3s ease;

}

.content_body ul.short li:before {
  display: none;
}



.content_body li {
  position: relative;
  padding: 4px 0 4px 20px;
  font-size: 1em;
  color: #555;
  line-height: 1.5;
}

.content_body li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #7eb83a;
  font-weight: bold;
  font-family: dotum, sans-serif;
}

.content_body img { max-width:100%; }

.process_list li { 
  padding-left: 25px;

}
.process_list li:before {
  content: counter(step-counter);
  counter-increment: step-counter;
  background: #7eb83a;
  color: white;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8em;
  top:6px;
  font-weight: bold;
}

.process_list {
  counter-reset: step-counter;
}

/* 상담 신청 폼 */
.consultation_form {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  margin-top: 30px;
}

.form_row {
  margin-bottom: 20px;
}

.form_label {
  display: block;
  font-size: 1em;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
}

.form_label .required {
  color: #e74c3c;
  margin-left: 3px;
}

.form_input,
.form_textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1em;
  background: #fff;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}

.form_input:focus,
.form_textarea:focus {
  outline: none;
  border-color: #7eb83a;
  box-shadow: 0 0 5px rgba(87, 132, 35, 0.3);
}

.form_textarea {
  resize: vertical;
  min-height: 100px;
  font-family: inherit;
}

.form_submit {
  text-align: center;
  margin-top: 30px;
}

.submit_btn {
  background: #7eb83a;
  color: white;
  border: none;
  padding: 15px 40px;
  border-radius: 25px;
  font-size: 1.1em;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 200px;
}

.submit_btn:hover {
  background: #4a7020;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(87, 132, 35, 0.3);
}

/* 개인정보 동의 섹션 */
.privacy_section {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}

.privacy_textarea {
  width: 100%;
  height: 50px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 0.9em;
  background: #fff;
  color: #666;
  resize: none;
  box-sizing: border-box;
  line-height: 1.4;
  font-family: inherit;
  margin-bottom: 15px;
}

.privacy_checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
}

.privacy_checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  cursor: pointer;
}

.privacy_checkbox label {
  font-size: 1em;
  color: #333;
  cursor: pointer;
  margin: 0;
  font-weight: normal;
}

/* 모바일 반응형 */
@media (max-width: 768px) {
  .consultation_form {
    padding: 20px;
    margin-top: 20px;
  }
  
  .form_input,
  .form_textarea {
    padding: 10px 12px;
  }
  
  .submit_btn {
    width: 100%;
    padding: 12px 20px;
    min-width: auto;
  }
  
  .form_row {
    margin-bottom: 15px;
  }
  
  .privacy_section {
    padding: 15px;
  }
  
  .privacy_textarea {
    height: 45px;
    font-size: 0.85em;
    padding: 8px 12px;
  }
  
  .privacy_checkbox input[type="checkbox"] {
    width: 16px;
    height: 16px;
  }
  
  .privacy_checkbox label {
    font-size: 0.9em;
  }
}

/* 반응형 */
@media (max-width: 1240px) {
}

/* 지도 컨테이너 */
.map_container {
  margin: 20px 0;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.map_container #map {
  width: 100%;
  height: 400px;
}

.map_container iframe {
  width: 100%;
  height: 400px;
  border: none;
  border-radius: 10px;
}

/* 반응형 지도 */
@media (max-width: 768px) {
  .map_container iframe {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .map_container iframe {
    height: 250px;
  }
}

/* 모바일 반응형 */
@media (max-width: 768px) {
}

/* 상담 진행 과정 박스 */
.process_boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 30px 0;
}

.process_box {
  background: #fff;
  border: 2px solid #7eb83a;
  border-radius: 12px;
  padding: 20px 15px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
}



.process_box .box_number {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #7eb83a;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 auto 12px;
}

.process_box h4 {
  font-size: 1.1em;
  font-weight: bold;
  color: #333;
  margin: 0 0 10px 0;
  line-height: 1.3;
}

.process_box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.process_box li {
  font-size: 0.9em;
  color: #666;
  line-height: 1.4;
  margin-bottom: 8px;
  padding: 0;
}

.process_box li:before {
  display: none;
}

/* 검사 진행 절차 박스 */
.procedure_boxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin: 30px 0;
}

.procedure_box {
  background: #fff;
  border: 2px solid #7eb83a;
  border-radius: 12px;
  padding: 20px 15px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
}


.procedure_box .box_number {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #7eb83a;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 auto 12px;
}

.procedure_box h4 {
  font-size: 1.1em;
  font-weight: bold;
  color: #333;
  margin: 0 0 10px 0;
  line-height: 1.3;
}

.procedure_box p {
  font-size: 0.9em;
  color: #666;
  line-height: 1.4;
  margin: 0;
}

/* 반응형 */
@media (max-width: 768px) {
  .process_boxes {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .process_box {
    padding: 15px 12px;
  }
  
  .process_box h4 {
    font-size: 0.95em;
  }
  
  .process_box li {
    font-size: 0.8em;
  }
  
  .procedure_boxes {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  
  .procedure_box {
    padding: 15px 12px;
  }
  
  .procedure_box h4 {
    font-size: 0.95em;
  }
  
  .procedure_box p {
    font-size: 0.8em;
  }
}

/* strong 태그 스타일 */
strong {
  font-size: 1.05em;
  margin: 3px 0;
  display: inline-block;
}