@charset "UTF-8";

/* 아이디어로+ 공모 안내 */
#content.nzp-content {
	padding-top: 40px;
	padding-bottom: 90px;
}

.nzp-title-wrap {
	margin-bottom: 28px;
	padding-bottom: 20px;
	border-bottom: 2px solid #4a95cc;
}

.nzp-title-wrap .nzp-category {
	margin: 0 0 8px;
	color: #71aa3d;
	font-size: 14px;
	font-weight: 700;
}

.nzp-title-wrap .cmm-tit-h1 {
	float: none;
	margin: 0;
	color: #222;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4;
}

.nzp-poster {
	margin-bottom: 36px;
	padding: 24px;
	border: 1px solid #d9e5ce;
	background: #f8fbf4;
	text-align: center;
}

.nzp-poster img {
	display: block;
	width: 100%;
	max-width: 880px;
	height: auto;
	margin: 0 auto;
}

.nzp-round-tabs {
	display: flex;
	margin-bottom: 34px;
	border-bottom: 2px solid #4a95cc;
}

.nzp-round-tabs a {
	width: 50%;
	padding: 17px 10px;
	border: 1px solid #d4d8dd;
	border-bottom: 0;
	background: #f5f6f7;
	color: #555;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
}

.nzp-round-tabs a + a {
	border-left: 0;
}

.nzp-round-tabs a.is-active {
	border-color: #4a95cc;
	background: #4a95cc;
	color: #fff;
}

.nzp-list-title {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 14px;
}

.nzp-list-title h2 {
	margin: 0;
	padding-left: 12px;
	border-left: 4px solid #78b446;
	color: #222;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
}

.nzp-list-title h2 span {
	margin-left: 6px;
	color: #666;
	font-size: 15px;
	font-weight: 400;
}

.nzp-list-title p {
	margin: 0;
	color: #666;
	font-size: 14px;
}

.nzp-list-title p strong {
	color: #4a95cc;
	font-weight: 700;
}

.nzp-table-wrap {
	margin-top: 0;
}

.nzp-task-table {
	width: 100%;
	table-layout: fixed;
}

.nzp-task-table .col-no { width: 8%; }
.nzp-task-table .col-company { width: 18%; }
.nzp-task-table .col-task { width: 62%; }
.nzp-task-table .col-action { width: 12%; }

.nzp-task-table th {
	font-size: 14px;
}

.nzp-task-table td {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 1.4;
	vertical-align: middle;
}

.cmm-table .data.nzp-task-table td {
	padding-top: 9px;
	padding-bottom: 9px;
}

.nzp-task-table .nzp-company {
	color: #666;
	font-size: 13px;
	font-weight: 400;
	word-break: keep-all;
}

.cmm-table .data td.nzp-task-title {
	color: #235f8a;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.45;
	text-align: left;
	word-break: keep-all;
	white-space: nowrap;
}

.nzp-task-no {
	color: #222;
	font-weight: 700;
}

.nzp-detail-button {
	display: inline-block;
	min-width: 72px;
	padding: 6px 10px;
	background: #4a95cc;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
}

.nzp-detail-button.is-disabled {
	background: #999;
	color: #fff;
}

.nzp-empty-row td {
	padding: 65px 20px !important;
	color: #777;
	text-align: center;
}

.nzp-bottom-notice {
	margin: 14px 0 0;
	color: #777;
	font-size: 13px;
	text-align: right;
}

@media only screen and (max-width: 768px) {
	#content.nzp-content {
		padding-top: 25px;
		padding-bottom: 55px;
	}

	.nzp-title-wrap .cmm-tit-h1 {
		font-size: 24px;
	}

	.nzp-poster {
		margin-bottom: 26px;
		padding: 10px;
	}

	.nzp-task-table .col-no { width: 8%; }
	.nzp-task-table .col-company { width: 20%; }
	.nzp-task-table .col-task { width: 60%; }
	.nzp-task-table .col-action { width: 12%; }
}
