p{margin-bottom: 0;}
.btn{
	border-radius: 5px;
}

.sub-top{
	background-image: url("../images/main/sub_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 150px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #00508e;
	margin-bottom: 30px;
	font-size: 19px;
}
@media (min-width: 992px) {
	.sub-top{
		height: 200px;
		font-size: 21px;
	}
}
.sub-top .sub-title{
	font-size: 31px;
	margin-bottom: 0;
}
@media (min-width: 992px) {
	.sub-top .sub-title{
		font-size: 41px;
	}
}
.sub-wrap .breadcrumb-wrap .breadcrumb li a ,.sub-wrap .breadcrumb-wrap .breadcrumb li span{
	color: #555555;
	font-size: 15px;
}
.sub-wrap .breadcrumb-wrap .breadcrumb li a+i{
	font-size: 13px;
}

.page-title{
	font-size: 35px;
	font-weight: bold;
	font-family: "Paperozi";
	color: #1d1d1d;
	margin-bottom: 35px;
}
@media (min-width: 992px) {
	.page-title{
		font-size: 41px;
	}
}

/* 제안/참여 */
.map-search-wrap{
	margin-bottom: 40px;
}
@media (min-width: 992px) {
	.map-search-wrap{
		display: flex;
	}
}
.map-search-wrap .search-wrap{
	border-radius: 15px 15px 0 0;
	background: #F4F4F4;
	border:1px solid #ddd;
	border-bottom: none;
	padding: 15px 15px 26px;
}
@media (min-width: 992px) {
	.map-search-wrap .search-wrap{
		width: 240px;
		border-radius: 15px 0 0 15px;
		border-bottom: 1px solid #ddd;
		border-right: none;
		padding: 30px 34px;
	}
}
.map-search-wrap .search-wrap .form-group{
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.map-search-wrap .search-wrap div.form-group.name{
	border-bottom: none;
	padding-bottom: 0;
}
.map-search-wrap .search-wrap .form-group .tit{
	font-size: 19px;
	font-weight: bold;
	color: #1d1d1d;
	margin-bottom: 20px;
}
.map-search-wrap .search-wrap .form-group .form-text{
	width: 100%;
	display: flex;
	gap: 20px;
}
@media (min-width: 992px) {
	.map-search-wrap .search-wrap .form-group .form-text{
		flex-direction: column;
	}
}
.map-search-wrap .search-wrap .form-group .form-text input[type="radio"],
.map-search-wrap .search-wrap .form-group .form-text input[type="checkbox"]{
	margin-right: 5px;
	width: 20px;
	height: 20px;
	border-radius: 20px;
}
.map-search-wrap .search-wrap .form-group .form-text label{
	display: flex;
	align-items: center;
}
.map-search-wrap .search-wrap .form-group .form-text select,
.map-search-wrap .search-wrap .form-group .form-text input[type="text"]{
	width: 100%;
	height: 40px;
	border: 1px solid #555;
	border-radius: 5px;
	padding-left: 10px;
}

.map-search-wrap .search-wrap .form-btns .btn-light{
	border: 1px solid #ddd;
}
.map-search-wrap .map-wrap{
	border-radius: 0 0 15px 15px;
	background: #aaa;
	height: 400px;
}
@media (min-width: 992px) {
	.map-search-wrap .map-wrap{
		width: calc(100% - 240px);
		height: auto;
		border-radius: 0 15px 15px 0;
	}
}

.top-txt{
	font-size: 19px;
	color: #1d1d1d;
	text-align: right;
	margin-bottom: 25px;
}

.proposal-wrap{
	margin-bottom: 40px;
	padding-top: 25px;
	border-top: 2px solid #555555;
}
@media (min-width: 992px) {
	.proposal-wrap{
		display: flex;
		gap: 25px;
		flex-wrap: wrap;

	}
}
.proposal-wrap .proposal-list{
	position: relative;
	border-radius:15px;
	background-color: #ffffff;
	padding: 20px;
	margin-bottom: 25px;
	border: 1px solid #ddd;
}

@media (min-width: 992px) {
	.proposal-wrap .proposal-list{
		width: calc(25% - 25px);
		margin-bottom: 0;
	}
}

.proposal-wrap .proposal-list p.img {
	width: 100%;
	height: 166px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.proposal-wrap .proposal-list .label-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}
.proposal-wrap .proposal-list .label{
	background-color: #555;
	border-radius: 5px;
	color: #ffffff;
	padding: 4px 8px;
}
.proposal-wrap .proposal-list .label-wrap .status-proposal{
	color: #358511;
	font-weight: bold;
}
.proposal-wrap .proposal-list .label-wrap .status-vote{
	color: #2b4ca9;
	font-weight: bold;
}
.proposal-wrap .proposal-list .label-wrap .status-action{
	color: #713FA1;
	font-weight: bold;
}
.proposal-wrap .proposal-list .tit{
	text-align: left;
	margin-bottom: 25px;
}
.proposal-wrap .proposal-list .tit a{
	color: #000000;
	font-size: 19px;
}
.proposal-wrap .proposal-list .list-bottom{
	color: #555555;
	display: flex;
	justify-content: space-between;
}
.proposal-wrap .proposal-list .list-bottom > div{
	font-size: 15px;
	display: flex;
	gap: 20px;
}
.proposal-wrap .proposal-list .list-bottom .like i{
	color: #e2660b;
}
.proposal-wrap .proposal-list .list-bottom .comment i{
	color: #2c80ce;
}

.pr-view-wrap{
	border-top: 2px solid #555;
	padding-top: 25px;
}
@media (min-width: 992px) {
	.pr-view-wrap{
		padding-top: 30px;
	}
}
.pr-view-wrap .top-wrap{
	margin-bottom: 50px;
}
@media (min-width: 992px) {
	.pr-view-wrap .top-wrap{
		display: flex;
		justify-content: space-between;
	}
}
.pr-view-wrap .left-conts {
	width: 100%;
	height: 190px;
	margin-bottom: 35px;
}
@media (min-width: 992px) {
	.pr-view-wrap .left-conts {
		width: 565px;
	}
}
.pr-view-wrap .left-conts .img{
	width: 100%;
	height: 190px;
	background-size: cover;
	background-position: center;
}
@media (min-width: 992px) {
	.pr-view-wrap .left-conts .img{
		height: 325px;

	}
}
@media (min-width: 992px) {
	.pr-view-wrap .right-conts {
		width: calc(100% - 615px);
	}
}
.pr-view-wrap .form-group{
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
@media (min-width: 992px) {
	.pr-view-wrap .form-group{
		gap: 40px;
	}
}
.pr-view-wrap .form-group:last-child{
	border-bottom: none;
}
@media (min-width: 1600px) {
	.pr-view-wrap .form-group .form-inner-group{
		display: flex;
		align-items: flex-start;
		gap: 40px;
	}
}
.pr-view-wrap .form-group .tit-wrap{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
@media (min-width: 992px) {
	.pr-view-wrap .form-group .tit-wrap{
		align-items: flex-start;
	}
}
.pr-view-wrap .form-group .tit-wrap .label{
	width: 42px;
	display: flex;
	height: 27px;
	background: #555;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	margin-right: 10px;
	align-items: center;
	justify-content: center;
}
@media (min-width: 992px) {
	.pr-view-wrap .form-group .tit-wrap .label{
		margin-top: 5px;
	}
}
.pr-view-wrap .form-group .tit-wrap .tit{
	width: calc(100% - 50px);
	font-size: 21px;
	font-weight: bold;
	color: #1d1d1d;
}
@media (min-width: 992px) {
	.pr-view-wrap .form-group .tit-wrap .tit{
		font-size: 25px;
	}
}
.pr-view-wrap .form-group .info-wrap{
	display: flex;
	flex-wrap: wrap;
}
@media (min-width: 992px) {
	.pr-view-wrap .form-group .info-wrap{
		gap: 30px;
	}
}
.pr-view-wrap .form-group .info-wrap p{
	width: 48%;
	margin-bottom: 7px;
}
@media (min-width: 992px) {
	.pr-view-wrap .form-group .info-wrap p{
		width: auto;
	}
}
.pr-view-wrap .form-group .tit{
	color: #00508e;
	margin-bottom: 15px;
	display: inline-block;
}
@media (min-width: 1600px) {
	.pr-view-wrap .form-group .tit{
		margin-bottom: 0px;
	}
}
.pr-view-wrap .form-group .step-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media (min-width: 992px) {
	.pr-view-wrap .form-group .step-wrap{
		gap:20px;
	}
}
.pr-view-wrap .form-group .step-wrap li.step{
	position: relative;
	padding-left: 40px;
}
.pr-view-wrap .form-group .step-wrap li.step:before{
	content:'';
	position: absolute;
	width: 29px;
	height: 29px;
	border-radius: 50%;
	left: 0;
}
.pr-view-wrap .form-group .step-wrap li.step.proposal:before{
	background: #358511;
}
.pr-view-wrap .form-group .step-wrap li.step.vote:before{
	background: #2B4CA9;
}
.pr-view-wrap .form-group .step-wrap li.step.action:before{
	background: #767676;
}
.pr-view-wrap .form-group .step-wrap li.step:after{
	content:'';
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #fff;
	left: 7px;
	top: 7px;
}
.pr-view-wrap .form-group .step-wrap li.step-arrow{
	padding-left: 0;
	display: flex;
	align-items: center;
}
.pr-view-wrap .form-group .step-wrap li.step-arrow span.step-arrow{
	position: relative;
	width: 13px;
	height: 2px;
	background: #767676;
	display: flex;
	margin-right: 13px;
}
@media (min-width: 992px) and (max-width: 1599px) {
	.pr-view-wrap .form-group .step-wrap li.step-arrow span.step-arrow{
		width: 25px;
	}
}
@media (min-width: 1600px) {
	.pr-view-wrap .form-group .step-wrap li.step-arrow span.step-arrow{
		width: 200px;
	}
}

.pr-view-wrap .form-group .step-wrap li.step-arrow .step-arrow:before{
	content: "";
	position: absolute;
	right: -21px;
	top: -6px;
	width: 4px;
	height: 4px;
	border-bottom: 7px solid transparent;
	border-top: 7px solid transparent;
	border-left: 15px solid #767676;
	border-right: 7px solid transparent;
}
.pr-view-wrap .form-group .progress-wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.pr-view-wrap .form-group .progress-wrap .progress {
	width: 90%;
	height: 35px;
	display: inline-block;
}
@media (min-width: 992px) and (max-width: 1599px) {
	.pr-view-wrap .form-group .progress-wrap .progress {
		width: 470px;
	}
}
@media (min-width: 1600px) {
	.pr-view-wrap .form-group .progress-wrap .progress {
		width: 640px;
		margin-right: 20px;
	}
}
.pr-view-wrap .form-group .progress-wrap .progress .progress-bar{
	height: 35px;
}
.pr-view-wrap .form-group .progress-wrap .txt-progress{
	font-weight: bold;
	color: #00508e;
}
.pr-view-wrap .form-btns{
	display: flex;
	gap: 10px;
}
.pr-view-wrap .form-btns a{
	padding: 15px 20px;
	border: 1px solid #ccc;
	border-radius: 29px;
	color: #929292;
	font-weight: bold;
}
.pr-view-wrap .form-btns a i{margin-right: 10px;}
.pr-view-wrap .form-btns a.active{
	border: 1px solid #555;
	color: #1d1d1d;
	font-weight: bold;
}
.pr-view-wrap .form-btns a.active.like i{
	color: #e2660b;
}
.pr-view-wrap .form-btns a.active.write i{
	color:#1D1D1D ;
}

.nav.nav-tabs li{
	margin-right: 5px;
}
.nav.nav-tabs li a{
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-radius: 10px 10px 0 0;
	background: #F8F8F8;
	color: #555555;
}
.nav.nav-tabs li a.active{
	background-color: #000;
	font-weight: bold;
	color: #ffffff;
}
.pr-view-wrap .conts-area{
	padding: 40px 0;
}
.pr-view-wrap .file-wrap{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
}
@media (min-width: 992px) {
	.pr-view-wrap .file-wrap{
		display: flex;
		align-items: center;
		gap: 20px;
	}
}
.pr-view-wrap .file-wrap a{
	color: #1d1d1d;
}
.pr-view-wrap .file-wrap .tit{
	margin-bottom: 15px;
}
@media (min-width: 992px) {
	.pr-view-wrap .file-wrap .tit{
		margin-bottom: 0;
	}
}
.pr-view-wrap .file-wrap button{
	border: 1px solid #555;
	border-radius: 5px;
	font-size: 13px;
	margin-left: 5px;
	padding: 3px 7px;
}
/*댓글*/
.comment-wrap{
	margin-top: 50px;
}
.comment-wrap .tit-wrap{
	margin-bottom: 35px;
}
.comment-wrap .tit-wrap .tit{
	font-size: 35px;
	color: #1d1d1d;
	border-right: 1px solid #ddd;
	padding-right: 15px;
	margin-right: 15px;
}
.comment-wrap .tit-wrap span strong{color: #1d1d1d;}
.comment-wrap form textarea{
	width: 100%;
	height: 140px;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #707070;
	margin-bottom: 10px;
}
.comment-wrap form >div{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
.comment-area ul > li{
	background-color: #F4F4F4;
	border-radius: 20px;
	margin-bottom: 10px;
	padding: 20px 25px;
}
.comment-area ul > li button{
	padding: 2px 4px;
	font-size: 13px;
	border: 1px solid #ddd;
	color: #555555;
}
.comment-area ul > li div.cmt-top{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.comment-area ul > li div.cmt-top .tit .name{
	font-size: 19px;
	color: #1d1d1d;
}
.comment-area ul > li div.cmt-top .tit .date{
	font-size: 15px;
}
.comment-area ul > li .cmt-txt{
	color: #1d1d1d;
	margin: 10px 0;
}
.comment-area ul > li > ul > li{
	padding: 10px 10px;
	margin-bottom: 0;
	padding-bottom: 0;
	border-top: 1px solid #ddd;
	margin-top: 10px;
	border-radius: 0;
}
.comment-area ul > li > ul > li div.cmt-top .tit{
	position: relative;
}
.comment-area ul > li > ul > li div.cmt-top .tit:before{
	content: '\e3d6';
	font-family: "Font Awesome 7 Pro";
}
 /* btn */
.form-btns button.btn-light{
	border: 1px solid #ddd;
	color: #555555;
}
.form-btns button.btn-info{
	border: 1px solid #7FAED2;
	color: #00508e;
	background: #F2F9FF ;
}
