p{margin-bottom: 0;}
.btn{
	border-radius: 5px;
}
.layout-container{
	margin-bottom: 80px;
}
.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;
	}
}

h3.conts-tit{
	font-size: 29px;
	color: #1d1d1d;
	font-weight: bold;
	margin-bottom: 20px;
}


/* 제안/참여 */
.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;
		justify-content: space-between;
	}
}
.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;
	margin-bottom: 30px;
}
.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: flex-start;
	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;
		margin-bottom: 0;
	}
}
.pr-view-wrap .form-group .step-wrap li.step{
	position: relative;
	padding-left: 40px;
}
.pr-view-wrap .form-group .step-wrap li.step.active{
	font-weight: bold;
	color: #1d1d1d;
}
.pr-view-wrap .form-group .step-wrap li.step:before{
	content:'';
	position: absolute;
	width: 29px;
	height: 29px;
	border-radius: 50%;
	left: 0;
	background: #767676;
}
.pr-view-wrap .form-group .step-wrap li.step.active.proposal:before{
	background: #358511;
}
.pr-view-wrap .form-group .step-wrap li.step.active.vote:before{
	background: #2B4CA9;
}
.pr-view-wrap .form-group .step-wrap li.step.active.action:before{
	background: #713FA1;
}
.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: 180px;
	}
}

