@charset "utf-8";

/*서브 공통 버튼들*/
.refresh-btn {
	border: 1px solid #2D2D2D;
	border-radius: 0.6rem!important;
	background: #fff;
	padding: 6px 18px;
	color: #1D1D1D;
	font-size: 18px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 4px;
}
.sub-search-btn {
	border: unset;
	border-radius: 0.6rem!important;
	background: #3D189B;
	padding: 6px 18px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 4px;
}


.btn.no-hover:hover,
.btn.no-hover:focus,
.btn.no-hover:active,
.btn.no-hover:focus-visible {
  background-color: inherit !important;
  border-color: inherit !important;
  color: inherit !important;
  box-shadow: none !important;
  opacity: 1 !important;
}


/*복지서비스 찾기*/

.welfare-search .pc-tit {
	padding: 0 25px;
	background: linear-gradient(180deg, #6079C3 0%, #5D3BAC 163.14%);
	width: 120px;
	border-radius: 1rem;
}

.welfare-search .pc-tit div {
	color: #fff;
	padding: 33px 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 150%;
	text-align: center;
}
.welfare-search .pc-tit div:nth-child(3) {
    padding: 70px 0;
}

.welfare-search .pc-tit div:not(:last-child) {
	border-bottom: 1px solid #E4E4E4;
}



.welfare-search .filter-box {
	display: flex;
	gap: 8px;
    margin-bottom: 24px;
}

.welfare-search .filter-area {
	width: calc(100% - 120px);
	border: 1px solid #E4E4E4;
	border-radius: 1rem;
	padding: 0 20px;	
}
.welfare-search .filter-area > div {
	padding: 36px 0;
}

.welfare-search .filter-area > div:not(last-child) {
	border-bottom: 1px solid #E4E4E4;
}

.welfare-search .filter-area ol {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	padding: unset;
	margin: unset;
}
.welfare-search .filter-area ol li {
	width: 106px;
}
.welfare-search .filter-area ol li .form-check-label {
	font-size: 1rem;
	font-weight: 400;
	color: #1D1D1D;
}

.welfare-search .bot {
	/* display: flex;
	justify-content: space-between; */
	margin-bottom: 80px;
}

.welfare-search .bot .detail-filter .row .col {
	display: flex;
    align-items: center;
	gap: 8px;
}

.welfare-search .bot .detail-filter .row .col label {
    min-width: fit-content;
}

/*리스트 부분*/
.board-wrap .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}

.board-wrap .articles-area .articles {
	font-size: 18px;
	font-weight: 700;
	line-height: 150%;
	color: #1D1D1D;
}
.board-wrap .articles-area .articles em, .faci-list.sub em {
	color: #E51E2B;
}

.service-list {
	/* display: flex;
	align-items: center; */
	gap: 26px;
}

.service-list .left {
	display: flex;
	align-items: center;
	gap: 3px;
	position: relative;
	/* width: 100%; */
}

.service-list > .left .item {
	color: #717171;
	display:flex;
}

.service-list .mid {
	display: flex;
	align-items: center;
	gap: 16px;
	width: 100%;
}
.service-list .mid .btn {
    padding: unset;
	outline: unset;
    border: unset;
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
    color: #717171;
}
.service-list .mid .btn.active {
	color: #1D1D1D;
	font-weight: 700;
	text-decoration: underline !important;
}


/*리스트*/
.board-wrap .board-list {
	
}

.board-wrap .board-list .item {
	padding: 24px;
	border: 1px solid #E4E4E4;
	border-radius: 1rem;
}

.board-wrap .board-list .item:hover {
	border: 1px solid #3D189B;
    transition: all .3s;
    transform: translateY(-2%);
    box-shadow: 0 10px 20px -8px rgba(0, 0, 0, .1);
}

.board-wrap .board-list .item .service-list {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	margin-bottom: 8px;
	min-height:24px;
}


