.landing-wrap {
}
.landing-contents {
	max-width: 1400rem;
	margin: 0 auto;
}
.img-tit {
	background-color: #000144;
	padding: 0 50rem;
	img {
		margin: 0 auto;
	}
}
.form-box-sty1 {
	background-color: #000144;
	padding-top: 60rem;
}
.form-inner {
	display: flex;
	flex-direction: column;
	gap: 15rem;
}
.landing-input-wrap {
	margin: 0 auto;
	/*width: clamp(80%, 100%, 700rem);*/
	max-width: 650px;
}
.landing-input {
	display: flex;
	align-items: center;
	width: 100%;
	height: 70rem;
	padding: 0 20rem;
	background-color: #fff;
	font-size: 24rem;
	color: #333;
}
.landing-input::placeholder {
	color: #aaa;
}
.calender-wrap {
	position: relative;
}
.btn-calender-wrap {
}
.btn-calender {
	display: flex;
	align-items: center;
	width: 100%;
	height: 70rem;
	color: #aaa;
	font-size: 24rem;
	background-color: #fff;
	padding: 0 20rem;
	&.selected {
		color: #333;
	}
}
.landing-wrap .formBox .cktxt {
	display: flex;
	align-items: center;
	width: max-content;
	margin: 10rem auto 30rem;
	cursor: pointer;
	color: #fff;
	font-size: 20rem;
}
.landing-wrap .formBox .cktxt label {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 500;
	width: max-content;
}
.landing-wrap .formBox .cktxt span {
	color: #1F58FE;
	margin-left: 5px;
}
.landing-wrap .formBox input[type="checkbox"] {
	display: block;
	z-index: 2;
	border: 1px solid #000;
	border-radius: 3px;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	-webkit-appearance: checkbox;
}
.landing-wrap .formBox .txtarea {
	display: none;
	background: #fff;
	padding: 30px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	text-align: left;
	z-index: 10;
}
.landing-wrap .formBox .txtarea.on {
	display: block;
}
.landing-wrap .formBox .txtarea span {
	text-align: center;
	margin-bottom: 50px;
	display: block;
}
.landing-wrap .formBox .txtarea .clbt {
	text-align: center;
	background: #000;
	color: #fff;
	padding: 10px 0;
	margin-top: 50px;
	cursor: pointer;
}
.counseling-wrap {
	position: sticky;
	bottom: 0;
	left: 0;
}
.counseling {
	display: flex;
	> * {
		flex: 1;
	}
}
.counseling__1 {
	background-color: #0027F9;
	a {
		display: flex;
		justify-content: end;
		width: 100%;
	}
}
.counseling__2 {
	background-color: #001083;
	a, button {
		display: flex;
		justify-content: start;
		width: 100%;
	}
}
.counseling-info {
	display: flex;
	gap: 15rem;
	padding: 20rem 30rem;
}
.counseling-info__img-wrap {
	width: 78rem;
	img {
		width: 100%;
		height: auto;
	}
}
.c-info {
	color: #fff;
}
.c-info__1 {
	font-size: 20rem;
}
.c-info__2 {
	font-size: 28rem;
	font-weight: 600;
}
/* button submit */
.btn-landing-submit {
	display: block;
	width: 100%;
	max-width: 500rem;
	aspect-ratio: 541 / 109;
	background: center / contain url("../images/mou_landingbt_pc.png") no-repeat;
	margin: 0 auto;
}
/* button top */
.src-top {
	position: fixed;
	bottom: 120rem;
	right: 14vw;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 110rem;
	height: 110rem;
	button {
		display: block;
		width: 100%;
		height: 100%;
		background: center / contain url("../images/TOP_icon_pc.png") no-repeat;
	}
}
/* calendar popup */
/* 팝업 모달 스타일 */
.popup-modal {
	display: none;
	position: absolute;
	z-index: 1000;
	left: 0;
	bottom: 100%;
	width: 100%;
	/*background-color: rgba(0, 0, 0, 0.5);*/
}
.popup-content {
	position: relative;
	background-color: #fff;
	padding: 20rem;
	border-radius: 10rem;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	animation: slideDown 0.3s ease;
	height: 100%;
}
@keyframes slideDown {
	from {
		transform: translateY(-50px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}
.popup-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20rem;
	padding-bottom: 10rem;
	border-bottom: 1px solid #eee;
}
.popup-title {
	font-weight: bold;
	color: #333;
}
.popup-close {
	background: none;
	border: none;
	font-size: 24rem;
	cursor: pointer;
	color: #999;
	padding: 0;
	width: 30rem;
	height: 30rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.popup-close:hover {
	color: #333;
}
.popup-body {
	margin-bottom: 20rem;
	line-height: 1.6;
	color: #666;
	min-height: 500rem;
}
.popup-footer {
	text-align: right;
}
.popup-btn {
	background-color: #007bff;
	color: white;
	border: none;
	padding: 10rem 20rem;
	border-radius: 5rem;
	cursor: pointer;
	font-size: 20rem;
	margin-left: 10rem;
}
.popup-btn:hover {
	background-color: #0056b3;
}
.popup-btn.secondary {
	background-color: #6c757d;
}
.popup-btn.secondary:hover {
	background-color: #545b62;
}
.ly-1 {
	margin-bottom: 50px;
}
.position-rel {
	position: relative;
}
.btn-scroll-to-form {
	cursor: pointer;
}
.row-boxes-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 15rem;
	margin: 0 auto;
	width: 100%;
	max-width: 730px;
}
.row-boxes-wrap .row-box {
	width: calc(50% - 7.5rem);
}
@media screen and (max-width: 1074px) {
	.landing-wrap .formBox .txtarea {
		padding: 20px;
		min-width: 500rem;
	}
	.row-boxes-wrap {
		padding: 0 40px;
	}
}
@media screen and (max-width: 767px) {
	.landing-wrap {
	}
	.landing-contents {
	}
	.img-tit {
		padding: 0 20rem;
		img {
		}
	}
	.form-box-sty1 {
		padding: 30rem 20rem 0;
	}
	.form-inner {
		gap: 10rem;
		width: 83%;
		margin: 0 auto;
	}
	.landing-input-wrap {
		width: 100%;
		max-width: none;
	}
	.landing-input {
		height: 45rem;
		padding: 0 10rem;
		font-size: 16rem;
	}
	.landing-input::placeholder {
	}
	.calender-wrap {
	}
	.btn-calender-wrap {
	}
	.btn-calender {
		height: 45rem;
		padding: 0 10rem;
		font-size: 16rem;
	}
	.landing-wrap .formBox .cktxt {
		margin: 10rem auto 25rem;
	}
	.landing-wrap .formBox .cktxt label {
		font-size: 14rem;
	}
	.landing-wrap .formBox .cktxt span {
	}
	.landing-wrap .formBox input[type="checkbox"] {
	}
	.landing-wrap .formBox .txtarea {
		width: 100%;
		min-width: auto;
		padding: 10px;
		font-size: 14rem;
	}
	.landing-wrap .formBox .txtarea.on {
	}
	.landing-wrap .formBox .txtarea span {
		margin-bottom: 20px;
	}
	.landing-wrap .formBox .txtarea .clbt {
		margin-top: 20px;
	}
	.counseling {
		> * {
		}
	}
	.counseling__1 {
		a {
		}
		.c-info {
		}
		.counseling-info {
			justify-content: end;
		}
	}
	.counseling__2 {
		a, button {
		}
	}
	.counseling-info {
		padding: 10rem 7rem;
		gap: 5rem;
		flex: 1;
	}
	.counseling-info__img-wrap {
		display: flex;
		align-items: center;
		width: 26rem;
		flex-shrink: 0;
		img {
			height: auto;
		}
	}
	.c-info {
	}
	.c-info__1 {
		font-size: 9rem;
	}
	.c-info__2 {
		font-size: 14rem;
		font-weight: 500;
	}
	/* button submit */
	.btn-landing-submit {
		background: center / contain url("../images/mou_landingbt_m.png") no-repeat;
	}
	/* button top */
	.src-top {
		width: 70rem;
		height: 70rem;
		right: 20rem;
		bottom: 60rem;
		button {
			background: center / contain url("../images/TOP_icon_m.png") no-repeat;
		}
	}
	/* calendar popup */
	/* 팝업 모달 스타일 */
	.popup-modal {
	}
	.popup-content {
	}
	@keyframes slideDown {
		from {
		}
		to {
		}
	}
	.popup-header {
	}
	.popup-title {
	}
	.popup-close {
	}
	.popup-close:hover {
	}
	.popup-body {
		min-height: 250rem;
	}
	.popup-footer {
	}
	.popup-btn {
	}
	.popup-btn:hover {
	}
	.popup-btn.secondary {
	}
	.popup-btn.secondary:hover {
	}
	.ly-1 {
		width: 80%;
		margin: 0 auto 30rem;
	}
	.position-rel {
	}
	.row-boxes-wrap {
		flex-direction: column;
		flex-wrap: nowrap;
		padding: 0;
		gap: 10rem;
	}
	.row-boxes-wrap .row-box {
		width: 100%;
	}
}