
.inner {max-width: 1420px;   margin: 0 auto;  width: 100%;  /*height: 100%;*/}

.gnb_wrap #gnb_1dul li:nth-child(6) .gnb_3dul {display:none}
#gnb-mobile #gnb_1dul li:nth-child(5) .gnb_3dul {display:none}

.gnb_3dul{margin-top: -8px;} 
.gnb_3dli {font-size:16px; line-height:100%; padding:0px 0px; text-align: left; margin-left:15px; height:30px; line-height: 30px;}

.gnb_3dli:before {
    content: "•";
    font-size: 11px;
    display: inline-block;
    margin-right: 3px;
    font-weight: 200;
    color: #000;
	transform: translateY(-2px);
}

#gnb_1dul.pc > li:nth-child(6):hover .gnb_3dli:before ,
#gnb_1dul.pc > li:nth-child(7):hover .gnb_3dli:before ,
#gnb_1dul.pc > li:nth-child(8):hover .gnb_3dli:before {color: #3796d2;}

@media screen and (max-width:1200px) {
	.gnb_3dli {font-size:14px;}
}
@media screen and (max-width:1100px) {
    .gnb_3dli{margin-left: 12px; font-size:1.05em; margin-bottom:5px}
    .gnb_3dli:before{color: #333;}
}

.view_post{text-align:right} 
.view_post .input_lay{float:left}
.view_post .input_lay input {font-size:18px}
.view_post .btn {background: #35b496; color: #fff; float:left}

#wrapper.index .main_list_tab {}
#wrapper.index .main_calendar {}

#wrapper.index  .tab_list  {width:48%}
#wrapper.index  .tab_list .ctt_show {
    width: 100%;
    border-bottom: 1px solid #c1c1c1;
    box-sizing: border-box;
    height: 290px;
}

.notice_all ul li:nth-child(n+6) {display:none}

#wrapper.index  .tab_list ul.tab_tit li:first-child {margin-left: 0px;}
#wrapper.index  .tab_list ul.tab_tit li.on {color:#000; font-weight: 700;}

#wrapper.index  .tab_list ul.tab_tit li  {
    line-height: 60px;
    height: 60px;
    text-align: center;
	color: #b4b4b4;
    font-size: 20px;
    cursor: pointer;
    transition: 0.2s;
    position: relative;
	display: inline-block;
	margin-left: 20px;
}

/********* 갤린더 *********/

