/* #sub {padding-top:110px;}
#term {padding-top:90px;} */

.svisual {padding:20px 0;  text-align: center;}
.svisual h2 { font-size: 26px; font-weight: bold;}
.svisual p {margin-top:10px; font-size:14px; font-weight:400;}

#svimg.seven-sv .container {margin:0 auto; padding:0 15px; }
#svimg.seven-sv .rdimg {border-radius:10px; overflow:hidden;}
/*빠른 간편견적*/
#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:12px 0; width:100%; font-size:15px; 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:#f7f7f7;}
#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 .ct-Brand span input[type="radio"]{display:none; appearance:none; display:none; }
#fastTab .category .ct-Brand {display:flex; overflow-x:scroll; gap:5px; padding-bottom:10px;}
#fastTab .category .ct-Brand::-webkit-scrollbar {height:4px;}
#fastTab .category .ct-Brand::-webkit-scrollbar-track {  background:#e6e6e6; border-radius: 3px;}
#fastTab .category .ct-Brand::-webkit-scrollbar-thumb { background: #b3b3b3;   border-radius: 10px;}

#fastTab .category .ct-Brand span input[type="radio"] + label {display:flex; flex-direction:column; justify-content:center; padding:4px; gap:5px; width:65px; height:65px;
text-align:center; box-sizing:border-box; background:#fff; border:1px solid #cecece; border-radius:5px; cursor:pointer; font-size:11px;}
#fastTab .category .ct-Brand span input[type="radio"] + label .img {width:36px; margin:0 auto; }
#fastTab .category .ct-Brand span input[type="radio"] + label .img img {width:100%;}
#fastTab .category .ct-Brand span input[type="radio"]:checked + label {border:2px solid #08C679; box-shadow:5px 5px 5px rgba(0,0,0,0.2); font-weight:bold; color: #08C679;}
#fastTab .category .ct-Brand span 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.all {}
#fastTab .category .ct-Fuel span.fueltype {display:flex; align-items:center; justify-content:center; width:17px; height:17px; font-size:11px; font-weight:500; border-radius:2px; flex-basis:auto; }

#fastTab .category .ct-Fuel span input[type="radio"] + label {  display:flex; gap:7px; justify-content:center; align-items:center; width:100%; padding:8px;
text-align:center; box-sizing:border-box; background:#fff; border-radius:5px; cursor:pointer; font-size:14px;}
#fastTab .category .ct-Fuel span input[type="radio"]:checked + label {border:2px solid  #08C679; font-weight:bold; color: #08C679;}
#fastTab .category .ct-Fuel span input[type="radio"]:checked + label span {border:1px solid #08C679; }
/*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:8px;
text-align:center; box-sizing:border-box; background:#fff; border-radius:5px; cursor:pointer; font-size:14px;}
#fastTab .category .ct-Size span input[type="radio"]:checked + label {border:2px solid  #08C679; font-weight:bold; color:#08C679;}
/*Month custom*/
#fastTab .category .ct-Month span input[type="radio"]{ appearance:none; display:none; }
#fastTab .category .ct-Month {display:flex; justify-content:space-between; border:1px solid #cecece; border-radius:5px;  background:#fff;}
#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:8px;
text-align:center; box-sizing:border-box; background:#fff; border-radius:5px; cursor:pointer; font-size:14px;}
#fastTab .category .ct-Month span input[type="radio"]:checked + label {border:2px solid  #08C679; font-weight:bold; color: #08C679;}
/*Deposit custom*/
#fastTab .category .ct-Deposit span input[type="radio"]{ appearance:none; display:none; }
#fastTab .category .ct-Deposit {display:flex; justify-content:space-between; border:1px solid #cecece; border-radius:5px;  background:#fff;}
#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; gap:7px; justify-content:center; align-items:center; width:100%; padding:8px;
text-align:center; box-sizing:border-box; background:#fff; border-radius:5px; 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 {border:2px solid  #08C679; font-weight:bold; color: #08C679;}
/*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:8px;
text-align:center; box-sizing:border-box; background:#fff; border-radius:5px; cursor:pointer; font-size:14px;}
#fastTab .category .ct-Price span input[type="radio"]:checked + label {border:2px solid  #08C679; font-weight:bold; color: #08C679;}
/*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:20px 0 15px 0; display:flex; justify-content:space-between; align-items:center; border-bottom:1px solid #d8d8d8;}
.result .carindex-tit h2 { padding:0; font-size:18px; font-weight:400; border-bottom:none; }
select.carfilter {padding:8px 36px 8px 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:23px; cursor:pointer;}
select.carfilter:focus {border:1px solid #2B54E8;}
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:8px 17px; font-size:13px; line-height:13px; 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;}
.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:grid; grid-template-columns:1fr 1fr; gap:10px;}
.result .result-con .list {position:relative; display:flex; flex-direction:column;  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; border-radius:500px; font-weight:500;}
.result .result-con .list .ab-icon span.mm {background: #3970DF; color:#fff;}
.result .result-con .list .ab-icon span.pm {background:#CBDCFF; color:#3970DF;}
.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:30px 5px 0 5px; background:#f7f7f7; width:100%; height:130px; 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  #3970DF; color: #3970DF; 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; height:33px;}
.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:68px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.result .result-con .list .price li .subject img { margin:3px 0 0 3px; width:40px;}
.result .result-con .list .price li .won {display:flex; align-items:center; gap:2px; color:#3970DF; font-size:13px; font-weight:bold;}
.result .result-con .list .price li .won .num {min-width:70px; 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; border:1px solid #D1D1D1; color:#1a1a1a;
border-radius:3px; font-weight:600; width:50%; text-align:center; font-size:13px;}
.result .result-con .list .list-wrap .btn > a.consultFormBtn {background:#08C679;  border:1px solid #08C679; color:#fff;}

.text-center {text-align:center;}

/*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:360px;}
#viewSlide .tit h2 {display:flex; gap:7px; justify-content:center; align-items:center; font-size:24px; font-weight:bold;}
#viewSlide .tit h2 .brand {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:9;
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 수정 스타일*/
.viewsec.carview #viewSlide {margin-top:40px;}
.carview #viewSlide {background:#fafafa; padding:30px 0 40px 0;}
.carview #viewSlide .tabs ul.horizontal {position:inherit; top:0; gap:10px;}
.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:243px !important; margin:20px 0 23px 0; }
.carview #viewSlide .tabs #tab-int.tabitems ul li img {border-radius:7px; overflow:hidden;}