.board-wrap .board-list .item .service-list .btn {
	padding: unset;
}
.board-wrap .board-list .item .service-list .btn i{
	width: 24px;
	height: 24px;
	display: block;
	background: #eee;
}
/* 
.board-wrap .service-list .item {
	position:relative;
}

.board-wrap .service-list .item .ico-alarm.dark-icon:before{
	content:'';
	width:24px;
	height:24px;
	background: url("../../images/common/icon-bell.png") no-repeat center center / contain;
	position:absolute;
	left:-24px;
	top:0;
}

.board-wrap .service-list .item .ico-scrap.dark-icon:before{
	content:'';
	width:24px;
	height:24px;
	background: url("../../images/common/icon-bookmark.png") no-repeat center center / contain;
	position:absolute;
	left:-24px;
	top:0;
}
 */
 
.board-wrap .service-list .item i.ico-alarm.dark-icon{
	display:inline-block;
	width:24px;
	height:24px;
	background: url("../../images/common/icon-bell.png") no-repeat center center / contain;

}
 
.board-wrap .service-list .item i.ico-scrap.dark-icon{
	display:inline-block;
	width:24px;
	height:24px;
	background: url("../../images/common/icon-bookmark.png") no-repeat center center / contain;

}
 
 
 
.board-wrap .board-list .item .service-list .btn .ico-alarm.dark-icon{
	background: url("../../images/common/icon-bell.png") no-repeat center center / contain;
}
.board-wrap .board-list .item .service-list .btn .ico-alarm {
	background: url("../../images/common/icon-bell-active.png") no-repeat center center / contain;
}
.board-wrap .board-list .item .service-list .btn .ico-scrap.dark-icon {
	background: url("../../images/common/icon-bookmark.png") no-repeat center center / contain;
}
.board-wrap .board-list .item .service-list .btn .ico-scrap {
	background: url("../../images/common/icon-bookmark-active.png") no-repeat center center / contain;
}

.board-wrap .board-list .item .btn-type01,
.board-wrap .board-list .item .btn-type05 {
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
	color: #1D1D1D;
	border: 1px solid #2D2D2D;
	border-radius: 8px;
	padding: 12px;
    width: 100%;
    display: block;
    text-align: center;
}

.board-wrap .board-list .item .btn-type01 {
	color: #fff;
	border: unset;
	background: #3D189B;
}

.board-wrap .board-list .item .card-title {
	font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #1D1D1D;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 60px;
    margin-bottom: 8px;
}

.board-wrap .board-list .item .card-desc {
    color: #555555;
    font-size: 1rem;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 24px;
}

.board-list .badge-wrap{
	display:flex;
	gap: 4px;
	min-height:24px;
}

.board-list .badge-wrap .label {
	padding: 0 8px;
	font-size: 16px;
	font-weight: 400;
	border-radius: 4px; 
}

.board-list .badge-wrap .label-1 {
	background: #EFE7F7;
	color: #3D189B;
}
.board-list .badge-wrap .label-2 {
	background: #FCEAB2;
	color: #A0470B;
}
.board-list .badge-wrap .label-3 {
	background: #CEEFF5;
	color: #297886;
}

.board-wrap .board-list .item .card-info01 {
	display: flex;
    flex-direction: column;
	gap: 4px;
}

.board-wrap .board-list .item .card-info01 .label {
	position: relative;
	padding-left: 13px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 150%;
	color: #1D1D1D;
	min-width: fit-content;
}
.board-wrap .board-list .item .card-info01 .label:after {
	content: '';
	width: 5px;
	height: 5px;
	display: block;
	background: #3D189B;
	border-radius: 1px;
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
}

