/* #sub {padding-top:110px;}
#term {padding-top:90px;} */

.svisual {padding:35px 15px;  text-align: center;}
.svisual h2 { font-size: 22px; font-weight: bold; letter-spacing:-1px;}
.svisual p {margin-top:5px; font-size:13px; font-weight:400;}

/*빠른 간편견적*/
#sub.fast .container {width:100% !important;}
#sub.fast .svisual {display:none;}

#sub.fast .tab {display:flex; justify-content:space-between; align-items:center;}
#sub.fast .tab input[type="radio"] { display:none; }
#sub.fast .tab label{display:flex; flex-basis:50%;  justify-content:center;}
#sub.fast .tab label {display:block; padding:10px 0; width:100%; font-size:14px; text-align:center; border:1px solid #e5e5e5;}
#sub.fast .tab input:checked + label {color:#fff; background-color: #000; font-weight:bold;}

/* #sub.fast .tab ul {display:flex; justify-content:space-between; align-items:center;}
#sub.fast .tab ul li{display:flex; flex-basis:50%;  justify-content:center;}
#sub.fast .tab ul li a {display:block; padding:13px 5px; width:100%; font-size:16px; text-align:center; border:1px solid #e5e5e5;}
#sub.fast .tab ul li.active a {color:#fff; background-color: #000; font-weight:bold;} */

