.design-project__banner {
	margin-bottom: 30px;
}

.design-project__banner img {
	width: 100%;
	height: auto;
}

.design-project__content {
	display: flex;
	flex-wrap: wrap;
	margin-top: -80px;
	margin-right: -60px;
}

@media screen and (max-width: 1300px) {
	.design-project__content {
		margin-right: 0;
	}
}

.design-project__col {
	max-width: 50%;
	width: 100%;
	margin-top: 80px;
	padding-right: 60px;
}

@media screen and (max-width: 1300px) {
	.design-project__col {
		max-width: 100%;
		padding: 0;
	}
}

.design-project__header {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	position: relative;
}

.design-project__icon {
	margin-right: 10px;
	flex-shrink: 0;
}

.design-project__icon img {
	width: 90px;
	height: 90px;
}

@media screen and (max-width: 768px) {
	.design-project__icon img {
		width: 60px;
		height: 60px;
	}
}

.design-project__count {
	margin-right: 10px;
	color: #0096EB;
	font-size: 25px;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.design-project__count {
		font-size: 20px;
	}
}

@media screen and (max-width: 768px) {
	.design-project__title {
		font-size: 20px;
	}
}

.design-project__close {
	display: none;
	color: #9499A0;
	font-size: 14px;
	margin-left: auto;
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='15' viewBox='0 0 10 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L2 7.5L9 14' stroke-width='2' stroke='%239499A0'%3E%3C/path%3E%3C/svg%3E");
}

.design-project__close--active {
	display: block;
}

@media screen and (max-width: 768px) {
	.design-project__close {
		position: absolute;
		top: 105%;
		right: 0;
	}
}

.design-project__body--hidden {
	display: none;
}

.design-project__body p {
	font-size: 18px;
	line-height: 1.5;
	color: #333;
}

.design-project__body p:not(:last-child) {
	margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
	.design-project__body p {
		font-size: 16px;
	}
}

.design-project__body--online .design-project__banner {
	margin-bottom: 30px;
	width: 100%;
	height: auto;
}

.design-project__body--online p,
.design-project__body--online ul {
	font-size: 17px;
	line-height: 24px;
}

.design-project__body--online p:not(:last-child),
.design-project__body--online ul:not(:last-child) {
	margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
	.design-project__body--online p,
  .design-project__body--online ul {
		font-size: 14px;
	}
}

.design-project__body--online span {
	font-size: 17px;
	line-height: 24px;
}

@media screen and (max-width: 768px) {
	.design-project__body--online span {
		font-size: 14px;
		line-height: 1.5;
	}
}

.design-project__body--online ul {
	list-style: disc;
	padding-left: 20px;
}

.design-project__body--online ul li {
	position: relative;
}

.design-project__body--online ul img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
	.design-project__body--online {
		margin-top: 40px;
	}
}

@media screen and (max-width: 768px) {
	.design-project__body--point {
		margin-top: 40px;
	}
}

.design-project__body .table__search-box {
	max-height: 500px;
	overflow: hidden;
	overflow-y: auto;
}

.design-project__body .grid-content {
	padding: 0;
}

.design-project__form {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.design-project__desc p {
	font-size: 17px;
	color: #262626;
}

@media screen and (max-width: 768px) {
	.design-project__desc p {
		font-size: 14px;
	}
}

.design-project__desc + .design-project__desc {
	margin-top: 80px;
}

.design-project__outro {
	margin-top: 80px;
	margin-bottom: 60px;
	max-width: 100%;
	width: 100%;
}

.design-project__outro .grid-form {
	max-width: 100%;
	justify-items: center;
}

.design-project__datepicker .datepicker {
	width: 100%;
	border: none;
}

.design-project__datepicker .datepicker--nav {
	border: none;
}

.design-project__datepicker .datepicker--days-names {
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	padding: 25px 0;
	margin: 0 0 20px 0;
}

.design-project__datepicker .datepicker--day-name {
	font-size: 20px;
	line-height: 0.5;
	margin: 0;
	color: #666;
}

.design-project__datepicker .datepicker--cell {
	background-color: #e6e6e6;
	height: 48px;
	width: 100%;
	font-size: 20px;
	line-height: 0.5;
	font-weight: 600;
}

.design-project__datepicker .datepicker--cell.-disabled- {
	background-color: #999;
	color: #ccc;
	pointer-events: none;
}

.design-project__datepicker .datepicker--cell.-current- {
	color: #0c6de2;
}

.design-project__datepicker .datepicker--cell.-other-month- {
	visibility: hidden;
}

.design-project__datepicker .datepicker--cell.-selected- {
	background-color: #4f95e8;
}

.design-project__datepicker .datepicker--cell.-selected-.-current- {
	background-color: #4f95e8;
  color: #fff;
}

.design-project__datepicker .datepicker--cell.-selected-.-focus- {
	background-color: #4f95e8;
}

.design-project__datepicker .datepicker--cells-days {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	grid-gap: 30px 7px;
}

@media screen and (max-width: 768px) {
	.design-project__datepicker .datepicker--cells-days {
		grid-gap: 15px 7px;
	}
}

.design-project .table__search-box p,
.design-project .table__search-box span {
	font-size: 14px;
	line-height: 1.5;
}

.btn.btn-design-project {
	padding: 17px 56px 17px 82px;
	object-fit: contain;
	border: solid 2px #4f95e8;
	background-color: #fff;
	font-size: 23px;
	color: #333;
	height: auto;
	border-radius: 50px;
	max-width: 375px;
	width: 100%;
	position: relative;
}

.btn.btn-design-project svg {
	margin-right: 20px;
	position: absolute;
	width: 45px;
	height: 45px;
	top: 50%;
	left: 29px;
	transform: translateY(-50%);
}

.btn.btn-design-project:hover,
.btn.btn-design-project:focus {
	background-color: #4f95e8;
	border-color: #4f95e8;
	color: #fff;
	transition: all 0.2s ease;
}

.btn.btn-design-project:hover .st0,
.btn.btn-design-project:focus .st0,
.btn.btn-design-project:hover .st1,
.btn.btn-design-project:focus .st1 {
	fill: #fff;
	stroke: #fff;
	transition: all 0.2s ease;
}

@media screen and (max-width: 768px) {
	.btn.btn-design-project {
		font-size: 18px;
	}
}

.datepicker-error {
	margin-top: 15px;
}

.datepicker-error p {
	color: red;
}