/*header*/
.newcar .p-navbar-r .menu {
	display: flex;
	gap: 16px;
}
.newcar .p-navbar-r .menu li {
	flex-shrink: 0;
}
.newcar .p-navbar-r .menu li.bar {
	font-size: 14x;
	font-weight: 400;
	color: var(--grey030);
}

.newcar .p-navbar-r .menu a {
	font-size: 14x !important;
	color: var(--grey050);
}
.newcar .p-navbar-r .menu a.selected {
	font-weight: 700;
	color: var(--blue050);
}
.newcar .p-navbar-r .menu a:hover {
	font-weight: 700;
}

/*title*/
.newcar-new .title .form .form-mobile-h3 {
	display: none;
}

.newcar-new .title .form .form-pc-h3 {
	display: block;
}

/*side-area*/
.newcar .side-call {
	gap: 4px !important;
}

.newcar .form-newcar3 {
	padding-top: 12px;
	margin-top: 12px;
	border-top: 1px solid var(--grey020);
}

.newcar .side-call {
	margin-bottom: 12px;
}

.newcar .side-newcar-request {
	background-color: var(--orange050);
	border-radius: 16px;
	text-align: center;
	padding-top: 12px;
	height: 63px;
}

.newcar .side-newcar-request > img {
	width: 179px;
	position: relative;
	bottom: -1px;
}

.newcar .side-newcar-request > p {
	color: var(--white);
	font-size: 16px;
}


/*carofmonth*/
.newcar-new .carofmonth {
	flex-grow: 1;
	width: 100%;
}

.newcar-new .carofmonth .container {
	flex-direction: column;
	padding: 64px 0;
}

.newcar-new .carofmonth .section-title > p {
	text-align: center;
	line-height: 1em;
}

.newcar-new .carofmonth .section-title > h2 {
	text-align: center;
}

.newcar-new .carofmonth-list .price {
	line-height: 0;
	text-align: left;
}

.newcar-new .carofmonth button:hover {
	opacity: 1;
}
.newcar-new .carofmonth button:active {
	opacity: 1;
}



/*products trust*/
.newcar-new .products.trust h2 {
	line-height: 40px;
}

.newcar-new .products.trust .section-title > p {
	font-size: 16px;
	margin-top: 0;
}

.newcar-new .products.trust {
	background-color: var(--blue050);
}

.newcar-new .products.trust .container {
	gap: 32px;
}

.newcar-new .products.trust ul {
	display: flex;
	flex-direction: row;
	gap: 50px;
	align-items: center;
	justify-content: center;
}

.newcar-new .products.trust ul li {
	width: 246px;
	height: 284px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	background-color: var(--blue010);
	border-radius: 16px;
	text-align: center;
	padding: 30px 20px;
}

.newcar-new .products.trust ul li > img {
	width: 132px;
}

.newcar-new .products.trust ul li > p:first-child {
	font-size: 18px;
	font-weight: 600;
	background-color: var(--blue050);
	color: var(--white);
	padding: 5px 20px;
	border-radius: 100px;
	line-height: 28px;
}

.newcar-new .products.trust ul li > p:nth-child(3) {
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
}

.newcar-new .products.deposit .section-title > p {
	font-size: 16px;
	margin-top: 0;
	color: var(--grey070);
}

/*products deposit*/
.newcar-new .deposit-detail {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	border: 1px solid var(--grey020);
	border-radius: 8px;
	padding: 32px;
}

.newcar-new .deposit-detail .carname > p {
	text-align: center;
	font-size: 14px;
	color: var(--grey040);
}

.newcar-new .deposit-detail .carname > p > span {
	padding: 0 10px;
	font-weight: 200;
}