.board-wrap .board-list .item .card-info01 .value {
	position: relative;
	padding-left: 6px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 150%;
	color: #717171;
	/* margin-left: 6px; */
	/* min-width: fit-content; */
}
.board-wrap .board-list .item .card-info01 .value:before {
	content: '';
	width: 1px;
	height: 10px;
	display: block;
	background: #E4E4E4;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.board-wrap .board-list .item .logo-area img {
	object-fit: contain;
	height: 30px;
	width: auto;
}




@media (max-width: 1300px) {
	.welfare-search .pc-tit {
		display: none;
	}
}

@media (min-width: 1300px) {
	.welfare-search .filter-box .filter-tit {
		display: none;
	}
}



/*복지서비스 찾기 상세 뷰*/
.view-desc {
	margin-top: 24px;
	
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #C6C6C6;
	border-bottom: 1px solid #C6C6C6;
}
.view-desc .card-info02 {
	display: flex;
    flex-direction: column;
	gap: 24px;
}
.view-desc .card-info02 li {

}

.view-desc .card-info02 .bull-txt:before {
	width:0px;
	height:0px;
	display:none;
}






/*********************** 복지시설찾기 ***************************/

.sub-facility {
	border-top: 3px solid #2D2D2D;
}

.sub-facility .map-content {
	height: 480px;
}

.sub-facility #faciList:after {
	content: unset;
}



.sub-facility .faci-list li a{
	padding: 24px; 
	gap: 2.6rem;
	border: 1px solid #E4E4E4;
	background: #fff;
	border-radius: 1rem;
    z-index: 1;
}


.sub-facility .faci-list li a:hover{
	border: 1px solid #3D189B;
    transition: all .3s;
    transform: translateY(-2%);
    box-shadow: 0 10px 20px -8px rgba(0, 0, 0, .1);
	
}

