/* ===== 상담 폼 스타일 (cash-tree landing 복사) ===== */
.form_section {
	padding: 2rem;
	background: #ffffff;
}
.inputForm-wrapper {
	max-width: 600px;
	margin: 0 auto;
}
.inputForm-flex-wrap {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.inputForm-flex-wrap>div {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0;
	position: relative;
}
.name-label,
.num-label {
	margin-bottom: 0;
	font-weight: 600;
	color: #333;
	font-size: 0.95rem;
	letter-spacing: -0.5px;
	white-space: nowrap;
	min-width: 60px;
	padding-right: 10px;
}
#counsel_hp {
	border-radius: 0 8px 8px 0;
}
input[type="text"] {
	flex: 1;
	padding: 0.7rem 1rem;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	font-size: 1rem;
	font-family: 'Malgun Gothic', dotum, sans-serif;
	transition: all 0.3s ease;
	background: white;
	width: 100%;
}
input[type="text"]:focus {
	outline: none;
	border-color: #CF0000;
	box-shadow: 0 0 0 3px rgba(207, 0, 0, 0.1);
}
input[type="text"]::placeholder {
	color: #aaa;
}
.num-label-first {
	background: #CF0000;
	color: white;
	padding: 0.7rem 1rem;
	border-radius: 8px 0 0 8px;
	font-size: 1rem;
	font-family: 'Malgun Gothic', dotum, sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
}
.privacy_box {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0.5rem 0;
}
.agreeText {
	font-size: 0.95rem;
	color: #333;
}
.cursor {
	cursor: pointer;
}
.dbInput-submit {
	display: block;
	width: 100%;
	max-width: 600px;
	margin: 18px auto 0 auto;
	cursor: pointer;
}
@media (max-width: 768px) {
	.form_section {
		padding: 1rem;
	}
	.inputForm-wrapper {
		max-width: 100%;
	}
	.num-label-first {
		padding: 0.7rem 0.7rem;
		font-size: 0.95rem;
	}
	.dbInput-submit {
		max-width: 100%;
	}
}
@charset "utf-8";

/* 초기화 */
html,
body {
	scroll-behavior: smooth;
}

html {
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	font-family: 'Malgun Gothic', dotum, sans-serif;
}

@media screen and (max-width:640px) {
	body {
		font-size: 15px;
		font-weight: 400;
	}
}