.carview #viewSlide .tabs {position:relative;}
.carview #viewSlide .opname {display:block; padding:12px; width:70%; margin:12px auto; background:#F0F0F0; text-align:center; border-radius:7px;}

#sub.simpleview #tab-ext .swiper-wrapper {padding-bottom:90px;}
#tab-ext .swiper-wrapper {padding-bottom:40px;}

#tab-ext
,#tab-int { height: 270px; }

.ext-view {display:block; position:absolute; bottom:0; left:50%; transform:translate(-50%,0); z-index:9;
padding:12px; width:70%; margin:0 auto; background:rgba(240,240,240,0.5); 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:#3970DF; font-weight:bold;}

.carview #viewDivide {margin:10px 0 40px 0;}
.carview .simple.img {padding:0 20px;}
.carview .viexfixed {margin-top:35px;}
.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 30px 11px 13px; border:1px solid #d1d1d1; border-radius:5px; 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:5px; 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;}

.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;}

#viewDivide .btn {padding-right:20px;}
#viewDivide .btn a {display:block; margin-top:30px; width:100%; padding:17px; font-size:16px; font-weight:bold; letter-spacinfg:-1px; background:#F56F14; border-radius:5px; color:#fff; text-align:center; }

.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 {margin-bottom:10px; width:240px; margin: 0 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;}
/*
.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
,.viexfixed dl.option .opcon > label {
	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
,.viexfixed dl.option .opcon > label > span {
	max-width: 85px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}
.viexfixed dl.option .opcon > button > .remove
,.viexfixed dl.option .opcon > label > .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;}
.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 {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:22px; font-weight:800;}
.viexfixed .priceEnd .pcon p.vat {margin-top:8px; color:#B3B3B3; font-size:12px;}
.viexfixed .priceEnd .pcon p.pconSmall {margin-top:7px; display:flex; align-items:center; font-size:9px; gap:7px; justify-content:end;}
.viexfixed .priceEnd .pcon p.pconSmall .won {font-size:11px; color:#1A1A1A; font-weight:500;}


.viexfixed .moreConWarp {position:relative; }
.viexfixed .moreTit {position:relative; margin-bottom:10px;  text-align:center;}
.viexfixed .moreTit p {position:relative; display:flex; align-items:center; justify-content:center; gap:7px; background:#F5F5F5; padding:11px 0;
font-size:13px; font-weight:600; color:#1A1A1A; cursor:pointer; z-index:3; border-radius:5px;}
.viexfixed .moreTit p .arrow {width:12px; height:7px;}
.viexfixed .moreTit.on p .arrow img{transform:rotate(-180deg);  transition:all 0.5s;}

.viexfixed .moreCon {display:none; position:absolute; top:46px; left:50%; transform:translate(-50%,0); width:101%; max-width:420px;  z-index:9;}
.viexfixed .underTakeWrap {padding:10px 15px; background:#F5F5F5; border-radius:5px;  color:#8c8c8c; }
.viexfixed .underTakeWrap h5 {font-size:12px; font-weight:400; line-height:1.5; text-align:right;}
.viexfixed .underTakeWrap .underTake  {display:flex; align-items:center; }
.viexfixed .underTakeWrap .underTake ul {width:50%; font-size:13px; font-weight:500; letter-spacing:-0.5px; line-height:1.5;}
.viexfixed .underTakeWrap .underTake ul.right li {justify-content:end;}
.viexfixed .underTakeWrap .underTake ul li {margin-bottom:6px; display:flex; align-items:center;  }
.viexfixed .underTakeWrap .underTake ul li .won {font-weight:700;}
.viexfixed .underTakeWrap .underTake ul li .won .num {display:inline-block; width:85px; text-align:right;}



.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 .underTake h3 {font-size:14px; color:#8C8C8C;}
.viexfixed .underTake h5 {font-size:12px; color:#8C8C8C; font-weight:400; text-align:right;}
.viexfixed .underTake .underTakeWrap {margin:9px 0; display:flex; align-items:center; justify-content:space-between; gap:25px; }
.viexfixed .underTake .underTakeWrap ul {width:50%; font-size:13px; font-weight:500; letter-spacing:-0.5px; line-height:1.5;}
.viexfixed .underTake .underTakeWrap ul li {display:flex; align-items:center;  justify-content:space-between; }

.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:#0AB777; border:1px solid #0AB777; background:#fff;}
/*.viexfixed button.btn_01:hover
,.viexfixed a.btn_01:hover {background:#e5eff1; transition:all 1s;}*/
.viexfixed button.btn_02 {background:#0AB777; color:#fff; }
/*.viexfixed button.btn_02:hover {background:#0095b4; transition:all 1s;}*/

#viewDivide .btn { padding-right:20px;}
#viewDivide .btn a {display:flex; align-items:center; gap:3px; justify-content:center; /*margin-top:15px;*/ padding:17px 0; width:100%; text-align:center; font-size:16px; border-radius:5px; background:#08C679; color:#fff; font-weight:600; letter-spacing:-0.5px; }
#viewDivide .btn a span {font-size:20px;}

#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: #08C679; text-align:center; color:#fff; font-size:17px; 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;}
.layerPopup#confirmPop .layerBody .close:after {top:23px;}

@media (min-width: 640px) {
}

#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, #08C679, #3970DF); border-radius:5px;}
#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 35px; color:#fff; font-weight:bold; font-size:15px; background: linear-gradient(70deg, #08C679, #3970DF); border-radius:5px;}
.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 #08C679;}

/* .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 #08C679; border-radius:5px; color:#fff; z-index:9; 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:100%; font-size:12px; line-height:14px; font-weight:500; color:#827d83; height:28px; white-space:nowrap; text-align:left;
 /* 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 #08C679; font-weight:bold; color:#08C679;}
#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 #08C679;  border:1px solid #08C679; 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 #08C679; font-weight:bold; color:#08C679; 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 #3970DF; font-weight:bold; color:#3970DF; 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:0 15px 40px 15px;}
#term h2.tit {margin-bottom:20px; padding:15px 0; font-size:18px; background:#bababa; color:#fff; text-align:center;}
#term .container h3 {margin:15px 0; font-size:18px; font-weight:700; }
#term .container h4 {margin:15px 0; font-size:16px; font-weight:700;}
#term .container p {font-size:14px; line-height:1.5;}
#term .container li {font-size:14px; line-height:1.6;}
#term .container table {margin:20px 0;}
#term .container th {background:#f4f4f4; padding:12px 7px;}
#term .container td {padding:7px;}


.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:10px 15px;}
#samesw .list a {display:block;  border-radius:10px; box-shadow:5px 5px 5px rgba(0 0 0 / 5%); border:1px solid #e4e4e4;  overflow:hidden; /*background:url('/_img/samecar_bg.png') repeat-x; background-size:100% 70px;*/}
#samesw .list a .img {padding:12px 0 5px 0; 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 .cancel {margin-bottom:3px; font-size:13px; color:#9d9d9d; text-decoration:line-through;}
#samesw .list a .text .price .won {font-size:16px; font-weight:800;}

