:root {
	--std_o: #FF8868;
	--std_p: #6655f0;
	--width: 1280px;
}

* {
	margin: 0;
	padding: 0;
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	box-sizing: border-box;

	transition: all .3s ease-out;
}

html,
body {
	background-color: #F8F8FA;
	overflow: hidden;
}

html {
	overflow-y: scroll;
}

a {
	text-decoration: none;
	line-height: 1;
}

button {
	cursor: pointer;
}

button:hover {
	border: 1px dashed var(--std_p) !important;
}

ul,
ol {
	display: block;
	list-style: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

input[type=number] {
	width: 200px;
	height: 30px;
	padding: 0 5px;
}

header {
	background-color: #fff;
}

.header {
	width: var(--width);
	padding: 40px 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	position: relative;
}

.header>a>img {
	width: auto;
	height: 28px;
}

.header-dropdown {
	width: 593px;
	height: 53px;
	line-height: 48px;
	;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	border: 4px solid var(--std_p);
	border-radius: 30px;
	cursor: pointer;
/*	background-image: url("/images/common/bg-dropdown.png");*/
/*	background-repeat: no-repeat;*/
/*	background-position: center right 30px;*/
	background-image: url("/images/common/bg-dropdown2.png");
	background-repeat: no-repeat;
	background-position: center right -3px;
	position: relative;
}

.header-phone {
	width: 160px;
	color: var(--std_p);
	font-size: 28px;
	font-weight: 800;
}

.nav {
	height: 50px;
	display: flex;
	align-items: center;
	border: 0;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #d7d7d7;
}

nav {
	width: var(--width);
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

nav a {
	font-size: 16px;
	font-weight: 400;
	color: #1a1a1a;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	letter-spacing: -0.5px;

}

nav a>img {
	height: 30px;
	margin-top: 5px;
	margin-right: 5px;
	float: left;
}

nav a.active {
	color: var(--std_o);
}

nav a.pop>img {
	height: 30px;
	margin-top: 5px;
	margin-right: 5px;
	float: left;
}

div.contents {
	text-align: center;
	min-height: 500px;
}

div.contents>div.inner {
	overflow: hidden;

}

div.contents>div.inner.white {
	background-color: #fff;
}

div.contents div.inner-contents {
	width: var(--width);
	margin: 0 auto;
	padding: 30px 0 100px;
}

div.contents.main div.inner-contents {
	padding: 0 0 50px;
}

div#contents {
	position: relative;
}

div#counsel-layout {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .8);
	position: absolute;
	z-index: 3;
	display: none;
}

div.main-contents-title {
	margin-bottom: 40px;
}

div.inner-contents-title {
	font-size: 30px;
	color: #000;
	text-align: left;
	margin-bottom: 30px;
	font-weight: 700;
	letter-spacing: -1px;
}


div.main-contents-title span {
	display: block;
	text-align: left;
	font-size: 18px;
	color: #4b4b4b;
}

div.main-contents-title span:first-child {
	font-size: 36px;
	font-weight: 700;
	color: #000;
}

footer {
	padding: 50px 0 50px;
}

.footer {
	width: var(--width);
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.footer>section li {
	font-size: 16px;
	margin-bottom: 14px;
}

.footer>section:nth-child(2) li {
	cursor: pointer;
}


.footer>section li img {
	width: auto;
	height: 32px;
}

.footer>section:last-child li {
	text-align: right;
	margin-bottom: 5px;
}

#open-privacy {
	cursor: pointer;
}


/* Main */
div.contents.main>div.inner {
	padding-top: 50px;

}

div.contents.main>div.inner:first-child {
	padding-top: 0;
}

div.main-banner {
	padding-top: 0 !important;
	display: flex;
	justify-content: space-around;
}

div.main-banner section {
	height: 350px;
	overflow: hidden;
	border-radius: 0 0 8px 8px;
}

div.main-banner section.main-banner-11 {
	width: 960px;
    margin-right:14px;
}

div.main-banner section.main-banner-12 {
	width: 306px;
	box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.1);
}

div.main-banner-2 {
	overflow: hidden;
}

div.main-banner-2>a>img {
	float: left;
}

div.main-banner-2>a:first-child>img {
	margin-bottom: 20px;
}

div.main-banner-2>a:nth-child(2)>img {
	float: right;
}

button.btn-main-more {
	display: block;
	margin: 0 auto;
	width: 326px;
	height: 56px;
	font-size: 16px;
	font-weight: 600;
	border: 1px solid #DBDBDB;
	border-radius: 6px;
	;
	background-color: #fff;
	cursor: pointer;
	margin-top: 70px;
}

