@import url("../css/sub2.css");

#contents {padding-bottom: 120px; margin-top: 160px;}

/* 서브비주얼 */
.sub_visual {position: relative; height: 320px; background-image: url(../images/bg_sub01.jpg); background-position: center center; background-repeat: no-repeat; background-size: cover; display: flex; justify-content: center; align-items: center;}
.sub_visual::before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.2);}

.sub_visual.visual01 {background-image: url(../images/bg_sub01.jpg);}
.sub_visual.visual02 {background-image: url(../images/bg_sub02.jpg);}
.sub_visual.visual03 {background-image: url(../images/bg_sub03.jpg);}
.sub_visual.visual04 {background-image: url(../images/bg_sub04.png);}
.sub_visual.visual05 {background-image: url(../images/bg_sub05.png);}
.sub_visual.visual06 {background-image: url(../images/bg_sub06.jpg);}
.sub_visual.visual07 {background-image: url(../images/bg_sub07.jpg);}
.sub_visual.visual08 {background-image: url(../images/bg_sub08.png);}
.sub_visual.visual09 {background-image: url(../images/bg_sub09.png);}
.sub_visual.visual10 {background-image: url(../images/bg_sub10.png);}

/* 서브네비게이션 */
.sub_nav { background: #F4F5F9; border-bottom: 1px solid #ddd; }
.sub_nav .inner { height: 50px; display: flex; justify-content: space-between; align-items: center; }
.sub_nav .breadcrumb {display: flex;align-items: center; height: 100%;}
.sub_nav .breadcrumb > li {position: relative; height: inherit;}
.sub_nav .breadcrumb > li::after {content: '';position: absolute; top: 50%; right: -1px; transform: translateY(-50%); width: 1px; height: 13px; background: #ADADAF; vertical-align: 1px; }
.sub_nav .breadcrumb > li > a {display: inline-flex; height: inherit; justify-content: space-between; align-items: center; min-width: 218px; padding: 0 20px; font-size: 18px;font-weight: 400; color: #555; line-height: 1; }
.sub_nav .breadcrumb > li > a.btn_home {width: 18px; min-width: auto; height: 17px; margin: 15px 20px 0 20px; padding: 0; background: url(../images/btn_home.svg) no-repeat; }
.sub_nav .breadcrumb > li:last-child > a {font-weight: 500; color: #333;}
.sub_nav .breadcrumb > li > a:not(.btn_home)::after {content: ''; width: 14px; height: 8px; background: url(../images/btn_drop.svg) no-repeat; transition: 0.2s; }

.sub_nav .breadcrumb > li.lnb { position: relative; }
.sub_nav .breadcrumb > li.lnb.on > a {background: #fff; border: 1px solid #ddd; border-bottom: 0; color: #333; font-weight: 500;}
.sub_nav .breadcrumb > li.lnb.on::after {background: transparent;}
.sub_nav .breadcrumb > li.lnb.on a:not(.btn_home)::after {transform: rotate(180deg);}
.sub_nav .breadcrumb > li.lnb ul {display: none; position: absolute;z-index: 2; left: 0; top: 50px; width: 100%; padding: 20px 20px 25px 20px; background: #fff; border: 1px solid #ddd; border-top: 0; }
.sub_nav .breadcrumb > li.lnb ul li + li {margin-top: 20px;}
.sub_nav .breadcrumb > li.lnb ul li a {font-size: 18px; font-weight: normal; color: #555;}

.sub_nav .utililty {display: flex;align-items: center; gap: 0 8px;}
.sub_nav .utililty > li {position: relative;}
.sub_nav .utililty > li .btn_share { position: relative; z-index: 2; width: 32px; height: 32px; vertical-align: middle; background: url(../images/btn_share.svg) no-repeat center center; }
.sub_nav .utililty > li .btn_share.on { background: url(../images/btn_share_on.svg) no-repeat center center; background-size: cover;}
.sub_nav .utililty > li .share_box { display: none; position: absolute; z-index: 1; top: 0; left: 50%; transform: translateX(-50%); padding: 47px 10px 10px; }
.sub_nav .utililty > li .btn_share.on + .share_box {display: block;}
.sub_nav .utililty > li .share_box li + li {margin-top: 15px;}
.sub_nav .utililty > li .share_box li a {display: flex; justify-content: center; align-items: center; width: 32px; height: 32px; border-radius: 100%;}
.sub_nav .utililty > li .share_box li a.btn_facebook {background: #3a5799;}
.sub_nav .utililty > li .share_box li a.btn_twitter {background: #50a5dd;}
.sub_nav .utililty > li .share_box li a.btn_kakao {background: #f6e024;}
.sub_nav .utililty > li .share_box li.mo {display: none; border: 1px solid #ddd; border-radius: 100%; }

/* 찜하기 */
.btn_heart, .btn_heart2 {font-size: 22px; font-weight: 500; color: #888; }
.btn_heart.on, .btn_heart2.on {color: #9b5000;}
.btn_heart2 em {font-size: 18px; font-weight: 500; color: #222; margin-left: 10px; vertical-align: 1px;}

/* 위기가구 도움요청 */
.info_box {display: flex; align-items: center; gap: 0 30px; padding: 40px 50px; border: 5px solid #F2F2F2;}
.info_box p {font-size: 18px; font-weight: 400; line-height: 160%; color: #444;}
.info_box p em {font-size: 20px; font-weight: 600; color: #444; display: block;  margin-bottom: 6px; }
.info_box .icon {flex-shrink: 0; width: 90px; height: 90px;}
.info_box .ic01 {background: url(../images/ic_info01.png) no-repeat;}
.info_box .ic02 {background: url(../images/ic_info02.png) no-repeat;}
.info_box .info_tit {display: block; font-size: 20px; font-weight: bold; margin-bottom: 15px; color: #444;}
.terms_wrap .terms {height: 195px; padding: 30px; overflow-y: auto; background: #FAFAFA;}
.terms_wrap .radio_wrap { justify-content: center; margin-top: 30px; }
.tip { display: block; margin-top: 10px; font-size: 18px; font-weight: 400; color: #444; }
.input_tell { display: flex; font-size: inherit; color: inherit; }
.input_tell input { max-width: 164px; }
.input_tell span,
.input_email span { font-size: 18px; font-weight: 400; color: #444; margin: 0 10px; line-height: 34px; }
.input_email { display: flex; }
.input_email input { max-width: 190px; }
.input_email .select_wrap {width: 200px; margin-left: 10px; }
.input_address > div {display: flex; gap: 10px; margin-bottom: 10px;}
.input_address > div .postcode {max-width: 130px; }
.input_address > div button { width: 100px; height: 40px; flex-shrink: 0;}

/* 사이트맵 */
.sitemap_wrap {margin: 0 auto;}
.sitemap_wrap .sitemap {display: flex; flex-wrap: wrap; margin-top: 110px; gap: 120px 0;}
.sitemap_wrap .sitemap > li {width: calc(100% / 3); display: flex; gap: 50px; }
.sitemap_wrap .sitemap > li span {font-size: 30px;font-weight: bold; color: #0a4595;}
.sitemap_wrap .sitemap > li ul li {font-size: 20px; font-weight: 500; line-height: 200%;}
.sitemap_wrap .sitemap > li ul li a {position: relative; }
.sitemap_wrap .sitemap > li ul li a::before {content: ''; position: absolute; bottom: 0; left: 0; transition: 0.2s; display: inline-block; width: 0;height: 1px;background: #000;}
.sitemap_wrap .sitemap > li ul li a:hover::before,
.sitemap_wrap .sitemap > li ul li a:focus::before { width: 100%;}

@media screen and (max-width: 1440px) {
    #contents { margin-top: 112px;}
}
@media screen and (max-width: 1280px) {
    .sitemap_wrap .sitemap > li {gap: 30px;}
    .sitemap_wrap .sitemap > li span {font-size: 28px;}
    .sitemap_wrap .sitemap > li ul li {font-size: 18px;}
}
@media screen and (max-width: 1024px) {
    .sitemap_wrap .sitemap {margin-top: 80px;}
    .sitemap_wrap .sitemap > li {gap: 20px; flex-wrap: wrap; align-self: baseline;}
    .sitemap_wrap .sitemap > li span {font-size: 28px; width: 100%;}
    .sitemap_wrap .sitemap > li ul li {font-size: 18px;}
}
@media screen and (max-width: 768px) {
    #contents { margin-top: 62px; padding-bottom: 50px;}
    .sub_visual {height: 200px;}
    .sub_nav .breadcrumb > li > a {min-width: auto; font-size: 15px; padding: 0 20px;}
    .sub_nav .breadcrumb > li > a.btn_home { width: 15px; height: 14px; background-size: cover; margin: 18px 27px 0 0;}
    .sub_nav .breadcrumb > li > a:not(.btn_home)::after {margin-left: 20px;}
    .sub_nav .breadcrumb > li::after {height: 10px;}
    .sub_nav .breadcrumb > li.lnb ul { padding: 10px 8px;}
    .sub_nav .breadcrumb > li.lnb ul li + li {margin-top: 8px;}
    .sub_nav .breadcrumb > li.lnb ul li a {font-size: 15px;}
    .sub_nav .utililty > li:not(:first-of-type) {display: none;}
    .sub_nav .utililty > li .btn_share {width: 28px; height: 28px; background-size: cover;}
    .sub_nav .utililty > li .share_box li.mo {display: block;}
    .tip { font-size: 15px; line-height: 28px;}
    .input_email {flex-wrap: wrap;}
    .input_email input {width: calc(50% - 12.5px) !important; max-width: none;}
    .input_email span { font-size: 15px; width: 25px; text-align: center; margin: 0;}
    .input_email .select_wrap { width: 100%; margin: 10px 0 0;}
    .table_wrap .select_wrap { width: 100%;}
    .info_box {padding: 30px; flex-direction: column; align-items: center; gap: 30px; margin: 50px 0;}
    .info_box p {font-size: 15px;}
    .info_box p em {font-size: 17px; text-align: center;}
    .info_box p br {margin-top: 20px;}
    .info_box .info_tit {font-size: 18px; margin-bottom: 10px;}
    .terms_wrap {margin-bottom: 50px;}
    .sitemap_wrap .sitemap > li span {font-size: 24px;}
    .input_address > div {flex-wrap: wrap;}
    .input_address > div .postcode {max-width: calc(100% - 110px);}
    .input_address > div .postcode:disabled {max-width: 100%;}
    .input_address > div .postcode + input {width: 100%;}
    .sub_nav .utililty > li .share_box li + li {margin-top: 8px;}
}
@media screen and (max-width: 640px) {
    .sub_nav .breadcrumb > li > a {font-size: 14px; padding: 0 8px;}
    .sub_nav .breadcrumb > li.lnb ul li a {font-size: 14px;}
    .sub_nav .breadcrumb > li > a:not(.btn_home)::after {margin-left: 6px;background-size: 10px auto; background-position: center 2px;}
    .sub_nav .utililty > li .btn_share { width: 20px; height: 20px; }
    .sub_nav .breadcrumb > li > a.btn_home {margin: 18px 8px 0 0;}
    .sitemap_wrap .sitemap {gap: 40px 20px;}
    .sitemap_wrap .sitemap > li {width: calc(100% / 2 - 10px)}
}
@media screen and (max-width: 480px) {
    .sitemap_wrap .sitemap > li,
    .sitemap_wrap .sitemap > li ul {width: 100%; text-align: center;}
}

/* 복지사업소개 */
.check_list {border: 1px solid #ddd; padding: 50px 80px;}
.check_list > ul > li + li { margin-top: 37px;}
.check_list > ul > li { display: flex; align-items: flex-start; gap: 40px;}
.check_list > ul > li h3 { flex-shrink: 0; width: 170px; height: 43px; line-height: 43px; font-size: 18px; font-weight: 500; color: #fff; background: #0a4595; text-align: center; border-radius: 5px;}
.check_list > ul > li .checkbox_wrap { display: flex;gap: 20px; padding-top: 7px;}

.search_condition {padding: 60px 80px; background: #F8F8F8; }
.search_condition > ul {margin-bottom: 30px; }
.search_condition > ul > li {display: flex; align-items: center; gap: 0 20px; min-height: 40px; }
.search_condition > ul > li:first-child {align-items: flex-start; min-height: 30px; }
.search_condition > ul > li + li {margin-top: 10px;}
.search_condition > ul > li em {min-width: 140px; }
.search_condition > ul > li em::before {content: ''; display: inline-block; vertical-align: 4px; width: 4px; height: 4px; background: #222; border-radius: 100%; margin-right: 10px;}
.search_condition > ul > li em,
.search_condition > ul > li .check_result li span { font-size: 18px; font-weight: 500; color: #222; }
.search_condition > ul > li .check_result {display: flex; flex-wrap: wrap; align-items: center; gap: 0 10px;}
.search_condition > ul > li .check_result li {display: flex; align-items: center; gap: 0 5px;}
.search_condition > ul > li .check_result li .btn_del img {vertical-align: -3px;}
.search_condition > ul > li .check_result li .btn_del:focus { outline:2px dotted; outline-offset: -2px; }
.welfare_head {display: flex; justify-content: space-between; align-items: center; margin: 60px 0 40px;}
.welfare_head p {font-size: 22px; font-weight: 400; color: #888; }
.welfare_head p em {font-size: inherit; font-weight: 500; color: #222; }
.welfare_head .array { display: flex; gap: 0 20px; }
.welfare_head .array li { position: relative;}
.welfare_head .array li:not(:first-of-type):before { content: ''; position: absolute; top: 50%; left: -10px; transform: translateY(-50%); width: 1px; height: 13px; background: #ADADAF;}
.welfare_head .array li a {font-size: 18px; font-weight: 500; color: #888;}
.welfare_head .array li a.on {color: #000;}
.view_heart { display: flex; justify-content: flex-end; align-items: center; font-size: 18px; font-weight: 500; color: #222; }
.view_heart .ic_heart { font-size: 22px; font-weight: 500; color: #9b5000; margin-right: 10px; }
.welfare_list {margin-top: 40px; display: flex; flex-wrap: wrap; gap: 30px; }
.welfare_list > li { position: relative; width: calc(100% / 3 - 20px); border: 1px solid #DDD;border-radius: 15px;}
.welfare_list > li > a {display: block; padding: 40px; height: 100%;}
.welfare_list > li .top {display: flex; align-items: center; margin-bottom: 30px;}
.welfare_list > li .top .tag_new {font-size: 18px; font-weight: bold; margin-left: 15px;}
.welfare_list > li .btn_heart {position: absolute; top: 40px; right: 40px;}
.welfare_list > li h3 {min-height: 52px; ;line-height: 120%; letter-spacing: -1.1px; font-size: 22px; font-weight: 500; }
.welfare_list > li .category {display: flex; flex-wrap: wrap; gap: 10px; margin: 17px 0 20px; }
.welfare_list > li .form li {display: flex; gap: 0 30px;}
.welfare_list > li .form li + li {margin-top: 5px;}
.welfare_list > li .form li em { flex-shrink: 0; font-size: 18px; font-weight: 500; }
.welfare_list > li .form li span {position: relative; font-size: 18px; font-weight: 500; color: #888;}
.welfare_list > li .form li span::before { content: ''; position: absolute; top: 8px; left: -15px; width: 1px; height: 13px; background: #ADADAF; }
.detail_head { margin-top: 50px; text-align: center; }
.detail_head .category {display: flex; justify-content: center; gap: 10px;flex-wrap: wrap;}
.detail_head .info {display: flex; justify-content: center;gap: 20px; margin: 30px auto 0; width: 670px; background: #f8f8f8; border-radius: 24px; padding: 7px 35px; }
.detail_head .info li {display: flex;}
.detail_head .info li em {font-size: 18px; font-weight: 500; color: #222; margin-right: 10px;}
.detail_head .info li span {font-size: 18px; font-weight: 400; color: #888; }
.detail_wrap {position: relative;padding-top: 114px; max-width: 850px; margin: 0 auto;}
.detail_wrap .detail_con {border: 1px solid #DDD; border-radius: 15px; padding: 60px; }
.detail_wrap .detail_con .con_list li {position: relative; display: flex; flex-direction: column; line-height: 200%; padding: 0 0 30px;padding-left: 50px}
.detail_wrap .detail_con .con_list li:first-child em {margin-top: 0;}
.detail_wrap .detail_con .con_list li:first-child em::before {top: 0;}
.detail_wrap .detail_con .con_list li:last-child {padding-bottom: 0;}
.detail_wrap .detail_con .con_list li + li {border-top: 1px solid #e5e5e5;}
.detail_wrap .detail_con .con_list li em {display: inline-block; font-size: 18px; font-weight: 500; margin: 30px 0 10px;}
.detail_wrap .detail_con .con_list em::before {content: ''; position: absolute; top: 35px;left: 0;}
.detail_wrap .detail_con .con_list .tit01::before {width: 32px; height: 32px; background: url(../images/ic_list01.svg) no-repeat center center; background-size: cover; }
.detail_wrap .detail_con .con_list .tit02::before {width: 32px; height: 35px; background: url(../images/ic_list02.svg) no-repeat center center; background-size: cover; }
.detail_wrap .detail_con .con_list .tit03::before {width: 28px; height: 33px; background: url(../images/ic_list03.svg) no-repeat center center; background-size: cover; }
.detail_wrap .detail_con .con_list .tit04::before {width: 33px; height: 31px; background: url(../images/ic_list04.svg) no-repeat center center; background-size: cover; }
.detail_wrap .detail_con .con_list .tit05::before {width: 26px; height: 29px; background: url(../images/ic_list05.svg) no-repeat center center; background-size: cover; }
.detail_wrap .detail_con .con_list .tit06::before {width: 27px; height: 29px; background: url(../images/ic_list06.svg) no-repeat center center; background-size: cover; }
.detail_wrap .detail_con .con_list .tit07::before {width: 28px; height: 29px; background: url(../images/ic_list07.svg) no-repeat center center; background-size: cover; }
.detail_wrap .detail_con .con_list .tit08::before {width: 28px; height: 26px; background: url(../images/ic_list08.svg) no-repeat center center; background-size: cover; }
.detail_wrap .detail_con .con_list li span {font-size: 18px; font-weight: 400; color: #888; }
/* .detail_wrap .detail_con .con_list li span::before {content: '-'; font-size: 18px; color: inherit; margin-right: 5px;} */
.detail_wrap .btn_heart2 {position: absolute; top: 54px; right: 0;}
.result_business { display: flex; flex-direction: column; align-items: center; text-align: center;}
.result_business::before {content: ''; width: 329px; height: 284px; background: url(../images/completed.png) no-repeat center center; margin-bottom:49px;}
.result_business .name {font-size: 23px; font-weight: 500;}
.result_business .name span {font-size: inherit; font-weight: inherit;}
.result_business .name span:first-of-type {display: block;}
.result_business .name span em {font-size: inherit; font-weight: inherit;}
.result_business .inform { margin-top: 60px; font-size: 18px; font-weight: 500; color: #666;}
.result_business .inform span {font-size: inherit; font-weight: inherit; color: inherit;}
.result_business .inform span em {font-size: inherit; font-weight: inherit;}
.privacy_wrap .privacy_tit {font-size: 30px; font-weight: 500; text-align: center;}
.privacy_wrap .privacy_tit span {display: block; margin-top: 28px; color: #666; font-size: 18px; font-weight: 500;}
.privacy_wrap .privacy_list > li .check_all { border: 1px solid #0a4595; padding: 38px 0; margin-top: 40px;}
.privacy_wrap .privacy_list > li .check_all label { color: #2d2d2d; font-weight: 500; }
.privacy_wrap .privacy_list > li .con { padding: 20px; height: 193px; overflow-y: auto; background: #fafafa; margin-bottom: 30px; }
.privacy_wrap .privacy_list > li .radio_wrap,
.privacy_wrap .privacy_list > li .checkbox_wrap { justify-content: center;}
.search_box { display: flex; gap: 0 30px; justify-content: center; padding: 46px 76px; background: #f8f8f8;  }
.search_box select { width: 244px; }
.search_box input { width: 100%; }
.search_box button {flex-shrink: 0; }

/* 복지비전 */
.vision_wrap .v_title {position: relative; font-size: 42px; font-weight: bold; color: #0a4595; line-height: 1.16;letter-spacing: -0.85px;}
.vision_wrap .v_con {display: flex; align-items: center; gap: 76px;}
.vision_wrap .v_con .v_title::before {content: ''; position: absolute; top: -10px; right: -16px; width: 16px; height: 16px; border-radius: 100%; background: #9b5000; }
.vision_wrap .v_con ul {flex: 1;}
.vision_wrap .v_con ul li { display: flex; align-items: center; gap: 40px; }
.vision_wrap .v_con ul li:nth-child(2) {flex-direction: row-reverse; }
.vision_wrap .v_con ul li + li {margin-top: 40px; }
.vision_wrap .v_con ul li .img {width: 482px; height: 248px; overflow: hidden; }
.vision_wrap .v_con ul li:nth-child(1) .img {background: url(../images/vision01.png) no-repeat center center; background-size: cover; }
.vision_wrap .v_con ul li:nth-child(2) .img {background: url(../images/vision02.png) no-repeat center center; background-size: cover; }
.vision_wrap .v_con ul li:nth-child(3) .img {background: url(../images/vision03.png) no-repeat center center; background-size: cover; }
.vision_wrap .v_con ul li .txt {font-size: 22px; font-weight: 500; color: #444;}
.vision_wrap .v_con ul li .txt span {font-size: inherit; font-weight: inherit; color: #0a4595; line-height: 1.36;}
.vision_wrap .v_con_list {display: flex; justify-content: space-between; flex-wrap: wrap; }
.vision_wrap .v_con_list .v_img { width: 100%; height: 300px; margin: 70px 0; }
.vision_wrap .v_con_list.list01 .v_img { background: url(../images/vision04.png) no-repeat center center; background-size: cover; }
.vision_wrap .v_con_list.list02 .v_img { background: url(../images/vision05.png) no-repeat center center; background-size: cover; }
.vision_wrap .v_con_list.list03 .v_img { background: url(../images/vision06.png) no-repeat center center; background-size: cover; }
.vision_wrap .v_con_list .v_title {display: flex; gap: 15px;}
.vision_wrap .v_con_list.list01 .v_title::before {content: ''; width: 95px; height: 89px; background: url(../images/ic_vision01.png) no-repeat center center; background-size: contain; }
.vision_wrap .v_con_list.list02 .v_title::before {content: ''; width: 96px; height: 71px; background: url(../images/ic_vision02.png) no-repeat center center; background-size: contain; }
.vision_wrap .v_con_list.list03 .v_title::before {content: ''; width: 84px; height: 93px; background: url(../images/ic_vision03.png) no-repeat center center; background-size: contain; }
.vision_wrap .v_con_list > ul {width: 918px;}
.vision_wrap .v_con_list > ul > li {display: flex; gap: 30px; padding: 20px 0;}
.vision_wrap .v_con_list > ul > li + li {border-top: 1px solid #ddd;}
.vision_wrap .v_con_list > ul > li > span {width: 45%; flex-shrink: 0; font-size: 25px; font-weight: bold; color: #444;letter-spacing: -1px;}
.vision_wrap .v_con_list > ul > li > .depth {line-height: 1.6;}
.vision_wrap .v_con_list > ul > li .depth li {display: flex; gap: 10px; font-size: 20px;font-weight: 500; color: #444; letter-spacing: -1px;}
.vision_wrap .v_con_list > ul > li .depth li::before {content: ''; padding-top: 10px; flex-shrink: 0; width: 22px; height: 22px; background: url(../images/ic_check.png) no-repeat center center; background-size: contain;}
@media screen and (max-width: 1440px) {
    .vision_wrap .v_con {display: block; text-align: center;}
    .vision_wrap .v_title {font-size: 32px;}
    .vision_wrap .v_con .v_title {display: inline-block; margin: 0 auto 40px;}
    .vision_wrap .v_con ul {max-width: 1000px; margin: 20px auto 0;}
    .vision_wrap .v_con ul li {gap: 30px;}
    .vision_wrap .v_con ul li .txt {text-align: left;}
    .vision_wrap .v_con ul li .img {width: 390px; height: 220px;}
    .vision_wrap .v_con_list {justify-content: space-between;}
    .vision_wrap .v_con_list.list01 .v_title::before {width: 50px; height: 47px; }
    .vision_wrap .v_con_list.list02 .v_title::before {width: 50px; height: 37px; }
    .vision_wrap .v_con_list.list03 .v_title::before {width: 50px; height: 49px; }
    .vision_wrap .v_con_list > ul > li > span {font-size: 22px;}
    .vision_wrap .v_con_list .v_img { height: 200px; margin: 50px 0; }
    .vision_wrap .v_con_list.list01 .v_img {background: url(../images/vision04.png) no-repeat 25% center; background-size: cover;}
    .vision_wrap .v_con_list > ul {width: 50%;}
    .vision_wrap .v_con_list > ul > li {display: block;}
    .vision_wrap .v_con_list > ul > li .depth {margin-top: 16px;}
    .vision_wrap .v_con_list > ul > li .depth li {font-size: 18px;}
    .vision_wrap .v_con_list > ul > li:first-child {padding-top: 0;}
    .vision_wrap .v_con_list > ul > li .depth li::before {width: 20px; height: 20px;}
}
@media screen and (max-width: 768px) {
    .vision_wrap .v_con ul {max-width: 100%;}
    .vision_wrap .v_con ul li .txt {width: 50%;}
    .detail_wrap .detail_con .con_list li {padding-left: 40px;}
    .search_box select {width: 100%;}

}
@media screen and (max-width: 700px) {
    .vision_wrap .v_title {font-size: 26px;}
    .vision_wrap .v_con ul {margin-top: 0;}
    .vision_wrap .v_con ul li {display: block;}
    .vision_wrap .v_con ul li .img {width: 100%;}
    .vision_wrap .v_con ul li .txt {width: 100%; text-align: center; margin-top: 20px;}
    .vision_wrap .v_con_list > ul {width: 100%;}
    .vision_wrap .v_con_list .v_title {align-items: center; margin-bottom: 20px;}
    .vision_wrap .v_con_list .v_img {margin: 30px 0;}
    .vision_wrap .v_con_list > ul > li > span br,
    .vision_wrap .v_con_list .v_title br {display: none;}
}

/* 복지지도 */
.map_search .search_condition {}
.map_search .search_condition > ul > li { gap: 10px;}
.map_search .search_condition .btn_wrap { margin-top: 30px; }
.map_search .search_condition > ul > li {align-items: flex-start;}
.map_search .search_condition > ul > li .select_wrap {width: 290px; flex-shrink: 0;}
.map_search .search_condition > ul > li .input_style { width: 100%; border: 1px solid #ddd; border-radius: 2px; padding: 8px 20px; background: #fff;}
.map_search .search_condition > ul > li .input_style span { font-size: 18px; line-height: 1; }
/* .map_search .search_condition > ul > li .check_result { display: none; } */
.map_search .search_condition > ul > li .check_result:focus { outline:2px dotted; }
.terms_box {display: flex; align-items: center; gap: 40px; width: 100%; padding: 30px; border: 1px solid #0a4595; background: #fff; }
.terms_box ul {display: flex; flex-wrap: wrap; width: 100%; gap: 20px 0;}
.terms_box ul.radio_wrap li {width: calc(100% / 7);}
.terms_box ul li {width: calc(100% / 8); font-size: 18px; color: #444; }
.terms_box ul:has(span.check_box) {gap: 20px;}
.terms_box ul li:has(span.check_box) {width: auto;}
.terms_box ul.checkbox_wrap li {width: calc(100% / 6); }
.terms_box ul.checkbox_wrap + button {height: 44px;}
.terms_box ul li button {display: inline-flex; align-items: center; gap: 10px; font-weight: normal; }
.terms_box ul li button::before {content: ''; width: 4px; height: 4px; border-radius: 100%; background: #222; }
.terms_box ul li button.on {text-decoration: underline; color: #0a4595; font-weight: 500;}
.terms_con {display: flex; gap: 40px; margin-top: 60px;}
.terms_con .map {width: 720px; background: #000; border-radius: 10px; overflow: hidden; }
.terms_con .info {width: 680px;}
.terms_con .info h3 {font-size: 22px; font-weight: normal; color: #888; margin: 30px 0px;}
.terms_con .info h3 em {font-size: inherit; font-weight: 500; color: #222;}
.terms_con .info .list_box {display: flex; flex-wrap: wrap; gap: 10px; background: #F8F8F8; padding: 20px 40px; margin-bottom: 22px; }
.terms_con .info .list_box li {width: calc(100% / 4 - 8px);font-size: 18px; color: #444; font-weight: normal;}
.terms_con .info .list_box li::before {content: '-'; font-size: inherit; color: inherit; margin-right: 5px; }
.terms_con .info .list_box li button {font-size: inherit; font-weight: inherit; color: inherit;}
.terms_con .info .list_box li button span {margin-left: 3px; font-size: inherit; font-weight: inherit; color: inherit; }
.terms_con .info .paging_wrap ul {margin-top: 30px;}
.terms_con .info .table_wrap tr:hover .cursor::before { display: block; }
.terms_con .info .table_wrap .cursor { position: relative; }
.terms_con .info .table_wrap .cursor::before { content: ''; display: none; position: absolute; top: 50%; right: 10px; transform: translateY(-50%); width: 13px; height: 20px; background: url(../images/ic_hover.svg); }
.terms_con .info .table_wrap th,
.terms_con .info .table_wrap td {font-size: 16px;padding: 12px;}
.terms_con .info .table_wrap td button {width: 100%;}
.terms_con .info .table_wrap td.cursor button {padding-right: 20px;}
.terms_con .info .table_wrap th:not(:first-of-type),
.terms_con .info .table_wrap td:not(:first-of-type) {border-left: 1px solid #ddd;}
.welfare_detail .name {display: flex; gap: 46px; }
.welfare_detail .name .photo { flex-shrink: 0; width: 507px; height: 336px;}
.welfare_detail .name .photo .img_wrap { padding-top: 66.3%;}
.welfare_detail .name .info { width: 100%;}
.welfare_detail .name .info > h3 {margin-top: 0; line-height: 0; }
.welfare_detail .name .info ul { border: 1px solid #0a4595; padding: 30px 50px;}
.welfare_detail .name .info ul li { display: flex;font-size: 18px; font-weight: 500;}
.welfare_detail .name .info ul li + li { margin-top: 15px;}
.welfare_detail .name .info ul li em { min-width: 82px; padding-right: 19px; display: inline-block; font-size: inherit; font-weight: inherit;}
.welfare_detail .name .info ul li span {font-size: inherit; font-weight: inherit; color: #888; }
.welfare_detail .name .info ul li span::before {content: '｜'; font-size: 18px; color: inherit; margin-right: 5px;}
.welfare_detail .introduction p { background: #f8f8f8;color: #888; font-weight: normal; font-size: 18px; padding: 50px; margin-bottom: 37px;}
.welfare_detail .introduction .map { background: #000; height: 390px; }
.simulated_calc .info_box {margin: 50px 0; align-items: center;}
.calc_list {display: flex; gap: 30px; flex-wrap: wrap; }
.calc_list li {width: calc(100% / 3 - 20px); background-color: #f9f9f9; border-radius: 16px; transition: 0.2s;}
.calc_list li:hover {box-shadow: 6.2px 3.2px 6.5px 0.5px rgba(0, 0, 0, 0.06);}
.calc_list li a {display: block; width: 100%; height: 100%; min-height: 200px; padding: 40px; background-position: right 40px bottom 40px; background-repeat: no-repeat; }
.calc_list li .icon01 {background-image: url(../images/ic_care01.png); }
.calc_list li .icon02 {background-image: url(../images/ic_care02.png); }
.calc_list li .icon03 {background-image: url(../images/ic_care03.png); }
.calc_list li .icon04 {background-image: url(../images/ic_care04.png); }
.calc_list li .icon05 {background-image: url(../images/ic_care05.png); }
.calc_list li .icon06 {background-image: url(../images/ic_care06.png); }
.calc_list li .icon07 {background-image: url(../images/ic_care07.png); }
.calc_list li .icon08 {background-image: url(../images/ic_care08.png); }
.calc_list li .icon09 {background-image: url(../images/ic_care09.png); }
.calc_list li .icon10 {background-image: url(../images/ic_care10.png); }
.calc_list li .icon11 {background-image: url(../images/ic_care11.png); }
.calc_list li .icon12 {background-image: url(../images/ic_care12.png); }
.calc_list li .icon13 {background-image: url(../images/ic_care13.png); }
.calc_list li .icon14 {background-image: url(../images/ic_care14.png); }
.calc_list li .icon15 {background-image: url(../images/ic_care15.png); }
.calc_list li .icon16 {background-image: url(../images/ic_care16.png); }
.calc_list li .icon17 {background-image: url(../images/ic_care17.png); }
.calc_list li .icon18 {background-image: url(../images/ic_care18.png); }
/* 긴급도움요청 아이콘 */
.help_list {margin-top: 50px; }
.help_list li a {min-height: 260px; background-position: right 35px bottom 20px; }
.help_list li .icon01 {background-image: url(../images/ic_help01.png); }
.help_list li .icon02 {background-image: url(../images/ic_help02.png); }
.help_list li .icon03 {background-image: url(../images/ic_help03.png); }
.calc_list li a span {font-size: 30px; font-weight: 500;}
.welfare_pop .popup_header h2 span { font-size: inherit; color: inherit;}
.welfare_pop .find_box2 dt {font-size: 18px; color: #222; font-weight: 500; width: 130px; }
.welfare_pop .find_box2 dd {font-size: 18px; color: #666; font-weight: 500}

/* 복지교육 */
.border_list > li { border: 1px solid #ddd; border-radius: 15px; padding: 40px; }
.border_list > li + li { margin-top: 20px; }
.border_list > li a {display: block; }
.border_list > li a .tit { display: flex; justify-content: space-between; align-items: baseline; gap: 20px;}
.border_list > li a .tit h3 {font-size: 22px; font-weight: 500; }
.border_list > li a .con { display: flex; margin-top: 16px; }
.border_list > li a .con ul { width: 50%;}
.border_list > li a .con ul li em { display: inline-block; min-width: 70px; font-size: 18px; font-weight: 500;}
.border_list > li a .con ul li + li {margin-top: 10px;}
.border_list > li a .con ul li span {font-size: 18px; font-weight: 500; color: #888;}
.border_list > li a .con ul li span:before {content: '｜'; font-size: inherit; color: inherit; margin-right: 10px;}
.edu_wrap .swiper-wrapper li a {font-size: 20px; font-weight: bold; padding: 28px; text-align: center; word-break: keep-all;}

/* 복지통계 */
.statistics_wrap .title3 { margin: 60px 0;}
.statistics_wrap .search_box { padding: 38px; color: #222; font-size: 22px; align-items: center; gap: 0;}
.statistics_wrap .search_box .select_wrap {margin: 0 10px 0 18px; width: 170px;}
.statistics_wrap .search_box .select_wrap select {width: 100%;}
.statistics_wrap .search_box .current_year { font-size: inherit; font-weight: 500; color: inherit; padding-right: 17px;}
.statistics_wrap .search_box .current_year::after { content: ''; display: inline-block; width: 1px; height: 20px; background: #222; margin-left: 17px; vertical-align: -1px;}
.statistics_wrap .search_box label.sc_year { font-size: inherit; font-weight: 400; color: inherit;}
.statistics_wrap .search_box .download {margin-left: auto; }
.statistics_wrap .welfare_service .chart_wrap { border: 1px solid #ddd; border-radius: 15px; padding: 28px 24px; margin: 24px 0; }
.statistics_wrap .welfare_service .chart_wrap .chart_inner { overflow-x: auto; }
.statistics_wrap .welfare_service .chart_wrap .chart_inner canvas { margin: 0 auto; }
.chart_wrap .chart_inner::-webkit-scrollbar { width: 3px; height:5px;}
.chart_wrap .chart_inner::-webkit-scrollbar-thumb { background: #0a4595; }
.statistics_wrap .welfare_service .title3 {margin: 60px 0 50px; }

/* 커뮤니티 */
.no_title_wrap {margin-top: 80px;}
.faq_list .list_head {display: flex; align-items: center; border-top: 2px solid #0a4595; border-bottom: 1px solid #e0e0e0; background: #f3f6fa; }
.faq_list .list_head div { font-size: 20px; font-weight: 500; padding: 20px 10px; text-align: center; }
.faq_list .num {width: 6%; }
.faq_list .division {width: 14%; }
.faq_list .subject {width: 80%; text-align: left; padding-right: 77px;}
.faq_list .list_item li { border-bottom: 1px solid #e0e0e0; }
.faq_list .list_item li .question {position: relative;}
.faq_list .list_item li .question.on::before {transform: translateY(-50%) rotate(180deg);}
.faq_list .list_item li .question::before {content: ''; position: absolute; top: 50%; transform: translateY(-50%); transition: 0.2s; right: 50px; width: 14px; height: 8px; background: url(../images/btn_drop.svg) no-repeat center center; }
.faq_list .list_item li .answer { display: none; border-top: 1px solid #e0e0e0;  background: #f8f8f8;}
.faq_list .list_item li .question,
.faq_list .list_item li .answer .con {display: flex; align-items: center; text-align: center; padding: 40px 0; }
.faq_list .list_item li .question div,
.faq_list .list_item li .answer .con div { font-size: 20px; font-weight: 500; color: #333; }
/* .faq_list .list_item li:only-child div { width: 100%; text-align: center; padding: 10px 0; } */
.info_box + .board_wrap,
.info_box + .line_box_wrap {margin-top: 50px;}
.answer_wrap { border-top: 2px solid #0a4595; margin-top: 40px;}
.answer_wrap .answer {background: #f9f9f9; min-height: 200px;padding: 20px; font-size: 18px; font-weight: 500;}

/* e지방지표 */
.e_list .list_item > li {border-top: 2px solid #0a4595; }
.e_list .list_item li .drop_con {display: flex; align-items: center; padding: 18px 0;border-bottom: 1px solid #e0e0e0;}
.e_list .list_item li .drop_con .subject {position: relative; font-size: 22px; font-weight: 600;}
.e_list .list_item li .drop_con .subject::before {content: ''; position: absolute; top: 50%; right: 50px; width: 19px; height: 2px; background: #0a4595;}
.e_list .list_item li .drop_con .subject::after {content: ''; position: absolute; top: 50%; right: 50px; transform: rotate(90deg); width: 19px; height: 2px; background: #0a4595; transition: 0.2s;}
.e_list .list_item li .drop_con.on .subject::after {transform: rotate(0deg); }
.e_list .list_item .icon {width: 9%; height: 100%; min-height: 68px; }
.e_list .list_item .icon01 {background: url(../images/ic_care01.png) no-repeat center center; background-size: 48px auto;}
.e_list .list_item .icon02 {background: url(../images/ic_care02.png) no-repeat center center; background-size: 73px auto;}
.e_list .list_item .icon03 {background: url(../images/ic_care03.png) no-repeat center center; background-size: 59px auto;}
.e_list .list_item .icon04 {background: url(../images/ic_care04.png) no-repeat center center; background-size: 53px auto;}
.e_list .list_item .icon05 {background: url(../images/ic_care05.png) no-repeat center center; background-size: 60px auto;}
.e_list .list_item .icon06 {background: url(../images/ic_care06.png) no-repeat center center; background-size: 57px auto;}
.e_list .list_item .icon07 {background: url(../images/ic_care07.png) no-repeat center center; background-size: 56px auto;}
.e_list .list_item .icon08 {background: url(../images/ic_care08.png) no-repeat center center; background-size: 53px auto;}
.e_list .list_item .icon09 {background: url(../images/ic_care09.png) no-repeat center center; background-size: 65px auto;}
.e_list .list_item .icon10 {background: url(../images/ic_care10.png) no-repeat center center; background-size: 51px auto;}
.e_list .list_item .icon11 {background: url(../images/ic_care11.png) no-repeat center center; background-size: 64px auto;}
.e_list .list_item .icon12 {background: url(../images/ic_care12.png) no-repeat center center; background-size: 56px auto;}
.e_list .list_item .icon13 {background: url(../images/ic_care19.png) no-repeat center center; background-size: 65px auto;}
.e_list .list_item .icon14 {background: url(../images/ic_care15.png) no-repeat center center; background-size: 56px auto;}
.e_list .list_item .icon15 {background: url(../images/ic_care20.png) no-repeat center center; background-size: 45px auto;}
.e_list .list_item .subject {width: 91%; padding-left: 40px; text-align: left; }
.e_list .list_item .con_detail {display: none; background: #f8f8f8; }
.e_list .list_item .con_detail .con { display: flex; justify-content: flex-end; padding: 30px 0; }
.e_list .list_item .con_detail .con .subject li + li {margin-top: 16px; }
.e_list .list_item .con_detail .con .subject li a {font-size: 20px; font-weight: 500; color: #333; }
.subject_list table th {background: #0a4595; color: #fff;}
.subject_list table .depth2 {background: #f3f6fa; text-align: center; padding: 15px;}
.subject_list table ul,
.subject_list table ul li {font-size: inherit;}
.subject_list table .depth3_list {display: flex; flex-wrap: wrap; gap: 10px 30px;}
.subject_list table .depth3_list li {font-weight: normal;color: #444;}
.map_area_wrap > div.map_btn {width: 48%; margin-left: auto;}
.map_btn .map_btn_list {display: flex; flex-wrap: wrap; max-width: 680px; margin-left: auto; gap: 30px;}
.map_btn .map_btn_list li {width: calc(100% / 2 - 15px);}
.map_btn .map_btn_list li a {width: 100%; background: #fff;}
.map_btn .map_btn_list li.on a,
.map_btn .map_btn_list li.btn_map_all.on a,
.map_btn .map_btn_list li.btn_map_all:hover a,
.map_btn .map_btn_list li:hover a{background: #0a4595; color: #fff;}
.map_btn .map_btn_list li.btn_map_all,
.map_btn .map_btn_list li.btn_map_all a {width: 100%; background: #f2f5f9;}

@media screen and (max-width: 1440px) {
    .map_search .search_condition > ul > li {flex-wrap: wrap;}
    .map_search .search_condition > ul > li input,
    .map_search .search_condition > ul > li .input_style {margin-left: 150px;}
    .map_search .search_condition > ul > li .select_wrap {width: 230px;}
}
@media screen and (max-width: 1200px) {
    .search_condition {padding: 60px;}
    .terms_box ul.checkbox_wrap li {width: calc(100% / 4); }
    .terms_box ul.radio_wrap { gap: 30px 20px;}
    .terms_box ul.radio_wrap li {width: auto;}
    .map_search .search_condition > ul > li {flex-wrap: wrap;}
    .welfare_list {gap: 20px;}
    .welfare_list > li {width: 100%;}
    .welfare_list > li .category {margin: 20px 0 30px; }
    .welfare_list > li .top {margin-bottom: 20px;}
    .welfare_list > li h3 { min-height: auto;}
    .search_box { padding: 30px 20px; gap: 15px; }
    .search_box .select_wrap.type1 { width: 170px; }
    .terms_con {gap: 20px;}
    .border_list > li a .tit h3 {font-size: 20px;}
    .border_list > li a .con ul li em { min-width: 60px; font-size: 15px; }
    .border_list > li a .con ul li span {font-size: 15px; }
    .faq_list .list_head div { font-size: 15px; padding: 12px 8px; }
    .faq_list .list_item li .question div,
    .faq_list .list_item li .answer .con div { font-size: 15px; }
    .faq_list .list_item li .question,
    .faq_list .list_item li .answer .con { padding: 30px 0; }
    .calc_list li a {min-height: 180px;}
    .calc_list li a span {font-size: 26px;}
    .calc_list li a {background-position: right 25px bottom 25px; padding: 25px;}
    .calc_list.help_list li a {background-position: right 20px bottom 20px; background-size: 90px;}
}
@media screen and (max-width: 1024px) {
    .terms_con {flex-wrap: wrap;gap: 0;}
    .terms_con .map {width: 100%; min-height: 400px;}
    .terms_con .info {width: 100%;}
    .terms_con .info h3 {font-size: 20px; margin: 20px 0;}
    .terms_con .info .table_wrap .cursor::before {display: block;}
}
@media screen and (max-width: 850px) {
    .search_condition > ul > li {flex-wrap: wrap; gap: 10px 20px;}
    .search_condition > ul > li em {width: 100%;}
    .map_search .search_condition > ul > li input,
    .map_search .search_condition > ul > li .input_style {margin-left: 0;}
    .map_search .search_condition > ul > li .select_wrap {width: 100%;}
    .statistics_wrap .search_box {flex-wrap: wrap; gap: 10px; padding: 30px; }
    .statistics_wrap .search_box .download {margin-left: 0;}
    .statistics_wrap .search_box input { width: 100%; }
    .statistics_wrap .search_box .select_wrap.type1 { width: 100%; }
    .statistics_wrap .search_box button { width: 170px; }
    .search_box:has(a.btn_news) { gap: 0 4px; padding: 20px 10px; flex-wrap: wrap; gap: 10px; }
    .search_box:has(a.btn_news) .select_wrap { width: 100%; }
    .search_box:has(a.btn_news) input { width: 100%; }
    .search_box:has(a.btn_news) button { width: 170px; }
}
@media screen and (max-width: 768px) {
    .welfare_list > li h3 {font-size: 18px; }
    .welfare_list > li .form li em,
    .welfare_list > li .form li span {font-size: 15px;}
    .welfare_list > li .top .tag_new  {font-size: 16px; margin-left: 8px;}
    .check_list {padding: 20px;}
    .check_list > ul > li {gap: 30px;}
    .check_list > ul > li + li {margin-top: 30px;}
    .check_list > ul > li h3 {font-size: 15px; width: 100px; height: 36px; line-height: 36px; }
    .check_list > ul > li .checkbox_wrap {padding-top: 4px;}
    .border_list > li a .tit h3 {font-size: 18px;}
    .border_list > li a .con {flex-wrap: wrap; gap: 10px; }
    .border_list > li a .con ul {width: 100%; }
    .search_condition {padding: 20px;}
    .search_condition .select_wrap.type1 {width: 100%;}
    .search_condition .btn_wrap .btn170 {width: calc(50% - 5px); font-size: 18px; }
    .search_condition > ul > li em {min-width: 100px;}
    .search_condition > ul > li em,
    .search_condition > ul > li .check_result li span {font-size: 15px;}
    .map_search .search_condition > ul > li input,
    .map_search .search_condition > ul > li .input_style {margin-left: 0;}
    .map_search .search_condition > ul > li .input_style span {font-size: 15px;}
    .terms_box {padding: 20px;}
    .terms_box ul.radio_wrap li,
    .terms_box ul.checkbox_wrap li {width: calc(100% / 2);}
    .welfare_head {margin: 40px 0 20px; flex-wrap: wrap; gap: 10px;}
    .welfare_head p {width: 100%; font-size: 18px;}
    .welfare_head .array {margin-left: auto; }
    .welfare_head .array li a {font-size: 15px;}
    .result_business::before {background-size: 80%;margin-bottom: 20px;margin-top: -20px;}
    .result_business .name {font-size: 20px;}
    .result_business .inform {font-size: 15px;margin-top: 20px;}
    .privacy_wrap .privacy_tit {font-size: 20px;}
    .privacy_wrap .privacy_tit span {font-size: 17px; margin-top: 18px;}
    .privacy_wrap .privacy_list > li .check_all {padding: 20px; margin-top: 30px;}
    .search_box { gap: 0 4px; padding: 20px 10px; flex-wrap: wrap; gap: 10px; }
    .search_box .select_wrap { width: 100%; }
    /* .select_wrap::before {right: 10px;} 수정보류 */
    .search_box input { width: 100%; }
    .search_box .select_wrap.type1 { width: 100%; }
    .search_box button { width: 170px; }
    .detail_head .info {width: 100%; padding: 10px; flex-direction: column; align-items: center; gap: 10px;}
    .detail_head .info li em,
    .detail_head .info li span {font-size: 15px;}
    .detail_wrap {padding-top: 80px;}
    .detail_wrap .detail_con {padding: 20px; }
    .detail_wrap .detail_con .con_list li + li {margin-top: 15px;}
    .detail_wrap .detail_con .con_list li em,
    .detail_wrap .detail_con .con_list li span {font-size: 15px;margin-bottom: 0;}
    .detail_wrap .btn_heart2 {top: 44px;}
    .btn_heart, .btn_heart2 {font-size: 20px;}
    .faq_list .list_head { display: none; }
    .faq_list .list_item { border-top: 2px solid #0a4595; }
    .faq_list .subject {padding-right: 50px;}
    .faq_list .list_item li .question {flex-wrap: wrap; text-align: left; gap: 10px; padding: 20px 0;}
    .faq_list .list_item li .question .num {position: absolute; top: 50%; left: 20px; transform: translateY(-50%);}
    .faq_list .list_item li .question .division,
    .faq_list .list_item li .question .subject {width: 100%; padding-left: 50px;}
    .faq_list .list_item li .question::before {right: 20px;}
    .faq_list .list_item li .answer .con {flex-direction: column;align-items: flex-start; gap: 10px; text-align: left; padding: 20px; }
    .faq_list .list_item li .answer .con .num {display: none; }
    .faq_list .list_item li .answer .con div {width: 100%; padding-right: 0;}
    .welfare_pop .find_box2 { margin: 0; }
    .welfare_pop .btn_wrap { justify-content: center;}
    .welfare_pop .find_box2 dt { font-size: 15px; width: 70px; }
    .welfare_pop .find_box2 dd { font-size: 15px; }
    .calc_list {gap: 20px;}
    .calc_list li {width: calc(100% / 2 - 10px);}
    .calc_list li a {background-position: right 20px bottom 20px;background-size: 50px; min-height: 150px;}
    .calc_list li .icon01,
    .calc_list li .icon16 {background-size: 40px;}
    .calc_list li a span{font-size: 20px;}
    .calc_list.help_list li a {background-size: 70px;min-height:160px; padding: 16px;}
    .e_list .list_item li .drop_con {padding: 0;}
    .e_list .list_item .con_detail .con {padding: 20px 0;}
    .e_list .list_item li .drop_con .subject {font-size: 18px; padding-left: 30px;}
    .e_list .list_item .con_detail .con .subject li a {font-size: 15px;}
    .e_list .list_item li .drop_con .subject::before,
    .e_list .list_item li .drop_con .subject::after {right: 20px;}
    .e_list .list_item .icon {background-size: 100%; margin-left: 20px;}
    .e_list .list_item .subject {padding-left: 50px;}
    .table_wrap.type_block.subject_list th,
    .subject_list table td {padding: 12px 10px;}
    .map_btn .map_btn_list {margin-top: 50px;}
    .map_area_wrap > div.map_btn {width: 100%;}
    .terms_box ul.radio_wrap { gap: 20px 0;}
    .terms_box ul.radio_wrap li {width: calc(100% / 2);}
    .edu_wrap .swiper-wrapper li a {font-size: 18px;}
    .answer_wrap .answer {min-height: auto; font-size: 15px; }
}
/* @media screen and (max-width: 480px) {
    .faq_list .list_item li .question div,
    .faq_list .list_item li .answer .con div { font-size: 13px; }
} 폰트수정보류 */

/* 나눔정보 */
.job_banner_wrap { position: relative; }
.job_banner_wrap .job_swiper { position: relative; overflow: hidden;}
.job_banner_wrap .job_swiper .swiper-wrapper li {height: 111px; border: 1px solid #ddd; border-radius: 10px; overflow: hidden; }
.job_banner_wrap .job_swiper .swiper-wrapper li a {display: flex; justify-content: center; align-items: center; height: inherit;}
.job_banner_wrap .job_swiper .swiper-wrapper li a .img_wrap {padding-top: 50%; z-index: -1;}
.job_banner_wrap .job_swiper_btn {width: calc(100% + 82px); position: absolute; top: 35px; left: 50%; transform: translateX(-50%); }
.job_banner_wrap .job_swiper_btn button {position: absolute;}
.job_banner_wrap .job_swiper_btn .btn_prev { left: 5px; }
.job_banner_wrap .job_swiper_btn .btn_next { right: 5px; }
.job_banner_wrap .btn325 { margin: 40px auto 50px; }
.job_banner_wrap:not(:has(.btn325)) {margin-bottom: 50px;}
.goods_list .tit,
.product_wrap .tit {font-size: 30px; font-weight: 500; text-align: center; margin-bottom: 50px;}
.goods_list ul {display: flex; flex-wrap: wrap; gap: 50px 44px; }
.goods_list ul li {display: flex; justify-content: center; width: calc(50% - 22px); gap: 40px;}
.goods_list ul li .img_box {display: flex; justify-content: center; align-items: center; background: #fff; box-shadow: 6.2px 3.2px 8.4px 0.6px rgba(0, 0, 0, 0.05); width: 332px; min-height: 173px; text-align: center; flex-shrink: 0;}
.goods_list ul li .info {display: flex; flex-direction: column; max-width: 325px;}
.goods_list ul li .info dt {font-size: 22px; font-weight: 500; margin-bottom: 10px;}
.goods_list ul li .info dd {font-size: 18px; font-weight: 500; color: #666; line-height: 180%;}
.goods_list ul li .info .btn325 {margin-top: auto; width: 100%;}
.goods_list.type2 {margin-top: 50px; }
.goods_list.type2 .category_warp {display: flex; gap: 10px; flex-wrap: wrap;}
.goods_list.type2 ul li {width: 100%;justify-content: flex-start;}
.goods_list.type2 ul li .img_box {width: 535px; min-height: 281px;}
.goods_list.type2 ul li .img_box img {max-width: 100%; height: auto;}
.goods_list.type2 ul li .info {max-width: 100%; }
.goods_list.type2 ul li .info dl {margin-top: 30px; }
.goods_list ul li .info .btn325 {width: fit-content; padding: 11px 34px 12px; border-radius: 27px;}
.goods_list ul li .info .btn325::after {content: ''; width: 17px; height: 19px; background-size: cover; background: url(../images/ic_homepage.png);margin: 2px 0 0 7px;}
.product_wrap .search_box {margin-bottom: 120px; align-items: center;}
.product_wrap .search_box label { flex-shrink: 0; font-size: 20px; font-weight: 500;}
.product_wrap .info_option {margin: 50px 0 0;}
.product_list > li {display: flex; gap: 40px; padding: 30px 0; }
.product_list > li + li { border-top: 1px solid #e5e5e5; }
.product_list > li .img_box {display: flex; justify-content: center; align-items: center; background: #fff; box-shadow: 6.2px 3.2px 8.4px 0.6px rgba(0, 0, 0, 0.05); width: 332px; height: 173px; text-align: center; flex-shrink: 0; overflow: hidden;}
.product_list > li .img_box .img_wrap img {width: auto; max-width: 100%;}
.product_list > li .info ul li {display: flex; font-size: 18px; font-weight: 500;}
.product_list > li .info ul li em { min-width: 76px; flex-shrink: 0; font-size: inherit; font-weight: inherit; }
.product_list > li .info ul li span {display: flex; align-items: baseline; gap: 14px; font-size: inherit; font-weight: inherit; color: #666; }
.product_list > li .info ul li span::before {content: ''; display: inline-block; vertical-align: 2px; width: 1px; height: 10px; background: #ccc; }
.product_list > li .info ul li span .btn_link::before {content: ''; width: 17px; height: 15px; background: url(../images/ic_home.png) no-repeat center center;}

/* 회원서비스-로그인 */
.login_box_wrap {display:flex;flex-wrap: wrap;gap:45px; justify-content: center;}
.login_box_wrap .login_box {width:calc( 33.3% - 30px );border:2px solid #ddd;padding:70px 40px;height:517px;}
.login_box_wrap .login_box .login_box_tit {text-align:center;font-size:24px;font-weight:400;margin-bottom:25px;}
.login_box_wrap .login_box .input_pass {margin-top:10px;}
.login_box_wrap .login_box input::placeholder { color:#757575; }
.login_box_wrap .login_box .btn_wrap {margin-top:10px;}
.login_box_wrap .login_box .btn_wrap button {width:100%;border-radius:5px;}
.login_box .member_find_area {display:flex;justify-content: center;margin:14px 0 25px;}
.login_box .member_find_area li {padding-left:10px;margin-left:10px;position:relative;}
.login_box .member_find_area li::before {content:"";width:1px;height:10px;background-color:#777;position:absolute;left:0;top:8px;}
.login_box .member_find_area li:first-child {margin-left:0;padding-left:0;}
.login_box .member_find_area li:first-child::before {display:none;}
.login_box .member_find_area li a {color:#757575;}
.login_box .member_find_area li.btn_member a {color:#0a4595;}
.login_box .sns_login_wrap {padding-top:15px;border-top:1px solid #c1c1c1;}
.login_box .sns_login_wrap .sns_login_tit {text-align:center;font-size:18px;}
.login_box .sns_login_wrap ul {display:flex;justify-content: center;gap:25px;margin-top:10px;}

.login_box .bull_disital {text-align:center;}
.login_box .login_txt {text-align:center;margin-top:40px;color:#777;line-height:30px;padding-bottom:25px;}
.login_box .img_disital {margin-right:15px;}
.login_box .bull_certi {text-align:center;padding:15px 0 10px;}

.line_box_wrap {border:5px solid #f2f2f2;padding:60px;}
.line_box_top {text-align: center;}
.line_box_top.step2 {margin-bottom: 30px;}
.line_box_top .line_box_tit {font-size:20px;font-weight:500;}
.line_box_top .bull_area {margin-top:30px;font-size:22px;font-weight:500;padding-top:75px;background:url("../images/bull_mark01.png") center top no-repeat;}
.line_box_top .bull_area.bg_none {padding-top:0;background:none;}
.line_box_top.step2 .bull_area { background:url("../images/qr_certi.png") center top no-repeat; background-size: 53px auto;}
.line_box_top.step4 .bull_area { background:url("../images/ic_thumb.png") center top no-repeat; background-size: 49px auto;}
.line_box_top.step4 .bull_area em,
.line_box_top.step4 .bull_area span {font-size: inherit; font-weight: inherit; color: inherit;}
.line_box_top.step4 .bull_area span {display: block;}
.line_box_top .bull_ex {font-size:18px;margin-top:20px;color:#666;}

.find_box {width:100%;max-width:660px;margin:30px auto;border-top:2px solid #0a4595;border-bottom:2px solid #0a4595;padding:30px 0;}
.find_box .find_box_tit {font-size:18px;color:#666;}
.find_box .find_box_txt {font-size:20px;font-weight:500;padding-left:20px;}
.line_box_input_wrap {width:100%;max-width:542px;margin:0 auto;margin-top:20px;}

.find_box2 {width:100%;max-width:660px;margin:30px auto;border-top:2px solid #0a4595;border-bottom:2px solid #0a4595;padding:20px;text-align:left;}
.find_box2 dl {display:flex;margin-top:20px;}
.find_box2 dl:first-child {margin-top:0;}
.find_box2 dl dt {font-size:20px;width:180px;flex-shrink: 0;}
.find_box2 dl dt span {color:#e60000;font-size:20px;font-weight:600;padding-right:10px;}
.find_box2 dl dd {flex-grow: 1;}

/* 회원가입 */
.join_step { margin: 0 auto 50px; display: flex; justify-content: center; align-items: center; gap: 0 50px; }
.join_step li {position: relative; min-width: 105px; text-align: center; font-size: 20px; font-weight: 500; color: #777;}
.join_step li.on { font-size: 20px; font-weight: 500; color: #0a4595; }
.join_step li::before { content: ''; display: block; margin: 0 auto 12px; width: 70px; height: 70px; border-radius: 100%; background-color: #e5e5e5; background-repeat: no-repeat; background-position: center center; }
.join_step li:nth-child(1):before { background-image: url(../images/join_step01_on.png); }
.join_step li:nth-child(2):before { background-image: url(../images/join_step02.png); }
.join_step li:nth-child(3):before { background-image: url(../images/join_step03.png); }
.join_step li:nth-child(4):before { background-image: url(../images/join_step04.png); }
.join_step li:nth-child(1).on::before { background-image: url(../images/join_step01_on.png); background-color: #0a4595; }
.join_step li:nth-child(2).on::before { background-image: url(../images/join_step02_on.png); background-color: #0a4595; }
.join_step li:nth-child(3).on::before { background-image: url(../images/join_step03_on.png); background-color: #0a4595; }
.join_step li:nth-child(4).on::before { background-image: url(../images/join_step04_on.png); background-color: #0a4595; }
.join_step li::after { content: ''; position: absolute; right: -70px; top: 30px; z-index: -1; width: 100%; height: 2px; background: #e5e5e5; }
.join_step li:last-child::after { display: none; }
.join_step li.on::after { background: #0a4595; }
.join_step li.on.active::after { background: #e5e5e5; }
.join_input_wrap table input + .btn170 {width: fit-content; flex-shrink: 0; margin-left: 10px;}
.join_input_wrap table td.flex {display: flex;}

/* 접근성마크페이지 */
.wa_wrap .wa_img {border: 1px solid #ddd; margin: 20px auto 0; width: fit-content;  }
.wa_wrap .wa_img img {max-width: 100%; }

@media screen and (max-width: 1550px) {
    .job_banner_wrap { max-width: 90%; margin: auto;}
}
@media screen and (max-width: 1440px) {
	.login_box_wrap {gap:10px;justify-content: center;}
	.login_box_wrap .login_box {width: calc( 50% - 5px );padding:50px 20px;}
    .goods_list ul { gap: 30px 20px; }
    .goods_list ul li {width: calc(50% - 10px); gap: 20px;}
}
@media screen and (max-width: 1200px) {
    .goods_list ul li { width: 100%; }
    .goods_list.type2 ul li .info { flex: 1.2;}
    .goods_list.type2 ul li .img_box { flex: 1;}
    .product_wrap .search_box .select_wrap.type1 {flex-shrink: 0;}
    .product_wrap .search_box select {width: 100%;}
}
@media screen and (max-width: 1024px) {
    .product_wrap .search_box {flex-wrap: wrap; justify-content: flex-start;}
    .product_wrap .search_box .search {margin: auto;}
}

@media screen and (max-width: 768px) {
    .job_banner_wrap .btn325 { width: 100%; }
    .job_banner_wrap .job_swiper {padding-right: 1px;}
    .goods_list .tit,
    .product_wrap .tit {font-size: 20px;margin-bottom: 30px;}
    .goods_list ul li .info dt {font-size: 18px;}
    .goods_list ul li .info dd {font-size: 15px;}
    .product_wrap .search_box label {font-size: 15px;}
    .product_list > li {flex-wrap: wrap;}
    .product_list > li .img_box,
    .product_list > li .info {width: 100%;}

    .goods_list.type2 {margin-top: 30px; }
    .goods_list.type2 ul li {width: 100%;justify-content: flex-start; flex-wrap: wrap;}
    .goods_list.type2 ul li .img_box {width: 100%; height: auto;flex: none;}
    .goods_list.type2 ul li .info {max-width: 100%; flex: none;}
    .goods_list.type2 ul li .info dl {margin-top: 30px; }
    .goods_list ul li .info .btn325 {width: 100%; padding: 6px 34px 7px; margin-top: 20px;}

	.login_box_wrap {display:block;}
	.login_box_wrap .login_box {width: 100%;padding:50px 25px;height:auto;margin-top:20px;}
	.login_box_wrap .login_box:first-child {margin-top:0;}
    .line_box_wrap {padding: 20px;}
    .line_box_top .bull_area {font-size: 18px;}
    .line_box_top .bull_ex {font-size:15px;}
    .find_box {margin: 20px auto; padding: 20px 0;}
    .find_box .find_box_tit {font-size:15px;}
    .find_box .find_box_txt {font-size:18px;}
    .find_box2 {padding: 20px 0; }
    .find_box2 dl {display: block; }
    .find_box2 dl dt {font-size:15px;margin-bottom: 5px;}
    .find_box2 dl dt span {font-size:15px;}
}
@media screen and (max-width: 640px) {
    .goods_list ul li {flex-wrap: wrap; }
    .goods_list ul li > div { width: 100%; }
    .goods_list ul li .info .btn325{ margin-top: 10px; }
    .join_step {gap: 0 8px;}
    .join_step li,
    .join_step li.on {min-width:78px; font-size: 15px;}
    .join_step li::before {width: 60px; height: 60px;}
    .check_list > ul > li {flex-direction: column; gap: 10px;}
    .check_list > ul > li h3 {font-size: 15px; width: 100%; height: 36px; line-height: 36px; }
    .search_box:has(a.btn_news) button,
    .search_box .btn_news {width: calc(50% - 5px); max-width: 170px; flex-shrink: unset; }
    .search_box .btn_news  img {width: 100%; height: 100%;}
}
.btn_login_sns + .btn_login_sns {margin-left:25px;}

.intro_box_wrap {background:url("../images/bg_intro_top.png") right top no-repeat;padding-top:360px;}
.intro_box_wrap .intro_box_area {padding-right:380px;font-size:24px;padding-bottom:20px;}
.intro_box_wrap .intro_box_area .sub_title {margin-bottom: 10px;}
.intro_box_wrap .intro_box_area .answer {font-size: 18px;}

@media screen and (max-width: 1200px) {
    .intro_box_wrap .intro_box_area {padding-right:0;background-color:#fff;font-size:20px;}
}

@media screen and (max-width: 768px) {
    .intro_box_wrap {background:url("../images/bg_intro_top_m.png") center top no-repeat;padding-top:305px;}
    .intro_box_wrap .intro_box_area {font-size:16px;}
    .intro_box_wrap .intro_box_area .sub_title {font-size: 16px;}
    .intro_box_wrap .intro_box_area .answer {font-size: 15px;}
}

/* certify */
.certify_txt {font-size:18px;line-height:30px;}
.certify_txt + .certify_list {padding-top:10px;}

.certify_list li {position:relative;font-size:18px;line-height:30px;padding-left:18px;}
.certify_list li::before {content:"•";position:absolute;left:0;top:0;}
.certify_list li ul {padding:10px 0;}

.certify_list2 {padding-left:30px;}
.certify_list2 li {font-size:18px;line-height:30px;}
.certify_list2 li ul {padding:5px 30px;}

@media screen and (max-width: 768px) {
    .certify_txt {font-size:15px;line-height:24px;}
    .certify_txt + .certify_list {padding-top:5px;}
    .certify_list li {font-size:15px;line-height:24px;}
    .certify_list li ul {padding:5px 0;}

    .certify_list2 {padding-left:15px;}
    .certify_list2 li {font-size:15px;line-height:24px;}
    .certify_list2 li ul {padding:2px 15px;}
}

.direction_area img {width:100%;height:auto;}

.direction_list {margin-top: 50px; display: flex; flex-wrap: wrap; gap: 30px; }
.direction_list > li { width: calc(100% / 3 - 20px); border: 1px solid #DDD;border-radius: 15px;padding: 40px;}
.direction_list_tit {font-size:22px;font-weight:500;}
.direction_list .direction_box {margin-top:35px;}
.direction_list .direction_box > span {display:block;padding:4px 20px;border-radius:20px;background-color:#f8f8f8;margin-top:20px;font-size:18px;color:#888;}
.direction_list .direction_box > span em {font-size:18px;margin-right:8px;color:#222;}
.direction_list .direction_box > span:first-child {margin-top:0;}
.direction_list .direction_box > span.type_center {text-align:center;background-color:#e7edf4;color:#0a4595;}

@media screen and (max-width: 1200px) {
    .direction_list {gap: 20px;}
    .direction_list > li {width: 100%;padding:20px 30px;}
    .direction_list_tit {font-size:18px;}
    .direction_list .direction_box {margin-top:25px;}
    .direction_list .direction_box > span {font-size:15px;margin-top:15px;}
    .direction_list .direction_box > span em {font-size:15px;}
}

.direction_address_area {position:relative;padding:30px 50px;padding-right:235px;background-color:#f8f8f8;margin-top:50px;}
.direction_address_area ul li {font-size:18px;line-height:30px;color:#444;}
.direction_address_area ul li span {font-size:18px;line-height:30px;margin-left:20px;color:#444;}
.direction_address_area > a {position:absolute;top:50%;transform:translateY( -50% );right:32px;display:inline-block;background-color:#0a4595;padding:12px 35px;font-size:18px;font-weight:500;color:#fff;border-radius:3px;}

@media screen and (max-width: 1200px) {
    .direction_address_area {padding:30px 40px;padding-right:40px;}
    .direction_address_area ul li span {margin-left:0;display:block;}
    .direction_address_area > a {position:relative;top:inherit;right:auto;transform: translateY(0); left:0;margin-top:10px;font-size:15px;padding:10px 25px;}
}

.map_wrap {margin-top:50px;border:5px solid #f2f2f2;padding:50px;}
.map_wrap .map_tit {font-size:30px;color:#0a4595;text-align:center;}
.map_wrap .map_sub_tit {font-size:22px;color:#000;text-align:center;margin-top:5px;}
.map_area_wrap {display:flex;margin-top:50px;}
.map_area_wrap > div {width:50%;}
.map_area_wrap .map_area img {width:100%;height:auto;}
.map_area_wrap .map_all_select:hover {background-color:#0a4595;color:#fff;}
.map_area_wrap .map_all_select {font-size:20px;width:100%;padding:11px 10px;text-align:center;color:#0a4595;background-color:#f2f5f9;margin-top:50px;border:1px solid #0a4595;border-radius:15px;}
.map_area_wrap .map_ex {padding-left:100px;}
.map_area_wrap .map_ex ul {display:flex;flex-wrap: wrap;gap:30px 0; }
.map_area_wrap .map_ex ul li {width:33.3%;text-align:center;}
.map_area_wrap .map_ex_list dl dd {font-size:18px;font-weight:700;margin-top:15px;}
.map_area_wrap .map_ex_list dl dt {position:relative;font-size:18px;padding-bottom:77px;}
.map_area_wrap .map_ex_list dl dt::before {content:"";width:57px;height:57px;border-radius:57px;background-color:#0a4595;position:absolute;bottom:0;left:50%;transform: translateX( -50% );}

/* 복지통계 시설현황 아이콘 */
.map_area_wrap .map_ex_list dl dt.bull_A101::before {background: url("../images/bull_A101.png") center no-repeat;}
.map_area_wrap .map_ex_list dl dt.bull_A102::before {background: url("../images/bull_A102.png") center no-repeat;}
.map_area_wrap .map_ex_list dl dt.bull_A103::before {background: url("../images/bull_A103.png") center no-repeat;}
.map_area_wrap .map_ex_list dl dt.bull_A104::before {background: url("../images/bull_A104.png") center no-repeat;}
.map_area_wrap .map_ex_list dl dt.bull_A105::before {background: url("../images/bull_A105.png") center no-repeat;}
.map_area_wrap .map_ex_list dl dt.bull_A106::before {background: url("../images/bull_A106.png") center no-repeat;}
.map_area_wrap .map_ex_list dl dt.bull_A107::before {background: url("../images/bull_A107.png") center no-repeat;}
.map_area_wrap .map_ex_list dl dt.bull_A108::before {background: url("../images/bull_A108.png") center no-repeat;}
.map_area_wrap .map_ex_list dl dt.bull_A109::before {background: url("../images/bull_A109.png") center no-repeat;}
.map_area_wrap .map_ex_list dl dt.bull_A110::before {background: url("../images/bull_A110.png") center no-repeat;}
.map_area_wrap .map_ex_list dl dt.bull_A111::before {background: url("../images/bull_A111.png") center no-repeat;}

/* 복지통계 아동복지 아이콘 */
.map_area_wrap .map_ex_list dl dt.bull_B101::before {background: url("../images/bull_B101.png") center no-repeat;}
.map_area_wrap .map_ex_list dl dt.bull_B102::before {background: url("../images/bull_B102.png") center no-repeat;}
.map_area_wrap .map_ex_list dl dt.bull_B103::before {background: url("../images/bull_B103.png") center no-repeat;}
.map_area_wrap .map_ex_list dl dt.bull_B104::before {background: url("../images/bull_B104.png") center no-repeat;}
.map_area_wrap .map_ex_list dl dt.bull_B105::before {background: url("../images/bull_B105.png") center no-repeat;}
.map_area_wrap .map_ex_list dl dt.bull_B106::before {background: url("../images/bull_B106.png") center no-repeat;}
.map_area_wrap .map_ex_list dl dt.bull_B107::before {background: url("../images/bull_B107.png") center no-repeat;}

/* 복지통계 청소년 아이콘 */
.map_area_wrap .map_ex_list dl dt.bull_C101::before {background: url("../images/bull_C101.png") center no-repeat;}
.map_area_wrap .map_ex_list dl dt.bull_C102::before {background: url("../images/bull_C102.png") center no-repeat;}
.map_area_wrap .map_ex_list dl dt.bull_C103::before {background: url("../images/bull_C103.png") center no-repeat;}
.map_area_wrap .map_ex_list dl dt.bull_C104::before {background: url("../images/bull_C104.png") center no-repeat;}
.map_area_wrap .map_ex_list dl dt.bull_C105::before {background: url("../images/bull_C105.png") center no-repeat;}
.map_area_wrap .map_ex_list dl dt.bull_C106::before {background: url("../images/bull_C106.png") center no-repeat;}

/* 복지통계 노인복지 아이콘 */
.map_area_wrap .map_ex_list dl dt.bull_D101::before {background: url("../images/bull_D101.png") center no-repeat;}
.map_area_wrap .map_ex_list dl dt.bull_D102::before {background: url("../images/bull_D102.png") center no-repeat;}
.map_area_wrap .map_ex_list dl dt.bull_D103::before {background: url("../images/bull_D103.png") center no-repeat;}
.map_area_wrap .map_ex_list dl dt.bull_D104::before {background: url("../images/bull_D104.png") center no-repeat;}
.map_area_wrap .map_ex_list dl dt.bull_D105::before {background: url("../images/bull_D105.png") center no-repeat;}
.map_area_wrap .map_ex_list dl dt.bull_D106::before {background: url("../images/bull_D106.png") center no-repeat;}

/* 복지통계 여성가족 아이콘 */
.map_area_wrap .map_ex_list dl dt.bull_E101::before {background: url("../images/bull_E101.png") center no-repeat;}
.map_area_wrap .map_ex_list dl dt.bull_E102::before {background: url("../images/bull_E102.png") center no-repeat;}
.map_area_wrap .map_ex_list dl dt.bull_E103::before {background: url("../images/bull_E103.png") center no-repeat;}
.map_area_wrap .map_ex_list dl dt.bull_E104::before {background: url("../images/bull_E104.png") center no-repeat;}

/* 복지통계 장애인 아이콘 */
.map_area_wrap .map_ex_list dl dt.bull_F101::before {background: url("../images/bull_F101.png") center no-repeat;}
.map_area_wrap .map_ex_list dl dt.bull_F102::before {background: url("../images/bull_F102.png") center no-repeat;}
.map_area_wrap .map_ex_list dl dt.bull_F103::before {background: url("../images/bull_F103.png") center no-repeat;}
.map_area_wrap .map_ex_list dl dt.bull_F104::before {background: url("../images/bull_F104.png") center no-repeat;}
.map_area_wrap .map_ex_list dl dt.bull_F105::before {background: url("../images/bull_F105.png") center no-repeat;}

/* 돌봄안내 */
.care_info .certify_txt + .table_wrap { margin-top: 20px; }
.care_info .bg_box { padding: 40px; margin-top: 20px; background: #f8f8f8; }
.care_info .bg_box ul li { font-size: 18px; font-weight: 400; color: #444; }
.care_info .certify_list2 { padding-left: 0; }
.care_info .certify_list2 > li > ul > li > span {display: block; font-size: inherit;padding-left: 75px;}
.box_list { display: flex; justify-content: center; gap: 60px; margin-bottom: 60px; }
.box_list li { position: relative; text-align: center; flex: 1; }
.box_list li::after { content: ''; position: absolute; top: 70px; right: -42px; width: 25px; height: 25px; background: url(../images/arr_right.png) no-repeat center center; background-size: cover; }
.box_list li:last-of-type::after { display: none; }
.box_list li .box { border: 1px solid #0a4595; min-height: 160px; }
.box_list li .box div { display: flex; justify-content: center; align-items: center; font-size: 18px; font-weight: 500; color: #444; }
.box_list li .box div:nth-child(1) { background: #0a4595; color: #fff; height: 60px; }
.box_list li .box div:nth-child(2) { min-height: 100px; }
.box_list li span { display: block; margin-top: 10px; font-size: 18px; font-weight: 500; color: #444;  }
.care_info .chip { margin-left: 20px; }
.tit_box:has(.qr_test) { display: flex; margin: 20px 0; }
.certify_list2 > li > ul > li > ul > li:has(.qr_test) { padding-left: 0; }
.certify_list2 > li > ul > li > ul > li:has(.qr_test)::before { display: none; }
.qr_test { text-align: left; padding-left: 60px; }
.qr_test .tit { font-size: 20px; font-weight: 700; color: #0a4595; margin-bottom: 10px; }
.qr_test ul {padding-left: 0 !important;}
.qr_test ul li { font-size: 18px; font-weight: 500; text-align: left; padding-left: 0; }
.qr_test ul li::before { display: none; }

@media screen and (max-width: 1440px) {
    .map_area_wrap .map_ex {padding-left:50px;}
}
@media screen and (max-width: 1200px) {
    .map_area_wrap .map_ex {padding-left:30px;}
    .map_area_wrap .map_ex ul li {width:50%;}
}

@media screen and (max-width: 768px) {
    .map_wrap {padding:20px;}
    .map_area_wrap {display:block;}
    .map_area_wrap > div {width:100%;}
    .map_area_wrap .map_ex {padding-left:0;margin-top:40px;}
    .map_area_wrap .map_all_select {font-size:15px;padding:5px 3px;margin-top:30px;}
    .map_wrap .map_tit {font-size:26px;}
    .map_wrap .map_sub_tit {font-size:20px;}
    .map_area_wrap .map_ex_list dl dt {font-size:14px;padding-bottom:68px;}
    .map_area_wrap .map_ex_list dl dd {font-size:14px;margin-top:10px;}
    .map_area_wrap .map_ex ul {gap:15px 0;}

    .care_info .certify_list2 > li > ul > li > span { padding-left: 62px;}
    .care_info .bg_box { padding: 20px; }
    .care_info .bg_box ul li {font-size: 15px;}
    .box_list {flex-wrap: wrap; gap: 30px;}
    .box_list li { width: 100%; flex: none;}
    .box_list li::after { display: none;}
    .box_list li .box{min-height: auto; }
    .box_list li .box div:nth-child(1) { height: auto; padding: 10px 0;}
    .box_list li .box div:nth-child(2) { min-height: auto; padding: 10px 0; }
    .box_list li span { font-size: 15px; margin-top: 5px; }
    .qr_test {padding-left: 20px;}
    .qr_test .tit {font-size: 18px; margin-bottom: 5px;}
    .qr_test ul li {font-size: 15px;}
    .care_info .chip {margin: 10px;}
}
@media screen and (max-width: 430px) {
    .terms_con .info .table_wrap th, .terms_con .info .table_wrap td { padding: 6px; }
    .welfare_list > li > a {padding: 30px;}
    .border_list > li {padding: 20px;}

    .tit_box:has(.qr_test) { justify-content: center; flex-wrap: wrap; gap: 20px; }
    .tit_box:has(.qr_test) > div { width: 100%; }
}