.layout {
	min-width: 1200px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.wrap {
	width: auto;
	margin: 0 auto;
	overflow: hidden;
}

.wraptop {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.wrap02 {
	width: 1000px;
	margin: 0 auto;
}

.wrap03 {
	width: 800px;
	margin: 0 auto;
}

.wrap04 {
	width: 100%;
	margin: 0 auto;
  vertical-align: top;
}

.wraptail {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

/* 타블렛 */
@media (max-width:1200px) and (min-width:620px) {

	.layout {
		min-width: 1200px;
		width: 100%;
		overflow: hidden;
		position: relative;
	}

	.wrap {
		width: auto;
		margin: 0 auto;
		overflow: hidden;
	}

	.wraptop {
		width: 90%;
		margin: 0 auto;
		overflow: hidden;
	}

	.wrap02 {
		width: 90%;
		margin: 0 auto;
	}

	.wrap03 {
		width: 90%;
		margin: 0 auto;
	}

	.wraptail {
		width: 90%;
		margin: 0 auto;
		overflow: hidden;
	}

}

/* 모바일 */
@media (max-width:620px) {
	.layout {
		min-width: 0;
	}

	.wrap {
		width: auto;
		margin: 0;
	}

	.wraptop {
		width: auto;
		margin: 0;
	}

	.wrap02 {
		width: auto;
		margin: 0;
	}

	.wrap03 {
		width: auto;
		margin: 0;
	}

	.wraptail {
		width: auto;
		margin: 0;
	}


}



.fbpc {
	position: absolute;
	position: fixed;
	top: 0%;
	height: auto;
	width: 100%;
	z-index: 999;
	display: block
}

.fbmo {
	display: none
}

@media screen and (max-width:640px) {
	.fbmo {
		position: absolute;
		position: fixed;
		top: 0%;
		height: auto;
		width: 100%;
		z-index: 999;
		display: block
	}

	.fbpc {
		display: none
	}

}



/* 배경 */

.con {
	height: 100%;
	position: relative;
	background: url(/jmj5/images/contact_bg.jpg) center bottom no-repeat;
	background-color: #000;
	background-size: 100%;
	text-align: center;
	padding: 10% 0%;
}


/* 테블렛 */
@media (max-width:1200px) and (min-width:620px) {
	.con {
		padding: 10% 0%;
		background-size: 100%;
	}


}

/* PC */
@media (min-width:1200px) {}

/* 모바일 */
@media (max-width:620px) {
	.con {
		padding: 10% 0% 50%;
		background-size: 100%;
	}


}



/* 공통 */

.p_0 {
	position: relative;
	top: 0px;
	text-align: center;
}

.p_1 {
	position: relative;
	top: 0px;
	text-align: center;
}
.p_1 img {
	display: block;
	max-width: 800px;
	width: 100%;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
}

.bt {
	position: relative;
	top: 0px;
	text-align: center;
}

.bt img {
	width: 100%;
}

.p_t1 {
	position: relative;
	top: 0px;
	padding-top: 1%;
	text-align: center;
}

.p_t2 {
	position: relative;
	top: 0px;
	padding-top: 2%;
	text-align: center;
}

.p_t3 {
	position: relative;
	top: 0px;
	padding-top: 3%;
	text-align: center;
}

.p_bt {
	position: relative;
	top: 0px;
	text-align: center;
}



#con_mo {
	display: none
}




.con_bt {
	position: relative;
	top: 0px;
	padding-top: 0%;
	text-align: center;
	display: flex;
}

.con_bt .p2_0 {
	flex: 1;
}

.contact_bg {
	width: 90%;
	margin-left: 5%;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 10px;
	text-align: left;
}

.contact_bg .contact {
	padding: 5%;
}

.contact_bg .contact span {
	font-size: 26px;
}

.contact_bg .contact li {
	list-style: none;
	font-size: 20px;
	line-height: 30px;
}

.contact_bg .contact select {
	font-size: 26px;
	line-height: 70px;
	color: #000;
	padding: 3%;
	background: #f2f2f2;
	width: 100%;
	border: 1px solid #f2f2f2;
	border-radius: 10px;
}

.contact_bg .contact .textbox {
	font-size: 26px;
	margin-top: 20px;
	background: #f2f2f2;
	width: 100%;
	border: 1px solid #f2f2f2;
	border-radius: 10px;
}

.contact_bg .contact .textbox input {
	font-size: 26px;
	color: #000;
	padding: 3%;
	background: none;
	border: none;
	width: 100%;
}

.contact_bg .contact .textbox02 {
	font-size: 12px;
	margin-top: 10px;
	width: 100%;
}

.contact_bg .contact .textbox02 span {
	font-size: 12px;
	margin-top: 20px;
	width: 100%;
}

.contact_bg .contact .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.contact_bg .contact .btn button {
	overflow: hidden;
}

.contact_bg .contact .btn button,
.contact_bg .contact .btn input {
	width: 100%;
	max-width: 600px;
	border: none;
	background: none;
	padding: 0;
	cursor: pointer;
}

.contact_bg .contact .btn img {
	width: 117%;
	margin-left: -10%;
	height: auto;
	display: block;
}

/* 테블렛 */
@media (max-width:1200px) and (min-width:620px) {
	.p_0 {
		position: relative;
		top: 0px;
		text-align: center;
	}

	.p_0 img {
		width: 90%
	}

	.p_t1 {
		position: relative;
		top: 0px;
		padding-top: 1%;
		text-align: center;
	}

	.p_t1 img {
		width: 90%
	}

	.p_t2 {
		position: relative;
		top: 0px;
		padding-top: 2%;
		text-align: center;
	}

	.p_t2 img {
		width: 90%
	}



	.p_t3 {
		position: relative;
		top: 0px;
		padding-top: 3%;
		text-align: center;
	}

	.p_t3 img {
		width: 90%
	}

	.p_bt {
		position: relative;
		top: 0px;
		text-align: center;
	}

	.p_bt img {
		width: 25%
	}




	.con_bt {
		position: relative;
		top: 0px;
		padding-top: 0%;
		text-align: center;
		display: flex;
	}

	.con_bt .p2_0 {
		flex: 1;
	}



	.contact_bg {
		width: 90%;
		margin-left: 5%;
		background: #fff;
		border: 1px solid #fff;
		border-radius: 10px;
		text-align: left;
	}

	.contact_bg .contact {
		padding: 5%;
	}

	.contact_bg .contact span {
		font-size: 26px;
	}

	.contact_bg .contact li {
		list-style: none;
		font-size: 20px;
		line-height: 30px;
	}

	.contact_bg .contact select {
		font-size: 26px;
		line-height: 70px;
		color: #000;
		padding: 3%;
		background: #f2f2f2;
		width: 100%;
		border: 1px solid #f2f2f2;
		border-radius: 10px;
	}

	.contact_bg .contact .textbox {
		font-size: 26px;
		margin-top: 20px;
		background: #f2f2f2;
		width: 100%;
		border: 1px solid #f2f2f2;
		border-radius: 10px;
	}

	.contact_bg .contact .textbox input {
		font-size: 26px;
		color: #000;
		padding: 3%;
		background: none;
		border: none;
	}

	.contact_bg .contact .textbox02 {
		font-size: 12px;
		margin-top: 5px;
		width: 100%;
	}

	.contact_bg .contact .textbox02 span {
		font-size: 12px;
		margin-top: 20px;
		width: 100%;
	}

	.contact_bg .contact .btn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		margin-top: 20px;
	}


	#w_60 {
		width: 60%;
		padding-top: 3%;
	}

	#w_80 {
		width: 80%;
	}

	#p_5 {
		padding-top: 10%;
	}

	#p_4 {
		padding-top: 10%;
	}


}