.calendar_lay{width: 48%;}
.calendar_lay .table_tit {font-size:20px;     line-height: 60px;    height: 60px; border-bottom: 1px solid #000;}
.calendar_lay .table_arrow td{line-height: 60px;    height: 60px;}
.calendar_lay .table_tit td.more a{position: relative; display:block; height:18px}
.calendar_lay .table_tit td.more a::before {
	content: "";
	width: 18px;
	height: 1px;
	background: #777;
	position: absolute;
	right: 0%;
	top: 50%;
	transform: translateY(-50%);
	transition: .25s;
}	
.calendar_lay .table_tit td.more a::after {
	content: "";
	width: 1px;
	height: 18px;
	background: #777;
	position: absolute;
	right: 9px;
	top: 50%;
	transform: translateY(-50%);
	transition: .25s;
}					
.calendar_inner {width:100%; max-width:1420px; margin:0 auto; display:flex; justify-content: space-between;}
.calendar {display:flex; justify-content: space-between; }
.calendar > p{
	padding: 0px 0px 20px;
	font-size: 20px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.calendar > p > a{
	font-size: 14px;
	vertical-align: 0px;
	display: inline-block;
}
.calendar > p > a:first-child{
	margin-right: 20px;
}
.calendar > p > a:last-child{
	margin-left: 20px;
}
.calendar > table{
	width: 48%;
	border-collapse: collapse;
	background: #fff;
}
.calendar > table  tr th{
	width: 14.2857%;
	padding: 15px 0px;
	/*border-top: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;*/
	 text-align:center
}
.calendar > table > thead > tr > th:first-child,
.calendar > table > thead > tr > th:last-child{
	width: 15%;
}
.calendar > table > thead > tr > th:first-child{
	border-left: none;
}
.calendar > table > tbody > tr > td{
	padding:0px 0px;
	/*border-top: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB; */
	cursor: pointer;
}
.calendar > table > tbody > tr > td.on{position:relative}
.calendar > table > tbody > tr > td.on::after {content:""; width:3px; height:3px; background:#35b597; border-radius:50%; position:absolute; display:block; right:5px; top:5px;}

.calendar > table > tbody > tr > td:first-child{
	border-left: none;
}


.calendar > table > tbody > tr > td:hover p,
.calendar > table > tbody > tr > td.selected p{
	background-color: #3796d2; color:#fff !important; border-radius:50%; width:35px; height:35px; line-height:35px; margin: 0 auto;
}

.calendar > table > tbody > tr > td.today:hover p,
.calendar > table > tbody > tr > td.today p{
	background-color: #35b597; color:#fff !important; border-radius:50%; width:35px; height:35px; line-height:35px; margin: 0 auto;
}

.calendar > table > tbody > tr > td > p{
	text-align: center;
			 height:35px; 
			 line-height:35px;
}
.calendar > table > tbody > tr > td.today > p{
	font-weight: bold;
}
.calendar > table > tbody > tr > td:first-child > p{
	color: #FF0000;
}
.calendar > table > tbody > tr > td > div{
	display: none;
}
.calendar > div{
	padding: 25px;
	background-color: #e6e6e6;
	width:48%;
	border-radius:20px;

}
.calendar > div > p:first-child{
	margin-bottom: 5px;
}
.calendar .calendar_tit {color:#000; border-bottom:1px solid #000}
.ym_flex {display:flex; justify-content: space-between; }
@media screen and (max-width:1460px){
.calendar_inner {padding:0px 20px}
}
@media screen and (max-width:768px){
	.calendar > table > thead > tr > th{padding: 10px 0px;}
	.calendar > table > tbody > tr > td{padding: 10px 0px;}
}
@media screen and (max-width:650px){
	.calendar{flex-wrap: wrap;}
	.calendar > table{width: 100%;}
	.calendar > .day{width: 100%; margin-top: 20px; min-height: 20px;}
}					
					
					
					
					
					
					
					
@media screen and (max-width:768px) {
	.calendar_inner{flex-wrap: wrap;}
    #wrapper.index  .tab_list  {width:100%;}
	.calendar_lay{width: 100%; margin-top: 20px; margin-bottom: 60px;}
	.calendar > table tr th{padding: 10px 0;}
	.calendar > table > tbody > tr > td{padding: 0px 0;}
	#wrapper.index .tab_list ul.tab_tit li{font-size: 17px; height: 50px; line-height: 50px;}
	.calendar_lay .table_tit{height: 50px; line-height: 50px;}
	#wrapper.index .tab_list .ctt_show{height: 225px;}
}					
/******** 라디오버튼 *************/			



.optWrap .checkList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    transition: 0.3s;
}

.optWrap .checkList.on {
    padding-bottom: 3.25em;
}

.optWrap .checkList li {
    margin: 0.313em 0em;
}

.optWrap .checkList li input {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    margin-top: -1px;
    clip: rect(0,0,0,0);
}

.optWrap .checkList li label {
    display: inline-block;
    cursor: pointer;
    padding: 0.5em 1.688em 0.375em;
    border-radius: 2em;
    border: 1px solid #d4d4d4;
    color: #b4b4b4;
    letter-spacing: -0.04em;
	font-size: 1.1em;
	font-weight: 600;
}
@media (max-width: 650px) {
	.optWrap .checkList li label{font-size: 0.85em; padding: 5px 10px; line-height: 18px;}
}

.optWrap .checkList li input:focus + label {
  
}

.optWrap .checkList li input:checked + label {
    border: 1px solid #35b496;
    color:#35b496;
    font-weight: 700;
}


.checkList li input:checked + label {
    border: 1px solid #35b496;
    color: #35b496;
    font-weight: 700;
}

.optWrap .checkList .checkSubList {
    display: none;
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-top: 0.375em;
    margin-left: 0.875em;
    padding: 0.437em 1em;
    border: 1px solid #1665b1;
    background-color: #fff;
    box-sizing: border-box;
}

.optWrap .checkList .checkSubList::before {
    content: '';
    position: absolute;
    top: -0.875em;
    left: 8.5em;
    width: 0.5em;
    height: 0.875em;
    background: url(../images/sub/bg_checklist.png) no-repeat 50% 50% / contain;
}

.optWrap .checkList .checkSubList li {
    margin: 0.313em 0.625em;
}

.optWrap .checkList .checkSubList label {
    padding: 0;
    border-radius: 0;
    border: none;
    font-size: 0.937em;
}

.optWrap .checkList .checkSubList input:checked + label {
    border: none;
    border-bottom: 1px solid #1665b1;
}




.urban_regeneration .flex {display:flex; justify-content: space-between; position:relative; flex-wrap: wrap;}  
.urban_regeneration .flex li {width:33.3%; text-align:center}
.icon_three .flex li p{padding-top: 20px;}
.urban_regeneration  .row.ifg_bg  {text-align: center;}
.urban_regeneration  .row.ifg_bg > p {text-align: center;
    margin: 50px auto 25px;
    background: #35b496;
    color: #fff;
    border-radius: 30px;
    padding: 8px 100px;
	display:inline-block;
	}
	
.urban_regeneration  .row.ifg_bg::before {
    content: "";
    position: absolute;
    bottom: 23%;
    left: calc(50%);
    transform: translate(-50%, -50%);
    width: 60%;
    height: 30%;
    background: linear-gradient(to bottom, #fff, #b8faf8);
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
    z-index: -1;
}	

.urban_regeneration  .img{padding-top:80px}
.urban_regeneration  .img img{max-width: 100%;}
.urban_regeneration .flex.three {align-items: center; padding-top:30px}
.urban_regeneration .flex.three li {  flex: 1; /* 동일한 비율로 공간 차지 */
            display: flex; /* 각 li 내부도 Flexbox 적용 */
            justify-content: center; /* 가로 방향 가운데 정렬 */
            align-items: center; /* 세로 방향 가운데 정렬 */
            text-align: center; /* 텍스트 가운데 정렬 */
            border: 1px solid #35b496; /* 테두리 추가 */
            margin-right:20px;/* 간격 설정 */
            padding:20px 30px; /* 내부 여백 */
            box-sizing: border-box; /* padding과 border를 포함한 크기 설정 */
            min-height: 100px; /* 최소 높이 설정 */
			border-radius:20px;}
.urban_regeneration .flex.three li:nth-child(3) {margin-right:0px; }



.urban_regeneration .flex.three.flex_icon {align-items: center; padding-top:0px}
.urban_regeneration .flex.three.flex_icon li {display:block;  min-height:330px; }
.urban_regeneration .flex.three.flex_icon li img {margin-bottom:20px}
.urban_regeneration .flex.three.flex_icon li > div {border-bottom:2px  solid #35b496; box-sizing: border-box; padding-bottom: 10px;}
.urban_regeneration .flex.three.flex_icon li > div img {height:135px;}
.urban_regeneration .flex.three.flex_icon li p {text-align:left;  text-indent :-8px; margin-left:8px; padding-top:8px}
.urban_regeneration .flex.three.flex_icon li p:nth-child(2) {padding-top:10px}


.urban_regeneration .inner_img img{width:100%}
.urban_regeneration .inner_img_02 {padding-top:50px}

@media (max-width: 768px) {
.urban_regeneration .flex.five {padding-top:30px}
.urban_regeneration .flex.five li img {width:30%}
.urban_regeneration .flex.five li {width:100%; margin-right:0px; margin-bottom:20px}
.urban_regeneration .flex.five p {padding-top:10px}
.urban_regeneration  .row.ifg_bg::before {
    content: "";
    position: absolute;
    bottom: 23%;
    width: 100%;
    height:20%;
    background: linear-gradient(to bottom, #fff, #b8faf8);
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
    z-index: -1;
}

.urban_regeneration .flex.three li {width:100%; flex:none; margin-bottom:10px}
}


/************* 사이트 맵 ****************/


:root {
  --level-1: #8dccad;
  --level-2: #f5cc7f;
  --level-3: #7b9fe0;
  --level-4: #f27c8d;
  --black: black;
}
.rectangle {
  position: relative;
  padding: 15px;
  /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);*/
}

/* LEVEL-1 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* LEVEL-2 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-2-wrapper {
  margin-top:50px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
}

.level-2-wrapper > li {  width:calc(100% - 10px); margin-right:10px;}
h2.level-2 {font-size:17px !important; margin-bottom:30px !important; line-height:normal !important;}
h3.level-3 {font-size:15px !important;}
h4.level-4 a{font-size:15px !important;}


.level-2-wrapper::after {
  display: none;
  content: "";
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: calc(100% + 20px);
  height: 2px;
  background: var(--black);
}
.level-2-wrapper li {
  position: relative;
 
}
.level-2-wrapper a {display:block !important}

.level-2-wrapper > li { margin-bottom:40px;}
.level-2 {
  width:calc(100% );
  background: linear-gradient(to right, #7fcdab, #37b7e5);
}
.level-2-wrapper li a{color: #fff;}
.level-2::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 40px;
  background: #888;
}
.level-2::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  width: 20px;
  height: 2px;
  background: var(--black);
}

/* LEVEL-3 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-3-wrapper {
  position: relative;
  display: grid;
  grid-column-gap: 0px;
  width:100%;
  margin: 0 auto;
  padding:0px;
}

.level-3 {
  margin-bottom: 20px;
  background: #d7f5e3;
}
.level-3-wrapper li a{color: #0aa046}

/* LEVEL-4 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-4-wrapper {
  position: relative;
  margin-left: auto;
  margin-bottom:20px;
}
.level-4-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 20px;
  width: 1px;
  height: calc(100% + 40px);
  background: #888;
}
.level-4-wrapper li + li {
  margin-top: 20px;
}
.level-4 {
  font-weight: normal;
  background: #d2fafa;
}
.level-4-wrapper li a{color: #3796d2}
.level-4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  width: 20px;
  height: 1px;
  background: #888;
}

@media (max-width: 850px) {
  .rectangle {
    padding: 20px 10px;
  }
  .level-1,
  .level-2 {
    width: 100%;
  }
.level-2-wrapper {
  grid-template-columns: repeat(2, 1fr);
}  
  

}
@media (max-width: 550px) {
  .rectangle {
    padding: 20px 10px;
  }
  .level-1,
  .level-2 {
    width: 100%;
  }
.level-2-wrapper {
  grid-template-columns: repeat(1, 1fr);
}  
  
  .level-1 {
    margin-bottom: 20px;
  }
  .level-1::before,
  .level-2-wrapper > li::before {
    display: none;
  }

  .level-2-wrapper::before {
    left: -20px;
    width: 2px;
    height: calc(100% + 40px);
  }
  .level-2-wrapper > li {margin-right:0px; width:100%}
}

ol {list-style:none}


.table.pot {display:flex !important}
.table.pot li {flex: 1; text-align: center; }

@media (max-width: 1100px) {
   #sub-page {padding-top:30px}
}


@media (max-width:650px) {
.main_banner_mobile_lay {display: flex; flex-direction: column-reverse;}
.swiper-container.main_sub_banner {position: relative !important; left:0px !important; top:20px !important; box-shadow: 4px 5px 5px 3px rgb(0 0 0 / 13%);} 
}




/* 모바일 메뉴 */
#mobile-sub-menu {transform: translateY(-22px); position: relative; z-index:6}
#mobile-sub-menu .dropdown {
    position: relative;
    display: none; /* 기본적으로 숨김 */
}

#mobile-sub-menu .dropdown-toggle {
    display: block;
    width: 100%;
    padding:10px;
    background-color: #fff;
    border: 1px solid #35b496;
    text-align: center;
    cursor: pointer;
	font-size:16px;
	font-weight: 500;
	border-radius: 12px;
	color: #000;
}

#mobile-sub-menu .dropdown-menu {
    position: absolute;
    top: 115%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
	z-index:5;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0px 4px 10px #00000017;
}


#mobile-sub-menu .dropdown-menu li {
    padding:10px  10px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    text-align: center;
	box-sizing: border-box;
}
#mobile-sub-menu .dropdown-menu li:last-child{
	border-bottom: 0;
}
#mobile-sub-menu .dropdown-menu li:hover {
    background-color: #f0f0f0;
}