#viewCon .simple-tit {width:90%; margin:40px auto 5px 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:#0465ED;}
.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;}

.subreview {margin-top:30px; }
.subreview .swiper {padding:10px 15px;}
.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:10px 15px 10px 15px;}
.subevent .list a .img {display:block; border-radius:15px; overflow:hidden; height:135px;}



/*수입차 전용페이지*/
.importOnly .title {margin:40px 0 60px 0; text-align:center; color:#2F2110; letter-spacing:-0.5px;}
.importOnly .title h2 {font-size:23px; font-weight:400; }
.importOnly .title h5 {margin:22px 0; font-size:12px; color:#2D52E9; font-weight:400;}
.importOnly .title p {font-size:15px; line-height:1.6;}

.importOnly .ct-Brand .swiper {padding:10px 20px 25px 20px;}
.importOnly .ct-Brand .swiper-horizontal>.swiper-scrollbar { left:4%;  width:92%;}
.importOnly .ct-Brand ul {/*display:flex; gap:6px;*/}
.importOnly .ct-Brand li {width:64px; margin-right:10px;}
.importOnly .ct-Brand li:last-child {margin-right:0;}
.importOnly .ct-Brand input[type="radio"]{ appearance:none; display:none;}
.importOnly .ct-Brand input[type="radio"] + label  {position:relative; display:flex; flex-direction:column; width:64px; height:64px;  padding:12px; gap:5px; text-align:center; box-sizing:border-box;
background:#fff; border:1px solid #cecece; border-radius:5px; cursor:pointer; font-size:14px; align-items: center; justify-content:center;}
.importOnly .ct-Brand input[type="radio"]:checked + label {border:2px solid #1E53F2; box-shadow:3px 3px 3px rgba(0,0,0,0.2); font-weight:bold; color:#1E53F2;}
.importOnly .ct-Brand input[type="radio"]:hover + label {box-shadow:5px 5px 5px rgba(0,0,0,0.2); transition:all 0.1s;}
.importOnly .ct-Brand input[type="radio"] + label img {width:36px;}
.importOnly .ct-Brand .all input[type="radio"] + label .img img {filter:opacity(1) grayscale(1) brightness(0);}
.importOnly .ct-Brand .all input[type="radio"]:checked + label .img img {filter:none;}
.importOnly .ct-Brand input[type="radio"] + label .num {display:none;}
.importOnly .ct-Brand input[type="radio"]:checked + label .num {display:block; position:absolute; top:-12px; right:-12px; z-index:9;
padding:5px 7px; background:#1E53F2; color:#fff; font-size:13px; line-height:14px; border-radius:50px;}

.importOnly .result .result-con {gap:11px;}
.importOnly .result .result-con .list {padding:12px 16px; flex-basis:100%; flex-direction:row; background:#fafafa; gap:5px; align-items:stretch;
border-top-right-radius:8px; border-top-left-radius:8px; border-bottom-right-radius:0; border-bottom-left-radius:0; justify-content:space-between;}
.importOnly .result .result-con .list .img {padding:0; width:40%; height:auto; background:transparent;}
.importOnly .result .result-con .list .img h3 {margin-bottom:10px; display:flex; align-items:center; gap:3px;}
.importOnly .result .result-con .list .img h3 .brand {width:35px;}
.importOnly .result .result-con .list .img .carimg {display:flex; align-items:center; justify-content:center; height:90px; }
.importOnly .result .result-con .list .list-wrap {padding:2px 0 0 0; width:60%; }
.importOnly .result .result-con .list .list-wrap .dv-eng {margin-bottom:7px;display:flex; align-items:center; gap:7px; line-height:1; font-size:13px;}
.importOnly .result .result-con .list .list-wrap .dv-eng .engine span {display:inline-block; width:15px; font-size:11px; line-height:13px; text-align:center; border:1px solid #a7a7a7;}
.importOnly .result .result-con .list .list-wrap .dv-eng .engine span.active {color:#0864f1; border:1px solid #0465ed; font-weight:600;}
.importOnly .result .result-con .list .text p {margin:2px 0 0 0; letter-spacing:-0.5px; font-size:12.5px;  white-space: nowrap;}
.importOnly  .result .result-con .list .price {margin:7px 0;}
.importOnly  .result .result-con .list .price .promotion {padding:4px 7px; font-size:11px; color:#fff; background:linear-gradient(45deg, #EC04AE, #7800FF, #4500FF); border-radius:30px;}
.importOnly .result .result-con .list .price li .won {font-size:13.5px;}
.importOnly .result .result-con .list .list-wrap .btn {margin:0;}
.importOnly .result .result-con .list .list-wrap .btn > a {background:#ededed;}
.importOnly .result .result-con .list .list-wrap .btn > a.bg {background:#1a1a1a; color:#fff;}


.importOnlyNew .topTitle {margin:30px 0 20px 0; text-align:center; }
.importOnlyNew .topTitle img {width:220px; margin:0 auto; }
.importOnlyNew .topTitle h3 {margin-top:10px; font-size:18px; color:#2D52E9;  letter-spacing:-1px;	 font-weight:600; }
.importOnlyNew .topVisual {position:relative; margin-bottom:80px; width:100%; height:93px; background:url('/_img/imonly_bg.png') top center no-repeat; background-size:cover;}
.importOnlyNew .topVisual img {position:absolute; top:9px; left:50%; transform:translate(-50%,0); width:300px; z-index:10; }
.importOnlyNew .topTxt {text-align:center; color:#2F2110;}
.importOnlyNew .topTxt h2 {font-size:14px; letter-spacing:-1px; font-weight:500;}
.importOnlyNew .topTxt p {margin-top:15px; font-size:14px; line-height:1.5; font-weight:500; }

.importOnlyNew .ct-Brand {margin:25px 0;}

.importOnlyNew .verticalEvent {position:relative; /*padding:0 20px;*/ margin-bottom:45px;  }
.importOnlyNew .verticalEvent .swiper-pagination {bottom:-28px;}
.importOnlyNew .verticalEvent .swiper-pagination  .swiper-pagination-bullet {margin:0 3px; width:9px; height:9px; background:#797979; opacity:1;}
.importOnlyNew .verticalEvent .swiper-pagination  .swiper-pagination-bullet.swiper-pagination-bullet-active {background:#2D52E9;}


.importOnlyResult .list {position:relative; margin-bottom:10px; padding:17px 0 17px 17px; background:#fafafa; overflow:hidden;}
.importOnlyResult .list:hover {box-shadow:5px 5px 10px rgba(0 0 0 / 10%); transition:1s all;}
.importOnlyResult .list .brandName {display:flex; align-items:center; gap:9px;}
.importOnlyResult .list .brandName .name {font-size:18px; font-weight:700; letter-spacing:-0.5px;}
.importOnlyResult .list .brandName .notice .text { display:inline-block; font-size:13px; font-weight:500; color:#7b7b7b; /*width:200px; overflow: hidden; text-overflow: ellipsis;*/ white-space: nowrap;}
.importOnlyResult .list .brandName .notice .round {padding:6px 10px; border-radius:18px; background:#b1b1b1; font-size:13px; font-weight:bold;  color:#fff;}
.importOnlyResult .carinfo {color:#1a1a1a; letter-spacing:-0.5px;}
.importOnlyResult .carinfo .txt h2 {padding:11px 0; display:flex; align-items:center; gap:5px; font-size:20px; font-weight:700; border-bottom:none !Important;}
.importOnlyResult .carinfo .txt h2 .brand {width:36px;}
.importOnlyResult .carinfo .txt  p {margin-bottom:7px; font-size:14px; line-height:1.3; font-weight:500;}
.importOnlyResult .carinfo .price {font-size:20px; font-weight:500; letter-spacing:-1px;}
.importOnlyResult .carinfo .price .won {margin-left:5px;  text-align:right; width:85px;}
.importOnlyResult .carinfo .img {position:absolute; top:55%; right:-85px; transform:translate(0,-50%); width:260px;}

.sevenDetail { background:url('/_img/imonly_sub_bg.png') no-repeat top center; background-size:101% 130px;}
.sevenDetail .topVisual {position:relative; margin-bottom:20px; padding:0 20px; display:flex; align-items:center; justify-content:space-between;}
.sevenDetail .topVisual .centerimg {padding:30px 0 0 0 ; position:relative; width:240px; text-align:center;}
.sevenDetail .topVisual .centerimg .brand {position:absolute; width:360px; top:20px; left:52%; transform:translate(-50%,0); z-index:2; opacity:0.5;}
.sevenDetail .topVisual .centerimg .car {position:relative;  z-index:9; top:13px;}
.sevenDetail .topVisual .hplus {position:relative; top:-5px; z-index:11; }
.sevenDetail .topVisual .hplus a {display:flex; flex-direction:column; align-items:center; gap:6px; font-size:13px; color:#fff; font-weight:400; text-align:center; position:relative; z-index:11;}
.sevenDetail .topVisual .hplus a.on img {transform:rotate(45deg); transition:all 0.5s;}
.sevenDetail .topVisual .hplus a img {width:23px; border-radius:100%;}
.sevenDetail .topVisual .amount {position:relative; top:-5px; z-index:10; text-align:center; color:#e6e6e6; cursor:pointer;}
.sevenDetail .topVisual .amount h3 {margin-bottom:10px; position:relative; display:inline-block; font-size:13px; font-weight:400; letter-spacing:-1px;}
.sevenDetail .topVisual .amount h3:after {position:absolute; content:''; bottom:-7px; left:0; width:100%; height:1px; background:#c9c9c9;}
.sevenDetail .topVisual .amount h2 {font-size:24px; font-weight:800; letter-spacing:-1px;}

.sevenDetail .hplusPop {display:none; position:absolute; top:76px; left:50%; transform:translate(-50%,0); width:100%; max-width:420px;
padding:22px; background:#fff; border-radius:10px; z-index:10; box-shadow:3px 3px 5px rgba(0 0 0 / 15%); }
.sevenDetail .hplusPop .plTit {margin-bottom:11px; display:flex; align-items:center; justify-content:space-between;}
.sevenDetail .hplusPop .plTit .round {display:inline-block; padding:6px 10px; font-size:12px; color:#fff; background:#1267C8; border-radius:30px; font-weight:500;}
.sevenDetail .hplusPop .plTit a {margin-right:-7px; display:flex; align-items:center; gap:6px; font-size:12px; font-weight:500;}
.sevenDetail .hplusPop .plTit a .arrow {width:11px; transform:rotate(-90deg);}
.sevenDetail .hplusPop li .hpList {display:flex; align-items:center; justify-content:space-between; padding:9px 0; font-size:13px; color:#000; border-bottom:1px solid #E2E5EB; font-weight:500;}
.sevenDetail .hplusPop li .hpList.on {border:none;}
.sevenDetail .hplusPop li:last-child .hpList {border:none;}
.sevenDetail .hplusPop .hpList .info {display:flex; align-items:center; gap:6px; justify-content:end; font-size:12px;}
.sevenDetail .hplusPop .hpList .date {display:none;}
.sevenDetail .hplusPop .hpList .new {font-weight:700; color:#2B54E7; font-size:13px;}
.sevenDetail .hplusPop .hpCon  {display:none; height:280px; overflow-y:scroll; padding:0 5px 10px 0; margin-right:-5px; border-bottom:1px solid #E2E5EB; border-top:1px solid #E2E5EB;}
.sevenDetail .hplusPop .hpCon h3.tit {position:relative; padding-left:10px; margin:15px 0 10px 0; font-size:12px; color:#000; font-weight:600; line-height:15px;}
.sevenDetail .hplusPop .hpCon h3.tit:before {content:''; position:absolute; top:0; left:0; width:4px; height:15px; background:#2B54E7;}
.sevenDetail .hplusPop .hpCon img { max-width:100%; }
.sevenDetail .hplusPop .hpCon p {margin-bottom:12px; font-size:12px; line-height:1.6; font-weight:500; color:#959595; }
.sevenDetail .hplusPop .hpCon::-webkit-scrollbar {width:2px;}
.sevenDetail .hplusPop .hpCon::-webkit-scrollbar-track { background: #f1f1f1;}
.sevenDetail .hplusPop .hpCon::-webkit-scrollbar-thumb { background: #888;}
.sevenDetail .topVisual .amount { z-index:9; }




.sevenDetail .topInfo {max-width:420px; margin:0 auto 20px auto; padding:0 20px; letter-spacing:-0.5px; color:#1a1a1a;}
.sevenDetail .topInfo .infoTxt .name {display:flex; align-items:center; gap:3px; font-size:18px; font-weight:700;}
.sevenDetail .topInfo .infoTxt .name .brand {width:40px;}
.sevenDetail .topInfo .infoTxt p {margin:10px 0; padding:0 0 0 40px; font-size:14px; font-weight:600; line-height:1.5;}
.sevenDetail .topInfo .infoTxt .notice {padding:0 0 0 40px; display:flex; gap:10px; align-items:flex-start; }
.sevenDetail .topInfo .infoTxt .notice .round {margin-top:1px; padding:5px 8px; border-radius:20px; background:#646464; font-size:12px; font-weight:bold;  color:#fff;}
.sevenDetail .topInfo .infoTxt .notice li {font-size:14px; line-height:1.4; font-weight:500;}

.fc-r {color:#B40101;}
.sevenDetail .infoSale {margin-top:20px; width:100%;}
.sevenDetail .infoSale p {margin-top:24px; font-size:12px; line-height:1.4; font-weight:500; text-align:left; letter-spacing:-1px;}
.sevenDetail .infoSale .unit { font-size:13px; color:#1a1a1a; font-weight:600; text-align:right; letter-spacing:-0.5px;}
.sevenDetail .infoGraph:before  {position:absolute; top:0; left:0; content:''; width:100%; height:100%; background: #f4f4f4; border-radius:30px;  }
.sevenDetail .infoGraph:after {position:absolute; top:0; left:0; content:''; width:100%; height:100%; background: linear-gradient(60deg, #EC04AE, #7800FF, #4500FF); border-radius:30px;   animation:graph 2s ease;}
.sevenDetail .infoGraph {position:relative; margin:10px 0; padding:7px 15px 7px 20px; display:flex; align-items:center; justify-content:space-between; border-radius:30px;
text-align:center; color:#fff; font-weight:700; font-size:13px; }
@keyframes graph{
0% {width:0%;}
100% {width:100%;}
}
.sevenDetail .infoGraph .plus {position:relative; z-index:2; cursor:pointer;}
.sevenDetail .infoGraph .plusAdd {display:none; position:absolute; bottom:-8px; right:84px; z-index:3; width:150px; height:90px; padding:15px 20px;  color:#fff; text-align:left; background:rgba(9,0,0,0.5); border-radius:3px;}
.sevenDetail .infoGraph .plusAdd:after {position:absolute; bottom:15px; right:-17px; content:''; opacity:0.5;
border-top:7px solid transparent;
border-bottom: 10px solid transparent;
border-left: 10px solid #000;
border-right: 7px solid transparent;}
.sevenDetail .infoGraph .plusAdd h3 {font-size:15px;  font-weight:500; }
.sevenDetail .infoGraph .plusAdd ul {margin-top:7px; padding:0 0 0 13px; }
.sevenDetail .infoGraph .plusAdd li {font-size:13px; line-height:1.4;  font-weight:400; }
.sevenDetail .infoGraph .min {position:relative; z-index:2; padding:0 0 0 15px; width:50%; text-align:left;}
.sevenDetail .infoGraph .min:before {position:absolute; content:''; top:50%; left:0; transform:translate(0, -50%); width:5px; height:5px; border-radius:100%; background:#fff;}
.sevenDetail .infoGraph .max {position:relative; z-index:2;  width:20%; text-align:center;}
.sevenDetail .infoArrow {padding:0 20px; display:flex; align-items:center; justify-content:space-between; font-size:20px; font-weight:700; letter-spacing:-1px;}
.sevenDetail .infoArrow .plus button {font-size:16px; background:none; line-height:1.4; font-weight:600;}
.sevenDetail .infoArrow .arrowWarp {width:76%; display:flex; align-items:center; justify-content:space-between; gap:10px;}
.sevenDetail .infoArrow .arrowWarp .min {position:relative; /*width:40px;*/ text-align:left;}
.sevenDetail .infoArrow .arrowWarp .arrow {position:relative; width:100%; height:1px; background:#707070;}
.sevenDetail .infoArrow .arrowWarp .arrow:before {position:absolute; content:'▶'; font-size:11px; color:#b40101; top:50%; right:0; transform:translate(0, -50%); z-index:9;}
.sevenDetail .infoArrow .arrowWarp .arrow:after {position:absolute; content:'◀'; font-size:11px; color:#b40101; top:50%; left:0; transform:translate(0, -50%); z-index:9;}
.sevenDetail .infoArrow .arrowWarp .max {position:relative; width: 52px; text-align:center; animation:arrowmax 10s ease;}

.fc-bp {color:#2B54E7}
.importOnlyDetail .result {padding:0;}
.importOnlyDetail .result .carindex-tit {padding:12px 20px;}
.importOnlyDetail .seven-list .subject .flex.right {gap:7px;}
.importOnlyDetail .seven-list .subject .name .fc-bb {color:#989898;}
.importOnlyDetail .seven-list .subject.on .name .fc-bb {color:#2B54E8;}
.importOnlyDetail .seven-list .content {padding:20px;  background:#f2f2f2;}
.importOnlyDetail .seven-list .contentWarp {position:relative; margin:5px 0; padding:19px 15px 10px 15px; background:#fff; border-top-right-radius:10px; border-top-left-radius:10px;}
.importOnlyDetail .seven-list .contentWarp .mark {position:absolute; top:19px; right:15px; display:flex; align-items:center; gap:5px;}
.importOnlyDetail .seven-list .contentWarp .mark span {display:inline-block; width:18px; height:18px; border-radius:3px; display:flex; align-items:center; justify-content:center; font-size:12px; line-height:12px; color:#fff; font-weight:700; background: linear-gradient(60deg, #EC04AE, #7800FF, #4500FF);}
.importOnlyDetail .seven-list .contentWarp .trims {width:80%; font-size:13px; color:#1A1A1A; font-weight:500;}
.importOnlyDetail .seven-list .contentWarp .sale {margin:15px 0; display:flex; align-items:center; justify-content:space-between; font-size:13px; color:#84888B; font-weight:500; }
.importOnlyDetail .seven-list .contentWarp .sale .won {font-size:15px; font-weight:600; line-height:15px;}
.importOnlyDetail .seven-list .contentWarp .sale .won .small {font-size:13px; margin-left:1px;}
.importOnlyDetail .seven-list .contentWarp .carPrice {display:flex; align-items:flex-start; justify-content:space-between; color:#84888B; font-size:13px; }
.importOnlyDetail .seven-list .contentWarp .carPrice .won .wonWrap {display:flex; align-items:center; justify-content:end; gap:10px;}
.importOnlyDetail .seven-list .contentWarp .carPrice .won {text-align:right;}
.importOnlyDetail .seven-list .contentWarp .carPrice .won .vat {font-size:11px;}
.importOnlyDetail .seven-list .contentWarp .carPrice .won .del {text-decoration:line-through;}
.importOnlyDetail .seven-list .contentWarp .carPrice .won .wonPirce {color:#000;}
.importOnlyDetail .seven-list .contentWarp .carPrice .won .wonPirce .big {font-size:16px; line-height:20px; font-weight:700;}
.importOnlyDetail .seven-list .contentWarp .inventory { /*position:absolute; bottom:10px; left:15px;*/ font-size:13px; color:#84888b; font-weight:500;}

.importOnlyDetail .seven-list .contBtnWarp { display:flex; justify-content: space-around; border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px; overflow:hidden; }
.importOnlyDetail .seven-list .contBtnWarp a
,.importOnlyDetail .seven-list .contBtnWarp btn { width:100%; padding: 10px 0;
	background: #1467C8;
	font-size: 15px;
	color: #fff;
	text-align: center; }

.swiper.colorSlide {margin-left:-20px; margin-right:-20px; margin-bottom:5px; padding:0 20px;}
.colorSlide .colist {padding-top:35px; background:#fff; border-bottom-right-radius:10px; border-bottom-left-radius:10px;}
.colorSlide .colist .carimg {padding:0 15px; width:100%; max-width:265px;  height:120px;  margin: 0 auto;}
.colorSlide .colist .carimg img { display:flex; align-items:center; justify-content:center;}
.colorSlide .colist .colorinfo {position:relative; display:flex; align-items:center; justify-content:space-between; margin:20px 0;  padding:0 13px; }
.colorSlide .colist .colorinfo .colorSqure {display:flex; align-items:center; gap:5px;}
.colorSlide .colist .colorinfo .colorSqure span {display:inline-block; width:17px; height:17px; }
.colorSlide .colist .colorinfo .plusinfo {display:flex; align-items:center; gap:5px; line-height:13px;}
.colorSlide .colist .colorinfo .plusinfo .qico {position:relative; width:18px;}
.colorSlide .colist .colorinfo .plusinfo .qico.on:after {position:absolute; content:''; top:-9px; left:50%; transform:translate(-50%,0); border-radius:2px; opacity:0.8;
border-top:7px solid #000; border-left:7px solid transparent;  border-right:7px solid transparent;}


.colorSlide .colist .colorinfo .qicoTxt {display:none; position:absolute;  top:-45px; left:12px; width:100%; max-width:400px; padding:12px; background:rgba(0 0 0 / 80%);  color:#fff; font-size:13px; border-radius:5px; z-index:9;
white-space:nowarp;}
.colorSlide .colist .colorinfo .qicoTxt:after {}
.colorSlide .colist a.colorbtn {display:block; padding:10px 0; background:#1467C8; font-size:15px; color:#fff; text-align:center; border-bottom-right-radius:10px; border-bottom-left-radius:10px;}

/*
.importOnlyDetail .seven-list .content .flexWrap {display:flex; justify-content:space-between;}
.importOnlyDetail .seven-list .content .trims {font-size:13px; font-weight:600; color:#000; letter-spacing:-0.5px; line-height:1.3;}
.importOnlyDetail .seven-list .content .prices {font-size:12px; font-weight:600; color:#9B9B9B;}
.importOnlyDetail .seven-list .content .big {margin-left:4px; font-size:18px; letter-spacing:-1px; line-height:1;}
.importOnlyDetail .seven-list .content .promo {display:flex; align-items:center; gap:5px; }
.importOnlyDetail .seven-list .content .promo span {display:inline-block; padding:4px 8px; color:#fff; background: linear-gradient(60deg, #EC04AE, #7800FF, #4500FF); border-radius:17px; font-size:11px; font-weight:700; letter-spacing:-0.5px;}
.importOnlyDetail .seven-list .content .sale {display:flex; align-items:center; gap:10px; font-size:18px; color:#9A9B9B; font-weight:700;}
.importOnlyDetail .seven-list .content .mtflex {margin:12px 0;}
.importOnlyDetail .seven-list .content .btnbottom {text-align:right;}
*/
.importOnlyNew .carindex-tit {margin-bottom:20px;}



/*emp*/
#sReview {padding:40px 0;}
#sReview .container {padding:0 20px;}
#sReview .container .reviewSwiper {margin:0 -20px; padding:0 20px;}
#sReview .reviewSwiper-paginationWrap {display:flex; align-items:center; gap:13px;}
#sReview .tit .flex  {gap:10px;}
#sReview .tit .flex h2 {font-size:23px; font-weight:700; letter-spacing:-0.5px; white-space:nowrap;}
#sReview .playnpause a {width:15px; opacity:0.5;}
#sReview .playnpause a.on {opacity:1;}
#sReview .reviewSwiper-pagination {line-height:0;}
#sReview .reviewSwiper-pagination .swiper-pagination-bullet {margin:0 3px;}
#sReview .tit .btn {margin:20px 0 35px 0; display:flex; align-items:center; gap:10px;}
#sReview .tit .btn a {display:inline-flex; align-items:center; gap:15px; padding:10px 8px 10px 20px; border-radius:30px;
border:1px solid #d8d8d8; font-size:14px; line-height:14px; font-weight:700; color:#4D4D4D;}
#sReview .tit .btn a.bg {background:#1E53F2; color:#fff;}
#sReview .reviewNone {padding:120px 0; text-align:center; font-size:20px; font-weight:bold; color:#1A1A1A; letter-spacing:-0.5px;}

#empLIst { background:url('/_img/emp_per_bg.png') no-repeat center bottom #f3f3f4; background-size:cover;}
#empLIst .tit {padding:40px 0; text-align:center; color:#000; letter-spacing:-0.5px;}
#empLIst .tit h2 {font-size:23px; font-weight:700; line-height:1.4;}
#empLIst .tit p {margin-top:20px; font-size:16px; font-weight:400; line-height:1.5;}

#empLIst .empSearch {padding:0 20px;}
#empLIst .empSearch .relative {position:relative; width:100%; margin:0 auto 30px auto; }
#empLIst .empSearch .relative input {padding:15px 35px 15px 7px ; width:100%; border-bottom:2px solid #1E53F2; background:transparent; 
font-size:18px; color:#111; font-weight:500; }
#empLIst .empSearch .relative input:placeholder {color:#9D9D9D;}
#empLIst .empSearch .relative button {position:absolute; top:50%; right:0; transform:translate(0,-50%); width:28px; background:transparent;}

.empSlideWrap {position:relative; margin:0 auto 20px auto; }
.empSlide.swiper {padding:0 20px;}


.empSlide .list {display:none; appearance:none;}
.empSlide .list {position:relative; display:block; cursor:pointer; padding:17px 0 0 0; background:#3A3A3A; border-right:1px solid #707070;}
.empSlide .list .name {margin-bottom:4px; text-align:center; color:#fff; font-size:15px; line-height:15px; font-weight:500; letter-spacing:-0.5px;}
.empSlide .list .name .nameTxt {position:relative; display:inline-block; margin-right:5px;}
.empSlide .list .name .nameTxt .nMark {position:absolute; top:48%; right:-20px; transform:translate(0,-50%); width:14px;}
.empSlide .list .img {filter:grayscale(1) brightness(0.8);}
.empSlide .list .empMark {position:absolute; bottom:10px; right:10px; width:27px; z-index:9;}

.empSlide .list.active {background:linear-gradient(90deg, #2A37F3,#6176FF);}
.empSlide .list.active .img {filter:none;}



/* .empSlide .list input {display:none; appearance:none;}
.empSlide .list input + label {position:relative; display:block; cursor:pointer; padding:17px 0 0 0; background:#3A3A3A; border-right:1px solid #707070;}
.empSlide .list input + label .name {margin-bottom:4px; text-align:center; color:#fff; font-size:15px; line-height:15px; font-weight:500; letter-spacing:-0.5px;}
.empSlide .list input + label .name .nameTxt {position:relative; display:inline-block; margin-right:5px;}
.empSlide .list input + label .name .nameTxt .nMark {position:absolute; top:48%; right:-20px; transform:translate(0,-50%); width:14px;}
.empSlide .list input + label .img {filter:grayscale(1) brightness(0.8);}
.empSlide .list input + label .empMark {position:absolute; bottom:10px; right:10px; width:27px; z-index:9;}
.empSlide .list input:checked + label {background:linear-gradient(90deg, #2A37F3,#6176FF);}
.empSlide .list input:checked + label .img {filter:none;} */

.empContent {display:flex; flex-direction:column-reverse;}
.empSlideWrap .empArrow .swiper-button-prev:after {padding:0 2px 0 0; font-size:12px; font-weight:bold; color:#404040; }
.empSlideWrap .empArrow .swiper-button-prev {left:-60px; display:flex; align-items:center; justify-content:center; width:34px; height:34px; border-radius:100%; background:#EFEFEF; border:1px solid #CECECE; }
.empSlideWrap .empArrow .swiper-button-next:after {padding:1px 0 0 2px; font-size:12px; font-weight:bold; color:#404040;}
.empSlideWrap .empArrow .swiper-button-next {right:-60px; display:flex; align-items:center; justify-content:center; width:34px; height:34px; border-radius:100%; background:#EFEFEF; border:1px solid #CECECE; }
.empSlideWrap .empSr .swiper-scrollbar {margin:10px auto 0 auto; width:91%; height:4px; background:#BBBBBB;}
.empSlideWrap .empSr .swiper-scrollbar .swiper-scrollbar-drag {background:#1E53F2;}

.empContentWrap {position:relative;  margin:0 auto; letter-spacing:-0.5px;}
.empContent .pimg {position:relative; width:280px; min-height:300px; margin:0 auto;  z-index:7;}
.empContent .empDetail {position:relative; top:-60px; left:50%; transform:translate(-50%, 0); width:90%; max-width:360px; padding:40px 25px 70px 25px; background:#fff;  border-radius:18px; box-shadow:3px 5px 5px rgba(0 0 0 / 25%); z-index:8;}
.empContent .empDetail:before {content:''; position:absolute; top:-15px; left:50%; width:100%; height:100%;
background:rgba(255 255 255/ 60%);  border-radius:18px; box-shadow:3px 5px 5px rgba(0 0 0 / 5%); transform:rotate(-3deg) translate(-50%, 0); z-index:-1;}
.empContent .empDetail:after {content:''; position:absolute; top:10px; left:53%; width:100%; height:100%;
background:rgba(255 255 255/ 60%);  border-radius:18px; box-shadow:3px 5px 5px rgba(0 0 0 / 5%); transform:rotate(3deg) translate(-50%, 0); z-index:-2;}
.empContent .empDetail .name {display:flex; align-items:end; gap:8px; margin-bottom:15px; font-size:16px; font-weight:500; }
.empContent .empDetail .name .big {font-size:26px; line-height:30px; font-weight:800; letter-spacing:8px;}
.empContent .empDetail .num a  {display:flex; align-items:center; gap:7px; justify-content:space-between; padding:8px; background:#1E53F2; color:#fff; font-size:18px;  line-height:18px; font-weight:500;}
.empContent .empDetail .num a .star {width:27px;}
.empContent .empDetail .num a .play {width:19px;}
.empContent .empDetail .bubble {width:70%; padding:0 6px; margin:23px 0 30px 0; font-size:16px; font-weight:500; color:#000; text-decoration:underline; line-height:1.4;}
.empContent .empDetail .detailList {min-height:150px;}
.empContent .empDetail .detailList li {margin-bottom:10px; font-size:16px; font-weight:500; color:#000; }
.empContent .empDetail .detailList li:last-child {margin-bottom:0;}
.empContent .ganMark {position:absolute; top:0; right:10px; width:55px; z-index:9;}
.reviewCounsel button {margin-top:40px; padding:20px 0; width:100%; text-align:center;  font-size:16px; line-height:16px; color:#fff; font-weight:600; border-radius:8px; background:#1E53F2; letter-spacing:-0.5px;}
.reviewCounsel button:hover {background:#0038e1; transition:all 0.5s;}
