:root {
  --main-color: #fec824;
  --background-color: #f9f9f9;
}

html,
body {
  width: 100%;
  height: 100%;
  /* overflow-x: hidden !important; */
  color: #0f0f0f;
}

html {
  scroll-padding-top: 180px;
  scroll-behavior: smooth;
}

body {
  min-width: 1200px;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  /* margin: 0 auto; */
}

a {
  color: #0f0f0f;
  text-decoration: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-transition: background-color 9999s ease-out;
  -webkit-box-shadow: 0 0 0px 1000px none inset !important;
}

#wrap {
  position: relative;
  scroll-snap-type: y mandatory;
  height: 100vh;
  padding-bottom: 220px;
}

.inner {
  /* min-width: 1200px; */
  /* width: 1200px;
  margin: 0 auto; */
  position: relative;
  margin: 0 auto;
  width: 1200px;
}

.notScroll {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  touch-action: none;
}

.highlight {
  color: #fec824;
}

section {
  padding: 50px 0 80px;
}

.section_title_wrap {
  text-align: center;
  margin-bottom: 40px;
}

.section_title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}

.section_desc {
  font-size: 18px;
  color: #666;
}

/* header ===================================== */
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  background-color: transparent;
  box-shadow: none;
  z-index: 10;
}

header img {
  width: 280px;
}

/* HTML/CSS 로고 (이미지 대신 텍스트) */
header .header_logo {
  margin: 0;
  display: flex;
  align-items: center;
}

header .header_logo_link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.02em;
}

header .header_logo_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fec824;
  flex-shrink: 0;
  line-height: 0;
}

header .header_logo_icon svg {
  display: block;
  width: 40px;
  height: 40px;
}

header .header_logo_text {
  display: inline-flex;
  align-items: baseline;
  font-size: inherit;
}

header .header_logo_accent {
  color: #fec824;
  font-weight: 800;
}

header .header_logo_sub {
  color: #222;
  font-weight: 900;
  margin-left: 4px;
}

/* main_visual ===================================== */
.main_visual {
  background: url(./main_visual_bg.png) no-repeat center center/cover;
  min-height: 920px;
  margin-bottom: 150px;
  padding: 0;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
}

.main_visual .inner {
  width: 100%;
}

.main_visual .site_desc {
  font-size: 18px;
  padding: 15px;
  text-align: right;
  color: #666;
}

.main_visual .container {
  padding-top: 50px;
}

