@charset "UTF-8";
.sub_wrap {
  min-height: calc(100dvh - 670px);
}

.sub_wrap.type2 {
  background: #fffaf3;
}

.sub_wrap.type2 .inner {
  max-width: 960px;
  width: 100%;
  padding-right: 60px;
  padding-left: 60px;
  padding-top: 80px;
  padding-bottom: 80px;
  margin: 0 auto;
}

.sub_wrap.type2 .inner .sub_top {
  padding-top: 0;
  padding-bottom: 0;
}

.sub_wrap .inner .sub_top .sub_tit {
  font-size: 49px;
  color: #111;
  font-weight: 800;
  text-align: center;
}

.sub_wrap .inner .sub_con .max_1520 {
  max-width: 1520px;
  width: 100%;
  padding-right: 60px;
  padding-left: 60px;
  padding-bottom: 80px;
  margin: 0 auto;
}

.sub_wrap .inner .sub_con .terms_box_wrap {
  background: white;
  margin-top: 60px;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.08);
}

.sub_wrap .inner .sub_con .terms_box {
  font-size: 17px;
  font-weight: normal;
  color: #111;
  font-stretch: normal;
  line-height: 1.4;
}

.sub_wrap .inner .sub_con .terms_box .tems_tit {
  font-weight: bold;
  color: #111;
  margin-top: 15px;
}

.sub_wrap .inner .sub_con .terms_box .tems_common {
  font-size: 17px;
  font-weight: normal;
  color: #111;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
}

.sub_wrap .select_wrap select {
  background: white;
  color: var(--grayscale700);
  font-size: 19px;
  height: 100%;
  border: 1px solid var(--grayscale250);
  padding: 12px 40px 12px 20px;
  border-radius: 6px;
}

.sub_wrap .select_wrap select:focus-visible {
  outline: 2px dotted black;
}

.select_wrap::after {
  background-color: var(--grayscale700);
}

.sub_top {
  padding-top: 40px;
  padding-bottom: 40px;
}

.sub_top .breadcrumb_wrap {
  margin-bottom: 8px;
}

.sub_top.bg1 {
  background: url(../images/bg/bg01.jpg) no-repeat center/cover;
}

.sub_top.bg2 {
  background: url(../images/bg/bg02.jpg) no-repeat center/cover;
}

.sub_top.bg3 {
  background: url(../images/bg/bg03.jpg) no-repeat center/cover;
}

.sub_top.bg4 {
  background: url(../images/bg/bg04.png) no-repeat center/cover;
}

.sub_tit01 {
  font-size: 19px;
  color: #3f3f3f;
  font-weight: 800;
  margin-top: 20px;
  position: relative;
  padding: 2px 0;
}

.sub_tit01 .raBox {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0;
}

.sub_con {
  margin-top: 60px;
}

/* row */
.box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.box .box_tit {
  font-size: 19px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -1px;
  text-align: left;
  color: var(--grayscale750);
}

.box .box_con {
  width: 100%;
}

.box .box_con .flex {
  width: 100%;
  gap: 8px;
}