/* Common Search */
.common-search {
	position: absolute;
	top: -4px;
	left: -4px;
	width: 593px;
	height: 258px;
	border: 4px solid var(--std_p);
	border-radius: 25px;
	background-color: #fff;
	cursor: auto;
	display: none;
	padding: 10px 20px;
}

.common-search.manufacture {
	z-index: 10;
	/* display:block; */
}

.common-search.model {
	z-index: 9;
	height: auto;
	/* top:260px;
	display:block; */
}



dl.common-list dt {
	height: 35px;
	line-height: 35px;
	font-size: 14px;
}

dl.common-list.common-list-model dt {
	border-bottom: 1px solid #eaeaea;
}

dl.common-list dd {
	overflow: hidden;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #eaeaea;
}

dl.common-list dd:last-child {
	border: 0;
	padding-bottom: 0;
}

dl.common-list.common-list-model dd {
	padding-top: 5px;
}



dl.common-list ul>li {
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	width: calc(100%/6);
	float: left;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	border: 1px solid rgba(255, 255, 255, 0);
}

dl.common-list.common-list-model ul>li {
	width: calc(100%/4);
}

li.item-manufacture.active {
	background-color: var(--std_p);
	color: #fff;
}




dl.common-list ul>li:hover {
	border: 1px solid var(--std_p);
}

button.privacy-close,
button.btn-common-close {
	border: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 25px;
	background-color: var(--std_p);
	color: #fff;
	font-weight: 900;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}


/* 모든차량보기 */
.contents.P10 .list-manufacture {
	margin-bottom: 70px;
}

.contents.P10 .list-manufacture ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}

.contents.P10 .list-manufacture li.icon-manufacture {
	width: 70px;
	height: 70px;
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 5px 10px;
	position: relative;
	cursor: pointer;
	border: 1px solid rgba(255, 255, 255, 0);
}

.contents.P10 .list-manufacture li.icon-manufacture.active {
	border: 1px solid var(--std_p);
}

.contents.P10 .list-manufacture li.icon-manufacture:hover {
	border: 1px dashed var(--std_p);
}

.contents.P10 .list-manufacture li.icon-manufacture span.img {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 50px;
}

.contents.P10 .list-manufacture li.icon-manufacture img {
	width: 80%;
	margin: 0 auto;
}

.contents.P10 .list-manufacture li.icon-manufacture span.img-title {
	font-size: 14px;
	display: block;
	height: 20px;
}

#P10-list-model ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.contents.P10 li.icon-model {
	width: 264px;
	padding-bottom: 10px;
	margin-bottom: 60px;
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0);
	cursor: pointer;
}

.contents.P10 li.icon-model:hover {
	border: 1px dashed var(--std_p);
}

.contents.P10 li.icon-model span.img {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F8F8FA;
	width: 262px;
	height: 190px;
	border-radius: 15px;
	margin-bottom: 20px;
}

.contents.P10 li.icon-model span.img img {
	width: 90%;
	height: auto;
}

.contents.P10 li.icon-model span.img-title {
	display: block;
	height: 20px;
	line-height: 20px;
}

/* 상세보기 */
div.contents.model .inner.white:first-child {
	min-height: 600px;
	background-image: url('/images/common/bg-detail.png');
	background-repeat: repeat-x;
	background-position-y: 250px;
}

div.contents.model .inner-contents-title {
	margin-bottom: 58px;
}

.detail-model {
	display: flex;
	width: var(--width);
	margin-bottom: 40px;
}

.detail-model>section {
	float: Left;
}

.detail-model section.img-model {
	width: 600px;
	height: 334px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-right: 63px;
}

.detail-model section.img-model img {
	width: 90%;
}

.detail-model section.user-model {
	width: 617px;
	height: auto;
	margin-top: -30px;
	padding: 20px 23px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 5px;
	opacity: 1;
}

.user-model-top {
	border-bottom: 1px solid #EFEFEF;
}

.user-model-top dl {
	display: flex;
	font-size: 14px;
	margin-bottom: 14px;
}

.user-model-top dl dt {
	width: 80px;
	text-align: left;
	font-weight: bold;
	color: #707070;
}

.user-model-top dl dd {
	color: #707070;
}

.user-model-bottom {
	padding-top: 14px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	;
	align-items: flex-start
}

button.user-radio {
	border: 0;
	background-color: #fff;
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 70px;
}

button.user-radio>span {
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	border: 1px solid #CFCFCF;
	text-align: center;
	border-radius: 18px;
}

button.user-radio.active span {
	background-color: var(--std_p);
	color: #fff;
}

button.user-radio.active span:before {
	content: '\221a';
}

.item-deposit.active,
.item-period.active {
	background-color: var(--std_p);
	color: #fff;
}


div.user-model-bottom>dl:nth-child(3) {
	width: 230px;
}