.newcar-new .deposit-detail .price {
	width: 72%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.newcar-new .deposit-detail .price > img {
	width: 60%;
}

.newcar-new .deposit-detail .price ul {
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap : 4px;
}

.newcar-new .deposit-detail .price ul li {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
}

.newcar-new .deposit-detail .price ul li .amount {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -1px;
	color: var(--red050);
	margin-right: 4px;
}

.newcar-new .deposit-detail .price ul li:first-child .amount {
	text-decoration: line-through;
}

.newcar-new .deposit-detail .price ul li .item {
	margin-right: 10px;
	padding: 6px 12px;
	text-align: center;
	border-radius: 4px;
	word-break: keep-all;
}

.newcar-new .deposit-detail .price ul li .benefit {
	margin-left: 10px;
	padding: 4px 16px;
	background-color: var(--red050);
	color: var(--white);
	border-radius: 100px;
	font-size: 14px;
	word-break: keep-all;
}

.newcar-new .deposit-detail .price ul li > button {
	margin-top: 16px;
	padding: 16px 50px;
	background-color: var(--blue010);
	color: var(--blue050);
	border-radius: 8px;
	font-size: 18px;
	font-weight: 700;
}

.newcar-new .deposit-detail .price .benefit-mobile {
	display: none;
}

.newcar-new .deposit-detail .price .benefit-pc {
	display: inline-block;
}

/*footer*/
footer.newcar-new h2 {
	line-height: 40px;
}

footer.newcar-new .download
{
	flex-direction: row !important;
	position: absolute;
	right: 0;
	top: 38px;
}

footer.newcar-new .download div {
	height: 40px;
}

footer.newcar-new .download div a {
	padding: 0 24px;
	align-items: center;
	height: 40px;
}

footer.newcar-new .list {
	align-items: center;
}

/*519*/
@media only screen and (max-width: 519px) {
	.newcar-new .products.trust ul {
		flex-direction: column;
	}

	.newcar-new .products.trust ul li {
		width: 100%;
	}

	.newcar-new .products.trust ul li > p:first-child {
		font-size: 18px !important;
	}

	.newcar-new .products.trust ul li > p:nth-child(3) {
		font-size: 24px !important;
		line-height: 30px !important;
	}

	.newcar-new .products.trust ul li > img {
		width: 140px !important;
	}

	.newcar-new .deposit-detail .price ul li .benefit {
		padding: 2px 12px;
	}

	.newcar-new .deposit-detail .price ul li .amount {
		font-size: 20px;
	}

	.newcar-new .products.trust h2 {
		line-height: 36px;
	}

	.newcar-new .products .section-title {
		gap: 16px;
	}

}

/*700*/
@media only screen and (max-width: 700px) {
	.newcar-new .products.trust ul li > p:first-child {
		font-size: 14px;
	}

	.newcar-new .products.trust ul li > p:nth-child(3) {
		font-size: 18px;
		line-height: 24px;
	}

	.newcar-new .products.trust ul li > img {
		width: 110px;
	}

	.newcar-new .cta-wrap {
		display: none;
	}


	.newcar-new .deposit-detail {
		padding: 16px;
		gap: 30px;
	}

	.newcar-new .deposit-detail .price {
		flex-direction: column;
		gap: 20px;
	}

	.newcar-new .deposit-detail .price ul {
		width: 100%;
	}

	.newcar-new .deposit-detail .price > img {
		width: 100%;
	}

	.newcar-new .deposit-detail .carname > p > span {
		padding: 0;
	}

	.newcar-new .products.deposit .pc {
		display: none !important;
	}

	.newcar-new .products.deposit .mobile {
		display: inline-block !important;
	}

	.newcar-new .deposit-detail .price .benefit-mobile {
		display: inline-block;
	}

	.newcar-new .deposit-detail .price .benefit-pc {
		display: none;
	}

	.newcar-new .deposit-detail .price ul li > button {
		width: 100%;
	}

	.newcar-new .deposit-detail .price ul li {
		justify-content: space-between;
	}

	.newcar-new .deposit-detail .price > img {
		width: 100% !important;
	}

	.newcar-new .deposit-detail .price ul li:first-child > div {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		flex-wrap: wrap;
		align-items: center;
	}

	.newcar-new .deposit-detail .price ul li {
		flex-wrap: nowrap;
	}

	.newcar-new-menu-model {
		height: calc(100% - 55px);
	}

	.newcar-new .title form {
		display: block !important;
		position: relative;
		top: 0;
		min-width: 100%;
		background-color: var(--white);
	}

	.newcar-new .title .form {
		display: flex !important;
		border: 0;
		border-radius: 0;
		min-width: 100% !important;
	}

	.newcar-new .title .form label[for="name"],
	.newcar-new .title .form label[for="number"],
	.newcar-new .title .form label[for="car"] {
		display: none !important;
	}

	.newcar-new .title .form .form-mobile-h3 {
		display: block;
	}

	.newcar-new .title .form .form-pc-h3 {
		display: none;
	}

	.newcar-new .title .form input[type="text"] {
		text-align: center
	}

	.newcar-new .title .form input[type="text"]::placeholder {
		text-align: center;
	}

	.newcar-new .title .form input[type="tel"] {
		text-align: center
	}

	.newcar-new .title .form input[type="tel"]::placeholder {
		text-align: center;
	}

	.newcar-new .title .form .agree {
		padding-left: 0;
		justify-content: center;
	}

}

/*1200*/
@media only screen and (max-width: 1200px) {
	.newcar-new .carofmonth .section-title {
		padding-bottom: 10px;
	}

	.newcar-new .products.trust ul {
		justify-content: center !important;
		gap: 16px !important;
	}

	.newcar-new .form-bottom {
		display: none;
	}

	.newcar-new .menu-model {
		display: none;
	}

	.newcar-new .deposit-detail .price {
		width: 100%;
	}

	.newcar-new .deposit-detail .price > img {
		width: 50%;
	}

	.newcar-new .deposit-detail .price ul {
		width: 50%;
	}

	.newcar-new .deposit-detail .price ul {
		width: 100%;
	}

	.newcar-new .products.trust .section-title > p {
		line-height: 1.3em;
	}

	.newcar-new .deposit-detail {
		margin-top: 16px;
	}

	.newcar-new .products.deposit .container {
		gap: 8px !important;
	}
}

/*1520*/
@media only screen and (max-width: 1520px) {
	.newcar .pc {
		display: none;
	}

	.newcar .mobile {
		display: block !important;
	}

	.newcar-new .products.trust .section-title {
		text-align: center;
	}

	.newcar-new .products.deposit .section-title {
		text-align: center;
	}

	.newcar-new .products.deposit .container {
		gap: 20px;
	}

	.newcar .m-navbar-t {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 12px 16px;
		flex-wrap: wrap;
		gap: 16px;
	}

	.newcar .m-navbar {
		flex-grow: 1;
	}

	.newcar .m-navbar-t .ci img {
		display: block;
		height: 18px;
	}
	.newcar .m-navbar-t > div {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 20px;
	}
	.newcar .m-navbar-t > div > a {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.newcar .m-navbar-t .btn-primary, .m-navbar-t .btn-quick {
		display: flex;
		padding: 7px 16px 8px;
		align-items: center;
		justify-content: center;
		font-size: 14px;
		font-weight: 700;
	}

	main.newcar-new {
		margin-top:60px !important;
	}

	.newcar .side-newcar-request {
		display: none;
	}

	.newcar-new .products.deposit .benefit {
		margin-right: 10px;
	}
}