/* PC */
@media (min-width:1200px) {}

/* 모바일 */
@media (max-width:620px) {
	.p_0 {
		position: relative;
		top: 0px;
		text-align: center;
	}

	.p_0 img {
		width: 100%
	}


	.p_t1 {
		position: relative;
		top: 0px;
		padding-top: 1%;
		text-align: center;
	}

	.p_t1 img {
		width: 100%
	}

	.p_t2 {
		position: relative;
		top: 0px;
		padding-top: 2%;
		text-align: center;
	}

	.p_t2 img {
		width: 100%
	}

	.p_t3 {
		position: relative;
		top: 0px;
		padding-top: 3%;
		text-align: center;
	}

	.p_t3 img {
		width: 100%
	}


	.bt {
		position: relative;
		top: 0px;
		text-align: center;
	}

	.bt img {
		width: 100%
	}




	.con_bt {
		position: relative;
		top: 0px;
		padding-top: 0%;
		text-align: center;
		display: block;
	}

	.con_bt .p2_0 {
		position: relative;
	}

	.con_bt .p2_0 img {
		width: 80%
	}



	#con_pc {
		display: none
	}

	#con_mo {
		display: block
	}




	.contact_bg {
		width: 90%;
		margin-left: 5%;
		background: #fff;
		border: 1px solid #fff;
		border-radius: 10px;
		text-align: left;
	}

	.contact_bg .contact {
		padding: 5%;
	}

	.contact_bg .contact span {
		font-size: 20px;
	}

	.contact_bg .contact li {
		list-style: none;
		font-size: 20px;
		line-height: 30px;
	}

	.contact_bg .contact select {
		font-size: 20px;
		line-height: 70px;
		color: #000;
		padding: 5%;
		background: #f2f2f2;
		width: 100%;
		border: 1px solid #f2f2f2;
		border-radius: 10px;
	}

	.contact_bg .contact .textbox {
		font-size: 20px;
		margin-top: 20px;
		background: #f2f2f2;
		width: 100%;
		border: 1px solid #f2f2f2;
		border-radius: 10px;
	}

	.contact_bg .contact .textbox input {
		font-size: 20px;
		color: #000;
		padding: 5%;
		background: none;
		border: none;
	}

	.contact_bg .contact .textbox02 {
		font-size: 12px;
		margin-top: 5px;
		width: 100%;
	}

	.contact_bg .contact .textbox02 span {
		font-size: 12px;
		margin-top: 20px;
		width: 100%;
	}

	.contact_bg .contact .btn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
	}

	.contact_bg .contact .btn button,
	.contact_bg .contact .btn input {
		width: 100%;
		max-width: 600px;
	}






	#w_60 {
		width: 60%;
		padding-top: 3%;
	}

	#w_80 {
		width: 80%;
	}

	#w_150 {
		width: 150%;
		margin-left: -25%;
	}

	#p_5 {
		padding-top: 10%;
	}

	#p_4 {
		padding-top: 10%;
	}

}











/* 하단 */
.copy01bg {
	height: 100%;
	position: relative;
	background: #000;
	text-align: center;
}

.copy01 p {
	color: #9c9c9c;
	padding: 10px 0px;
}


/* 테블렛 */
@media (max-width:1200px) and (min-width:620px) {
	.copy01bg {
		height: 100%;
		position: relative;
		background: #000;
		text-align: center;
	}

	.copy01 p {
		color: #9c9c9c;
		padding: 10px 0px;
	}
}

/* 모바일 */
@media (max-width:620px) {
	.copy01bg {
		height: 100%;
		position: relative;
		background: #000;
		text-align: center;
		padding-bottom: 50px;
	}

	.copy01 p {
		color: #9c9c9c;
		padding: 10px 0px;
		font-size: 10px;
	}
}

#phone::-webkit-outer-spin-button,
#phone::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
#phone {
	-moz-appearance: textfield;
}