div.user-model-bottom>dl>dt {
	margin-bottom: 14px;
	font-size: 16px;
	color: #707070;
}

div.user-model-bottom>dl>dd {
	height: 156px;
}

dl.info-cost-monthly>dd>dl {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	height: 74px;
	border-bottom: 1px solid #D9D9D9;
}

dl.info-cost-monthly>dd>dl:last-child {
	border: 0;
}

dl.info-cost-monthly>dd>dl>dt {
	text-align: left;
	width: 50px;
	font-size: 14px;
	color: #707070;
	display: flex;
	align-items: center;
}

dl.info-cost-monthly>dd>dl>dd {

	display: flex;
	align-items: center;
}

dl.info-cost-monthly>dd>dl:nth-child(2)>dd {
	color: var(--std_o);
}

dl.info-cost-monthly>dd>dl>dd>span {
	font-size: 14px;
	color: #707070;
	padding-left: 5px;
	font-weight: normal;
}

#view-monthly-rent {
	color: var(--std_p);
	font-weight: 600;
	font-size: 28px;
}

#view-monthly-lease {
	color: var(--std_o);
	font-weight: 600;
	font-size: 28px;
}

.list-option {
	display: flex;
	flex-direction: column;
}

.list-option button {
	width: 150px;
	height: 34px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #D9D9D9;
	border-radius: 5px;
	opacity: 1;
	margin-bottom: 5px;
	color: #707070;
	font-size: 14px;
}

.list-option.list-period button {
	height: 47px;
}

.user-model-grp-button {
	padding-top: 14px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start
}

.user-model-grp-button>button {
	width: 280px;
	height: 48px;
	background: var(--std_p) 0% 0% no-repeat padding-box;
	opacity: 1;
	border: 0;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}

#button-counsel-lease {
	background: var(--std_o) 0% 0% no-repeat padding-box;
}

.detail-model.list-lineup-option {
	justify-content: space-between;
}

.detail-model.list-lineup-option>dl {
	width: 615px;
}

.detail-model.list-lineup-option>dl>dt {
	text-align: left;
	color: #707070;
	margin-bottom: 14px;
	font-weight: 600;
}

.detail-model.list-lineup-option>dl>dd>ul>li {
	border: 1px solid #DBDBDB;
	border-radius: 5px;
	width: 615px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0.8em 1em;
	color: #707070;
	font-size: 14px;
	cursor: pointer;
	margin-bottom: 4px;
}

.detail-model.list-lineup-option>dl>dd>ul>li:hover {
	border: 1px dashed var(--std_p);
}

.detail-model.list-lineup-option>dl>dd>ul>li>span {
	display: inline-block;
}

.radio-check {
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 1px solid #ccc;
	border-radius: 18px;
}

.radio-check-name {
	width: 440px;
	text-align: left;
	;
}

.radio-check-price {
	width: 100px;
	text-align: right;
	;
}

/* 라인업 선택 */
.list-item-lineup.active {
	background-color: var(--std_p);
	color: #fff;
}

.list-item-lineup.active span {
	color: #fff;
}

/* 옵션 선택 */
.list-item-option.active span.radio-check {
	background-color: var(--std_p);
	border: 1px solid var(--std_p);
	color: #fff;
}

.list-item-option.active span.radio-check:before {
	content: '\221a';
}

#lineup_option p {
	text-align: left;
}


/* 상담신청 */
#promise-form,
#counsel-form,
#privacy-form {
	position: absolute;
	z-index: 4;
	width: 578px;
	height: 678px;
	background-color: #fff;
	border-radius: 20px;
	;
	overflow: hidden;
	box-shadow: 0px 3px 6px #00000029;
	display: none;
}

.form-head {
	width: 100%;
	height: 80px;
	padding: 1em;
	background-color: var(--std_p);
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.form-head>span.privacy-close,
.form-head>span.form-head-close {
	cursor: pointer;
}

.form-body {
	padding: 30px;
	display: flex;
	flex-direction: column;
}

.form-body>dl {
	display: flex;
	width: 100%;
	margin-bottom: 14px;
}

.form-body>dl>dt {
	width: 110px;
	font-size: 22px;
	display: flex;
	align-items: center;
}

.form-body>dl>dd {
	display: flex;
	justify-content: space-between;
	width: 402px;
}

.form-body>dl>dd input,
.form-body>dl>dd textarea {
	background: #FBFBFB 0% 0% no-repeat padding-box;
	border: 1px solid #EEEEEE;
	border-radius: 10px;
	color: #707070;
}

.form-body>dl>dd input[type='text'],
.form-body>dl>dd input[type='number'] {
	height: 52px;
	text-align: center;
	font-size: 22px;
	overflow: hidden;
}

.form-body>dl>dd input[name='counsel_name'],
.form-body>dl>dd input[name='counsellocalArea'] {
	width: 402px;
}

.form-body>dl>dd input[name='counsel_num_1'] {
	width: 103px;
}

.form-body>dl>dd input[name='counsel_num_2'] {
	width: 133px;
}
.form-body>dl>dd input[name='counsel_num_3'] {
	width: 133px;
}

.form-body>dl>dd textarea[name='counsel_quest'] {
	width: 402px;
	height: 147px;
	font-size: 14px;
	padding: 1em;
	resize: none;
}
.grp_mobile{
  display:flex;
  justify-content: space-between;
  align-items: center;
}

#button-counsel {
	width: 277px;
	height: 48px;
	background: var(--std_p) 0% 0% no-repeat padding-box;
	opacity: 1;
	border: 0;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}