.box.sns_type {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.box.sns_type .sns_type_wrap {
  display: flex;
  gap: 8px;
}

.box.sns_type .sns_type_wrap li span {
  display: inline-block;
  border-radius: 100px;
}

.box.sns_type .sns_type_wrap li .naver {
  padding: 8px 12px 8px 34px;
  background: rgba(51, 180, 74, 0.05) url(../images/icon/sns_naver.svg) no-repeat 12px center/18px;
  color: #33b44a;
  text-align: center;
  font-size: var(---Body16, 16px);
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: var(---style-, -1px);
}

.box.sns_type .sns_type_wrap li .kakao {
  padding: 8px 12px 8px 34px;
  border-radius: 100px;
  background: rgba(255, 230, 0, 0.1) url(../images/icon/sns_kakako.svg) no-repeat 12px center/18px;
  color: #33b44a;
  color: #381e1e;
  text-align: center;
  font-size: var(---Body16, 16px);
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: var(---style-, -1px);
}

.box.sns_type .sns_type_wrap li .google {
  background: rgba(85, 125, 191, 0.05) url(../images/icon/sns_google.png) no-repeat 12px center/18px;
  color: #33b44a;
  color: #3d68ad;
  padding: 8px 12px 8px 34px;
  text-align: center;
  font-size: var(---Body16, 16px);
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: var(---style-, -1px);
}

.box.sns_type .sns_type_wrap li .no_type {
  background: var(--grayscale150);
  padding: 8px 12px;
  color: var(--text-sub, #616161);
  text-align: center;
  font-size: var(---Body16, 16px);
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: var(---style-, -1px);
}

.total_info_wrap .select_wrap.fit_type {
  margin-bottom: 12px;
}

.box .select_wrap {
  flex: 1 1 auto;
  max-width: unset;
}

.required {
  margin-left: 4px;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e72417;
}

.flex {
  display: flex;
  flex: 1 1 auto;
}

.row_wrap {
  display: flex;
  width: 100%;
  gap: 20px;
}

.row_wrap .box_wrap {
  flex: 1 1 auto;
}

.box_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.flex_box {
  display: flex;
}

/* 공통 */
.max_960 {
  max-width: 960px;
  padding-right: 60px;
  padding-left: 60px;
  margin: 0 auto;
}

.warn_txt {
  color: var(--text-error, #e72417);
  text-align: left;
  padding-left: 22px;
  background: url(../images/icon/icon_warn.svg) no-repeat left center/18px;
  font-size: var(---Body16, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1px;
}

.warn_txt.bg_type {
  background: #fffaf3 url(../images/icon/icon_warn.svg) no-repeat 20px center/18px;
  padding: 20px 20px 20px 40px;
  border-radius: 8px;
}

.sub_box_txt {
  color: var(--Gray-Scale-600, #777676);
  font-size: var(---Body18, 18px);
  font-style: normal;
  font-weight: 400;
  margin-top: -4px;
}

.text_btn_wrap {
  display: flex;
  width: fit-content;
  margin: 0 auto;
  justify-content: center;
  gap: 24px;
  align-items: center;
}

.text_btn_wrap a {
  position: relative;
}

.text_btn_wrap a {
  margin: 0;
}

.text_btn_wrap a:last-of-type::after {
  position: absolute;
  width: 1px;
  height: 13px;
  background-color: var(--grayscale250);
  content: "";
  display: block;
  left: -13px;
  top: 50%;
  transform: translateY(-50%);
}

.text_btn_wrap a:first-of-type:last-of-type::after {
  display: none;
}

.flex.center {
  align-items: center;
}

.list_tit {
  margin-top: 40px;
  margin-bottom: 12px;
  color: var(--text-default, #111);
  font-family: var(---family-, NanumSquareRound);
  font-size: var(---Body16, 16px);
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: var(---style-, -1px);
}

.table_wrap + .btn_wrap {
  margin-top: 40px;
}

.table_wrap .warn_txt {
  margin-top: 12px;
}

/* 아동 돌봄 서비스 지도 */
.chip_wrap {
  display: flex;
  gap: 8px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.chip_wrap:has(.img_alt_wrap) ul li + li {
  margin-top: 20px;
}

.chip_wrap li > div:not(.img_alt_wrap) {
  font-size: 19px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -1px;
  text-align: center;
  color: #111;
  padding: 8px 12px;
  border-radius: 100px;
  border: solid 1px var(--grayscale250);
  background-color: white;
  width: fit-content;
  display: flex;
  align-items: center;
}

.chip_wrap li .del_btn {
  margin-left: 12px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: #1d3d98 url(../images/icon/icon_close.svg) no-repeat center/16px;
}

.chip_wrap li .del_btn:focus-visible {
  outline: 2px dotted red;
  outline-offset: 2px;
}

.chip_wrap li a:hover {
  text-decoration: underline;
  text-underline-position: under;
}

.chip_wrap li a {
  line-height: 1.2;
}

.chip_wrap > li > a {
  margin-left: 12px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: #1d3d98 url(../images/icon/icon_close.svg) no-repeat center/16px;
}

/* 첨부파일 삭제버튼 (custom) START */
div[id$='FileFormDiv'] .del_btn {
  margin-left: 12px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: #1d3d98 url(../images/icon/icon_close.svg) no-repeat center/16px;
}

div[id$='FileFormDiv'] .del_btn:focus-visible {
  outline: 2px dotted red;
  outline-offset: 2px;
}
/* 첨부파일 삭제버튼 (custom) END */

.map_list_wrap {
  margin-top: 40px;
}

.map_list_wrap .list_wrap {
  width: 50%;
  flex-shrink: 1;
}

.list_box_wrap {
  padding-top: 0;
  min-height: 512px;
}

.map_box {
  width: 696px;
  height: 548px;
}

.map_box .map_sample {
  height: 100%;
}

.map_box .map_sample img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map_select_box .box_con .select_wrap select {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sub_con:has(.map_select_box) .map_select_box .box_wrap {
  box-shadow: none;
}

.map_select_box .box_wrap {
  padding: 24px;
  border-radius: 20px;
  border: solid 1px #f8f1e8;
  background-color: #fffaf3;
}

.map_select_box .box_con .flex .select_wrap {
  width: 200px;
}

.map_select_box .box_con .flex .input_wrap {
  width: calc(100% - 200px);
}

.map_select_box .box_con .flex .input_wrap input {
  width: 100%;
}

.map_select_box .btn_wrap {
  margin-top: 12px;
  gap: 20px;
}

.map_select_box .btn_wrap .primary_btn {
  width: 200px;
  text-align: center;
}

.map_wrap {
  width: 50%;
}

.map_wrap .map_box {
  position: relative;
  width: 100%;
}

/* 개인정보관리 공통 */
.person_m_wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.raBox_wrap {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

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

.num_type_row .input_wrap:first-child {
  width: 120px;
  flex-shrink: 0;
}

.num_type_row .txt {
  font-size: 19px;
  color: #111;
}

.num_type_row .input_wrap:last-child {
  width: 100%;
}

.address_row_wrap {
  display: flex;
  gap: 8px;
}

.address_row_wrap .input_wrap:first-child {
  width: 100px;
  flex-shrink: 0;
}

.address_row_wrap .input_wrap:last-child {
  width: 100%;
}

.bank_row_wrap {
  display: flex;
  gap: 8px;
}

.bank_row_wrap .select_wrap {
  min-width: 150px;
  width: auto;
  flex-shrink: 0;
}

.bank_row_wrap .input_wrap:nth-child(2) {
  width: 100%;
}

.bank_row_wrap .input_wrap:last-child {
  width: 160px;
  flex-shrink: 0;
}

.map_list_wrap {
  display: flex;
  gap: 40px;
}

.no_data_wrap {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.no_data_wrap p {
  font-size: 25px;
  padding: 30px 20px 0;
  margin: 60px 0 80px;
  color: #616161;
  font-weight: 500;
  background: url("../images/icon/bull_no_data.png") center top no-repeat;
  background-size: 24px;
}

/* join */
.join_wrap .join_inner {
  background: white;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.08);
  border: solid 1px var(--gray-scale-200);
}

.join_wrap .join_inner + .agree_wrap {
  margin-top: 40px;
}

.join_wrap .join_tit {
  font-size: 23px;
  text-align: center;
  font-weight: 800;
  color: #111;
  margin-bottom: 32px;
}

.join_wrap .tems_tit {
  font-size: 19px;
  color: #111;
  line-height: 1.2;
  font-weight: bold;
}

.join_wrap .tems_common {
  font-size: 19px;
  color: #555;
  line-height: 1.2;
  margin-bottom: 20px;
}

.join_wrap .btn_wrap {
  margin-top: 52px;
  gap: 24px;
  flex-direction: column;
  align-items: center;
}

.join_wrap .join_inner .box_wrap {
  gap: 40px;
}

.join_wrap .join_inner .box_wrap .box .input_wrap {
  width: 100%;
}

.join_wrap .join_inner .box_wrap .box .flex + .input_wrap {
  margin-top: 8px;
}

.join_wrap .join_inner .box_wrap .box .input_wrap + .input_wrap {
  margin-top: 8px;
}

.join_wrap .join_inner .box_wrap .box .input_wrap input {
  width: 100%;
}

.join_wrap .join_inner .box_wrap .box .white_btn.type2 {
  flex-shrink: 0;
}

.join_wrap:has(.white_btn.type2.full_size) .join_inner {
  padding: 0px;
}

.join_result_wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.join_result_wrap .guide_txt {
  color: #111;
  font-size: 21px;
  text-align: center;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -1px;
}

.join_result_wrap .guide_txt span {
  color: inherit;
  font-size: 23px;
}

.join_result_wrap em {
  text-align: center;
  font-size: 19px;
  color: var(--color_point1);
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
}

.join_result_wrap .btn_wrap2 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.join_result_wrap .btn_wrap2 .primary_btn {
  width: 200px;
  text-align: center;
}

.join_result_wrap .btn_wrap2 .main_btn {
  font-size: 19px;
  display: inline-block;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -1px;
  text-align: left;
  color: #616161;
}

.agree_wrap {
  padding: 40px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.08);
  border: solid 1px var(--gray-scale-200);
  background-color: white;
}

.agree_wrap .agree_line {
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.agree_wrap .agree_line .tit {
  font-size: 19px;
  color: var(--grayscale750);
  font-weight: bold;
}

.agree_wrap .agree_line .txt {
  overflow: hidden;
  color: var(--text-default, #111);
  text-overflow: ellipsis;
  font-size: var(---Body18, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: var(---style-, -1px);
}

.agree_wrap .agree_line .flex {
  flex-grow: 0;
  align-items: center;
  gap: 28px;
}

.list_box_wrap {
  padding: 0;
}

.list_box_wrap > a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 20px;
}

.list_box_wrap > a::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: cover;
  background: url("../images/icon/bull_list_box_arrow.png") center no-repeat;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.list_box_wrap > a + a {
  margin-top: 10px;
}

.list_box_wrap .bull_round {
  flex-shrink: 0;
  font-weight: 800;
  border-radius: 50%;
  overflow: hidden;
  background: url("../images/icon/icon_default.svg") no-repeat center/cover;
  color: #1d3d98;
  font-size: 17px;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.list_box_wrap .bull_round.type2 {
  flex-shrink: 0;
  font-weight: 800;
  border-radius: 50%;
  overflow: hidden;
  background: url("../images/icon/icon-default2.png") no-repeat center/cover;
  color: #1d3d98;
  font-size: 17px;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.list_box_wrap .bull_round img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list_box_wrap .bull_round.type02 {
  background-color: #fffaf3;
  color: #d83503;
}

.list_box_wrap > a dl {
  width: calc(100% - 50px);
}

.list_box_wrap > a dt {
  font-size: 23px;
  color: #111;
  font-weight: 800;
}

.list_box_wrap > a dd {
  font-size: 19px;
  margin-top: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  width: calc(100% - 40px);
}

.list_box_wrap .bull_position {
  font-size: inherit;
  background-size: 19px;
  padding-right: 7px;
  padding-left: 16px;
  background: url("../images/icon/icon_position.png") left center no-repeat;
  font-weight: bold;
  color: #777676;
}

.join_wrap .required_txt {
  text-align: right;
  display: block;
  margin-bottom: 4px;
}

.required_txt {
  font-size: 19px;
  color: var(--color_point1);
  font-weight: normal;
}

/* login, 회원탈퇴 */
.login_wrap .sub_tit3 {
  margin-bottom: 32px;
}

.login_wrap .login_inner {
  max-width: 600px;
  width: 100%;
  padding: 60px 80px;
  border-radius: 20px;
  background: white;
  margin: 0 auto;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.08);
}

.login_wrap h3 {
  font-size: 21px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -1px;
  text-align: center;
  color: #111;
  margin-bottom: 40px;
}

.login_wrap:has(.white_tab_wrap) h3 {
  margin-bottom: 12px;
}

.login_wrap .input_field {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 40px;
}

.login_wrap .input_field input {
  width: 100%;
}

.login_wrap .btn_wrap2 {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.login_wrap .btn_wrap2 .primary_btn {
  text-align: center;
}

.login_wrap .sns_wrap {
  margin-top: 80px;
}

.login_wrap .sns_wrap .tit {
  font-size: 23px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -1px;
  text-align: center;
  color: #111;
}

.login_wrap .sns_wrap ul {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: 20px;
}

.login_wrap .sns_wrap ul li {
  flex-shrink: 0;
}

.login_wrap .sns_wrap ul li a.naver {
  background: url(../images/icon/sns_naver.svg) no-repeat center top/40px;
}

.login_wrap .sns_wrap ul li a.kakao {
  background: url(../images/icon/sns_kakako.svg) no-repeat center top/40px;
}

.login_wrap .sns_wrap ul li a.google {
  background: url(../images/icon/sns_google.png) no-repeat center top/40px;
}

.login_wrap .sns_wrap ul li a {
  display: inline-block;
  padding-top: 58px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -1.2px;
  text-align: center;
  color: #616161;
}

.login_wrap .raBox {
  margin-top: 12px;
}

.login_wrap .raBox input + label {
  font-size: 19px;
  color: #616161;
  font-weight: 500;
}

.login_wrap .login_inner.tab_ver {
  padding-top: 128px;
  position: relative;
}

.login_wrap .tab_wrap {
  position: absolute;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
}

.login_wrap .tab_wrap ul {
  display: flex;
}

.login_wrap .tab_wrap ul li {
  width: 50%;
  text-align: center;
  height: 56px;
}

.login_wrap .tab_wrap ul li a {
  width: 100%;
  border-bottom: 1px solid var(--grayscale250);
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 21px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -1px;
  text-align: center;
  color: #616161;
}

.login_wrap .tab_wrap ul li a.active {
  color: var(--color_point2);
  border-bottom: 2px solid var(--color_point2);
}

.login_wrap .login_inner.tab_ver .text_btn {
  text-align: center;
}

.login_wrap .input_tit_wrap {
  margin-bottom: 8px;
  color: var(--Gray-Scale-750, #3f3f3f);
  text-align: center;
  font-size: var(---Body18, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: var(---style-, -1px);
}

.login_wrap .guide_txt {
  color: var(--text-default, #111);
  margin-top: 40px;
  text-align: center;
  font-size: var(---Body18, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: var(---style-, -1px);
  margin-bottom: 40px;
}

.btn_wrap2 .w258 {
  width: 258px !important;
  margin: 0 auto;
}

.btn_wrap2 .text_btn {
  width: fit-content;
  margin: 0 auto;
}

.white_tab_wrap ul {
  padding: 4px;
  display: flex;
  justify-content: center;
  border-radius: 100px;
  background: var(--Gray-Scale-150, #f5f5f5);
}

.white_tab_wrap ul li {
  width: 50%;
  text-align: center;
}

.white_tab_wrap ul li a {
  border-radius: 100px;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  color: var(--text-sub, #616161);
  display: inline-block;
  font-size: var(---Body18, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: var(---style-, -1px);
}

.white_tab_wrap ul li a.selected {
  background: white;
  color: black;
}

.id_result_wrap {
  display: flex;
  color: #111;
  flex-direction: column;
  align-items: center;
  font-size: 19px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
}

.id_result_wrap strong {
  font-size: 27px;
  color: var(--color_point1);
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -1px;
  text-align: center;
}

/* tab_cont */
.tab_cont {
  display: none;
}

.tab_cont.on {
  display: block;
}

/* total_list_wrap */
.total_list_wrap {
  margin-bottom: 40px;
}

.total_list_wrap ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.total_list_wrap ul li {
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #f8f1e8;
  background: var(--background-orange, #fffaf3);
}

.total_list_wrap ul li .tit_wrap {
  display: flex;
  justify-content: space-between;
}

.total_list_wrap ul li .tit_wrap strong {
  color: var(--text-default, #111);
  font-size: var(---Title26, 26px);
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 36.4px */
  letter-spacing: var(---style-, -1px);
}

.total_list_wrap ul li .txt_wrap {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.total_list_wrap ul li .txt_wrap dl {
  display: flex;
  gap: 12px;
}

.total_list_wrap ul li .txt_wrap dl dt {
  color: #777676;
  font-size: var(---Body18, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: var(---style-, -1px);
  flex-shrink: 0;
}

.total_list_wrap ul li .txt_wrap dl dd {
  line-height: 1.2;
  padding-right: 2px;
  overflow: hidden;
  color: #3f3f3f;
  text-overflow: ellipsis;
  font-size: var(---Body18, 18px);
  font-style: normal;
  font-weight: 700;
  letter-spacing: var(---style-, -1px);
}

.total_list_wrap ul li .txt_wrap dl dd a {
  cursor: pointer;
  color: inherit;
  font-size: inherit;
}

.total_list_wrap ul li .txt_wrap dl dd a:focus-visible {
  outline-offset: -3px;
}

/* error */
.error_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
  gap: 40px;
}

.error_wrap .error_txt {
  color: #000;
  text-align: center;
  font-family: var(---family-, NanumSquareRound);
  font-size: var(---Title24, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
  letter-spacing: -1px;
}

.error_wrap .btn_wrap {
  gap: 12px;
}

.error_wrap .btn_wrap .white_btn {
  padding-left: 54px;
  position: relative;
  font-size: 23px;
  color: var(--text-sub, #616161);
  text-align: center;
  font-family: var(---family-, NanumSquareRound);
  font-size: var(---Body20, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: var(---style-, -1px);
}

.error_wrap .btn_wrap .white_btn::after {
  -webkit-mask: url(../images/icon/bull_btn_arrow.svg) no-repeat center/cover;
  display: block;
  content: "";
  position: absolute;
  transform: rotate(180deg) translateY(50%);
  left: 26px;
  top: 50%;
  background-color: var(--grayscale600);
  width: 18px;
  height: 18px;
}

@media (hover: hover) {
  .total_list_wrap ul li .txt_wrap dl dd a:hover {
    text-decoration: underline;
  }
}
/* page_tab_btn_area */
.page_tab_btn_area {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 25px;
}

.page_tab_btn_area.type2 {
  max-width: 1160px;
}

.page_tab_btn_area a {
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #3c445b;
  background-color: white;
  color: #3c445b;
  display: inline-block;
  padding: 10px 10px;
  border-radius: 20px;
  width: 50%;
  text-align: center;
}

.page_tab_btn_area a.active {
  background-color: #3c445b;
  color: #fff;
}

.page_tab_con {
  overflow: hidden;
  position: relative;
  background-color: #fffaf3;
  border: 1px solid #f8f1e8;
  padding: 12px;
  border-radius: 10px;
}

.page_tab_con.bg_type {
  padding-top: 25px;
}

.page_tab_con.bg_type::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 140px;
  height: 140px;
  background: url("../images/bg/bg_flower1.svg") no-repeat left top/cover;
}

.page_tab_con.bg_type::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 140px;
  height: 140px;
  background: url("../images/bg/bg_flower2.svg") no-repeat center top/cover;
}

.page_tab_con .page_tab_tit {
  position: relative;
  z-index: 10;
  padding-top: 20px;
  text-align: center;
  font-size: 19px;
  font-weight: 800;
  color: #111;
  line-height: 1.5;
  margin-bottom: 30px;
}

.page_tab_con .page_tab_tit span {
  font-size: 19px;
  font-weight: 800;
  color: #d83503;
}

.page_tab_con .page_tab_tit span.color02 {
  font-size: 19px;
  font-weight: 800;
  color: #047c5d;
}

.page_tab_box {
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  margin-top: 10px;
}

.page_tab_box .page_tab_box_tit01 {
  font-size: 17px;
  position: relative;
  background-color: #1d3d98;
  padding: 10px 30px 10px 10px;
  color: #fff;
}

.page_tab_box .page_tab_box_tit01 span {
  font-weight: 800;
  color: #fff;
}

.page_tab_box .page_tab_box_tit01::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 16px;
}

.page_tab_box .page_tab_box_tit02 {
  font-size: 17px;
  position: relative;
  background-color: #f25000;
  padding: 10px 30px 10px 10px;
  color: #fff;
}

.page_tab_box .page_tab_box_tit02 span {
  font-weight: 800;
  color: #fff;
}

.page_tab_box .page_tab_box_tit02::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 16px;
}

.page_tab_box .page_tab_box_tit03 {
  font-size: 17px;
  position: relative;
  background-color: #047c5d;
  padding: 10px 30px 10px 10px;
  color: #fff;
}

.page_tab_box .page_tab_box_tit03 span {
  font-weight: 800;
  color: #fff;
}

.page_tab_box .page_tab_box_tit03::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 16px;
}

.page_tab_box .page_tab_box_con {
  padding: 15px;
}

.page_tab_box .page_tab_box_con dl {
  margin-top: 18px;
}

.page_tab_box .page_tab_box_con dl:first-child {
  margin-top: 0px;
}

.page_tab_box .page_tab_box_con dt {
  font-size: 14px;
  font-weight: 800;
  color: #616161;
  margin-bottom: 5px;
}

.page_tab_box .page_tab_box_con dd {
  font-size: 14px;
  font-weight: 800;
  color: #3f3f3f;
}

.page_tab_box .page_tab_box_con dd strong {
  font-size: 16px;
  font-weight: 800;
  color: #3f3f3f;
}

.page_tab_box .page_tab_box_con dd.type02 {
  font-size: 13px;
  font-weight: 700;
  color: #616161;
  margin-top: 3px;
}

.step_list_tit {
  background: url("../images/icon/bull_step_list_tit.png") left 20px no-repeat;
  position: relative;
  margin-bottom: 6px;
  font-size: 19px;
  font-weight: 800;
  color: #111;
  padding-top: 20px;
  padding-left: 14px;
}

.step_list {
  position: relative;
}

.step_list::after {
  z-index: 1;
  content: "";
  width: 1px;
  height: 230px;
  border-left: 1px dashed #cabba6;
  position: absolute;
  left: 15px;
  top: 30px;
}

.step_list li {
  display: flex;
  padding: 8px 0;
  gap: 10px;
}

.step_list li .step_round {
  position: relative;
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: #f7931d;
  border-radius: 50%;
}

.step_list li dt {
  font-size: 13px;
  font-weight: 700;
  color: #777676;
}

.step_list li dd {
  font-size: 16px;
  font-weight: 800;
  color: #111;
  margin-top: 2px;
}

.step_list_ul li {
  margin-top: 5px;
  padding-left: 18px;
  position: relative;
  font-size: 15px;
  color: #3f3f3f;
  font-weight: 700;
}

.step_list_ul li:first-child {
  margin-top: 0;
}

.step_list_ul li::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 6px;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #3f3f3f;
}

.step_list_box {
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  margin-top: 8px;
  display: flex;
  width: 100%;
}

.step_list_box.type02 .step_list_box_tit {
  background-color: #fffaf3;
  color: #d83503;
}

.step_list_box_tit {
  flex-shrink: 0;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  color: #1d3d98;
  width: 80px;
  background-color: #f4f7ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step_list_box_con {
  padding: 10px 10px;
  font-size: 13px;
  font-weight: 700;
  color: #3f3f3f;
}

.step_list_box_con ul li {
  padding-left: 15px;
  position: relative;
  font-size: 14px;
  color: var(--grayscale600);
  margin-top: 3px;
  line-height: 130%;
}

.step_list_box_con ul li:first-child {
  margin-top: 0;
}

.step_list_box_con ul li .red {
  color: #e72417;
  font-weight: 700;
  display: block;
  font-size: 19px;
}

.step_list_box_con ul li:after {
  position: absolute;
  left: 0;
  top: 2px;
  display: inline-block;
  width: 13px;
  height: 13px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  background-color: var(--grayscale600);
  color: #fff;
}

.step_list_box_con ul li:nth-child(1):after {
  content: "1";
}

.step_list_box_con ul li:nth-child(2):after {
  content: "2";
}

.step_list_box_con ul li:nth-child(3):after {
  content: "3";
}

.step_list_box_con ul li:nth-child(4):after {
  content: "4";
}

.step_list_box_con ul li span {
  font-size: inherit;
  color: inherit;
}

.double_btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
}

.double_btn_wrap a {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 50%;
  background: #d83503 url("../images/icon/bull_btn_arrow.svg") right 10% center no-repeat;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 15px;
  color: #fff;
}

.double_btn_wrap a.type02 {
  background-color: #1d3d98;
}

.double_btn_wrap a .bull_left_mark {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../images/icon/bull_pen2.svg") center no-repeat;
}

.double_btn_wrap a.type02 .bull_left_mark {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../images/icon/bull_map2.png") center no-repeat;
}

.bull_mark_wrap {
  text-align: center;
  padding: 20px;
  margin-top: 20px;
}

.bull_mark_tit {
  font-size: 23px;
  color: #111;
  font-weight: 800;
  margin-bottom: 10px;
}

.bull_mark_list {
  display: flex;
  justify-content: center;
}

.bull_mark_list li {
  width: 120px;
  flex-shrink: 0;
}

.bull_mark_list .bull_mark01 {
  padding-top: 115px;
  font-size: 17px;
  font-weight: 800;
  color: #3f3f3f;
  background: url("../images/icon/bull_db_mark01.png") center top no-repeat;
}

.bull_mark_list .bull_mark02 {
  padding-top: 115px;
  font-size: 17px;
  font-weight: 800;
  color: #3f3f3f;
  background: url("../images/icon/bull_db_mark02.png") center top no-repeat;
}

.bull_mark_list .bull_mark03 {
  padding-top: 115px;
  font-size: 17px;
  font-weight: 800;
  color: #3f3f3f;
  background: url("../images/icon/bull_db_mark03.png") center top no-repeat;
}

.bull_db_triple {
  padding: 10px 0 20px;
  max-width: 480px;
  margin: 0 auto;
}

.bull_db_triple img {
  max-width: 100%;
  height: auto;
}

.sub_tit2 .db_txt {
  font-size: 21px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.4;
  font-style: normal;
  margin-top: 12px;
}

.sub_tit2 .db_tit span {
  font-size: 29px;
  font-weight: 800;
  color: #d83503;
}

.db_box_wrap {
  font-weight: 800;
  font-size: 17px;
  position: relative;
  text-align: center;
  padding: 1px;
  border: 2px solid transparent;
  border-radius: 40px;
  background-image: linear-gradient(#fff, #fff), linear-gradient(to bottom, #047c5d 0%, #1d3d98 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  line-height: 150%;
}

.db_box_wrap + .db_box_wrap {
  margin-top: 35px;
}

.db_box_wrap.type02 {
  background-image: linear-gradient(#fff, #fff), linear-gradient(to bottom, #047c5d 0%, #1d3d98 100%);
}

.db_box_wrap .db_box_tit {
  padding: 3px 5px;
  font-weight: 800;
  font-size: 23px;
  color: #047c5d;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
  background-color: #f9fafb;
  z-index: 10;
}

.db_box_wrap.type02 .db_box_tit {
  padding: 3px 5px;
  font-weight: 800;
  font-size: 23px;
  color: #1d3d98;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
  background-color: #f9fafb;
  z-index: 10;
}

.db_box_wrap .db_box_txt {
  padding: 28px 0px;
}

.db_box_wrap.type02 .db_box_txt {
  padding: 16px 0px;
}

.db_box_wrap span {
  font-weight: 800;
  font-size: 17px;
  color: #047c5d;
}

.db_box_wrap.type02 span {
  font-weight: 800;
  font-size: 17px;
  color: #1d3d98;
}

.section_wrap {
  justify-content: center;
}

.sub_tit2 .db_tit {
  padding-right: 60px;
  padding-left: 60px;
}

.db_map_tit {
  font-size: 23px;
  font-weight: 800;
  color: #d83503;
  text-align: center;
  margin-bottom: 20px;
}

.db_map_area {
  text-align: center;
}

.db_map_area img {
  max-width: 900px;
  width: auto;
  height: auto;
}

.db_map_txt_box {
  position: relative;
  padding: 20px;
  display: flex;
  gap: 40px;
  border-radius: 12px;
  margin-top: 20px;
  margin-bottom: 32px;
}

.db_map_txt_box > div {
  position: relative;
  z-index: 1;
  word-break: keep-all;
  width: 33.33%;
  background-color: #fff;
  border-radius: 100px;
  padding-top: 12px;
  padding-left: 12px;
  padding-bottom: 12px;
  padding-right: 32px;
}

.db_map_txt_box > div:nth-child(1) {
  border: 1px solid #f25000;
}

.db_map_txt_box > div:nth-child(2) {
  border: 1px solid #f7931d;
}

.db_map_txt_box > div:nth-child(3) {
  border: 1px solid #ffd30d;
}

.db_map_txt_box .db_step_box {
  display: flex;
  gap: 15px;
  align-items: center;
}

.db_map_txt_box .db_step_box .db_step_round {
  width: 80px;
  flex-shrink: 0;
  font-weight: 800;
  font-size: 21px;
  color: #111;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}

.db_map_txt_box .db_step_box dt {
  font-size: 17px;
  font-weight: 700;
  color: #777676;
}

.db_map_txt_box .db_step_box dd {
  font-size: 21px;
  font-weight: 800;
  margin-top: 4px;
}

.db_map_txt_box .db_step_box01 .db_step_round {
  background-color: #f25000;
}

.db_map_txt_box .db_step_box02 .db_step_round {
  background-color: #f7931d;
}

.db_map_txt_box .db_step_box03 .db_step_round {
  background-color: #ffd30d;
}

.db_step_wrap ul {
  display: flex;
  gap: 60px;
  margin-top: 52px;
}

.db_step_wrap ul li {
  position: relative;
  width: 33.33%;
  text-align: center;
}

.db_step_wrap ul li .year_box {
  border: 1px solid;
  position: relative;
  border: solid 1px #b7b7b7;
  border-radius: 24px 24px 12px 12px;
}

.db_step_wrap ul li .year_box.before .year {
  background-color: rgba(232, 232, 232, 0.502);
}

.db_step_wrap ul li .year {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  border-radius: 100px;
}

.db_step_wrap ul li:nth-child(1) .after {
  border-color: var(--color_point2);
}

.db_step_wrap ul li:nth-child(2) .after {
  border-color: var(--color_point3);
}

.db_step_wrap ul li:nth-child(3) .after {
  border-color: var(--color_point4);
}

.db_step_wrap ul li:nth-child(1) .tit {
  color: var(--color_point2);
}

.db_step_wrap ul li:nth-child(2) .tit {
  color: var(--color_point3);
}

.db_step_wrap ul li:nth-child(3) .tit {
  color: #d83503;
}

.db_step_wrap ul li:nth-child(1) .after .year {
  background: var(--color_point2);
  color: white;
}

.db_step_wrap ul li:nth-child(2) .after .year {
  background: var(--color_point3);
  color: white;
}

.db_step_wrap ul li:nth-child(3) .after .year {
  background: var(--color_point4);
  color: black;
}

.db_step_wrap ul li .tit {
  font-size: 27px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
}

.db_step_wrap ul li .year_wrap {
  display: flex;
  gap: 46px;
  margin-top: 12px;
}

.db_step_wrap ul li .year_wrap .year_box {
  background: white;
  width: 100%;
  min-height: 290px;
  display: flex;
  padding: 65px 12px 20px;
}

.db_step_wrap ul li .year_wrap .year_box .year {
  font-size: 21px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 800;
}

.db_step_wrap ul li .year_wrap .year_box .year_txt {
  word-break: keep-all;
  font-size: 19px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  margin: auto;
}

.db_step_wrap ul li .year_wrap .year_box .year_txt span {
  font-size: inherit;
  color: var(--color_point2);
}

.db_step_wrap ul li .year_wrap .year_box.after .year_txt {
  font-size: 21px;
}

.db_step_wrap ul li .year_wrap .year_box.before {
  position: relative;
}

.db_step_wrap ul li .year_wrap .year_box.before::after {
  right: -33px;
  position: absolute;
  content: "";
  display: block;
  background: url(../images/bg/bg_arrow.png) no-repeat center/cover;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 80px;
}

.btn_area a.color_btn {
  letter-spacing: -1px;
  position: relative;
  border-radius: 100px;
  border: 1px solid #d83503;
  background-color: #d83503;
  color: #fff;
  flex-grow: 1;
  display: flex;
  margin: 0 auto;
  align-items: center;
  max-width: 422px;
  padding-top: 16px;
  padding-left: 22px;
  padding-right: 31px;
  padding-bottom: 16px;
  font-size: 21px;
  font-weight: bold;
}

.btn_area a.color_btn::after {
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../images/icon/icon_arrow.svg") center no-repeat;
  position: absolute;
  content: "";
}

.info_txt {
  padding-left: 20px;
  position: relative;
  width: fit-content;
  font-size: 19px;
  text-align: center;
  margin: 24px auto 0;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -1px;
  color: var(--grayscale750);
}

.info_txt::after {
  background: url(../images/icon/icon_info.svg) no-repeat left center/cover;
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 0px;
}

.section_wrap.bg2 {
  background: #f9fafb;
}

.section_wrap.bg3 {
  background: #fffaf3;
}

.sub_tit2 {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-size: 29px;
  font-weight: 800;
  padding-bottom: 80px;
  position: relative;
}

.sub_tit2:has(.db_txt)::after {
  position: absolute;
  left: 50%;
  bottom: 20px;
  content: "";
  width: 1px;
  height: 51px;
  background-color: #ffd30d;
}

.sub_tit2 .db_tit {
  font-size: 29px;
  font-weight: 800;
}

.scroll_box_wrap {
  padding: 20px;
  background-color: #f9fafb;
  margin-top: 10px;
  overflow: hidden;
  border-radius: 6px;
  overflow-y: auto;
}

.scroll_box_wrap.htype01 {
  height: 430px;
}

.scroll_box_wrap.htype02 {
  height: 365px;
}

.scroll_box_wrap.htype03 {
  height: 340px;
}

.scroll_box_wrap p:first-child {
  margin-top: 0 !important;
}

.scroll_box_btn {
  display: flex;
  margin-top: 8px;
  justify-content: end;
}

.scroll_box_wrap.htype03 {
  max-height: 320px;
}

/* 돌봄종합정보 */
.page_banner_area {
  padding: 40px;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
  border-radius: 20px;
  background: linear-gradient(0deg, #fff 0%, #fffaf3 100%);
}

.page_banner_area::after {
  background: url(../images/bg/bg_flower3.svg) no-repeat center/contain;
  height: 100%;
  width: 370px;
  top: 0px;
  display: block;
  content: "";
  position: absolute;
  right: 0px;
}

.page_banner_area strong {
  color: #d83503;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%; /* 36px */
  letter-spacing: var(---style-, -1px);
}

.page_banner_area p {
  margin-top: 20px;
  color: #616161;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: var(---style-, -1px);
}

.total_info_wrap .dropdown_wrap {
  width: 320px;
  margin-bottom: 12px;
}

.total_info_wrap .dropdown_wrap > button {
  width: 100%;
}

.total_info_wrap .dropdown_wrap .dropdown {
  top: 56px;
}

/* 자주묻는질문 */
.accordion_wrap {
  border-top: 1px solid #111;
  margin-bottom: 40px;
}

.accordion_wrap ul li .q_wrap {
  display: flex;
  gap: 12px;
  padding: 20px;
  border-bottom: 1px solid var(--grayscale250);
  position: relative;
}

.accordion_wrap ul li .q_wrap:focus-visible {
  outline-offset: -3px;
}

.accordion_wrap ul li .q_wrap::after {
  background: url(../images/icon/bull_arrow_next.png);
  width: 14px;
  height: 18px;
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  transform: rotate(90deg);
  right: 20px;
}

.accordion_wrap ul li .q_wrap.open::after {
  transform: rotate(-90deg);
}

.accordion_wrap ul li .q_wrap strong {
  padding-right: 20px;
  color: var(--Gray-Scale-900, #111);
  text-overflow: ellipsis;
  font-size: var(---Body18, 18px);
  font-style: normal;
  font-weight: 700;
}

.accordion_wrap ul li .a_wrap {
  display: none;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--grayscale250);
  gap: 12px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: var(--grayscale100);
}

.accordion_wrap ul li .a_wrap .a_content {
  padding-top: 20px;
  padding-bottom: 20px;
  color: var(--grayscale700);
  font-size: var(---Body18, 18px);
  font-style: normal;
  padding-left: 70px;
  font-weight: 400;
}

.accordion_wrap ul li .qna_tag {
  flex-shrink: 0;
  padding-right: 10px;
  width: fit-content;
  position: relative;
  font-size: var(---Body16, 16px);
  color: var(--color_point1);
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.accordion_wrap ul li .qna_tag::after {
  right: 0px;
  position: absolute;
  top: 4px;
  -webkit-mask: url(../images/icon/icon_small_flower.svg) no-repeat center/9px;
  content: "";
  display: block;
  background-color: var(--color_point1);
  width: 9px;
  height: 9px;
}

.accordion_wrap ul li .a_wrap .qna_tag {
  position: absolute;
  color: var(--color_point2);
  top: 20px;
  left: 20px;
}

.accordion_wrap ul li .a_wrap .qna_tag::after {
  background-color: var(--color_point2);
}

/* board */
.search_area {
  background-color: #f5f5f5;
  display: flex;
  border-radius: 20px;
  padding: 24px;
  margin-bottom: 40px;
}

.search_area .select_wrap {
  min-width: 102px;
  width: fit-content;
}

.search_area .select_wrap::after {
  right: 10px;
  top: 48%;
}

.search_area .input_wrap {
  max-width: 400px;
  width: 100%;
  height: 51px;
  position: relative;
}

.search_area .input_wrap input {
  width: calc(100% - 40px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search_area .icon_search {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.search_area .flex {
  justify-content: center;
  gap: 8px;
}

.board_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.total_page_wrap {
  display: flex;
  font-size: 17px;
  font-weight: normal;
  gap: 4px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -1px;
  text-align: left;
  color: #616161;
}

.total_page_wrap strong {
  color: var(--color_point1);
}

.tag {
  font-size: 17px;
  margin: 0 auto;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -1px;
  color: white;
  background-color: var(--color_point1);
  padding: 4px 6px;
  width: fit-content;
  border-radius: 100px;
}

.board_list {
  margin-bottom: 40px;
}

.board_list .list_head {
  display: flex;
  text-align: center;
  border-top: 1px solid #111;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 19px;
  background-color: var(--grayscale100);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -1px;
  text-align: center;
  color: #111;
}

.board_list .list_head .num {
  width: 100px;
  font-size: inherit;
}

.board_list .list_head .subject {
  flex-grow: 1;
  font-size: inherit;
}

.board_list .list_head .date {
  width: 160px;
  font-size: inherit;
}

.board_list .list_head .view {
  width: 160px;
  font-size: inherit;
}

.board_list .list_item li {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid var(--grayscale250);
  align-items: center;
}

.board_list .list_item li:first-of-type {
  border-top: 1px solid var(--grayscale250);
}

.board_list .list_item li .num {
  width: 100px;
  flex-shrink: 0;
}

.board_list .list_item li .subject {
  text-align: left;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.board_list .list_item li .subject a {
  display: inline-block;
  font-size: 21px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -1px;
  text-align: left;
  color: #111;
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
  line-height: 1;
  overflow: hidden;
}

.board_list .list_item li .subject a.text_wrap:hover {
  text-decoration: underline;
  text-underline-offset: 1px;
}

.board_list .list_item li .subject a:focus-visible {
  outline-offset: -3px;
}

.board_list .list_item li .date {
  width: 160px;
  font-size: 19px;
  flex-shrink: 0;
}

.board_list .list_item li .view {
  width: 160px;
  font-size: 19px;
  flex-shrink: 0;
}

/* 돌봄상담 */
.db_sd_wrap .guide_box {
  margin-bottom: 40px;
  color: black;
  padding: 40px 40px 40px 220px;
  border-radius: 20px;
  border: solid 1px #f8f1e8;
  background: #fffaf3 url(../images/bg/bg_guilde_box.svg) no-repeat 40px center/120px;
}

.guide_box p {
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  color: #111;
}

.guide_box ul {
  display: flex;
  margin-top: 20px;
  gap: 6px;
  flex-direction: column;
}

.guide_box ul li {
  position: relative;
  font-size: 19px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  color: #111;
  padding-left: 20px;
}

.guide_box ul li::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #111;
}

.chip_wrap ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 18px;
  gap: 8px;
}

.chip_wrap ul li .kb {
  font-size: 19px;
  color: #777676;
  font-weight: normal;
  margin-left: 10px;
}

.chip_wrap li .name {
  display: flex;
  color: #111;
  font-size: 19px;
  max-width: 300px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chip_wrap li .name a {
  color: inherit;
  font-size: inherit;
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chip_wrap li .name a:focus-visible {
  outline: 2px dotted red;
  outline-offset: -2px;
}

.db_sd_wrap .btn_wrap {
  margin-top: 40px;
}

.db_sd_wrap .list_btn {
  padding: 14px 24px 14px 48px;
  font-size: 19px;
  background-size: 16px;
  background-position: 24px center;
}

.db_sd_wrap .register_btn {
  padding: 14px 24px 14px 48px;
  font-size: 19px;
  background-size: 16px;
  background-position: 24px center;
}

.db_sd_wrap .col_title {
  width: 20%;
}

.db_sd_wrap .col_content {
  width: 80%;
}

/* 관리자 답변 */
.answer_wrap {
  margin-top: 40px;
}

.answer_wrap .answer_top {
  background-color: var(--grayscale100);
  border-bottom: 1px solid var(--grayscale250);
  border-top: 1px solid var(--color_point2);
  font-size: 23px;
  font-weight: 800;
  font-stretch: normal;
  padding-top: 20px;
  padding-bottom: 20px;
  font-style: normal;
  text-align: center;
  color: var(--color_point2);
  line-height: 1.4;
  letter-spacing: -1px;
}

.answer_wrap .answer_detail {
  padding: 40px;
  font-size: 19px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  color: #111;
}

/* 상세페이지 */
.detail_wrap .detail_content {
  padding: 40px 20px;
}

.detail_wrap .info_wrap {
  margin-top: 6px;
}

.detail_wrap .info_wrap ul {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
}

.detail_wrap .info_wrap ul li {
  position: relative;
  color: var(--text-sub, #616161);
  text-align: center;
  font-size: var(---Body18, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.detail_wrap .info_wrap ul li::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 40%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background-color: var(--grayscale250);
}

.detail_wrap .info_wrap ul li:last-of-type::after {
  display: none;
}

.detail_wrap .detail_top {
  border-bottom: 1px solid var(--Gray-Scale-250, #e8e8e8);
  border-top: 1px solid #111;
  padding-top: 20px;
  padding-bottom: 20px;
}

.file_bottom_wrap {
  padding: 20px;
  border-bottom: 1px solid var(--Gray-Scale-250, #e8e8e8);
  border-top: 1px solid var(--Gray-Scale-250, #e8e8e8);
  margin-bottom: 40px;
}

.file_bottom_wrap dl {
  gap: 20px;
  display: flex;
  align-content: center;
}

.file_bottom_wrap dl dt {
  color: var(--text-default, #111);
  position: relative;
  padding-left: 22px;
  font-size: var(---Body18, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
  letter-spacing: var(---style-, -1px);
}

.file_bottom_wrap dl dt a {
  display: inline-block;
}

.file_bottom_wrap dl dt::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 5px;
  background: url(../images/icon/icon_attachment.svg) no-repeat center/cover;
  left: 0px;
}

.file_bottom_wrap dl dd {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.detail_content img {
  max-width: 100%;
  height: auto;
}

.manage_list .tit_wrap {
  display: flex;
  justify-content: flex-start;
}

/* 돌봄 서비스 관리 */
.list_top_wrap {
  display: flex;
  margin-bottom: 12px;
}

.list_top_wrap .total_page {
  display: flex;
  color: var(--text-sub, #616161);
  text-overflow: ellipsis;
  font-family: var(---family-, NanumSquareRound);
  font-size: var(---Body16, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: var(---style-, -1px);
}

.list_top_wrap .total_page em {
  color: var(--color_point1);
  display: inline-block;
  margin-left: 4px;
}

.stage_tag {
  width: fit-content;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 8px 12px;
  font-family: var(---family-, NanumSquareRound);
  font-size: var(---Body16, 16px);
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: var(---style-, -1px);
}

.stage_tag.type1 {
  color: var(--color_point2);
  background: #f4f7ff;
  border-radius: 100px;
}

.stage_tag.type2 {
  color: #047c5d;
  background: #f0f7f4;
  border-radius: 100px;
}

.stage_tag.type3 {
  color: var(--color_point1);
  background: #fffaf3;
  border-radius: 100px;
}

.stage_tag.type4 {
  color: #088488;
  background: rgba(8, 132, 136, 0.05);
  border-radius: 100px;
}

.stage_tag.type5 {
  color: #616161;
  background: #f5f5f5;
  border-radius: 100px;
}

.stage_tag.type6 {
  color: #111;
  background: #f5f5f5;
  border-radius: 100px;
}

.db_manage_list + .paging_wrap {
  margin: 0;
}

.db_manage_list .tit_wrap {
  align-items: center;
  display: flex;
  gap: 6px;
  justify-content: flex-start;
}

.db_manage_list .tit_wrap .name {
  color: var(--text-default, #111);
  font-size: var(---Title26, 26px);
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 36.4px */
  letter-spacing: var(---style-, -1px);
}

.db_manage_list .tit_wrap .name .title {
  margin-left: 4px;
  display: inline-block;
  color: var(--text-sub, #616161);
  font-size: var(---Body20, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 28px */
  letter-spacing: var(---style-, -1px);
}

.db_manage_list {
  margin-bottom: 40px;
}

.db_manage_list ul {
  border-top: 1px solid black;
}

.db_manage_list ul li {
  position: relative;
  border-bottom: 1px solid var(--grayscale150);
}

.db_manage_list ul li a {
  padding: 28px 28px 136px 28px;
  display: inline-block;
  width: 100%;
}

.db_manage_list ul li a:hover + .money_wrap {
  background-color: white;
}

@media (hover: hover) {
  .db_manage_list ul li a:hover {
    background: var(--Gray-Scale-100, #f9fafb);
  }
}
.dl_wrap {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.db_manage_list.type2 ul li {
  padding: 28px;
}

.db_manage_list.type2 .dl_wrap dl {
  width: 44%;
}

.db_manage_list.type3 ul li a {
  padding: 28px;
}

.db_manage_list.type4 ul li a {
  padding: 28px;
}

.db_manage_list.type4 .dl_wrap dl {
  width: 44%;
}

.dl_wrap dl {
  display: flex;
  gap: 12px;
  width: 31.33%;
}

.dl_wrap dl dt {
  padding-left: 22px;
  min-width: 85px;
  position: relative;
  color: var(--Gray-Scale-600, #777676);
  font-size: var(---Body18, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: var(---style-, -1px);
}

.dl_wrap dl dd {
  color: var(--Gray-Scale-750, #3f3f3f);
  text-overflow: ellipsis;
  font-family: var(---family-, NanumSquareRound);
  font-size: var(---Body18, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: var(---style-, -1px);
}

.dl_wrap dl dt.company {
  background: url(../images/icon/icon_company.svg) no-repeat left 2px/18px;
}

.dl_wrap dl dt.company_match {
  background: url(../images/icon/icon_company_match.svg) no-repeat left 1px/18px;
}

.dl_wrap dl dt.db_match {
  background: url(../images/icon/icon_db_match.svg) no-repeat left 1px/18px;
}

.dl_wrap dl dt.calendar {
  background: url(../images/icon/icon_calendar.svg) no-repeat left 1px/18px;
}

.dl_wrap dl dt.calendar2 {
  background: url(../images/icon/icon_calendar2.svg) no-repeat left 1px/18px;
}

.dl_wrap dl dt.heart {
  background: url(../images/icon/icon_heart.svg) no-repeat left 1px/18px;
}

.dl_wrap dl dt.pin {
  background: url(../images/icon/icon_pin2.svg) no-repeat left 1px/18px;
}

.dl_wrap dl dt.clock {
  background: url(../images/icon/icon_clock3.svg) no-repeat left 1px/18px;
}

.dl_wrap dl dt.smile {
  background: url(../images/icon/icon_smile.svg) no-repeat left 1px/18px;
}

.dl_wrap dl dt.note {
  background: url(../images/icon/icon_note.svg) no-repeat left 1px/18px;
}

.money_wrap {
  position: absolute;
  bottom: 20px;
  width: calc(100% - 40px);
  margin-top: 20px;
  padding: 20px;
  left: 20px;
  border-radius: 6px;
  gap: 12px;
  background: var(--Gray-Scale-100, #f9fafb);
  display: flex;
  align-items: center;
  justify-content: center;
}

.money_wrap .tit {
  color: var(--text-sub, #616161);
  text-align: center;
  font-family: var(---family-, NanumSquareRound);
  font-size: var(---Body18, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: var(---style-, -1px);
}

.money_wrap .amount {
  color: #d83503;
  text-align: center;
  font-family: var(---family-, NanumSquareRound);
  font-size: var(---Title26, 26px);
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: var(---style-, -1px);
}

.photo_wrap ul {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  padding-bottom: 20px;
}

.photo_wrap ul::-webkit-scrollbar {
  height: 4px;
}

.photo_wrap ul::-webkit-scrollbar-thumb {
  background-color: #f25000;
}

.photo_wrap ul::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

.photo_wrap ul li {
  width: 240px;
  flex-shrink: 0;
  height: 258px;
}

.photo_wrap ul li .img_wrap {
  width: 100%;
  height: 100%;
}

.photo_wrap ul li .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text_box_wrap {
  margin-bottom: 40px;
  border-top: 1px solid var(--line-stroke, #2a2a2a);
}

.text_box_wrap .color_wrap {
  padding: 20px;
  margin-top: 20px;
  border-radius: var(--unnamed, 6px);
  border: 1px solid var(--Gray-Scale-250, #e8e8e8);
  background: var(--Gray-Scale-100, #f9fafb);
  color: var(--text-default, #111);
  font-size: var(---Body18, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: var(---style-, -1px);
}

.text_box_wrap .color_wrap p {
  font-size: inherit;
  color: inherit;
  word-break: keep-all;
  line-height: 1.4;
}

/* 아동 사전등록관리 */
.manage_list_wrap .top {
  align-items: center;
  display: flex;
  width: 100%;
  margin-bottom: 8px;
  justify-content: space-between;
  font-size: var(---Body18, 18px);
  font-style: normal;
  font-weight: 700;
}

.manage_list_wrap .top p em {
  color: var(--color_point1);
  font-weight: 800;
}

.manage_list {
  border-top: 1px solid var(--line-stroke, #2a2a2a);
  margin-bottom: 40px;
}

.manage_list ul li {
  border-bottom: 1px solid var(--grayscale250);
}

.manage_list ul li a {
  padding: 28px;
  display: inline-block;
  width: 100%;
}

@media (hover: hover) {
  .manage_list ul li a:hover {
    background: var(--grayscale100);
  }
}
.manage_list ul li a .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.manage_list ul li a .tit .info1 {
  display: flex;
  gap: 4px;
}

.manage_list ul li a .tit .info1 .name {
  font-size: var(---Title26, 26px);
  color: #111;
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 36.4px */
  letter-spacing: var(---style-, -1px);
}

.manage_list ul li a .tit .info1 .gender {
  background: white;
  padding: var(---8-to-4, 8px) var(---12-to-8, 12px);
  border: 1px solid var(--Gray-Scale-250, #e8e8e8);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  gap: var(---8-to-4, 8px);
}

.manage_list .tag {
  margin: 0;
  padding: 8px 12px;
  font-weight: 800;
}

.manage_list .tag.type1 {
  color: #047c5d;
  background: var(--Primary-greenBG, #f0f7f4);
}

.manage_list .tag.type2 {
  color: #1d3d98;
  background: var(--Primary-greenBG, #f4f7ff);
}

.manage_list .tag.type3 {
  color: #d83503;
  background: var(--Primary-greenBG, #fffaf3);
}

.manage_list .tag.type4 {
  color: #2a2a2a;
  background: var(--Primary-greenBG, #f5f5f5);
}

.manage_list ul li a .info_con {
  display: flex;
  gap: 20px 80px;
  flex-wrap: wrap;
}

.manage_list ul li a .info_con dl {
  display: flex;
  gap: 12px;
}

.manage_list ul li a .info_con dl dt {
  flex-shrink: 0;
  padding-left: 22px;
  color: var(--Gray-Scale-600, #777676);
  font-size: var(---Body18, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: var(---style-, -1px);
}

.manage_list ul li a .info_con dl dt.birth {
  background: url(../images/icon/icon_birth.svg) no-repeat left center/18px;
}

.manage_list ul li a .info_con dl dt.relation {
  background: url(../images/icon/icon_relationship.svg) no-repeat left center/18px;
}

.manage_list ul li a .info_con dl dt.tel {
  background: url(../images/icon/icon_tel.svg) no-repeat left center/18px;
}

.manage_list ul li a .info_con dl dt.date {
  background: url(../images/icon/icon_date.svg) no-repeat left center/18px;
}

.manage_list ul li a .info_con dl dd {
  flex-shrink: 0;
  overflow: hidden;
  color: var(--Gray-Scale-750, #3f3f3f);
  text-overflow: ellipsis;
  font-size: var(---Body18, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: var(---style-, -1px);
}

/* 돌봄신청 */
.apply_wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}

.apply_wrap .top_area h3 {
  color: var(--text-default, #111);
  text-align: center;
  font-size: var(---Title22, 22px);
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 30.8px */
  letter-spacing: var(---style-, -1px);
}

.apply_wrap .top_area p {
  margin-top: 2px;
  color: var(--text-sub, #616161);
  text-align: center;
  font-size: var(---Body18, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: var(---style-, -1px);
}

.apply_wrap .raBox label {
  font-weight: 700;
}

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

.ra_wrap {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 16px;
}

.ra_wrap .raBox {
  margin-top: 0;
}

.red_box {
  border-radius: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #d83503;
  background: rgba(255, 255, 255, 0.8);
}

.red_box .tit {
  color: #d83503;
  margin-bottom: 8px;
  text-align: center;
  font-size: var(---Body16, 16px);
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: var(---style-, -1px);
}

.red_box .txt {
  color: var(--text-default, #111);
  text-align: center;
  font-size: var(---Body18, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: var(---style-, -1px);
}

.service_type_box {
  border-radius: 6px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 20px;
  background: #f9fafb;
}

.service_type_box strong {
  display: block;
  text-align: center;
  color: #d83503;
  text-align: center;
  font-size: var(---Title24, 24px);
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: var(---style-, -1px);
}

.apply_wrap .reset_btn {
  flex-shrink: 0;
}

.apply_wrap .warn_txt {
  margin-top: 20px;
}

.ui-datepicker {
  z-index: 1000 !important; /* 다른 요소 위에 표시되도록 설정 */
}

.fee_wrap .tit {
  color: var(--text-default, #111);
  text-align: center;
  display: block;
  font-size: var(---Title24, 24px);
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: var(---style-, -1px);
}

.fee_wrap p {
  color: var(--text-sub, #616161);
  margin-top: 4px;
  text-align: center;
  font-size: var(---Body18, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: var(---style-, -1px);
}

.fee_wrap ul {
  display: flex;
  gap: 20px;
  flex-direction: column;
  margin-top: 20px;
}

.fee_wrap ul li {
  display: flex;
  border-radius: 6px;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: center;
  gap: 12px;
}

.fee_wrap ul li:nth-child(1) {
  background: var(--color_point2);
}

.fee_wrap ul li:nth-child(2) {
  background: var(--color_point1);
}

.fee_wrap ul li:nth-child(3) {
  background: var(--color_point3);
}

.fee_wrap ul li:nth-child(1) span {
  background: url(../images/icon/icon_school.svg) no-repeat left center/18px;
}

.fee_wrap ul li:nth-child(2) span {
  background: url(../images/icon/icon_baby_carriage.svg) no-repeat left center/18px;
}

.fee_wrap ul li:nth-child(3) span {
  background: url(../images/icon/icon_house2.svg) no-repeat left center/18px;
}

.fee_wrap ul li span {
  color: var(--text-white, #fff);
  display: inline-block;
  padding-left: 26px;
  text-align: center;
  font-size: var(---Body18, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: var(---style-, -1px);
}

.fee_wrap ul li .fee {
  color: var(--text-white, #fff);
  text-align: center;
  font-size: var(---Title26, 26px);
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: var(---style-, -1px);
}

.gender_chip {
  padding: 8px 12px;
  border-radius: 100px;
  background-color: white;
  overflow: hidden;
  color: var(--Gray-Scale-750, #3f3f3f);
  text-overflow: ellipsis;
  font-size: var(---Body16, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: var(---style-, -1px);
  border: 1px solid var(--Gray-Scale-250, #e8e8e8);
}

.s_list_wrap {
  margin-top: 12px;
  width: 100%;
  background: white;
  border-top: 1px solid black;
  border-bottom: 1px solid #e8e8e8;
}

.s_list_wrap li {
  border-bottom: 1px solid #e8e8e8;
}

.s_list_wrap li:last-of-type {
  border-bottom: none;
}

.s_list_wrap li {
  padding: 28px;
  display: inline-block;
  width: 100%;
}

.s_list_wrap li .name_wrap {
  display: flex;
  align-items: center;
  gap: 4px;
}

.s_list_wrap li .name_wrap .name {
  color: var(--text-default, #111);
  font-size: var(---Title26, 26px);
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 36.4px */
}

.s_list_wrap li .info_wrap {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.s_list_wrap li .info_wrap dl {
  display: flex;
  gap: 12px;
  width: 45%;
}

.s_list_wrap li .info_wrap dl dt {
  padding-left: 22px;
  flex-shrink: 0;
  color: #777676;
  font-size: var(---Body18, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: var(---style-, -1px);
}

.s_list_wrap li .info_wrap dl dt.type1 {
  background: url(../images/icon/icon_birth_calendar.svg) no-repeat left 0px/18px;
}

.s_list_wrap li .info_wrap dl dt.type2 {
  background: url(../images/icon/icon_heart.svg) no-repeat left 0px/18px;
}

.s_list_wrap li .info_wrap dl dt.type3 {
  background: url(../images/icon/icon_pin2.svg) no-repeat left 0px/18px;
}

.s_list_wrap li .info_wrap dl dd {
  flex-shrink: 0;
  color: #3f3f3f;
  text-overflow: ellipsis;
  font-size: var(---Body18, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: var(---style-, -1px);
}

/* 마이페이지(돌보미) */
.box_name_wrap {
  font-size: 27px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 800;
  color: #111;
}

.box_name_wrap span {
  display: inline-block;
  padding: 7px 12px;
  border: 1px solid #e8e8e8;
  font-weight: bold;
  color: var(--grayscale750);
  border-radius: 100px;
}

.btn_white_box_wrap .inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.btn_white_box_wrap .inner strong {
  position: relative;
  color: var(--text-default, #111);
  display: inline-block;
  padding-top: 52px;
  font-size: var(---Title22, 22px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: var(---style-, -1px);
}

.btn_white_box_wrap .inner strong::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  border-radius: 100px;
}

.btn_white_box_wrap .inner strong::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background-color: #2a2a2a;
  -webkit-mask: url(../images/icon/icon_check.svg) no-repeat center/20px;
  z-index: 1;
}

.btn_white_box_wrap .inner strong.active {
  color: var(--color_point3);
}

.btn_white_box_wrap .inner strong.active::before {
  background-color: var(--color_point3);
}

.btn_white_box_wrap .inner strong.active::after {
  background-color: #f0f7f4;
}

.btn_white_box_wrap .inner .info {
  text-align: center;
  color: var(--text-sub, #616161);
  font-size: var(---Body16, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  letter-spacing: var(---style-, -1px);
}

.btn_white_box_wrap {
  display: flex;
  justify-content: center;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.08);
  border: solid 1px var(--gray-scale-200);
  background-color: white;
}

.btn_white_box_wrap .btn_green {
  border-radius: 100px;
  width: 100%;
  max-width: 258px;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  padding: 16px 50px;
  background-color: #047c5d;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
}

.btn_white_box_wrap .btn_green .bull_play {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../images/icon/bull_play.svg") center no-repeat;
}

.btn_white_box_wrap .black_btn {
  padding: 12px 20px;
  font-size: 17px;
  width: fit-content;
}

.box .calendar_set_wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.btn_search_detail {
  flex-shrink: 0;
  display: inline-block;
  width: 130px;
  padding: 16px 0 10px 35px;
  font-size: 17px;
  font-weight: bold;
  color: #111;
  background: url("../images/icon/bull_search_detail.svg") 10px 16px no-repeat;
}

.div_table_list_wrap > div:first-child {
  border-top: 2px solid #111;
}

.div_table_list {
  padding: 28px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid #e8e8e8;
}

.div_table_list .div_wrap dl {
  display: flex;
  gap: 8px;
}

.div_table_list .div_wrap dl + dl {
  margin-top: 10px;
}

.div_table_list .div_wrap dl dt {
  font-size: 19px;
  color: var(--grayscale600);
  font-weight: bold;
  padding-left: 22px;
}

.div_table_list .div_wrap dl dd {
  font-size: 19px;
  color: var(----grayscale750);
  font-weight: bold;
}

.div_table_list .div_wrap dl dd strong {
  font-weight: 900;
  color: #111;
}

.div_table_list .right_list_area {
  display: flex;
  gap: 20px;
}

.div_table_list .right_list_area > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  min-height: 100%;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  padding: 20px;
}

.div_table_list .right_list_area > div dt {
  text-align: center;
  font-size: 19px;
  color: var(--grayscale600);
  font-weight: bold;
}

.div_table_list .right_list_area > div dd {
  text-align: center;
  font-size: 21px;
  color: var(--grayscale750);
  font-weight: bold;
  margin-top: 8px;
}

.div_table_list .right_list_area > div dd strong {
  font-size: 21px;
  font-weight: 900;
  color: #111;
}

.div_table_list .right_list_area > div dt.bull_company {
  padding-top: 22px;
  background: url("../images/icon/icon_company_match.svg") center top no-repeat;
}

.div_table_list .right_list_area > div dt.bull_price {
  padding-top: 22px;
  background: url("../images/icon/bull_price.svg") center top no-repeat;
}

.search_area + .search_area2 {
  margin-top: 12px;
}

.search_area2 {
  position: relative;
  padding: 26px 6%;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.search_area2 > div {
  display: flex;
  gap: 20px;
  align-items: center;
}

.search_area2 > div strong {
  font-size: 19px;
  color: #111;
  font-weight: 800;
  padding-right: 12px;
}

.search_area2 > div .search_reset {
  font-size: 17px;
  color: #616161;
  padding-left: 20px;
  background: url("../images/icon/icon_reset.svg") left center no-repeat;
}

.search_area2 .btn_search {
  display: inline-block;
  padding: 9px 24px;
  padding-left: 40px;
  border-radius: 20px;
  background: var(--grayscale800) url("../images/icon/icon_search_white.svg") 20px center no-repeat;
  color: #fff;
}

.search_area2 + .bullet_box_wrap {
  margin-top: 40px;
}

.bullet_box_wrap {
  margin-bottom: 40px;
  padding: 40px 80px;
  text-align: center;
  background-image: linear-gradient(to top, #fff, #fffaf3);
  border-radius: 20px;
}

.bullet_box_wrap p {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: bold;
  color: #111;
}

.bullet_box_list {
  display: flex;
  gap: 20px;
}

.bullet_box_list > div {
  flex: 1 1 0;
  padding: 12px;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.062745098);
}

.bullet_box_list > div dt {
  padding-top: 24px;
  font-size: 17px;
  color: #616161;
  font-weight: bold;
  padding-bottom: 6px;
}

.bullet_box_list > div dd {
  font-size: 21px;
  font-weight: bold;
}

.bullet_box_list > div dd span {
  font-size: 29px;
  color: var(--color_point1);
  font-weight: 800;
}

.bullet_box_list > div dt.bullet01 {
  background: url("../images/icon/bull_website.svg") center top no-repeat;
}

.bullet_box_list > div dt.bullet02 {
  background: url("../images/icon/bull_camera.svg") center top no-repeat;
}

.bullet_box_list > div dt.bullet03 {
  background: url("../images/icon/bull_time.svg") center top no-repeat;
}

.bullet_box_list > div dt.bullet04 {
  background: url("../images/icon/bull_price.svg") center top no-repeat;
}

/* 아동사전등록관리 등록 */
.btn_wrap.column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.box_tit_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box_tit_wrap .text_btn {
  font-size: 17px;
  font-weight: 700;
}

.box_tit_wrap .raBox_wrap {
  gap: 28px;
}

.box_tit_wrap .raBox_wrap .raBox {
  margin-top: 0;
}

.manage_input_wrap {
  background-color: #fffaf3;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 60px;
}

.manage_input_wrap .text_btn {
  width: fit-content;
  color: var(--text-sub, #616161);
  margin-top: -8px;
  font-size: var(---btn-, 18px);
  font-style: normal;
  font-weight: 700;
}

.manage_input_wrap .btn_wrap.column .text_btn {
  margin-top: 0;
}

.manage_input_wrap .text_btn.underline {
  margin: 0;
}

.manage_input_wrap .max_960 {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.manage_input_wrap .box {
  gap: 8px;
}

.box.has_line {
  padding-top: 40px;
  position: relative;
}

.box.has_line::after {
  position: absolute;
  content: "";
  display: block;
  height: 5px;
  background-color: var(--grayscale150);
  width: calc(100% + 80px);
  top: 0px;
  left: -40px;
  right: 0px;
}

.box_wrap {
  background: white;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.08);
  padding: 40px;
  border-radius: 20px;
  gap: 40px;
  border: 1px solid var(--Gray-Scale-200, #efefef);
}

.img_alt_wrap {
  margin-top: 15px;
}

.img_alt_wrap input {
  margin-top: 10px;
  border: 1px dotted #ddd;
  border-radius: 12px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.manage_input_wrap .raBox input:checked + label {
  color: black;
}

.manage_input_wrap .row_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.manage_input_wrap .row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.manage_input_wrap .box_wrap .box.address_wrap .input_wrap {
  width: 100%;
}

.manage_input_wrap .box_wrap .box.address_wrap .flex {
  margin-bottom: 8px;
  align-items: center;
}

.manage_input_wrap .box_wrap .box.address_wrap .input_wrap:nth-child(3) {
  margin-top: 8px;
}

.manage_input_wrap .box_wrap .box.address_wrap .white_btn.type2 {
  flex-shrink: 0;
}

.manage_input_wrap .tag {
  margin: 0;
  padding: 8px 12px;
  font-weight: 700;
  font-size: 17px;
}

.manage_input_wrap .tag.type1 {
  font-weight: 800;
  color: #047c5d;
  background: var(--Primary-greenBG, #f0f7f4);
}

.manage_input_wrap .tag.type2 {
  font-weight: 800;
  color: #1d3d98;
  background: var(--Primary-greenBG, #f4f7ff);
}

.manage_input_wrap .tag.type3 {
  font-weight: 800;
  color: #d83503;
  background: var(--Primary-greenBG, #fffaf3);
}

.manage_input_wrap .tag.type4 {
  font-weight: 800;
  color: #2a2a2a;
  background: var(--Primary-greenBG, #f5f5f5);
  padding-top: 12px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 12px;
}

.manage_input_wrap .tag.type4 .bull_check {
  margin-right: 8px;
  width: 15px;
  height: 15px;
}

.manage_input_wrap .tag.type4 .bull_check::after {
  background-color: #2a2a2a;
}

.manage_input_wrap .btn_wrap.column.text_btn {
  margin-top: 0;
}

.box_wrap.has_top_gray {
  padding-top: 100px;
  position: relative;
}

.box_wrap.has_top_gray .p_tit {
  color: #111;
  padding: 20px;
  border-radius: 15px 15px 0 0;
  background: var(--grayscale150);
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
}

.sns_c_wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sns_c_wrap li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.sns_c_wrap li .white_btn {
  padding: 10px 18px;
}

.sns_c_wrap li span {
  padding-top: 7px;
  padding-bottom: 7px;
  color: var(--text-sub, #616161);
  display: inline-block;
  padding-left: 40px;
  text-align: center;
  font-size: var(---Body16, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: var(---style-, -1px);
}

.sns_c_wrap li .naver {
  background: url(../images/icon/sns_naver.svg) no-repeat left center/32px;
}

.sns_c_wrap li .kakao {
  background: url(../images/icon/sns_kakako.svg) no-repeat left center/32px;
}

.sns_c_wrap li .google {
  background: url(../images/icon/sns_google.png) no-repeat left center/32px;
}

/* 돌봄서비스 신청 */
.apply_wrap {
  background-color: #fffaf3;
}

.apply_wrap .max_960 {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.apply_wrap .column .flex .input_wrap {
  width: 100%;
}

.apply_wrap .chip_wrap {
  margin-top: 32px;
}

.box_table_wrap .tag.type4 {
  padding: 12px;
  white-space: nowrap;
  font-size: 16px;
}

.box_table_wrap .tag.type4 .bull_check {
  margin-right: 4px;
}

.box_table_wrap table .box_tit {
  position: relative;
  width: fit-content;
}

.box_table_wrap table .required {
  position: absolute;
  right: -12px;
  top: 0px;
}

/* 만족도 조사 */
.q_list_wrap {
  margin-bottom: 40px;
}

.q_list_wrap .q_row_wrap {
  margin-bottom: 20px;
}

.q_list_wrap .q_row_wrap .tit_wrap {
  border-top: 1px solid #111;
  background: var(--Gray-Scale-100, #f9fafb);
  padding: 20px;
  color: var(--text-default, #111);
  font-family: var(---family-, NanumSquareRound);
  font-size: var(---Body18, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: var(---style-, -1px);
}

.q_list_wrap .q_row_wrap .check_row_wrap {
  padding: 20px;
  border-bottom: 2px dashed var(--Gray-Scale-250, #e8e8e8);
}

.q_list_wrap .q_row_wrap .sub_tit {
  margin-bottom: 20px;
  color: #1d3d98;
  font-family: var(---family-, NanumSquareRound);
  font-size: var(---Body18, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: var(---style-, -1px);
}

.q_list_wrap .q_row_wrap .check_row_wrap:last-of-type {
  border-bottom: 1px solid var(--Gray-Scale-250, #e8e8e8);
}

.q_list_wrap .q_row_wrap .check_row_wrap .flex {
  gap: 12px;
}

.q_list_wrap .q_row_wrap .check_row_wrap .flex .input_wrap {
  width: calc(100% - 75px);
  flex-shrink: 0;
}

.check_row_wrap.type2 .q_txt {
  margin-bottom: 20px;
  color: #1d3d98;
  font-size: var(---Body18, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: var(---style-, -1px);
}

.db_satisfaction_list {
  display: flex;
  flex-direction: column;
}

.db_satisfaction_list li {
  display: flex;
  gap: 20px;
  padding: 20px;
  border-bottom: 1px dashed var(--Gray-Scale-250, #e8e8e8);
}

.db_satisfaction_list li:last-of-type {
  border-bottom: none;
}

.db_satisfaction_list li .q_wrap {
  color: #1d3d98;
  font-size: var(---Body18, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: var(---style-, -1px);
}

.db_satisfaction_list li .a_wrap {
  overflow: hidden;
  color: var(--text-default, #111);
  text-overflow: ellipsis;
  font-family: var(---family-, NanumSquareRound);
  font-size: var(---Body18, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: var(---style-, -1px);
}

/* pc */
@media screen and (min-width: 960px) {
  .bull_mark_list .bull_mark01 {
    font-size: 25px;
  }
  .bull_mark_list .bull_mark02 {
    font-size: 25px;
  }
  .bull_mark_list .bull_mark03 {
    font-size: 25px;
    white-space: nowrap;
  }
  .step_list_box_con {
    padding: 20px;
  }
  .page_tab_btn_area {
    max-width: 880px;
    width: 100%;
    justify-content: center;
    margin: 0 auto 40px;
  }
  .page_tab_btn_area a {
    font-size: 23px;
    padding: 20px;
  }
  .page_tab_con .page_tab_tit {
    font-size: 33px;
  }
  .page_tab_con .page_tab_tit span {
    font-size: 33px;
  }
  .page_tab_con .page_tab_tit span.color02 {
    font-size: 33px;
  }
  .page_tab_con.bg_type {
    padding: 28px;
  }
  .page_tab_box_wrap {
    margin-top: 58px;
  }
  .page_tab_box {
    margin-top: 0;
    width: 33.33%;
  }
  .page_tab_box_wrap {
    display: flex;
    gap: 20px;
  }
  .page_tab_box .page_tab_box_tit01, .page_tab_box .page_tab_box_tit01 span {
    font-size: 25px;
  }
  .page_tab_box .page_tab_box_tit02, .page_tab_box .page_tab_box_tit02 span {
    font-size: 25px;
  }
  .page_tab_box .page_tab_box_tit03, .page_tab_box .page_tab_box_tit03 span {
    font-size: 25px;
  }
  .page_tab_box .page_tab_box_tit01 {
    padding: 20px 55px 20px 20px;
    background: #1d3d98 url(../images/icon/icon_school.svg) no-repeat calc(100% - 20px) center/28px;
    letter-spacing: -1px;
  }
  .page_tab_box .page_tab_box_tit02 {
    padding: 20px 55px 20px 20px;
    background: #f25000 url(../images/icon/icon_carry.svg) no-repeat calc(100% - 20px) center/28px;
    letter-spacing: -1px;
  }
  .page_tab_box .page_tab_box_tit03 {
    padding: 20px 55px 20px 20px;
    background: #047c5d url(../images/icon/icon_house.svg) no-repeat calc(100% - 20px) center/28px;
    letter-spacing: -1px;
  }
  .page_tab_box {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .page_tab_box .page_tab_box_con {
    padding: 28px;
  }
  .page_tab_box .page_tab_box_con dl {
    margin-top: 40px;
  }
  .page_tab_box .page_tab_box_con dt {
    font-size: 19px;
  }
  .page_tab_box .page_tab_box_con dd {
    font-size: 19px;
  }
  .page_tab_box .page_tab_box_con dd.type02 {
    font-size: 17px;
    margin-top: 4px;
  }
  .page_tab_box .page_tab_box_con dd strong {
    font-size: 23px;
  }
  .flex_box {
    margin-bottom: 60px;
  }
  .flex_box .step_list_tit {
    font-size: 27px;
    width: 340px;
    padding-top: 0;
  }
  .flex_box .page_tab_con {
    width: calc(100% - 340px);
  }
  .step_list_tit {
    background: url("../images/icon/bull_step_list_tit.png") left 0px no-repeat;
    padding-left: 20px;
  }
  .step_list li dd {
    font-size: 23px;
  }
  .step_list li dt {
    font-size: 17px;
  }
  .step_list_ul li {
    font-size: 19px;
  }
  .step_list_box_wrap {
    display: flex;
    width: calc(100% - 340px);
    gap: 40px;
  }
  .step_list_box {
    flex-direction: column;
  }
  .step_list_box_tit {
    width: 100%;
    font-size: 19px;
    padding: 12px 0;
  }
  .step_list_box_tit span {
    color: inherit;
    font-size: inherit;
    margin-left: 4px;
  }
  .step_list_box_con {
    height: 100%;
  }
  .step_list_box_con ul li {
    font-size: 19px;
    padding-left: 24px;
  }
  .step_list_box_con ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    height: 100%;
  }
  .step_list_box_con ul li:after {
    width: 18px;
    height: 18px;
    font-size: 16px;
    line-height: 20px;
  }
  .step_list_box_con ul li .red {
    font-size: 19px;
  }
  .double_btn_wrap {
    max-width: 554px;
    margin: 20px auto 0;
    justify-content: center;
  }
  .double_btn_wrap a {
    font-size: 19px;
    padding-top: 16px;
    padding-bottom: 16px;
    background-size: 18px;
  }
  .double_btn_wrap a:first-of-type {
    width: 250px;
    background-position: calc(100% - 24px) center;
  }
  .double_btn_wrap a:last-of-type {
    width: 260px;
    background-position: calc(100% - 24px) center;
  }
  .double_btn_wrap a .bull_left_mark {
    width: 20px;
    height: 20px;
  }
  .double_btn_wrap a.type02 .bull_left_mark {
    width: 20px;
    height: 20px;
  }
  .double_btn_wrap a br {
    display: none;
  }
  .section_inner {
    max-width: 1520px;
    padding-right: 60px;
    padding-left: 60px;
    width: 100%;
    margin: 0 auto;
  }
  .bull_mark_wrap {
    width: 50%;
    padding: 60px;
  }
  .bull_mark_tit {
    margin-bottom: 12px;
  }
  .bull_mark_list {
    gap: 40px;
  }
  .section_wrap.bg1 {
    margin-bottom: 32px;
  }
  .section_wrap.bg3 .section_inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section_inner {
    display: flex;
    gap: 40px;
    justify-content: center;
  }
  .db_box_wrap {
    max-width: 600px;
    width: 100%;
    border-radius: 100px;
  }
  .db_box_wrap .db_box_tit {
    font-size: 33px;
  }
  .db_box_wrap.type02 .db_box_tit {
    font-size: 33px;
  }
  .db_box_wrap.type02 {
    margin-top: 0;
  }
  .db_box_wrap .db_box_txt {
    font-size: 25px;
    line-height: 1.4;
  }
  .db_box_wrap .db_box_txt span {
    font-size: 25px;
  }
  .db_box_wrap .db_box_txt {
    padding: 26px 15px !important;
  }
  .db_box_wrap.type01 .db_box_txt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .db_box_wrap .db_box_txt {
    height: 100%;
  }
  .textarea_wrap.small_type textarea {
    height: 80px;
  }
  .bull_mark_tit {
    font-size: 33px;
  }
  .manage_input_wrap .box_tit_wrap .chkBox br {
    display: none;
  }
  .db_map_tit {
    font-size: 33px;
  }
  .db_map_txt_box::before {
    z-index: 1;
    content: "";
    width: calc(100% - 40px);
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    right: 0px;
    border-top: 1px dashed #cabba6;
  }
}
/* 모바일 */
@media screen and (max-width: 1200px) {
  .db_step_wrap ul li .tit {
    font-size: 19px;
  }
  .db_step_wrap ul li .year_wrap .year_box .year {
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .db_step_wrap ul li .year_wrap .year_box .year_txt {
    font-size: 15px;
    line-height: 1.2;
  }
  .db_step_wrap ul li .year_wrap .year_box.after .year_txt {
    font-size: 15px;
    line-height: 1.2;
  }
  .db_step_wrap ul li .year_wrap {
    gap: 34px;
    margin-top: 8px;
  }
  .db_step_wrap ul li .year_wrap .year_box {
    padding: 48px 8px 12px;
  }
  .db_map_txt_box .db_step_box dd {
    font-size: 15px;
    margin-top: 2px;
  }
  .db_map_txt_box {
    padding: 0;
    gap: 20px;
  }
  .db_map_txt_box .db_step_box dt {
    font-size: 13px;
  }
}
@media screen and (max-width: 959px) {
  .sub_con {
    margin-top: 0;
  }
  .sub_top {
    padding-bottom: 20px;
  }
  .sub_wrap .inner .sub_top {
    background: none;
  }
  .sub_wrap.type2 .inner .sub_top {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .sub_top.bg0 {
    background: none;
  }
  .sub_to p.bg1 {
    background: #fffaf3 !important;
  }
  .sub_top.bg3 {
    background: none;
  }
  .sub_top.bg4 {
    background: transparent;
  }
  .sub_top.bg5 {
    background: none;
  }
  .sub_top.bg4.bg_trans {
    background: #fffaf3;
  }
  .select_wrap select option {
    font-size: 14px;
  }
  .box_table_wrap table th {
    padding: 10px;
    word-break: keep-all;
  }
  .box_table_wrap table col {
    display: none;
  }
  .box_table_wrap table tr:nth-child(3) td {
    width: 600px;
  }
  .box_table_wrap .tag.type4 {
    padding: 4px 8px;
  }
  .box_table_wrap table td {
    padding: 5px;
    word-break: keep-all;
  }
  .box_table_wrap table th .box_tit {
    font-size: 14px !important;
  }
  .box_table_wrap .required {
    position: absolute;
  }
  .box_table_wrap table td .box_tit {
    font-size: 14px !important;
  }
  .box_table_wrap .tag.type4 {
    white-space: normal;
    word-break: break-all;
  }
  .box_table_wrap .tag.type4 .bull_check {
    display: none;
  }
  .box_table_wrap,
  .box_table_wrap tbody,
  .box_table_wrap tr,
  .box_table_wrap th,
  .box_table_wrap td {
    display: block;
    text-align: center;
    width: 100% !important;
  }
  .box_table_wrap tr {
    border-bottom: solid 1px var(--grayscale250);
  }
  .box_table_wrap td {
    border-top: none;
    border-bottom: 0;
  }
  .box_table_wrap .tag.type4 {
    margin: 0 auto;
  }
  .box_table_wrap .box_tit {
    text-align: center;
  }
  .white_btn.type2.small {
    font-size: 14px !important;
    text-align: center;
    padding: 6px 4px !important;
  }
  .white_btn.type2.small .bull_check {
    display: none;
  }
  .sub_wrap .inner .sub_con .max_1520 {
    padding: 16px 16px 32px;
  }
  .sub_box_txt {
    font-size: 14px;
  }
  .max_960 {
    padding: 0px 16px;
  }
  .manage_input_wrap {
    padding-top: 12px;
    padding-bottom: 32px;
  }
  .box_wrap {
    padding: 20px;
  }
  .text_btn.underline {
    flex-shrink: 0;
    font-size: 13px;
  }
  .db_satisfaction_list li {
    flex-direction: column;
    padding: 12px 0;
    gap: 12px;
  }
  .db_satisfaction_list li .q_wrap {
    font-size: 14px;
  }
  .db_satisfaction_list li .a_wrap {
    font-size: 14px;
  }
  .check_row_wrap.type2 .q_txt {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .check_row_wrap .raBoxList {
    flex-direction: column;
    gap: 16px;
  }
  .raBox2 input + label {
    font-size: 14px;
    padding-left: 22px;
  }
  .raBox2 input + label::before {
    width: 16px;
    height: 16px;
  }
  .raBox2 input:checked + label::before {
    width: 18px;
    height: 18px;
    background-size: cover;
  }
  .map_select_box .box_con .select_wrap select {
    padding-right: 18px;
  }
  .gender_chip {
    font-size: 13px;
    padding: 4px 8px;
  }
  .sub_tit01 {
    font-size: 14px;
  }
  .sub_wrap .inner .sub_con .sub_inner {
    padding: 16px;
  }
  .type2 .sub_con {
    margin-top: 0px;
  }
  .sub_tit2 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .sub_tit2 {
    font-size: 19px;
  }
  .sub_tit2 .db_tit {
    font-size: 19px;
    margin-top: -8px;
    padding-right: 0;
    padding-left: 0;
  }
  .sub_tit2 .db_tit span {
    font-size: 19px;
  }
  .sub_tit2 .db_txt {
    font-size: 14px;
  }
  .btn_wrap.column {
    gap: 14px;
    margin-top: 14px;
  }
  .list_tit {
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 8px;
  }
  .q_list_wrap {
    margin-bottom: 20px;
  }
  .ra_wrap {
    gap: 15px;
    margin-top: 7px;
  }
  .db_manage_list.type2 ul li {
    padding: 16px;
  }
  .table_wrap + .btn_wrap {
    margin-top: 20px;
  }
  .db_manage_list .tit_wrap .name .title {
    font-size: 15px;
  }
  /* 돌봄종합정보 */
  .total_list_wrap {
    margin-bottom: 20px;
  }
  .total_list_wrap ul li {
    padding: 20px 20px 58px 20px;
    gap: 8px;
    position: relative;
  }
  .total_list_wrap ul li .tit_wrap strong {
    font-size: 19px;
  }
  .total_list_wrap ul li .txt_wrap {
    gap: 8px;
    margin-top: 16px;
  }
  .total_list_wrap ul li .txt_wrap dl dt {
    font-size: 14px;
    flex-shrink: 0;
  }
  .total_list_wrap ul li .txt_wrap dl dd {
    font-size: 14px;
  }
  .page_banner_area {
    padding: 20px;
    margin-bottom: 20px;
  }
  .page_banner_area strong {
    font-size: 17px;
  }
  .page_banner_area p {
    font-size: 13px;
    margin-top: 12px;
  }
  .page_banner_area::after {
    display: none;
  }
  .person_m_wrap {
    gap: 18px;
  }
  /* 돌봄신청 */
  .apply_wrap {
    padding-bottom: 32px;
  }
  .apply_wrap textarea {
    height: 110px;
  }
  .apply_wrap .warn_txt {
    margin-top: 12px;
  }
  .s_list_wrap li {
    padding: 18px;
  }
  .s_list_wrap li .name_wrap .name {
    font-size: 19px;
  }
  .s_list_wrap li .name_wrap .gender_chip {
    font-size: 13px;
    padding: 4px 8px;
  }
  .s_list_wrap li .info_wrap {
    flex-direction: column;
    gap: 8px;
    margin-top: 12px;
  }
  .s_list_wrap li .info_wrap dl dt {
    background-size: 14px !important;
    padding-left: 16px;
    font-size: 14px;
  }
  .s_list_wrap li .info_wrap dl dd {
    font-size: 14px;
  }
  .service_type_box {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .service_type_box strong {
    font-size: 17px;
  }
  .box .box_con .mob_column {
    flex-direction: column !important;
  }
  .box_wrap {
    gap: 20px;
  }
  .apply_wrap .chip_wrap {
    margin-top: 16px;
  }
  .fee_wrap .tit {
    font-size: 17px;
  }
  .fee_wrap p {
    font-size: 14px;
  }
  .fee_wrap ul li {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .fee_wrap ul li span {
    font-size: 14px;
    background-size: 14px !important;
    padding-left: 18px;
  }
  .fee_wrap ul li .fee {
    font-size: 17px;
  }
  .fee_wrap ul {
    gap: 12px;
  }
  .page_tab_btn_area.type2 {
    margin-top: 0px;
  }
  .page_tab_btn_area.type2 a {
    white-space: nowrap;
  }
  .page_tab_con.bg_type::after {
    width: 70px;
    height: 70px;
  }
  .page_tab_con.bg_type::before {
    width: 70px;
    height: 70px;
  }
  .sub_wrap.type2 .inner {
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 0;
  }
  .sub_wrap .inner .sub_con .terms_box_wrap {
    margin-top: 0;
  }
  .sub_wrap .inner .sub_con .terms_box_wrap {
    padding: 20px;
  }
  .sub_wrap .inner .sub_top .sub_tit {
    font-size: 29px;
  }
  .sub_wrap.type2 .inner {
    padding-bottom: 32px;
  }
  .photo_wrap ul {
    gap: 12px;
    padding-bottom: 12px;
  }
  .photo_wrap ul li {
    width: 160px;
    min-width: unset;
    height: 172px;
  }
  .text_box_wrap {
    margin-bottom: 32px;
  }
  .text_box_wrap .color_wrap {
    font-size: 14px;
    padding: 12px;
    margin-top: 12px;
  }
  .btn_search_detail {
    font-size: 13px;
    padding: 16px 0 16px 18px;
    background-size: 14px auto;
    width: 60px;
    background-position: 0 16px;
  }
  .div_table_list {
    display: block;
    padding: 16px;
  }
  .div_table_list .right_list_area {
    margin-top: 12px;
    justify-content: center;
    gap: 12px;
  }
  .div_table_list .right_list_area > div {
    width: 100%;
    padding: 8px 12px;
    border-radius: 12px;
  }
  .div_table_list .div_wrap dl dt {
    font-size: 14px;
  }
  .div_table_list .div_wrap dl dd {
    font-size: 14px;
  }
  .div_table_list .div_wrap dl dd strong {
    font-size: 14px;
  }
  .div_table_list .right_list_area > div dt {
    font-size: 14px;
  }
  .div_table_list .right_list_area > div dd {
    font-size: 15px;
    margin-top: 4px;
  }
  .div_table_list .right_list_area > div dd strong {
    font-size: 15px;
  }
  .search_area + .search_area2 {
    margin-top: 4px;
  }
  .search_area2 {
    padding: 12px;
    padding-bottom: 45px;
    border-radius: 12px;
    gap: 0;
  }
  .search_area2 > div {
    gap: 5px;
  }
  .search_area2 > div .search_reset {
    position: absolute;
    left: 12px;
    bottom: 16px;
    font-size: 13px;
    background-size: 12px auto;
    padding-left: 15px;
  }
  .search_area2 .btn_search {
    position: absolute;
    right: 12px;
    bottom: 12px;
    font-size: 15px;
    padding: 4px 20px;
    padding-left: 30px;
    background-position: 10px center;
  }
  .search_area2 > div strong {
    font-size: 14px;
    padding-right: 0;
    width: 28px;
    font-size: 13px;
  }
  .bullet_box_wrap {
    padding: 12px;
  }
  .bullet_box_wrap p {
    font-size: 15px;
    margin-bottom: 12px;
    padding: 0 30px;
  }
  .bullet_box_list {
    gap: 12px;
    flex-wrap: wrap;
  }
  .bullet_box_list > div {
    width: calc(50% - 6px);
    flex: inherit;
  }
  .bullet_box_list > div dt {
    font-size: 13px;
    padding-bottom: 2px;
  }
  .bullet_box_list > div dd {
    font-size: 15px;
  }
  .bullet_box_list > div dd span {
    font-size: 21px;
  }
  .search_area2 + .bullet_box_wrap {
    margin-top: 20px;
    margin-bottom: 14px;
  }
  .box_tit_wrap .raBox_wrap {
    gap: 16px;
  }
  /* 만족도 조사 */
  .q_list_wrap .q_row_wrap .tit_wrap {
    padding: 12px;
    font-size: 14px;
  }
  .q_list_wrap .q_row_wrap .check_row_wrap {
    padding: 12px;
  }
  .q_list_wrap .q_row_wrap .check_row_wrap .sub_tit {
    font-size: 14px;
  }
  .sub_wrap .inner .sub_con .terms_box .tems_tit {
    font-size: 13px;
  }
  .sub_wrap .inner .sub_con .terms_box .tems_common {
    font-size: 13px;
  }
  .flex_box {
    flex-direction: column;
  }
  .tb01 th {
    font-size: 13px;
  }
  .tb01 td {
    font-size: 13px;
  }
  .chip_wrap ul li .name {
    font-size: 14px;
    max-width: 80px;
  }
  .chip_wrap ul li .kb {
    margin-left: 2px;
    font-size: 14px;
  }
  .chip_wrap ul {
    margin-top: 12px;
  }
  .login_wrap .input_tit_wrap {
    font-size: 14px;
  }
  .login_wrap .guide_txt {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .manage_input_wrap .max_960 {
    gap: 20px;
  }
  .warn_txt {
    font-size: 13px;
    background-size: 14px;
    background-position: left top;
    padding-left: 18px;
  }
  .warn_txt.bg_type {
    padding: 12px 12px 12px 20px;
    background-position: 4px 10px;
    background-size: 14px;
  }
  .box.has_line {
    padding-top: 20px;
  }
  /* 돌봄서비스 관리 */
  .list_top_wrap {
    display: none;
  }
  .stage_tag {
    font-size: 13px;
    padding: 4px 8px;
  }
  .db_manage_list ul li a {
    padding: 16px 16px 90px;
  }
  .db_manage_list .tit_wrap .name {
    font-size: 19px;
  }
  .db_manage_list.type3 ul li a {
    padding: 16px;
  }
  .db_manage_list {
    margin-bottom: 20px;
  }
  .dl_wrap {
    gap: 12px;
    margin-top: 12px;
  }
  .dl_wrap dl {
    width: 100%;
    gap: 12px;
  }
  .dl_wrap dl dt {
    font-size: 14px;
    min-width: 70px;
    padding-left: 16px;
    background-position: left top !important;
    background-size: 14px !important;
  }
  .dl_wrap dl dd {
    font-size: 14px;
  }
  .db_manage_list.type2 .dl_wrap dl {
    gap: 12px;
  }
  .db_manage_list.type2 .dl_wrap dl {
    width: 100%;
    gap: 8px;
  }
  .db_manage_list.type2 .dl_wrap dl dt {
    min-width: unset;
  }
  .db_manage_list.type4 .dl_wrap dl {
    width: 100%;
  }
  .db_manage_list.type4 ul li a {
    padding: 16px;
  }
  .money_wrap {
    padding: 12px 30px;
    width: calc(100% - 32px);
    left: 16px;
    right: 16px;
    align-items: center;
    gap: 8px;
  }
  .money_wrap .tit {
    font-size: 14px;
    flex-shrink: 0;
  }
  .money_wrap .amount {
    font-size: 19px;
    flex-shrink: 0;
  }
  .money_wrap .select_wrap select {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* 아동사전등록관리 리스트 */
  .manage_list ul li a .info_con {
    flex-direction: column;
  }
  .manage_list ul li a {
    padding: 12px 8px;
  }
  .manage_list ul li a .tit {
    margin-bottom: 12px;
  }
  .manage_list ul li a .tit .info1 .name {
    font-size: 19px;
  }
  .manage_list ul li a .tit .info1 .gender {
    font-size: 14px;
    padding: 4px 8px;
  }
  .manage_list ul li a dl dt.tel span {
    display: block;
    font-size: inherit;
    color: inherit;
  }
  .manage_list .tag {
    font-size: 14px;
  }
  .manage_list ul li a .info_con {
    gap: 12px;
  }
  .manage_list {
    margin-bottom: 20px;
  }
  .manage_list ul li a .info_con dl {
    gap: 8px;
  }
  .manage_list ul li a .info_con dl dt {
    font-size: 14px;
    min-width: 71px;
    background-size: 13px !important;
    background-position: left top !important;
    padding-left: 17px;
  }
  .manage_list ul li a .info_con dl dd {
    font-size: 14px;
  }
  .manage_list_wrap .top p {
    font-size: 14px;
  }
  .manage_list_wrap .top em {
    font-size: 14px;
  }
  .manage_input_wrap .box_wrap {
    gap: 20px;
  }
  .manage_input_wrap .text_btn {
    font-size: 15px;
  }
  .manage_input_wrap .tag.type4 {
    font-size: 13px;
  }
  .manage_input_wrap .tag.type4 .bull_check {
    width: 12px;
    height: 12px;
  }
  .manage_input_wrap .row_wrap {
    gap: 10px;
  }
  .manage_input_wrap .tag.type1 {
    font-size: 13px;
  }
  .manage_input_wrap .tag.type2 {
    font-size: 13px;
  }
  .manage_input_wrap .tag.type3 {
    font-size: 13px;
  }
  .manage_input_wrap .tag.type4 {
    font-size: 13px;
  }
  .manage_input_wrap .tag.type4 .bull_check {
    vertical-align: middle;
  }
  .raBox input + label:after {
    left: 0px;
  }
  .white_btn .bull_check {
    width: 12px;
    height: 12px;
    vertical-align: -1px;
  }
  .primary_btn.type1 .bull_check {
    width: 12px;
    height: 12px;
  }
  .white_btn.type2:has(.bull_check) {
    padding-left: 14px;
  }
  /* 돌봄신청 */
  .apply_wrap {
    padding-top: 12px;
  }
  .apply_wrap .top_area h3 {
    font-size: 16px;
  }
  .apply_wrap .top_area p {
    font-size: 14px;
  }
  .red_box {
    padding: 12px;
  }
  .red_box .tit {
    font-size: 13px;
  }
  .red_box .txt {
    font-size: 14px;
    word-break: keep-all;
  }
  /* 개인정보관리 */
  .box.sns_type .sns_type_wrap {
    flex-direction: column;
    align-items: flex-end;
  }
  .agree_wrap {
    margin-bottom: 32px;
  }
  .agree_wrap .agree_line .txt {
    font-size: 14px;
  }
  .box.sns_type .sns_type_wrap li span {
    font-size: 13px !important;
  }
  .box_wrap.has_top_gray {
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .box_wrap.has_top_gray .p_tit {
    padding: 12px;
    font-size: 14px;
  }
  .sns_c_wrap li span {
    font-size: 14px;
    background-size: 24px !important;
    padding-left: 28px !important;
  }
  .raBox_wrap {
    gap: 0px 8px;
  }
  .num_type_row .txt {
    font-size: 14px;
  }
  .bank_row_wrap {
    flex-wrap: wrap;
  }
  .bank_row_wrap .select_wrap {
    width: 100%;
  }
  .bank_row_wrap .input_wrap:nth-child(2) {
    width: calc(100% - 90px);
  }
  .bank_row_wrap .input_wrap:nth-child(3) {
    width: 80px;
  }
  .address_row_wrap .input_wrap:first-child {
    width: 65px;
  }
  /* 아코디언 */
  .accordion_wrap {
    margin-bottom: 20px;
  }
  .accordion_wrap ul li .q_wrap {
    padding: 12px;
  }
  .accordion_wrap ul li .qna_tag {
    font-size: 13px;
  }
  .accordion_wrap ul li .q_wrap strong {
    font-size: 14px;
  }
  .accordion_wrap ul li .qna_tag::after {
    top: 2px;
  }
  .accordion_wrap ul li .a_wrap {
    padding-right: 12px;
    padding-left: 12px;
  }
  .accordion_wrap ul li .a_wrap .a_content {
    padding: 12px;
    font-size: 14px;
    padding-left: 60px;
  }
  .accordion_wrap ul li .a_wrap .qna_tag {
    top: 12px;
    left: 12px;
  }
  .accordion_wrap ul li .q_wrap::after {
    width: 14px;
    height: 12px;
    right: 12px;
    top: 12px;
    background-size: cover;
  }
  /* join */
  .page_tab_box .page_tab_box_tit01 {
    background: #1d3d98 url(../images/icon/icon_school.svg) no-repeat calc(100% - 10px) center/14px;
  }
  .page_tab_box .page_tab_box_tit02 {
    background: #f25000 url(../images/icon/icon_carry.svg) no-repeat calc(100% - 10px) center/14px;
  }
  .page_tab_box .page_tab_box_tit03 {
    background: #047c5d url(../images/icon/icon_house.svg) no-repeat calc(100% - 10px) center/14px;
  }
  .step_list_box_tit {
    flex-direction: column;
  }
  .step_list_box_tit span {
    color: inherit;
    font-size: inherit;
  }
  .step_list_box_con ul li .red {
    font-size: 14px;
  }
  .double_btn_wrap a span {
    font-size: inherit;
    color: inherit;
  }
  .map_box {
    width: 100%;
    height: auto;
  }
  .map_list_wrap {
    flex-direction: column;
  }
  .list_box_wrap > a dd {
    width: calc(100% - 40px);
  }
  .map_wrap {
    width: 100%;
  }
  .map_list_wrap .list_wrap {
    width: 100%;
  }
  .map_select_box .box_wrap {
    padding: 14px;
  }
  .chip_wrap {
    gap: 4px;
    margin-top: 4px;
  }
  .box .box_tit {
    font-size: 15px;
  }
  .box .sub_box_tit {
    color: var(--Gray-Scale-600, #777676);
    font-size: var(---Body18, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: var(---style-, -1px);
  }
  .box .box_tit .required {
    font-size: 13px;
  }
  .sub_wrap .select_wrap select {
    padding: 12px 8px;
    font-size: 14px;
  }
  .select_wrap::after {
    right: 10px;
  }
  .chip_wrap li > div:not(.img_alt_wrap) {
    font-size: 14px;
    padding: 6.5px 8px;
  }
  .chip_wrap li a {
    width: 16px;
    height: 16px;
    background-size: 12px;
    padding-left: 6px;
  }
  .chip_wrap li .name {
    font-size: 14px;
  }
  .row_wrap:has(.box) {
    flex-direction: column;
  }
  .row_wrap .input_wrap {
    width: calc(100% - 100px);
  }
  input::placeholder {
    font-size: 14px;
  }
  .map_list_wrap {
    margin-top: 24px;
  }
  .map_select_box .box_con .flex .select_wrap {
    width: 100px;
  }
  .map_select_box .box_con .flex .input_wrap {
    width: calc(100% - 100px);
  }
  .map_select_box .box_con .flex .input_wrap input {
    font-size: 14px;
  }
  .map_select_box .btn_wrap {
    align-items: center;
    gap: 6px;
  }
  .map_select_box .btn_wrap a.white_btn {
    width: 80px;
    padding: 12px;
    text-align: center;
    line-height: 100%;
    font-size: 16px;
  }
  .map_select_box .btn_wrap a.primary_btn {
    font-size: 16px;
    width: 272px;
    padding: 12px;
  }
  .map_list_wrap {
    gap: 24px;
  }
  .map_list_wrap .map_wrap {
    height: 340px;
  }
  .list_box_wrap > a dt {
    font-size: 16px;
  }
  .list_box_wrap > a dd {
    font-size: 14px;
  }
  .list_box_wrap > a dd span {
    font-size: inherit;
  }
  .list_box_wrap .bull_round {
    font-size: 13px;
  }
  .list_box_wrap > a {
    padding: 12px;
  }
  .list_box_wrap .bull_round {
    word-break: keep-all;
  }
  .list_box_wrap {
    min-height: unset;
  }
  .paging_wrap {
    margin-top: 24px;
    margin-bottom: 16px;
  }
  .paging_wrap a {
    width: 28px;
    height: 28px;
    font-size: 13px;
  }
  .paging_wrap .prev:first-child {
    width: 34px;
    background-size: 12px;
  }
  .paging_wrap .next:last-child {
    width: 34px;
    background-size: 12px;
  }
  .no_data_wrap p {
    font-size: 17px;
    background-size: 20px;
  }
  .no_data_wrap {
    height: 120px;
  }
  .section_inner {
    padding-right: 16px;
    padding-left: 16px;
  }
  .db_step_wrap ul {
    flex-direction: column;
  }
  .db_step_wrap ul li {
    width: 100%;
  }
  .info_txt {
    font-size: 14px;
    padding-left: 14px;
    margin-top: 14px;
  }
  .info_txt::after {
    width: 13px;
    height: 13px;
  }
  .db_step_wrap ul li .year_wrap .year_box {
    min-height: unset;
  }
  .db_map_txt_box {
    flex-direction: column;
  }
  .db_map_txt_box > div {
    width: 100%;
  }
  .db_step_wrap ul {
    gap: 30px;
  }
  .db_step_wrap ul li .year_wrap .year_box.before::after {
    right: -28px;
  }
  .db_map_txt_box .db_step_box .db_step_round {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
  .db_step_wrap ul li .year_wrap .year_box.after .year_txt {
    font-size: 15px;
    line-height: 1.2;
  }
  .btn_area a.color_btn {
    font-size: 15px;
    max-width: 358px;
    justify-content: center;
  }
  .btn_area a.color_btn::after {
    right: 48px;
    background-size: cover;
  }
  .section_wrap.bg3 {
    padding-bottom: 20px;
  }
  .db_map_txt_box::before {
    z-index: 1;
    content: "";
    width: 1px;
    height: 140px;
    position: absolute;
    top: 45px;
    left: 50%;
    border-left: 1px dashed #cabba6;
  }
  /* login */
  .login_wrap .login_inner {
    padding: 32px 40px;
  }
  .login_wrap .raBox input + label {
    font-size: 14px;
  }
  .login_wrap .input_field {
    margin-top: 20px;
  }
  .login_wrap .raBox {
    margin-top: 8px;
  }
  .login_wrap .btn_wrap2 {
    margin-top: 20px;
  }
  .text_btn_wrap {
    gap: 16px;
  }
  .text_btn_wrap a:last-of-type::after {
    left: -8px;
  }
  .login_wrap .sns_wrap {
    margin-top: 40px;
  }
  .login_wrap .sns_wrap ul {
    gap: 20px;
    margin-top: 12px;
  }
  .login_wrap .tab_wrap ul li a {
    font-size: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .login_wrap .sns_wrap ul li a {
    padding-top: 44px;
    width: 42px;
    background-size: 40px !important;
  }
  .login_wrap .login_inner.tab_ver {
    padding-top: 76px;
  }
  .login_wrap .input_field {
    gap: 8px;
  }
  .login_wrap .sub_tit3 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .login_wrap h3 {
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -1px;
    margin-bottom: 20px;
  }
  .login_wrap .btn_wrap2 {
    gap: 14px;
  }
  .id_result_wrap {
    font-size: 14px;
  }
  .id_result_wrap strong {
    font-size: 19px;
  }
  /* join */
  .htype02 + .scroll_box_btn {
    margin-bottom: 20px;
  }
  .scroll_box_btn {
    margin-top: 2px;
  }
  .join_wrap .join_inner {
    padding: 20px;
  }
  .join_wrap .join_tit {
    font-size: 16px;
  }
  .sub_tit01 {
    margin-top: 0;
  }
  .join_wrap .tems_tit {
    font-size: 14px;
  }
  .join_wrap .tems_common {
    font-size: 14px;
  }
  .scroll_box_wrap.htype02 {
    height: 348px;
  }
  .scroll_box_wrap {
    padding: 12px;
  }
  .scroll_box_wrap.htype03 {
    max-height: 288px;
  }
  .join_wrap .btn_wrap {
    margin-top: 32px;
    gap: 14px;
  }
  .join_wrap .required_txt {
    font-size: 14px;
  }
  .primary_btn.type1 {
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1.1;
  }
  .white_btn.type1 {
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1.1;
  }
  .join_wrap .join_inner .box_wrap {
    gap: 20px;
  }
  .agree_wrap {
    gap: 20px;
    padding: 20px;
  }
  .agree_wrap .agree_line .tit {
    font-size: 14px;
  }
  .join_result_wrap .guide_txt {
    font-size: 14px;
  }
  .join_result_wrap .guide_txt span {
    font-size: 15px;
  }
  .join_result_wrap em {
    font-size: 14px;
  }
  .join_result_wrap {
    gap: 20px;
  }
  .join_result_wrap .btn_wrap2 {
    gap: 14px;
  }
  .join_result_wrap .btn_wrap2 .main_btn {
    font-size: 14px;
  }
  /* board */
  .board_wrap .input_wrap {
    height: 40px;
  }
  .board_wrap .select_wrap select {
    height: 100%;
  }
  .search_area {
    margin-bottom: 20px;
    padding: 14px;
  }
  .search_area .icon_search {
    width: 18px;
    height: 18px;
    right: 12px;
  }
  .search_area .icon_search::after {
    width: 18px;
    height: 18px;
    -webkit-mask-size: 18px;
  }
  .board_list {
    margin-bottom: 20px;
  }
  .board_list .list_head {
    display: none;
  }
  .board_top .total_page_wrap {
    display: none;
  }
  .board_list .list_item li:first-of-type {
    border-top: 1px solid #111;
  }
  .board_list .list_item li .subject a {
    font-size: 16px;
  }
  .board_list .list_item li {
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: left;
    gap: 6px;
    line-height: 1;
  }
  .board_list .list_item li .num {
    width: auto;
    font-size: 13px;
  }
  .board_list .list_item li .subject {
    width: 100%;
    max-width: unset;
  }
  .board_list .list_item li .date {
    font-size: 14px;
    width: auto;
  }
  .board_list .list_item li .view {
    font-size: 14px;
    width: auto;
    padding-left: 18px;
    position: relative;
  }
  .board_list .list_item li .view::before {
    content: "";
    width: 1px;
    height: 12px;
    background: var(--grayscale250);
    position: absolute;
    left: 6px;
    top: 45%;
    transform: translateY(-50%);
  }
  .tag {
    font-size: 13px;
  }
  .board_wrap .register_btn {
    margin-left: auto;
    padding: 6px 12px 6px 26px;
    font-size: 12px;
  }
  /* 돌봄상담 상세 */
  .answer_wrap .answer_detail {
    padding: 16px 8px;
    font-size: 15px;
    line-height: 1.2;
  }
  .answer_wrap .answer_top {
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  /* 돌봄상담 */
  .db_sd_wrap .col_title {
    display: none;
  }
  .db_sd_wrap .col_content {
    width: 100% !important;
  }
  .db_sd_wrap .guide_box {
    padding: 116px 20px 20px;
    background-size: 80px;
    background-position: center 20px;
    margin-bottom: 20px;
  }
  .guide_box p {
    font-size: 15px;
    line-height: 1.3;
  }
  .guide_box ul {
    margin-top: 12px;
  }
  .guide_box ul li {
    font-size: 14px;
    line-height: 1.5;
    padding-left: 12px;
  }
  .guide_box ul li::before {
    width: 2px;
    height: 2px;
    top: 9px;
    left: 4px;
  }
  .db_sd_wrap .btn_wrap {
    margin-top: 20px;
    margin-bottom: 16px;
  }
  .db_sd_wrap .register_btn {
    font-size: 15px;
    padding: 10px 20px 10px 40px;
  }
  .db_sd_wrap .list_btn {
    font-size: 15px;
    padding: 10px 20px 10px 40px;
  }
  .btn_white_box_wrap {
    padding: 20px;
  }
  .btn_white_box_wrap .btn_green {
    font-size: 17px;
    gap: 6px;
    padding: 12px 47px;
  }
  .btn_white_box_wrap .btn_green .bull_play {
    width: 14px;
    height: 14px;
  }
  .textarea_wrap textarea {
    height: 60px;
  }
  .btn_white_box_wrap .inner strong {
    font-size: 19px;
  }
  .btn_white_box_wrap .inner .info {
    font-size: 15px;
  }
  .btn_wrap.column {
    margin-top: 0;
  }
  /* 상세 */
  .detail_top strong {
    font-size: 19px;
  }
  .detail_wrap .detail_top {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .detail_wrap .info_wrap ul li::after {
    top: 50%;
  }
  .detail_wrap .info_wrap ul li {
    font-size: 14px;
  }
  .detail_wrap .detail_content {
    padding: 16px;
    line-height: 1.2;
    font-size: 15px;
  }
  .file_bottom_wrap {
    padding: 12px 8px;
  }
  .file_bottom_wrap dl {
    gap: 12px;
  }
  .file_bottom_wrap dl dt {
    font-size: 14px;
    padding-left: 18px;
  }
  .file_bottom_wrap dl dd {
    font-size: 14px;
  }
  .file_bottom_wrap dl dd a {
    font-size: 14px;
  }
  .file_bottom_wrap dl dt::before {
    width: 13px;
    height: 13px;
    top: 2px;
  }
  /* error */
  .error_wrap {
    gap: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .error_wrap h1 {
    width: 120px;
    height: 40px;
  }
  .error_wrap h1 img {
    width: 120px;
    height: 40px;
  }
  .error_wrap .error_txt {
    font-size: 17px;
  }
  .error_wrap .btn_wrap .primary_btn {
    width: 109px;
    font-size: 15px;
    height: 40px;
  }
  .error_wrap .btn_wrap .white_btn {
    width: 110px;
    font-size: 15px;
    padding-left: 42px;
    height: 40px;
    padding: 10px 20px 10px 28px;
  }
  .error_wrap .btn_wrap .white_btn::after {
    width: 14px;
    height: 14px;
    left: 12px;
    transform: rotate(180deg) translateY(61%);
  }
}
.sub_con:has(.map_list_wrap) .map_select_box .box_wrap {
  box-shadow: none;
}

/**
* service information renewal 250916
 */
.renewal.page_tab_con.bg_type {
  padding: 0;
  background: none;
  border: none;
}

.renewal.page_tab_con.bg_type:before,
.renewal.page_tab_con.bg_type:after {
  display: none;
}

.flex_box.renewal {
  display: block;
}

@media screen and (max-width: 1200px) {
  .renewal.page_tab_con.bg_type {
  }

  .renewal.page_tab_con.bg_type img {
    width: 100%;
    height: auto;
  }

  .flex_box.renewal {
    img {
      width: 100%;
      height: auto;
    }
  }
}

/* 가족돌봄수당활동내역 */
.sub_wrap.type2.max_1380 .inner{max-width:1380px;}

.medium{font-weight:500;}
.txt_orange1{color:var(--color_point1);}
.txt_orange2{color:#e78200;}

.join_wrap .join_tit.fs20{color:#000;font-size: 20px;font-weight:bold;line-height:150%;}
.join_wrap .join_tit.fs20 > div{color:#000;font-size: 20px;margin:0 0 10px;}

.join_wrap .join_inner.type2{border:0;box-shadow:none;padding:0;background-color:transparent;}
.join_wrap .join_inner.type2 .box_wrap{padding-left:105px;padding-right:105px;padding-bottom:80px;}
.join_wrap .join_inner.type2 .box_wrap .tems_tit.type2{margin:-40px -105px 0 -105px;padding:25px 40px;border-bottom:1px solid #e8e8e8;}
.join_wrap .join_inner .box_wrap .box .input_wrap.hasTime{position:relative;}
.join_wrap .join_inner .box_wrap .box .input_wrap.hasTime input{padding-right:80px;}
.join_wrap .join_inner .box_wrap .box .input_wrap.hasTime .time{position:absolute;top:calc(50% - 10px);right:22px;color:#7f7f7f;font-size:17px;}

.box_wrap.gap0{gap:0;}

.btn_wrap.flex2{display:block;align-items:normal;text-align:center;}
.btn_wrap.flex2 .flx + .flx{margin-left:17px;}
.btn_wrap.flex2 .flx{display:inline-block;-webkit-flex:1;flex:1;}
.btn_wrap.flex2 .flx.maxw200{min-width:200px;}

.white_btn.orange_line{border-color:#d83503;color:#d83503;padding:0 25px;white-space:nowrap;width:auto;line-height:44px;height:46px;}
.white_btn.orange_line > span{display:inline-block;color:#d83503;font-size:16px;vertical-align:top;}
.white_btn.orange_line > span.arr{background:url(../images/icon/ico_btn_orange_arr1.png) 0 50% no-repeat;background-size:14px auto;padding-left:22px;}

.flex.aic{align-items:center;}

.info1_wrap{border:3px solid #d83503;border-radius:15px;font-weight:bold;margin:0 0 40px;padding:40px 20px;text-align:center;}
.info1_wrap .txt{font-size:26px;color:#000;}
.info1_wrap .txt > span{font-size:26px;}
.info1_wrap .txt2{font-size:22px;color:#000;margin-top:10px;}
.info1_wrap .txt2 > span{font-size:22px;}

.tit_wrap{color:#000;font-size:22px;font-weight:bold;padding:0 0 20px 10px;}

.info2_wrap + .tit_wrap{margin-top:40px;}
.info2_wrap{background-color:#f8f8f8;border-radius:15px;padding:33px 57px;}
.info2_wrap li + li{margin-top:6px;}
.info2_wrap li{position:relative;color:#000;font-size:16px;line-height:150%;padding:0 0 0 9px;}
.info2_wrap li:before{content:"";position:absolute;top:11px;left:0;border-radius:50%;background-color:#000;width:3px;height:3px;}

.board_list.type2 .list_head{align-items:center;padding-top:15px;padding-bottom:15px;}
.board_list.type2 .list_head > div{color:#000;font-size:16px;font-weight:bold;}
.board_list.type2 .list_head .num{width:70px;}
.board_list.type2 .list_head .num.w165{width:165px;}
.board_list.type2 .list_head .flx{-webkit-flex:1;flex:1;}
.board_list.type2 .list_head .wid1{width:7%;}
.board_list.type2 .list_head .wid2{width:9%;}
.board_list.type2 .list_head .wid4{width:10%;}
.board_list.type2 .list_item li{padding:0;height:69px;}
.board_list.type2 .list_item li > div{padding:0 5px;}
.board_list.type2 .list_item li .num{border-left:0;text-align:center;width:70px;}
.board_list.type2 .list_item li .num.w165{width:165px;}
.board_list.type2 .list_item li .flx{-webkit-flex:1;flex:1;}
.board_list.type2 .list_item li .wid1{width:7%;}
.board_list.type2 .list_item li .wid2{width:9%;}
.board_list.type2 .list_item li .wid4{width:10%;}

.board_list.type2.h59 .list_item li{height:59px;}

@media screen and (max-width: 959px){
    .join_wrap .join_tit.fs20,
    .join_wrap .join_tit.fs20 > div{font-size:16px;}
    .join_wrap .join_tit.fs20 > div{margin-bottom:5px;}

    .join_wrap .join_inner.type2 .box_wrap{padding-left:20px;padding-right:20px;padding-bottom:20px;}
    .join_wrap .join_inner.type2 .box_wrap .tems_tit.type2{margin:-20px -20px 0 -20px;padding:15px 20px;}

    .btn_wrap.flex2 .flx.maxw200{min-width:100px;}
    .btn_wrap.flex2 .flx + .flx{margin-left:7px;}
    .btn_wrap.flex2 .primary_btn,
    .btn_wrap.flex2 .white_btn{padding:10px 20px;font-size:14px;}

    .white_btn.orange_line{padding:0 10px;line-height:34px;height:36px;}
    .white_btn.orange_line > span.arr{background-size:10px auto;font-size:13px;padding-left:16px;}

    .join_wrap .join_inner .box_wrap .box .input_wrap.hasTime input{padding-right:55px;}
    .join_wrap .join_inner .box_wrap .box .input_wrap.hasTime .time{top:calc(50% - 7px);right:10px;font-size:12px;}

    .info1_wrap{border-width:2px;border-radius:10px;margin-bottom:20px;padding:20px 15px;}
    .info1_wrap .txt,
    .info1_wrap .txt > span{font-size:20px;word-break:keep-all;}
    .info1_wrap .txt2,
    .info1_wrap .txt2 > span{font-size:16px;word-break:keep-all;}

    .tit_wrap{font-size:18px;padding:0 0 10px 5px;}

    .info2_wrap + .tit_wrap{margin-top:20px;}
    .info2_wrap{border-radius:10px;padding:20px 15px;}
    .info2_wrap li + li{margin-top:3px;}
    .info2_wrap li{font-size:14px;padding:0 0 0 8px;}
    .info2_wrap li:before{top:8px;width:2px;height:2px;}

    .board_list.type2.h59 .list_item li,
    .board_list.type2 .list_item li{display:block;padding:15px 0;height:auto;}
    .board_list.type2 .list_item li .screenOut{overflow: visible;display: inline;border: initial;position: relative;z-index: auto;width: auto;height: auto;clip: auto;clip-path: none;font-weight:500;padding:0 15px 0 0;}
    .board_list.type2 .list_item li .screenOut:after{content:":";position:absolute;top:0;right:5px;font-size:14px;}
    .board_list.type2 .list_item li > div{position:relative;padding:0;padding:0 0 0 10px;}
    .board_list.type2 .list_item li > div:before{content:"";position:absolute;top:6px;left:1px;background-color:#000;border-radius:50%;width:3px;height:3px;}
    .board_list.type2 .list_item li > div + div{margin-top:8px;}
    .board_list.type2 .list_item li .num{display:none;}
    .board_list.type2 .list_item li .flx{display:block;}
    .board_list.type2 .list_item li .wid1,
    .board_list.type2 .list_item li .wid2,
    .board_list.type2 .list_item li .wid4{width:auto;}
    .board_list.type2 .list_item li .screenOut,
    .board_list.type2 .list_item li .tx{font-size:15px;}
}