/*=================================================================================================================
	공통
=================================================================================================================*/
.m_show {display: none;}
.pc_show {display: block;}

@media all and (max-width:900px){
	.m_show {display: block;}
	.pc_show {display: none;}
}

.common-top-banner {padding-top:0 !important;padding-bottom:0 !important;}
.common-top-banner .column .banner {display:flex;align-items: center;justify-content: center;gap:.375rem;padding:1.75rem 2rem;border-radius: var(--radius-default, .75rem);background: url(/images/top_banner_bg.png) no-repeat center;background-size: cover;}
.common-top-banner .column .banner > div {display:flex;gap:.25rem;padding:.25rem 0;justify-content: center;}
.common-top-banner .column .banner > div:first-child {padding-right:1.875rem;font-size:1rem;}
.common-top-banner .column .banner > div button {height:2.5rem;font-size: .875rem;;}

@media all and (max-width:900px){
	.common-top-banner .column .banner {flex-direction:column;padding-top:1.5rem;padding-bottom:1.5rem;}
	.common-top-banner .column .banner > div {padding-right:0;text-align:center;word-break:keep-all;font-size: 1rem;}
	.common-top-banner .column .banner > div:first-child {display:block;font-size:.875rem;}
	.common-top-banner .column .banner > div button {padding:0 2rem;}
}

