@charset "utf-8";


.wrap {overflow: hidden; margin: 0 auto;}

.sub-content-wrap {width: 100%; margin: 0 auto;  font-family: 'Pretendard'; word-break: keep-all;}
.sub-content-inner {width: 100%; padding: 80px 0;}


/************************************************** 
   서브페이지 탑
***************************************************/
.sub-top{font-family: 'NEXON-Lv2-Gothic' !important; width: 100%; position: relative;}
.sub-top .sub-visual {position: relative; height: 300px; overflow: hidden; display: flex; align-items: center; justify-content: center; flex-direction: column; transition: all .3s ease; background:url('../../../user/web/images/sub/sub_top_bg.jpg') center no-repeat; gap: 10px;}

.sub-top .sub-visual h2 {font-size: 44px; position: relative; display: inline-block; transform: translateY(-30px); opacity: 0; animation: fadeDown 0.7s ease-out forwards;}
/*.sub-top .sub-visual h2::after {content: ''; background: url('../../../user/web/images/sub/sub_top_icon.svg') left bottom no-repeat; width: 34px; height: 34px; display: block; position: absolute; right: -44px; top:0; }*/
.sub-top .sub-visual ul {display: flex; justify-content: center;}
.sub-top .sub-visual ul li {display: flex; align-items: center; color: #555;}
.sub-top .sub-visual ul li::after {content: ''; background: url('../../../user/web/images/icon/icon_sub_arrw.svg') no-repeat; width: 6px; height: 10px; display: block; margin: 0 10px;}
.sub-top .sub-visual ul li:last-child:after {display: none;}
.sub-top .sub-visual ul li a {display: block;}
.sub-top .sub-visual ul li a img {margin-bottom: 1px;}

/* 서브페이지 lnb */
.sub-top .current-page {width: 100%; background: #00BA8F; ; transition: all .48s; display: none;}
.sub-top .current-page span {display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 18px; padding: 15px 10px; color: #fff; text-align: center; font-weight: 500; cursor: pointer;}
.sub-top .current-page span::after {content: ''; width: 15px; height: 12px; background: url('../../../user/web/images/icon/icon_select_arrow_down.svg') no-repeat center; transition: all .4s ease;}
.sub-top .current-page span.active::after {transform: rotate(180deg);}

.sub-top .lnb {width: 100%; position: relative; top:-45px;}
.sub-top .lnb.active {height: fit-content;}
.sub-top .lnb.active ul {display: flex;}
.sub-top .lnb ul {width: 100%; max-width: 1200px; margin: 0 auto; display: flex; justify-content: center; align-items: center; box-shadow: 0 0 20px rgba(0,0,0,.1); border-radius: 20px; background: #fff;}
.sub-top .lnb ul li {font-size: 18px; font-weight: 500; color: #222; position: relative; width: 100%; text-align: center;}
.sub-top .lnb ul li::after {content: ''; background:#acacac; width: 1px; height: 33px; display: block; position: absolute; top: 50%; right: -1px; transform: translateY(-50%);}
.sub-top .lnb ul li:last-child::after {display: none;}
.sub-top .lnb ul li.on::after {display: none;} 
.sub-top .lnb ul li a {display: flex; align-items: center; justify-content: center; height: 80px; border-radius: 20px; word-break: keep-all;}
.sub-top .lnb ul li.on a {color: #00BA8F; font-weight: 600; border: 1px solid #00BA8F; position: relative; z-index: 1}


@media screen and (max-width: 1200px) {
    .sub-top .lnb {padding: 0 20px;}
    .sub-top .lnb ul li {font-size: 18px;}
}

@media screen and (max-width: 1024px) {
    .sub-top .sub-visual {padding: 0 20px;}
    .sub-top .sub-visual h2 {font-size: 38px;}
    .sub-top .sub-visual ul {flex-wrap: wrap;}
    .sub-top .sub-visual ul li {font-size: 16px;}
    .sub-top .lnb ul li {font-size: 17px;}
}


 @media screen and (max-width: 768px) {
    .sub-top .current-page {display: block;} 
    .sub-top .sub-visual {height: 240px;}
    .sub-top .sub-visual h2 {font-size: 32px;}
    .sub-top .sub-visual ul li {font-size: 15px;}
    .sub-top .lnb {position: absolute; z-index: 10; left: 50%; transform: translateX(-50%); opacity: 0; visibility: hidden; transition: all .5s ease; pointer-events: none; top: auto; padding: 0;}
    .sub-top .lnb.active {opacity: 1; visibility: visible; pointer-events: all; border-bottom: 1px solid #aaa;}
    .sub-top .lnb ul {display: flex; flex-direction: column; display: none;}
    .sub-top .lnb ul li {width: 100%; background: #fff; color: #222;}
    .sub-top .lnb ul li a {justify-content: center; padding: 14px 10px; font-weight: 500; height:auto; border-radius: 0;}
    .sub-top .lnb ul li.on a {border: none; color: #222; font-weight:500;}
    .sub-top .lnb ul li.on {background:#fff; color: #222; font-weight: 500;}
    .sub-top .lnb ul li.on::before {content: none;}
    .sub-top .lnb ul li:hover a {background:#089070; color: #fff !important; font-weight: 500;}
    
} 




/************************************************** 
    00 페이지 공통사항
***************************************************/
.sub-content-wrap p {font-size: 18px; line-height: 28px;}
.sub-content-wrap p.sm {font-size: 16px; line-height: 26px; color: #555; padding-left: 9px;}
.sub-content-wrap .sub-list li  {position: relative; font-size: 18px; line-height: 28px; padding-left: 26px;}
.sub-content-wrap .sub-list li::before {content: ''; background: #111; width: 4px; height: 4px; display: block; position: absolute; top: 10px; left: 11px; border-radius: 100%;}

.sub-content-wrap .top-box {border: 1px solid #ddd; border-radius: 10px 10px 50px 10px; padding: 30px 35px; display: flex; align-items: center; gap: 20px;}
.sub-content-wrap .top-box .ic {min-width: 65px;}
.sub-content-wrap .top-box .ic img {max-width: 100%; height: auto;}
.sub-content-wrap .top-box .con {width: 100%;}
.sub-content-wrap .top-box .tit {font-size: 24px; font-weight: bold; color: #059C7E;margin-bottom: 10px;} 

.sub-content-wrap .slogan-box {width: 100%; padding: 35px; background: #F2FBF5; border-radius: 5px;}
.sub-content-wrap .slogan-box .tit {font-size: 30px; font-weight: bold; color: #213D75; text-align: center; line-height: 34px;}
.sub-content-wrap .slogan-box span {color: #00BA8F;}
.sub-content-wrap .slogan-box .txt {color: #555; text-align: center;}
.sub-content-wrap .slogan-box .txt::before {content: ''; width: 60px; height: 1px; background: #ccc; margin: 20px auto; display: block;}
.sub-content-wrap .dw-btn {margin-top:40px;}
.sub-content-wrap .dw-btn .download-btn {font-size: 18px; font-weight: 500; color: #fff; background: #00BA8F; padding: 17px 20px; width:auto; border-radius: 5px;}

@media screen and (max-width: 1024px) {
    .sub-content-wrap .slogan-box {font-size: 26px; line-height: 36px;}
}

@media screen and (max-width: 768px) {

    .sub-content-wrap p {font-size: 16px; line-height: 24px;}
    .sub-content-wrap p.sm {font-size: 15px; line-height: 22px;}

    .sub-content-wrap .top-box {padding: 20px 25px;}
    .sub-content-wrap .top-box .tit {font-size: 20px; margin-bottom: 5px;}

    .sub-content-wrap .slogan-box {line-height: 30px; padding: 20px 25px;}
    .sub-content-wrap .slogan-box .tit {font-size: 22px;}
}

@media screen and (max-width: 480px) {
    .sub-content-wrap .top-box {flex-direction: column; align-items: flex-start; gap: 10px;}
    .sub-content-wrap .top-box .ic {max-width: 35px;}
    
}




/************************************************** 
    01 센터소개 - 센터개요
***************************************************/
.center-info {}
.center-info p {line-height: 28px;}

.center-info .goal-box {display: flex; gap: 20px;}
.center-info .goal-box li {width: 100%; border: 1px solid #ddd; padding: 35px;}
.center-info .goal-box li .num {display: block; color: #888; margin-bottom: 10px;}
.center-info .goal-box li .txt {color: #213D75; font-weight: bold; line-height: 28px;}


@media screen and (max-width: 1080px) {
    .center-info .goal-box li .txt br {display: none;}
}


@media screen and (max-width: 768px) {
    .center-info p {font-size: 16px; line-height: 24px;}
    .center-info .goal-box {flex-direction: column;}
    .center-info .goal-box li {padding: 20px 25px;}
    .center-info .goal-box li span {font-size: 16px;}
    .center-info .goal-box li .txt{line-height: 24px;}
}



/************************************************** 
    01 센터소개 - 조직도 및 업무
***************************************************/
.organization .org-map {max-width: 754px; margin: 0 auto 80px; font-weight: 600;}
.organization .org-map li {}
.organization .org-map .org-box {display: block; max-width: 230px; background-color: #f0f0f0; padding: 20px; border-radius: 10px; text-align: center;}

.organization .org-map li .org-box.top {background: #00c2a8; color: #fff; margin: 0 auto 25px; position: relative;}
.organization .org-map li .org-box.top::after {content: ''; width: 1px; height: 165px; background: #ddd; display: block; position: absolute; top: 100%; left: 50%;} 
.organization .org-map li .org-box.committee { border: 1px solid #00c2a8; background-color: #fff; color: #00c2a8; margin-left: auto; margin-bottom: 140px; position: relative;}
.organization .org-map li .org-box.committee::before {content: ''; width: 147px; height: 1px; background: #ddd; display: block; position: absolute; top: 50%; right: 100%;}
.organization .org-map li .group2 {display: flex; justify-content: space-between; width: 100%; position: relative;}
.organization .org-map li .group2::before {content: ''; width: 69.5%; height: 1px; background: #ddd; display: block; position: absolute; top: -64px; left: 50%; transform: translateX(-50%);}
.organization .org-map li .group2 .org-box {width: 100%; min-width: 232px; position: relative; border: 1px solid #ddd; color: #333}
.organization .org-map li .group2 .org-box::before {content: ''; width: 1px; height: 63px; background: #ddd; display: block; position: absolute; top: -63px; left: 50%; transform: translateX(-50%);}


@media screen and (max-width: 800px) {
    .organization .org-map li {width: 100%;}
    .organization .org-map .org-box {max-width: 100%;}
    .organization .org-map li .org-box.top {margin-bottom: 20px;}
    .organization .org-map li .org-box.committee {margin-bottom: 40px;}
    .organization .org-map li .org-box.committee::before{display: none}
    .organization .org-map li .group2 {flex-direction: column; gap: 10px;}
    .organization .org-map li .group2::before{display: none}
    .organization .org-map li .group2 .org-box::before {display: none;}
}


/************************************************** 
    01 센터소개 - 찾아오시는 길
***************************************************/
.locationWrap {}
.locationWrap .map-wrap {margin-bottom: 40px; border-bottom: 1px solid #ddd;}
.locationWrap .map-wrap .wrap_controllers {display: none;}
.locationWrap .con-wrap {border: 1px solid #ddd; border-top: 2px solid #00BA8F; padding: 40px 70px;}
.locationWrap .con-wrap h3 {font-size: 36px; margin-bottom: 30px;}
.locationWrap .con-wrap .info {display: flex; flex-wrap: wrap; gap: 30px 50px;}
.locationWrap .con-wrap .info li {width: fit-content; display: flex; gap: 10px;}
.locationWrap .con-wrap .info li span {display: block;}
.locationWrap .con-wrap .info li .tt {font-weight: bold; width: fit-content;}
.locationWrap .con-wrap .info li .tt::before {content: ''; background: url('../../../user/web/images/sub/locationWrap_info_icon_01.svg') center no-repeat; width: 22px; height: 22px; display: inline-block; vertical-align: middle; margin-right: 8px; margin-bottom: 3px;}
.locationWrap .con-wrap .info li:nth-child(2) .tt::before {background: url('../../../user/web/images/sub/locationWrap_info_icon_02.svg') center no-repeat;}
.locationWrap .con-wrap .info li:nth-child(3) .tt::before {background: url('../../../user/web/images/sub/locationWrap_info_icon_03.svg') center no-repeat;}
.locationWrap .con-wrap .info li:nth-child(4) .tt::before {background: url('../../../user/web/images/sub/locationWrap_info_icon_04.svg') center no-repeat;}


@media screen and (max-width: 1024px) {
    .locationWrap .con-wrap {padding: 30px;}
    .locationWrap .con-wrap h3 {font-size: 28px;}
    .locationWrap .con-wrap .info {font-size: 16px; gap: 10px 50px;}
}

@media screen and (max-width: 640px) {
    .locationWrap .con-wrap {padding: 30px 20px;}
    .locationWrap .con-wrap h3 {font-size: 24px; margin-bottom: 20px;}
    .locationWrap .con-wrap .info {flex-direction: column; gap: 6px;}
    .locationWrap .con-wrap .info li .tt {width: 90px;}
    .locationWrap .con-wrap .info li .tx {width: calc(100% - 90px - 10px);}
}

@media screen and (max-width: 480px) {
    .locationWrap .con-wrap .info li{flex-direction: column; gap: 0;}
    .locationWrap .con-wrap .info li .tx {width: 100%; padding-left: 30px;}
}


/************************************************** 
    01 전남형 만원주택 - 전남형 만원주택 소개
***************************************************/
.manwonWrap {}
.manwonWrap .manwon-list {display: flex; justify-content: space-between; align-items: stretch; gap: 20px;}
.manwonWrap .manwon-list > li {width: 100%; display: flex; flex-direction: column;}
.manwonWrap .manwon-list .hd {font-size: 20px; font-weight: bold; text-align: center; background: #D9D9D9; padding:14px 15px;}
.manwonWrap .manwon-list .con {border: 1px solid #d9d9d9; padding: 20px 15px; flex:1}
.manwonWrap .manwon-list .con .tit {font-size: 20px; font-weight: bold; margin-bottom: 20px; text-align: center;}
.manwonWrap .manwon-list .con .tit::after {content: ''; width: 100px; height: 1px; background: #ddd; display: block; margin: 20px auto; }


@media screen and (max-width: 1080px) {
    .manwonWrap .manwon-list {flex-wrap: wrap;}
    .manwonWrap .manwon-list > li {width: calc(50% - 10px);}
    .manwonWrap .manwon-list .hd {font-size: 18px;}
    .manwonWrap .manwon-list .con .tit {font-size: 18px;}
}

@media screen and (max-width: 768px) {

    .manwonWrap .manwon-list > li {width: 100%;}
    .manwonWrap .manwon-list .hd {font-size: 17px;}
    .manwonWrap .manwon-list .con .tit {font-size: 17px;}
}



/************************************************** 
    05 주거복지 안내 - 전라남도 2030 주거종합계획
***************************************************/
.planWrap .goal-list {display: flex; justify-content: space-between; gap: 20px;}
.planWrap .goal-list > li {border: 1px solid #ddd;}
.planWrap .goal-list > li .hd {font-size: 20px; background: #D9D9D9; padding: 20px 24px; text-align: center; font-weight: bold;}
.planWrap .goal-list > li .con {padding: 24px;}
.planWrap .sub-txt-list {margin-bottom: 14px;}
.planWrap .sub-txt-list > li {position: relative; font-size: 16px; line-height: 24px; color: #555; padding-left: 15px;}
.planWrap .sub-txt-list > li::before {content: '-'; position: absolute; top: 0px; left: 0; border-radius: 100%;}


@media screen and (max-width: 1200px) {
    .planWrap .goal-list > li .hd {padding: 15px;}
    .planWrap .goal-list > li .con {padding: 15px;}
}

@media screen and (max-width: 1024px) {
    .planWrap .goal-list {flex-wrap: wrap;}
    .planWrap .goal-list > li {width: calc(50% - 10px);}
    .planWrap .goal-list > li .hd {font-size: 18px;}
}

@media screen and (max-width: 768px) {
    .planWrap .goal-list > li {width: 100%;}
}



/************************************************** 
  04전세사기피해지원
***************************************************/
.ws-Jeonse-wrap small {font-size:16px;color: #777;display: block}
.ws-Jeonse-wrap .com-title-02 {margin-top: 80px;}
.ws-Jeonse-wrap .com-title-04 {margin-top: 30px;}
.ws-Jeonse-wrap .es-txt-list-area {margin-top:20px}
.ws-Jeonse-wrap .es-num-list-area {margin-top:20px}
.ws-Jeonse-wrap .support-target-table td:nth-child(2) {text-align: left}
.ws-Jeonse-wrap table a {text-decoration: underline;color:#2E70D3}
.ws-Jeonse-wrap td.col-duty {text-align: left}


.ws-Jeonse-wrap .es-box-grid {display:flex; flex-wrap:wrap; gap:20px; width:100%; margin-top:50px}
.ws-Jeonse-wrap .es-box-grid .bs-box {flex: 0 0 calc(50% - 10px); border:1px solid #ddd; padding:30px; box-sizing:border-box; background-color: #fff; min-height: 277px;}
.ws-Jeonse-wrap .es-box-grid .bs-box .label {display: block; font-size: 18px; color:#999; margin-bottom: 16px;}
.ws-Jeonse-wrap .es-box-grid .bs-box .is-title {font-size: 1.1rem;font-weight: 600;color: #222; margin: 0 0 16px;}
.ws-Jeonse-wrap .es-box-grid .bs-box small {margin-top:16px}

.ws-Jeonse-wrap .doc-ind-table {margin:20px 0}

.ws-Jeonse-wrap .es-step-area {list-style: none;padding: 0;margin: 0;display: flex;gap: 10px;flex-wrap: wrap;justify-content: space-between;flex-wrap: nowrap;}
.ws-Jeonse-wrap .es-step-area li {position: relative;flex: 1 1 0;max-width: 23%;width:100%;border: 1px solid #ddd;overflow: visible;background-color: #fff;text-align: center;}
.ws-Jeonse-wrap .es-step-area .bs-head-box {background-color: #eee;color: #213D75;padding: 8px 0;}
.ws-Jeonse-wrap .es-step-area .bs-head-box .is-step-label {margin: 0;font-weight: bold;font-size: 20px;}
.ws-Jeonse-wrap .es-step-area .bs-con-box {padding: 30px;border-top: 1px solid #ddd;}
.ws-Jeonse-wrap .es-step-area .bs-con-box .is-step-title {font-size: 20px;font-weight: bold;margin: 0 0 8px 0;color: #222;}
.ws-Jeonse-wrap .es-step-area .bs-con-box .is-step-desc {position: relative;font-size: 18px;color: #111;margin: 16px 0 0 0; display: inline-block; text-align: center;}
.ws-Jeonse-wrap .es-step-area .bs-con-box .is-step-desc::before {content: "";position: absolute;top: -12px;left: 50%;transform: translateX(-50%);width: 44px;height: 2px; background-color: #213D75;}
.ws-Jeonse-wrap .es-step-area li:not(:last-child)::after {content: "";position: absolute;top: 50%;right: -40px;transform: translateY(-50%);width: 30px;height: 30px;background: url('../../../user/web/images/icon/icon_step_arrw.png') no-repeat;background-size: contain;}

.ws-Jeonse-wrap .es-qna-area .bs-head-box {display: flex;align-items: center;background-color: #f0f0f0;padding: 15px 30px;border-radius: 6px 6px 0 0;border: 1px solid #ddd;border-bottom: none;}
.ws-Jeonse-wrap .es-qna-area li {margin-bottom:20px}
.ws-Jeonse-wrap .es-qna-area .bs-head-box .circle-q {width: 36px;height: 36px;background-color: #00BA8F;color: #fff;border-radius: 50%;display: flex;align-items: center;justify-content: center;font-weight: bold;margin-right: 10px;font-size: 18px;flex-shrink: 0}
.ws-Jeonse-wrap .es-qna-area .bs-head-box .is-title {margin: 0;font-size: 20px;font-weight: 500;color: #333;}
.ws-Jeonse-wrap .es-qna-area .bs-con-box {background-color: #fff;padding: 30px;border: 1px solid #ddd;border-radius: 0 0 6px 6px;font-size: 18px;color: #444;}
.ws-Jeonse-wrap .es-qna-area .bs-con-box .is-desc {font-size:18px;}

@media screen and (max-width: 1560px) {
    
}
@media screen and (max-width: 1400px) {
    
}
@media screen and (max-width: 1240px) {
    
}
@media screen and (max-width: 1080px) {
    .ws-Jeonse-wrap .es-step-area li:not(:last-child)::after {right: -37px}
  
   .ws-Jeonse-wrap .es-qna-area .bs-head-box {padding: 12px 20px;}
    .ws-Jeonse-wrap .es-qna-area .bs-head-box .circle-q {width: 32px;height: 32px;font-size: 17px;margin-right: 8px;}
    .ws-Jeonse-wrap .es-qna-area .bs-head-box .is-title {font-size: 18px;}
    .ws-Jeonse-wrap .es-qna-area .bs-con-box {padding: 25px;font-size: 17px;}
    .ws-Jeonse-wrap .es-qna-area .bs-con-box .is-desc {font-size: 17px;}
    .ws-Jeonse-wrap .es-qna-area li {margin-bottom: 18px;}
    
}
@media screen and (max-width: 768px) {
    .ws-Jeonse-wrap .es-box-grid {display:flex; flex-wrap:wrap; gap:20px; width:100%;}
    .ws-Jeonse-wrap .es-box-grid .bs-box {flex: 0 0 100%; min-height: auto;}

    .ws-Jeonse-wrap .es-step-area {flex-wrap: wrap}
    .ws-Jeonse-wrap .es-step-area li {max-width: 100%;flex: 0 0 100%;margin-bottom: 20px}
    .ws-Jeonse-wrap .es-step-area li::after {display: none}

  .ws-Jeonse-wrap .es-qna-area .bs-head-box {padding: 10px 15px;}
    .ws-Jeonse-wrap .es-qna-area .bs-head-box .circle-q {width: 28px;height: 28px;font-size: 16px;margin-right: 8px;}
    .ws-Jeonse-wrap .es-qna-area .bs-head-box .is-title {font-size: 16px;}
    .ws-Jeonse-wrap .es-qna-area .bs-con-box {padding: 20px;font-size: 16px;}
    .ws-Jeonse-wrap .es-qna-area .bs-con-box .is-desc {font-size: 16px;}
    .ws-Jeonse-wrap .es-qna-area li {margin-bottom: 15px;}

}



/************************************************** 
    05 주거복지 안내 - 주거비 및 금융지원
***************************************************/
.subWrap .step-area {display: flex; gap: 25px; justify-content: space-between;}
.subWrap .step-area li {position: relative; width:100%;border: 1px solid #ddd; background-color: #fff; text-align: center;}
.subWrap .step-area .bs-head-box {background-color: #eee;color: #213D75;padding: 8px 0;font-weight: bold;}
.subWrap .es-step-area .bs-head-box .is-step-label {font-weight: bold;font-size: 20px;}
.subWrap .step-area .bs-con-box {padding: 30px;border-top: 1px solid #ddd;}
.subWrap .step-area .bs-con-box .is-step-title {font-size: 20px;font-weight: bold;margin: 0 0 8px 0;color: #222;}
.subWrap .step-area .bs-con-box .is-step-desc {position: relative;font-size: 18px;color: #111;margin: 16px 0 0 0; display: inline-block; text-align: center; width: 100%;}
.subWrap .step-area .bs-con-box .is-step-desc::before {content: "";position: absolute;top: -12px;left: 50%;transform: translateX(-50%);width: 44px;height: 2px; background-color: #213D75;}
.subWrap .step-area li:not(:last-child)::after {content: "";position: absolute;top: 50%;right: -36px;transform: translateY(-50%);width: 30px;height: 30px;background: url('../../../user/web/images/icon/icon_step_arrw.png') no-repeat;background-size: contain; z-index: 5;}
.subWrap small {font-size:16px;color: #777;display: block}


@media screen and (max-width: 1024px) {
    .sub-content-wrap p {font-size: 16px;}
    .subWrap .step-area {flex-wrap: wrap; gap: 20px;}
    .subWrap .step-area li {width: calc(50% - 20px); }
    .subWrap .step-area li:not(:last-child)::after {right: -44px;}
    .subWrap .step-area .bs-con-box .is-step-title {font-size: 18px;}
    .subWrap .step-area .bs-con-box .is-step-desc {font-size: 14px;}
}

@media screen and (max-width: 480px) {
    .subWrap .step-area li {width: 100%;}
    .subWrap .step-area li:not(:last-child)::after {display: none;}
    
}

/************************************************** 
  05주거비 및 금융지원 - 금융지원
***************************************************/

.refer{position:relative; margin-top: 5px; padding-left: 15px; color:#777; font-size:16px}
.refer::before{content: '※'; position: absolute; top: 0; left: 0;}
.ws-finsup-wrap small {font-size:16px;color: #777;display: block}
.ws-finsup-wrap .is-desc {font-size: 16px;}
.ws-finsup-wrap td.col-duty {text-align: left}
.ws-finsup-wrap .refer a {text-decoration: underline;color:#2E70D3}
.ws-finsup-wrap .com-txt-list a {text-decoration: underline;color:#2E70D3}
.ws-finsup-wrap .es-txt-box {width: 100%;background-color: #f3f3f3;padding: 30px;}
.ws-finsup-wrap .es-sm-txt ul li {font-size:16px; color:#777}


/************************************************** 
  05주거비 및 금융지원 - 지자치 주거복지 정책
***************************************************/
.com-filter-box .row .filter-option.wd-100 {width: 100% !important;}
.com-filter-box .tit-box {width: 100%; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px dashed #999999; padding-bottom: 20px; margin-bottom: 30px;}
.com-filter-box .tit {font-size: 24px; font-weight: 600;width: 100%;}
.com-filter-box .tit span {color: #00BA8F;}
.com-brd-list-04 .local-cate {background: #D9EFEA; color: #00BA8F; font-weight: 500;}
.com-brd-list-04.local-hosing .item-con .info {height: 122px !important;}

@media screen and (max-width: 768px) {
    .com-brd-list-04.local-hosing .item-con .info {height: auto !important;}
}


/************************************************** 
   07 통합검색
***************************************************/
#srchWrap {}
#srchWrap .srch-matched-txt {color: #FF0000;}

#srchWrap .srch-box {background: #F0F0F0; padding: 34px 20px; margin-bottom: 40px;}
#srchWrap .srch-box .input-box {width: 100%; max-width: 480px; height: 52px; border: 1px solid #D0EADE; position: relative; padding-right: 35px; background: #fff; margin: 0 auto;} 
#srchWrap .srch-box .input-box input {font-family: 'Pretendard'; width: 100%; height: 100%; border: none; padding: 20px;}
#srchWrap .srch-box .input-box input::placeholder {color: #666;}
#srchWrap .srch-box .btn-srch {position: absolute; top: 50%; right: 12px; transform: translateY(-50%); padding: 8px; background: url('../../../user/web/images/icon/icon_search.svg') center no-repeat; width: 20px; height: 21px;}

#srchWrap .result-smry {font-size: 24px; font-weight: 700; border: 4px solid #ddd; padding: 40px 20px; text-align: center; margin-bottom: 20px;}
#srchWrap .result-smry .typed-txt {color: #00BA8F;}


#srchWrap .srch-result-box {border-bottom: 1px dashed #ddd; padding: 40px 0;}
#srchWrap .srch-result-box .con-tit-wrap {display: flex; justify-content:space-between; gap: 30px;}
#srchWrap .srch-result-box .srch-cnt {font-size: 16px; font-weight: 500;}
#srchWrap .srch-result-box .srch-cnt .cnt {color: #FF0000;}

#srchWrap .con-txt-wrap {display: flex; flex-direction: column; gap: 40px;}
#srchWrap .con-txt-wrap a {display: flex; flex-direction: column; gap: 10px; font-weight: 500;}
#srchWrap .con-txt-wrap .menu {display: flex; flex-wrap: wrap;}
#srchWrap .con-txt-wrap .menu li {font-size: 20px;}
#srchWrap .con-txt-wrap .menu li::after {content: '>'; margin: 0 4px;}
#srchWrap .con-txt-wrap .menu li:last-child:after {display: none;}

#srchWrap .con-txt-wrap .item {display: flex; flex-direction: column; gap: 14px;}
#srchWrap .con-txt-wrap .item .cn {font-size: 20px; color: #00BA8F;}
#srchWrap .con-txt-wrap .item .tit {font-size: 18px;}
#srchWrap .con-txt-wrap .item .txt {font-size: 16px; line-height: 24px; color: #888; display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}

#srchWrap .btn-srch-more {display: flex; flex-direction: row !important; text-align: center; padding: 10px;border: 1px solid #ccc;border-radius: 10px; width: 100%; max-width: 140px; color: #555; margin: 20px auto; display: flex; align-items: center; justify-content: center; gap: 10px;}
#srchWrap .btn-srch-more::after {content: ''; background: url('../../../user/web/images/sub/btn_srch_more_icon.svg') no-repeat; width: 16px; height: 8px; display: block;}

#srchWrap .con-txt-wrap .no-data p {font-size: 18px; color: #888; }

#srchWrap .com-pagination {margin-top: 70px;}

@media screen and (max-width: 1080px) {
    #srchWrap .srch-box .input-box input {font-size: 16px;}
    #srchWrap .result-smry {font-size: 22px;}
    #srchWrap .con-txt-wrap .menu li {font-size: 18px;}
    #srchWrap .con-txt-wrap .item .cn {font-size: 18px;}
    #srchWrap .con-txt-wrap .item .tit {font-size: 16px;}
    #srchWrap .con-txt-wrap .item .txt {font-size: 15px; line-height: 22px;}
    #srchWrap .srch-result-box .srch-cnt {font-size: 15px;}
    #srchWrap .btn-srch-more {font-size: 16px;}
}

@media screen and (max-width: 768px) {
    #srchWrap .result-smry {font-size: 18px;}
    #srchWrap .con-txt-wrap .menu li {font-size: 17px;}
    #srchWrap .con-txt-wrap .item {gap: 10px;}
    #srchWrap .con-txt-wrap .item .cn {font-size: 17px;}
    #srchWrap .btn-srch-more {font-size: 15px; max-width: 100%;}
}



/************************************************** 
    08 회원마당 - 로그인
***************************************************/
.login-wrap {padding: 0 20px;}
.login-wrap .title-box{text-align: center; margin-bottom: 40px;}
.login-wrap .title-box h2{font-size: 43px; font-weight: bold;}
.login-wrap .title-box p{font-size: 23px; margin-top: 20px; word-break: keep-all;}
.login-wrap input::placeholder {color: #888; font-size: 15px;}
.login-wrap :where(input:where([type="text"],[type="password"])) {width: 100%; height: 50px; padding: 0 12px; border-radius: 5px !important;}
.login-wrap input[type="password"]{margin-top: 10px;}

.login-wrap .login-box{width: 100%; max-width: 558px; margin: 0 auto; border: 1px solid #ddd; padding: 60px 50px; border-radius: 5px;}

.login-wrap .login-box .com-checkbox {margin-top: 10px;}
.login-wrap .login-box .btns {display: flex; flex-direction: column; gap: 15px; margin-top: 30px;}
.login-wrap .login-box .login-btn{font-size: 18px; font-weight: 500; color: #fff; background: #00BA8F; padding: 17px 20px; width: 100%; border-radius: 5px;;}
.login-wrap .login-box .join-btn{display: block; text-align: center; font-size: 18px; font-weight: 500; color: #888; background: #ddd; padding: 17px 20px; width: 100%; border-radius: 5px;}
.login-wrap .login-box p.refer{font-size: 15px; list-style: none; line-height: 23px; text-align: center; word-break: keep-all;}
.login-wrap .login-box p.refer span{font-weight: 500;}
.login-wrap .login-box p.refer span b{font-weight: 600; color: #004386;}


@media screen and (max-width:480px){
    .login-wrap .title-box h2{font-size: 30px; font-weight: bold;}
    .login-wrap .title-box p{font-size: 18px; margin-top: 20px; }
    .login-wrap .login-box{padding: 30px 25px;}
    .login-wrap .login-box .login-btn{font-size: 16px;}
    .login-wrap .login-box .find-list li{font-size: 15px;}
    .login-wrap .login-box .find-list li a{padding: 0 20px;}
    .login-wrap .login-box .join-btn{font-size: 16px;}

}



/************************************************** 
    08 회원마당 - 회원가입  
***************************************************/
.sign-wrap {width: 100%; max-width: 1000px; margin: 0 auto;}

.sign-wrap p {font-size:16px}

.sign-wrap .com-tbl-top-comment {margin-left: 0; margin-right: auto;}
.sign-wrap .com-write-box {--h: 50px; margin-top: 45px;}
.sign-wrap .com-write-box th {background-color: #fff;}
.sign-wrap .com-write-box .mw-437 {max-width: 437px;}
.sign-wrap .com-write-box .mw-250 {max-width: 250px;}
.sign-wrap .com-write-box .ref-box {display: flex; flex-direction: column; gap: 5px; margin-top: 12px; color: #677185; font-weight: 400;}
.sign-wrap .com-write-box .sel-input-box-01 {display: flex; gap: 8px;}
.sign-wrap .com-write-box .sel-input-box-01 select {flex-shrink: 0; width: 140px;}
.sign-wrap .com-write-box .com-btn-box-01 {margin-top: 38px;}
.sign-wrap .com-tbl-top-comment {width: fit-content; font-size: 15px; position: relative; margin-bottom: 8px; padding-left: 15px; }
.sign-wrap .com-tbl-top-comment::before {content: ""; aspect-ratio: 1 / 1; width: 6px; background-color: #D1384C; position: absolute; top: 6px; left: 0;}
.sign-wrap .com-write-box {--h: 40px; padding-top: 20px;}
.sign-wrap .com-write-box :is(input[type="text"],input[type="password"],select) {width: 100%; height: 50px;}
.sign-wrap .com-write-box .mw-440 {max-width: 440px;}
.sign-wrap .com-write-box table {text-align: left; border-top: 1px solid #3A3F4F; font-size: 15px;}
.sign-wrap .com-write-box tr {border-bottom: 1px solid #ddd;}
.sign-wrap .com-write-box :is(th,td) {padding: 20px 25px; font-weight: 500;}
.sign-wrap .com-write-box th {}
.sign-wrap .com-write-box th > .required {position: relative; padding-left: 17px;}
.sign-wrap .com-write-box th > .required::before {content: ""; aspect-ratio: 1 / 1; width: 6px; background-color: #D1384C; position: absolute; top: 6px; left: 0;}
.sign-wrap .com-write-box textarea {height: 243px;}
.sign-wrap .com-write-box td > .date-box {position: relative;}
.sign-wrap .com-write-box td > .date-box button {position: absolute; top: 50%; right: 15px; transform: translateY(-50%);}
.sign-wrap.s7 input[type="password"]{margin-top: 0;}

.sign-wrap .sign-btn-box {display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 40px;}
.sign-wrap .sign-btn-box .sign-btn{width: 100%; max-width: 170px; height: 60px; font-size: 17px; border: 1px solid #ddd;}
.sign-wrap .sign-btn-box .sign-btn-01{background: #F3F3F3;}

.sign-wrap .idBox {position: relative; width: fit-content; min-width: 437px}
.sign-wrap .idBox button {position: absolute; top: 50%; right: 20px; transform: translateY(-50%);}

.sign-wrap .robot-img-box {display: flex; align-items: center; margin-bottom: 10px;}
.sign-wrap .robot-img-box .captcha-btn {margin-left: 5px;}
.sign-wrap .robot-img-box .captcha-btn button {width: 22px; margin-right: 5px;}

@media screen and (max-width: 1080px) {
    .sign-wrap .agree-box {font-size: 16px;}
    .sign-wrap .agree-box .txt-box {padding: 20px;}

    .sign-wrap .com-tbl-top-comment {font-size: 14px; padding-left: 12px;}
    .sign-wrap .com-tbl-top-comment::before {width: 5px;}

    .sign-wrap .com-write-box {--h: 38px;}
    .sign-wrap .com-write-box input:is([type="text"],[type="password"]) {padding: 0 10px;}
    .sign-wrap .com-write-box select {background-position: center right 10px; padding-left: 10px; padding-right: 30px;}
    .sign-wrap .com-write-box table {font-size: 14px;}
    .sign-wrap .com-write-box :is(th,td) {padding: 15px 20px;}
    .sign-wrap .com-write-box td > .date-box button {right: 12px;}
    .sign-wrap .com-write-box td > .date-box button img {width: 16px;}
    .sign-wrap .com-write-box textarea {height: 200px; padding: 10px;}
    .sign-wrap .com-write-box th > .required {padding-left: 12px;}
    .sign-wrap .com-write-box th > .required::before {width: 5px;}

    .sign-wrap .sign-btn-box .sign-btn{font-size: 16px;}
}

@media screen and (max-width: 768px) {
    .sign-wrap .com-write-box th {border-bottom: 1px solid #e8e8e8;}
    .sign-wrap .sign-wrap .com-write-box :is(.mw-437,.mw-250) {max-width: unset;}

    .sign-wrap .com-write-box {padding-top: 10px;}
    .sign-wrap .com-write-box colgroup {display: none;}
    .sign-wrap .com-write-box :is(table,th,td,tr,tbody) {display: block; width: 100%;}
    .sign-wrap .com-write-box th {padding: 10px;}
    .sign-wrap .com-write-box td {padding: 15px 10px;}
    .sign-wrap .com-write-box table {text-align: center;}
    .sign-wrap .com-write-box th > .required {width: fit-content; margin: 0 auto;}
    .sign-wrap .com-write-box td > .date-box {margin: 0 auto;}
    .sign-wrap .com-write-box .mw-440 {max-width: unset;}
    .sign-wrap .com-write-box .com-row-list-01 {justify-content: center;}
    .sign-wrap .com-write-box .com-thumbnail-add-01 {width: 100%; margin: 0 auto;}

    .sign-wrap .sign-btn-box .sign-btn{font-size: 15px; height: 50px;}
    .sign-wrap .com-write-box input:is([type="text"],[type="password"]) {width: 100%; max-width: 100%;}
    .sign-wrap p {text-align: left;}

    .sign-wrap .idBox{width: 100%; min-width: auto;}
}

@media screen and (max-width: 480px) {
    .sign-wrap .agree-box {font-size: 15px; margin-top: 40px;}
    .sign-wrap .com-write-box {margin-top: 25px;}
    .sign-wrap .com-write-box .sel-input-box-01 select {width: 115px;}

    .sign-wrap .com-tbl-top-comment {font-size: 13px; padding-left: 10px;}
    .sign-wrap .com-tbl-top-comment::before {width: 4px;}

    .sign-wrap .com-write-box {--h: 36px;}
    .sign-wrap .com-write-box table {font-size: 13px;}
    .sign-wrap .com-write-box td > .date-box button img {width: 15px;}
    .sign-wrap .com-write-box textarea {height: 160px;}
}



/************************************************** 
    08 회원마당 - 회원가입 완료
***************************************************/
.join-complete {}
.join-complete .inner {width:100%; max-width: 700px; margin: 0 auto;}
.join-complete .content {display: flex; flex-direction: column; gap: 40px; align-items: center; width: 100%; border-bottom: 1px solid #aaa;padding-bottom: 60px; }
.join-complete .content .tit {font-size: 38px; font-weight: bold; font-family: 'NEXON Lv2 Gothic';  text-align: center; width: 100%; line-height: normal;}
.join-complete .content .txt {font-size: 22px; text-align: center; line-height: 34px;}
.join-complete .btns {display: flex; align-items: center; justify-content: center; padding-top: 60px;gap:20px;}
.join-complete .btns .btn-cmn {display: block; width: 100%; max-width: 240px; height: 87px; display: flex; align-items: center; justify-content: center; font-size: 22px; font-weight: 500;}
.join-complete .btns .home-btn {border: 1px solid #aaa;}
.join-complete .btns .login-btn {border: 1px solid #00BA8F; background: #00BA8F; color: #fff;}

@media screen and (max-width: 768px) {
    .join-complete .inner {padding: 0 20px;}
    .join-complete .content {gap: 25px; padding-bottom: 40px;}
    .join-complete .content img {max-width: 40%;}
    .join-complete .content .tit{font-size: 28px;}
    .join-complete .content .txt{font-size: 16px; line-height: 26px;}
    .join-complete .btns {padding-bottom: 40px; gap: 10px;}
    .join-complete .btns .btn-cmn {font-size: 18px; height: 60px; width: 180px;}
}


/* 애니메이션 모음 */
@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translateY(-30px); /* 위쪽에서 시작 */
    }
    to {
        opacity: 1;
        transform: translateY(0); /* 원래 위치로 이동 */
    }
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}




@media screen and (max-width: 1560px) {
    
}
@media screen and (max-width: 1400px) {
    
}
@media screen and (max-width: 1240px) {
    
}
@media screen and (max-width: 1080px) {
    
}
@media screen and (max-width: 768px) {
    
}
@media screen and (max-width: 480px) {
    
}



/************************************************** 
  04전세사기피해지원
***************************************************/
.ws-Jeonse-wrap small {font-size:16px;color: #777;display: block}
.ws-Jeonse-wrap .com-title-02 {margin-top: 80px;}
.ws-Jeonse-wrap .com-title-04 {margin-top: 30px;}
.ws-Jeonse-wrap .es-txt-list-area {margin-top:20px}
.ws-Jeonse-wrap .es-num-list-area {margin-top:20px}
.ws-Jeonse-wrap .support-target-table td:nth-child(2) {text-align: left}
.ws-Jeonse-wrap table a {text-decoration: underline;color:#2E70D3}
.ws-Jeonse-wrap td.col-duty {text-align: left}


.ws-Jeonse-wrap .es-box-grid {display:flex; flex-wrap:wrap; gap:20px; width:100%; margin-top:50px}
.ws-Jeonse-wrap .es-box-grid .bs-box {flex: 0 0 calc(50% - 10px); border:1px solid #ddd; padding:30px; box-sizing:border-box; background-color: #fff; min-height: 277px;}
.ws-Jeonse-wrap .es-box-grid .bs-box .label {display: block; font-size: 18px; color:#999; margin-bottom: 16px;}
.ws-Jeonse-wrap .es-box-grid .bs-box .is-title {font-size: 1.1rem;font-weight: 600;color: #222; margin: 0 0 16px;}
.ws-Jeonse-wrap .es-box-grid .bs-box small {margin-top:16px}

.ws-Jeonse-wrap .doc-ind-table {margin:20px 0}

.ws-Jeonse-wrap .es-step-area {list-style: none;padding: 0;margin: 0;display: flex;gap: 10px;flex-wrap: wrap;justify-content: space-between;flex-wrap: nowrap;}
.ws-Jeonse-wrap .es-step-area li {position: relative;flex: 1 1 0;max-width: 23%;width:100%;border: 1px solid #ddd;overflow: visible;background-color: #fff;text-align: center;}
.ws-Jeonse-wrap .es-step-area .bs-head-box {background-color: #eee;color: #213D75;padding: 8px 0;}
.ws-Jeonse-wrap .es-step-area .bs-head-box .is-step-label {margin: 0;font-weight: bold;font-size: 20px;}
.ws-Jeonse-wrap .es-step-area .bs-con-box {padding: 30px;border-top: 1px solid #ddd;}
.ws-Jeonse-wrap .es-step-area .bs-con-box .is-step-title {font-size: 20px;font-weight: bold;margin: 0 0 8px 0;color: #222;}
.ws-Jeonse-wrap .es-step-area .bs-con-box .is-step-desc {position: relative;font-size: 18px;color: #111;margin: 16px 0 0 0; display: inline-block; text-align: center;}
.ws-Jeonse-wrap .es-step-area .bs-con-box .is-step-desc::before {content: "";position: absolute;top: -12px;left: 50%;transform: translateX(-50%);width: 44px;height: 2px; background-color: #213D75;}
.ws-Jeonse-wrap .es-step-area li:not(:last-child)::after {content: "";position: absolute;top: 50%;right: -40px;transform: translateY(-50%);width: 30px;height: 30px;background: url('../../../user/web/images/icon/icon_step_arrw.png') no-repeat;background-size: contain;}

.ws-Jeonse-wrap .es-qna-area .bs-head-box {display: flex;align-items: center;background-color: #f0f0f0;padding: 15px 30px;border-radius: 6px 6px 0 0;border: 1px solid #ddd;border-bottom: none;}
.ws-Jeonse-wrap .es-qna-area li {margin-bottom:20px}
.ws-Jeonse-wrap .es-qna-area .bs-head-box .circle-q {width: 36px;height: 36px;background-color: #00BA8F;color: #fff;border-radius: 50%;display: flex;align-items: center;justify-content: center;font-weight: bold;margin-right: 10px;font-size: 18px;flex-shrink: 0}
.ws-Jeonse-wrap .es-qna-area .bs-head-box .is-title {margin: 0;font-size: 20px;font-weight: 500;color: #333;}
.ws-Jeonse-wrap .es-qna-area .bs-con-box {background-color: #fff;padding: 30px;border: 1px solid #ddd;border-radius: 0 0 6px 6px;font-size: 18px;color: #444;}
.ws-Jeonse-wrap .es-qna-area .bs-con-box .is-desc {font-size:18px;}

@media screen and (max-width: 1560px) {
    
}
@media screen and (max-width: 1400px) {
    
}
@media screen and (max-width: 1240px) {
    
}
@media screen and (max-width: 1080px) {
    .ws-Jeonse-wrap .es-step-area li:not(:last-child)::after {right: -37px}
    
}
@media screen and (max-width: 768px) {
    .ws-Jeonse-wrap .es-box-grid {display:flex; flex-wrap:wrap; gap:20px; width:100%;}
    .ws-Jeonse-wrap .es-box-grid .bs-box {flex: 0 0 100%; min-height: auto;}

    .ws-Jeonse-wrap .es-step-area {flex-wrap: wrap}
    .ws-Jeonse-wrap .es-step-area li {max-width: 100%;flex: 0 0 100%;margin-bottom: 20px}
    .ws-Jeonse-wrap .es-step-area li::after {display: none}

}
@media screen and (max-width: 480px) {

}

/************************************************** 
  05주거비 및 금융지원 - 금융지원
***************************************************/

.refer{position:relative; margin-top: 5px; padding-left: 15px; color:#777; font-size:16px}
.refer::before{content: '※'; position: absolute; top: 0; left: 0;}
.ws-finsup-wrap small {font-size:16px;color: #777;display: block}
.ws-finsup-wrap .is-desc {font-size: 16px;}
.ws-finsup-wrap td.col-duty {text-align: left}
.ws-finsup-wrap .refer a {text-decoration: underline;color:#2E70D3}
.ws-finsup-wrap .com-txt-list a {text-decoration: underline;color:#2E70D3}
.ws-finsup-wrap .es-txt-box {width: 100%;background-color: #f3f3f3;padding: 30px;}
.ws-finsup-wrap .es-sm-txt ul li {font-size:16px; color:#777}

@media screen and (max-width: 1560px) {
    
}
@media screen and (max-width: 1400px) {
    
}
@media screen and (max-width: 1240px) {
    
}
@media screen and (max-width: 1080px) {

    
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 480px) {

}




