.mw_container {
	font-family: 'Noto Sans KR', sans-serif;
	letter-spacing: -1px;
	margin: 0 auto;
	max-width: 1100px;
}

.mw_container div, 
.mw_container span, 
.mw_container p, 
.mw_container input::placeholder, 
.mw_container input[type="text"], 
.mw_container input[type="tel"], 
.mw_container input[type="email"], 
.mw_container input[type="textarea"] {
	font-family: 'Noto Sans KR';
}

/*상단*/
.mw_top {margin-top: 70px;}

.mw_top > p:first-child > span {
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	background-color: #519600;
	display: inline-block;
	margin-right: 3px;
	font-weight: bold;
	font-size: 22px;
}

.mw_top > p:first-child {
	font-size: 22px;
	color: #3c3c3c;
	font-weight: 500;
}

.mw_top > p:nth-child(2) {
	font-size: 16px;
	color: #3c3c3c;
	font-weight: 500;
	margin-top: 15px;
}

.mw_top > p:nth-of-type(2) > span {
	font-weight: bold;
	color: #519600;
}

.mw_num {
	margin-top: 35px;
	background-color: #f8f8f8;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mw_num .mw_num_img img {vertical-align: top;}

.mw_num .mw_num_img > span {
	font-size: 18px;
	font-weight: 600;
	color: #3c3c3c;
	margin-right: 20px;
	margin-left: 10px;
}

.mw_num_input input[type="text"] {
	font-family: 'Noto Sans KR', sans-serif;
	letter-spacing: -1px;
	width: 130px;
	height: 35px;
	outline: none;
	border: 1px solid #cccccc;
	text-align: center;
	font-size: 17px;
	color: #000;
	box-sizing: border-box;
}

.mw_num_input > span {
	font-size: 20px;
	padding: 0 3px;
}

.mw_num .mw_num_check {
	width: 90px;
	height: 35px;
	font-size: 16px;
	font-weight: 500;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background-color: #1c8458;
	margin-left: 20px;
	cursor: pointer;
}

.mw_num .mw_num_check:hover {
	background-color: #269b6a;
}

.mw_top > p:nth-of-type(3) {
	font-size: 14px;
	color: #3c3c3c;
	font-weight: 500;
	margin-top: 15px;
}

/*중앙라인*/
hr {
	margin-top: 38px;
	background-color: #d2d2d2;
	height: 1px;
	border: 0;
}

/*하단*/
.mw_bottom {
	margin-top: 80px;}

.mw_bottom > p:first-child > span {
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	background-color: #277aaf;
	display: inline-block;
	margin-right: 3px;
	font-weight: bold;
	font-size: 22px;
}

.mw_bottom > p:first-child {
	font-size: 22px;
	color: #3c3c3c;
	font-weight: 500;
}

.mw_bottom .mw_estimate {
	display: flex;
	margin-top: 20px;
}

.mw_bottom .mw_estimate02 > p {
	font-size: 16px;
	color: #3c3c3c;
	font-weight: 500;
	margin-left: 15px;
}

.mw_bottom .mw_estimate03 {
	flex: 0 0 210px;
	height: 50px;
	background-color: #277aaf;
	color: #fff;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	margin-left: 60px;
	font-weight: 500;
	font-size: 16px;
}

.mw_bottom .mw_estimate03:hover {background-color: #2f8ac2;}

.mw_application {
	height: 100%;
	background-color: #3b3b3b;
	padding: 40px;
	box-sizing: border-box;
	margin-top: 60px;
}

.mw_application > p {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin-top: 10px;
}

.mw_application > span {
	font-size: 15px;
	color: #fff;
	margin-top: 12px;
	display: inline-block;
}

.mw_application > span:nth-child(3) {
	width: 330px;
	height: 50px;
	background-color: #fff;
	color: #3b3b3b;
	font-size: 17px;
	text-align: center;
	line-height: 50px;
	font-weight: 600;
	cursor: pointer;
	margin-top: 30px;
}

.mw_application > span:nth-child(3):hover {
	background-color: #ebebeb;
}

/* 건적서 관련*/
.appPopup {
	position: absolute;
	width: 700px;
	top: -60px;
	left: 200px;
	z-index: 1000;
	background-color: #fff;
	border: 3px solid #d7d7d7;
	display: flex;
	flex-direction: column;
}

/* 탭 영역 */
.appPopup_tabs {
	display: flex;
	border-bottom: 2px solid #d7d7d7;
}

.appPopup_tab {
	flex: 1;
	padding: 15px 20px;
	background-color: #f8f8f8;
	border: none;
	border-right: 1px solid #d7d7d7;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	color: #3c3c3c;
	transition: all 0.3s;
}

.appPopup_tab:last-child {
	border-right: none;
}

.appPopup_tab:hover {
	background-color: #e8e8e8;
}

.appPopup_tab.active {
	background-color: #fff;
	color: #519600;
	font-weight: 600;
	border-bottom: 2px solid #519600;
	margin-bottom: -2px;
}

/* 견적서 이미지 영역 */
.appPopup_estimate {
	position: relative;
	flex: 1;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.appPopup_estimate_button {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 20px;
}

.appPopup_estimate_button input[type="image"] {
	cursor: pointer;
	transition: transform 0.2s, opacity 0.2s;
	max-width: 100%;
	height: auto;
	width: 150px;
	border-radius: 100px;
}

.appPopup_estimate_button input[type="image"]:hover {
	transform: scale(1.05);
	opacity: 0.9;
}

.appPopup_estimate_button input[type="image"]:active {
	transform: scale(0.98);
}

.appPopup_estimate_img {
	display: none;
	width: 100%;
	height: 100%;
	flex: 1;
}

.appPopup_estimate_img.active {
	display: block;
}

.appPopup .doc {
	position: relative;
	width: 610px;
	height: 840px;
	margin: 38px 0 0 40px;
	z-index: 1000;
	background-color: #fff;
}

.appPopup .doc img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* 부가설명 이미지 영역 */
.appPopup_info {
	padding: 20px 40px;
	text-align: center;
}

.appPopup_info img {
	max-width: 100%;
	height: auto;
}

/* 버튼 영역 */
.appPopup_buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	padding: 20px 40px;
	border-top: 1px solid #d7d7d7;
}

.appPopup_buttons a,
.appPopup_buttons input[type="image"] {
	cursor: pointer;
	width: 150px;
}

.appPopup_buttons img {
	max-width: 100%;
	height: auto;
}
/* 건적서 관련*/

/*반응형 1024px*/
@media all and (max-width: 1024px) {
	/* 건적서 관련*/
	.appPopup {
		position: absolute;
		width: 700px;
		top: -60px;
		left: 85px;
		z-index: 1000;
		background-color: #fff;
		border: 3px solid #d7d7d7;
	}
	/* 건적서 관련*/
}

/*반응형 820px*/
@media all and (max-width: 820px) {
	/* 건적서 관련*/
	.appPopup {
		position: absolute;
		width: 700px;
		top: -80px;
		left: 40px;
		z-index: 1000;
		background-color: #fff;
		border: 3px solid #d7d7d7;
	}
	
	.appPopup .doc {
		position: relative;
		width: 630px;
		height: 800px;
		margin: 38px 0 0 40px;
		z-index: 1000;
		background-color: #fff;
	}
	
	.appPopup_info img {
		width: 100%;
	}
	
	.appPopup_buttons {
		padding: 15px 20px;
	}
	
	.appPopup_buttons a img,
	.appPopup_buttons input[type="image"] {
		width: 130px;
		height: 37px;
	}
	
	.appPopup_estimate_button {
		padding: 12px 15px;
	}
	
	.appPopup_estimate_button input[type="image"] {
		max-width: 150px;
		height: auto;
	}
	/* 건적서 관련*/
}

/*반응형 700px*/
@media all and (max-width: 700px) {
	.mw_top {margin-top: 30px;}

	.mw_top > p:first-child > span {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 20px;
	}

	.mw_top > p:first-child {font-size: 20px;}

	.mw_top > p:nth-child(2) {
		font-size: 15px;
		margin-top: 10px;
	}

	.mw_num {
		margin-top: 25px;
		height: 70px;
	}

	.mw_num .mw_num_img > span {
		font-size: 16px;
		margin-right: 5px;
		margin-left: 5px;
	}

	.mw_num_input input[type="text"] {
		width: 70px;
		font-size: 15px;
	}

	.mw_num_input > span {padding: 0 0px;}

	.mw_num .mw_num_check {
		width: 70px;
		font-size: 15px;
		margin-left: 7px;
	}

	hr {margin-top: 25px;}
	.mw_bottom {margin-top: 35px; }

	.mw_bottom > p:first-child > span {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 20px;
		background-color: #277aaf;
	}

	.mw_bottom > p:first-child {font-size: 20px;}
	.mw_bottom .mw_estimate {margin-top: 12px;}

	.mw_bottom .mw_estimate02 > p {
		font-size: 15px;
		margin-left: 8px;
	}

	.mw_bottom .mw_estimate03 {
		flex: 0 0 180px;
		height: 40px;
		line-height: 40px;
		margin-left: 15px;
		font-size: 15px;
	}

	.mw_application {
		height: 100%;
		padding: 30px;
		margin-top: 30px;
		padding-bottom: 30px;
		box-sizing: border-box;
	}

	.mw_application > p {margin-top: 0px;}

	.mw_application > span {
		font-size: 14px;
		margin-top: 10px;
	}

	.mw_application > span:nth-child(3) {
		width: 240px;
		height: 40px;
		font-size: 15px;
		line-height: 40px;
		margin-top: 20px;
	}
}

/*반응형 550px*/
@media all and (max-width: 550px) {
	.mw_top {margin-top: 20px;}
	.mw_top > p:first-child {font-size: 18px;}
	.mw_num {margin-top: 20px;}

	.mw_num .mw_num_img > span {
		margin-right: 5px;
		margin-left: 5px;
	}

	.mw_num_input input[type="text"] {width: 50px;}

	.mw_num .mw_num_check {
		width: 60px;
		font-size: 14px;
		margin-left: 5px;
	}

	.mw_bottom > p:first-child > span {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 20px;
		background-color: #277aaf;
	}

	.mw_bottom .mw_estimate03 {
		flex: 0 0 110px;
		margin-left: 20px;
		font-size: 14px;
	}
	/* 건적서 관련*/
	.appPopup {
		position: absolute;
		width: 370px;
		top: -50px;
		left: 0px;
		z-index: 1000;
		background-color: #fff;
	}
	
	.appPopup_tab {
		padding: 12px 15px;
		font-size: 14px;
	}
	
	.appPopup .doc {
		position: relative;
		width: 370px;
		height: 520px;
		margin: 38px 0 0 0px;
		z-index: 1000;
		background-color: #fff;
	}
	
	.appPopup_info {
		padding: 15px 10px;
	}
	
	.appPopup_info img {
		width: 370px;
		height: 34px;
		object-fit: contain;
	}
	
	.appPopup_buttons {
		padding: 10px;
		text-align: center;
	}
	
	.appPopup_buttons a img,
	.appPopup_buttons input[type="image"] {
		width: 130px;
		height: 37px;
	}
	
	.appPopup_estimate_button {
		padding: 10px;
	}
	
	.appPopup_estimate_button input[type="image"] {
		max-width: 120px;
		height: auto;
	}
	/* 건적서 관련*/
}