:root {
  --brandColor: #1f9e49;
  --color-primary: rgba(15, 184, 71, 1);
  --bg-light-1: rgba(228, 255, 238, 1);
  --color-caution: rgba(255, 189, 51, 1);
  --color-error: rgba(255, 34, 34, 1);
  --gray-900: rgba(6, 11, 17, 1);
  --gray-800: rgba(46, 51, 56, 1);
  --gray-700: rgba(85, 93, 101, 1);
  --gray-600: rgba(96, 106, 116, 1);
  --gray-500: rgba(112, 124, 135, 1);
  --gray-400: rgba(178, 186, 194, 1);
  --gray-300: rgba(206, 212, 218, 1);
  --gray-200: rgba(227, 232, 236, 1);
  --gray-50: rgba(248, 249, 250, 1);
  --line: rgba(223, 223, 223, 1);
  --bg: rgba(242, 243, 245, 1);
  --white: rgba(255, 255, 255, 1);
}

body {
  color: var(--gray-900);
}
header {
  height: 68px;
  padding: 0 20px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-bottom: 1px solid #ddd;
}
header a {
  display: block;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 700;
  color: var(--brandColor);
}
header a img {
  width: 100%;
}

/* verify.php */
.verify {
  padding-bottom: 90px;
}
.verify .top_section {
}
.verify .top_section .inner {
  position: relative;
  padding: 40px 20px 50px;
  background: #e6fce5;
  /* overflow: hidden; */
}
.verify .top_section > * {
  position: relative;
  z-index: 1;
}
.verify .top_section h1 {
  font-weight: 600;
  font-size: 38px;
  line-height: 48px;
  letter-spacing: -2%;
}
/* .verify .top_section h3 b {
  color: #4daf4b;
}
.verify .top_section p {
  font-size: 15px;
  font-weight: 500;
  color: #555d65;
  line-height: 1.6;
}
.verify .top_section .img_wrap {
  width: 180px;
  aspect-ratio: 1 / 1;
  margin: 4px auto 0;
}
.verify .top_section .img_wrap img {
  width: 100%;
}
.verify .verify_wrap {
  display: none;
} */
/*  */
.top_section-box {
  position: relative;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 0px 8px 0px #0000000d;
  padding: 30px 20px 20px;
  margin-top: 30px;
}
.top_section-box-img {
  position: absolute;
  top: -50px;
  right: 0;
  width: 147px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_section-box-img > img {
  max-width: 100%;
  max-height: 100%;
}
.top_section-box-text > p {
  font-weight: 700;
  font-size: 20px;

  line-height: 28px;
  letter-spacing: -2%;
}
.top_section-box-text > h4 {
  font-weight: 600;
  font-size: 38px;

  line-height: 48px;
  letter-spacing: -2%;
  color: var(--color-primary);
  margin-bottom: 30px;
}
.top_section-box-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background-color: var(--gray-50);
  border-radius: 12px;
  margin-bottom: 8px;
}
.top_section-box-box > div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.top_section-box-box > div > p {
  font-weight: 500;
  font-size: 18px;

  line-height: 24px;
  letter-spacing: -1%;
}
.top_section-box-box > p {
  font-weight: 600;
  font-size: 18px;

  line-height: 24px;
  letter-spacing: -1%;
}
/* emoji */
.emoji-wrap {
  padding: 40px 30px;
  background-color: var(--gray-50);
}
.emoji-wrap > h2 {
  font-weight: 700;
  font-size: 24px;

  line-height: 30px;
  letter-spacing: -2%;
  margin-bottom: 20px;
}
.emoji-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.emoji-grid > li {
  background-color: #fff;
  border-radius: 10px;
  padding: 12px;
  position: relative;
  height: 122px;
}
.emoji-grid > li > p {
  font-weight: 600;
  font-size: 18px;

  line-height: 24px;
  letter-spacing: -1%;
  color: var(--gray-700);
  margin-bottom: 4px;
}
.emoji-grid > li > h4 {
  font-weight: 700;
  font-size: 24px;

  line-height: 30px;
  letter-spacing: -2%;
}
.emoji-img {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
}
.emoji-img > img {
  max-width: 100%;
  max-height: 100%;
}