.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 .vote-wrap{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	gap: 10px;
}
@media (min-width: 992px){
	.pr-view-wrap .vote-wrap{
		margin-top: 20px;
	}
}
.pr-view-wrap .vote-wrap .progress-wrap{
	margin-bottom: 0;
	width: 60%;
	gap:10px;
}
.pr-view-wrap .vote-wrap .progress-wrap .vote-progress{
	height: 35px;
	min-width: 100%;
	border-radius: 4px;
}
.pr-view-wrap .vote-wrap.agree .progress-wrap .vote-progress{
	background: #1e72d2;
}
.pr-view-wrap .vote-wrap.agree .form-btns a i{
	color: #1e72d2;
}
.pr-view-wrap .vote-wrap.noagree .progress-wrap .vote-progress{
	background-color: #E2660B;
}
.pr-view-wrap .vote-wrap.noagree .form-btns a i{
	color: #E2660B;
}
.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.disabled{
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
}
.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 ;
}
.pr-view-wrap .state-btn a{
	border:1px solid #555555;
	border-radius: 15px;
	padding: 20px;
	display: inline-block;
	color: #1d1d1d;
	font-size: 19px;
	margin-bottom: 15px;
}
.pr-view-wrap .state-btn a span{
	width: 43px;
	height: 43px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: #f4f4f4;
	margin-right: 8px;
}
.pr-view-wrap .state-btn a.status-matching span i{color: #1e72d2;}
.pr-view-wrap .state-btn a.status-progress span i{color: #358511;}
.pr-view-wrap .state-btn a.status-cancel span i{color: #D13A28;}
.pr-view-wrap .state-btn a.status-complete span i{color: #713FA1;}

.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 */
 button.btn-light{
	border: 1px solid #ddd;
	color: #555555;
	 background: #ffffff;
}
button.btn-info{
	border: 1px solid #7FAED2;
	color: #00508e;
	background: #F2F9FF ;
}
button.btn-primary{
	color: #fff;
	background: #00508E ;
	border: none;
}
/*모달창*/
.modal.applymodal .modal-dialog{
	top: 50%;
	transform: translateY(-50%) !important;;
}
@media (min-width: 992px){
	.modal.applymodal .modal-dialog{
		min-width: 800px;
	}
}
.modal.applymodal .modal-dialog .modal-content{
	padding: 10px 15px;
}
.modal.applymodal .modal-dialog .modal-content .close{
	position: absolute;
	right: 10px;
	padding: 2px;
}
.modal.applymodal .modal-header{
	border-bottom: 2px solid #555;
	margin-top: 40px;
}
@media (min-width: 992px){
	.modal.applymodal .modal-header h5{
		font-size: 27px;
	}
}
.modal.applymodal .modal-body{
	padding: 0;
	padding-top: 20px;
}
.modal.applymodal .modal-body .conts-area{
	border: 1px solid #ddd;
	border-radius: 15px;
	padding: 20px 10px;
	margin-bottom: 20px;
}
.modal.applymodal .modal-body .conts-area p{
	margin-bottom: 20px;
}
.modal.applymodal .modal-body .agree-wrap {
	background-color: #F4F4F4;
	border-radius: 15px;
	padding: 20px 15px;
}
.modal.applymodal .modal-body .agree-wrap form{
	display: flex;
	flex-direction: column;
}
@media (min-width: 992px){
	.modal.applymodal .modal-body .agree-wrap form{
		flex-direction: row;
		justify-content: space-between;
	}
}
.modal.applymodal .modal-body .agree-wrap form span{
	display: flex;
	justify-content: flex-start;
}
.modal.applymodal .modal-body .agree-wrap form label{
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}
.modal.applymodal .modal-footer{
	justify-content: center;
	border-top: none;
}

.top-text-box{
	border-radius: 15px;
	border: 1px solid #4E97DA;
	padding: 20px 15px;
}

.pr-form-wrap.pr-view-wrap{
	border-top: none;
}
.pr-form-wrap .form-group{
	padding-top: 15px;
	margin-bottom: 0;
}
@media (min-width: 992px){
	.pr-form-wrap .form-group{
		display: flex;
		justify-content: flex-start;
	}
}
.pr-form-wrap .form-group:last-child{
	border-bottom: 1px solid #ddd;
}

.pr-form-wrap .form-group.step{
	border-bottom: none;
}
@media (min-width: 992px){
	.pr-form-wrap .form-group.step{
		max-width: 720px;
		margin: 0 auto 20px;
	}
}
.pr-form-wrap .form-group:nth-child(2){
	border-top: 2px solid #555;
}
@media (min-width: 992px){
	.pr-form-wrap .form-group .tit{
		width: 10%;
		margin-bottom: 0;
	}
}
.pr-form-wrap .form-group label{
	color: #555555;
	font-weight: bold;
}
@media (min-width: 992px){
	.pr-form-wrap .form-group .txt{
		width: 100%;
	}
}
.pr-form-wrap .form-group input[type="text"],
.pr-form-wrap .form-group select{
	width: 100%;
	border:1px solid #555;
	border-radius: 5px;
	height: 40px;
}
@media (min-width: 992px){
	.pr-form-wrap .form-group select{
		width: 20%;
	}
}
.pr-form-wrap .form-group textarea{
	width: 100%;
	border:1px solid #555;
	border-radius: 5px;
	height: 340px;
}
.pr-form-wrap .form-group input[type="file"]{
	width: 100%;
	border:1px solid #ddd;
	border-radius: 5px;
}
@media (min-width: 992px){
	.pr-form-wrap .form-group input[type="file"]{
		width: 20%;
	}
}


/*활동내역*/
.active-wrap{
	border: 1px solid #ddd;
	padding: 25px 15px;
	border-radius: 12px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 25px;
	margin-top: 20px;
	margin-bottom: 50px;
}
@media (min-width: 992px){
	.active-wrap{
		padding: 20px 40px;
	}
}
.active-wrap .active-list{
	width: calc(50% - 25px);
	display: flex;
	gap: 15px;
	align-items: center;
}
@media (min-width: 992px){
	.active-wrap .active-list{
		width: calc(25% - 25px);
		border-right: 1px solid #ddd;
	}
	.active-wrap .active-list:last-child{
		border-right: none;
	}
}
.active-wrap .active-list .icon{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #F4F4F4;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 21px;
}
.active-wrap .active-list .tit{
	font-size: 21px;
}
.active-wrap .active-list .num{
	font-size: 21px;
	font-weight: bold;
	color: #00508e;
}
.active-tit{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/*테이블-리스트*/
 .table-list{
	 border-top: 2px solid #555;
	 width: 900px;
	 margin-bottom: 50px;
 }
@media (min-width: 992px){
	.table-list{
		width: 100%;
	}
}
.table-list thead th{
	padding: 15px;
	text-align: center;
}
.table-list tbody td{
	text-align: center;
}
.table-list tbody td.text-left{
	text-align:left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.table-list tbody td a{
	color: #1d1d1d;
}
.table-list tbody td.step-proposal{color: #358511;}
.table-list tbody td.step-vote{color: #2B4CA9;}
.table-list tbody td.step-action{color: #703EA1;}

/* 참여하기 -카테고리 추가*/
.status-board{
	border:1px solid #DDDDDD;
	border-radius: 15px;
	margin-bottom: 40px;
	padding: 20px 8px 20px 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px 10px;
}
.status-board .status-list{
	border-right: 1px solid #ddd;
	padding: 2px 20px 2px 0;
}
.status-board .status-list:last-child{
	border-right: none;
}
@media (min-width: 992px){
	.status-board .status-list{
		padding: 0px 20px 0px 10px;
	}
}