.sub-facility .faci-list li .imgs{width: 5.8rem; height: 5.8rem; padding:1.4rem; background-color: #4759C7; border-radius: 1.2rem; display: inline-flex;}
/* .sub-facility .faci-list li:last-child{border-bottom: 0;} */
.sub-facility .faci-list li > a {
	display: block;   
	color: #717171;
}
.sub-facility .faci-list .faci-tit {
	font-size: 1.3em; 
	color: #1D1D1D;
	font-weight: 700; 
	margin-bottom: 4px;
}
.sub-facility .faci-list .top {
	display: flex;
	gap: 4px;
	padding-bottom: 12px;
	border-bottom: 1px solid #E4E4E4;
	margin-bottom: 12px;
}
.sub-facility .faci-list .top .label {
	padding: 0 8px;
	color: #3D189B;
	border-radius: 4px;
	background: #EFE7F7;
	font-weight: 400;
}

.sub-facility .faci-list .bot {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.sub-facility .faci-list .bot .left {
	width: calc(100% - 20px);
}
.sub-facility .faci-list .faci-addr {
	margin-bottom: 4px;
}

.sub-facility .faci-list .faci-addr > div {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.sub-facility .faci-list .faci-addr,
.sub-facility .faci-list .faci-call {

    display: flex;
    align-items: center;
    gap: 10px;
}

.sub-facility .map-content {
	position: relative;
}

.sub-facility .map-content .tab {
	position: absolute;
	padding: 4px;
	border-radius: 30px;
	background: #3D189B;
	left: 20px;
	bottom: 38px;
	
	display: flex;
	gap: 4px;
    z-index: 10;
}
.sub-facility .map-content .tab .btn {
	border: unset;
	color: #fff;
	font-weight: 500;
    border-radius: 50px;
}
.sub-facility .map-content .tab .btn.active {
	color: #1D1D1D;
	font-weight: 700;
	background: #fff;
}

.sub-facility .facility-search .filter-box {
	margin-bottom: 1rem;
}

.sub-facility .facility-search .filter-box > .row {
	border-bottom: 1px solid #E4E4E4;
}

.sub-facility .facility-search .filter-box .tit {
	font-weight: 700;
	font-size: 18px;
	color: #1D1D1D;
	display: flex;
    align-items: center;
	gap: 4px;
}

.sub-facility .facility-search .filter-box .btn {
	border: 1px solid #E4E4E4;
	border-radius: 0.4rem;
	font-weight: 500;
	color: #8E8E8E;
}
.sub-facility .facility-search .filter-box .btn.active {
	background: #E7EAF1;
	border-color: #C2C9DD;
	font-weight: 700;
	color: #1D1D1D;
}

.sub-facility #faciList > p {
	font-size: 18px;
	font-weight: 700;
	line-height: 150%;
	padding: 10px 0;
}


@media (max-width: 767px) {
	.sub-facility .filter-box .tit {
		padding: 8px 0;
	}
	.sub-facility .filter-box > .row > .col-12 {
		padding: unset;
	}
}


/*********************** 채용정보 ***************************/
.recruit-area-sub .articles {
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    color: #1D1D1D;
}
.recruit-area-sub .articles em {
    color: #E51E2B;
}

.recruit-area-sub .notice-search-box {
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
    margin-bottom: 24px;
    /* border-bottom: 3px solid #2D2D2D; */
}


.recruit-area-sub .board-list .item {
	display: flex;
    flex-direction: column;
	padding: 24px;
	border: 1px solid #E4E4E4;
	border-radius: 1rem;
}

.recruit-area-sub .board-list .item:hover {
	border: 1px solid #3D189B;
    transition: all .3s;
    transform: translateY(-2%);
    box-shadow: 0 10px 20px -8px rgba(0, 0, 0, .1);
}

.recruit-area-sub .board-list .item .top {
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 12px;
}

.recruit-area-sub .board-list .item .bot {
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.recruit-area-sub .board-list .item .badge-wrap .label {
	background: #EFE7F7;
	color: #3D189B;
	font-size: 1rem;
}

.recruit-area-sub .board-list .item .top .badge .btn {
	width: 52px;
	height: 52px;
	background: #EFE7F7;
	border: 1px solid #D5C5EC;
	color: #3D189B;
	display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
}
.recruit-area-sub .board-list .item .top .badge .btn-state-off {
	background: #e8e8e8;
	border-color: #c8c8c8;
	color: #888;
}
.recruit-area-sub .board-list .item .top .badge .btn-state-close {
	background: #FFEAED;
	border-color: #FFC9D0;
	color: #E51E2B;
}
.recruit-area-sub .board-list .item .top .badge .btn-state-on {
	background: #3D189B;
	border-color: #6d56aa;
	color: #EFE7F7;
}

.recruit-area-sub .board-list .item .top .card-title {
	font-size: 22px;
    font-weight: 600;
    line-height: 150%;
    color: #1D1D1D;
}
.recruit-area-sub .board-list .item .top .card-desc {
	font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
    color: #717171;
}

.recruit-area-sub .card-info03 li {
	font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
    color: #717171;
}
.recruit-area-sub .card-info03 li .label {
	font-size: 1rem;
    font-weight: 700;
    line-height: 150%;
    color: #1D1D1D;
}

.recruit-area-sub .search-area {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.recruit-area-sub .input-fn {
	display: flex;
    align-items: stretch;
    gap: 8px;
}


@media (max-width: 767px) {
    .recruit-area-sub .notice-search-box {
        display: flex;
        align-items: flex-start;
        padding-bottom: unset;
        margin-bottom: unset;
        border-bottom: unset;
    }
    .recruit-area-sub .search-area {
	    align-items: flex-start;
	    flex-direction: column;
	}
	.recruit-area-sub .search-area form {
		width: 100%;
	}
}


/*********************** 우리동네상담사 ***************************/
.counselor-area-sub .bot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom:16px;
	margin-bottom: 16px;
	border-bottom: 3px solid #2D2D2D;
}

.counselor-area-sub .bot .right {
	display: flex;
	align-items: center;
	gap: 16px;
}

.counselor-area-sub .bot .right .group {
	display: flex;
	align-items: center;
	gap:20px;
}
.counselor-area-sub .bot .right .group .btn {
	min-width: 42px;
    padding: unset;
    outline: unset;
    border: unset;
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
    color: #717171;
}
.counselor-area-sub .bot .right .group .btn.active {
	color: #1D1D1D;
    font-weight: 700;
    text-decoration: underline !important;
}

.counselor-area-sub .articles {
	font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    color: #1D1D1D;
}
.counselor-area-sub .articles em {
    color: #E51E2B;
}




.counselor-area-sub .counselor-list .item {
	padding: 24px;
	border: 1px solid #E4E4E4;
	border-radius: 1rem;
}

.counselor-area-sub .counselor-list .item:hover{
    border: 1px solid #3D189B;
    transition: all .3s;
    transform: translateY(-2%);
    box-shadow: 0 10px 20px -8px rgba(0, 0, 0, .1);
}

.counselor-area-sub .counselor-list .item .top-con {
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #C6C6C6;
}
.counselor-area-sub .counselor-list .item .label {
	font-size: 1rem;
	font-weight: 400;
	line-height: 150%;
	color: #3D189B;
	border: 1px solid #3D189B;
	border-radius: 4px;
    padding: 0 8px;
    width: fit-content;
    margin-bottom: 8px;
}

.counselor-area-sub .counselor-list .item .counselor-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 150%;
	color: #3D189B;
	text-align: center;
}

.counselor-area-sub .counselor-list .item .call {
	font-size: 1rem;
	font-weight: 400;
	line-height: 150%;
	color: #717171;
	text-align: center;
}
.counselor-area-sub .counselor-list .item .call span {
	color: #1D1D1D;
}

.counselor-area-sub .counselor-list .item .counselor-btn {
	margin-top: 24px;
	height: 40px;
}
.counselor-area-sub .counselor-list .item .counselor-btn a {
	color: #1D1D1D;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #2D2D2D;
	font-size: 15px;
	font-weight: 400;
	border-radius: 0.5rem;
	height: 100%;
	gap: 4px;
}

.counselor-area-sub .single {
	padding: 16px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    border: 1px solid #E4E4E4;
    border-radius: 0.6rem;
    margin-bottom: 70px;
}
.counselor-area-sub .single:before {
	content: '';
	background: url("../../images/sub/headphone.png") no-repeat center center / contain;
	display: block;
    width: 59px;
    height: 59px;
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
	
}

.counselor-area-sub .single .left,
.counselor-area-sub .single .left .group{
    display: flex;
    gap: 8px;
    align-items: center;
}



@media (max-width: 767px) {
	.counselor-area-sub .input-group select {
        width: calc(50% - 6px);
	}
	.counselor-area-sub .input-group button {
        width: 100%;
	}
	.counselor-area-sub .bot {
	    align-items: flex-start;
   	    flex-direction: column;
    }
    .counselor-area-sub .articles {
	    padding-bottom: 16px;
	    margin-bottom: 16px;
	    border-bottom: 1px solid #C6C6C6;
	    width: 100%;
	}
}


/*********************** 복지설문조사 ***************************/
.survey-area-sub .top {
	display: flex;
	padding-bottom: 16px;
	margin-bottom: 24px;
	border-bottom: 3px solid #2D2D2D;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

.survey-area-sub .top .group {
	display: flex;
	align-items: center;
	gap:20px;
}

.survey-area-sub .form-check .form-check-label {
	color: #1D1D1D;
}

.survey-area-sub .top .group .btn {
	min-width: 42px;
    padding: unset;
    outline: unset;
    border: unset;
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
    color: #717171;
}
.survey-area-sub .top .group .btn.active {
	color: #1D1D1D;
    font-weight: 700;
    text-decoration: underline !important;
}

.survey-area-sub .item {
	padding: 24px;
	border: 1px solid #E4E4E4;
	border-radius: 1rem;
}

.survey-area-sub .item:hover {
	border: 1px solid #3D189B;
    transition: all .3s;
    transform: translateY(-2%);
    box-shadow: 0 10px 20px -8px rgba(0, 0, 0, .1);
}

.survey-area-sub .item .card-title {
	font-size: 22px;
	font-weight: 700;
	line-height: 150%;
	margin-bottom: 12px;
	
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    
    min-height: 66px;
}

.survey-area-sub .item .list {
	padding-top: 12px;
	border-top: 1px solid #E4E4E4;
}

.survey-area-sub .item .list li {
	color: #1D1D1D;
	font-size: 1rem;
}
.survey-area-sub .item .list li span {
	color: #717171;
}

.survey-area-sub .item .img-box {
    width: 108px;
    height: 108px;
	background: url("../../images/sub/survey-icon.png") no-repeat center center / contain;
}

.survey-area-sub .item .btn {
	background: #3D189B;
	color: #fff;
}

.survey-area-sub .item .btn-2 {
	background: #E4E4E4;
	color: #C6C6C6;
}

.survey-area-sub .item.ready .img-box,
.survey-area-sub .item.end .img-box {
	background: url("../../images/sub/survey-icon-disable.png") no-repeat center center / contain;
}

.survey-area-sub .item.ready .card-title,
.survey-area-sub .item.ready .list li,
.survey-area-sub .item.ready .list li span,
.survey-area-sub .item.end .card-title,
.survey-area-sub .item.end .list li,
.survey-area-sub .item.end .list li span {
	color: #C6C6C6;
}


/*설문 신청하기*/
.item.ready .btn-2,
.item.ready .btn-3,
.item.ready .btn-4 {
	display: none;
}

/*설문 종료*/
.item.end .btn-1,
.item.end .btn-3,
.item.end .btn-4 {
	display: none;
}
/*설문 결과보기*/
.item.result .btn-1,
.item.result .btn-3 {
	display: none;
}
.item.end.result .btn-4 {
	display: block;
}

.item.start .btn-1,
.item.start .btn-2,
.item.start .btn-4 {
	display: none;
}

.survey-form {
	padding: 0 36px;
	border: 1px solid #E4E4E4;
	border-radius: 1rem;
}

.survey-form > li:not(:last-child) {
	border-bottom: 1px solid #E4E4E4;
}

.survey-form .item {
	padding: 40px 0;
}
.survey-form .item .survey-label {
	background: #D5C5EC;
	border-radius: 60px;
	padding: 4px 16px;
	font-size: 18px;
	font-weight: 700;
	color: #1D1D1D;
	width: fit-content;
	margin-bottom: 8px;
}
.survey-form .item .survey-tit {
	font-size: 22px;
	font-weight: 700;
	color: #1D1D1D;
	line-height: 150%;
	margin-bottom: 24px;
}


@media (max-width: 767px) {
	.survey-area-sub .top {
	    flex-wrap: wrap;
        justify-content: flex-start;
	}
	.survey-area-sub .top .form-select{
	    width: 100% !important;
	}
	.survey-area-sub .board-list.type3 > li {
        padding: unset;
    }
}




/*********** 마이페이지 ***********/
.apply-list {
	padding-top: 24px;
	border-top: 3px solid #2D2D2D;
	display: flex;
    flex-direction: column;
	gap: 8px;
}

.apply-list .item {
	padding: 24px;
	border: 1px solid #E4E4E4;
	border-radius: 0.6rem;
	width: 100%;
}

.apply-list .item .top {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #E4E4E4;
}

.apply-list .item .top .tit {
	color: #1D1D1D;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 4px;
	
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.apply-list .item .top .txt {
	color: #717171;
	font-size: 1rem;
	font-weight: 400;
	
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.apply-list .item .bot {
	display: flex;
	justify-content: space-between;
    align-items: flex-start;
}

.apply-list .item .bot .left {
	width: calc(100% - 180px);
}

.apply-list .item .go-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	padding: 8px 12px;
	border: 1px solid #2D2D2D;
	border-radius: 4px;
	color: #1D1D1D;
}

.apply-list .item .go-btn span {
	width: calc(100% - 20px);
}

.apply-list .item .bot .label {
	display: inline-block;
	padding-left: 11px;
	width: 74px;
	margin-right: 12px;
	color: #1D1D1D;
}
.apply-list .item .bot .txt {
	display: inline-block;
	color: #717171;
}



/**************** 복지서비스 신청페이지 ****************/
.form-field {
	border-top: 1px solid #2D2D2D;
}

.form-field > .row {
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
	border-bottom: 1px solid #E4E4E4;
	margin: unset;
}


.form-field .point01 {
	font-size: 18px;
	font-weight: 700;
	color: #E51E2B;
}

.form-field .aply-item {
	display: flex;
}
.form-field .aply-item > .form-label {
	width: 120px;
	color: #1D1D1D;
	font-size: 18px;
	font-weight: 700;
}
.form-field .aply-item > .form-text {
	width: calc(100% - 120px);
}

.form-tit {
	font-size: 32px;
	font-weight: 700;
	line-height: 120%; 
	color: #1D1D1D;
	margin-bottom: 24px;
}

.terms-agree {
	margin-bottom: 60px;
}

.terms-agree .whitebox {
	padding: 36px;
	background: #F1F4FC;
	border-radius: 0.6rem;
	color: #555555;
	font-size: 1rem;
	font-weight: 400;
	line-height: 150%;
}
.terms-agree .whitebox .agree-tit {
	font-size: 18px;
	font-weight: 700;
	line-height: 150%;
	color: #1D1D1D;
	margin-bottom: 24px;
}

.terms-agree p.mt10 {
	font-size: 1rem;
	font-weight: 700;
	line-height: 150%;
	color: #1D1D1D;
	margin: 16px 0;
}

.text-orange {
	color: #E51E2B;
}


/**************** 오류 및 개선사항 작성페이지 ****************/

.write-page .form-label {
	font-size: 18px;
	font-weight: 700;
	line-height: 150%;
	color: #1D1D1D;
}

.write-page .att_wrap {
	background: #F8F8F8;
	padding: 0 24px;
}
.write-page .att_wrap li {
	padding: 1rem 0;
	font-size: 1rem;
	font-weight: 400;
	color: #555555;
}
.write-page .att_wrap li a {
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	color: #555555;
	padding-left: 28px;
	position: relative;
}
.write-page .att_wrap li a:before {
	content:'';
	width: 20px;
	height: 20px;
	display: block;
	left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url("../../images/common/clip-icon.png") no-repeat center center / contain;
}

.write-page .att_wrap li:not(:last-child) {
	border-bottom: 1px solid #E4E4E4;
}


/**************** OpenAPI 페이지 ****************/
.openApi-wrap .table-wrap p.mt-1 {
	font-size: 1rem;
	font-weight: 400;
	line-height: 150%;
	color: #555;
}

.openApi-wrap .min-w {
	min-width: 38px;
}
.openApi-wrap .email-area .form-select,
.openApi-wrap .email-area .form-control {
	min-width: 230px;
}

.openApi-wrap .form-field .single .form-label {
	width: 180px;
    color: #1D1D1D;
    font-size: 18px;
    font-weight: 700;
}
.openApi-wrap .form-field .single .form-text {
width: calc(100% - 180px);
}


/* 기본 모바일 스타일 */
.openApi-wrap .swiper {
  width: 100%;
  padding-bottom: 30px; /* 아래 점(페이지네이션)이 들어갈 공간 확보 */
}
.openApi-wrap .swiper-slide {
  text-align: center;
  border-radius: 8px;
  position: relative;
}
.openApi-wrap .swiper-slide:not(:last-child):after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	
    position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
	background: url("../../images/common/icon-arrow-gray.png") no-repeat center center / contain;
}
.openApi-wrap .swiper-slide img {
	width: 100%;
	height: auto;
	object-fit: scale-down;
}


@media (min-width: 575px) {
	/* ★ PC 스타일 (화면 너비 1024px 이상일 때) */
	.openApi-wrap .swiper {
    	padding-bottom: 0;
  	}
  
  /* 슬라이더 기능 무력화 및 가로 3등분 배치 */
	.openApi-wrap .swiper-wrapper {
	    display: flex !important;
	    transform: none !important; 
	    justify-content: space-between;
	    gap: 20px; 
	}

	openApi-wrap .swiper-slide {
	    width: calc(33.333% - 14px) !important; 
	    margin: 0 !important;
	}

	/* PC에서는 아래 점(페이지네이션)을 숨김 */
	.openApi-wrap .swiper-pagination {
		display: none !important;
	}
	
}
@media (max-width: 575px) {
	.openApi-wrap .swiper-slide:not(:last-child):after {
		content: unset;
	}
}



/***** 서브 콘텐츠 *****/

.process-wrap .process-box{display: grid; grid-template-columns: 80px auto; gap: 1rem;}
.process-wrap .process-title{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E7ECF6;
    color: #1747A8;
    padding: 1rem;
    text-align: center;
    border-radius: 1rem;
    margin-bottom: 0.8rem;
    font-weight: 600;
}

.process-list {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
}

.process-list  .process-item {
    position: relative;
    flex: 1;
}
.process-list .process-item .col-2{ flex:2}
.process-list .process-item .col-3{flex:3}
.process-list .process-item .col-4{flex:4}

.process-list .group-box{display: flex; align-items: stretch;  gap: 2rem; height: auto;}
.process-list .group {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 5rem;
    background: #E7ECF6;
    color: #1747A8;
    padding: 1rem;
    text-align: center;
    border-radius: 1rem;
    margin-bottom: 0.8rem;
    font-weight: 600;
}

/* 단계 박스 */
.process-list .step-group{padding: unset; display: flex; align-items: stretch;  gap: 1rem; height: 100%;}
.process-list .step-sub{display: flex; align-items: stretch;  gap: 1rem;}
.process-list .step {
    width: 100%;
    height: calc(100% - 5.8rem);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    padding: 12px 0;
    border: 1px solid #1747A8;
    border-radius: 1rem;
    background: #fff;
    text-align: center;
    position: relative;
}
.process-list .note{font-size: 0.86em; color: #919191;white-space: nowrap;}

/* 화살표 */
.process-list .step::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -12px;
    transform: translateY(-50%);
    width: 0.7rem;
    height: 0.4rem;
    background: url("../../images/sub/step-arrow01.png") no-repeat center / contain;
}

.process-list .process-item:last-child .step::after {
    display: none;
}

.process-list.type2 .process-item{position: relative; padding-bottom: 8rem;}
.process-list.type2 .step::after{display: none;}
.process-list.type2 .arrow{
    width: 100%; 
    height: 8rem;
    padding-top: 3rem;
    color: var(--primary);
    font-size: 0.9em;
    text-align: center;
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    bottom:0;
}
.process-list.type2 .arrow > span::before{
    content:"";
    display: inline-block;
    width: calc(100%  - 4px);
    height: 2px;
    background-color: var(--primary);
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    top:15px
}
.process-list.type2 .arrow::before{
    content: "";
    position: absolute;
    left: 0;
    top: 1rem;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 10px solid var(--primary);

}
.process-list.type2 .arrow::after{
    content: "";
    position: absolute;
    right: 0;
    top: 1rem;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid var(--primary);
}

/* .fr-view img{max-width: unset!important;} */
