/* 03.jpg 중간 정렬 및 반응형 */
.img-center-wrap {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}
.img-center-responsive {
	display: block;
	width: 100%;
	max-width: 1080px;
	height: auto;
}
@media (max-width: 900px) {
	.img-center-wrap {
		max-width: 98vw;
		margin: 24px auto 18px auto;
	}
	.img-center-responsive {
		max-width: 98vw;
	}
}
@media (max-width: 620px) {
	.img-center-wrap {
		max-width: 100vw;
		margin: 16px 0 12px 0;
	}
	.img-center-responsive {
		max-width: 100vw;
	}
}
/* PC/모바일 영상 노출 */
.video-pc {
	display: block;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.video-pc video {
	width: 100%;
	object-fit: cover;
	display: block;
}

.video-mo {
	display: none;
}

@media (max-width: 620px) {
	.video-pc {
		display: none;
	}
	.video-mo {
		display: block;
	}
}
/* 계약 기간/안내 방법 버튼 스타일 */
.period_btn {
	background: #EAF2FF;
	color: #222;
	border: none;
	border-radius: 12px;
	font-size: 20px;
	font-weight: 600;
	padding: 12px 0;
	margin: 0 8px 8px 0;
	cursor: pointer;
	transition: background 0.2s, color 0.2s;
	box-shadow: 0 2px 8px rgba(1,37,97,0.04);
	flex: 1 1 0;
	min-width: 0;
	text-align: center;
	display: block;
}
.period_btn.selected {
	background: #012561;
	color: #fff;
}
.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%;
	}
}
/* CSS 파일 최상단에 위치해야 하는 @charset을 아래로 이동한 부분에서 삭제 */

/* 초기화 */
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: 1080px;
	margin: 0 auto;
	padding: 0;
	border: 0;
}

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


/* 즉시 출고 가능 차량 영역 */
.wrap04 {
	background-color: white;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0;
	padding: 0;
	border: 0;
}
.wrap04 > div:first-child {
	font-size: 2rem;
	font-weight: 700;
	color: #012561;
	margin-bottom: 0;
	padding: 0;
}
.wrap04 > div:not(:first-child) {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0;
	margin: 0;
	padding: 0;
}
.wrap04 img {
	width: 280px;
	max-width: 48vw;
	height: auto;
	border-radius: 12px;
	box-shadow: 0 2px 12px rgba(1,37,97,0.08);
	background: #fff;
	margin: 0;
	padding: 0;
}

@media (max-width: 900px) {
	.wrap04 {
		max-width: 98vw;
		gap: 0;
	}
	.wrap04 img {
		width: 48vw;
		min-width: 140px;
		max-width: 60vw;
		margin: 0;
		padding: 0;
	}
}

@media (max-width: 620px) {
	.wrap04 {
		max-width: 100vw;
		margin: 0;
		gap: 0;
	}
	.wrap04 > div:not(:first-child) {
		gap: 0;
	}
	.wrap04 img {
		width: 40vw;
		min-width: 0;
		max-width: 50vw;
		border-radius: 8px;
		box-shadow: 0 1px 4px rgba(1,37,97,0.06);
		margin: 0;
		padding: 0;
	}
	.wrap04 > div:first-child {
		font-size: 1.2rem;
		margin-bottom: 0;
	}
}

.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;
	}

	.video-pc {
		max-width: 90%;
	}
}

/* 모바일 */
@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-color: '#EFEFEF';
	background-size: 100%;
	text-align: center;
	padding: 3% 0%;
}


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


}

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

/* 모바일 */
@media (max-width:620px) {
	.con {
		padding: 5% 0% 20%;
		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;
	width: 100%;
	max-width: 1080px;
	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;
	padding-top: 16px;
	padding-bottom: 16px;
}

.contact_bg .contact {
	padding: 2% 3%;
}

.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 {
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0 0;
	background-color: #003FA9;
	border-radius: 12px;
	box-sizing: border-box;
	margin-top: 32px;
}

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

.contact_bg .contact .btn button,
.contact_bg .contact .btn input {
	width: 100%;
	max-width: 600px;
	height: 60px;
	line-height: 60px;
	border: none;
	background: #0054D6;
	border-radius: 8px;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	box-shadow: 0 4px 16px rgba(0, 63, 169, 0.08);
	transition: background 0.2s, box-shadow 0.2s;
	padding: 0;
	display: block;
}
.contact_bg .contact .btn button:hover,
.contact_bg .contact .btn button:focus {
	background: #003FA9;
	box-shadow: 0 6px 24px rgba(0, 63, 169, 0.16);
}

.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;
  appearance: textfield;
}

/* Swiper slide custom size */
.swiper-slide {
  width: 600px !important;
  height: 800px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}p_0
.swiper-slide img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
@media (max-width: 900px) {
  .swiper-slide {
    width: 400px !important;
    height: 540px !important;
  }
}
@media (max-width: 620px) {
  .swiper-slide {
    width: 220px !important;
    height: 300px !important;
  }
  .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
  }
}