/*  */
.verify .form_wrap,
.verify .verify_wrap {
  padding: 30px 20px;
}
.verify .title_wrap {
  margin-bottom: 30px;
}
.verify .title_wrap h2 {
  font-size: 24px;
  font-weight: 700;
  color: #0a1c30;
  line-height: 1.3;
}
.verify .title_wrap h2 b {
  color: #4daf4b;
}
.verify .form_wrap form .field_group,
.verify .verify_wrap form .field_group {
  margin-bottom: 20px;
}
.verify .form_wrap form .field_group label,
.verify .verify_wrap form .field_group label {
  font-weight: 400;
  font-size: 15px;

  line-height: 20px;
  letter-spacing: -1%;
  color: var(--gray-700);
}
.verify .form_wrap form .field_group input,
.verify .form_wrap form .field_group select,
.verify .verify_wrap form .field_group input {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid #dfdfdf;
  font-size: 16px;
  color: #0a1c30;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
  box-sizing: border-box;
  outline: none;
}
.verify .form_wrap form .field_group input::placeholder,
.verify .verify_wrap form .field_group input::placeholder {
  color: #adb5bd;
  font-weight: 400;
}
.verify .form_wrap form .field_group .select_wrap {
  position: relative;
}
.verify .form_wrap form .field_group .select_wrap::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../img/select_arrow.svg") no-repeat center / contain;
  pointer-events: none;
}
.verify
  .form_wrap
  form
  .field_group
  .select_wrap
  select
  option:not([value=""]) {
  color: #0a1c30;
}
.verify .form_wrap form .field_group .select_wrap select {
  color: #adb5bd;
}
.verify .form_wrap form .field_group .select_wrap select.selected {
  color: #0a1c30;
}
.verify .form_wrap form .field_group .rrn_wrap {
  display: flex;
  align-items: center;
  gap: 8px 16px;
  height: 40px;
  border-bottom: 1px solid #dfdfdf;
  /* padding: 0 16px; */
  background: #fff;
  box-sizing: border-box;
}
.verify .form_wrap form .field_group .rrn_wrap input {
  flex: 1;
  min-width: 0;
  width: auto;
  height: 100%;
  border: none;
  border-radius: 0;
  padding: 0;
  background: transparent;
}
.verify .form_wrap form .field_group .rrn_wrap .dash {
  font-size: 10px;
  color: #606a74;
  flex-shrink: 0;
}
.verify .form_wrap form .notice {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.verify .form_wrap form .notice img {
  width: 20px;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  margin-top: 2px;
}
.verify .form_wrap form .notice p {
  font-size: 14px;
  color: #707c87;
  line-height: 1.5;
}
.verify .verify_wrap form .field_group .verify_input_wrap {
  display: flex;
  align-items: center;
  height: 52px;
  border: 1px solid #d0d5dd;
  border-radius: 10px;
  padding: 0 12px 0 16px;
  background: #fff;
  box-sizing: border-box;
  gap: 8px;
}
.verify .verify_wrap form .field_group .verify_input_wrap input {
  flex: 1;
  min-width: 0;
  width: auto;
  height: 100%;
  border: none;
  border-radius: 0;
  padding: 0;
  background: transparent;
  outline: none;
}
.verify .verify_wrap form .field_group .verify_input_wrap .timer {
  font-size: 14px;
  font-weight: 600;
  color: #4daf4b;
  flex-shrink: 0;
  white-space: nowrap;
}
.verify .verify_wrap form .field_group .verify_input_wrap .resend_btn {
  flex-shrink: 0;
  background: #e3e8ec;
  border-radius: 50px;
  padding: 3px 8px;
  font-size: 14px;
  color: #555d65;
  cursor: pointer;
  font-family: inherit;
  white-space: nowrap;
}
/*  */
.main-chk {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-chk > p {
  display: flex;
  align-items: center;
  gap: 8px;

  font-weight: 400;
  font-size: 16px;

  line-height: 24px;
  letter-spacing: -1%;
}
/*  */
.verify .next_btn_wrap,
.privacy_modal_wrap .next_btn_wrap {
  width: 100%;
  background: #fff;
  padding: 16px 20px;
  box-shadow: 0px -4px 6px 0px #0000001a;
  position: fixed;
  bottom: 0;
  left: 0;
}
.verify .next_btn_wrap button,
.privacy_modal_wrap .next_btn_wrap button {
  display: block;
  width: 100%;
  background: var(--brandColor);
  color: #fff;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 18px 28px;
  pointer-events: all;
}
/* .verify .next_btn_wrap button.disabled, */
.privacy_modal_wrap .next_btn_wrap button.disabled {
  background: #e3f3ec;
  color: #96cda9;
  /* pointer-events: none; */
}
.verify .next_btn_wrap button.sms_verify {
  display: none;
}
.privacy_modal {
  display: none;
  /* display: block; */
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.privacy_modal .privacy_container {
  width: calc(100% - 40px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  overflow-y: auto;
  max-height: 95dvh;
}
.privacy_modal .header_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.privacy_modal .header_wrap h3 {
  font-size: 18px;
  font-weight: 600;
  color: #060b11;
}
.privacy_modal .header_wrap button {
  width: 24px;
  aspect-ratio: 1 / 1;
}
.privacy_modal .header_wrap button img {
  width: 100%;
}
.privacy_modal .main_wrap .all_check_wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  border: 1px solid #ced4da;
  padding: 14px;
  border-radius: 12px;
}
.privacy_modal .main_wrap .all_check_wrap input[type="checkbox"],
.privacy_modal .main_wrap .list_wrap ul li .privacy_box input[type="checkbox"] {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 8px;
  left: 0;
  opacity: 0;
  z-index: 9;
}
.privacy_modal .main_wrap .all_check_wrap input[type="checkbox"]:checked + i,
.privacy_modal
  .main_wrap
  .list_wrap
  ul
  li
  .privacy_box
  input[type="checkbox"]:checked
  + i {
  background: #4daf4b;
  border: 2px solid #4daf4b;
}
.privacy_modal
  .main_wrap
  .all_check_wrap
  input[type="checkbox"]:checked
  + i::after,
.privacy_modal
  .main_wrap
  .list_wrap
  ul
  li
  .privacy_box
  input[type="checkbox"]:checked
  + i::after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
}
.privacy_modal .main_wrap .all_check_wrap i,
.privacy_modal .main_wrap .list_wrap ul li .privacy_box i {
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid #b2bac2;
  border-radius: 5px;
  position: relative;
}
.privacy_modal .main_wrap .all_check_wrap i::after,
.privacy_modal .main_wrap .list_wrap ul li .privacy_box i::after {
  content: "";
  width: 4px;
  height: 7px;
  border: solid #b2bac2;
  border-width: 0 2px 2px 0;
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(45deg);
}
.privacy_modal .main_wrap .all_check_wrap label {
  font-size: 15px;
  font-weight: 600;
  color: #060b11;
}
.privacy_modal .main_wrap .list_wrap {
  margin: 15px 0 20px;
  padding-left: 15px;
}
.privacy_modal .main_wrap .list_wrap ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.privacy_modal .main_wrap .list_wrap ul li .privacy_box {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
.privacy_modal .main_wrap .list_wrap ul li .privacy_box > .more {
  font-size: 13px;
  line-height: 20px;
  color: #707c87;
  white-space: nowrap;
  text-decoration: underline;
  margin-left: auto;
}
.privacy_modal .main_wrap .list_wrap ul li .privacy_box .checkbox {
  padding-top: 2px;
}
.privacy_modal .main_wrap .list_wrap ul li .privacy_box label {
  font-size: 14px;
  color: #2e3338;
  line-height: 1.4;
}
.privacy_modal .main_wrap .list_wrap ul li .privacy_box button {
  margin-left: auto;
}
.privacy_modal .main_wrap .list_wrap ul li .privacy_box button img {
  width: 24px;
  aspect-ratio: 1 / 1;
  transition: transform 0.3s ease;
}
.privacy_modal .main_wrap .list_wrap ul li .privacy_box button.open img {
  transform: rotate(180deg);
}
.privacy_modal .agree_btn {
  display: block;
  width: 100%;
  background: #dfdfdf;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 18px;
  pointer-events: none;
}
.privacy_modal .agree_btn.active {
  background: #4daf4b;
  color: #fff;
  pointer-events: all;
}

.privacy_modal .main_wrap .list_wrap ul li .check_wrap {
  margin-left: 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.privacy_modal .main_wrap .list_wrap ul li .check_wrap.open {
  margin-top: 8px;
  max-height: 600px;
}

.privacy_modal .main_wrap .list_wrap ul li .check_wrap .list_box {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  position: relative;
}
.privacy_modal
  .main_wrap
  .list_wrap
  ul
  li
  .check_wrap
  .list_box
  input[type="checkbox"] {
  width: 24px;
  height: 24px;
  background: red;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
}
.privacy_modal .main_wrap .list_wrap ul li .check_wrap .list_box i {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  position: relative;
}
.privacy_modal
  .main_wrap
  .list_wrap
  ul
  li
  .check_wrap
  .list_box
  input[type="checkbox"]:checked
  + i::after {
  border: solid #4daf4b;
  border-width: 0 2px 2px 0;
}
.privacy_modal .main_wrap .list_wrap ul li .check_wrap .list_box i::after {
  content: "";
  width: 6px;
  height: 12px;
  border: solid #ccc;
  border-width: 0 2px 2px 0;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.privacy_modal .main_wrap .list_wrap ul li .check_wrap .list_box label {
  font-size: 14px;
  color: #2e3338;
  line-height: 20px;
}
.privacy_modal .main_wrap .list_wrap ul li .check_wrap .list_box .more {
  font-size: 13px;
  line-height: 20px;
  color: #707c87;
  white-space: nowrap;
  text-decoration: underline;
  padding-left: 20px;
  margin-left: auto;
}

/* result.php */
.result .main_container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 20px;
  background: #f8f9fa;
}
.result .inspect_wrap {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 2px 6px 0px #00000021;
  background: #fff;
}
.result .inspect_wrap .title_wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.result .inspect_wrap .title_wrap img {
  width: 84px;
  aspect-ratio: 1 / 1;
}
.result .inspect_wrap .title_wrap .text_wrap span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #555d65;
  margin-bottom: 5px;
}
.result .inspect_wrap .title_wrap .text_wrap h2 {
  font-size: 21px;
  font-weight: 700;
  color: #060b11;
  line-height: 1.2;
  white-space: nowrap;
}
.result .inspect_wrap .title_wrap .text_wrap h2 b {
  color: #4daf4b;
}
.result .inspect_wrap .more_btn {
  display: block;
  width: 100%;
  background: #4daf4b;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
  text-align: center;
  padding: 13px;
  margin-top: 20px;
  line-height: 1.2;
}
.result .inspect_wrap .more_btn span {
  font-size: 16px;
  font-weight: 400;
}
.result .score_wrap {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 6px 0px #00000021;
}
.result .score_wrap h3 {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  word-break: keep-all;
  line-height: 1.25;
}
.result .score_wrap h3 b.invalid {
  color: #ff4242;
}
.result .score_wrap h3 b.valid {
  color: #4daf4b;
}
.result .score_wrap ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.result .score_wrap ul li {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f8f9fa;
  padding: 13px 0;
  overflow: hidden;
}
.result .score_wrap ul li > span {
  display: block;
  width: 100%;
  padding: 0 6px;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.result .score_wrap ul li .circle {
  position: relative;
  width: 56px;
  height: 56px;
}
.result .score_wrap ul li .circle svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.result .score_wrap ul li .circle .track {
  fill: none;
  stroke: #e8e8e8;
  stroke-width: 9;
}
.result .score_wrap ul li .circle .progress {
  fill: none;
  stroke-width: 9;
  stroke-dasharray: 238.76;
  stroke-linecap: round;
}
.result .score_wrap ul li .circle .progress.valid {
  stroke: #00dc59;
}
.result .score_wrap ul li .circle .progress.invalid {
  stroke: #fa8987;
}
.result .score_wrap ul li .circle .num {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 17px;
  font-weight: 700;
  color: #2e3338;
}
.result .cancer_wrap {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 6px 0px #00000021;
}
.result .cancer_wrap .title_wrap {
  text-align: center;
  margin-bottom: 20px;
}
.result .cancer_wrap .title_wrap h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}
.result .cancer_wrap .title_wrap p {
  font-size: 16px;
  font-weight: 500;
  color: #707c87;
}
.result .cancer_wrap .list_wrap ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.result .cancer_wrap .list_wrap ul li {
  display: flex;
  align-items: center;
  padding: 13px 16px;
  background: #f8f9fa;
  gap: 14px;
  border-radius: 10px;
}
.result .cancer_wrap .list_wrap ul li span {
  font-size: 15px;
  font-weight: 600;
  color: #2e3338;
}
.result .cancer_wrap .list_wrap ul li h4 {
  font-size: 15px;
  font-weight: 600;
  color: #2e3338;
}
.result .cancer_wrap .list_wrap ul li .state {
  padding: 4px 16px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  background: #eee;
  margin-left: auto;
}
.result .cancer_wrap .list_wrap ul li .state.valid {
  background: #d3ffe0;
  color: #4daf4b;
}
.result .cancer_wrap .list_wrap ul li .state.invalid {
  background: #ffe5e4;
  color: #ff4242;
}
.result .myinsu_wrap {
  padding: 30px 20px;
  background: #fff;
}
.result .myinsu_wrap h3 {
  font-size: 24px;
  font-weight: 700;
  color: #060b11;
  margin-bottom: 16px;
}
.result .myinsu_wrap .count_wrap {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}
.result .myinsu_wrap .count_wrap .count_box {
  width: 50%;
  padding: 16px;
  background: #f8f9fa;
  border-radius: 10px;
}
.result .myinsu_wrap .count_wrap .count_box h4 {
  font-size: 15px;
  font-weight: 600;
  color: #707c87;
  margin-bottom: 8px;
}
.result .myinsu_wrap .count_wrap .count_box p {
  font-size: 16px;
  font-weight: 700;
  color: #060b11;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.result .myinsu_wrap .list_wrap ul li {
  padding: 16px 0;
  border-bottom: 1px solid #dfdfdf;
}
.result .myinsu_wrap .list_wrap ul li span {
  display: block;
  font-size: 14px;
  color: #555d65;
}
.result .myinsu_wrap .list_wrap ul li h5 {
  font-size: 15px;
  font-weight: 600;
  color: #2e3338;
  margin: 8px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.result .myinsu_wrap .list_wrap ul li .price {
  font-size: 18px;
  font-weight: 700;
  color: #060b11;
}
.result .myinsu_wrap .list_wrap .notice {
  font-size: 14px;
  color: #707c87;
  line-height: 1.3;
  margin-top: 12px;
}
.result .expert_wrap {
  background: #0a1c30;
  padding: 30px 20px;
}
.result .expert_wrap h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 20px;
}
.result .expert_wrap h2 b {
  color: #00dc59;
}
.result .expert_wrap .btn_wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.result .expert_wrap .btn_wrap a,
.result .expert_wrap .btn_wrap button {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #dfdfdf;
  padding: 16px;
  font-size: 18px;
  font-weight: 700;
  color: #060b11;
  border-radius: 10px;
}
.result .expert_wrap .btn_wrap .icon {
  width: 32px;
  aspect-ratio: 1 / 1;
}
.result .expert_wrap .btn_wrap .arrow {
  width: 24px;
  aspect-ratio: 1 / 1;
  margin-left: auto;
}

/* 우측 고정 카카오 채팅 문의 버튼 */
.fixed_kakao {
  position: fixed;
  right: 20px;
  bottom: 80px;
  z-index: 100;
}
.fixed_kakao .kakao_box {
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.fixed_kakao .ballon_wrap {
  width: 168px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 30px;
  padding: 10px 12px;
  box-shadow: 0px 2px 6px 0px #00000021;
  position: relative;
  margin-right: 10px;
  white-space: nowrap;
  border: 2px solid #fee500;
}
.fixed_kakao .ballon_wrap::before {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 10px solid #fee500;
}
.fixed_kakao .ballon_wrap::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 8px solid #fff;
}
.fixed_kakao .ballon_wrap p {
  font-size: 16px;
  font-weight: 700;
  color: #0a1c30;
  line-height: 1;
  transition: opacity 0.4s ease;
}
.fixed_kakao .ballon_wrap button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-left: auto;
}
.fixed_kakao .ballon_wrap button img {
  width: 16px;
  aspect-ratio: 1 / 1;
}
.fixed_kakao .icon_wrap a {
  width: 64px;
  height: 64px;
  background: #fee500;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0px 4px 8px 0px #0000003d;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  color: #060b11;
}
.fixed_kakao .icon_wrap a img {
  width: 50px;
  aspect-ratio: 1 / 1;
}

/* 견적 접수 완료 모달 */
.complete_modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
/* .complete_modal .header_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 27px 20px;
}
.complete_modal .header_wrap h2 {
  font-size: 20px;
  font-weight: 700;
}
.complete_modal .header_wrap button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  aspect-ratio: 1 / 1;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.complete_modal .header_wrap button img {
  width: 100%;
} */
.complete_modal .main_wrap {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: calc(100% - 40px);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  height: 380px;
  max-height: 420px;
  /* padding-bottom: 20dvh; */
  position: relative;
  padding: 20px;
}
.complete_modal .main_wrap > img {
  width: 70px;
  aspect-ratio: 1 / 1;
}
.complete_modal .main_wrap h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 20px 0 12px;
}
.complete_modal .main_wrap p {
  font-size: 16px;
  font-weight: 500;
  color: #555d65;
  line-height: 1.4;
  text-align: center;
}
.complete_modal-x {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
}
.complete_modal-x > img {
  max-width: 100%;
  max-height: 100%;
}
.complete_modal-ok {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  border-radius: 12px;
  background-color: var(--color-primary);
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -1%;
  text-align: center;
  vertical-align: middle;
}

/* 푸터 */
footer .notice_wrap {
  padding: 20px;
  background: #fff;
}
footer .notice_wrap h3 {
  font-weight: 600;
  font-size: 16px;

  line-height: 20px;
  letter-spacing: -1%;
  margin-bottom: 10px;
}

footer .notice_wrap ul li {
  display: flex;
  gap: 5px;

  font-weight: 400;
  font-size: 14px;

  line-height: 20px;
  letter-spacing: -1%;
  vertical-align: middle;
  color: var(--gray-700);
}
footer .notice_wrap ul li div {
  width: 60px;
  flex-shrink: 0;
}
footer .notice_wrap ul li div img {
  max-width: 100%;
  max-height: 100%;
}
footer .notice_wrap ul li:has(div) {
  margin-top: 10px;
}
footer .footer_wrap {
  padding: 20px 20px 50px;
  background: #f2f3f5;
}
footer .footer_wrap p {
  font-weight: 400;
  font-size: 14px;

  line-height: 20px;
  letter-spacing: -1%;
  vertical-align: middle;
  color: var(--gray-800);
}

/* loading */
.loading_wrap {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  align-items: center;
  justify-content: center;
}
.loading_wrap-box{
  width: calc(100% - 40px);
  max-width: 400px;
  background-color: #fff;
  border-radius: 12px;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.loading_wrap-box > p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  font-weight: 500;

}
.loading_wrap .loader {
  width: 55px;
  height: 55px;
  border: 5px solid #ddd;
  border-bottom-color: #4daf4b;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loading-long {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.loading-long-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.loading-long-wrap > h1 {
  font-weight: 600;
  font-size: 34px;

  line-height: 42px;
  letter-spacing: -2%;
  text-align: center;
  margin-bottom: 8px;
}
.loading-long-wrap > p {
  font-weight: 400;
  font-size: 16px;

  line-height: 24px;
  letter-spacing: -1%;
  text-align: center;
}
.loading-long-img {
  margin: 50px auto;
}
.loading-long-bar-wrap {
  width: 100%;
  max-width: 320px;
}
.loading-long-bar {
  width: 100%;
  max-width: 280px;
  height: 8px;
  border-radius: 50px;
  background: #e3e8ec;
  overflow: hidden;
  margin: 0 auto 12px;
}
.loading-long-bar > div {
  animation: loadingbar 10s linear infinite;
  height: 100%;
  background-color: var(--color-primary);
}
@keyframes loadingbar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.loading-long-bar-wrap > p {
  font-weight: 400;
  font-size: 14px;

  line-height: 20px;
  letter-spacing: -1%;
  text-align: center;
}
/* 개인정보수집 모달 CSS */
.privacy_modal_wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  overflow-y: auto;
}
.privacy_modal_wrap.privacy1,
.privacy_modal_wrap.privacy2,
.privacy_modal_wrap.privacy3 {
  padding-bottom: 90px;
}
.privacy_modal_wrap .title_wrap {
  padding: 30px 20px;
  border-bottom: 8px solid #dfdfdf;
}
.privacy_modal_wrap .title_wrap.not_box {
  border-bottom: 0;
  padding-bottom: 0;
}
.privacy_modal_wrap .title_wrap .title_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.privacy_modal_wrap .title_wrap .title_box h2 {
  font-size: 18px;
  font-weight: 700;
  color: #060b11;
  line-height: 1.4;
}
.privacy_modal_wrap .title_wrap .title_box button {
  width: 24px;
  aspect-ratio: 1 / 1;
}
.privacy_modal_wrap .title_wrap .title_box button img {
  width: 100%;
}
.privacy_modal_wrap .title_wrap p {
  font-size: 14px;
  color: #555d65;
  line-height: 1.5;
  margin-top: 16px;
}
.privacy_modal_wrap .main_wrap {
  padding: 30px 20px;
}
.privacy_modal_wrap .main_wrap .box {
  margin-bottom: 20px;
}
.privacy_modal_wrap .main_wrap .box:last-of-type {
  margin-bottom: 0;
}
.privacy_modal_wrap .main_wrap ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.privacy_modal_wrap.privacy1 .main_wrap ul {
  gap: 40px;
}
.privacy_modal_wrap .main_wrap ul li h2 {
  font-size: 18px;
  font-weight: 700;
  color: #060b11;
  margin-bottom: 16px;
}
.privacy_modal_wrap .main_wrap ul li h3 {
  font-size: 16px;
  font-weight: 700;
  color: #060b11;
  margin-bottom: 16px;
}
.privacy_modal_wrap .main_wrap ul li span {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #060b11;
  margin-bottom: 8px;
}
.privacy_modal_wrap .main_wrap ul li h4 {
  font-size: 15px;
  font-weight: 600;
  color: #060b11;
  margin-bottom: 6px;
}
.privacy_modal_wrap .main_wrap ul li table {
  width: 100%;
}
.privacy_modal_wrap .main_wrap ul li table th {
  background: #f2f3f5;
  font-size: 15px;
  font-weight: 600;
  color: #060b11;
  width: 114px;
  text-align: left;
}
.privacy_modal_wrap .main_wrap ul li table td p,
.privacy_modal_wrap .main_wrap p {
  font-size: 14px;
  color: #555d65;
  position: relative;
  line-height: 1.4;
  padding-left: 3px;
}
.privacy_modal_wrap .main_wrap p.dot {
  padding-left: 8px;
}
.privacy_modal_wrap .main_wrap ul li table td p::before,
.privacy_modal_wrap .main_wrap p.dot::before {
  content: "";
  width: 3px;
  height: 3px;
  background: #555d65;
  border-radius: 100%;
  position: absolute;
  top: 8px;
  left: 0;
}
.privacy_modal_wrap .main_wrap p.dot:not(:first-of-type),
.mt12 {
  margin-top: 12px;
}
.privacy_modal_wrap .main_wrap ul li table th,
.privacy_modal_wrap .main_wrap ul li table td {
  border: 1px solid #dfdfdf;
  padding: 12px 10px;
  line-height: 1.4;
}
.privacy_modal_wrap .main_wrap ul li table thead th {
  font-size: 16px;
  background: #e3e7ec;
}
.privacy_modal_wrap .main_wrap .agree_wrap {
  margin-top: 12px;
}
.privacy_modal_wrap .main_wrap .agree_wrap p {
  font-size: 15px;
  font-weight: 600;
  color: #060b11;
  margin-bottom: 10px;
}
.privacy_modal_wrap .main_wrap .agree_wrap .radio_wrap {
  display: flex;
  align-items: center;
  gap: 40px;
}
.privacy_modal_wrap .main_wrap .agree_wrap .radio_wrap .radio_box {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}
.privacy_modal_wrap .main_wrap .agree_wrap .radio_wrap label {
  font-size: 14px;
  color: #060b11;
}
.privacy_modal_wrap
  .main_wrap
  .agree_wrap
  .radio_wrap
  .radio_box
  input[type="radio"] {
  width: 24px;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 9;
}
.privacy_modal_wrap .main_wrap .agree_wrap .radio_wrap .radio_box i {
  display: block;
  width: 24px;
  aspect-ratio: 1 / 1;
  border: 2px solid #b2bac2;
  border-radius: 100%;
  position: relative;
}
.privacy_modal_wrap
  .main_wrap
  .agree_wrap
  .radio_wrap
  .radio_box
  input[type="radio"]:checked
  + i::after {
  content: "";
  width: 10px;
  aspect-ratio: 1 / 1;
  border-radius: 100%;
  background: #4daf4b;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.privacy_modal_wrap
  .main_wrap
  .agree_wrap
  .radio_wrap
  .radio_box
  input[type="radio"]:checked
  + i {
  border: 2px solid #4daf4b;
}

/* ========인증번호 모달======= */
.sms_modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.sms_container {
  padding: 20px 20px 30px;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}

.sms_container .sms_modal-x {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
}
.sms_container .sms_modal-x > img {
  max-width: 100%;
  max-height: 100%;
}
.sms_container > p {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -1%;
  text-align: center;
  margin-bottom: 40px;
}
.sms_container > h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -2%;
  margin-bottom: 20px;
}
.sms_container > .main_wrap {
  width: 100%;
}
.sms_container > .main_wrap .user_info_preview p {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -1%;
  color: var(--gray-700);
  margin-top: 30px;
  margin-bottom: 8px;
}
.sms_container > .main_wrap .user_info_preview .fake_input {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfdfdf;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -1%;
  display: block;
}
.sms_container > .main_wrap .field_group {
  padding-bottom: 8px;
  border-bottom: 1px solid #dfdfdf;
}
.sms_container > .main_wrap .field_group label {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -1%;
  color: var(--gray-700);
  margin-top: 30px;
  margin-bottom: 8px;
  display: block;
}
.sms_container > .main_wrap .field_group .verify_input_wrap {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}
.sms_container > .main_wrap .field_group .verify_input_wrap input {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -1%;
  border: none;
  outline: none;
}
.sms_container > .main_wrap .field_group .verify_input_wrap span {
  color: #ff2222;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -1%;
  flex-shrink: 0;
}
.sms_container > .main_wrap .field_group .verify_input_wrap button {
  background-color: #f2f3f5;
  height: 30px;
  width: 70px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -1%;
  text-align: center;
  border-radius: 4px;
}
.sms_verify {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: block;
  width: calc(100% - 40px);
  text-align: center;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 18px;
  pointer-events: all;
  background-color: #0fb847;
}
.sms_verify.disabled {
  background: #dfdfdf;
  pointer-events: none;
}

@media (max-width: 350px) {
  .top_section-box-img {
    display: none;
  }
}