.main_visual .content_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main_visual .title_wrap {
  text-align: center;
  transform: translateY(-140px);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.main_visual .title {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1.25;
  margin-bottom: 14px;
  color: #1f1f1f;
}

.main_visual .title span {
  display: block;
}

.main_visual .title .bold {
  font-weight: 900;
}

.main_visual .desc {
  font-size: 18px;
  color: #444;
}

.main_visual .bohum_logo_img {
  width: 880px;
  height: auto;
  margin: 0 auto;
}

.main_visual .guide_intro {
  text-align: center;
  font-size: 16px;
  color: #666;
  margin-top: 32px;
  margin-bottom: 0;
  display: inline-block;
  padding: 10px 22px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.main_visual .guide_intro a {
  color: var(--main-color);
  font-weight: 600;
  text-decoration: none;
}

.main_visual .guide_intro a:hover {
  text-decoration: underline;
}

.main_visual_panel {
  margin-top: 50px;
  margin-left: 24px;
  margin-right: 24px;
  margin-bottom: -40px;
  padding: 32px 40px 28px;
  background: transparent;
  border-radius: 26px;
  box-shadow: none;
  border: 2px solid rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 1;
  text-align: center;
}

.main_visual_panel .section1 {
  margin-top: 0;
}

.main_visual_panel .guide_intro {
  margin-top: 28px;
  margin-bottom: 0;
}

/* form */
.form_container {
  transform: translateY(-30%);
}

.form_container img {
  position: relative;
  width: 210px;
  height: auto;
  margin: 0 auto;
  transform: translateY(10px);
  z-index: 9;
}

.form_container .form_wrap {
  position: relative;
  width: 635px;
  background-color: #fff;
  /* border: 1px solid red; */
  margin: 0 auto;
  padding: 30px 35px 75px 35px;
  border-radius: 24px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04);
}

.form_container .form_title {
  display: block;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -1px;
  text-align: center;
  margin-bottom: 20px;
}

form li {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #444;
  margin-bottom: 10px;
}

form label {
  flex-shrink: 0;
  width: 105px;
  font-size: 15px;
  font-weight: 700;
}

form input {
  width: 100%;
  height: 46px;
  border: 0;
  border-radius: 8px;
  outline: none;
  background-color: #f6f7fb;
}

form input::placeholder {
  font-size: 16px;
}

form input[type="text"],
form input[type="tel"] {
  padding-left: 15px;
  font-size: 18px;
}

form input[type="radio"] {
  display: none;
}

form select {
  flex-shrink: 0;
  height: 46px;
  width: 75px;
  border: 0;
  background-color: #f6f7fb;
  border-radius: 8px;
  font-weight: 600;
  padding: 0 15px;
}

form .gender_wrap {
  display: flex;
  background-color: #f6f7fb;
  border-radius: 8px;
}

form .gender_wrap label {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  width: 46px;
  border-radius: 8px;
  color: #6e6e6e;
}

form .gender_wrap input[type="radio"]:checked+label {
  background-color: var(--main-color);
  color: #fff;
}

form .tel_box {
  display: flex;
  gap: 20px;
  width: 100%;
}

form .btn_wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  height: 62px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -1px;
  border-radius: 0 0 24px 24px;
  overflow: hidden;
}

form .btn_wrap button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  color: #fff;
}

form .btn_wrap .btn_submit,
form .btn_wrap .btn_call_advisor {}

form .btn_wrap .btn_submit {
  background-color: var(--main-color);
}

form .btn_wrap .btn_call_advisor {
  background-color: #463a14;
}

form .birth_wrap {
  position: relative;
}

form .birth_wrap .text {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #6e6e6e;
}

/* section1 ========================================== */
.section1 .container {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  min-height: 280px;
  padding: 18px 22px;
}

.section1 img {
  width: 125px;
  height: auto;
  flex-shrink: 0;
}

.section1 .img_baby,
.section1 .img_child {
  position: absolute;
  pointer-events: none;
}

.section1 .img_baby {
  top: -73px;
  left: -88px;
  z-index: 1;
}

.section1 .img_child {
  bottom: 0;
  right: -100px;
  z-index: 1;
}

.section1 .btn_link_form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  width: 212px;
  height: 60px;
  font-size: 23px;
  font-weight: 600;
  color: #fff;
  background-color: var(--main-color);
  border-radius: 50px;
}