#form-bottom-btn-grp {
	width: 509px;
	height: 58px;
	border-radius: 10px;
	background-color: #A7A7A7;
	display: flex;
	align-items: center;
	justify-content: center;
	/*상담신청 하단 무료상담, 카카오톡 상담 글씨가 짤려서 18px -> 14px 으로 수정함, 해당 행 자체를 추가한거임*/
	font-size: 14px;
}

#form-bottom-btn-grp>span {
	height: 34px;
	line-height: 34px;
	border: 0;
	background: none;
	color: #fff;
	padding: 0 40px;
	cursor: pointer;
}

#form-bottom-phone {
	border-right: 1px solid #fff !important;
}

#form-bottom-kakao {
	border-left: 1px solid #fff !important;
}

#open-privacy-form {
	text-decoration: underline;
	cursor: pointer;
}

.privacy-body {
	width: 100%;
	height: 530px;
	text-align: left;
	font-size: 14px;
	overflow-y: scroll;
}

.privacy-body>p {
	margin-bottom: 1em;
	line-height: 1.5;
	letter-spacing: .1px;
}



/*  공통 */
.moveto {
	cursor: pointer;
}


/* HEADER BANNER */
.header-banner {
	height: 50px;
	text-align: center;
	background-color: #6655f0;
	padding: 0.75em;
	font-weight: 200;
	font-size: 18px;
}

.header-banner a {
	color: #fff;
}


/* Header Aside */
div.common-aside {
	position: relative;
	width: var(--width);
	margin: 0 auto;
}

div.common-aside button {
	background-color: #464646;
	color: #fff;
	text-align: center;
	font-size: 16px;
	border-radius: 6px;
	display: block;
	width: 100%;
	padding: 0.5em;
	border: 1px solid #000;
}

div.common-aside button span {
	display: block;
	font-size: 22px;
}

div.common-aside label {
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-size: 14px;
}

div.common-aside label>span>em {
	text-decoration: underline;
	cursor: pointer;
	font-size: 14px;
}


aside.aside-right {
  width: 200px;
  position: fixed;
  z-index: 2;
  /* bottom: 10px; */
  top: 249px;
  padding-top: 15px;
  left: calc(50% + 1260px/2 + 30px);
}

#common-aside-counsel {
	box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 15px;
	background-color: #fff;
}

#common-aside-counsel>h3 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
}

#common-aside-counsel>p {
	font-size: 14px;
	text-align: center;
	color: #4B4B4B;
	margin-bottom: 18px;
}

#common-aside-counsel>p strong {
	display: block;
	font-size: 14px;
	color: #8F7CBC;
}

#common-aside-counsel>dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 10px;
}

#common-aside-counsel>dl dt {
	width: 30%;
	font-size: 14px;
	color: #4B4B4B;
}

#common-aside-counsel>dl dd {
	width: 70%;
}

#common-aside-counsel>dl dd input[type=text],
#common-aside-counsel>dl dd input[type=number] {
	width: 100%;
	height: 36px;
	border: 1px solid #B9B9B9;
	color: #4B4B4B;
	border-radius: 5px;
	text-align: center;
}

#common-aside-counsel>label {
	margin-bottom: 20px;
}



.contents.main #P45-list-model .package.list-model ul.package li.item-list>dl>dt {}

.package.list-model ul.package li.item-list>dl>dt {
	padding: 1em !important;

}

.package.list-model ul.package li.item-list>dl>dt span.dt-image {
	display: flex;
	align-items: center;
}

.paging{
    padding:50px 0;
    border-top:1px solid #eee;
}
.paging > ul,
.paging{
    clear:both;
    display:flex;
    align-items: center;
    justify-content: center;
}
.paging a{
    text-decoration: none;
    color:#999;
    padding:0.5em 1em;
    border:1px solid #fff;
}
.paging .active a{
    color:#000;
    border:1px solid #ccc;
}