.title-wrap {position:relative;}
.title-wrap h2 {padding:2.5rem 0 .5rem;font-size:1.8rem;color:#040404;font-weight:bold;}
.title-wrap h3 {position:relative;display:block;padding:0 .5rem 1rem;font-size:1.5rem;font-weight:bold;}
.title-wrap h4 {padding-bottom:1rem;font-size:1.125rem;}
.title-wrap p {display:block;position:relative;padding-bottom:.5rem;margin:0 auto;color:var(--txt-888);font-size:.85rem;font-weight:300;word-break:keep-all;}
.title-wrap .button {position:absolute;right:.625rem;top:1.5rem;}
.title-wrap .btn-more {position:absolute;right:0;top:0;display:inline-block;width:2.5rem;height:2rem;padding:0;background:none;border:0;line-height:1;font-size:0;}
.title-wrap .btn-more:after {content:'';display:inline-block;width:.5rem;height:.5rem;border-width:.0938rem .0938rem 0 0;border-style:solid;border-color:#222323;transform:rotate(45deg);}
.title-wrap h3.toggle {padding-bottom:.7rem;background-image: url(../images/icon/ico_open.png);background-repeat:no-repeat;background-position:right 0;background-size:auto 22px;}
.title-wrap h3.toggle.on {background-image: url(../images/icon/ico_openclose.png);}

.page-dept2 .title-wrap h2 {padding-left:1rem;}
.page-dept2 .title-wrap h3 {padding-top:1.5rem;}

@media all and (max-width:900px){
	.title-wrap h3 {font-size:1.35rem;}
}

.title-wrap.left {padding-top:1.8rem;text-align:left;}
.title-wrap.left h2 {font-size:1.05rem;}
.title-wrap.left .h2_txt {padding:0 0 10px;}
.title-wrap.left h2::before {display:none;}

/* 상단검색 */
.searchbox-wrap {padding-top:2.5rem;padding-bottom: .625rem;}
.searchbox-wrap .searchbox {position:relative;margin:0 auto;display:flex;max-width:47rem;height:3.75rem;align-items:center;padding:0 1rem;border:1px solid var(--color-form, #264066);border-radius: .75rem;box-shadow: 0 .5rem .5rem 0 rgba(0, 0, 0, 0.02);
}
.searchbox-wrap .searchbox input {flex:auto;border:0;}
.searchbox-wrap .searchbox button {background-color: transparent;}
.searchbox-wrap .keyword {padding-top:.625rem;text-align: center;}
.searchbox-wrap .keyword a {display: inline-block;padding:0 .5rem;line-height:1.5rem;font-weight: bold;color: #4C545F;}

/* 라벨 */
.label-wrap {min-height:2.125rem;padding-bottom: 1.25rem;}
.label-wrap span {display:inline-block;border:1px solid rgb(43,80,214,40%);padding:.1875rem .25rem;margin:0 .2rem .2rem 0;font-size: .875rem;line-height:1;color:#2b50d6;}
.label-wrap.type-top span {border-radius: .3125rem;padding:.25rem .5rem;background:#2b50d6;font-size: .9375rem;color:#fff;}

@media all and (max-width:700px){
	.label-wrap.type-top span {font-size:.875rem;font-weight:normal;}
}

/* ul info */
.ul-list {font-size: 0;}
.ul-list li {display: inline-flex;width: 50%;padding: .25rem 0;align-items: center;}
.ul-list li span {flex:none;width: 5rem;font-size: .875rem;color: #74787B;}
.ul-list li div {flex: auto;}

.guide {font-size: .75rem;color: #858B93;}
.guide * {font-size: 11px;color: #858B93;}
.guide li {position:relative;padding: .125rem 0 .125rem .5rem;word-break:keep-all;}
.guide li:before {content:'';position:absolute;left: 0;top: .5rem;width: .125rem;height:.125rem;border-radius: 50%;background:  #74787B;}
.guide.edit {font-size:.875rem;color:#272b31;}

/* form */
.input-items {width:100%; padding:0;}
.input-items .item {position:relative;padding-top:.625rem;}
.input-items .item .label {display:block; font-size:.9375rem; line-height:1; padding:.625rem 0;color:#74787B;}
.input-items .item .label i {font-size:.75rem;color:#74787B;}
.input-items .item .label.essential:after {content:'*';display:inline-block;padding-left:.25rem;color:#fc000e;font-size:.875rem;}
.input-items .item .set {display:flex;align-items:center;gap:.25rem;font-size:1rem;word-break:keep-all;}
.input-items .item .set .select, .input-items .item .set > input, .input-items .item .set > textarea, .input-items .item .set > select {flex:1;}
.input-items .item .set.hp * {text-align:center;}
.input-items .item .set.multi_row {flex-direction:column;}

/* 차량 */.carlist {/*padding-bottom:1rem !important;overflow:hidden;*/font-size: 0;}
.carlist .card-item {position:relative;display:inline-block;width:calc(33.33% - .85rem);margin-bottom:1.25rem;margin-right:1.25rem;background:#F8FAFA;border-radius: var(--radius-default, .75rem);overflow:hidden;cursor: pointer;vertical-align:top;}
/* .carlist .card-item:hover:before {content:'';position:absolute;right:0;top:0;left:0;bottom:0;border-radius: var(--radius-default, .75rem);box-shadow:0 0 2rem rgba(0,0,0,.1);}*/
.carlist .card-item.nth3 {margin-right:0 !important;}
.carlist .card-item .thumb {width:100%;height:12.5rem;background-repeat:no-repeat;background-size:cover;background-position:center;background-image:url(/images/noimg.png);background-repeat:no-repeat;background-size:cover;}
.carlist .card-item .info-wrap {max-width:100%;padding:1.875rem 1.625rem;}
.carlist .card-item .info-wrap .infodetail-wrap {height:9.5rem;}
.carlist .card-item .info-wrap .brand {display:none;line-height: 1.5;}
.carlist .card-item .info-wrap .cartitle {max-height:3.375rem;font-weight:bold;font-size: 1.1875rem;word-break: keep-all;overflow: hidden;}
.carlist .card-item .info-wrap ul {padding: .625rem 0;}
.carlist .card-item .info-wrap li {display:inline-block;padding-right:.5rem;color:#5A5D60;font-size: 0;}
.carlist .card-item .info-wrap li span {display: none;}
.carlist .card-item .info-wrap li div {flex: auto;word-break: keep-all;white-space: nowrap;font-size:.9375rem;}
.carlist .card-item .info-wrap .label-wrap.type-top {position:absolute;top: .625rem;left: .625rem;}
.carlist .card-item .info-wrap .price-wrap {padding-top:1rem;border-top:1px solid #EFF1F1;text-align: right;}
.carlist .card-item .info-wrap .price-wrap .label {font-size: .75rem;}
.carlist .card-item .info-wrap .price-wrap .price {top:12rem;left:.5rem;font-size:1.875rem;font-weight:bold;letter-spacing: 0;line-height:1.2;color:#2547c2;}
.carlist .card-item .info-wrap .price-wrap .price i {display:none;padding-left:.25rem;font-weight: normal;}
.carlist .card-item .info-wrap .price-wrap .price > div > b {line-height:2.25rem;}
.carlist .card-item .info-wrap .price-wrap .price > div > b > br {display: none;}
.carlist .card-item .info-wrap .price-wrap p {display:none;/*display:flex;*/flex-direction:column;margin:0;padding-top: .375rem;font-size: 0;}
.carlist .card-item .info-wrap .price-wrap p span {flex:1;width:100%;text-align: left;}
/*.carlist .card-item .info-wrap .price-wrap p span:nth-of-type(2) {text-align: right;}*/
.carlist .card-item .info-wrap .price-wrap {font-size: 0;}
.carlist .card-item .info-wrap p span {width:50%;font-size: .875rem;color:#5A5D60;}
.carlist .card-item .info-wrap .button-group {padding-bottom:0;}

.carlist .viewdate {position:relative;padding:3rem .5rem 1.75rem 1rem;font-weight:bold;font-size:2rem;}

@media all and (max-width:950px){
	.carlist .card-item {width:100%;margin-right:0;}
	.carlist .viewdate {padding-left:1.5rem;font-size:1.75rem;}
	.carlist .viewdate:before {content:'';position:absolute;left:.25rem;bottom:1.65rem;width:.3125rem;height:.3125rem;border-radius:50%;border:.125rem solid #323232;background:#fff;z-index:2;}
	.carlist .viewdate:after {content:'';position:absolute;left:.5rem;top:-1.25rem;bottom:0;width:1px;background:#8d8d8d;}
	.carlist .viewdate:first-of-type::after {top:0;}

	.carlist.col2 .card-item {width:calc(50% - .5rem);margin-right:1rem;}
	.carlist.col2 .card-item .thumb {height:8.625rem;}
	.carlist.col2 .card-item .info-wrap {padding:1.25rem 1.25rem;}
	.carlist.col2 .card-item .info-wrap .cartitle {height: 3rem;font-size:1.05rem;overflow: hidden;}
	.carlist.col2 .card-item .info-wrap .price-wrap .price {font-size:1.5rem;}
	.carlist.col2 .card-item .info-wrap .price-wrap .price b br {display:none;}
	.carlist.col2 .card-item .info-wrap .infodetail-wrap {height:10.75rem;}
	.carlist.col2 .card-item .label-wrap span {font-size: .75rem;}
	.carlist.col2 .card-item .info-wrap li div {font-size:.875rem;}
	.carlist.col2 .card-item .info-wrap .price-wrap p {flex-direction: column;}
	.carlist.col2 .card-item .info-wrap .price-wrap p span {width:100%;text-align:right !important;font-size: .8125rem;}
}

@media all and (max-width:700px){
	.carlist.col2 .card-item {width:calc(50% - .5rem);margin-right:1rem;}
	.carlist.col2 .card-item.nth3 {margin-right:1rem !important;}
	.carlist.col2 .card-item:nth-of-type(2n) {margin-right:0 !important;}
	.carsearch .carlist .banner + .card-item:nth-of-type(2n) {margin-right:1rem !important;}
	.carsearch .carlist .banner + .card-item  + .card-item {margin-right:0 !important;}
	.carsearch .carlist .banner + .card-item  + .card-item + .card-item  + .card-item {margin-right:0 !important;}
	.carsearch .carlist .banner + .card-item  + .card-item + .card-item  + .card-item + .card-item  + .card-item {margin-right:0 !important;}
	.carlist.col2 .card-item .thumb {height:8.625rem;}
	.carlist.col2 .card-item .info-wrap {padding:1.25rem 1.25rem;}
	.carlist.col2 .card-item .info-wrap .cartitle {height: 3rem;font-size:1.05rem;overflow: hidden;}
	.carlist.col2 .card-item .info-wrap .price-wrap .price {font-size:1.5rem;}
	.carlist.col2 .card-item .info-wrap .price-wrap .price div b {display:block;line-height:1.75rem;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size:.875rem;}
	.carlist.col2 .card-item .info-wrap .infodetail-wrap {height:10.75rem;}
	.carlist.col2 .card-item .label-wrap span {font-size: .75rem;}
	.carlist.col2 .card-item .info-wrap li div {font-size:.875rem;}
	.carlist.col2 .card-item .info-wrap .price-wrap p {flex-direction: column;}
	.carlist.col2 .card-item .info-wrap .price-wrap p span {width:100%;text-align:right !important;font-size: .8125rem;}
}

.carlist.type-big .slick-list {border-radius: var(--radius-default, .75rem);}
.carlist.type-big .card-item {display:flex;gap:3.75rem;width:auto;align-items:center;padding:2.5rem 3rem;margin:0;background: #2b50d6;border-radius: 0;}
.carlist.type-big .card-item * {color:#fff;}
.carlist.type-big .card-item .thumb {flex:none;width: 25.3125rem;height: 17.5rem;border-radius: var(--radius-default, .75rem);}
.carlist.type-big .card-item .info-wrap {flex:auto;padding:0;overflow:hidden;}
.carlist.type-big .card-item .info-wrap .cartitle {width:100%;font-size: 1.875rem;line-height: 1.3;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.carlist.type-big .card-item .info-wrap ul {display: block;}
.carlist.type-big .card-item .info-wrap li {display: flex;}
.carlist.type-big .card-item .info-wrap li span {display:inline-block;width:6.25rem;padding-left:1.75rem;background-repeat:no-repeat;background-position:0 0;background-size:auto 1.3rem;font-size:.875rem;color:#b4c7db;}
.carlist.type-big .card-item .info-wrap li.year span {background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.8933 6.80712H7.3933V6.30712V5.63379H7.56663V6.30712V6.80712H8.06663H14.2266H14.7266V6.30712V5.63379H14.9V6.30712V6.80712H15.4H15.9866C16.3617 6.80712 16.66 7.1054 16.66 7.48046V15.6938C16.66 15.8671 16.5945 16.0254 16.4866 16.145V15.6938V9.82712V9.32712H15.9866H6.30663H5.80663V9.82712V15.6938V16.145C5.69898 16.0258 5.6333 15.8678 5.6333 15.6938V7.48046C5.6333 7.10703 5.93581 6.80712 6.30663 6.80712H6.8933ZM15.9866 16.1938H16.4378C16.3187 16.3014 16.1606 16.3671 15.9866 16.3671H6.30663C6.13337 16.3671 5.97502 16.3016 5.85547 16.1938H6.30663H15.9866ZM14.3133 11.5005V12.3338H7.97997V11.5005H11.1466H14.3133Z' fill='%23B4C7DB' stroke='%23B4C7DB'/%3E%3C/svg%3E%0A");}
.carlist.type-big .card-item .info-wrap li.km span {background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_1530_24281' fill='white'%3E%3Cpath d='M6.41663 9.71719L7.37913 6.82969H14.4375L15.4 9.71719M14.4375 12.9255C14.1822 12.9255 13.9374 12.8241 13.7569 12.6436C13.5764 12.4631 13.475 12.2183 13.475 11.963C13.475 11.7078 13.5764 11.4629 13.7569 11.2824C13.9374 11.1019 14.1822 11.0005 14.4375 11.0005C14.6927 11.0005 14.9376 11.1019 15.1181 11.2824C15.2986 11.4629 15.4 11.7078 15.4 11.963C15.4 12.2183 15.2986 12.4631 15.1181 12.6436C14.9376 12.8241 14.6927 12.9255 14.4375 12.9255ZM7.37913 12.9255C7.12386 12.9255 6.87905 12.8241 6.69854 12.6436C6.51804 12.4631 6.41663 12.2183 6.41663 11.963C6.41663 11.7078 6.51804 11.4629 6.69854 11.2824C6.87905 11.1019 7.12386 11.0005 7.37913 11.0005C7.63441 11.0005 7.87922 11.1019 8.05972 11.2824C8.24023 11.4629 8.34163 11.7078 8.34163 11.963C8.34163 12.2183 8.24023 12.4631 8.05972 12.6436C7.87922 12.8241 7.63441 12.9255 7.37913 12.9255ZM15.3486 6.50885C15.2203 6.13669 14.861 5.86719 14.4375 5.86719H7.37913C6.95563 5.86719 6.5963 6.13669 6.46797 6.50885L5.1333 10.3589V15.4922C5.1333 15.6624 5.2009 15.8256 5.32124 15.9459C5.44158 16.0663 5.60479 16.1339 5.77497 16.1339H6.41663C6.58681 16.1339 6.75003 16.0663 6.87036 15.9459C6.9907 15.8256 7.0583 15.6624 7.0583 15.4922V14.8505H14.7583V15.4922C14.7583 15.6624 14.8259 15.8256 14.9462 15.9459C15.0666 16.0663 15.2298 16.1339 15.4 16.1339H16.0416C16.2118 16.1339 16.375 16.0663 16.4954 15.9459C16.6157 15.8256 16.6833 15.6624 16.6833 15.4922V10.3589L15.3486 6.50885Z'/%3E%3C/mask%3E%3Cpath d='M6.41663 9.71719L7.37913 6.82969H14.4375L15.4 9.71719M14.4375 12.9255C14.1822 12.9255 13.9374 12.8241 13.7569 12.6436C13.5764 12.4631 13.475 12.2183 13.475 11.963C13.475 11.7078 13.5764 11.4629 13.7569 11.2824C13.9374 11.1019 14.1822 11.0005 14.4375 11.0005C14.6927 11.0005 14.9376 11.1019 15.1181 11.2824C15.2986 11.4629 15.4 11.7078 15.4 11.963C15.4 12.2183 15.2986 12.4631 15.1181 12.6436C14.9376 12.8241 14.6927 12.9255 14.4375 12.9255ZM7.37913 12.9255C7.12386 12.9255 6.87905 12.8241 6.69854 12.6436C6.51804 12.4631 6.41663 12.2183 6.41663 11.963C6.41663 11.7078 6.51804 11.4629 6.69854 11.2824C6.87905 11.1019 7.12386 11.0005 7.37913 11.0005C7.63441 11.0005 7.87922 11.1019 8.05972 11.2824C8.24023 11.4629 8.34163 11.7078 8.34163 11.963C8.34163 12.2183 8.24023 12.4631 8.05972 12.6436C7.87922 12.8241 7.63441 12.9255 7.37913 12.9255ZM15.3486 6.50885C15.2203 6.13669 14.861 5.86719 14.4375 5.86719H7.37913C6.95563 5.86719 6.5963 6.13669 6.46797 6.50885L5.1333 10.3589V15.4922C5.1333 15.6624 5.2009 15.8256 5.32124 15.9459C5.44158 16.0663 5.60479 16.1339 5.77497 16.1339H6.41663C6.58681 16.1339 6.75003 16.0663 6.87036 15.9459C6.9907 15.8256 7.0583 15.6624 7.0583 15.4922V14.8505H14.7583V15.4922C14.7583 15.6624 14.8259 15.8256 14.9462 15.9459C15.0666 16.0663 15.2298 16.1339 15.4 16.1339H16.0416C16.2118 16.1339 16.375 16.0663 16.4954 15.9459C16.6157 15.8256 16.6833 15.6624 16.6833 15.4922V10.3589L15.3486 6.50885Z' fill='%23B4C7DB'/%3E%3Cpath d='M7.37913 6.82969V5.82969H6.65838L6.43045 6.51346L7.37913 6.82969ZM14.4375 6.82969L15.3862 6.51346L15.1582 5.82969H14.4375V6.82969ZM14.4375 12.9255V13.9255V12.9255ZM14.4375 11.0005V10.0005V11.0005ZM7.37913 12.9255V13.9255V12.9255ZM7.37913 11.0005V10.0005V11.0005ZM15.3486 6.50885L14.4033 6.83485L14.4038 6.8364L15.3486 6.50885ZM6.46797 6.50885L7.4128 6.8364L7.41334 6.83484L6.46797 6.50885ZM5.1333 10.3589L4.18846 10.0313L4.1333 10.1904V10.3589H5.1333ZM5.1333 15.4922H4.1333H5.1333ZM7.0583 14.8505V13.8505H6.0583V14.8505H7.0583ZM14.7583 14.8505H15.7583V13.8505H14.7583V14.8505ZM16.6833 10.3589H17.6833V10.1904L17.6281 10.0313L16.6833 10.3589ZM7.36532 10.0334L8.32782 7.14592L6.43045 6.51346L5.46795 9.40096L7.36532 10.0334ZM7.37913 7.82969H14.4375V5.82969H7.37913V7.82969ZM13.4888 7.14592L14.4513 10.0334L16.3487 9.40096L15.3862 6.51346L13.4888 7.14592ZM14.4375 11.9255C14.4474 11.9255 14.457 11.9295 14.464 11.9365L13.0498 13.3507C13.4178 13.7188 13.917 13.9255 14.4375 13.9255V11.9255ZM14.464 11.9365C14.471 11.9435 14.475 11.9531 14.475 11.963H12.475C12.475 12.4835 12.6817 12.9827 13.0498 13.3507L14.464 11.9365ZM14.475 11.963C14.475 11.973 14.471 11.9825 14.464 11.9895L13.0498 10.5753C12.6817 10.9434 12.475 11.4425 12.475 11.963H14.475ZM14.464 11.9895C14.457 11.9966 14.4474 12.0005 14.4375 12.0005V10.0005C13.917 10.0005 13.4178 10.2073 13.0498 10.5753L14.464 11.9895ZM14.4375 12.0005C14.4275 12.0005 14.418 11.9966 14.411 11.9895L15.8252 10.5753C15.4571 10.2073 14.958 10.0005 14.4375 10.0005V12.0005ZM14.411 11.9895C14.4039 11.9825 14.4 11.973 14.4 11.963H16.4C16.4 11.4425 16.1932 10.9434 15.8252 10.5753L14.411 11.9895ZM14.4 11.963C14.4 11.9531 14.4039 11.9435 14.411 11.9365L15.8252 13.3507C16.1932 12.9827 16.4 12.4835 16.4 11.963H14.4ZM14.411 11.9365C14.418 11.9295 14.4275 11.9255 14.4375 11.9255V13.9255C14.958 13.9255 15.4571 13.7188 15.8252 13.3507L14.411 11.9365ZM7.37913 11.9255C7.38908 11.9255 7.39862 11.9295 7.40565 11.9365L5.99144 13.3507C6.35948 13.7188 6.85865 13.9255 7.37913 13.9255V11.9255ZM7.40565 11.9365C7.41268 11.9435 7.41663 11.9531 7.41663 11.963H5.41663C5.41663 12.4835 5.6234 12.9827 5.99144 13.3507L7.40565 11.9365ZM7.41663 11.963C7.41663 11.973 7.41268 11.9825 7.40565 11.9895L5.99144 10.5753C5.6234 10.9434 5.41663 11.4425 5.41663 11.963H7.41663ZM7.40565 11.9895C7.39862 11.9966 7.38908 12.0005 7.37913 12.0005V10.0005C6.85865 10.0005 6.35948 10.2073 5.99144 10.5753L7.40565 11.9895ZM7.37913 12.0005C7.36919 12.0005 7.35965 11.9966 7.35262 11.9895L8.76683 10.5753C8.39879 10.2073 7.89962 10.0005 7.37913 10.0005V12.0005ZM7.35262 11.9895C7.34559 11.9825 7.34163 11.973 7.34163 11.963H9.34163C9.34163 11.4425 9.13487 10.9434 8.76683 10.5753L7.35262 11.9895ZM7.34163 11.963C7.34163 11.9531 7.34558 11.9435 7.35262 11.9365L8.76683 13.3507C9.13487 12.9827 9.34163 12.4835 9.34163 11.963H7.34163ZM7.35262 11.9365C7.35965 11.9295 7.36919 11.9255 7.37913 11.9255V13.9255C7.89962 13.9255 8.39879 13.7188 8.76683 13.3507L7.35262 11.9365ZM16.294 6.18286C16.0281 5.41169 15.2922 4.86719 14.4375 4.86719V6.86719C14.4341 6.86719 14.4271 6.86546 14.4209 6.86108C14.4164 6.85785 14.4086 6.85038 14.4033 6.83484L16.294 6.18286ZM14.4375 4.86719H7.37913V6.86719H14.4375V4.86719ZM7.37913 4.86719C6.52444 4.86719 5.78852 5.41169 5.52259 6.18286L7.41334 6.83484C7.40798 6.85038 7.40016 6.85785 7.39565 6.86108C7.38954 6.86546 7.3825 6.86719 7.37913 6.86719V4.86719ZM5.52313 6.18131L4.18846 10.0313L6.07814 10.6864L7.4128 6.8364L5.52313 6.18131ZM4.1333 10.3589V15.4922H6.1333V10.3589H4.1333ZM4.1333 15.4922C4.1333 15.9276 4.30626 16.3451 4.61413 16.653L6.02835 15.2388C6.09555 15.306 6.1333 15.3972 6.1333 15.4922H4.1333ZM4.61413 16.653C4.92201 16.9609 5.33957 17.1339 5.77497 17.1339V15.1339C5.87 15.1339 5.96115 15.1716 6.02835 15.2388L4.61413 16.653ZM5.77497 17.1339H6.41663V15.1339H5.77497V17.1339ZM6.41663 17.1339C6.85203 17.1339 7.26959 16.9609 7.57747 16.653L6.16325 15.2388C6.23046 15.1716 6.3216 15.1339 6.41663 15.1339V17.1339ZM7.57747 16.653C7.88534 16.3451 8.0583 15.9276 8.0583 15.4922H6.0583C6.0583 15.3972 6.09605 15.306 6.16325 15.2388L7.57747 16.653ZM8.0583 15.4922V14.8505H6.0583V15.4922H8.0583ZM7.0583 15.8505H14.7583V13.8505H7.0583V15.8505ZM13.7583 14.8505V15.4922H15.7583V14.8505H13.7583ZM13.7583 15.4922C13.7583 15.9276 13.9313 16.3451 14.2391 16.653L15.6533 15.2388C15.7205 15.306 15.7583 15.3972 15.7583 15.4922H13.7583ZM14.2391 16.653C14.547 16.9609 14.9646 17.1339 15.4 17.1339V15.1339C15.495 15.1339 15.5861 15.1716 15.6533 15.2388L14.2391 16.653ZM15.4 17.1339H16.0416V15.1339H15.4V17.1339ZM16.0416 17.1339C16.477 17.1339 16.8946 16.9609 17.2025 16.653L15.7883 15.2388C15.8555 15.1716 15.9466 15.1339 16.0416 15.1339V17.1339ZM17.2025 16.653C17.5103 16.3451 17.6833 15.9276 17.6833 15.4922H15.6833C15.6833 15.3972 15.7211 15.306 15.7883 15.2388L17.2025 16.653ZM17.6833 15.4922V10.3589H15.6833V15.4922H17.6833ZM17.6281 10.0313L16.2935 6.18131L14.4038 6.8364L15.7385 10.6864L17.6281 10.0313Z' fill='%23B4C7DB' mask='url(%23path-1-inside-1_1530_24281)'/%3E%3C/svg%3E%0A");}
.carlist.type-big .card-item .info-wrap li.fuel span {background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.10348 6.36888V5.63379H8.33856V6.36888V6.86888H8.83856H10.1912V9.57414H9.45611H8.72102V7.60396L7.77381 7.38036L5.92117 11.0856L5.6333 11.6614V7.60396C5.6333 7.20081 5.96523 6.86888 6.36839 6.86888H7.60348H8.10348V6.36888ZM10.1912 9.722V13.7794V14.2794H10.6912H16.7859C16.6513 14.4237 16.4599 14.5145 16.2491 14.5145H15.7491V15.0145V15.632C15.7491 16.0352 15.4172 16.3671 15.014 16.3671H14.3965C13.9933 16.3671 13.6614 16.0352 13.6614 15.632V15.0145V14.5145H13.1614H9.45611H8.95611V15.0145V15.632C8.95611 16.0352 8.62418 16.3671 8.22102 16.3671H7.60348C7.20032 16.3671 6.86839 16.0352 6.86839 15.632V15.0145V14.5145H6.36839C5.96523 14.5145 5.6333 14.1826 5.6333 13.7794V11.8092H6.36839H7.10348V13.7794L8.05069 14.003L9.90332 10.2977L10.1912 9.722ZM13.7789 6.86888H14.2789V6.36888V5.63379H14.514V6.36888V6.86888H15.014H16.2491C16.5293 6.86888 16.6665 6.90504 16.7352 6.94025C16.7792 6.96276 16.82 6.99528 16.8615 7.1062C16.911 7.23854 16.947 7.44783 16.9656 7.78844C16.9778 8.01038 16.982 8.26785 16.9834 8.57063H12.4263V6.86888H13.7789ZM16.9842 12.0443H12.4263V10.7671H16.9842V12.0443Z' fill='%23B4C7DB' stroke='%23B4C7DB'/%3E%3C/svg%3E%0A");}
.carlist.type-big .card-item .info-wrap li div {flex:auto;line-height: 1.5;}
.carlist.type-big .card-item .info-wrap .label-wrap {display: none;}
.carlist.type-big .card-item .info-wrap .price-wrap {display:flex;padding-top:0;border:0;text-align: left;align-items: center;}
.carlist.type-big .card-item .info-wrap .price-wrap .label {width:5rem;margin-right:1rem;border:1px dashed #BEC6CB;font-size: .8125rem;text-align: center;line-height: 1.5;}
.carlist.type-big .card-item .info-wrap .price-wrap .price {font-size: 1.625rem;color:#fff;}
.carlist.type-big .card-item .info-wrap .price-wrap .price i {display:inline-block;}
.carlist.type-big .card-item .info-wrap p {display: none;}
.carlist.type-big .card-item .info-wrap .button.sm {background:#fff;color:#2b50d6;}


@media all and (max-width:1200px){
	.carlist.type-big .card-item {padding:2.25rem 3.25rem;gap:3.375rem;}
	.carlist.type-big .card-item .thumb {width: 23.125rem;height: 15.5rem;}
	.carlist.type-big .card-item .info-wrap .cartitle {font-size:1.65rem;}
}
@media all and (max-width:950px){
	.carlist.type-big .card-item .thumb {width:18rem;height:12rem;}
	.carlist.type-big .card-item .info-wrap .cartitle {font-size:1.5rem;}
}
@media all and (max-width:700px){
	.carlist.type-big .card-item {flex-direction:column;gap:0;padding:0;}
	.carlist.type-big .card-item .thumb {width:100%;height:16rem;border-radius:0;}
	.carlist.type-big .card-item .info-wrap {width:100%;padding:2rem 2.25rem;}
	.carlist.type-big .card-item .info-wrap .cartitle {font-size:1.25rem;}
	.carlist.type-big .card-item .info-wrap .price-wrap .price {font-size:1.5rem;}
}


.carlist.carwhite-big {padding: 0 !important;overflow: visible;}
.carlist.carwhite-big .card-item {display:flex;margin:0 !important;width:auto;padding: 3.5rem 25.625rem 3.5rem 3.75rem;background:#fff;}
.carlist.carwhite-big .card-item .thumb {position: absolute;right:5rem;top: 50%;width: 20.625rem;height: 13.75rem;transform: translateY(-50%);background-size: contain;}
.carlist.carwhite-big .card-item .info-wrap {padding: 0;}
.carlist.carwhite-big .card-item .info-wrap .brand {display: block;font-size: 1.625rem;}
.carlist.carwhite-big .card-item .info-wrap .cartitle {font-size: 2.25rem;line-height:1;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.carlist.carwhite-big .card-item .info-wrap .price-wrap {display:flex;flex-direction:column;border:0;text-align: left;}
.carlist.carwhite-big .card-item .info-wrap .price-wrap .label {width:5rem;margin-right:1rem;border:1px dashed #BEC6CB;font-size: .8125rem;text-align: center;line-height: 1.5;}
.carlist.carwhite-big .card-item .info-wrap .price-wrap .price {font-size: 1.625rem;}
.carlist.carwhite-big .card-item .info-wrap .price-wrap .price i {display:inline-block;font-size: 1.25rem;}
.carlist.carwhite-big .card-item .carcount {position:absolute;right:1.875rem;top:0;width:5.625rem;height:5rem;display:flex;background:#3d404b;justify-content: center;align-items:center;color:#fff;font-size: 1.625rem;font-weight: bold;}
.carlist.carwhite-big .card-item .carcount:after {content:'';position:absolute;bottom:-1rem;width: 0;height: 0;border-style: solid;border-width:1rem 2.8125rem 0 2.8125rem;border-color: #16181c transparent transparent transparent;}
@media all and (max-width:1200px){
	.carlist.carwhite-big .card-item {padding:3rem 24.625rem 3rem 2.75rem;}
	.carlist.carwhite-big .card-item .info-wrap .cartitle {font-size:2.25rem;}
	.carlist.carwhite-big .card-item .info-wrap .price-wrap .price {font-size:1.5rem;}
	.carlist.carwhite-big .card-item .info-wrap .price-wrap .price i {font-size:1.125rem;}
	.carlist.carwhite-big .card-item .thumb {width: 18.625rem;height: 11.75rem;}
}
@media all and (max-width:950px){
	.carlist.carwhite-big .card-item .info-wrap .cartitle {font-size:2rem;}
	.carlist.carwhite-big .card-item .carcount {width: 4.625rem;height: 4.625rem;}
	.carlist.carwhite-big .card-item .thumb {width: 1.625rem;height: 10.75rem;}
}
@media all and (max-width:700px){
	.carlist.carwhite-big .card-item {padding:2rem 1.75rem;flex-direction:column;}
	.carlist.carwhite-big .card-item .thumb {position:relative;width:100%;height:9.5rem;right:auto;top:auto;transform:none;}
	.carlist.carwhite-big .card-item .info-wrap .brand {font-size: 1.2rem;}
	.carlist.carwhite-big .card-item .info-wrap .cartitle {font-size:1.5rem;}
	.carlist.carwhite-big .card-item .carcount {width: 3.625rem;height: 3.625rem;font-size:1.25rem;}
	.carlist.carwhite-big .card-item .info-wrap .price-wrap .price {font-size:1.325rem;}
	.carlist.carwhite-big .card-item .info-wrap .price-wrap .price i {font-size:1.125rem;}
}


.carlist.type-soon {padding:0 !important;}
.carlist.type-soon .card-item {display:inline-block;width:calc(25% - 1.1rem);margin-right:1.25rem;margin-bottom:0;background-color:#f3f5f7;}
.carlist.type-soon .card-item:nth-of-type(2n) {margin-right:1.25rem !important;}
.carlist.type-soon .card-item:nth-of-type(4n) {margin-right:1.25rem !important;}
.carlist.type-soon .card-item .info-wrap {padding: 2.25rem;}
.carlist.type-soon .card-item .thumb {position:absolute;left:2.25rem;right:2.25rem;bottom:6.25rem;width:auto;height:8.5rem;border-radius:.75rem;}
.carlist.type-soon .card-item .info-wrap .brand {display: block;font-weight:bold;font-size: 1rem;}
.carlist.type-soon .card-item .info-wrap .cartitle {height:2.8125rem;font-size: 1rem;}
.carlist.type-soon .card-item .info-wrap .label-wrap {display: none;}
.carlist.type-soon .card-item .info-wrap li div {font-size: .875rem;}
.carlist.type-soon .card-item .info-wrap .price-wrap {border:0;text-align: left;}
.carlist.type-soon .card-item .info-wrap .price-wrap .label {width:4rem;margin-right:1rem;border:1px dashed #BEC6CB;font-size: .65rem;text-align: center;}
.carlist.type-soon .card-item .info-wrap .price-wrap .price {font-size: 1.5rem;line-height: 1.4;}
.carlist.type-soon .card-item .info-wrap .price-wrap .price i {display:inline-block;}
.carlist.type-soon .card-item .info-wrap p {display: none;}
.carlist.type-soon .card-item .info-wrap .button-group {padding-top:11rem;padding-bottom:0;text-align: center;}

@media all and (max-width:900px){
	.carlist.type-soon .card-item .info-wrap {padding: 2.25rem 2rem;}
}

.carlist-thumb {padding-top:1rem;}
.carlist-thumb .slick-list {margin-right:-1rem;}
.carlist-thumb li {position:relative;cursor: pointer;margin-right: 1rem;}
.carlist-thumb li:nth-of-type(5) {margin:0;}
.carlist-thumb li .thumb {position:relative;width:100%;height:9.375rem;border-radius: var(--radius-default, .75rem);background-repeat:no-repeat;background-size:cover;background-position:center;}
.carlist-thumb li.slick-current .thumb:before {content:'';position:absolute;left:50%;top:50%;border-radius:50%;width:3.75rem;height:3.75rem;background:#2b50d6;transform:translate(-50%, -50%);}
.carlist-thumb li.slick-current .thumb:after {content:'';position:absolute;left:52%;top:50%;width:1.25rem;height:.9rem;border-width: 0 0 2px 2px;margin-top:-.875rem;border-color:#fff;border-style:solid;transform:rotate(-45deg) translate(-50%, -50%);}
.carlist-thumb li .cartitle {padding-top:1rem;font-size: 1rem;word-break: keep-all;}

@media all and (max-width:1200px){
	.carlist-thumb li .thumb {height:7.5rem;}
}
@media all and (max-width:800px){
	.carlist-thumb .slick-list {margin-right:0;}
	.carlist-thumb li .cartitle {display:none;}
	.carlist-thumb li .thumb {height:5.5rem;}
	.carlist-thumb li.slick-current .thumb:before {width:2.5rem;height:2.5rem;}
	.carlist-thumb li.slick-current .thumb:after {width:.75rem;height:.4rem;margin-top:-.5rem;}
	.carlist-thumb li {margin-right:.5rem;}
}
@media all and (max-width:500px){
	.carlist-thumb li .thumb {height:3.5rem;}
}

.carlist.type-recenly {padding-bottom:0 !important;}
.carlist.type-recenly .card-item {display:flex;flex-direction:row;width:100%;margin-right:0;align-items:center;}
.carlist.type-recenly .card-item .thumb {flex:none;width:16rem;height:11rem;}
.carlist.type-recenly .card-item .info-wrap {flex:auto;padding:2rem 24rem 2rem 3rem;}
.carlist.type-recenly .card-item .info-wrap .label-wrap {padding-bottom:0;}
.carlist.type-recenly .card-item .info-wrap .price-wrap {position:absolute;right:3rem;top:2rem;border:0;width:20rem;}
.carlist .card-item .info-wrap .price-wrap .alram-info {position:absolute;right:0;display:inline-flex;justify-content:flex-end;padding:.5rem 1rem;background-color:#fff;border-radius:.875rem;font-size:.875rem;font-weight:bold;color:#00bd4d;white-space:nowrap;}

@media all and (max-width:1024px){
	/*.carlist.type-recenly .card-item {display:inline-block;width:calc(33.33% - .85rem);}
	.carlist.type-recenly .card-item .info-wrap .price-wrap {position:relative;right:auto;top:auto;width:auto;}*/
	.carlist .card-item .info-wrap .price-wrap .alram-info {position:relative;right:auto;white-space:normal;}
}

/* 탁송업체 */
.carlist.transfer-type .card-item {padding-top:2rem;background-color:#fff;border:1px solid #efefef;box-shadow:0 .25rem 1.8125rem 0 rgba(0, 0, 0, 0.08);}
.carlist.transfer-type .card-item .info-wrap .label-wrap {left:1.5rem;top:1.5rem;}
.carlist.transfer-type .card-item .info-wrap .cartitle {font-size:1.25rem;}
.carlist.transfer-type .card-item .info-wrap .label-wrap .notready {border-color:#2b50d6;}
.carlist.transfer-type .card-item .info-wrap .label-wrap .complete {background-color:#ccc;border-color:#ccc;}
.carlist.transfer-type .card-item .info-wrap .carno {font-weight:bold;font-size:1.625rem;color:#2b50d6;}
.carlist.transfer-type .card-item .info-wrap .date {position:absolute;right:1.5rem;top:1.5rem;color:#858B93;}

/*=================================================================================================================
	메인
=================================================================================================================*/
.main .row {padding-top:var(--padd-row);padding-bottom:var(--padd-row);}
.main .carlist .card-item:hover:before {display: none;}

@media all and (max-width:1024px){
	.main .row {padding-top:1.5rem;padding-bottom:1.5rem;}
}

.main .title-wrap .btn-more {top:.75rem;text-decoration: underline;font-size:.725rem;color:#5A5D60;}
.main .title-wrap .btn-more:after {display:none;}

@media all and (max-width:900px){
	.main .common-top-banner .column .banner {padding:0;background:none;}
	.main .common-top-banner .column .banner > div:first-child {display:none;}
}

.cate-wrap {text-align: center;font-size: 0;}
.cate-wrap .cate {display: inline-block;padding: 0 1.875rem;margin:0 .25rem .25rem 0;border-radius:10rem;background: #F7F9FA;font-size: .9375rem;line-height: 2.875rem;font-weight: bold;cursor: pointer;}
.cate-wrap .cate:hover {background:#ebeff1;}
.cate-wrap .cate.on {background: #eef6fe;color:#2b50d6;}
.cate-wrap .cate img {height:1.875rem;width:auto;margin-right:.375rem;vertical-align: middle;}
.main .brandslide-wrap {padding-top:0;padding-bottom:0;}
.main .brandslide-wrap .brand-list {height:15rem;}
.main .brandslide-wrap .brand-list .slick-slide {width:15rem;padding: 1.875rem 0 1.25rem;}
.main .brandslide-wrap .brand-list .slick-slide .brand-img {width:100%;height:6.5rem;background-position: center;background-repeat: no-repeat;background-size: contain;}
.main .brandslide-wrap .brand-list .slick-slide .text {padding:.3125rem 0;text-align: center;line-height: 1.5;font-size: 1.125rem;font-weight: bold;}
.main .brandslide-wrap .slickstyle .slick-arrow {top:28%;}

@media all and (max-width:1024px){
	.cate-wrap {overflow: auto;white-space: nowrap;}
	.cate-wrap .cate {padding:0 1.25rem;font-size:.8125rem;}
	.cate-wrap .cate img {height:1.5rem;}

	.main .brandslide-wrap .brand-list .slick-slide {padding:1.25rem 0 .75rem;}
	.main .brandslide-wrap .brand-list .slick-slide .brand-img {height:5.5rem;}
	.main .brandslide-wrap .brand-list {height:13rem;}
}

.main .hotmodel_wrap {padding-top:0;}
.main .hotmodel_wrap .bx-viewport {background:#fff;border-radius: .9375rem;box-shadow: 0px 4px 29px 0px rgba(0, 0, 0, 0.08);overflow: hidden;}

.main .event-wrap {padding-top:.5rem;padding-bottom:.5rem;}
.main .event-wrap .title-wrap {position:unset;}
.main .event-wrap .title-wrap h3 {display:none;}
.main .event-wrap .title-wrap .btn-more {top:1rem;right:1rem;padding: 0 1rem !important;width: auto;border-radius: 5rem;font-size:.725rem;color:#5A5D60;z-index:10;background: #fff;}
.main .event-wrap .title-wrap .btn-more:after {display:none;}
.main .event-wrap .slick-list {border-radius: .9375rem;overflow: hidden;}
.main .event-wrap .slick-track {cursor: pointer;}

@media all and (max-width:800px){
	.main .event-wrap .slick-track {display:block;}
	.main .event-wrap {padding-top:.75rem;padding-bottom:.75rem;}
}

.main .hotcar-wrap {padding-bottom:6.25rem;}
.main .hotcar-wrap .slickstyle .slick-arrow {top:42%;}


@media all and (max-width:800px){
	.main .hotcar-wrap {padding-bottom:3.25rem;}
}

.main .sell-wrap {padding-bottom:5rem;}
.main .hotcar-wrap .title-wrap h3, .main .sell-wrap .title-wrap h3 {font-size: 2.5rem;}

@media all and (max-width:900px){
	.main .hotcar-wrap .title-wrap h3, .main .sell-wrap .title-wrap h3 {font-size: 1.35rem;}
}

.main .sell-wrap .carlist.col2 .card-item {width:calc(25% - .8rem);margin-right:1.05rem !important;}
.main .sell-wrap .carlist .card-item .info-wrap .cartitle {height:3.25rem;font-size:1.125rem;overflow:hidden;text-overflow: ellipsis;}
.main .sell-wrap .carlist.col2 .card-item:nth-of-type(4n) {margin-right:0 !important;}

@media all and (max-width:900px){
	.main .sell-wrap .carlist.col2 .card-item {width:calc(50% - .5rem);margin-right:1rem !important;}
	.main .sell-wrap .carlist.col2 .card-item.nth2, .main .sell-wrap .carlist.col2 .card-item:nth-of-type(3n) {margin-right:1rem !important;}
	.main .sell-wrap .carlist.col2 .card-item:nth-of-type(2n) {margin-right:0 !important;}
}

.main .why-wrap {padding-top:5rem;padding-bottom:5rem;background: #ecf3f8;text-align: center}
.main .why-wrap h3 {font-size: 2.125rem;}
.main .why-wrap ul {display: flex;}
.main .why-wrap li {flex: 1;justify-content: center;padding-top:11rem;background-position: center 0;background-repeat: no-repeat;background-size: auto 10rem;background-image: url(/images/main_img1.png);font-size: 1.25rem;line-height: 1.5;text-align: center;}
.main .why-wrap li:nth-of-type(2) {background-image: url(/images/main_img1.png);}
.main .why-wrap li:nth-of-type(2) {background-image: url(/images/main_img3.png);}
.main .why-wrap li b {color: #2547C2;}

@media all and (max-width:1024px){
	.main .why-wrap li {padding-top:8rem;background-position: center .5rem;background-size: auto 7rem;font-size: 1.15rem;}
}
@media all and (max-width:950px){
	.main .why-wrap h3 {font-size: 1.75rem;}
	.main .why-wrap li {padding-top:6rem;background-size: auto 5rem;font-size: 1rem;}
}
@media all and (max-width:700px){
	.main .why-wrap h3 {font-size: 1.5rem;}
	.main .why-wrap ul {flex-direction:column;padding:0 1rem;}
	.main .why-wrap li {background-position:0 center;padding:1.5rem 0 1.5rem 7rem;text-align:left;font-size:1.1rem;}
}

.main .carlist.type-soon .card-item {background:#fff;}

.main .comming-wrap {padding-top:5rem;padding-bottom:5rem;background: #ecf3f8;}
.main .comming-wrap h3 {font-size: 2.125rem;}

@media all and (max-width:1350px){
	.main .slickstyle .slick-arrow {display:none !important;}
	.main .carlist.type-soon .card-item {width:calc(50% - .75rem);margin-right:1.5rem !important;margin-bottom:1.5rem !important;}
}
@media all and (max-width:950px){
	.main .comming-wrap {padding-top:3rem;padding-bottom:3rem;}
	.main .comming-wrap h3 {font-size: 1.75rem;}
	.main .carlist.type-soon .card-item {width:100%;margin:0 !important;}
}

.main .customer-wrap {padding-top:5rem;padding-bottom:5rem;}
.main .customer-wrap .column {display: flex;gap:4rem;}
.main .box {position:relative;width:calc(50% - 2rem);}
.main .box h4 {padding-top:0;}
.main .box .btn_more {position:absolute;right:0;top:.5rem;}

@media all and (max-width:1024px){
	.main .customer-wrap {padding-top:3.5rem;padding-bottom:3.5rem;}
}

.main .notice {border-top:1px solid #EFF1F1;}
.main .notice li {position:relative;display:block;border-bottom:1px solid #EFF1F1;}
.main .notice li a {display:flex;height:3.75rem;padding:0 1.25rem;align-items: center;}
.main .notice li a span {display:inline-block;flex:auto;font-size:1rem;line-height:3.75rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.main .notice li a span.date {width:6.25rem;flex:none;font-size:.875rem;color:#74787B;text-align: center;}

.main .notice.faq {border-top: 0;}
.main .notice.faq li {padding-bottom: .375rem;border:0;}
.main .notice.faq li a {background:#f3f5f7;border-radius: var(--radius-default, .75rem);}
.main .notice.faq li a:before {content:'Q';display:inline-block;padding-right:1rem;font-size:1.5rem;color:#2b50d6;font-weight:bold;}
.main .notice.faq li span.cate {width:6.25rem;flex:none;font-size:.875rem;text-align: right;color:#2b50d6;}

@media all and (max-width:1024px){
	.main .customer-wrap .column {display:block;}
	.main .box {width:100%;}
	.main .box + .box {padding-top:3rem;}
}
@media screen and ( max-width:900px), screen\9 {
	.main .box {width:100%;margin:0;}
	.main .notice li a {font-size:1rem;}
	.main .notice.news li a {padding-left:5rem;line-height:4.8rem;}
	.main .notice.news li span {width:4.5rem;font-size:.85rem;}
	.main .notice.news li span b {font-size:1.7rem;}
}

/*=================================================================================================================
	차량리스트
=================================================================================================================*/
.carsearch .column {gap: 3.75rem;}
.carsearch .block-ui {display:none;}
.carsearch .btn-close {display:none;}
.carsearch .f-left {float:left;width: 16.125rem;margin-right: 3.75rem;}
.carsearch .f-right {float:left;width:calc(100% - 19.875rem);padding:3.75rem 0;}

.carsearch .f-left .search_title {padding-bottom:1.875rem;border-bottom: .125rem solid #333949;}
.carsearch .f-left .search_title span {display:block;font-size: 1.75rem;font-weight:bold;}
.carsearch .f-left .search_title span:after {content:'';display:inline-block;width:1.625rem;height:1.625rem;vertical-align:middle;background-size:1.625rem;background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.7019 7.0066L14.4154 12.4988H14.1363V12.9988V19.0685V19.1016L14.1407 19.1345C14.1521 19.2202 14.1199 19.2982 14.0758 19.3385L14.0674 19.3462L14.0593 19.3542C13.9542 19.4594 13.7855 19.4594 13.6804 19.3542L12.1321 17.806C12.0628 17.7366 12.0417 17.6529 12.0505 17.5885L12.0552 17.5545V17.5202V12.9988V12.4988H11.7761L7.48955 7.0066L7.48956 7.00659L7.4876 7.00412C7.40205 6.89592 7.41673 6.72808 7.53052 6.6329C7.60458 6.58017 7.66224 6.56641 7.7039 6.56641H18.4876C18.5292 6.56641 18.5869 6.58017 18.661 6.6329C18.7748 6.72808 18.7894 6.89592 18.7039 7.00412L18.7019 7.0066Z' fill='%239DA5AA' stroke='%239DA5AA'/%3E%3C/svg%3E%0A");}
.carsearch .f-left .search_title .button {position:absolute;right:0;top:0;width:3.5rem;height:3.5rem;padding:0;background:url('/images/btn_close.png') no-repeat center}
.carsearch .f-left .slider-item .square {padding-bottom:1rem;}

.carsearch .f-left, .carsearch .condition-wrap {display: block;}

.carsearch .scrolling {height:19rem;}
.carsearch .fuc-toggle:after {right:5%;}
.carsearch .f-left .square input[type=checkbox] + label, .carsearch .f-left .square input[type=radio] + label {background: transparent;border-color:#ddd;}
.carsearch .f-left .square input[type=checkbox]:checked + label, .carsearch .f-left  .square input[type=radio]:checked + label {border-color:#1C1C1C;}

/* 검색 */
.filter-wrap {gap:0;}
.filter-wrap > li > .tit {position:relative;line-height:4rem;padding:0 .25rem;border-top:1px solid #E5E9ED;font-size:16px;letter-spacing:-1px;color:#333949;font-weight:bold;cursor:pointer;}
.filter-wrap > li .cont {display:none;padding-right:.25rem;padding-bottom: 1.625rem;}
.filter .button-group-wrap {display:none;}

@media all and (max-width:1024px) {
	.filter-wrap {padding-bottom:2rem;}
	.filter .button-group-wrap {display:block;}
}
.article-list li {display: flex;align-items: center;padding: 0 .75rem 0 .5rem;border-radius: .3125rem;cursor: pointer;}
.article-list li span {display:inline-block;width:100%;flex: auto;padding: .4375rem 0;font-size: .9375rem;}
.article-list li i {display: inline-block;width:2.5rem;text-align: right;color:#858B93;font-size: .75rem;}
.article-list.company-list li.active {min-height:2.875rem;border:1px solid #333949;}
.article-list.company-list li.active span {text-indent:.5rem;font-weight: bold;}
.article-list.company-list li.active span:before {content: '';display: inline-block;width:.5rem;height:.5rem;margin-right:0.25rem;border-color:#1C1C1C;border-style:solid;border-width:.0625rem 0 0 .0625rem !important;transform:rotate(-45deg);}
.article-list.company-list li:hover span {font-weight: bold;}
.article-list.model-list li {padding: .1875rem 1rem;background:#F8FAFA;margin-bottom: .125rem;}
.article-list.model-list li label {flex: auto;display: flex;align-items: center;}

.step1 .company-list li {display: flex;}
.step1 .model-list li {display: none;}

.step2 .company-list li {display: none;}
.step2 .company-list li.active {display: flex;}
.step2 .model-list li {display: flex;}

/* 조건검색 */
.condition-wrap {position:relative;background-color:#E4E8E9;border-radius: 1rem;padding-top:.625rem;border:1px solid #E4E8E9;}
.condition-wrap .condition-cont {border-radius: 1rem;padding: 2rem 2.5rem;background:#fff;}
.condition-wrap .form-list li {width:50%;padding: .3125rem 0;}
.condition-wrap .form-list li.full {width: 100%;}
.condition-wrap .button-group-wrap {position:unset;height:0;width:0;}
.condition-wrap .button-group-wrap .button {display:none;}
.condition-wrap .button-group-wrap .button.reset {position:absolute;right:1rem;top:1rem;display:block;background-color:transparent;height:3rem;}
.condition-wrap .button-group-wrap .button-group {position:unset;}

@media all and (max-width:1180px) {
	.condition-wrap .form-list li {width:100%;}
}
@media all and (max-width:1024px) {
	.condition-wrap .button-group-wrap {position:relative;width:auto;height:5rem;}
	.condition-wrap .button-group-wrap .button-group {position:fixed;}
	.condition-wrap .button-group-wrap .button {display:block;}
	.condition-wrap .button-group-wrap .button.reset {height:auto;background-color:#e9ecee;}

	.m_ver .searchbox-wrap {display:none;}
	.carsearch .button-group {display:flex;gap:.5rem;}
	.carsearch .button-group .button {flex:1;font-size: 1rem;}
	.carsearch .block-ui {z-index: 1001;}
	.carsearch .btn-close {display:block;position:absolute;left:0;right:0;top:0;height:2.25rem;background-color:transparent;font-size:0;z-index:1002;}
	.carsearch .btn-close::before {content: '';position: absolute;right:50%;top: 50%;width:.625rem;height:.625rem;margin-top: -0.3125rem;border-width: 0 0 1px 1px;border-color: #1C1C1C;border-style: solid;transform: rotate(-45deg);}

	.carsearch .f-left, .carsearch .condition-wrap {display:none;position:fixed;left:0;top:0;right:0;bottom:0;margin:0;width:100%;z-index:1000;}
	.carsearch .f-left .filter, .carsearch .condition-wrap .condition-cont {position: absolute;left:0;right:0;bottom:-100%;max-height:calc(100% - 3rem);background:#fff;padding:3.5rem 2rem 0;overflow-y:auto;overflow-x: hidden;border-radius: 1.563rem 1.563rem 0 0; z-index:1002;-webkit-transition:all .4s;-ms-transition:all .4s;transition:all .4s;}
	.carsearch .f-right {width:100%;padding-top:0;}

	.m_ver .carsearch .condition-wrap {background:transparent;border:0;}
	.m_ver .carsearch .condition-wrap .form-list {padding-bottom:2rem;}
	.m_ver .carsearch .condition-wrap .reset {position:relative;right:auto;top:auto;}

	.m_ver .carsearch .block-ui {display:block;}
	.m_ver .carsearch .f-left.active, .m_ver .carsearch .condition-wrap.active {display: block;}
	.m_ver .carsearch .f-left.active .filter, .m_ver .carsearch .condition-wrap.active .condition-cont  {bottom:0%;}
	.m_ver .carsearch .f-left.active .search_title {display:none;}
}

/* 입력폼 */
.form-list {font-size: 0;}
.form-list li {display: inline-flex;align-items: center;}
.form-list .label {width: 6.25rem;flex:none;padding-bottom:.1875rem;font-size: .875rem;color:#222323;}
.form-list .label .guide-text {position:absolute;right:3rem;font-size:.75rem;color:#858B93;}

/* 검색창 상단 */
.board-top {display:flex;padding: 1.25rem .375rem;align-items: center;}
.board-top h4 {flex:auto;padding-bottom: 0;font-size: 1.125rem;font-weight:normal;}
.board-top .count {padding:0 .25rem;color: #2547C2;}
.board-top .sort-wrap > .select {display:inline-flex;width:auto;}
.board-top .sort-wrap > .select select {width:100%;height:2rem;padding-right:2rem;border:0;font-size: .75rem;}
.board-top .sort-wrap {width:8.25rem;text-align:right;}
.board-top .button.icononly {background-color:transparent;background-size:auto 2.125rem;}
.board-top .guide-mypage {margin:0;font-size: .875rem;color:#888;}

@media all and (max-width:1000px) {
	.board-top {padding:.75rem 0 .75rem .375rem;}
	.board-top h4 {font-size: .875rem;font-weight:normal;}
	.board-top .m_show {display: block;font-size:0;}
	.board-top .m_show .button {width:2.5rem;padding:0;}
}

/* 차량목록 */
.carsearch .carlist .banner {position:relative;display:inline-block;width:100%;margin-bottom:1.5rem;background: #F8FAFA;border-radius: var(--radius-default, .75rem);overflow:hidden;}
.carsearch .carlist .banner img {width: 100%;}

.carsearch .carlist.type-soon {
	display: block;
	max-width: 100%;
	.card-item {
		margin-right: 1.25rem !important;
		width: auto;
	}
	.slick-list {
		margin-right: -1.25rem !important;
	}
}

@media all and (max-width:1330px) {
	.carsearch .soonlist .type-soon {overflow: hidden;}
}


/*=================================================================================================================
	차량상세
=================================================================================================================*/
.carhistory-bohum {display: flex;gap:.625rem;padding-bottom: .625rem;}
.carhistory-bohum li {flex:1;padding:1.875rem 0;background-color: #f3f5f7;border-radius: .75rem;text-align: center;}
.carhistory-bohum li > span {display:inline-block;width:5rem;font-size:.875rem;color:#74787B;}
.carhistory-bohum li div {display:inline-block;}
.carhistory-bohum li div * {font-size: 1.125rem;color:#1C1C1C;}
.carhistory-bohum li div span:first-of-type b {color:#2547C2;}
.carhistory-summery {font-size: 0;}
.carhistory-summery li {display: inline-block;width:calc(33.33% - .4375rem);border:1px solid #EFF1F1;border-radius: .75rem;padding:1.25rem 0;margin-right: .625rem;margin-bottom: .625rem;text-align: center;}
.carhistory-summery li:nth-of-type(3n) {margin-right:0;}
.carhistory-summery li span {display:block;padding-bottom:.125rem;color:#5A5D60;font-size:.875rem;}
.carhistory-summery li div {font-weight:bold;font-size:1.125rem;}

@media all and (max-width:1000px) {
	.carhistory-bohum li > span {width:100%;}
}
@media all and (max-width:700px) {
	.carhistory-bohum li {padding:1.5rem 0;}
}
.viewdetail {

	.cardetail {padding-top:1rem;}

	.title-wrap {padding: 1.5rem 0 .5rem;}
	.title-wrap h3 {padding-left: .25rem;}
	.title-wrap h4 {font-size: 1.25rem;}

	.btn-share {position:absolute;right:-1rem;top:-1rem;width:2.375rem;height:2.375rem;border:0;background-color:transparent;background-repeat:no-repeat;background-size:auto 100%;background-position:center;background-image: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.6429 9.81641H11.5C10.3954 9.81641 9.5 10.7118 9.5 11.8164V26.8164C9.5 27.921 10.3954 28.8164 11.5 28.8164H26.5C27.6046 28.8164 28.5 27.921 28.5 26.8164V20.6735' stroke='%231C1C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.833 23.4946C15.833 21.5946 16.7197 17.7946 20.2663 15.2612C23.813 12.7279 27.4441 12.5168 29.133 12.7279' stroke='%231C1C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.5996 9.5L29.1329 12.6667L26.5996 15.8333' stroke='%231C1C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");font-size:0;}

	.photo-wrap {position: relative;border-radius:.9375rem;font-size: 0;overflow: hidden;background-color: #323232;}
	.photo-wrap .big {float: left;width: calc(100% - 8rem);min-height:28rem;background-image:url('../images/noimg.png');background-size:contain;background-repeat:no-repeat;background-position:center;}
	.photo-wrap .big .photo {min-height:28rem;}
	.photo-wrap .big img {width:100%;}
	.photo-wrap .big .slick-slide {position:relative;max-height:50rem;overflow: hidden;}
	.photo-wrap .thumbnail {float: left;width:8rem;}
	.photo-wrap .thumbnail .slick-track {width:100% !important;}
	.photo-wrap .thumbnail .slick-slide {position:relative;width: 4rem !important;height: 3rem;overflow: hidden;opacity: .6;cursor: pointer;}
	.photo-wrap .thumbnail .slick-slide img {width: 100%;height:100%;object-position: center;object-fit: cover;}
	.photo-wrap .thumbnail li.slick-current {opacity: 1;}
	.photo-wrap .thumbnail li.slick-current:before {content:'';position:absolute;left:50%;top:50%;border-radius:50%;width:1.75rem;height:1.75rem;background:#2b50d6;transform:translate(-50%, -50%);}
	.photo-wrap .thumbnail li.slick-current:after {content:'';position:absolute;left:52%;top:38%;width:.75rem;height:.5rem;border-width: 0 0 .0938rem .0938rem;border-color:#fff;border-style:solid;transform:rotate(-45deg) translate(-50%, -50%);}
	.photo-wrap:after {content:'';clear: both;}
	.photo-wrap .big-resize-wrap .big .slickstyle:before {content:'';position: absolute;left:.25rem;bottom:.25rem;border-radius: 50rem;width:4.5rem;height:2rem;background-color: rgba(0,0,0,.1);z-index:1;}
	.photo-wrap .big-resize-wrap .big .slickstyle .slick-prev, .photo-wrap .big-resize-wrap .slickstyle .slick-next {top:auto;bottom:.25rem;width:2rem;height:2rem;left:.25rem;padding:0;background-size: auto 70%;z-index:2;}
	.photo-wrap .big-resize-wrap .big .slickstyle .slick-prev {left:.5rem;transform:rotate(180deg);background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.59961 7.1998L14.3996 11.9998L9.59961 16.7998' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
	.photo-wrap .big-resize-wrap .big .slickstyle .slick-next {transform:rotate(0deg);left:2.5rem;background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.59961 7.1998L14.3996 11.9998L9.59961 16.7998' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
	.photo-wrap .big-resize-wrap .btn-close {display: none;}
	.photo-wrap .big-resize-wrap.full-resize {position:fixed;left:0;right:0;top:0;bottom:0;padding:3.125rem;border:1px solid #ddd;background:rgba(0,0,0,.85);z-index:1000;overflow:auto;}
	.photo-wrap .big-resize-wrap.full-resize .btn-close {display: block;position:absolute;right:.5rem;top: .5rem;width:2.5rem;height:2.5rem;border: 0;background-color: transparent;font-size: 0;}
	.photo-wrap .big-resize-wrap.full-resize .btn-close:before {content: '';position:absolute;left:.25rem;width:1.875rem;height: 1px;background-color: #fff;transform:rotate(45deg);}
	.photo-wrap .big-resize-wrap.full-resize .btn-close:after {content: '';position:absolute;left:.25rem;width:1.875rem;height: 1px;background-color: #fff;transform:rotate(-45deg);}
	.photo-wrap .big-resize-wrap.full-resize .big .slickstyle {position: relative;margin:0 auto !important;}
	.photo-wrap .big-resize-wrap.full-resize .big .slickstyle .slick-track img {width: 100%;}
	.photo-wrap .big-resize-wrap.full-resize .big .slick-slide {max-height: none;}

	@media all and (max-width:1100px){
		.photo-wrap .big {width: calc(100% - 10rem);min-height:8rem;}
		.photo-wrap .big .photo {min-height:8rem;}
		.photo-wrap .thumbnail {width: 8rem;}
		.photo-wrap .thumbnail .slick-slide {width: 5rem !important;height: 4rem;}
	}
	@media all and (max-width:950px){
		.photo-wrap .big {float: none;width:100%;}
		.photo-wrap .thumbnail {float: none;width:100%;}
		.photo-wrap .thumbnail .slick-slide {width: 4rem !important;height: 3rem;}
		.photo-wrap .thumbnail li.slick-current:after {top:31%;}
		.photo-wrap .big-resize-wrap.full-resize {padding-left:0;padding-right:0;}
	}
	@media all and (max-width:650px){
		.photo-wrap .thumbnail {display:none;}
		.photo-wrap .big-resize-wrap.full-resize .thumbnail {display: block;}
		.photo-wrap .big-resize-wrap.full-resize .thumbnail .slick-slide {width:20% !important;height: 3.25rem;}
	}

	.car-info-wrap {
		position:relative;background-color:#E4E8E9;border-radius: 1rem;margin:1.875rem 0;box-shadow: 0 .25rem 1.8125rem 0 rgba(0, 0, 0, 0.08);

		.date {padding:1.25rem 2.5rem;text-align: right;}
		.date * {font-size: .875rem;line-height: 1;}
		.date span {padding-right:1rem;padding-left:1.25rem;color: #74787B;}
		.date div {display:inline-block;color: #4C545F;}
		@media all and (max-width:750px){
			.date {padding:1rem 1.25rem;}
			.date * {font-size:.8125rem;}
			.date span {padding-right:.5rem;padding-left:1rem;}
		}

		.car-info {border-radius: 1rem;padding:2.5rem 2.875rem;background:#fff;}

		.carview .card-item {position: relative;}
		.carview .card-item .partner-wrap {position: absolute;right: 2rem;top: -.75rem;font-size: .875rem;color: #5A5D60;}
		.carview .card-item .partner-wrap img {height: 1.75rem;margin-left: .25rem;vertical-align: middle;}
		.carview .card-item .info-wrap .cartitle {font-weight:bold;font-size:1.5rem;word-break: keep-all;}
		.carview .card-item .info-wrap ul {padding: .625rem 0;}
		.carview .card-item .info-wrap li {display:inline-block;padding-right:.5rem;color:#5A5D60;font-size: 0;}
		.carview .card-item .info-wrap li span {display: none;}
		.carview .card-item .info-wrap li div {flex: auto;word-break: keep-all;white-space: nowrap;font-size:.9375rem;}
		.carview .card-item .info-wrap .label-wrap {min-height: auto;padding:0;}
		.carview .card-item .info-wrap .label-wrap.type-top {display: inline-block;vertical-align: middle;min-height: auto;padding: 0 0 0 .5rem;}
		.carview .card-item .price-wrap {position:absolute;right:0;bottom:0;display:flex;align-items:center;text-align: right;}
		.carview .card-item .price-wrap .label {padding-right: 1.875rem;font-size: 1.125rem;}
		.carview .card-item .price-wrap .price {top:12rem;left:.5rem;font-size:1.875rem;font-weight:bold;letter-spacing: 0;color:#2547c2;}
		.carview .card-item .price-wrap .price i {font-weight: normal;font-size: 1.65rem;color:inherit;}
		.carview .card-item .price-wrap p {margin:0;padding-top: .375rem;padding-right:1.25rem;font-size: 0;}
		.carview .card-item .price-wrap p span {flex:1;text-align: left;padding-left:.625rem;font-size: .9375rem;color:#5A5D60;}
		.carview .card-item .price-wrap p span:nth-of-type(2) {text-align: right;}
		.carview .card-item .price-wrap {font-size: 0;}
	}
	@media all and (max-width:1000px){
		.carview .card-item .price-wrap {width:20rem;bottom:-1rem;padding-bottom:1.5rem;justify-content:right;}
		.carview .card-item .price-wrap p {position:absolute;right:0;bottom:0;padding-right:0 !important;}
		.carview .card-item .price-wrap .label:nth-of-type(2) {padding-right:0;}
		.carview .card-item .price-wrap .label i br {display: none;}
		.carview .card-item .price-wrap p span {font-size:.8125rem !important;}
	}
	@media all and (max-width:750px){
		.car-info {padding:2rem !important;}
		.carview .card-item .partner-wrap {position:relative;right:auto;top:auto;padding-bottom:.25rem;}
		.carview .card-item .price-wrap {position:relative !important;width:100%;padding-top:0;padding-bottom:2.5rem;}
		.carview .card-item .price-wrap p {bottom:auto;top:2.5rem;}
		.carview .card-item .info-wrap .cartitle {padding-right:2rem;padding-top:1.25rem;font-size:1.25rem !important;}
		.carview .card-item .info-wrap .label-wrap.type-top {position: absolute;left:-1.5rem;top:-4.05rem;}
	}


	.carinfo:after {content: '';clear: both;}

	.dealer .profile {display:inline-block;width:2.125rem;height:2.125rem;border-radius:50%;overflow: hidden;background: url(/images/profile.png) no-repeat center;background-size: 100% auto;vertical-align: middle;}

	.f-right {
		float:right;width:28.125rem;padding:1.25rem 2.5rem;border-radius: 1rem;box-shadow: 0 .25rem 1.8125rem 0 rgba(0, 0, 0, 0.08);
		.form-list li {display: block;padding-bottom: 1.125rem;}
		.form-list li .square {display:flex;}
		.form-list li .square input[type=checkbox] + label, .form-list li .square input[type=radio] + label {flex:1;padding: 0;}

		.button-group  {display: flex;gap:.25rem;}
		.button-group .button {flex: 1;height:3.75rem;justify-content: center;font-size: 1rem;}

		.dealer {padding: .625rem 0;}
		.dealer * {font-size: 1rem;}
		.dealer div {display: inline-block;padding-left: 1.25rem;vertical-align: middle;}
		.dealer .number {font-size: 1.125rem;}

		.ul-list {padding:0 .625rem;}
		.ul-list li {width:100%;padding:.875rem 0;border-bottom:1px solid #EFF1F1;}
		.ul-list li > span {width:6.25rem;}
		.ul-list li > span b {color:#393b3b;}
		.ul-list li div {text-align: right;}
		.ul-list li div b * {color:#2547c2;font-size:1.25rem;}
		.ul-list li div b i {color:#2547c2;font-size:1rem;}
		.ul-list li:last-of-type {border:0;}
	}
	.f-left {float:left;width:calc(100% - 31.875rem);padding: 1.25rem 0 3.75rem;}

	@media all and (max-width:1000px){
		.f-right {width:22rem;}
		.f-left {width:calc(100% - 24rem);}
	}
	@media all and (max-width:850px){
		.f-right, .f-left {float:none;width:100%;}
		.f-right {padding-left:2rem;padding-right:2rem;}
	}

	.detail-box {padding: 2.5rem 0;border-bottom: 1px solid #EFF1F1;}
	.detail-box:first-of-type {padding-top: 0;}
	.detail-box:last-of-type {border:0;}
	.detail-box .box-cont {padding: 0 .625rem;}
	.detail-subbox {padding:2rem 2.5rem;background-color: #f3f5f7;border-radius: .75rem;}
	@media screen and ( max-width:700px ) {
		.detail-box .box-cont .ul-list {padding:0 .5rem;}
		.detail-box .box-cont .ul-list li {width:100%;}
		.detail-box .box-cont .ul-list li div {text-align:right;}
		.detail-subbox {padding:2rem;}
	}

	.opt-prime ul {display:block;padding-bottom:2.75rem;text-align:center;font-size: 0;}
	.opt-prime li {display:inline-block;width:25%;padding:0 .625rem 1.5rem;font-size:1rem;font-weight:bold;color:#CBCED0;text-align: center;vertical-align: top;}
	.opt-prime li:before {content: '';display:block;height: 5rem;background-size:auto 5rem !important;background-repeat: no-repeat;background-position: center;margin-bottom:.25rem;}
	.opt-prime li.opt1:before {background-image: url("data:image/svg+xml,%3Csvg width='81' height='80' viewBox='0 0 81 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M51.6589 28.5714C51.6589 22.1195 46.0829 16.9692 39.4893 17.6847C34.4931 18.2213 30.453 22.2059 29.8362 27.1897C29.4785 30.0764 30.2556 32.7656 31.7668 34.8936L39.15 46.4218C39.9149 47.4889 41.5001 47.4889 42.2649 46.4218L49.6481 34.8936C50.9125 33.1049 51.6651 30.9276 51.6651 28.5714H51.6589Z' stroke='%23CBCED0' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M40.704 33.0126C43.4191 33.0126 45.62 30.8116 45.62 28.0966C45.62 25.3816 43.4191 23.1807 40.704 23.1807C37.989 23.1807 35.7881 25.3816 35.7881 28.0966C35.7881 30.8116 37.989 33.0126 40.704 33.0126Z' stroke='%23CBCED0' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M34.8703 41.8474L32.1563 41.0332L22.75 43.0378V58.1496L32.7731 56.2992L41.2049 59.3832L50.8641 56.2992L60.0669 58.1496V43.0378L50.8641 41.0332L48.0145 41.8474' stroke='%23CBCED0' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31.7734 56.2992V41.0332' stroke='%23CBCED0' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M50.4805 56.2992V41.0332' stroke='%23CBCED0' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M40.8217 59.3832L40.75 48' stroke='%23CBCED0' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
	.opt-prime li.opt2:before {background-image: url("data:image/svg+xml,%3Csvg width='81' height='80' viewBox='0 0 81 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M33.7938 49.8584H31.3254L30.6338 51.7794H33.1078L33.7938 49.8584Z' fill='%23CBCED0'/%3E%3Cpath d='M28.8047 47.374L26.0215 55.1374H28.3999L31.1832 47.374H28.8047Z' fill='%23CBCED0'/%3E%3Cpath d='M24.7676 47.181C23.7161 47.181 22.8165 47.6357 22.0012 48.42L23.8848 43.0947H21.512L17.25 55.1377H19.6228L20.9385 51.4265C21.9787 49.0338 22.9739 48.7496 23.4013 48.7496C24.0366 48.7496 24.7282 49.0452 23.9579 51.4151L22.6141 55.1377H24.9925L26.3476 51.3924C27.444 48.5621 26.2126 47.181 24.7676 47.181Z' fill='%23CBCED0'/%3E%3Cpath d='M40.3322 47.1807C39.3258 47.1807 38.5274 47.6012 37.7852 48.3287L38.1338 47.3739H35.7553L31.5664 58.8201H33.9448L35.283 55.1544C35.5248 55.1771 35.7778 55.1941 36.0533 55.1941C37.802 55.1941 40.4391 54.353 41.7604 51.392C42.9918 48.6185 41.7717 47.1807 40.3322 47.1807ZM39.1459 51.6705C37.8582 54.0291 36.6943 54.1086 35.6879 54.1086C35.6879 54.1086 35.8509 53.3471 36.565 51.6307C37.639 49.0505 38.5273 48.7493 38.9659 48.7493C39.4045 48.7493 40.5572 49.0732 39.1459 51.6705Z' fill='%23CBCED0'/%3E%3Cpath d='M61.5417 50.8579C60.7714 50.0565 60.2148 49.5791 60.2485 49.1756C60.2822 48.7721 60.7208 48.2947 61.5923 48.2947C62.4639 48.2947 63.3298 48.7039 63.3298 48.7039L63.7515 47.6127C63.7515 47.6127 63.0486 47.0614 61.6148 47.0558C59.3995 47.0444 57.9657 48.1015 57.7745 49.4541C57.6564 50.3009 58.1793 50.8124 58.8091 51.4774C59.0452 51.7274 59.2926 51.9605 59.5232 52.2162C59.9449 52.6879 60.1529 53.1767 59.7706 53.637C59.4726 54.0008 58.826 54.0974 58.3818 54.0576C57.3078 53.9553 56.6837 53.4211 56.6837 53.4211L55.874 54.66C55.874 54.66 56.813 55.4273 58.5055 55.3818C61.1538 55.3022 62.2727 53.7677 62.3402 52.6595C62.3851 51.9775 62.1715 51.5115 61.5417 50.8579Z' fill='%23CBCED0'/%3E%3Cpath d='M48.491 47.2542C46.5962 47.277 43.8185 48.2545 42.3903 51.0564C40.9622 53.8583 42.008 55.3359 43.453 55.3359C44.8868 55.3359 45.9102 54.5573 47.0853 53.0455L46.3375 55.137H48.7159L51.2911 47.8737C51.2911 47.8737 50.2397 47.2372 48.491 47.2542ZM47.6532 50.7211C46.315 53.3013 45.3873 53.6025 44.9543 53.6025C44.5157 53.6025 43.4812 52.8068 45.0162 50.6188C46.4219 48.6069 48.0131 48.2431 48.789 48.2431C48.789 48.2431 48.5472 49.0047 47.6532 50.7211Z' fill='%23CBCED0'/%3E%3Cpath d='M55.2773 50.8579C54.507 50.0565 53.9504 49.5791 53.9841 49.1756C54.0178 48.7721 54.4564 48.2947 55.3279 48.2947C56.1995 48.2947 56.8292 48.613 56.8292 48.613L57.4871 47.6127C57.4871 47.6127 56.7842 47.0614 55.356 47.0558C53.1407 47.0444 51.7013 48.1015 51.5157 49.4541C51.3976 50.3009 51.9206 50.8124 52.5503 51.4774C52.7865 51.7274 53.0339 51.9605 53.27 52.2162C53.6917 52.6879 53.8998 53.1767 53.5118 53.637C53.2082 54.0008 52.5672 54.0974 52.123 54.0576C51.049 53.9553 50.4249 53.4211 50.4249 53.4211L49.6152 54.66C49.6152 54.66 50.5542 55.4273 52.2467 55.3818C54.895 55.3022 56.0139 53.7677 56.0814 52.6595C56.1151 51.9775 55.9014 51.5115 55.2773 50.8579Z' fill='%23CBCED0'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M43.1986 40.8278C46.218 40.7482 49.2262 41.0722 52.2456 41.112C54.6858 41.1461 57.143 41.0779 59.5664 40.7937C60.6853 40.663 61.8604 40.4697 62.9175 40.0605C62.9175 40.0605 58.3631 42.5214 49.7153 42.5498C44.042 42.5669 38.6048 42.2714 33.0608 43.9707C31.7619 44.3685 30.7836 44.7606 29.2148 45.7382C29.3104 45.6757 30.0864 44.6242 31.6495 43.5672C33.893 42.0497 36.9292 41.3848 39.5663 41.0779C40.7583 40.9415 41.9728 40.8562 43.1986 40.8278Z' fill='%23CBCED0'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M29.3185 46.7496C29.2904 46.7666 32.7765 44.3342 40.2997 43.817C43.4147 43.6522 43.4541 43.6522 46.6984 43.692C46.6534 43.692 56.8924 44.1637 62.6838 41.2822C62.4027 41.4243 62.1384 41.6062 61.8629 41.7539C61.1657 42.129 60.4516 42.47 59.7207 42.7769C58.3656 43.3453 56.9655 43.7886 55.543 44.1239C53.3951 44.6297 51.2247 44.8911 49.0881 45.0389C46.3442 45.2321 43.6453 45.2378 40.9969 45.2378C38.0731 45.2378 35.183 45.3742 32.2592 45.9823C31.7644 46.0846 31.2696 46.1699 30.7748 46.3006C30.3362 46.4143 29.7346 46.5166 29.3185 46.7496Z' fill='%23CBCED0'/%3E%3Cpath d='M68.84 63.1175V38C68.84 34.6863 66.1537 32 62.84 32H17.25C13.9363 32 11.25 34.6863 11.25 38V63.1175' stroke='%23CBCED0' stroke-width='3' stroke-linecap='square'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M41.5714 20.671H48.25L39.75 28L31.25 20.671H38.1851V13.3419V12H41.5714V13.3419V20.671Z' fill='%23CBCED0'/%3E%3C/svg%3E%0A");}
	.opt-prime li.opt3:before {background-image: url("data:image/svg+xml,%3Csvg width='81' height='80' viewBox='0 0 81 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.6723 58.4247C61.227 54.3227 65.0423 35.3707 61.1689 26.109C61.1689 26.109 60.2871 23.086 57.8451 23.002C55.9966 22.9348 54.4873 24.5807 54.4873 26.5457C54.4873 27.6373 54.9113 28.2084 55.6236 29.0649C56.7258 30.526 58.9813 34.6576 55.03 40.5021C54.4352 41.3828 53.7325 42.2949 53.0096 43.2333C50.2432 46.824 47.1802 50.7998 48.7302 54.8748C42.3871 51.3112 21.75 51.409 21.75 59.0099C21.75 61.7474 24.1242 63.9811 27.0071 63.9811H50.4004C54.8051 64.1765 55.6259 61.1063 55.6723 58.4247Z' fill='%23CBCED0'/%3E%3Cpath d='M42.3802 47.1592L42.3802 34.9592C42.3802 33.5792 43.5902 32.4492 45.0602 32.4492C46.5402 32.4492 47.7402 33.5792 47.7402 34.9592' stroke='%23CBCED0' stroke-width='2.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36.1107 47.16L36.1107 27.8C36.1107 26.26 37.3207 25 38.7907 25C40.2707 25 41.4707 26.26 41.4707 27.8' stroke='%23CBCED0' stroke-width='2.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M30.1104 47.1586L30.1104 37.7586L30.1104 33.3586C30.1104 31.8186 28.9004 30.5586 27.4304 30.5586C25.9504 30.5586 24.7504 31.8186 24.7504 33.3586' stroke='%23CBCED0' stroke-width='2.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
	.opt-prime li.opt4:before {background-image: url("data:image/svg+xml,%3Csvg width='81' height='80' viewBox='0 0 81 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.7912 50.3333C28.7196 50.3333 31.9165 53.474 31.9165 57.3333C31.9165 57.73 31.8737 58.122 31.8072 58.5H51.0216C50.9551 58.122 50.9123 57.73 50.9123 57.3333C50.9123 53.474 54.1092 50.3333 58.0376 50.3333C61.9659 50.3333 65.1628 53.474 65.1628 57.3333C65.1628 57.73 65.12 58.122 65.0535 58.5H68.6874C70.654 58.5 72.25 56.932 72.25 55V50.3333H71.0625C70.4069 50.3333 69.8749 49.8107 69.8749 49.1667C69.8749 48.5227 70.4069 48 71.0625 48H72.25V46.8333C72.25 44.9013 70.654 43.3333 68.6874 43.3333H63.125L57.762 36.3287C56.6458 34.8727 54.8739 34 53.0166 34H41.336C37.8494 34 34.5718 35.33 32.1065 37.752L26.3398 43.408L12.7021 45.5173C10.5835 45.844 8.84974 47.2673 8.09446 49.1667H11.3578C12.0133 49.1667 12.5454 49.6893 12.5454 50.3333C12.5454 50.9773 12.0133 51.5 11.3578 51.5H7.62895L7.27269 54.608C7.03518 56.68 8.69298 58.5 10.8116 58.5H17.761C17.6945 58.122 17.6518 57.73 17.6518 57.3333C17.6518 53.474 20.8486 50.3333 24.777 50.3333H24.7912ZM29.4274 43.6787L33.7975 39.4087C35.8116 37.43 38.4954 36.338 41.355 36.338H43.5401C44.1956 36.338 44.7276 36.8607 44.7276 37.5047V44.5047C44.7276 45.1487 44.1956 45.6713 43.5401 45.6713H30.2634C29.2089 45.6713 28.6769 44.4113 29.4274 43.6787ZM44.4189 49.1667C44.4189 49.8107 43.8868 50.3333 43.2313 50.3333H42.0438C41.3883 50.3333 40.8563 49.8107 40.8563 49.1667C40.8563 48.5227 41.3883 48 42.0438 48H43.2313C43.8868 48 44.4189 48.5227 44.4189 49.1667ZM59.5766 45.676H48.295C47.6395 45.676 47.1075 45.1533 47.1075 44.5093V37.5093C47.1075 36.8653 47.6395 36.3427 48.295 36.3427H53.0214C54.1662 36.3427 55.235 36.8747 55.8857 37.7613L60.5266 43.8093C61.1157 44.5747 60.5551 45.676 59.5766 45.676ZM24.7912 62C22.1739 62 20.0411 59.9047 20.0411 57.3333C20.0411 54.762 22.1739 52.6667 24.7912 52.6667C27.4086 52.6667 29.5414 54.762 29.5414 57.3333C29.5414 59.9047 27.4086 62 24.7912 62ZM58.0423 62C55.425 62 53.2921 59.9047 53.2921 57.3333C53.2921 54.762 55.425 52.6667 58.0423 52.6667C60.6596 52.6667 62.7924 54.762 62.7924 57.3333C62.7924 59.9047 60.6596 62 58.0423 62Z' fill='%23CBCED0'/%3E%3Cpath d='M37.3956 34.8324L46.0801 25.3466' stroke='%23CBCED0' stroke-width='2.8' stroke-linecap='round'/%3E%3C/svg%3E%0A");}
	.opt-prime li.opt5:before {background-image: url("data:image/svg+xml,%3Csvg width='81' height='80' viewBox='0 0 81 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.75 22.9229C47.4354 14.8724 34.0755 14.867 25.75 22.9058L27.2221 24.4304C34.7261 17.1849 46.7827 17.1903 54.2758 24.4455L55.75 22.9229ZM50.2659 28.3032C44.9774 23.2437 36.5252 23.2388 31.2318 28.2833L29.7697 26.7491C35.8827 20.9235 45.624 20.9293 51.731 26.7719L50.2659 28.3032ZM46.2689 32.1667C43.1777 29.2946 38.3253 29.2899 35.2295 32.1477L33.792 30.5904C37.7012 26.9817 43.8086 26.9878 47.7115 30.6141L46.2689 32.1667Z' fill='%23CBCED0'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.8134 62.5686C21.6045 62.6731 19.3835 62.7225 19.1685 62.7229C18.6511 62.7218 18.1527 62.4381 17.9064 61.9515C17.5484 61.2541 17.8261 60.4024 18.5235 60.0445L21.8813 59.3533V46.93C21.8813 41.4558 26.3371 37 31.8113 37H48.8323C54.3065 37 58.7623 41.4558 58.7623 46.93V59.3533L62.12 60.0445C62.8174 60.3963 63.0951 61.2541 62.7372 61.9515C62.4842 62.439 61.9843 62.7229 61.472 62.7229C61.2499 62.7229 59.0339 62.6736 58.824 62.5686L58.7623 62.5378V63C54.1818 63 57.25 63 50.9507 63L51.6033 59.0941C51.8132 58.1992 51.1343 57.3475 50.2209 57.3475H30.4103C29.4969 57.3475 28.8181 58.193 29.0279 59.0941L29.6755 63C25.9679 63 25.8597 63 21.8813 63V62.5316L21.8134 62.5686ZM19.1685 62.7229L19.1654 62.7229H19.1715L19.1685 62.7229ZM51.3873 40.3079C50.6591 40.0302 49.8321 40.382 49.5544 41.1164H49.5606C49.2767 41.8508 49.6346 42.6716 50.369 42.9555C51.1898 43.2764 51.8872 43.8381 52.381 44.5786C52.8068 45.2266 53.6955 45.4056 54.3435 44.9736C54.9977 44.5354 55.1705 43.6591 54.7385 43.0049C53.9177 41.7706 52.7636 40.8387 51.3873 40.3079ZM29.2377 40.3079C27.8676 40.8449 26.7074 41.7768 25.8928 43.0049V42.9987C25.4546 43.6529 25.6336 44.5354 26.2877 44.9674C26.9357 45.3994 27.8183 45.2266 28.2503 44.5725C28.7378 43.8442 29.4537 43.2641 30.2684 42.9494C30.9966 42.6655 31.3607 41.8446 31.0768 41.1164C30.7868 40.3882 29.966 40.024 29.2377 40.3079Z' fill='%23CBCED0'/%3E%3C/svg%3E%0A");}
	.opt-prime li.opt6:before {background-image: url("data:image/svg+xml,%3Csvg width='81' height='80' viewBox='0 0 81 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M57.2577 36.4209C58.4244 28.7967 54.3731 26.6473 51.8545 26.045C42.0738 23.9342 24.5723 25.8712 24.4343 25.8927C19.1906 26.7455 16.3991 28.1873 14.7967 30.8694C13.1463 33.6344 11.6998 37.6868 11.303 43.5583C11.0474 48.2773 11.7141 51.7111 13.342 54.0558C14.791 56.1428 16.9946 57.4189 20.278 58.0703C20.3567 58.0857 32.4291 59.3505 42.0738 59.3505C43.7876 59.3505 45.5944 59.3107 47.4688 59.2166C50.473 59.0663 52.6848 57.8801 53.8914 55.7829C55.3251 52.0786 56.4565 41.8843 57.2577 36.4209ZM54.5199 36.5383L51.75 53C51.3328 55.3805 49.0174 56.2638 45.9825 56.411C44.104 56.502 41.2133 56.5205 39.25 56.5L54.4982 31.4861C55.0322 33.7131 54.6263 35.8645 54.522 36.5394L54.5199 36.5383ZM34.2446 56.2791L51.5313 28.8835C52.5791 29.1749 54.1936 30.2156 54.4982 31.4861L39.25 56.5C37.5792 56.4663 35.9001 56.3916 34.2446 56.2791ZM21.4125 55.4734C21.0945 55.413 19.9727 55.1063 19.6772 55.0306L40.9874 27.6514C43.8046 27.7291 48.2029 28.0286 50.25 28.5C50.4146 28.5378 51.3769 28.8405 51.5313 28.8835L34.2446 56.2791C24.926 55.9724 21.4309 55.4764 21.4125 55.4734ZM15.25 52L36.2082 27.6514C38.0202 27.543 39.3432 27.6309 40.9874 27.6514L19.6772 55.0306C17.9818 54.4723 16.3885 54.1677 15.25 52ZM15.25 52C14.1879 49.8759 13.6248 46.7219 14.0175 42.8055C15.7636 33.0504 17.2884 29.8314 25.75 28.5C25.7725 28.4969 30.7904 27.6514 36.2082 27.6514L15.25 52Z' fill='%23CBCED0'/%3E%3Cpath d='M68.3896 38.8623H66.9733C66.49 38.8623 66.0789 39.2243 66.0182 39.7048L65.8064 41.3887L61.5903 40.8505C61.1792 40.7976 60.7594 40.942 60.4667 41.2347L59.3286 42.3727C59.191 42.5104 59.0754 42.6644 58.9772 42.83L57.2503 42.3727C57.2503 42.3727 57.2962 43.2468 57.2503 43.5001L58.7725 43.8711C58.7638 43.9144 58.7561 43.9568 58.7503 44.0001L57.3202 53.1611L55.8308 52.7018C55.7647 53.0108 55.4004 54.0635 55.4004 53.988L57.2615 54.5609C57.4829 56.3584 58.5449 56.9015 58.5902 56.9236C61.0347 58.1425 63.3657 58.675 64.0454 58.8126C64.2842 59.2575 64.6607 59.6118 65.1296 59.8246L67.6983 60.9356C67.7975 60.979 67.9015 61.0001 68.0055 61.0001C68.1528 61.0001 68.2991 60.9578 68.4262 60.874C68.6448 60.7315 68.7748 60.4899 68.7748 60.2289V39.2484C68.7748 39.0356 68.6024 38.8623 68.3896 38.8623Z' stroke='%23CBCED0' stroke-width='2.5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M36.0019 49.1113H19.3044C18.5192 49.1113 18.0107 48.2563 18.3646 47.5325L26.5177 32.7079C26.9041 31.9224 27.9834 31.9095 28.3848 32.6873L36.9317 47.5094C37.3056 48.2331 36.7971 49.1113 36.0019 49.1113ZM27.8556 46.9383C28.491 46.9383 29.006 46.4232 29.006 45.7879C29.006 45.1525 28.491 44.6375 27.8556 44.6375C27.2203 44.6375 26.7053 45.1525 26.7053 45.7879C26.7053 46.4232 27.2203 46.9383 27.8556 46.9383ZM27.1769 43.7172C27.202 44.0318 27.469 44.2693 27.7894 44.2693C28.1098 44.2662 28.3736 44.0225 28.3956 43.711L28.8008 38.1462C28.8417 37.5509 28.3579 37.0419 27.7486 37.045C27.1361 37.0481 26.6587 37.5601 26.7089 38.1585L27.1769 43.7172Z' fill='%23CBCED0'/%3E%3C/svg%3E%0A");}
	.opt-prime li.opt7:before {background-image: url("data:image/svg+xml,%3Csvg width='81' height='80' viewBox='0 0 81 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M59.75 12L59.75 65' stroke='%23CBCED0' stroke-width='2.5' stroke-linecap='square' stroke-dasharray='4 5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M35.6781 16.985C44.169 15.3682 52.5604 20.7912 54.5695 29.2063L57.0062 28.6246C54.6862 18.9071 45.0151 12.6569 35.2095 14.524L35.6781 16.985ZM37.1713 23.3856C42.0779 22.5319 46.8941 25.6471 48.1231 30.4812L50.5511 29.8639C48.9994 23.7604 42.9376 19.8394 36.7418 20.9175L37.1713 23.3856Z' fill='%23CBCED0'/%3E%3Cpath d='M23.6601 33.2889C23.7529 33.3547 23.862 33.403 25.5798 33.9205L25.6192 33.9267L14.8276 49.1369L12.8205 52.9818C12.3428 53.8965 12.6758 55.0775 13.5977 55.7315C14.36 56.2724 15.566 57.128 15.566 57.128L22.8722 62.3118L24.0907 63.1764L24.8404 63.7083C25.7597 64.3605 26.987 64.2865 27.6899 63.5316L30.7066 60.3013L41.4485 45.1612L41.4664 45.1921C41.5273 45.2971 42.219 46.3866 42.3144 46.4542C42.5343 46.6102 42.8277 46.6513 43.0718 46.5374C43.4192 46.3733 43.5384 45.9528 43.3368 45.6026L42.3334 43.914L45.7854 39.0486C47.3065 36.9047 46.632 33.8026 44.2822 32.1355L36.976 26.9517C34.6263 25.2846 31.4755 25.6726 29.9544 27.8165L26.5024 32.682L24.1289 32.0444C23.7301 31.9722 23.3742 32.2212 23.3341 32.6033C23.3046 32.8695 23.4403 33.1329 23.6628 33.2908L23.6601 33.2889ZM26.2564 57.9797L18.5343 52.5008C18.1502 52.2283 18.0859 51.6958 18.415 51.406L19.9437 50.0597C20.1864 49.8467 20.564 49.8421 20.8501 50.0451L27.8093 54.9826C28.0954 55.1856 28.2141 55.546 28.095 55.843L27.3292 57.7306C27.1627 58.1394 26.6405 58.2522 26.2564 57.9797ZM43.4483 33.9675C43.7716 33.7645 44.2244 33.8786 44.4598 34.2091C44.903 34.8361 45.1395 35.5526 45.1488 36.2859C45.1525 36.6737 44.8348 36.9643 44.4323 36.9367C44.0341 36.9085 43.7023 36.5678 43.6996 36.1843C43.6935 35.7439 43.5502 35.3116 43.287 34.9359C43.0506 34.601 43.1251 34.1706 43.451 33.9694L43.4483 33.9675ZM39.2244 40.5272C39.6164 40.8054 39.6712 41.3457 39.3325 41.6323L36.0935 44.3451C35.8506 44.547 35.4817 44.5506 35.1982 44.3494L28.4404 39.5548C28.1596 39.3555 28.0384 39.0043 28.1488 38.7084L29.6421 34.7569C29.8024 34.3402 30.3287 34.2158 30.7208 34.4939L39.2244 40.5272ZM32.767 27.501C33.4579 27.2681 34.2149 27.2565 34.9522 27.4635C35.3436 27.5741 35.5948 27.9667 35.517 28.3402C35.4365 28.7119 35.0521 28.9224 34.6606 28.8118C34.2235 28.687 33.755 28.6962 33.3433 28.8329C32.9761 28.9575 32.5493 28.7564 32.3912 28.3899C32.2304 28.0215 32.3988 27.6213 32.7687 27.4986L32.767 27.501Z' fill='%23CBCED0'/%3E%3C/svg%3E%0A");}
	.opt-prime li.opt8:before {background-image: url("data:image/svg+xml,%3Csvg width='81' height='80' viewBox='0 0 81 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M69.5 64V64C69.5 61.2386 67.2614 59 64.5 59H16.5C13.7386 59 11.5 61.2386 11.5 64V64' stroke='%23CBCED0' stroke-width='4' stroke-linecap='square'/%3E%3Cpath d='M18.856 20.4258V20.9258H19.356H26.5C28.9046 20.9258 30.2195 21.6043 30.9679 22.6541C31.7456 23.745 32 25.3496 32 27.4024C32 27.4026 32 27.4027 32 27.4029L31.9973 30.4024V30.4029L31.9999 50.8064H25.7573V28.4029V27.9029H25.2573H19.3546H18.8546V28.4029V31.2842L12.1897 24.2683L18.856 17.2521V20.4258Z' fill='%23CBCED0' stroke='%23CBCED0'/%3E%3Cpath d='M58.3101 48.2382V50.9996H56.5459V44.4541H58.2462V47.0237H58.2973C58.4081 46.7105 58.5924 46.4665 58.8502 46.2918C59.108 46.115 59.4181 46.0265 59.7803 46.0265C60.1276 46.0265 60.4291 46.1054 60.6847 46.2631C60.9426 46.4207 61.1418 46.6381 61.2824 46.915C61.4252 47.192 61.4955 47.5095 61.4933 47.8675V50.9996H59.7291V48.2382C59.7313 47.9953 59.6705 47.8046 59.547 47.6661C59.4255 47.5276 59.2519 47.4584 59.026 47.4584C58.8833 47.4584 58.7575 47.4903 58.6489 47.5542C58.5423 47.616 58.4593 47.7055 58.3996 47.8227C58.3421 47.9378 58.3122 48.0763 58.3101 48.2382Z' fill='%23CBCED0'/%3E%3Cpath d='M56.0455 44.1475L53.9362 51.9841H52.4404L54.5498 44.1475H56.0455Z' fill='%23CBCED0'/%3E%3Cpath d='M44.373 51.0004V46.0913H46.0478V47.0245H46.0989C46.2012 46.7177 46.3759 46.4748 46.623 46.2958C46.8702 46.1168 47.1642 46.0273 47.5051 46.0273C47.8503 46.0273 48.1476 46.119 48.3968 46.3022C48.6461 46.4833 48.7963 46.7241 48.8475 47.0245H48.8986C48.9817 46.7241 49.1586 46.4833 49.4292 46.3022C49.6998 46.119 50.0172 46.0273 50.3816 46.0273C50.8525 46.0273 51.2338 46.1786 51.5257 46.4812C51.8198 46.7837 51.9668 47.1864 51.9668 47.6893V51.0004H50.2026V48.1367C50.2026 47.9215 50.1483 47.7532 50.0396 47.6317C49.9309 47.5082 49.785 47.4464 49.6017 47.4464C49.4206 47.4464 49.2768 47.5082 49.1703 47.6317C49.0659 47.7532 49.0137 47.9215 49.0137 48.1367V51.0004H47.3262V48.1367C47.3262 47.9215 47.2718 47.7532 47.1632 47.6317C47.0545 47.5082 46.9086 47.4464 46.7253 47.4464C46.6039 47.4464 46.4995 47.4741 46.4121 47.5295C46.3248 47.5849 46.2566 47.6648 46.2076 47.7692C46.1607 47.8714 46.1373 47.994 46.1373 48.1367V51.0004H44.373Z' fill='%23CBCED0'/%3E%3Cpath d='M37.9141 50.9996V44.4541H39.6911V47.1004H39.7805L41.7493 44.4541H43.8203L41.6087 47.3689L43.8714 50.9996H41.7493L40.2791 48.545L39.6911 49.3121V50.9996H37.9141Z' fill='%23CBCED0'/%3E%3Cpath d='M52.4707 41L58.752 28.5625V28.4687H51.377V25H63.252V28.4687L56.9395 41H52.4707Z' fill='%23CBCED0'/%3E%3Cpath d='M43.0938 41.2188C41.8021 41.2188 40.6484 41.0182 39.6328 40.6172C38.6224 40.2161 37.8255 39.6719 37.2422 38.9844C36.6641 38.2969 36.375 37.5208 36.375 36.6562C36.375 35.9948 36.5391 35.3906 36.8672 34.8438C37.2005 34.2969 37.6484 33.8438 38.2109 33.4844C38.7734 33.1198 39.401 32.8854 40.0938 32.7812V32.6563C39.1823 32.5 38.4323 32.0964 37.8438 31.4453C37.2604 30.7891 36.9688 30.0156 36.9688 29.125C36.9688 28.2865 37.2344 27.5417 37.7656 26.8906C38.2969 26.2344 39.0234 25.7188 39.9453 25.3438C40.8672 24.9687 41.9167 24.7812 43.0938 24.7812C44.2708 24.7812 45.3203 24.9714 46.2422 25.3516C47.1641 25.7266 47.8906 26.2422 48.4219 26.8984C48.9531 27.5495 49.2188 28.2917 49.2188 29.125C49.2188 30.0208 48.9219 30.7943 48.3281 31.4453C47.7344 32.0964 46.9896 32.5 46.0938 32.6563V32.7812C46.7812 32.8854 47.4062 33.1198 47.9688 33.4844C48.5312 33.8438 48.9792 34.2969 49.3125 34.8438C49.6458 35.3906 49.8125 35.9948 49.8125 36.6562C49.8125 37.5208 49.5208 38.2969 48.9375 38.9844C48.3594 39.6719 47.5625 40.2161 46.5469 40.6172C45.5365 41.0182 44.3854 41.2188 43.0938 41.2188ZM43.0938 38.2188C43.5052 38.2188 43.8698 38.1354 44.1875 37.9688C44.5052 37.8021 44.7552 37.5729 44.9375 37.2812C45.125 36.9844 45.2188 36.651 45.2188 36.2812C45.2188 35.9115 45.125 35.5833 44.9375 35.2969C44.7552 35.0104 44.5052 34.7865 44.1875 34.625C43.8698 34.4583 43.5052 34.375 43.0938 34.375C42.6875 34.375 42.3229 34.4583 42 34.625C41.6823 34.7865 41.4297 35.0104 41.2422 35.2969C41.0599 35.5833 40.9688 35.9115 40.9688 36.2812C40.9688 36.651 41.0599 36.9818 41.2422 37.2734C41.4297 37.5651 41.6823 37.7969 42 37.9688C42.3229 38.1354 42.6875 38.2188 43.0938 38.2188ZM43.0938 31.375C43.4583 31.375 43.7812 31.2995 44.0625 31.1484C44.3438 30.9974 44.5651 30.7891 44.7266 30.5234C44.888 30.2578 44.9688 29.9583 44.9688 29.625C44.9688 29.2917 44.888 28.9974 44.7266 28.7422C44.5651 28.4818 44.3438 28.2786 44.0625 28.1328C43.7812 27.9818 43.4583 27.9062 43.0938 27.9062C42.7344 27.9062 42.4115 27.9818 42.125 28.1328C41.8438 28.2786 41.6224 28.4818 41.4609 28.7422C41.2995 28.9974 41.2188 29.2917 41.2188 29.625C41.2188 29.9583 41.2995 30.2578 41.4609 30.5234C41.6224 30.7839 41.8438 30.9922 42.125 31.1484C42.4115 31.2995 42.7344 31.375 43.0938 31.375Z' fill='%23CBCED0'/%3E%3C/svg%3E%0A");}
	.opt-prime li.on {color: #333949;}
	.opt-prime li.opt1.on:before {background-image: url("data:image/svg+xml,%3Csvg width='81' height='80' viewBox='0 0 81 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M51.6589 28.5714C51.6589 22.1195 46.0829 16.9692 39.4893 17.6847C34.4931 18.2213 30.453 22.2059 29.8362 27.1897C29.4785 30.0764 30.2556 32.7656 31.7668 34.8936L39.15 46.4218C39.9149 47.4889 41.5001 47.4889 42.2649 46.4218L49.6481 34.8936C50.9125 33.1049 51.6651 30.9276 51.6651 28.5714H51.6589Z' stroke='%23333949' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M40.704 33.0126C43.4191 33.0126 45.62 30.8116 45.62 28.0966C45.62 25.3816 43.4191 23.1807 40.704 23.1807C37.989 23.1807 35.7881 25.3816 35.7881 28.0966C35.7881 30.8116 37.989 33.0126 40.704 33.0126Z' stroke='%23333949' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M34.8703 41.8474L32.1563 41.0332L22.75 43.0378V58.1496L32.7731 56.2992L41.2049 59.3832L50.8641 56.2992L60.0669 58.1496V43.0378L50.8641 41.0332L48.0145 41.8474' stroke='%23333949' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31.7734 56.2992V41.0332' stroke='%23333949' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M50.4805 56.2992V41.0332' stroke='%23333949' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M40.8217 59.3832L40.75 48' stroke='%23333949' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
	.opt-prime li.opt2.on:before {background-image: url("data:image/svg+xml,%3Csvg width='81' height='80' viewBox='0 0 81 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M33.7938 49.8584H31.3254L30.6338 51.7794H33.1078L33.7938 49.8584Z' fill='%23333949'/%3E%3Cpath d='M28.8047 47.374L26.0215 55.1374H28.3999L31.1832 47.374H28.8047Z' fill='%23333949'/%3E%3Cpath d='M24.7676 47.181C23.7161 47.181 22.8165 47.6357 22.0012 48.42L23.8848 43.0947H21.512L17.25 55.1377H19.6228L20.9385 51.4265C21.9787 49.0338 22.9739 48.7496 23.4013 48.7496C24.0366 48.7496 24.7282 49.0452 23.9579 51.4151L22.6141 55.1377H24.9925L26.3476 51.3924C27.444 48.5621 26.2126 47.181 24.7676 47.181Z' fill='%23333949'/%3E%3Cpath d='M40.3322 47.1807C39.3258 47.1807 38.5274 47.6012 37.7852 48.3287L38.1338 47.3739H35.7553L31.5664 58.8201H33.9448L35.283 55.1544C35.5248 55.1771 35.7778 55.1941 36.0533 55.1941C37.802 55.1941 40.4391 54.353 41.7604 51.392C42.9918 48.6185 41.7717 47.1807 40.3322 47.1807ZM39.1459 51.6705C37.8582 54.0291 36.6943 54.1086 35.6879 54.1086C35.6879 54.1086 35.8509 53.3471 36.565 51.6307C37.639 49.0505 38.5273 48.7493 38.9659 48.7493C39.4045 48.7493 40.5572 49.0732 39.1459 51.6705Z' fill='%23333949'/%3E%3Cpath d='M61.5417 50.8579C60.7714 50.0565 60.2148 49.5791 60.2485 49.1756C60.2822 48.7721 60.7208 48.2947 61.5923 48.2947C62.4639 48.2947 63.3298 48.7039 63.3298 48.7039L63.7515 47.6127C63.7515 47.6127 63.0486 47.0614 61.6148 47.0558C59.3995 47.0444 57.9657 48.1015 57.7745 49.4541C57.6564 50.3009 58.1793 50.8124 58.8091 51.4774C59.0452 51.7274 59.2926 51.9605 59.5232 52.2162C59.9449 52.6879 60.1529 53.1767 59.7706 53.637C59.4726 54.0008 58.826 54.0974 58.3818 54.0576C57.3078 53.9553 56.6837 53.4211 56.6837 53.4211L55.874 54.66C55.874 54.66 56.813 55.4273 58.5055 55.3818C61.1538 55.3022 62.2727 53.7677 62.3402 52.6595C62.3851 51.9775 62.1715 51.5115 61.5417 50.8579Z' fill='%23333949'/%3E%3Cpath d='M48.491 47.2542C46.5962 47.277 43.8185 48.2545 42.3903 51.0564C40.9622 53.8583 42.008 55.3359 43.453 55.3359C44.8868 55.3359 45.9102 54.5573 47.0853 53.0455L46.3375 55.137H48.7159L51.2911 47.8737C51.2911 47.8737 50.2397 47.2372 48.491 47.2542ZM47.6532 50.7211C46.315 53.3013 45.3873 53.6025 44.9543 53.6025C44.5157 53.6025 43.4812 52.8068 45.0162 50.6188C46.4219 48.6069 48.0131 48.2431 48.789 48.2431C48.789 48.2431 48.5472 49.0047 47.6532 50.7211Z' fill='%23333949'/%3E%3Cpath d='M55.2773 50.8579C54.507 50.0565 53.9504 49.5791 53.9841 49.1756C54.0178 48.7721 54.4564 48.2947 55.3279 48.2947C56.1995 48.2947 56.8292 48.613 56.8292 48.613L57.4871 47.6127C57.4871 47.6127 56.7842 47.0614 55.356 47.0558C53.1407 47.0444 51.7013 48.1015 51.5157 49.4541C51.3976 50.3009 51.9206 50.8124 52.5503 51.4774C52.7865 51.7274 53.0339 51.9605 53.27 52.2162C53.6917 52.6879 53.8998 53.1767 53.5118 53.637C53.2082 54.0008 52.5672 54.0974 52.123 54.0576C51.049 53.9553 50.4249 53.4211 50.4249 53.4211L49.6152 54.66C49.6152 54.66 50.5542 55.4273 52.2467 55.3818C54.895 55.3022 56.0139 53.7677 56.0814 52.6595C56.1151 51.9775 55.9014 51.5115 55.2773 50.8579Z' fill='%23333949'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M43.1986 40.8278C46.218 40.7482 49.2262 41.0722 52.2456 41.112C54.6858 41.1461 57.143 41.0779 59.5664 40.7937C60.6853 40.663 61.8604 40.4697 62.9175 40.0605C62.9175 40.0605 58.3631 42.5214 49.7153 42.5498C44.042 42.5669 38.6048 42.2714 33.0608 43.9707C31.7619 44.3685 30.7836 44.7606 29.2148 45.7382C29.3104 45.6757 30.0864 44.6242 31.6495 43.5672C33.893 42.0497 36.9292 41.3848 39.5663 41.0779C40.7583 40.9415 41.9728 40.8562 43.1986 40.8278Z' fill='%23333949'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M29.3185 46.7496C29.2904 46.7666 32.7765 44.3342 40.2997 43.817C43.4147 43.6522 43.4541 43.6522 46.6984 43.692C46.6534 43.692 56.8924 44.1637 62.6838 41.2822C62.4027 41.4243 62.1384 41.6062 61.8629 41.7539C61.1657 42.129 60.4516 42.47 59.7207 42.7769C58.3656 43.3453 56.9655 43.7886 55.543 44.1239C53.3951 44.6297 51.2247 44.8911 49.0881 45.0389C46.3442 45.2321 43.6453 45.2378 40.9969 45.2378C38.0731 45.2378 35.183 45.3742 32.2592 45.9823C31.7644 46.0846 31.2696 46.1699 30.7748 46.3006C30.3362 46.4143 29.7346 46.5166 29.3185 46.7496Z' fill='%23333949'/%3E%3Cpath d='M68.84 63.1175V38C68.84 34.6863 66.1537 32 62.84 32H17.25C13.9363 32 11.25 34.6863 11.25 38V63.1175' stroke='%23333949' stroke-width='3' stroke-linecap='square'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M41.5714 20.671H48.25L39.75 28L31.25 20.671H38.1851V13.3419V12H41.5714V13.3419V20.671Z' fill='%23333949'/%3E%3C/svg%3E%0A");}
	.opt-prime li.opt3.on:before {background-image: url("data:image/svg+xml,%3Csvg width='81' height='80' viewBox='0 0 81 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.6723 58.4247C61.227 54.3227 65.0423 35.3707 61.1689 26.109C61.1689 26.109 60.2871 23.086 57.8451 23.002C55.9966 22.9348 54.4873 24.5807 54.4873 26.5457C54.4873 27.6373 54.9113 28.2084 55.6236 29.0649C56.7258 30.526 58.9813 34.6576 55.03 40.5021C54.4352 41.3828 53.7325 42.2949 53.0096 43.2333C50.2432 46.824 47.1802 50.7998 48.7302 54.8748C42.3871 51.3112 21.75 51.409 21.75 59.0099C21.75 61.7474 24.1242 63.9811 27.0071 63.9811H50.4004C54.8051 64.1765 55.6259 61.1063 55.6723 58.4247Z' fill='%23333949'/%3E%3Cpath d='M42.3802 47.1592L42.3802 34.9592C42.3802 33.5792 43.5902 32.4492 45.0602 32.4492C46.5402 32.4492 47.7402 33.5792 47.7402 34.9592' stroke='%23333949' stroke-width='2.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36.1107 47.16L36.1107 27.8C36.1107 26.26 37.3207 25 38.7907 25C40.2707 25 41.4707 26.26 41.4707 27.8' stroke='%23333949' stroke-width='2.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M30.1104 47.1586L30.1104 37.7586L30.1104 33.3586C30.1104 31.8186 28.9004 30.5586 27.4304 30.5586C25.9504 30.5586 24.7504 31.8186 24.7504 33.3586' stroke='%23333949' stroke-width='2.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
	.opt-prime li.opt4.on:before {background-image: url("data:image/svg+xml,%3Csvg width='81' height='80' viewBox='0 0 81 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.7912 50.3333C28.7196 50.3333 31.9165 53.474 31.9165 57.3333C31.9165 57.73 31.8737 58.122 31.8072 58.5H51.0216C50.9551 58.122 50.9123 57.73 50.9123 57.3333C50.9123 53.474 54.1092 50.3333 58.0376 50.3333C61.9659 50.3333 65.1628 53.474 65.1628 57.3333C65.1628 57.73 65.12 58.122 65.0535 58.5H68.6874C70.654 58.5 72.25 56.932 72.25 55V50.3333H71.0625C70.4069 50.3333 69.8749 49.8107 69.8749 49.1667C69.8749 48.5227 70.4069 48 71.0625 48H72.25V46.8333C72.25 44.9013 70.654 43.3333 68.6874 43.3333H63.125L57.762 36.3287C56.6458 34.8727 54.8739 34 53.0166 34H41.336C37.8494 34 34.5718 35.33 32.1065 37.752L26.3398 43.408L12.7021 45.5173C10.5835 45.844 8.84974 47.2673 8.09446 49.1667H11.3578C12.0133 49.1667 12.5454 49.6893 12.5454 50.3333C12.5454 50.9773 12.0133 51.5 11.3578 51.5H7.62895L7.27269 54.608C7.03518 56.68 8.69298 58.5 10.8116 58.5H17.761C17.6945 58.122 17.6518 57.73 17.6518 57.3333C17.6518 53.474 20.8486 50.3333 24.777 50.3333H24.7912ZM29.4274 43.6787L33.7975 39.4087C35.8116 37.43 38.4954 36.338 41.355 36.338H43.5401C44.1956 36.338 44.7276 36.8607 44.7276 37.5047V44.5047C44.7276 45.1487 44.1956 45.6713 43.5401 45.6713H30.2634C29.2089 45.6713 28.6769 44.4113 29.4274 43.6787ZM44.4189 49.1667C44.4189 49.8107 43.8868 50.3333 43.2313 50.3333H42.0438C41.3883 50.3333 40.8563 49.8107 40.8563 49.1667C40.8563 48.5227 41.3883 48 42.0438 48H43.2313C43.8868 48 44.4189 48.5227 44.4189 49.1667ZM59.5766 45.676H48.295C47.6395 45.676 47.1075 45.1533 47.1075 44.5093V37.5093C47.1075 36.8653 47.6395 36.3427 48.295 36.3427H53.0214C54.1662 36.3427 55.235 36.8747 55.8857 37.7613L60.5266 43.8093C61.1157 44.5747 60.5551 45.676 59.5766 45.676ZM24.7912 62C22.1739 62 20.0411 59.9047 20.0411 57.3333C20.0411 54.762 22.1739 52.6667 24.7912 52.6667C27.4086 52.6667 29.5414 54.762 29.5414 57.3333C29.5414 59.9047 27.4086 62 24.7912 62ZM58.0423 62C55.425 62 53.2921 59.9047 53.2921 57.3333C53.2921 54.762 55.425 52.6667 58.0423 52.6667C60.6596 52.6667 62.7924 54.762 62.7924 57.3333C62.7924 59.9047 60.6596 62 58.0423 62Z' fill='%23333949'/%3E%3Cpath d='M37.3956 34.8324L46.0801 25.3466' stroke='%23333949' stroke-width='2.8' stroke-linecap='round'/%3E%3C/svg%3E%0A");}
	.opt-prime li.opt5.on:before {background-image: url("data:image/svg+xml,%3Csvg width='81' height='80' viewBox='0 0 81 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.75 22.9229C47.4354 14.8724 34.0755 14.867 25.75 22.9058L27.2221 24.4304C34.7261 17.1849 46.7827 17.1903 54.2758 24.4455L55.75 22.9229ZM50.2659 28.3032C44.9774 23.2437 36.5252 23.2388 31.2318 28.2833L29.7697 26.7491C35.8827 20.9235 45.624 20.9293 51.731 26.7719L50.2659 28.3032ZM46.2689 32.1667C43.1777 29.2946 38.3253 29.2899 35.2295 32.1477L33.792 30.5904C37.7012 26.9817 43.8086 26.9878 47.7115 30.6141L46.2689 32.1667Z' fill='%23333949'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.8134 62.5686C21.6045 62.6731 19.3835 62.7225 19.1685 62.7229C18.6511 62.7218 18.1527 62.4381 17.9064 61.9515C17.5484 61.2541 17.8261 60.4024 18.5235 60.0445L21.8813 59.3533V46.93C21.8813 41.4558 26.3371 37 31.8113 37H48.8323C54.3065 37 58.7623 41.4558 58.7623 46.93V59.3533L62.12 60.0445C62.8174 60.3963 63.0951 61.2541 62.7372 61.9515C62.4842 62.439 61.9843 62.7229 61.472 62.7229C61.2499 62.7229 59.0339 62.6736 58.824 62.5686L58.7623 62.5378V63C54.1818 63 57.25 63 50.9507 63L51.6033 59.0941C51.8132 58.1992 51.1343 57.3475 50.2209 57.3475H30.4103C29.4969 57.3475 28.8181 58.193 29.0279 59.0941L29.6755 63C25.9679 63 25.8597 63 21.8813 63V62.5316L21.8134 62.5686ZM19.1685 62.7229L19.1654 62.7229H19.1715L19.1685 62.7229ZM51.3873 40.3079C50.6591 40.0302 49.8321 40.382 49.5544 41.1164H49.5606C49.2767 41.8508 49.6346 42.6716 50.369 42.9555C51.1898 43.2764 51.8872 43.8381 52.381 44.5786C52.8068 45.2266 53.6955 45.4056 54.3435 44.9736C54.9977 44.5354 55.1705 43.6591 54.7385 43.0049C53.9177 41.7706 52.7636 40.8387 51.3873 40.3079ZM29.2377 40.3079C27.8676 40.8449 26.7074 41.7768 25.8928 43.0049V42.9987C25.4546 43.6529 25.6336 44.5354 26.2877 44.9674C26.9357 45.3994 27.8183 45.2266 28.2503 44.5725C28.7378 43.8442 29.4537 43.2641 30.2684 42.9494C30.9966 42.6655 31.3607 41.8446 31.0768 41.1164C30.7868 40.3882 29.966 40.024 29.2377 40.3079Z' fill='%23333949'/%3E%3C/svg%3E%0A");}
	.opt-prime li.opt6.on:before {background-image: url("data:image/svg+xml,%3Csvg width='81' height='80' viewBox='0 0 81 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M57.2577 36.4209C58.4244 28.7967 54.3731 26.6473 51.8545 26.045C42.0738 23.9342 24.5723 25.8712 24.4343 25.8927C19.1906 26.7455 16.3991 28.1873 14.7967 30.8694C13.1463 33.6344 11.6998 37.6868 11.303 43.5583C11.0474 48.2773 11.7141 51.7111 13.342 54.0558C14.791 56.1428 16.9946 57.4189 20.278 58.0703C20.3567 58.0857 32.4291 59.3505 42.0738 59.3505C43.7876 59.3505 45.5944 59.3107 47.4688 59.2166C50.473 59.0663 52.6848 57.8801 53.8914 55.7829C55.3251 52.0786 56.4565 41.8843 57.2577 36.4209ZM54.5199 36.5383L51.75 53C51.3328 55.3805 49.0174 56.2638 45.9825 56.411C44.104 56.502 41.2133 56.5205 39.25 56.5L54.4982 31.4861C55.0322 33.7131 54.6263 35.8645 54.522 36.5394L54.5199 36.5383ZM34.2446 56.2791L51.5313 28.8835C52.5791 29.1749 54.1936 30.2156 54.4982 31.4861L39.25 56.5C37.5792 56.4663 35.9001 56.3916 34.2446 56.2791ZM21.4125 55.4734C21.0945 55.413 19.9727 55.1063 19.6772 55.0306L40.9874 27.6514C43.8046 27.7291 48.2029 28.0286 50.25 28.5C50.4146 28.5378 51.3769 28.8405 51.5313 28.8835L34.2446 56.2791C24.926 55.9724 21.4309 55.4764 21.4125 55.4734ZM15.25 52L36.2082 27.6514C38.0202 27.543 39.3432 27.6309 40.9874 27.6514L19.6772 55.0306C17.9818 54.4723 16.3885 54.1677 15.25 52ZM15.25 52C14.1879 49.8759 13.6248 46.7219 14.0175 42.8055C15.7636 33.0504 17.2884 29.8314 25.75 28.5C25.7725 28.4969 30.7904 27.6514 36.2082 27.6514L15.25 52Z' fill='%23333949'/%3E%3Cpath d='M68.3896 38.8623H66.9733C66.49 38.8623 66.0789 39.2243 66.0182 39.7048L65.8064 41.3887L61.5903 40.8505C61.1792 40.7976 60.7594 40.942 60.4667 41.2347L59.3286 42.3727C59.191 42.5104 59.0754 42.6644 58.9772 42.83L57.2503 42.3727C57.2503 42.3727 57.2962 43.2468 57.2503 43.5001L58.7725 43.8711C58.7638 43.9144 58.7561 43.9568 58.7503 44.0001L57.3202 53.1611L55.8308 52.7018C55.7647 53.0108 55.4004 54.0635 55.4004 53.988L57.2615 54.5609C57.4829 56.3584 58.5449 56.9015 58.5902 56.9236C61.0347 58.1425 63.3657 58.675 64.0454 58.8126C64.2842 59.2575 64.6607 59.6118 65.1296 59.8246L67.6983 60.9356C67.7975 60.979 67.9015 61.0001 68.0055 61.0001C68.1528 61.0001 68.2991 60.9578 68.4262 60.874C68.6448 60.7315 68.7748 60.4899 68.7748 60.2289V39.2484C68.7748 39.0356 68.6024 38.8623 68.3896 38.8623Z' stroke='%23333949' stroke-width='2.5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M36.0019 49.1113H19.3044C18.5192 49.1113 18.0107 48.2563 18.3646 47.5325L26.5177 32.7079C26.9041 31.9224 27.9834 31.9095 28.3848 32.6873L36.9317 47.5094C37.3056 48.2331 36.7971 49.1113 36.0019 49.1113ZM27.8556 46.9383C28.491 46.9383 29.006 46.4232 29.006 45.7879C29.006 45.1525 28.491 44.6375 27.8556 44.6375C27.2203 44.6375 26.7053 45.1525 26.7053 45.7879C26.7053 46.4232 27.2203 46.9383 27.8556 46.9383ZM27.1769 43.7172C27.202 44.0318 27.469 44.2693 27.7894 44.2693C28.1098 44.2662 28.3736 44.0225 28.3956 43.711L28.8008 38.1462C28.8417 37.5509 28.3579 37.0419 27.7486 37.045C27.1361 37.0481 26.6587 37.5601 26.7089 38.1585L27.1769 43.7172Z' fill='%23333949'/%3E%3C/svg%3E%0A");}
	.opt-prime li.opt7.on:before {background-image: url("data:image/svg+xml,%3Csvg width='81' height='80' viewBox='0 0 81 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M59.75 12L59.75 65' stroke='%23333949' stroke-width='2.5' stroke-linecap='square' stroke-dasharray='4 5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M35.6781 16.985C44.169 15.3682 52.5604 20.7912 54.5695 29.2063L57.0062 28.6246C54.6862 18.9071 45.0151 12.6569 35.2095 14.524L35.6781 16.985ZM37.1713 23.3856C42.0779 22.5319 46.8941 25.6471 48.1231 30.4812L50.5511 29.8639C48.9994 23.7604 42.9376 19.8394 36.7418 20.9175L37.1713 23.3856Z' fill='%23333949'/%3E%3Cpath d='M23.6601 33.2889C23.7529 33.3547 23.862 33.403 25.5798 33.9205L25.6192 33.9267L14.8276 49.1369L12.8205 52.9818C12.3428 53.8965 12.6758 55.0775 13.5977 55.7315C14.36 56.2724 15.566 57.128 15.566 57.128L22.8722 62.3118L24.0907 63.1764L24.8404 63.7083C25.7597 64.3605 26.987 64.2865 27.6899 63.5316L30.7066 60.3013L41.4485 45.1612L41.4664 45.1921C41.5273 45.2971 42.219 46.3866 42.3144 46.4542C42.5343 46.6102 42.8277 46.6513 43.0718 46.5374C43.4192 46.3733 43.5384 45.9528 43.3368 45.6026L42.3334 43.914L45.7854 39.0486C47.3065 36.9047 46.632 33.8026 44.2822 32.1355L36.976 26.9517C34.6263 25.2846 31.4755 25.6726 29.9544 27.8165L26.5024 32.682L24.1289 32.0444C23.7301 31.9722 23.3742 32.2212 23.3341 32.6033C23.3046 32.8695 23.4403 33.1329 23.6628 33.2908L23.6601 33.2889ZM26.2564 57.9797L18.5343 52.5008C18.1502 52.2283 18.0859 51.6958 18.415 51.406L19.9437 50.0597C20.1864 49.8467 20.564 49.8421 20.8501 50.0451L27.8093 54.9826C28.0954 55.1856 28.2141 55.546 28.095 55.843L27.3292 57.7306C27.1627 58.1394 26.6405 58.2522 26.2564 57.9797ZM43.4483 33.9675C43.7716 33.7645 44.2244 33.8786 44.4598 34.2091C44.903 34.8361 45.1395 35.5526 45.1488 36.2859C45.1525 36.6737 44.8348 36.9643 44.4323 36.9367C44.0341 36.9085 43.7023 36.5678 43.6996 36.1843C43.6935 35.7439 43.5502 35.3116 43.287 34.9359C43.0506 34.601 43.1251 34.1706 43.451 33.9694L43.4483 33.9675ZM39.2244 40.5272C39.6164 40.8054 39.6712 41.3457 39.3325 41.6323L36.0935 44.3451C35.8506 44.547 35.4817 44.5506 35.1982 44.3494L28.4404 39.5548C28.1596 39.3555 28.0384 39.0043 28.1488 38.7084L29.6421 34.7569C29.8024 34.3402 30.3287 34.2158 30.7208 34.4939L39.2244 40.5272ZM32.767 27.501C33.4579 27.2681 34.2149 27.2565 34.9522 27.4635C35.3436 27.5741 35.5948 27.9667 35.517 28.3402C35.4365 28.7119 35.0521 28.9224 34.6606 28.8118C34.2235 28.687 33.755 28.6962 33.3433 28.8329C32.9761 28.9575 32.5493 28.7564 32.3912 28.3899C32.2304 28.0215 32.3988 27.6213 32.7687 27.4986L32.767 27.501Z' fill='%23333949'/%3E%3C/svg%3E%0A");}
	.opt-prime li.opt8.on:before {background-image: url("data:image/svg+xml,%3Csvg width='81' height='80' viewBox='0 0 81 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M69.5 64V64C69.5 61.2386 67.2614 59 64.5 59H16.5C13.7386 59 11.5 61.2386 11.5 64V64' stroke='%23333949' stroke-width='4' stroke-linecap='square'/%3E%3Cpath d='M18.856 20.4258V20.9258H19.356H26.5C28.9046 20.9258 30.2195 21.6043 30.9679 22.6541C31.7456 23.745 32 25.3496 32 27.4024C32 27.4026 32 27.4027 32 27.4029L31.9973 30.4024V30.4029L31.9999 50.8064H25.7573V28.4029V27.9029H25.2573H19.3546H18.8546V28.4029V31.2842L12.1897 24.2683L18.856 17.2521V20.4258Z' fill='%23333949' stroke='%23333949'/%3E%3Cpath d='M58.3101 48.2382V50.9996H56.5459V44.4541H58.2462V47.0237H58.2973C58.4081 46.7105 58.5924 46.4665 58.8502 46.2918C59.108 46.115 59.4181 46.0265 59.7803 46.0265C60.1276 46.0265 60.4291 46.1054 60.6847 46.2631C60.9426 46.4207 61.1418 46.6381 61.2824 46.915C61.4252 47.192 61.4955 47.5095 61.4933 47.8675V50.9996H59.7291V48.2382C59.7313 47.9953 59.6705 47.8046 59.547 47.6661C59.4255 47.5276 59.2519 47.4584 59.026 47.4584C58.8833 47.4584 58.7575 47.4903 58.6489 47.5542C58.5423 47.616 58.4593 47.7055 58.3996 47.8227C58.3421 47.9378 58.3122 48.0763 58.3101 48.2382Z' fill='%23333949'/%3E%3Cpath d='M56.0455 44.1475L53.9362 51.9841H52.4404L54.5498 44.1475H56.0455Z' fill='%23333949'/%3E%3Cpath d='M44.373 51.0004V46.0913H46.0478V47.0245H46.0989C46.2012 46.7177 46.3759 46.4748 46.623 46.2958C46.8702 46.1168 47.1642 46.0273 47.5051 46.0273C47.8503 46.0273 48.1476 46.119 48.3968 46.3022C48.6461 46.4833 48.7963 46.7241 48.8475 47.0245H48.8986C48.9817 46.7241 49.1586 46.4833 49.4292 46.3022C49.6998 46.119 50.0172 46.0273 50.3816 46.0273C50.8525 46.0273 51.2338 46.1786 51.5257 46.4812C51.8198 46.7837 51.9668 47.1864 51.9668 47.6893V51.0004H50.2026V48.1367C50.2026 47.9215 50.1483 47.7532 50.0396 47.6317C49.9309 47.5082 49.785 47.4464 49.6017 47.4464C49.4206 47.4464 49.2768 47.5082 49.1703 47.6317C49.0659 47.7532 49.0137 47.9215 49.0137 48.1367V51.0004H47.3262V48.1367C47.3262 47.9215 47.2718 47.7532 47.1632 47.6317C47.0545 47.5082 46.9086 47.4464 46.7253 47.4464C46.6039 47.4464 46.4995 47.4741 46.4121 47.5295C46.3248 47.5849 46.2566 47.6648 46.2076 47.7692C46.1607 47.8714 46.1373 47.994 46.1373 48.1367V51.0004H44.373Z' fill='%23333949'/%3E%3Cpath d='M37.9141 50.9996V44.4541H39.6911V47.1004H39.7805L41.7493 44.4541H43.8203L41.6087 47.3689L43.8714 50.9996H41.7493L40.2791 48.545L39.6911 49.3121V50.9996H37.9141Z' fill='%23333949'/%3E%3Cpath d='M52.4707 41L58.752 28.5625V28.4687H51.377V25H63.252V28.4687L56.9395 41H52.4707Z' fill='%23333949'/%3E%3Cpath d='M43.0938 41.2188C41.8021 41.2188 40.6484 41.0182 39.6328 40.6172C38.6224 40.2161 37.8255 39.6719 37.2422 38.9844C36.6641 38.2969 36.375 37.5208 36.375 36.6562C36.375 35.9948 36.5391 35.3906 36.8672 34.8438C37.2005 34.2969 37.6484 33.8438 38.2109 33.4844C38.7734 33.1198 39.401 32.8854 40.0938 32.7812V32.6563C39.1823 32.5 38.4323 32.0964 37.8438 31.4453C37.2604 30.7891 36.9688 30.0156 36.9688 29.125C36.9688 28.2865 37.2344 27.5417 37.7656 26.8906C38.2969 26.2344 39.0234 25.7188 39.9453 25.3438C40.8672 24.9687 41.9167 24.7812 43.0938 24.7812C44.2708 24.7812 45.3203 24.9714 46.2422 25.3516C47.1641 25.7266 47.8906 26.2422 48.4219 26.8984C48.9531 27.5495 49.2188 28.2917 49.2188 29.125C49.2188 30.0208 48.9219 30.7943 48.3281 31.4453C47.7344 32.0964 46.9896 32.5 46.0938 32.6563V32.7812C46.7812 32.8854 47.4062 33.1198 47.9688 33.4844C48.5312 33.8438 48.9792 34.2969 49.3125 34.8438C49.6458 35.3906 49.8125 35.9948 49.8125 36.6562C49.8125 37.5208 49.5208 38.2969 48.9375 38.9844C48.3594 39.6719 47.5625 40.2161 46.5469 40.6172C45.5365 41.0182 44.3854 41.2188 43.0938 41.2188ZM43.0938 38.2188C43.5052 38.2188 43.8698 38.1354 44.1875 37.9688C44.5052 37.8021 44.7552 37.5729 44.9375 37.2812C45.125 36.9844 45.2188 36.651 45.2188 36.2812C45.2188 35.9115 45.125 35.5833 44.9375 35.2969C44.7552 35.0104 44.5052 34.7865 44.1875 34.625C43.8698 34.4583 43.5052 34.375 43.0938 34.375C42.6875 34.375 42.3229 34.4583 42 34.625C41.6823 34.7865 41.4297 35.0104 41.2422 35.2969C41.0599 35.5833 40.9688 35.9115 40.9688 36.2812C40.9688 36.651 41.0599 36.9818 41.2422 37.2734C41.4297 37.5651 41.6823 37.7969 42 37.9688C42.3229 38.1354 42.6875 38.2188 43.0938 38.2188ZM43.0938 31.375C43.4583 31.375 43.7812 31.2995 44.0625 31.1484C44.3438 30.9974 44.5651 30.7891 44.7266 30.5234C44.888 30.2578 44.9688 29.9583 44.9688 29.625C44.9688 29.2917 44.888 28.9974 44.7266 28.7422C44.5651 28.4818 44.3438 28.2786 44.0625 28.1328C43.7812 27.9818 43.4583 27.9062 43.0938 27.9062C42.7344 27.9062 42.4115 27.9818 42.125 28.1328C41.8438 28.2786 41.6224 28.4818 41.4609 28.7422C41.2995 28.9974 41.2188 29.2917 41.2188 29.625C41.2188 29.9583 41.2995 30.2578 41.4609 30.5234C41.6224 30.7839 41.8438 30.9922 42.125 31.1484C42.4115 31.2995 42.7344 31.375 43.0938 31.375Z' fill='%23333949'/%3E%3C/svg%3E%0A");}

	@media screen and ( max-width:1000px ) {
		.opt-prime li:before {height:4rem;background-size:auto 3.75rem !important;font-size:.9375rem;}
	}
	@media screen and ( max-width:700px ) {
		.opt-prime li:before {background-size:auto 3rem !important;font-size:.875rem;}
	}

	.opt-detial h4 {font-size:1rem;color:#333949;}
	.opt-detial p {color: #5A5D60;font-size: .875rem;line-height: 1.8;}

	.dealerbox .dealer {display: inline-flex;width:100%;gap:1.875rem;align-items: center;}
	.dealerbox .dealer .profile {width:5rem;height:5rem;}
	.dealerbox .dealer .number {font-size: 1.375rem;}
	.dealerbox .dealer .ul-list {flex: auto;}
	.dealerbox .dealer .ul-list li {display:flex;width:100%;}

	@media screen and ( max-width:700px ) {
		.dealerbox .dealer {gap:1rem;}
		.dealerbox .dealer .profile {width:3rem;height:3rem;}
		.dealerbox .dealer .ul-list li span {width:4rem;}
		.dealerbox .dealer .number {font-size: 1.125rem;}
	}

}

/*=================================================================================================================
	게시판
=================================================================================================================*/
.row.content {padding-bottom:5rem;}
@media screen and ( max-width:900px ) {
	.row.content {padding-bottom:2rem;}
}

/* 검색 */
.list-searchBox {position:relative;overflow:hidden;text-align:right;}
.list-searchBox .select {display:inline-block;}
.list-searchBox input {width:14.375rem;}
.list-searchBox .button {position:absolute;right:0;background-color:transparent;background-size: auto 2.5rem;}

@media screen and ( max-width:900px ) {
	.list-searchBox .select select, .list-searchBox input {height:2.5rem;font-size:.875rem;}
	.list-searchBox .button {width:2.5rem;height:2.5rem;}
	.list-searchBox input {width:9rem;}

}

/* 게시판 */
/* .table-list {border-top:1px solid #393b3b;} */
.table-list li {position:relative;display:flex;border:1px solid #EFF1F1;border-radius:.75rem;margin-bottom:.75rem;font-size:0;align-items: center;box-shadow:0 .25rem .9375rem 0 rgba(0, 0, 0, 0.05);}
.table-list li span {flex:none;width:5rem;display:inline-block;text-align: center;}
.table-list li span.table_title {flex:auto;text-align:left;font-size:1.125rem;line-height:1.3;}
.table-list li span.table_title:hover { text-decoration:underline; cursor:pointer;   }
.table-list li span.table_date {flex:none;width:7.5rem;font-size:1rem;color:#888;}
.table-list li span.table_period {flex:none;width:14.5rem;}
.table-list li span.table_state {flex:none;width: 6.25rem;color: #2b50d6;}
.table-list li span.table_state.end {color: #888;}
.table-list li span a {display:block;padding:2rem 1.5rem;font-size:1.15rem;font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.table-list li.b_header {display:flex;background:#edeff1;border:0;box-shadow:none;}
.table-list li.b_header span {font-size:.9375rem;line-height:4rem;color:#596178;text-align:center;font-weight:bold;}
.table-list li.b_header span.table_title {justify-content: center;}
.table-list li.b_header span.table_title:hover { text-decoration:none;}
.table-list li.notice {background:#fafafa;}
.table-list li.notice:before {content:'공지';width:2rem;display: inline-block;border-radius:2rem;padding:0 .8rem;margin-left: 1rem;background: #fff;border:.1rem solid rgba(0,179,73,.2);color:#28b463;line-height:1.8;font-size: 1rem;font-weight: bold;text-align: center;}

.table-list.event li .num {display:none;}
@media screen and ( max-width:900px ) {
	.table-list li.b_header {display:none !important;}
	.table-list li .num {width: 4rem;}
	.table-list li span a {padding-left:0;padding-right:1.5rem;font-size:1.05rem;white-space:wrap;font-weight: normal;}
	.table-list li span.table_date {display:none;width: 6.5rem;font-size:.8rem;}
	.table-list.event li {padding:1.25rem 1.25rem 3.25rem 1.25rem;}
	.table-list.event li span a {padding:0;}
	.table-list.event li span.table_period {position:absolute;left:1.25rem;bottom:1rem;width:auto;color: #888;font-size:.875rem;}
	.table-list.event li span.table_state {position:absolute;right:1.25rem;bottom:1rem;width:auto;}
}

.table-list.faq li {padding:0 4rem 0 2rem;}
.table-list.faq li.fuc-toggle {cursor: pointer;}
.table-list.faq li.fuc-toggle:after {right:2rem;width:.625rem;height:.625rem;margin-top: -0.5rem;}
.table-list.faq li.on.fuc-toggle:after {margin-top:-0.25rem !important;}
.table-list.faq li.fuc-toggle:before {content:'Q';display:inline-block;padding-right:1rem;font-size:1.5rem;color:#2b50d6;font-weight:bold;vertical-align:middle;}
.table-list.faq li .table_title {padding:2rem 0;font-size:1.125rem;font-weight:bold;}
.table-list.faq li span.cate {width:6.25rem;flex:none;font-size:1rem;text-align: right;color:#2b50d6;}
.table-list.faq li.faq-cont {display:none;padding:2rem 2.5rem;background:#edeff1;border:0;font-size: 1rem;line-height:1.8;box-shadow:none;}
.table-list.faq li.faq-cont * {font-size: 1rem;line-height:1.8;}

@media screen and ( max-width:900px ) {
	.table-list.faq li {padding:3.25rem 3rem 1.25rem 1.25rem;}
	.table-list.faq li.fuc-toggle:after {right:1.25rem;margin-top:.5rem;}
	.table-list.faq li.on.fuc-toggle:after {margin-top:.75rem !important;}
	.table-list.faq li span.cate {position:absolute;left:1.25rem;top:1rem;width:auto;border-radius:100rem;background:#F7F9FA;padding:0 1rem;line-height:2;font-size:.875rem;}
	.table-list.faq li .table_title {padding:0;font-size:1.05rem;font-weight:normal;}
	.table-list.faq li.fuc-toggle:before {font-size:1.25rem;}
	.table-list.faq li.faq-cont {padding:1.5rem;line-height:1.4;font-size:.9375rem;}
	.table-list.faq li.faq-cont * {line-height:1.4;font-size:.9375rem;}
}

.table-list.go {padding-top:2rem;}
.table-list.go li {padding:2.25rem 4rem 2.25rem 2rem;}
.table-list.go li {cursor: pointer;}
.table-list.go li:after {content:'';position:absolute;top:50%;right:2rem;width:.625rem;height:.625rem;margin-top: -0.25rem;border-width: 0 0 1px 1px;border-color: #1C1C1C;border-style: solid;transform: rotate(-135deg);}
.table-list.go li .table_title {font-size:1.325rem;font-weight:bold;}

@media screen and ( max-width:900px ) {
	.table-list.faq li {padding:3.25rem 3rem 1.25rem 1.25rem;}
	.table-list.faq li.fuc-toggle:after {right:1.25rem;margin-top:.5rem;}
	.table-list.faq li.on.fuc-toggle:after {margin-top:.75rem !important;}
	.table-list.faq li span.cate {position:absolute;left:1.25rem;top:1rem;width:auto;border-radius:100rem;background:#F7F9FA;padding:0 1rem;line-height:2;font-size:.875rem;}
	.table-list.faq li .table_title {padding:0;font-size:1.05rem;font-weight:normal;}
	.table-list.faq li.fuc-toggle:before {font-size:1.25rem;}
	.table-list.faq li.faq-cont {padding:1.5rem;line-height:1.4;font-size:.9375rem;}
	.table-list.faq li.faq-cont * {line-height:1.4;font-size:.9375rem;}

	.table-list.go {padding-top:0;}
	.table-list.go li {padding:1.5rem 4rem 1.5rem 2rem;}
	.table-list.go li .table_title {font-size:1.125rem;}
}

.table-list.mylist li span.table_carno {flex:none;width:10rem;}

@media screen and ( max-width:900px ) {
	.table-list.mylist li .num {display:none;}
	.table-list.mylist li:after {content:'';position:absolute;left:1.5rem;right:1.5rem;bottom:3.5rem;height:1px;background:#f0f0f0;}
	.table-list.mylist li span a {position:relative;padding:1.5rem 1.5rem 4.5rem;z-index:1;}
	.table-list.mylist li span.table_date {position:absolute;left:1.5rem;bottom:1.25rem;display:block;text-align:left;}
	.table-list.mylist li span.table_state {position:absolute;right:1.5rem;bottom:1.25rem;width:4rem;text-align:right;font-size:.875rem;}
	.table-list.mylist li span.table_carno {position:absolute;right:5.5rem;bottom:1.25rem;width:auto;text-align:right;font-size:.875rem;}
}

.table-list.printlist li .salesman {padding-top:.25rem;font-size: .875rem;color:#888;font-weight:normal;}
.table-list.printlist li span.table_disstate {width:5rem;}
.table-list.printlist li span.table_sellstate {width:4.5rem;}
.table-list.printlist li span.table_carno {flex:none;width:10rem;}
.table-list.printlist li span.table_price {width:8rem;padding: 0 1rem;font-size: .875rem;word-break: break-all;color:#888;}
.table-list.printlist li span.table_price b {color:#2547c2;font-size:1.05rem;}

@media screen and ( max-width:900px ) {
	.table-list.printlist li {align-items:normal;}
	.table-list.printlist li:after {content:'';position:absolute;left:1.5rem;right:1.5rem;bottom:3.5rem;height:1px;background:#f0f0f0;}
	.table-list.printlist li .num {display:none;}
	.table-list.printlist li span.table_disstate {position:absolute;left:6.5rem;bottom:1.25rem;width:4rem;text-align:left;font-size:.8rem;color:#888;}
	.table-list.printlist li span.table_sellstate {position:absolute;right:6.5rem;bottom:1.25rem;width:4rem;text-align:right;font-size:.875rem;}
	.table-list.printlist li span a {position:relative;padding:1.5rem 1.5rem 4.5rem;z-index:1;}
	.table-list.printlist li span.table_date {position:absolute;left:1.5rem;bottom:1.25rem;display:block;text-align:left;}
	.table-list.printlist li span.table_carno {position:absolute;right:1.5rem;bottom:1.25rem;width:auto;text-align:right;font-size:.875rem;}
	.table-list.printlist li span.table_price {padding-top:1.5rem;text-align:right;}
}




.table-veiw  {padding:2rem 4rem;border: 1px solid #EFF1F1;border-radius: .75rem;font-size: 0;box-shadow: 0 .25rem .9375rem 0 rgba(0, 0, 0, 0.05);overflow: hidden;}
.table-veiw > li {display:flex;width:100%;padding:.5rem 0;align-items: center;}
.table-veiw > li img {display:inline-block;max-width:100%;}
.table-veiw > li:nth-child(1) {border-bottom:1px solid #EFF1F1;padding:2.5rem 0 2rem;margin-bottom:1rem;font-size:1.375rem;font-weight:bold;}
.table-veiw .veiw_table_date span, .table-veiw .file span {display:inline-block;width:4rem;font-size:.875rem;color: #74787B;}
.table-veiw .veiw_table_date div, .table-veiw .file div {padding-right:3rem;}
.table-veiw > li.file a {font-size:.875rem;text-decoration:underline;}
.table-veiw > li.file .txt_date {width:auto;font-size:.875rem;color:#999;}
.table-veiw > li.conts {display:block;padding:4rem 0;line-height:1.8;font-size:1rem;color:#596178;}
.table-veiw > li.conts * {font-size:1rem;color:#596178;}
@media screen and ( max-width:1000px ) {
	.table-veiw  {padding:1rem 2.5rem;}
	.table-veiw > li.conts {padding:3rem 0;}
}
@media screen and ( max-width:600px ) {
	.table-veiw  {padding:.5rem 1.5rem;}
	.table-veiw > li {display:block;}
	.table-veiw .veiw_table_date span, .table-veiw .file span {font-size: .75rem;}
	.table-veiw .veiw_table_date div, .table-veiw .file div {padding-right:0;font-size:.875rem}
	.table-veiw > li.conts {padding:1.5rem 0;}
	.table-veiw > li:nth-child(1) {padding:1.5rem 0 1rem;font-size:1.125rem;}
}

.button-group.board {text-align:right;}

/*sub 공통*/
.list_page {clear:both;padding:1rem 0 2rem; text-align:center;}
.list_page li { display:inline-block;cursor:pointer;vertical-align:middle;}
.list_page li.page {border:0;}
.list_page li.next {padding-left:1.5rem;}
.list_page li.prev {padding-right:1.5rem;}
.list_page li a {display:block;width:2.5rem;background-color:#fff;border:1px solid #ddd;margin-left:-1px;border-radius:.5rem;line-height:2.5rem;font-size:0;font-weight:normal;background-repeat:no-repeat;background-size:auto 1.5rem;background-position:center;}
.list_page li a:hover {background-color:#f7f7f7;}
.list_page li.page a {color:#555;border:0;font-size:1.1rem;text-align:center;}
.list_page li.on a {background-color:#393b3b !important;border-color:#393b3b;color:#fff;}
.list_page li.first a {background-image:url('/images/page_prev2.png');}
.list_page li.last a {background-image:url('/images/page_next2.png');}
.list_page li.next a {background-image:url('/images/page_next.png');}
.list_page li.prev a {background-image:url('/images/page_prev.png');}
.list_page li.off {opacity:.3;}

@media screen and ( max-width:900px ) {
	.list_page li a {width:2.5rem;line-height:2.5rem;}
	.list_page li.page a {font-size:1rem;}
	.list_page li.next {padding-left:.5rem;}
	.list_page li.prev {padding-right:.5rem;}
	.list_page li.first, .list_page li.last {display:none;}
}

/*=================================================================================================================
	팝업 상세
=================================================================================================================*/

/* 입고차량신청 */
.newcar-wrap {display:flex;}
.newcar-wrap .carlist.type-soon {display: inline-block;width:18.75rem;}
.newcar-wrap .carlist.type-soon .card-item {width:100%;margin:0;}
.newcar-wrap .carlist.type-soon .card-item .thumb {position:relative;left:auto;right:auto;bottom:auto;border-radius:0;}
.newcar-wrap .carlist.type-soon .card-item .info-wrap {padding:1.5rem 2rem;}
.newcar-wrap .input-items {display: inline-block;width:17.5rem;margin-left:2.5rem;vertical-align:top;}

@media all and (max-width:1000px){
	.newcar-wrap {display:block;}
	.newcar-wrap .carlist.type-soon {position:relative;}
	.newcar-wrap .carlist.type-soon:before {content:'';position:absolute;left:-11.5rem;right:-1.5rem;bottom:0;top:0;background-color:#f3f5f7;z-index:1;}
	.newcar-wrap .carlist.type-soon .card-item {width:100%;margin:0 !important;background-color:transparent;border-radius:0;z-index:2;}
	.newcar-wrap .carlist.type-soon .card-item .thumb {position:absolute;left:auto;right:0;bottom:1rem;width:5rem;height:4rem;border-radius:.3125rem;}
	.newcar-wrap .carlist.type-soon .card-item .info-wrap {padding:1.5rem .5rem;}
	.newcar-wrap .carlist.type-soon .card-item .info-wrap .price-wrap .price {line-height:1.5;}
	.newcar-wrap .carlist.type-soon, .newcar-wrap .input-items {width: 100%;margin:0;padding:2rem 0 1rem;}
}

/* sns */
.sns-wrap {text-align:center;}
.sns-wrap .sns-share {width: 100%;display: flex;gap: 1.875rem;justify-content: center;padding-bottom:1.25rem;}
.sns-wrap .sns-share > a {display: inline-flex;width: 5rem;padding-top: 4.0625rem;background-repeat: no-repeat;background-position: center top;background-size: auto 3.5rem;justify-content: center;cursor: pointer;}
.sns-wrap .sns-share .kakao {background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='56' height='56' rx='28' fill='%23FEE500'/%3E%3Cpath d='M27.9955 15.9961C20.2661 15.9961 13.998 20.8099 13.998 26.7467C13.998 29.2033 15.0697 31.4644 16.8728 33.2742C18.7561 35.1646 20.0756 37.7638 19.4259 40.352V40.352C19.2375 41.0892 19.706 41.0792 20.0115 40.8813L23.224 38.7601C24.6246 37.8353 26.3172 37.5133 27.9955 37.5122V37.5122C35.73 37.5122 41.998 32.6984 41.998 26.7566C41.998 20.8148 35.73 16.006 27.9955 16.006' fill='%23381E1E'/%3E%3C/svg%3E%0A");}
.sns-wrap .sns-share .url {background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='55' height='55' rx='27.5' stroke='%23CBCBCB'/%3E%3Cpath d='M26.0168 29.9832C26.5935 30.5318 26.5935 31.432 26.0168 31.9805C25.4682 32.5291 24.568 32.5291 24.0195 31.9805C21.2767 29.2378 21.2767 24.779 24.0195 22.0362L28.9986 17.0571C31.7414 14.3143 36.2002 14.3143 38.9429 17.0571C41.6857 19.7998 41.6857 24.2586 38.9429 27.0014L38.8012 27.143C38.0879 27.8564 36.7672 27.3412 36.4987 26.3687V26.3687C36.3839 25.9531 36.4761 25.4976 36.7777 25.1896L36.9456 25.0181C38.6054 23.3725 38.6054 20.7 36.9456 19.0544C35.3 17.3946 32.6275 17.3946 30.9819 19.0544L26.0168 24.0195C24.357 25.6651 24.357 28.3376 26.0168 29.9832ZM29.9832 24.0195C30.5318 23.4709 31.432 23.4709 31.9805 24.0195C34.7233 26.7622 34.7233 31.221 31.9805 33.9638L27.0014 38.9429C24.2586 41.6857 19.7998 41.6857 17.0571 38.9429C14.3143 36.2002 14.3143 31.7414 17.0571 28.9986L17.194 28.8617C17.9091 28.1466 19.2334 28.659 19.5003 29.6345V29.6345C19.615 30.0539 19.5196 30.5166 19.2122 30.8241L19.0544 30.9819C17.3946 32.6275 17.3946 35.3 19.0544 36.9456C20.7 38.6054 23.3725 38.6054 25.0181 36.9456L29.9832 31.9805C31.643 30.3349 31.643 27.6624 29.9832 26.0168C29.4065 25.4682 29.4065 24.568 29.9832 24.0195Z' fill='black'/%3E%3C/svg%3E%0A");}

/* 이용약관 */
.rule-wrap {max-width:31.25rem;}
.rule-wrap * {font-size: .875rem;}

.agree-form {padding-top:.5rem .625rem .5rem 1.625rem;}
.agree-form input[type=checkbox] + label {padding-top:.5rem;padding-bottom:.5rem;}

/* 상담신청 */
.consult-wrap .carselect-info {display: inline-block;border-right:1px solid #eef2f2;vertical-align:top;}
.consult-wrap .box {display: inline-block;width:15rem;padding-left:1rem;vertical-align:top;}
.consult-wrap .box + .box {width:21rem;padding-left:2rem;padding-right: 2.5rem;}
.consult-wrap .box .thumb {width:100%;height:9rem;border-radius:.75rem;background-repeat:no-repeat;background-size:cover;background-position:center;}
.consult-wrap .box .cartitle {padding:1rem 0;font-weight:bold;font-size:1.125rem;word-break:keep-all;}
.consult-wrap .box .ul-list li div {font-size: .875rem;}
.consult-wrap .input-items {display: inline-block;width:21rem;padding-left:2rem;vertical-align:top;}
.consult-wrap textarea {height:6.25rem;}
.consult-wrap .carselect-info .ul-list {padding:.5rem 0;border-top:1px solid #efefef;}
.consult-wrap .ul-list li {width:100%;}
.consult-wrap .ul-list li div {text-align:right;}
.consult-wrap .ul-list.price li div {font-size: 1rem;}
.consult-wrap .ul-list.sum {padding:0;border:0;}
.consult-wrap .ul-list.sum li {padding:1rem;background:#F4F5F5;border-radius: .75rem;}
.consult-wrap .ul-list.sum li > span {font-weight:bold;color:#393b3b;font-size:.9375rem;}
.consult-wrap .ul-list.sum li > span::before {content:'￦';display:inline-block;border-radius:50%;width:1.125rem;height:1.125rem;margin-right:.25rem;background-color:#333949;text-align:center;color:#fff;font-weight:normal;font-size:.75rem;line-height:1.125rem;vertical-align:middle;}
.consult-wrap .ul-list.sum li div {font-size: 1.25rem;color:#2547C2;-align:right;}

@media all and (max-width:1145px){
	.consult-wrap {max-width:500px;}
	.consult-wrap .carselect-info {border:0;}
	.consult-wrap .box, .consult-wrap .box + .box {width:100%;padding:0;}
	.consult-wrap .box + .box .title-wrap {display:none;}
	.consult-wrap .input-items {padding:2rem 0 0;width:100%;border-top:1px solid #eef2f2;}
}

.agree-box {height:4.375rem;padding:1.25rem;margin-top:.125rem;overflow: auto;background-color:#F8FAFA;font-size:.8125rem;}
.agree-box * {font-size:.8125rem;color:#5A5D60;}
.agree-box p {margin:0 0 .25rem;}

/*
#check-group {    animation: 0.32s ease-in-out 1.03s check-group;    transform-origin: center;}
#check-group #check {    animation: 0.34s cubic-bezier(0.65, 0, 1, 1) 0.6s forwards check;   stroke-dasharray: 0, 75px;    stroke-linecap: square;    stroke-linejoin: square;}
#check-group #outline {animation: 0.38s ease-in outline; transform: rotate(0deg); transform-origin: center;}
#check-group #white-circle { animation: 0.35s ease-in 0.35s forwards circle;    transform: none;    transform-origin: center;}


@keyframes outline {
  from {    stroke-dasharray: 0, 345.576px;  }
  to {    stroke-dasharray: 345.576px, 345.576px;  }
}
@keyframes circle {
  from {    transform: scale(1);  }
  to {    transform: scale(0);  }
}
@keyframes check {
  from {    stroke-dasharray: 0, 75px;  }
  to {    stroke-dasharray: 75px, 75px;  }
}
@keyframes check-group {
  from {    transform: scale(1);  }
  50% {    transform: scale(1.09);  }
  to {    transform: scale(1);  }
} */


/* 로그인 */
.login-wrap {
	/*.row {padding-left:2rem;padding-right:2rem;}
	.wrapper {position:absolute;top:50%;left:50%;width:100%;max-width:25rem;transform:translate(-50%, -50%);}*/
	.header .titlebar-right {display:none;}
	.login-cont {position:absolute;top:40%;left:50%;width:100%;max-width:25rem;transform:translate(-50%, -50%);padding-left:2.25rem;padding-right:2.25rem;}

	.logo-wrap {padding:0 0 2rem;}
	.logo-wrap.mobile .logo {display:none;}
	.logo-wrap .logo {height:4rem;background-size:auto 1.85rem;font-size:0;background-position:center;background-repeat:no-repeat;background-image: url("data:image/svg+xml,%3Csvg width='135' height='30' viewBox='0 0 135 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_241_9329)'%3E%3Cpath d='M33.5205 3H28.2305V26.87H33.5205V3Z' fill='%232547C2'/%3E%3Cpath d='M84.4404 3H79.1504V26.87H84.4404V3Z' fill='%232547C2'/%3E%3Cpath d='M69.7602 26.2498L58.5002 10.5598L47.1002 26.2198L42.7002 22.9098L56.7302 3.92977C57.6002 2.74977 59.3702 2.73977 60.2402 3.92977L74.2802 22.8998L69.7402 26.2498H69.7602Z' fill='%232547C2'/%3E%3Cpath d='M24.27 26.7798H0V3.08984H24.27V8.38984H5.29V21.4798H24.27V26.7798Z' fill='%232547C2'/%3E%3Cpath d='M122.99 3H117.7V26.87H122.99V3Z' fill='%232547C2'/%3E%3Cpath d='M112.98 26.7798H90.3096V3.08984H112.98V8.38984H95.6096V21.4798H112.98V26.7798Z' fill='%232547C2'/%3E%3Cpath d='M112.98 12.29H90.3096V17.58H112.98V12.29Z' fill='%232547C2'/%3E%3Cpath d='M39.4403 18.0895C41.1855 18.0895 42.6003 16.6748 42.6003 14.9295C42.6003 13.1843 41.1855 11.7695 39.4403 11.7695C37.6951 11.7695 36.2803 13.1843 36.2803 14.9295C36.2803 16.6748 37.6951 18.0895 39.4403 18.0895Z' fill='%232547C2'/%3E%3Cpath d='M128.94 18.0895C130.685 18.0895 132.1 16.6748 132.1 14.9295C132.1 13.1843 130.685 11.7695 128.94 11.7695C127.195 11.7695 125.78 13.1843 125.78 14.9295C125.78 16.6748 127.195 18.0895 128.94 18.0895Z' fill='%232547C2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_241_9329'%3E%3Crect width='132.1' height='23.87' fill='white' transform='translate(0 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
	.logo-wrap .login-text {height:2.25rem;background-position:center;background-size:auto 2rem;background-repeat:no-repeat;font-size:0;background-image: url("data:image/svg+xml,%3Csvg width='160' height='38' viewBox='0 0 160 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_718_8146)'%3E%3Cpath d='M7.15991 13.9998V12.5198H13.4199V9.74977H15.1099V12.5198H21.3699V13.9998H7.15991ZM8.21991 8.75977V1.24977C8.21991 0.559766 8.51991 0.259766 9.22991 0.259766H20.3099V7.51977C20.3099 8.36977 19.9199 8.75977 19.0499 8.75977H8.22991H8.21991ZM18.6199 1.74977H9.90991V7.28977H18.6199V1.74977Z' fill='%23999999'/%3E%3Cpath d='M23.1099 6.79961V0.199609H24.7999V2.04961H29.9799V0.199609H31.6699V5.56961C31.6699 6.42961 31.2799 6.80961 30.4099 6.80961H23.1099V6.79961ZM24.0099 14.9896V10.6596H34.0199V9.46961H23.9699V7.98961H35.6999V11.1196C35.6999 11.8096 35.3999 12.1096 34.6899 12.1096H25.6899V13.5096H35.8699V14.9896H23.9999H24.0099ZM29.9799 3.52961H24.7999V5.32961H29.9799V3.52961ZM34.0199 7.27961V0.0996094H35.7099V7.27961H34.0199Z' fill='%23999999'/%3E%3Cpath d='M38.3899 13.5396V5.80961H45.2599V1.72961H38.3599V0.279609H46.9499V5.99961C46.9499 6.85961 46.5599 7.23961 45.6899 7.23961H40.0899V12.0996H47.9599V13.5496H38.3999L38.3899 13.5396ZM49.2999 14.9896V0.0996094H50.9899V14.9896H49.2999Z' fill='%23999999'/%3E%3Cpath d='M53.6699 13.5396V1.26961C53.6699 0.579609 53.9699 0.279609 54.6799 0.279609H62.3399V1.72961H55.3499V5.81961H62.2199V7.23961H55.3499V12.0996H63.2199V13.5496H53.6599L53.6699 13.5396ZM64.5799 14.9896V0.0996094H66.2699V14.9896H64.5799Z' fill='%23999999'/%3E%3Cpath d='M84.2398 11.19V6.87H81.3898C80.7298 8.06 79.3598 8.75 77.5698 8.75C75.0198 8.75 73.3298 7.35 73.3298 5.13V3.63C73.3298 1.41 75.0198 0 77.5698 0C79.2798 0 80.5898 0.63 81.2798 1.71H84.2298V0.1H85.9198V11.19H84.2298H84.2398ZM74.2298 14.99V9.75H75.9198V13.51H86.0298V14.99H74.2298ZM80.1298 3.71C80.1298 2.31 79.1198 1.49 77.5798 1.49C76.0398 1.49 75.0298 2.31 75.0298 3.71V5.05C75.0298 6.45 76.0398 7.27 77.5798 7.27C79.1198 7.27 80.1298 6.45 80.1298 5.05V3.71ZM84.2398 3.23H81.7898C81.7898 3.36 81.8098 3.5 81.8098 3.63V5.36H84.2398V3.23Z' fill='%23999999'/%3E%3Cpath d='M93.6699 7.02961L94.6099 2.13961C94.6599 1.83961 94.5799 1.75961 94.2699 1.75961H88.4399V0.279609H95.8399C96.3999 0.279609 96.6299 0.579609 96.5299 1.06961L95.3499 7.02961H93.6599H93.6699ZM89.3399 14.9896V10.6596H99.3499V9.46961H89.2999V7.98961H101.03V11.1196C101.03 11.8096 100.73 12.1096 100.02 12.1096H91.0199V13.5096H101.2V14.9896H89.3299H89.3399ZM99.3599 7.27961V5.85961H96.7299V4.33961H99.3599V2.87961H96.9099V1.35961H99.3599V0.0996094H101.05V7.27961H99.3599Z' fill='%23999999'/%3E%3Cpath d='M103.46 13.6998V12.2198H113.79V13.6998H103.46ZM113.05 6.45984C113.05 8.67984 111.21 10.0898 108.54 10.0898C105.87 10.0898 104.03 8.68984 104.03 6.45984V3.70984C104.03 1.48984 105.87 0.0898438 108.54 0.0898438C111.21 0.0898438 113.05 1.48984 113.05 3.70984V6.45984ZM111.36 3.78984C111.36 2.38984 110.2 1.56984 108.54 1.56984C106.88 1.56984 105.72 2.39984 105.72 3.78984V6.37984C105.72 7.77984 106.88 8.59984 108.54 8.59984C110.2 8.59984 111.36 7.77984 111.36 6.37984V3.78984ZM114.64 14.9898V0.0998437H116.33V14.9898H114.64Z' fill='%23999999'/%3E%3Cpath d='M127.94 13.7996L129.9 2.13961C129.95 1.83961 129.87 1.75961 129.56 1.75961H123.4V0.279609H131.13C131.69 0.279609 131.91 0.579609 131.82 1.06961L129.62 13.7996H127.93H127.94ZM134.3 14.9896V0.0996094H135.99V14.9896H134.3Z' fill='%23999999'/%3E%3Cpath d='M146.46 8.93953V12.0895H144.77V8.93953H138.17V7.45953H152.39V8.93953H146.46ZM149.7 6.33953L147.34 2.44953C147.04 1.93953 146.83 1.73953 146.24 1.73953H144.32C143.73 1.73953 143.53 1.93953 143.22 2.44953L140.86 6.33953H139L141.8 1.73953H139.23V0.269531H151.32V1.74953H148.75L151.55 6.34953H149.69L149.7 6.33953ZM139.32 15.0395V10.4095H141.01V13.5595H151.41V15.0395H139.32Z' fill='%23999999'/%3E%3Cpath d='M7.98 36.4507C7.5 36.4507 7.28 36.2507 7.01 35.7407L1.62 25.6707V36.4507H0V23.9407C0 23.6207 0.16 23.4707 0.49 23.4707H1.51C1.99 23.4707 2.21 23.6707 2.48 24.1807L7.95 34.4107V23.4707H9.57V35.9807C9.57 36.3007 9.41 36.4507 9.08 36.4507H7.98Z' fill='%23999999'/%3E%3Cpath d='M14.08 36.52C12.14 36.52 11.25 35.49 11.25 33.92V30.1C11.25 28.52 12.14 27.5 14.08 27.5H16.93C18.87 27.5 19.76 28.53 19.76 30.1V33.92C19.76 35.5 18.87 36.52 16.93 36.52H14.08ZM18.14 30.22C18.14 29.35 17.73 28.88 16.93 28.88H14.08C13.27 28.88 12.87 29.35 12.87 30.22V33.79C12.87 34.66 13.28 35.13 14.08 35.13H16.93C17.74 35.13 18.14 34.66 18.14 33.79V30.22Z' fill='%23999999'/%3E%3Cpath d='M21.44 37.3804C21.04 37.3804 20.96 37.3004 20.96 36.9104V36.1204C20.96 35.7204 21.04 35.6504 21.44 35.6504H22.25C22.65 35.6504 22.73 35.7304 22.73 36.1204V36.9104C22.73 37.3104 22.65 37.3804 22.25 37.3804H21.44Z' fill='%23999999'/%3E%3Cpath d='M28.7401 36.45V24.88H25.8101V23.46H29.7101C30.1201 23.46 30.3601 23.7 30.3601 24.09V36.45H28.7401Z' fill='%23999999'/%3E%3Cpath d='M42.28 37.4303C40.34 37.4303 39.19 36.4803 39.19 34.8303C39.19 33.1803 40.34 32.2303 42.28 32.2303H44.54V30.8603H38.54V29.4403H52.16V30.8603H46.16V32.2303H48.42C50.36 32.2303 51.51 33.1803 51.51 34.8303C51.51 36.4803 50.36 37.4303 48.42 37.4303H42.27H42.28ZM49.59 28.5803L47.33 25.3803C47.01 24.9103 46.84 24.7003 46.28 24.7003H44.44C43.87 24.7003 43.71 24.9103 43.39 25.3803L41.13 28.5803H39.35L42.04 24.7003H39.58V23.2803H51.16V24.7003H48.7L51.39 28.5803H49.61H49.59ZM42.49 33.6403C41.36 33.6403 40.81 34.1103 40.81 34.8203C40.81 35.5303 41.36 36.0003 42.49 36.0003H48.22C49.35 36.0003 49.9 35.5303 49.9 34.8203C49.9 34.1103 49.35 33.6403 48.22 33.6403H42.49Z' fill='%23999999'/%3E%3Cpath d='M53.1799 36.4403V35.0203H58.2499V29.0903H59.8699V35.0203H66.8099V36.4403H53.1899H53.1799ZM63.7499 32.0503L64.2399 25.1403C64.2699 24.8303 64.1099 24.7003 63.7899 24.7003H54.2099V23.2803H65.1299C65.6999 23.2803 65.9899 23.6303 65.9499 24.1503L65.3699 32.0603H63.7499V32.0503Z' fill='%23999999'/%3E%3Cpath d='M68.3401 31.5904V26.7004H72.4201V24.6804H68.3101V23.2904H74.0201V26.8704C74.0201 27.6904 73.6501 28.0504 72.8101 28.0504H69.9501V30.2004H74.8701V31.5904H68.3501H68.3401ZM69.5701 37.3804V32.6804H71.1901V35.9604H81.0401V37.3804H69.5701ZM76.1901 33.5804V27.5804H74.5901V26.1304H76.1901V23.1104H77.7901V33.5704H76.1901V33.5804ZM79.3201 33.9004V23.1204H80.9401V33.9004H79.3201Z' fill='%23999999'/%3E%3Cpath d='M83.1101 36.0004V24.2404C83.1101 23.5804 83.4001 23.2904 84.0801 23.2904H90.5001V24.6804H84.7301V28.5904H90.1801V29.9504H84.7301V34.6104H91.9401V36.0004H83.1101ZM93.5601 37.3804V29.9904H90.9901V28.5404H93.5601V23.1104H95.1801V37.3804H93.5601Z' fill='%23999999'/%3E%3Cpath d='M101.62 36.2504L102.61 30.3304H97.5099V28.9104H102.85L103.5 25.0804C103.55 24.8004 103.47 24.7204 103.18 24.7204H97.4399V23.3004H104.69C105.22 23.3004 105.43 23.5804 105.35 24.0604L103.25 36.2603H101.63L101.62 36.2504ZM107.56 37.3804V23.1104H109.18V28.4104H111.09V29.8604H109.18V37.3703H107.56V37.3804Z' fill='%23999999'/%3E%3Cpath d='M116.64 30.3805V28.9605H130.26V30.3805H116.64ZM117.25 27.9305V26.5105H119.69L119.42 24.6905H117.58V23.2705H129.32V24.6905H127.44L127.13 26.5105H129.64V27.9305H117.25ZM117.58 37.4305V33.7405H127.71V32.8705H117.55V31.4505H129.33V34.1805C129.33 34.8405 129.04 35.1305 128.36 35.1305H119.2V36.0105H129.49V37.4305H117.59H117.58ZM125.83 24.6905H121.04L121.31 26.5105H125.52L125.83 24.6905Z' fill='%23999999'/%3E%3Cpath d='M131.8 30.9004V26.3904H136.2V24.6804H131.77V23.2904H137.81V26.5604C137.81 27.3804 137.44 27.7404 136.6 27.7404H133.41V29.5104H138.33V30.9004H131.81H131.8ZM143.39 37.3804L140.62 34.1504C140.33 33.8204 140.14 33.5704 139.57 33.5704H138.11C137.54 33.5704 137.35 33.8204 137.06 34.1504L134.29 37.3804H132.51L135.68 33.5804C136.39 32.7304 136.75 32.1404 137.93 32.1404H139.74C140.92 32.1404 141.28 32.7204 141.99 33.5804L145.16 37.3804H143.38H143.39ZM142.78 31.7304V27.6104H140.89V31.4104H139.29V23.1104H140.89V26.1604H142.78V23.1104H144.4V31.7304H142.78Z' fill='%23999999'/%3E%3Cpath d='M145.92 31.4203V30.0003H151.92V28.6603H146.53V27.2403H148.97L148.68 24.7003H146.85V23.2803H158.59V24.7003H156.73L156.39 27.2403H158.91V28.6603H153.52V30.0003H159.52V31.4203H145.9H145.92ZM146.86 37.4303V33.3903C146.86 32.7303 147.15 32.4403 147.83 32.4403H158.6V36.2403C158.6 37.0603 158.23 37.4203 157.39 37.4203H146.86V37.4303ZM156.98 33.8703H148.47V36.0203H156.98V33.8703ZM155.12 24.6903H150.3L150.59 27.2303H154.78L155.12 24.6903Z' fill='%23999999'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_718_8146'%3E%3Crect width='159.54' height='37.43' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}

	.input-items.join .item .set input[type=text] + label, .input-items.join .item .set input[type=password] + label {top: 50%;left: 1rem;font-size: 1rem;}
	.input-items.join .item .set input + label {margin-top:-.625rem;}
	.input-items.join .item.focused .set label, .input-items.join .item.filled .set label, .input-items.join .item.filled .set input:focus + label {top: 1.5rem !important;font-size:.8125rem !important;z-index:1;}

	.autocheck {padding:1rem 0;display:flex;}
	.autocheck label {padding-right:2rem;}
	.button-group {padding:0;}
	.button-group .button {width:100%;}
	.button.sb {height:3.5rem;}
	.btn_member {padding-bottom:2.5rem;text-align:right;}
	.btn_member .join-btn {width: calc(100% - 11.5rem);justify-content: flex-start;color: #0236f1;font-weight: bold;}
	.login-footer-wrap {padding-top:2rem;font-size:.75rem;color:#858B93;text-align:center;}

	@media all and (max-width:900px) {
		.login-cont {top:50%;}
		.logo-wrap.mobile .logo {display:block;}
	}
}

.button.kakao {width:100%;height:3.5rem;background-color:#FEE500;text-align:center;color:#333;font-weight:bold;;}
.button.kakao:before {content:'';display:inline-block;width:3rem;height:3rem;background-repeat:no-repeat;background-position:center;background-size: auto 2rem;background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.9958 7.99609C12.2664 7.99609 5.99829 12.8099 5.99829 18.7467C5.99829 22.6156 8.65624 25.9996 12.6431 27.8994C12.3478 28.9581 11.5789 31.7435 11.4262 32.352C11.2378 33.0892 11.7062 33.0792 12.0117 32.8813L17.3989 29.3242C18.2585 29.4499 19.1265 29.5128 19.9958 29.5122C27.7303 29.5122 33.9983 24.6984 33.9983 18.7566C33.9983 12.8148 27.7303 8.00598 19.9958 8.00598' fill='%23381E1E'/%3E%3C/svg%3E%0A");}
	
.member-wrap {
	.wrapper > .row {width:100%;max-width:35rem;position: relative;margin: 0 auto;}
	.header .titlebar-right {display:none;}
	.title-wrap h2 {padding-left:.25rem;}
	.title-wrap h3 {padding-left:.5rem;font-size:1.125rem;}
}
.input-items.join .item {padding-top:0;border-radius:0;border: 1px solid #DEDEDE;background-color:#f9f9f9;margin-top:-1px;z-index: 2;overflow:hidden !important;}
.input-items.join .item.focused {border-color:#2547C2;z-index:3;}
.input-items.join .item .set {position: relative;padding-top:1.25rem;}
.input-items.join .item .set input {position: relative;height:3.25rem;border:0;background-color: transparent;font-size: 1.25rem;letter-spacing: 0;text-indent:1rem;z-index:2;}
.input-items.join .item:first-of-type {border-radius:.5rem .5rem 0 0 !important;}
.input-items.join .item:last-of-type {border-radius:0 0 .5rem .5rem;}
.input-items.join .item .set label {position: absolute;top:.5rem;left: 1rem;padding:0;font-size:.8125rem;color: #999;z-index: 1;-webkit-transition: all .5s ease;-ms-transition: all .5s ease;transition: all .5s ease;}
.input-items.join .item .set input:-webkit-autofill {-webkit-text-fill-color: #000;}
.input-items.join .item .set input:-webkit-autofill, .input-items.join .item .set input:-webkit-autofill:hover, .input-items.join .item .set input:-webkit-autofill:focus, .input-items.join .item .set input:-webkit-autofill:active {z-index:3;transition: background-color 5000s ease-in-out 0s;}
.input-items.join .item .set input:-webkit-autofill + label {top: 5px !important;font-size: 12px !important;z-index: 1 !important;}
.input-items.join .item .set input:focus, .input-items.join .item .set input:-webkit-autofill {background: transparent !important;}
.input-items.join .item.focused {background-color:#fff;}
.input-items.join .item .select select {border:0;background-color:transparent;}
.input-items.join .item .button {padding: 0 1.25rem;margin-right: .5rem;}
.input-items.join .item > span {padding-left:1rem;font-size:.875rem;}

.input-items.join .item.personalno input {width:9rem;flex:none;}
.input-items.join .item.personalno input:nth-of-type(2) {width:3.5rem;}
.input-items.join .item.certino .time {padding:0 .5rem;font-size:.875rem;color:#fc000e;}

.agree-form-wrap > div {padding:1rem;}
.agree-form-wrap .form-all {position:relative;padding-right:6rem;border-radius:.5rem;border: 1px solid #DEDEDE;background-color:#fafafa;}
.agree-form-wrap .form-all label {/*font-weight:bold;*/font-size:.9rem;}
.agree-form-wrap .agree-link {position:absolute;right:1rem;font-size:.75rem;margin-top:-1.75rem;z-index:10;cursor: pointer;}
.agree-form-wrap .agree-link.all {top:50%;margin:0;padding-right:1rem;color:#858B93;transform:translateY(-50%);}
.agree-form-wrap .agree-link.all:after {content: '';position: absolute;right: 0;top: 50%;width: .375rem;height: .375rem;margin-top: -0.4rem;border-width: 0 0 1px 1px;border-color: #1C1C1C;border-style: solid;transform: rotate(-45deg);}
.agree-form-wrap .agree-link.all.on:after {margin-top: -0.15rem;transform: rotate(135deg);}
.agree-form-wrap .etc {display:none;padding:1rem;}

/* 경고차 멘트 */
.alert-ment {padding:0 1rem 1rem;text-align:center;line-height:1.7;}
.alert-ment b {font-size:1.125rem;}
.alert-ment p {padding:0 0 1rem;word-break:keep-all;}

.popchoice {display:flex;padding:1.5rem 0 0;}
.popchoice label {flex:1;}

.joinrule-pop .pop-content .conts {padding-bottom:2.5rem;}


/*=================================================================================================================
	탁송사
=================================================================================================================*/
.transfer {
	.header .logo::after {content:'탁송사';display:inline-block;padding-top:.125rem;padding-left:6.75rem;font-weight:bold;font-size:1.35rem;color:#2b50d6;vertical-align:middle;}
	.header .logo {background-size:4.75rem 2rem;background-position:1.5rem center;background-repeat:no-repeat;background-image: url("data:image/svg+xml,%3Csvg width='135' height='30' viewBox='0 0 135 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_241_9329)'%3E%3Cpath d='M33.5205 3H28.2305V26.87H33.5205V3Z' fill='%232547C2'/%3E%3Cpath d='M84.4404 3H79.1504V26.87H84.4404V3Z' fill='%232547C2'/%3E%3Cpath d='M69.7602 26.2498L58.5002 10.5598L47.1002 26.2198L42.7002 22.9098L56.7302 3.92977C57.6002 2.74977 59.3702 2.73977 60.2402 3.92977L74.2802 22.8998L69.7402 26.2498H69.7602Z' fill='%232547C2'/%3E%3Cpath d='M24.27 26.7798H0V3.08984H24.27V8.38984H5.29V21.4798H24.27V26.7798Z' fill='%232547C2'/%3E%3Cpath d='M122.99 3H117.7V26.87H122.99V3Z' fill='%232547C2'/%3E%3Cpath d='M112.98 26.7798H90.3096V3.08984H112.98V8.38984H95.6096V21.4798H112.98V26.7798Z' fill='%232547C2'/%3E%3Cpath d='M112.98 12.29H90.3096V17.58H112.98V12.29Z' fill='%232547C2'/%3E%3Cpath d='M39.4403 18.0895C41.1855 18.0895 42.6003 16.6748 42.6003 14.9295C42.6003 13.1843 41.1855 11.7695 39.4403 11.7695C37.6951 11.7695 36.2803 13.1843 36.2803 14.9295C36.2803 16.6748 37.6951 18.0895 39.4403 18.0895Z' fill='%232547C2'/%3E%3Cpath d='M128.94 18.0895C130.685 18.0895 132.1 16.6748 132.1 14.9295C132.1 13.1843 130.685 11.7695 128.94 11.7695C127.195 11.7695 125.78 13.1843 125.78 14.9295C125.78 16.6748 127.195 18.0895 128.94 18.0895Z' fill='%232547C2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_241_9329'%3E%3Crect width='132.1' height='23.87' fill='white' transform='translate(0 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
	.header .logo a {display:none;}
	.header .titlebar-right {display:none;}

	.searchbox-wrap {padding-top:1rem;padding-bottom:1rem;}
	.cate-wrap {display:flex;padding-bottom:1rem;}
	.cate-wrap .cate {flex:1;}
	.cate-wrap .cate.on {background: #264066;color: #fff;}
	@media (max-width: 1024px) {
		.cate-wrap .cate {font-size:1rem;}
		.button-group-wrap.fixed .button-group {gap:0;}
	}

	.infototal {padding-bottom:3rem;}
	.infototal::after {content:'';position:absolute;left:0;right:0;height:1rem;background:#f9f9f9;}

	.carinfo {padding:1rem 1rem 2rem;}
	.carinfo .cartitle {font-size:1.25rem;word-break:keep-all;}
	.carinfo .opt {padding-top:.5rem;}
	.carinfo .opt span {display:inline-block;padding-right:.75rem;word-break:keep-all;white-space:nowrap;font-size:.9375rem;color:#858B93;}
}

/*.detailopt-pop .modal-wrap {max-width:50rem;}*/
.detailopt-pop .detail-oplist {padding-bottom:2rem;font-size:0;}
.detailopt-pop .detail-oplist span {display:inline-block;width:16.5%;padding:.25rem;color:#c7ccd3;font-size:.875rem;vertical-align: top;}
.detailopt-pop .detail-oplist span.on {color:#1C1C1C;}

@media screen and ( max-width:1800px ) {
	.detailopt-pop .detail-oplist span {width:20%;}
}

@media screen and ( max-width:1600px ) {
	.detailopt-pop .detail-oplist span {width:25%;}
}

@media screen and ( max-width:900px ) {
	.detailopt-pop .detail-oplist span {width:33%;}
}

@media screen and ( max-width:600px ) {
	.detailopt-pop .detail-oplist span {width:50%;}
}

.profile {font-size:1.5rem;}
.profile .img {display:inline-block;width:5rem;height:5rem;border-radius:50%;background-color:#eee;background-repeat:no-repeat;background-size:auto 100%;background-image:url(/images/mypage.png);margin-right:1rem;vertical-align:middle;}

.myinfo {display:inline-block;width:24rem;margin-right:2rem;margin-top:2rem;padding:3rem;border-radius: .75rem;background-color:#f9f9f9;text-align:center;vertical-align: top;}
.myinfo .ul-list {text-align:left;}
.myinfo .ul-list li {width:100%;min-height:3rem;;border-bottom:1px solid #efefef;}
.myinfo .ul-list li span {width:7rem;}
.myinfo .ul-list li div {text-align:right;}
.myinfo .ul-list li button {height:2rem;padding:0;margin-left:1rem;}
.myinfo .profile {display:inline-block;width:5rem;height:5rem;border-radius:50%;}
.mypage-right {display:inline-block;width:calc(100% - 26.5rem);vertical-align: top;}

@media screen and ( max-width:900px ) {
	.profile {font-size:1.25rem;}
	.profile .img {width:3rem;height:3rem;}

	.myinfo {margin-right:1rem;padding:2rem;}
	.myinfo, .mypage-right {width:100%;margin-top:1rem;}
}

.passchange-pop .modal-wrap, .phonechange-pop .modal-wrap, .marketingchage-pop .modal-wrap {width:30rem;}
.memberout-pop .modal-wrap {width:25rem;}
.alert-ment .input-items.join {padding-top:1rem;}

.table-veiw {
	.label-wrap {display:inline-block;min-height: auto;padding: 0;margin-left: .5rem;}
	li.line-type {padding: 2rem;margin: 1rem 0 3rem;background-color: #F7F9FA;}
	.consult-wrap {padding-bottom:2rem;border: 0 !important;align-items: normal;}
	.consult-wrap .carselect-info {border:0;}
	.consult-wrap .box {width:50%;}
	.consult-wrap .box + .box {width:49%;}

	@media screen and ( max-width:900px ) {
		.consult-wrap .box {width:100% !important;}
	}
}