.section1 .content_wrap {
  width: 50%;
  background-color: #fffdf7;
  padding: 20px 22px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.section1 a.content_wrap {
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.section1 .baby_wrap:hover,
.section1 .child_wrap:hover {
  background-color: #fffdf5;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  transform: translateY(-3px);
}

.section1 .badge {
  flex-shrink: 0;
  display: inline-block;
  color: #fff;
  padding: 6px 15px;
  font-size: 14px;
  border-radius: 50px;
  font-weight: 600;
}

.section1 .badge.yellow {
  background-color: var(--main-color);
}

.section1 .badge.red {
  background-color: #ff8777;
}

.section1 .title {
  display: block;
  font-size: 26px;
  font-weight: 900;
  text-align: center;
  padding: 18px 0;
  border-radius: 10px;
  margin-bottom: 12px;
}

.section1 .text_wrap {
  background-color: #fff;
  padding: 12px;
  border-radius: 12px;
  margin-bottom: 10px;
  border: 1px solid #eee;
  font-size: 18px;
}

.section1 .text_wrap:last-child {
  margin-bottom: 0;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.section1 .layout_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
}

/* 배지(대상 시점 / 포인트) 줄: 좌우로 벌어지게 */
.section1 .text_wrap.layout_wrap {
  justify-content: space-between;
}

/* 체크아이콘 + 텍스트 줄: 왼쪽에 붙도록 */
.section1 .text_wrap .layout_wrap {
  justify-content: flex-start;
}

.section1 .layout_wrap .text {
  font-size: 18px;
  text-align: left;
  flex: 1;
}

.section1 .text_wrap .check_icon {
  width: 24px;
}

.section1 .text_wrap .desc {
  font-weight: 700;
  text-align: left;
}

.section1 .baby_wrap .desc,
.section1 .child_wrap .desc {
  color: #444;
  text-align: left;
}

.section1 svg {
  width: 100%;
  height: 25px;
  margin: 0 auto 8px auto;
}

.section1 .baby_wrap .title,
.section1 .baby_wrap .yellow_box {
  background-color: #fff5d5;
  border: 1px solid #ffda7c;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.section1 .child_wrap .title,
.section1 .child_wrap .red_box {
  background-color: #ffe0dc;
  border: 1px solid #ffa9a0;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.section1 .baby_wrap .yellow_box,
.section1 .child_wrap .red_box {
  padding: 15px;
  border-radius: 8px;
  line-height: 1.3;
  margin-top: 10px;
}

.section1 .baby_wrap:hover .title,
.section1 .baby_wrap:hover .yellow_box {
  background-color: #ffe9b3;
  border-color: #f4b73b;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}

.section1 .child_wrap:hover .title,
.section1 .child_wrap:hover .red_box {
  background-color: #ffd4ce;
  border-color: #ff9083;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}

/* section2 ========================================== */
.section2 .container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  background-color: var(--background-color);
  border-radius: 24px;
  padding: 45px 130px;
}

.section2 .content_wrap.text {
  flex-shrink: 0;
  width: 55%;
}

.section2 .content_wrap.text .content_item {
  margin-bottom: 25px;
}

.section2 .content_wrap.text .content_item:last-child {
  margin-bottom: 0;
}

.section2 .content_wrap.text .title_wrap {
  display: flex;
  gap: 12px;
  align-items: center;
}

.section2 .content_wrap.text .index {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #444;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 5px;
}

.section2 .content_wrap.text .title_wrap {
  margin-bottom: 15px;
}

.section2 .content_wrap.text .title {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
}

.section2 .content_wrap.text .desc {
  font-size: 18px;
  line-height: 1.4;
  padding-left: 44px;
  color: #444;
}

.section2_icon_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.section2_icon_intro {
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  color: #333;
  margin: 0;
  line-height: 1.5;
}

.section2 .content_wrap.img {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  height: fit-content;
}

.section2 .content_wrap.img img {
  width: 55px;
  height: auto;
}

.section2 .content_wrap.img .content_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  aspect-ratio: 1/1;
  border-radius: 20px;
  padding: 12px;
  text-align: center;
}

.section2 .content_wrap.img .content_item.red {
  background-color: #ffecec;
}

.section2 .content_wrap.img .content_item.blue {
  background-color: #eff2fd;
}

.section2 .content_wrap.img .content_item.yellow {
  background-color: #fff7dc;
}

.section2 .content_wrap.img .content_item.green {
  background-color: #e4f6f7;
}

.section2 .content_wrap.img .text {
  font-size: 14px;
}

/* section3 ========================================== */
.section3 .content_wrap {
  background-color: var(--background-color);
  border-radius: 24px;
  margin-bottom: 20px;
  padding: 36px 70px;
  font-family: "Pretendard", sans-serif;
}

.section3 .content_wrap.third {
  margin-bottom: 0;
}

.section3 .content_wrap .title_wrap {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 25px;
}

.section3 .content_wrap .title_wrap .check_icon {
  width: 27px;
}

.section3 .content_wrap .title {
  font-size: 24px;
  font-weight: 600;
  font-family: "Pretendard", sans-serif;
  color: #1a1a1a;
}

.section3 .content_wrap .desc {
  color: #444;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Pretendard", sans-serif;
}

.section3 .content_wrap {
  position: relative;
  overflow: hidden;
}

.section3 .content_wrap::before {
  content: "";
  position: absolute;
  bottom: -440px;
  right: -65px;
  width: 600px;
  height: 600px;
  background-color: #fff5d5;
  z-index: 1;
  border-radius: 50%;
}

.section3 .content_wrap.first {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section3 .content_wrap.first .content_img {
  position: relative;
  width: 155px;
  /* height: auto; */
  margin-right: 50px;
  z-index: 1;
}

.section3 .content_wrap.first .desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.section3 .content_wrap.first .desc:first-child {
  margin-bottom: 10px;
}

.section3 .underline_yellow {
  position: relative;
  z-index: 1;
}

.section3 .underline_yellow::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  background-color: #fff5d5;
  width: 100%;
  height: 15px;
  z-index: -1;
}

.section3 .content_wrap.second .row {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  align-items: center;
}

.section3 .content_wrap.second .content_img_left {
  width: 90px;
}

.section3 .content_wrap.second .content_img_middle {
  width: 50px;
}

.section3 .content_wrap.second .content_img_right {
  width: 65px;
}

.section3 .content_wrap.second .layout_wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #fff;
  border-radius: 12px;
  padding: 30px;
  border: 1px solid #eee;
  z-index: 1;
}

.section3 .content_wrap.second .text_wrap .title {
  display: block;
  font-size: 18px;
  font-weight: 600;
  font-family: "Pretendard", sans-serif;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.section3 .content_wrap.second .text_wrap .desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Pretendard", sans-serif;
  color: #444;
  padding-left: 12px;
  margin-bottom: 8px;
}

.section3 .content_wrap.third .desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Pretendard", sans-serif;
  color: #444;
}

.section3 .content_wrap.third .desc:first-child {
  margin-bottom: 10px;
}

.section3 .btn_link_form {
  font-family: "Pretendard", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 255px;
  height: 60px;
  padding: 0 30px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background-color: var(--main-color);
  border-radius: 50px;
  margin-top: 25px;
}

.section3 .btn_link_form img {
  width: 20px;
}

/* section4 ========================================== */
.section4 {
  background-color: var(--background-color);
}

.section4 img {
  max-width: 1200px;
  width: 100%;
}

/* bottom_form ========================================== */
.bottom_form {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 35px 0;
  background-color: #1f1d1c;
  z-index: 999;
}

.bottom_form.active {
  display: block;
}

.bottom_form ul {
  display: flex;
  gap: 35px;
}

.bottom_form li {
  display: block;
  width: 100%;
  margin-bottom: 0;
}

.bottom_form label {
  display: block;
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
}


.bottom_form label[for="customer_sex_men__btm"],
.bottom_form label[for="customer_sex_girl__btm"] {
  margin-bottom: 0;
}

.bottom_form .input_wrap {
  display: flex;
  gap: 10px;
}

.bottom_form .mobile_wrap {
  display: flex;
  gap: 10px;
}

.bottom_form .birth_wrap {
  position: relative;
}

.bottom_form .birth_wrap .text {
  position: absolute;
  right: 15px;
  top: auto;
  bottom: 15px;
  color: #6e6e6e;
}

.bottom_form .btn_wrap__btm {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.bottom_form .btn_wrap__btm button {
  border-radius: 8px;
  width: 190px;
  height: 45px;
}

.bottom_form .btn_wrap__btm .btn_submit__btm {
  color: #fff;
  background-color: var(--main-color);
}

.bottom_form .btn_wrap__btm .btn_call_advisor__btm {
  color: var(--main-color);
  background-color: #1f1d1c;
  border: 1px solid var(--main-color);
}