#mobile-sub-menu .dropdown-menu li span {height:auto; font-size:15px;}

/* 드롭다운 활성화 */
#mobile-sub-menu .dropdown.active .dropdown-menu {
    display: block;
}

/* 1000px 미만에서 드롭다운 활성화 */
@media (max-width: 1000px) {
    #mobile-sub-menu .dropdown {
        display: block;
		width: calc(100% - 40px);
		margin: 0 auto;
    }

    #mobile-sub-menu .table.pot {
        display: none;
    }
}

@media (max-width: 768px) {
	#mobile-sub-menu .dropdown-toggle {font-size:14px;}
	#mobile-sub-menu .dropdown-menu li span {font-size:13px;}
}


.pop_bg {background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2;
    left: 0;}
	
	
.ect_txt {padding-top:20px; font-size:15px}	


.mb50 {margin-bottom:50px}

.table_village_lay {width:100%}

#sub-page table th {background:#f1f1f1; }

.table_village_lay th {background:#f1f1f1; font-size:18px; font-weight:800}
#sub-page table.table_village_lay td {font-size:16px; text-align:left; color:#000; line-height:150%}
#sub-page table.table_village_lay td:first-child {background:#f1f1f1; font-weight:800; font-size:16px; text-align:center}
#sub-page table.table_village_lay td p {    text-indent: -4px;    margin-left: 7px;}


.mt50 {margin-top:50px}
.mt40 {margin-top:40px}
.mt30 {margin-top:30px}
.mt20 {margin-top:20px}
.mt10 {margin-top:10px}



.mb50 {margin-bottom:50px}
.mb40 {margin-bottom:40px}
.mb30 {margin-bottom:30px}
.mb20 {margin-bottom:20px}
.mb10 {margin-bottom:10px}



.pt50 {padding-top:50px}
.pt40 {padding-top:40px}
.pt30 {padding-top:30px}
.pt20 {padding-top:20px}
.pt10 {padding-top:10px}


.pb50 {padding-bottom:50px}
.pb40 {padding-bottom:40px}
.pb30 {padding-bottom:30px}
.pb20 {padding-bottom:20px}
.pb10 {padding-bottom:10px}

.bt_01{border-top: 1px solid #cccccc;}