#board.location .svbtn {width:90%; margin:15px auto;}
.svbtn ul {margin:15px 0; display:flex; justify-content:space-between; align-items:center; border:1px solid #ddd; background:#fff;}
.svbtn ul li {width:100%;}
.svbtn ul li a {display:block; padding:13px 0; font-size:14px; text-align:center; border-right:1px solid #ddd;}
.svbtn ul li:last-child a {border:none;}
.svbtn ul li a.on {background:#16235a; color:#fff;}

#fastTab .category {padding:20px; background:#E7E9F1;}
#fastTab .category .input {margin-bottom:7px;}
#fastTab .input-wrap {display:flex; justify-content:space-between; gap:15px;}
#fastTab .input-wrap > div {display:flex; flex-basis:50%;}
#fastTab button {padding:10px; background:#00abce; border-radius:5px}
#fastTab button:hover {background:#0096ce; transition:all 1s;}
#fastTab button img {width:20px;}


#fastTab .category .detail { margin-top:13px; text-align:center; cursor:pointer;}
#fastTab .category .detail p {display:inline-block;  text-align:center;  color:#a8a8a8; font-size:15px; font-weight:500;}
#fastTab .category .detail p:after {content:'+'; padding-left:4px; font-size:18px;}
#fastTab .category .detail.on p:after {content:'-'; padding-left:4px; font-size:18px;}
#fastTab .category .ctList-detail {display:none; margin-top:15px;}

/*
#fastTab .input-wrap2 {display:flex; justify-content:space-between; align-items:center; gap:15px;
background:#fff;  border:1px solid #cecece; border-radius:5px;}
#fastTab .input-wrap2 > div.ct-Price {display:flex; flex-basis:67%;}
#fastTab .input-wrap2 > div.ct-Self {display:flex; flex-basis:33%;}*/

#fastTab .tooltip {display:block;}
#fastTab .tooltip-text { display: none;  position: absolute; max-width:300px; margin-top:10px; padding: 10px 15px;  font-size:13px;  color: #000;  background: #fcffd7; text-align:left; font-weight:400 !important; line-height:18px; z-index:99;}
#fastTab .tooltip:hover .tooltip-text {  display: block;}

.etc-view {display:none;}
.etc-view .etc-view-wrap {display:flex; flex-wrap:wrap; gap:15px; width:100%;}
/*Brand custom*/
#fastTab .category .pd-box { }
#fastTab .category .ct-Brand li input[type="radio"]{display:none; appearance:none; display:none; }
#fastTab .category .ct-Brand {display:flex; overflow-x:scroll; gap:7px; padding-bottom:10px;}
#fastTab .category .ct-Brand::-webkit-scrollbar {height:4px;  width:90%;}
#fastTab .category .ct-Brand::-webkit-scrollbar-track {  background:#bcbcbc; border-radius: 3px; text-align:left;}
#fastTab .category .ct-Brand::-webkit-scrollbar-thumb { background: #7d7d7d;   border-radius: 10px;}

#fastTab .category .ct-Brand li input[type="radio"] + label {display:flex; flex-direction:column; justify-content:center; padding:4px; gap:5px; width:69px; height:69px;
text-align:center; box-sizing:border-box; background:#fff; border-radius:3px; cursor:pointer; font-size:12px;}
#fastTab .category .ct-Brand li input[type="radio"] + label .img {width:36px; margin:0 auto; }
#fastTab .category .ct-Brand li input[type="radio"] + label .img img {width:100%;}
#fastTab .category .ct-Brand li input[type="radio"]:checked + label {border:2px solid #9567FA; box-shadow:5px 5px 5px rgba(0,0,0,0.2); font-weight:bold; color: #9567FA;}
#fastTab .category .ct-Brand li input[type="radio"]:hover + label {box-shadow:5px 5px 5px rgba(0,0,0,0.2); transition:all 0.5s;}
/*Fuel custom*/
#fastTab .category .ct-Fuel span input[type="radio"]{ appearance:none; display:none; }
#fastTab .category .ct-Fuel {display:flex; justify-content:flex-start; gap:5px; flex-wrap:wrap;}
#fastTab .category .ct-Fuel span {display:flex; flex-basis:32.3%; justify-content:center; border:1px solid #cecece; border-radius:5px;  background:#fff;}
#fastTab .category .ct-Fuel span.fueltype {display:inline-block; flex-basis:auto; padding:3px 5px 1px 5px; font-size:12px; line-height:12px; margin-top:-1px;}
#fastTab .category .ct-Fuel span.all {}
#fastTab .category .ct-Fuel span input[type="radio"] + label {  display:flex; gap:7px; justify-content:center; align-items:center; width:100%; padding:11px 5px;
text-align:center; box-sizing:border-box; background:#fff; border-radius:3px; cursor:pointer; font-size:14px;}
#fastTab .category .ct-Fuel span input[type="radio"]:checked + label {border:2px solid  #9567FA; font-weight:bold; color:#9567FA;}
#fastTab .category .ct-Fuel span input[type="radio"]:checked + label span {border:1px solid #9567FA; }
/*Size custom*/
#fastTab .category .ct-Size {padding-top:10px; margin-top:10px; border-top:1px solid #d3d3d3;}
#fastTab .category .ct-Size span input[type="radio"]{ appearance:none; display:none; }
#fastTab .category .ct-Size {display:flex; justify-content:flex-start; gap:5px; flex-wrap:wrap;}
#fastTab .category .ct-Size span {display:flex; flex-basis:32.3%; justify-content:center; border:1px solid #cecece; border-radius:5px;  background:#fff;}
#fastTab .category .ct-Size span.all {}
#fastTab .category .ct-Size span input[type="radio"] + label {  display:flex; gap:7px; justify-content:center; align-items:center; width:100%; padding:11px 5px;
text-align:center; box-sizing:border-box; background:#fff; border-radius:3px; cursor:pointer; font-size:14px;}
#fastTab .category .ct-Size span input[type="radio"]:checked + label {border:2px solid  #9567FA; font-weight:bold; color:#9567FA;}
/*Month custom*/
#fastTab .category .ct-Month span input[type="radio"]{ appearance:none; display:none; }
#fastTab .category .ct-Month {display:flex; justify-content:space-between; gap:7px;}
#fastTab .category .ct-Month span {display:flex; flex-basis:33.33%; justify-content:center;}
#fastTab .category .ct-Month span input[type="radio"] + label {  display:flex; gap:7px; justify-content:center; align-items:center; width:100%; padding:11px 5px;
text-align:center; box-sizing:border-box; background:#fff; border-radius:3px; cursor:pointer; font-size:14px;}
#fastTab .category .ct-Month span input[type="radio"]:checked + label {background:#9567FA; font-weight:bold; color: #fff;}
/*Deposit custom*/
#fastTab .category .ct-Deposit span input[type="radio"]{ appearance:none; display:none; }
#fastTab .category .ct-Deposit {display:flex; justify-content:space-between;  gap:7px; }
#fastTab .category .ct-Deposit > span {display:flex; flex-basis:33.33%; justify-content:center;}
#fastTab .category .ct-Deposit span input[type="radio"] + label {  display:flex;justify-content:center; align-items:center; width:100%; padding:11px 8px;
text-align:center; box-sizing:border-box; background:#fff; border-radius:3px; cursor:pointer; font-size:14px;}
#fastTab .category .ct-Deposit span .info {width:12%; padding:0 6px; margin-left:2px; border:1px solid #cecece; font-size:12px; color:#4d4d4d; line-height:16px; font-weight:500; border-radius:100%; display:none;}
#fastTab .category .ct-Deposit span input[type="radio"]:checked + label {background:#9567FA; font-weight:bold; color: #fff;}
/*Prcie custom*/
#fastTab .category .ct-Price {padding-top:10px; margin-top:10px; border-top:1px solid #d3d3d3;}
#fastTab .category .ct-Price span input[type="radio"]{ appearance:none; display:none; }
#fastTab .category .ct-Price {display:flex; justify-content:flex-start; gap:5px; flex-wrap:wrap;}
#fastTab .category .ct-Price span {display:flex; flex-basis:32.3%; justify-content:center; border:1px solid #cecece; border-radius:5px;  background:#fff;}
#fastTab .category .ct-Price span.all {}
#fastTab .category .ct-Price span input[type="radio"] + label {  display:flex; gap:7px; justify-content:center; align-items:center; width:100%; padding:11px 5px;
text-align:center; box-sizing:border-box; background:#fff; border-radius:3px; cursor:pointer; font-size:14px;}
#fastTab .category .ct-Price span input[type="radio"]:checked + label {border:2px solid  #9567FA; font-weight:bold; color: #9567FA;}
/*Prcie range custom
#fastTab .input-wrap2 {display:flex; align-items:center; padding:17px 30px 15px 30px; background:#fff;  border:1px solid #cecece; border-radius:5px;  }
#fastTab .category .ct-Price .rs-container {height:40px;}
#fastTab .category .ct-Price .rs-container .rs-pointer {width:15px; height:15px; margin-left:-3px; border-radius:100%; border:4px solid #00abce; box-sizing:border-box;}
#fastTab .category .ct-Price .rs-container .rs-scale {cursor:pointer;}
#fastTab .category .ct-Price .rs-container .rs-scale span ins {font-size:12px; color:#8c8c8c; font-weight:400;}
#fastTab .category .ct-Price .rs-container .rs-bg {width:101.5%; height:5px; background:#b3b3b3; cursor:pointer; }
#fastTab .category .ct-Price .rs-container .rs-bg:before {position:absolute; content:''; top:50%; left:-6px;transform: translate(0, -50%);
width:15px; height:15px; background:#b3b3b3; border-radius:100%;}
#fastTab .category .ct-Price .rs-container .rs-bg:after {position:absolute; content:''; top:50%; right:0;transform: translate(0, -50%);
width:15px; height:15px; background:#b3b3b3; border-radius:100%;}
#fastTab .category .ct-Price .rs-container .rs-selected { height:5px; background:#00abce; border:none;}
#fastTab .category .ct-Price .rs-container .rs-pointer::after, .rs-container .rs-pointer::before {display:none;}
#fastTab .category .ct-Price {width:65%; }*/

/*Self custom*/
#fastTab .category .ct-Self {display:flex; justify-content:flex-end; gap:7px; align-items:center; padding:0 20px 0 20px; flex-basis:35%; }
#fastTab .category .ct-Self .name {margin-right:15px; font-size:16px; }
#fastTab .category .ct-Self input {padding:10px 7px; border:1px solid #cecece; max-width:100px;}

/*빠른간편견젹 - 검색결과*/
.carindex-tit {padding:30px 0 12px 0; display:flex; justify-content:space-between; align-items:center; border-bottom:1px solid #d8d8d8;}
.carindex-tit .carindex-right {display:flex; align-items:center; gap:7px;}
.result .carindex-tit h2 { padding:0; font-size:18px; font-weight:400; border-bottom:none; }
select.carfilter {padding:5px 36px 5px 12px; border:1px solid #d1d1d1; border-radius:50px; box-sizing:border-box; font-size:13px; letter-spacing:-0.5px;
background:url('/_img/filter_arrow.png') no-repeat 93% center; background-size:18px; cursor:pointer;}
select.carfilter:focus {border:1px solid #9567fa;}
select.carfilter { color:#1a1a1a;}
select.carfilter option {padding:3px 5px;}
select.carfilter::-ms-expand {display: none;}

.carindex-dv {margin:20px 0 25px 0;}
.carindex-dv ul {display:flex; gap:10px;}
.carindex-dv ul li input {display:none; appearance:none; display:none;}
.carindex-dv ul li input + label {padding:11px 25px; font-size:14px; line-height:14px; background:#F5F5F5; color:#999999; border-radius:500px; font-weight:500; cursor:pointer;}
.carindex-dv ul li input:checked + label {background:#000; color:#fff;}



.result {padding:0 20px; margin-bottom:40px; background:#fff;}
.result h2 {padding:20px 0 15px 0; font-size:18px; font-weight:400; border-bottom:1px solid #d8d8d8;}
.result .result-con {margin-top:20px; display:flex; flex-wrap:wrap; gap:15px;}

.result .result-con .nlist {width:100%;}
.result .result-con .nlist a {display:flex; align-items:stretch; justify-content:space-between;  padding:15px 15px 10px 15px; background:#fafafa; border-radius:3px;}
.result .result-con .nlist a .tit {display:flex; align-items:center; gap:5px; font-size:18px; font-weight:700; letter-spacing:-1px; white-space:nowrap;}
.result .result-con .nlist a .tit .brandLogo { width:40px; margin-top:-3px; }
.result .result-con .nlist a .tit .brandName { width: 100%; overflow: hidden; text-overflow: ellipsis; }
.result .result-con .nlist a .left  {width:50%;}
.result .result-con .nlist a .right {width:50%; text-align:right; display:flex; flex-direction:column; justify-content:space-between; padding-bottom:8px; }
.result .result-con .nlist a .left .img {max-width:150px;}
.result .result-con .nlist a .ab-icon {display:flex; align-items:center; justify-content:right; gap:5px;}
.result .result-con .nlist a .ab-icon span {padding:6px 10px; font-size:12px; line-height:13px; font-weight:500; color:#fff; border-radius:30px;}
.result .result-con .nlist a .ab-icon span.mm {background:#9567FA; }
.result .result-con .nlist a .ab-icon span.pm {background:#6738EF;}
.result .result-con .nlist a .price {font-size:14px; font-weight:500; color:#4D4D4D;}
.result .result-con .nlist a .price li {display:flex; align-items:center; justify-content:right;  gap:11px; }
.result .result-con .nlist a .price .text {color:#1A1A1A;  font-weight:700;}
.result .result-con .nlist a .price .text .num-wd {display:inline-block; width:59px;}
.result .result-con .nlist a .price .text .consult {display:inline-block; width:93.6px;}

.result .result-con .list {position:relative; display:flex; flex-direction:column; flex-basis:100%;  background:#fff; border-radius:5px; overflow:hidden; cursor:pointer;}
/*.result .result-con .list  a {display:block; background:#fff; border:1px solid #d1d1d1; border-radius:8px; overflow:hidden;}*/
.result .result-con .list .ab-icon {position:absolute; top:16px; left:12px;}
.result .result-con .list .ab-icon span {padding:5px 7px; font-size:10px; color:#fff; border-radius:500px; font-weight:500;}
.result .result-con .list .ab-icon span.mm {background: #784bf0;}
.result .result-con .list .ab-icon span.pm {background:#007cce;}
.result .result-con .list .ab-right {position:absolute; top:8px; right:6px;}
.result .result-con .list .ab-right span.ev {position:relative; display:block; padding:5px 22px 5px 10px; font-size:12px; font-weight:bold; color:#50586C; letter-spacing:-0.5px; background:linear-gradient( 180deg, #eef0f5, #e1e4ea); border-radius:30px; }
.result .result-con .list .ab-right span.ev img {position:absolute; right:4px; top:-3px;  width:14px;}

.result .result-con .list .ab-right span.elec {display:flex; width:52px;}
.result .result-con .list .img {padding:40px 15px 10px 15px; background:#f7f7f7; width:100%; height:145px; display:flex; align-items:center;}
.result .result-con .list .img a {display:block; max-width:220px; margin:0 auto; }
.result .result-con .list:hover .img img {transform: scale(1.1); transition:all 1s;}
.result .result-con .list .text {}
.result .result-con .list .text .brand img {width:32px;}
.result .result-con .list:hover .text {opacity:0.5; transition:all 1s;}
.result .result-con .list .text h3 {display:flex; align-items:start; gap: 3px; font-size:18px; font-weight:bold; height:42px;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-word;

-webkit-line-clamp: 2;
-webkit-box-orient: vertical
}

.result .result-con .list .text p {display:flex; gap:3px; align-items:center; margin:5px 0 7px 0; font-size:13px; color:#4d4d4d; font-weight:400;}
.result .result-con .list .text p span {display:flex; justify-content:center; border:1px solid #a7a7a7;  width:15px; font-size:11px; line-height:13px;}
.result .result-con .list .text p span.active {border:1px solid  #784bf0; color: #784bf0; font-weight:bold; }
.result .result-con .list .text p span:first-child {margin-left:3px;}
.result .result-con .list .list-wrap {padding:10px 0 20px 0;}

.result .result-con .list .text .info {margin:12px 0;}
.result .result-con .list .text .info p {margin:0 0 3px 0;  overflow: hidden;     text-overflow: ellipsis;    white-space: nowrap;}
.result .result-con .list .price {font-size:14px; line-height:1.4; color:#4d4d4d; font-weight:500;}
.result .result-con .list .price li {display:flex; align-items:center; justify-content:space-between; font-size:12px;}
.result .result-con .list .price li .subject {display:flex; align-items:center; }
.result .result-con .list .price li .subject  .overell {width:74px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.result .result-con .list .price li .subject img { margin:1px 0 0 3px; width:48px;}
.result .result-con .list .price li .won {display:flex; align-items:center; gap:2px; color:#000; font-size:14px; font-weight:bold;}
.result .result-con .list .price li .won .num {width:64px; text-align:right;}


.result .result-con .list .list-wrap .btn {margin-top:13px; display:flex; justify-content:space-between; align-items:center; gap:5px;}
.result .result-con .list .list-wrap .btn > a {display:block; padding:8px 5px;  background:#f4f4f4;
border-radius:5px; font-weight:600; width:50%; text-align:center; font-size:13px;}
.result .result-con .list .list-wrap .btn > a.consultFormBtn {background:#784bf0; color:#fff;}

.text-center {text-align:center;}

@media (min-width: 360px) {
.result .result-con .nlist a .price {font-size:16px;} 
.result .result-con .nlist a .price .text .num-wd { width:67px;}
.result .result-con .nlist a .price .text .consult {width:106.6px;}
}

@media (min-width: 630px) {
.result .result-con .nlist a {padding:30px;}
.result .result-con .nlist a .tit {margin-bottom:10px; font-size:22px; letter-spacing:-0.5px; font-weight:700;}
.result .result-con .nlist a .img img {position:relative; margin-bottom:-10px;}
.result .result-con .nlist a .tit .brandLogo {width:55px;}
.result .result-con .nlist a .ab-icon span {padding:8px 12px; font-size:14px;  line-height:15px; }
.result .result-con .nlist a .price {font-size:22px;}
.result .result-con .nlist a .price .text .num-wd {width:96px;}
.result .result-con .nlist a .price .text .consult {width:151.6px;}
.result .result-con .nlist a .price li {margin-top:2px; gap:15px;}
.result .result-con .nlist a .left .img {max-width:260px;}

}

/*viewpage*/
#viewSlide {position:relative; padding:30px 0 50px 0; /*background:url('../_img/view_bg.png') no-repeat center; background-size:cover;*/ background:#f6f6f6; }
#viewSlide .container {margin:0 auto; max-width:420px; padding:0 20px;}
#viewSlide .tit h2 {display:flex; gap:7px; justify-content:center; align-items:center; font-size:24px; font-weight:bold;}
#viewSlide .tit h2 .brand {display:flex; align-items:center; width:35px; margin-left:-5px;}
#viewSlide .tit p {margin-top:10px; font-size:14px; line-height:20px; font-weight:400;}
#viewSlide .tit p span {padding:0 3px;}

#viewSlide .viewSwiper2 {margin:10px 0 50px 0;}
#viewSlide .thumbs {position:relative; cursor:pointer;}
#viewSlide .thumbs .arrow {position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); width:123%; z-index:9;}
#viewSlide .thumbs .arrow .swiper-button-prev {color:transparent;}
#viewSlide .thumbs .arrow .swiper-button-next {color:transparent;}
#viewSlide .thumbs .arrow .swiper-button-next:after {content:url('../_img/veiwarrow.png');  line-height:4px; }
#viewSlide .thumbs .arrow .swiper-button-prev:after {content:url('../_img/veiwarrow.png'); transform: rotate(180deg); line-height:4px;}

#viewSlide .tabs {position:relative;}
#viewSlide .tabs ul.horizontal {position:absolute; top:167px; left:50%; transform:translate(-50%, 0); z-index:2;
display:flex; justify-content:center; gap:15px;}
#viewSlide .tabs ul.horizontal li {display:flex;}
#viewSlide .tabs ul.horizontal li a {position:relative; width:52px; display:block; padding:3px 0; font-size:15px; color:#8c8c8c; }
#viewSlide .tabs ul.horizontal li.active a {color:#1a1a1a; font-weight:bold;}

/*viewslide 수정 스타일*/
.carview #viewSlide {background:#E7E9F1; padding:30px 0 40px 0;}
.carview #viewSlide .tabs ul.horizontal {position:inherit; top:0; gap:10px; margin:25px 0 10px 0;}
.carview #viewSlide .tabs ul.horizontal li {display:flex; align-items:center; gap:10px;}
.carview #viewSlide .tabs ul.horizontal li a {display:block; padding:3px 0; font-size:15px; color:#8c8c8c; }
.carview #viewSlide .tabs ul.horizontal li.active a {color:#1a1a1a; font-weight:bold;}
.carview #viewSlide .tabs ul.horizontal li button {display:none; margin-top:-5px; width:40px; height:40px; padding:2px 2px 0 3px; border-radius:100%; }
.carview #viewSlide .tabs ul.horizontal li.active button  {display:block; }

.carview #viewSlide .tabs ul.horizontal li.li-int button {background:#fff; box-shadow:2px 2px 2px rgb(0 0 0/5%)}
.carview #viewSlide .tabs ul.horizontal li.li-int button img {filter: invert(50%) sepia(100%) saturate(7453%) hue-rotate(232deg) brightness(122%) contrast(100%) grayscale(1) opacity(1); }
.carview #viewSlide .tabs ul.horizontal li.li-ext button {background:#000;}
.carview #viewSlide .tabs ul.horizontal li.li-ext button img {filter:none;}

/* .carview #viewSlide .tabs .tabitems ul li {display:none;}
.carview #viewSlide .tabs .tabitems ul li:first-child {display:block; margin:13px 0 7px 0; width:100%; height:176px; display:flex; justify-content:center; align-items:center;}
.carview #viewSlide .tabs {position:relative;} */

.carview #viewSlide .tabs .tabitems ul li { margin:13px 0 7px 0; width:100%; height:176px;}
.carview #viewSlide .tabs #tab-int.tabitems ul li {margin:33px 0 27px 0;}
.carview.simpleview #viewSlide .tabs #tab-int.tabitems ul li {height:290px !important; margin:0; }

.carview #viewSlide .tabs #tab-int.tabitems ul li img {margin-top:30px; border-radius:7px; overflow:hidden;}

.carview #viewSlide .tabs {position:relative;}
.carview #viewSlide .opname {display:block; padding:8px 5px; width:60%; margin:12px auto; background:#fff; text-align:center; border-radius:30px; font-size:14px;}

.carview #viewSlide .ext-slide-btn {position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); width:100%; max-width:400px; z-index:99;
display:flex; align-items:center; justify-content:space-between;}
.carview #viewSlide .ext-slide-btn .prev,
.carview #viewSlide .ext-slide-btn .next {cursor:pointer; max-width:26px;}
.carview #viewSlide .ext-slide-btn .prev {transform:rotate(180deg);}

.carview #viewSlide .int-slide-btn {position:absolute; top:60%; left:50%; transform:translate(-50%, -50%); width:95%; max-width:400px; z-index:99;
display:flex; align-items:center; justify-content:space-between;}
.carview #viewSlide .int-slide-btn .prev,
.carview #viewSlide .int-slide-btn .next {cursor:pointer; max-width:26px; filter:brightness(3.5);}
.carview #viewSlide .int-slide-btn .prev {transform:rotate(180deg);}

#sub.simpleview #tab-ext .swiper-wrapper {padding-bottom:90px; text-align:center;}
#sub.simpleview #tab-ext .swiper-wrapper img {max-width:340px; margin:0 auto;}
#tab-ext .swiper-wrapper {padding-bottom:40px;}

#tab-ext
,#tab-int { height: 290px; }

.ext-view {display:block; position:absolute; bottom:0; left:50%; transform:translate(-50%,0); z-index:9;
padding:12px 5px; width:60%; margin:0 auto; background:#fff; text-align:center; border-radius:500px;}
.ext-view ul {display:flex; align-items:center; justify-content:center;}
.ext-view li {position:relative; margin:0 !important; height:auto !important;}
.ext-view li:nth-child(2):before {content:''; position:absolute; top:50%; left:0; transform:translate(0,-50%); width:4px; height:4px; border-radius:100%; background:#000;}
.ext-view li:nth-child(2):after {content:''; position:absolute; top:50%; right:0; transform:translate(0,-50%); width:4px; height:4px; border-radius:100%; background:#000;}
.ext-view input {display:none; appearance:none; display:none;}
.ext-view input + label {display:block;  cursor:pointer; font-size:14px; font-weight:500;}
.ext-view input:checked + label {color:#784bf0; font-weight:bold;}

.carview  select {color:#1a1a1a;}
.carview #viewDivide {margin:0 !important; padding:0 0 40px 0;}
.carview .viexfixed {margin-top:35px; background:#fff;}
.carview .viexfixed .container {width:100%;}
.carview .viexfixed .fastview-tit {display:flex; flex-direction:column; font-size:22px; font-weight:bold;}
.carview .viexfixed .fastview-tit .brand {width:50px; margin-left:-3px;}
.carview .viexfixed .fastselect .flex {margin-top:15px; gap:5px;}
.carview .viexfixed .fastselect select {margin:6px 0 0 0 ; width:100%; padding:11px 13px; border:1px solid #d1d1d1; border-radius:3px; box-sizing:border-box; font-size:14px;
background:url('../_img/select_down.png') no-repeat 96% center; background-size:13px;}
.carview .viexfixed dl.condition dd {display:flex; align-items:center; gap:5px;}
.carview .viexfixed dl.condition dd select {width:86px; padding:10px 25px 8px 10px; border:1px solid #d1d1d1; border-radius:3px; box-sizing:border-box; font-size:13px;
background:url('../_img/select_down.png') no-repeat 92% center; background-size:10px;}
.carview .viexfixed dl.condition dd p {margin-left:5px; font-size:13px; letter-spacing:-1px;}
.carview .viexfixed .file {margin:8px 0 14px 0; display:flex; align-items:center; gap:9px; }
.carview .viexfixed .file button {padding:11px 7px; font-size:14px; color:#1a1a1a; border-radius:3px; background:#E7E9F1;}

.layerPopup#extPop .layerBody {height:90vh; bottom:0; border-radius:10px 10px 0 0;}
.layerPopup#extPop .layerBody h2.tit {padding:10px; border-bottom:none; background:none; font-size:19px; font-weight:bold; text-align:center; height:auto;}
.layerPopup#intPop .layerBody {height:90vh; bottom:0; border-radius:10px 10px 0 0;}
.layerPopup#intPop .layerBody h2.tit {padding:10px; border-bottom:none; background:none; font-size:19px; font-weight:bold; text-align:center; height:auto;}


#viewDivide {margin:40px 0; scroll-behavior: smooth; }
#viewDivide .container {width:100%;}
#viewDivide .container .conRight {}
#viewDivide .container .conLeft {position:relative; width:285px; display:none;}


.com-scorll {height:130px; margin:10px 0; padding:0 10px 0 0; margin-bottom:10px; overflow-y:scroll;}
.com-scorll::-webkit-scrollbar { width: 5px;}
.com-scorll::-webkit-scrollbar-track {background:#f4f4f4;}
.com-scorll ::-webkit-scrollbar-thumb {  background: #00abce;   border-radius: 10px;}

.viexfixed {padding:0 20px 20px 20px; }
.viexfixed .img {width:240px; margin: 0 auto 10px auto;}
.viexfixed .out {display:flex; gap:10px;margin:10px 0;}
.viexfixed .out a
,.viexfixed .out button {display:flex; justify-content:center; align-items:center; gap:10px;  padding:8px 5px; border: 1px solid #e6e6e6; width:50%; border-radius:3px; text-align:center; font-size:14px; font-weight:500; background-color:#FFF; }
.viexfixed .out a img
,.viexfixed .out button img {width:13px; height:13px;}
.viexfixed dl {display:flex; justify-content:space-between; align-items:baseline; }
.viexfixed dl dt {width:50px; font-size:13px; color:#8c8c8c;}
.viexfixed dl dd {text-align:right; font-size:14px; line-height:26px;}
.viexfixed dl dd .btn {margin-top:5px; display:flex; justify-content:flex-end; gap:3px;}
.viexfixed dl dd .btn a {display:block; padding:7px 10px; line-height:13px; border:1px solid #d1d1d1; font-size:13px; letter-spacing:-0.5px; border-radius:5px;}
.viexfixed dl dd .btn a:hover {background:#f7f7f7; transition:all 0.5s;}
.viexfixed dl.model {margin-bottom:10px;}
.viexfixed dl.condition {margin:10px 0 15px 0;}
.viexfixed .bbtn {margin-top:15px;}

@media (min-width: 630px) {
.viexfixed .img {width:400px; margin:40px auto;}
}

/*
.viexfixed dl.condition dd {padding:0 5px 0 0; height:52px; overflow-y:scroll;}
.viexfixed dl.condition dd::-webkit-scrollbar { width: 5px;}
.viexfixed dl.condition dd::-webkit-scrollbar-track {  box-shadow: inset 0 0 5px grey;   border-radius: 10px;}
.viexfixed dl.condition dd::-webkit-scrollbar-thumb { background: #00abce;   border-radius: 10px;}*/
.viexfixed dl.option {margin:15px 0; }
/*
.viexfixed dl.option dd {padding:0 5px 0 0; height:63px; overflow-y:scroll;}
.viexfixed dl.option dd::-webkit-scrollbar { width: 5px;}
.viexfixed dl.option dd::-webkit-scrollbar-track {  box-shadow: inset 0 0 5px grey;   border-radius: 10px;}
.viexfixed dl.option dd::-webkit-scrollbar-thumb { background: #00abce;   border-radius: 10px;}*/


.viexfixed dl.option .opcon {display:flex; justify-content:flex-end; gap:5px; flex-wrap:wrap;}
.viexfixed dl.option .opcon .op { padding:7px 10px; line-height:13px; border:1px solid #d1d1d1; font-size:13px; letter-spacing:-0.5px; border-radius:500px;}
.viexfixed dl.option .opcon .op .closee {font-size:10px; font-weight:bold; color:#8c8c8c;}


.viexfixed dl.option .opcon > button {
	padding: 5px 10px 5px 5px;
	line-height: 13px;
	border: 1px solid #d1d1d1;
	font-size: 12px;
	letter-spacing: -0.5px;
	border-radius: 500px;
	width: auto;
	background-color: transparent;
	font-weight: normal;
}
.viexfixed dl.option .opcon > button > span {
	max-width: 85px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}
.viexfixed dl.option .opcon > button > .remove {
	font-size: 10px;
	font-weight: bold;
	color: #8c8c8c;
}

.viexfixed dl dd .price {font-size:22px; font-weight:bold; letter-spacing:-0.5px; color:#000; font-family:  'Pretendard';}
.viexfixed dl dd .vat {color:#8c8c8c; font-size:13px;}
.viexfixed .line {margin:15px 0; width:100%; height:1px; border-top:1px solid #d1d1d1;}

#comfirmPop .viexfixed .priceEnd {gap:20px;}
.viexfixed .priceEnd {margin:20px 0; display:flex; align-items:center; gap:40px;}
.viexfixed .priceEnd .pcon {width:50%; }
.viexfixed .priceEnd .pcon p {font-size:13px; color:#8c8c8c; line-height:13px; text-align:right; justify-content:space-between;}
.viexfixed .priceEnd .pcon p .big {font-size:19px; font-weight:800; color:#1a1a1a; font-family:  'Pretendard';}
.viexfixed .priceEnd .pcon p.vat {margin-top:8px; color:#B3B3B3; font-size:11px; letter-spacing:-0.5px;}

.viexfixed .saleprice { display:none; position:relative; margin-bottom:12px; padding:12px; background:#F8F8F8;  border-radius:8px;}
.viexfixed .saleprice  dl dt {padding:9px 5px; width:95px;  background: linear-gradient(70deg,#EC04AE, #7800FF, #4500FF);  color:#fff; border-radius:30px; font-weight:600; text-align:center;}
.viexfixed .saleprice p {margin-top:13px; font-size:13px; font-weight:500; color:#000; line-height:1.5; text-align:right;}
.viexfixed .saleprice .salepop {
	display:none;
	position:absolute; top:50%; left:-235px; transform:translate(0, -50%);
	padding:15px;  background:rgba(0 0 0 / 50%); border-radius:5px; color:#fff; font-size:13px; line-height:1.5; z-index:11;
}
.viexfixed .saleprice .price {color:#0465ED;}

.viexfixed button
,.viexfixed a { display:block; margin:5px 0 0 0; padding:13px 0; width:100%; font-size:16px; font-weight:bold; text-align:center;  border-radius:7px; box-sizing:border-box;}
.viexfixed button.btn_01
,.viexfixed a.btn_01 {margin-top:15px; color:#784bf0; border:1px solid #784bf0; background:#fff;}
/*.viexfixed button.btn_01:hover
,.viexfixed a.btn_01:hover {background:#e5eff1; transition:all 1s;}*/
.viexfixed button.btn_02 {background:#784bf0; color:#fff; }
/*.viexfixed button.btn_02:hover {background:#0095b4; transition:all 1s;}*/
#viewDivide .btn {padding-right:20px; }
#viewDivide .btn a {display:block; margin-top:15px; padding:18px 0; width:100%; text-align:center; font-size:18px; border-radius:5px; background:#784bf0; color:#fff; font-weight:600; }

#confirmPop .contPop {position:relative;}
#confirmPop .viexfixed {padding:20px 20px 10px 20px;}
#confirmPop .bbtn {margin:0; position:sticky; bottom:0; width:100%; }
#confirmPop .bbtn button {border-radius:0; padding:17px 0; width:100%; background: #742FEC; text-align:center; color:#fff; font-size:18px; font-weight:bold;}
#confirmPop .cf-top {position:sticky; top: 0;  width:100%; text-align:center; padding:20px 0; background:#fff; z-index:99999; box-shadow:2px 2px 2px rgb(0 0 0 / 2%);}
#confirmPop .cf-top h2 {font-size:20px;}
.layerPopup#confirmPop .layerBody .close {right:0; opacity:1;}
.layerPopup#confirmPop .layerBody .close:after {top:23px; width:17px; height:17px; right:23px;}

@media (min-width: 420px) {
.viexfixed .priceEnd .pcon p .big {font-size:22px;}
.viexfixed .priceEnd .pcon p.vat {font-size:12px;}
} 
@media (min-width: 640px) {
#confirmPop .bbtn {padding:0 18px;}
#confirmPop .bbtn button {border-radius:4px;}
}

#comfirmPop  .imcar {position:inherit; transform:inherit; margin-bottom:10px;}
#comfirmPop  .imcar a {display:inline-block; padding:13px 10px; width:100%; text-align:center;
color:#fff; font-weight:bold; font-size:14px; background: linear-gradient(70deg, #1584cb, #2740b6); border-radius:5px;}
#comfirmPop  .imcar a:hover {background: linear-gradient(140deg, #1584cb, #2740b6); transition:all 1s;}
#comfirmPop  .imcar a .arrow {margin-left:10px; font-weight:300;}
.fastlist .viexfixed dl.model {margin-bottom:7px;}
.fastlist .viexfixed dl.model dd {font-size:16px;}
.fastlist .viexfixed .fastselect { margin-bottom:5px; border-radius:500px; background:url('../_img/fastselect_arrow.png') no-repeat 95% center #fafafa;}
.fastlist .viexfixed .fastselect select { padding:10px 15px; font-size:12px; color:#1a1a1a; background:none; letter-spacing:-0.7px; font-weight:500; width:100%;}
.fastlist .viexfixed .fastselect2 h5 {font-size:13px; color:#8c8c8c; font-weight:400;}
.fastlist .viexfixed .fastselect2 span {margin:5px 0 15px 0; display:flex; justify-content:space-between; align-items:center; gap:5px; flex-wrap:wrap;}
.fastlist .viexfixed .fastselect2 select { padding:10px 15px; font-size:12px; color:#1a1a1a; background:none; letter-spacing:-0.7px; font-weight:500; width:33%;
border-radius:500px; background:url('../_img/fastselect_arrow.png') no-repeat 88% center #fafafa;}
.fastlist .viexfixed .fastselect2 p {font-size:13px; }

.mt-2 {margin-top:10px;} .mt-8 {margin-top:40px;}
.mb-8 {margin-bottom:40px;} .mb-12{margin-bottom:40px;}

/*carView 선택창*/
.imcar {position:absolute; bottom:-25px; left:50%; transform: translate(-50%, 0); width:100%; text-align:center;}
.imcar a
,.imcar button {display:inline-block; padding:15px 25px; color:#fff; font-weight:bold; font-size:17px; background: linear-gradient(70deg, #9567FA, #6738EF); border-radius:5px;}
.imcar a:hover
,.imcar button:hover {background: linear-gradient(140deg, #9567FA, #6738EF); transition:all 1s;}
.imcar a .arrow
,.imcar button .arrow {display:inline-block; margin:3px 0 0 5px; font-weight:300; width:8px; line-height:12px;}


#viewCon .viewmenu  {padding-right:20px; display:none;}
#viewCon .viewmenu ul {display:flex; justify-content:space-between; }
#viewCon .viewmenu ul li  {display:flex; flex-basis:20%; justify-content:center;}
#viewCon .viewmenu ul li a {display:block; width:100%; padding:8px 0; text-align:center; font-size:14px; color:#8c8c8c; border-bottom:1px solid #8c8c8c;}
#viewCon .viewmenu ul li.on a {color:#000; border-bottom:2px solid #000; font-weight:bold;}
#viewCon .viewmenu ul li a:hover {color:#000; border-bottom:2px solid #000; font-weight:bold; transition:all 3s;}
#viewCon .tit {margin-bottom:5px; font-size:18px; font-weight:bold; letter-spacing:-1px;}
#viewCon .mdtit {margin:20px 0 7px 0; font-size:16px; font-weight:bold; letter-spacing:-1px;}
#viewCon .tabs ul {margin:0 0 20px 0; display:flex; justify-content:flex-start; gap:20px;}
#viewCon .tabs ul li a {padding:8px 0;  font-size:15px;  color:#8c8c8c; white-space:nowrap;}
#viewCon .tabs ul li:last-child a {margin-right:20px;}
#viewCon .tabs ul li.active { }
#viewCon .tabs ul li.active a {border-bottom:2px solid #000; color:#000; font-weight:bold;}
#viewCon .tabs .gradeSwiper.swiper {padding:0 15px 0 0;}
#viewCon .tabs .gradeSwiper.swiper::-webkit-scrollbar {display:none;}

#Rmodel {margin-top:55px;}
.tabmodel {position:relative;}


.gradeSwiper { overflow-x: scroll !important; }
.gradeSwiper .swiper-slide { width:auto; }

.trimSwiper .swiper-slide {width:200px;}
.trimSwiper .model-list {padding:20px 15px; border:1px solid #b3b3b3; border-radius:5px; overflow:hidden; box-sizing:border-box; cursor:pointer;}
.trimSwiper .model-list.on
,.trimSwiper input[type="radio"]:checked + label {border:3px solid #784bf0;}

/* .trimSwiper .model-list:hover {border:3px solid #00abce; } */
.trimSwiper .model-list h3 {margin-bottom:5px; font-size:16px; font-weight:bold; letter-spacing:-0.5px; }
.trimSwiper .model-list h5 {font-size:20px; font-weight:bold; }
.trimSwiper .model-list .tag {margin:7px 0 15px 0; display:flex; justify-content:flex-start; gap:5px; min-height:26px;}
.trimSwiper .model-list .tag .best {display:inline-block; padding:7px 13px; background:#00abce; color:#fff; font-size:12px; line-height:12px; border-radius:500px;}
.trimSwiper .model-list p {margin-top:15px; font-size:14px; line-height:24px; height:122px; overflow-y:scroll;}
.trimSwiper .model-list p::-webkit-scrollbar {width: 5px;}
.trimSwiper .model-list p::-webkit-scrollbar-track { border-radius: 10px;}
.trimSwiper .model-list p::-webkit-scrollbar-thumb { background:#efefef;   border-radius: 10px;}
.trimSwiper .model-list p::-webkit-scrollbar-thumb:hover {  }

.tabmodel .swiper-button-next {color:transparent; display:none;}
.tabmodel .swiper-button-next:after {color:#333; font-size:18px;}


#Rcolor .incolor {margin-top:20px;}
#Rcolor .listcon {display:flex; gap:10px; justify-content:flex-start;}
#Rcolor .listcon .list {border-radius:10px; overflow:hidden; width:80px; height:80px;}
#Rcolor .listcon .list span {display:block; width:100%; height:30px;}
#Rcolor .input-Color {display:flex; overflow-x:scroll; padding:0 0 50px 5px;  gap:8px;}
#Rcolor .input-Color span input[type="radio"]{display:none; appearance:none; display:none; }
#Rcolor .input-Color span input[type="radio"] + label {display:inline-block; position:relative; padding:5px 0; margin:0 5px 0 -3px; width:80px; height:80px;  border-radius:5px; text-align:center; cursor:pointer; background-position: center center;
	background-repeat: no-repeat;}
#Rcolor .input-Color span input[type="radio"] + label .color {width:100%;}
#Rcolor .input-Color span input[type="radio"] + label:before{ content:''; position:absolute; left:0; top:0; width:100%; height:80px; text-align:center;  border:1px solid #b3b3b3; box-sizing:border-box; border-radius:5px;  }
#Rcolor .input-Color span input[type="radio"]:checked + label:after {content: ''; position:absolute;left:50%; top:50%; width:102%; transform: translate(-50%, -50%);  height:80px;
border:3px solid #784bf0; border-radius:5px; color:#fff; z-index:8; box-sizing:border-box;}
#Rcolor .input-Color span input[type="radio"] + label p {display:none;  position:absolute; left:50%; bottom:-35px;  transform: translate(-50%, 0); width:70px; font-size:12px; line-height:14px; font-weight:500; color:#827d83; height:28px;
 /* padding:7px 5px;background:rgba(0,0,0,0.5); border-radius:5px;*/}
#Rcolor .input-Color span input[type="radio"] + label:hover p {display:block;}
#Rcolor .input-Color span input[type="radio"]:checked + label p {display:block;}

#Roption .input-Option {margin-top:20px; padding-right:20px;}
#Roption .optit input[type="checkbox"]{ appearance:none; display:none; }
#Roption .optit input[type="checkbox"] + label  {margin-bottom:8px; position:relative; display:inline-block; padding:13px; width:100%; border:1px solid #b3b3b3; font-size:15px; font-weight:500; border-radius:5px; cursor:pointer;}
#Roption .optit input[type="checkbox"]:checked + label {border:2px solid #784bf0; font-weight:bold; color:#784bf0;}
#Roption .optit input[type="checkbox"] + label:before { content:''; position:absolute; width:18px; height:18px; border:1px solid #b3b3b3; box-sizing:border-box; border-radius:5px;  }
#Roption .optit input[type="checkbox"]:checked + label:before  { content:''; position:absolute; top:12px; width:18px; height:18px; background:url('../_img/opcheck.png') no-repeat center #784bf0;  border:1px solid #784bf0; box-sizing:border-box; border-radius:4px;  }
#Roption .optit input[type="checkbox"] + label:after { content:url('../_img/oparrow.png'); position:absolute; top:12px; right:10px; width:20px; height:20px; transform:rotate(0deg);}
#Roption .optit:hover input[type="checkbox"] + label:after{  content:url('../_img/oparrow.png'); position:absolute; top:12px; right:10px; width:20px; height:20px; transform:rotate(0deg);  transition:all 0.5s;}
#Roption .optit input[type="checkbox"]:checked + label:after { content:url('../_img/oparrow.png'); position:absolute; top:12px; right:10px; width:20px; height:20px; transform:rotate(-180deg);  }
#Roption .optit input[type="checkbox"] + label .optxt {display:flex; padding: 0 25px; justify-content:space-between;}
#Roption .opcon { display:none; padding:20px; background:#fafafa;}
#Roption .opcon .img
,#Roption .opcon img {margin:0 auto 20px auto; width:100%; max-width:360px;}

#Roption .opcon p {font-size:14px; line-height:24px; font-weight:500; word-break:keep-all; }

#Rcondition {padding-right:20px;}
#Rcondition .input-st-blue span input[type="radio"]{ appearance:none; display:none; }
#Rcondition .input-st-blue {display:flex; justify-content:space-between; border:1px solid #cecece; border-radius:5px;  background:#fff; flex-wrap:wrap;}
#Rcondition .input-st-blue > span {display:flex; justify-content:center;}
#Rcondition .input-st-blue > span input[type="radio"] + label {  display:flex; gap:5px; justify-content:center; align-items:center; width:100%; padding:10px;
text-align:center; box-sizing:border-box; background:#fff; border-radius:5px; cursor:pointer; font-size:15px; font-weight:500;}
#Rcondition .input-st-blue span input[type="radio"]:checked + label {border:3px solid #784bf0; font-weight:bold; color:#784bf0; z-index:9;}
#Rcondition .input_Term.input-st-blue span  { flex-grow: 1; position:relative; }
#Rcondition .input_Term.input-st-blue span:after {content:''; position:absolute; top:50%; right:0; transform: translate(0, -50%); width:1px; height:50%; background:#d2d2d2;}
#Rcondition .input_Term.input-st-blue span:last-child:after {background:none;}
#Rcondition .input_Year.input-st-blue span  {flex-basis:50%; }
#Rcondition .input_Deposit.input-st-blue span  {position:relative; flex-basis:25%; }
#Rcondition .input_Deposit.input-st-blue span:after {content:''; position:absolute; top:50%; right:0; transform: translate(0, -50%); width:1px; height:50%; background:#d2d2d2;}
#Rcondition .input_Deposit.input-st-blue span:last-child:after {background:none;}
#Rcondition .input_Advance.input-st-blue span  {position:relative; flex-basis:25%; }
#Rcondition .input_Advance.input-st-blue span:after {content:''; position:absolute; top:50%; right:0; transform: translate(0, -50%); width:1px; height:50%; background:#d2d2d2;}
#Rcondition .input_Advance.input-st-blue span:last-child:after {background:none;}

#Rgift {padding-right:20px;}
#Rgift .input span input[type="radio"]{ appearance:none; display:none; }
#Rgift .input {display:flex; justify-content:flex-start; flex-wrap:wrap; border-radius:5px;  background:#fff; }
#Rgift .input > span {margin-bottom:10px; display:flex; justify-content:center; border:1px solid #cecece; border-radius:5px;}
#Rgift .input > span input[type="radio"] + label {  width:100%; padding:13px 20px; text-align:center; box-sizing:border-box; background:#fff; border-radius:5px; cursor:pointer; font-size:15px; font-weight:500; line-height:20px;}
#Rgift .input span input[type="radio"]:checked + label {border:2px solid #784bf0; font-weight:bold; color:#784bf0; z-index:9;}
#Rgift .input span  {position:relative; flex-basis:100%; }
#Rgift .input > span input[type="radio"] + label .plus {padding:0 7px;}


#term .container {padding:60px 0;}
#term .container h2 {margin-bottom:30px; padding:25px 0; font-size:26px; background:#bababa; color:#fff; text-align:center;}
#term .container h3 {margin:15px 0; font-size:20px; }
#term .container p {font-size:14px; line-height:26px;}
#term .container li {font-size:14px; line-height:26px;}

.fc-blue {color:#1E53F2;}
.companytop {text-align:center; padding:40px 0;}
.companytop .img {}
.companytop h3 {margin:20px 0 30px 0; font-size:20px;  font-weight:400;}
.companytop p {margin-top:25px; font-size:14px; line-height:24px;}
.companybox {display:flex; flex-direction:column; padding-bottom:40px;}
.companybox .text {}
.companybox .text h4 {margin:35px 0 15px 0 ; position:relative; font-size:20px; color:#3651E0; padding-left:15px; }
.companybox .text h4:before {content:''; position:absolute; left:0; width:5px; height:100%; background:#3651E0; }
.companybox .text p {font-size:14px; line-height:22px;}


/*carFast*/
.btn.all a {display: inline-flex; align-items: center; gap: 5px; padding: 7px 3px 7px 15px; border: 1px solid #dbdbdb; border-radius: 50px; color: #4d4d4d; font-size: 13px; font-weight: 500;}
.btn.all a .arrow {width: 8px; height: 8px; color: #4d4d4d;}
.btn.all a:hover {border: 1px solid #00abce; background: #00abce; color: #fff; transition: all 0.5s;}
.btn.all a:hover .arrow {color: #fff;}


.sameclass {margin-top:30px;}
.sameprice {margin-top:30px;}

#samesw .swiper {padding:0 18px 7px 18px;}
#samesw .list a {display:block; padding:20px 0 0 0 ; border-radius:10px; box-shadow:5px 5px 5px rgba(0,0,0,0.1); overflow:hidden; background:url('/_img/samecar_bg.png') repeat-x; background-size:100% 60px;}
#samesw .list a .img {width:90%; margin:0 auto;}
#samesw .list a:hover .img img {transform: scale(1.1); transition:all 1s;}
#samesw .list a .text {padding:5px 15px 15px 15px;}
#samesw .list a .text h3 {font-size:16px; font-weight:600; overflow: hidden;     text-overflow: ellipsis;    white-space: nowrap;}
#samesw .list a .text p {margin: 3px 0 7px 0; font-size:12px; font-weight:400; overflow: hidden;    text-overflow: ellipsis;    white-space: nowrap; }
#samesw .list a .text .price  {font-size:16px; font-weight:700;}

@media (min-width: 630px) {
#samesw .list a {padding:40px 0 0 0;  background-size:100% 100px; }
}

#viewCon .simple-tit {width:100%; padding:0 20px 0 36px; margin:40px auto 20px auto; display:flex; align-items:center; justify-content:space-between;}
#viewCon .simple-tit h2.tit {margin-bottom:0;}

.radioSimple {display:flex; align-items:center; margin-right:-15px;}
.radioSimple li input[type="radio"] {display:none; appearance:none; display:none; }
.radioSimple li input[type="radio"] + label {padding:0 12px; font-size:16px; font-weight:700; color:#000;  cursor:pointer; position:relative;}
.radioSimple li input[type="radio"]:checked + label {color:#784bf0;}
.radioSimple li:first-child input[type="radio"] + label:after {content:''; display:block; position:absolute; top:50%; right:0; transform:translate(0, -50%);
width:2px; height:12px; background:#000;}

#carbottom {background:#f7f7f8;}
#carbottom .mn-tit {padding:0 36px;}
#carbottom .mn-tit h2 {margin-bottom:20px;}

.subreview .reviewSwiper .thumbImg {height:120px;}
.subreview .reviewSwiper .txt {position:inherit; background:#fff; color:#1a1a1a;
border-top-left-radius:0; border-top-right-radius:0; border-bottom-left-radius:0; border-bottom-right-radius:0;}
.subreview .reviewSwiper .txt p.contxt {margin:9px 0 12px 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
 font-size:13px; line-height:1.4; height:34px;}
.subreview .reviewSwiper .review-info {color:#8c8c8c;}
.subreview .reviewSwiper .review-info .date {text-align:right;}



.subreview {}
.subreview .swiper {padding:0 18px;}
.subreview .list a {display:block; border-radius:10px; box-shadow:5px 5px 5px rgba(0,0,0,0.1); overflow:hidden;}
.subreview .list a .img {width:100%; height:120px;}
.subreview .list a .text {padding:15px;}
.subreview .list a .text h3 {font-size:17px; font-weight:600;}
.subreview .list a .text p {margin: 7px 0 15px 0; font-size:14px; line-height:22px; font-weight:500; height:42px; overflow:hidden;}
.subreview .list a .text h5 {font-size:14px; color:#8c8c8c; font-weight:200;}


.subevent {margin-top:30px; }
.subevent .swiper {padding:0 20px;}
.subevent .list a .img {display:block; border-radius:15px; overflow:hidden; height:160px;}

@media (min-width: 630px) {
.subevent .list a .img {height:280px;}
}