@import url('/_font/font.css');
.fc-y {color:#f6970d;}
.fc-yy {color:#FFBC00;}
.fc-point {color:#D41C1B;}
.graText {display:inline-block; color:transparent; background:linear-gradient(180deg, #FF0D0D, #C20A0A);}
.container {width:100%; padding:0 15px; margin:0 auto; max-width:1360px;}

.pc {display:none;}
.mobile {display:block;}
.br {display:none;}
.mbr {display:block; width:100%; height:1px;}

.mtit {padding:20px 0 30px 0; text-align:center; }
.mtit h2 {margin-top:10px; font-size:30px; letter-spacing:-0.5px; line-height:1.3;}
.mtit h3 {font-size:22px;}
.mtit h4 {margin-bottom:5px; font-size:18px; font-weight:500;}
.mtit p {margin-top:10px; font-size:14px;}

#visual {position:relative; z-index:29;}
#visual .logo {position:absolute; top:35px; left:35px; width:190px;}
#visual .reserve {position:absolute; bottom:20px; left:50%; transform:translate(-50%,0); width:90%; padding:15px 0; background:#666363; border-radius:8px;}
#visual .reserve a {display:block;}
#visual .reserve .text {padding:0 0 0 133px; color:#fff;}
#visual .reserve .text h3 {font-size:18px; font-weight:700;}
#visual .reserve .text p {margin-top:5px; font-size:14px; font-weight:300;}
#visual .reserve .img {position:absolute; left:9px; bottom:9px; width:120px; animation: reserve 1s infinite;}

#reserveBtn a {position:relative; }
#reserveBtn .reserve.scroll {position:fixed; bottom:20px; z-index:99;}
#reserveBtn .mFormarrow {position:absolute; bottom:-20px; right:-15px; width:50px; animation:1s arrowLeft ease-in-out infinite alternate; z-index:9;}


#visual .reserve.scroll {position:fixed; bottom:20px;}

@keyframes reserve {
  0% { bottom:9px; }
  50% { bottom:15px; }
  100% { bottom:9px; }
}

#mform {position:relative; top:-2px; padding:80px 0 110px 0; background:#282828; color:#fff;}
#mform .logo {margin:0 auto; width:130px; }
#mform .bgTit h3 {display:inline-block; margin-bottom:25px; padding:40px 0 25px 0; border-bottom:1px dotted #ADA99D; font-weight:600; font-size:28px;}
#mform .bgTit p {padding:0 30px; font-size:16px; font-weight:600; color:#ADA99D; line-height:1.4;}

#direct {margin:65px auto 40px auto;  overflow:hidden;}
#direct .mtit {position:relative; padding:0 20px 10px 20px; z-index:2;}
#direct .mtit h2  {margin-top:7px; font-size:34px; letter-spacing:-0.5px; font-weight:800;}
#direct .mtit h3  {font-size:22px; color:#1E1511;}
#direct .bigimg {position:relative; top:-8px;  z-index:1;}
#direct .list {position:relative; top:-100px; margin-bottom:-100px; padding:0 40px;  display:flex; align-items:center; gap:30px; justify-content:center;   z-index:2; }
#direct .list .img {display:flex; align-items:center; justify-content:center; width:75px;}
#direct .list p {text-align:center; font-size:14px;  line-height:1.3;font-weight:600;}

#mmformCounsel .ns {color:#D41C1B;}
#mmformCounsel .mdForm {margin-top:45px; position:relative; padding:25px; background:#fff; border-radius:15px; border:1px solid #EBEBEB; box-shadow:1px 1px 5px rgba(0 0 0 / 10%); z-index:9;}
#mmformCounsel .inputList li {margin:20px 0; display:flex; flex-direction:column; font-size:15px; color:#000; border-bottom:1px solid #ECECEC; }
#mmformCounsel .inputList li.formBtn {position:relative;}
#mmformCounsel .inputList li:nth-child(3) {margin-bottom:0; border:none;}
#mmformCounsel .inputList li .longBox {display:flex; flex-direction:column;}
#mmformCounsel .inputList li input {padding:7px 0 20px 0;}
#mmformCounsel .inputList li input:placeholder {color:#B9BBBD;}
#mmformCounsel .inputList li.formBtn button {padding:15px 0 14px 0; border-radius:10px; font-size:15px; font-weight:600; letter-spacing:3px; color:#fff; background:linear-gradient(180deg, #D41C1B, #B40F10); }
#mmformCounsel .mFormarrow {position:absolute; bottom:-20px; right:-15px; width:50px; animation:1s arrowLeft ease-in-out infinite alternate; z-index:9;}

.selectCon {display: flex; align-items:center; gap:7px; }
.selectWarp {position:relative; border:1px solid #E2E5EB; border-radius:7px; width:40%; }
.selectWarp.sModel {width:60%;}
.selectWarp .arrow {position:absolute; top:50%; right:12px; transform:translate(0 , -50%); width:15px;}
.selectWarp select {  padding:12px 25px 12px 12px;  font-size:13px; line-height:17px; color:#757575; width:100%;}


@keyframes arrowLeft {
0% {transform:translate(7px, 14px);}
50% {transform:translate(0,0);}
100% {transform:translate(7px, 14px);}
}

.agreeList li {margin-bottom:6px;display:flex; align-items:center; justify-content:space-between;}
.agreeList li:last-child {margin-bottom:0;}
.agreeList li a {font-size:13px; letter-spacing:-1px; opacity:0.6;}
.agreeList li a span {font-size:13px;}
.agreeList li.flex {}
.agreeList input {display:none; appearance:none;}
.agreeList input + label {position:relative; display:block; cursor:pointer; padding: 0 0 0 23px; font-size:13px; font-weight:400; letter-spacing:-1px; line-height:18px;}
.agreeList input + label:before {content:''; position:absolute; top:50%; left:0; transform:translate(0,-50%); width:15px; height:15px; border-radius:100%; border:1px solid #d0d0d0; 
background:url('../_img/check_arrow.png') no-repeat center / contain; background-size:9px; filter:grayscale(1);}
.agreeList input:checked + label:before {filter:none;}

.agreeList li.all {padding:12px 10px 10px 10px; margin-bottom:10px;  border:1px solid #e8e8e8; border-radius:10px;}
.agreeList li.circleCheck {padding:0 10px;}
.agreeList li.all input + label {font-weight:600;}
.agreeList .fc-gray {font-size:13px; letter-spacing:-1px; opacity:0.6;}
.agreeList li.all input + label:before {content:''; position:absolute; top:50%; left:0; transform:translate(0,-50%); width:15px; height:15px; border-radius:100%; border:1px solid #d0d0d0; 
background:url('../_img/check_arrow.png') no-repeat center; background-size:9px; filter:grayscale(1);}
.agreeList li.all input:checked + label:before { background:url('../_img/check_arrow_all.png') no-repeat center #000 ; background-size:9px; filter:none; border:1px solid #000; }



.agreeList2 {display:flex; flex-direction:column; gap:7px;}
.agreeList2.flex {margin-top:5px;}
.agreeList2 li {width:100%; display:flex; align-items:center; justify-content:space-between;}
.agreeList2 li a {font-size:13px; color:#757575;}
.agreeList2 li a .arrow {font-size:14px; color:#757575;}
.agreeList2 li input {display:none; appearance:none;}
.agreeList2 li input + label {position:relative; display:block; cursor:pointer; padding:0 0 0 20px; font-size:13px; color:#757575;}
.agreeList2 li input + label:before {content:''; position:absolute; top:0; left:0; width:15px; height:15px; border-radius:3px;
 background:url('../_img/ag_check_y.png') no-repeat center ; background-size:12px; filter:grayscale(1); }
.agreeList2 li input:checked + label:before {filter:none;}
.agreeList2 li.all {position:relative; margin-bottom:5px;}
.agreeList2 li.all input + label {font-size:15px; font-weight:600; color:#171717;}
.agreeList2 li.all input + label:before {background:url('../_img/ag_check_w.png') no-repeat center #d3d3d3 ; background-size:12px; }
.agreeList2 li.all input:checked + label:before {background:url('../_img/ag_check_w.png') no-repeat center #171717 ; background-size:12px; }
.agreeList2 li.all:after {content:''; position:absolute; top:50%; right:0; width:calc(100% - 160px); height:1px; background:#e5e5e5;}


#mSuper { margin:80px auto 60px auto; /*background:linear-gradient(180deg, #FFFFFF, #E7E7E7);*/}
#mSuper .mtit h3 {font-size:28px;}
#mSuper .mtit h2 {margin-top:0;}
#mSuper .superList {}
#mSuper .superList .mark {position:absolute; top:15px; right:15px; width:55px; z-index:9; 
display:flex; flex-direction:column; gap:10px;}
#mSuper .superList ul  {display:flex; flex-direction:column; align-items:center; flex-wrap:wrap; gap:15px;}
#mSuper .superList ul li {width:100%;}
#mSuper .superList a {position:relative; display:block; padding:25px 18px 18px 25px; background:#F2F2F2; border-radius:15px; letter-spacing:-0.5px;}
#mSuper .superList a .carTit {width:calc(100% - 60px);}
#mSuper .superList a h3 {margin-bottom:10px; font-size:23px; color:#000; font-weight:700; }
#mSuper .superList a p {font-size:14px; font-weight:500; color:#828282;}
#mSuper .superList a .imgFlex {display:flex; justify-content:space-between; margin-right:-18px;}
#mSuper .superList a .imgFlex .carimg {margin:0 auto; display:flex; align-items:center; justify-content:center; width:240px; height:120px; }
#mSuper .superList a .imgFlex .superMark  {padding-top:15px; width:70px;}
#mSuper .superList a .priceWarp {display:flex; justify-content:space-between;  align-items:end;}
#mSuper .superList a .priceWarp .del {margin-bottom:6px; font-size:14px; color:#828282; font-weight:500; text-decoration:line-through;}
#mSuper .superList a .priceWarp h2 {margin-left:-2px; font-size:25px; color:#776C61; font-weight:700; }
#mSuper .superList a .priceWarp h2 .num {margin-right:-5px;}
#mSuper .superList a .btn {padding:13px 15px 13px 19px; display:inline-flex; align-items:center; gap:7px; font-size:16px; line-height:16px; font-weight:600; color:#fff; background:#252525; border-radius:50px; cursor:pointer;}
#mSuper .superList a .btn .arrow {font-size:15px;}
#mSuper .superList a:hover .btn {background:#D41C1B; transition:all 0.5s;}
#mSuper .carBinfo {margin-top:20px; font-size:13px; color:#828282; text-align:right;}


#award { background:url('/_img/award_bg_m.png') no-repeat top center / cover; }
#award .container {position:relative; padding:170px 0 70px 0; }
#award .mtit {position:absolute; top:45px; left:50%; transform:translate(-50%,0); z-index:9; width:100%; color:#fff;}
#award .mtit h3 {font-size:16px; margin-bottom:20px;}
#award .img {display:block; width:100%; height:340px;}
#award .light {position:absolute; top:50%; left:50%; transform:translate(-50%,50%); width:150px; mix-blend-mode:screen; z-index:1;}
#award .list {padding: 0 25px; display:grid; gap:10px; }
#award .list li {padding:30px 16px; background:#fff; border-radius:10px; box-shadow:3px 3px 5px rgba(0 0 0 / 10%);}
#award .list p {margin-bottom:8px; font-size:16px; color:#828282; letter-spacing:-0.5px; font-weight:400;}
#award .list h3 {font-size:22px; color:#12275E; letter-spacing:-0.5px; font-weight:700;}


#safety {margin:60px auto 0 auto; overflow:hidden;}
#safety .container {position:relative;}
#safety .mtit {position:relative; z-index:2; }
#safety .mtit h3 {margin:12px 0 5px 0 ;}
#safety .mtit h2 {margin-top:0; font-size:36px;}
#safety h4.spacing {margin:0; font-size:14px; font-weight:400;  letter-spacing:6px; text-align:center;}
#safety .img {position:relative; top:-140px; margin-bottom:-140px; z-index:1; }

 


#mFive {padding:60px 0; background:url('/_img/lan1/best_bg.png') no-repeat center -10% #ffd000; background-size:contain;}
#mFive .tit {width:90%; max-width:1200px; margin:0 auto 30px auto;}
#mFive .container {position:relative;}
#mFive .fivelist li {margin-bottom:15px;}
#mFive .fivelist li:last-child {margin-bottom:0;}
#mFive .fivelist a {display:flex; flex-direction:column;  padding:25px 20px 10px 20px; background:url('/_img/lan1/best_list_bg.png') no-repeat  right 105% #fff;  background-size:170px; box-shadow:3px 3px 3px rgba(0 0 0 / 20%);}
#mFive .fivelist a h3 {font-size:24px; font-weight:700; letter-spacing:-0.5px;}
#mFive .fivelist a .price {position:relative; margin:12px 0 17px 0; font-size:20px; line-height:20px; font-weight:500; color:#4804B3;}
#mFive .fivelist a .price .point {font-size:28px; font-weight:800; letter-spacing:-1px;}
#mFive .fivelist a .price .price-img {position: absolute; top:-45px; right:-3px; width:70px;}
#mFive .fivelist a .condition {font-size:14px; color:#818181; font-weight:400;}
#mFive .fivelist a .carimg {width:100%; max-width:570px;}

#lan0-form {position:relative; margin-top:-31px; padding:50px 20px 40px 20px; background:#4804B3; }
#lan0-form .flex {flex-direction:column;}
#lan0-form h2 {margin-bottom:12px; font-size:18px; color:#fff; text-align:center; font-weight:600;}
#lan0-form ul {width:100%; display:flex; flex-direction:column;}
#lan0-form ul input {padding:11px 15px; margin-bottom:5px; width:100%;  border-radius:10px; font-size:14px;}
#lan0-form button { position:relative; width:100%; background:#25015e; border-radius:10px; color:#FFBC00; padding:14px;  font-size:20px; font-weight:700; text-align:center; display:flex; align-items:center; justify-content:center; gap:5px;}
#lan0-form button img {position:absolute; top:50%; right:20px; transform:translate(0,-50%); width:30px; }
#lan0-form .formAgree {display:flex; align-items:center; gap:5px; margin-top:10px; color:#e5e4e3;   accent-color:#fff; font-size:13px;}
#lan0-form .formAgree label {display:flex; align-items:center; gap:10px;}
#lan0-form .formAgree a { color:#e5e4e3;}

#lan0-gray {background:#F7F8FA; padding:60px 0; overflow:hidden;}

.quick { display:flex;justify-content:space-between;position: fixed;bottom:0;left:0;width:100%;text-align: center;z-index:99;}
.quick .cir { flex-grow: 1; /*width:25%;*/ padding:15px 0;}
.quick .cir.sms{background:linear-gradient(135deg, #ffae08, #ff9102)}
.quick .cir.chat{background:linear-gradient(130deg, #B06AB3, #dc355f)}
.quick .cir.kakao{background:linear-gradient(130deg, #ff9102, #ffae08)}
.quick .cir.call{background:#9b928d;}
.quick .cir a{color:#fff;}
.quick .cir img{width:30px;margin-bottom:5px;}
.top.mobile{position:fixed;right:15px;bottom:130px;z-index: 99;}
.top.mobile a {display:block; width:30px;}

#lan0-merit {padding:60px 0;}
#lan0-merit .img{margin-top:30px;}
#lan0-merit .img img{max-width: 750px;}
#lan0-merit  .merit-list{display: flex;flex-wrap: wrap;gap:50px 0;margin-top:50px;}
#lan0-merit  .merit-list li{width: 50%;text-align: center;}
#lan0-merit  .merit-list li .img-ico{width:30%;max-width: 145px;margin:0 auto;}
#lan0-merit  .merit-list li h3{margin-top:20px;font-size: 20px;}
#lan0-merit  .merit-list li p{margin-top:10px;line-height: 1.5;font-size:15px;}

#lan0-faq{padding:40px 0;}
#lan0-faq .container{max-width: 1460px;}
#lan0-faq .que{position:relative; display:flex; align-items:center; gap:5px; padding:20px 15px; letter-spacing:-1.5px;font-weight:500;font-size:15px;cursor: pointer; border-top:1px solid #9B9B9B;}
#lan0-faq .que .fc-q {color:#9B9B9B;}
#lan0-faq .fc-y{margin-right:3px;}
#lan0-faq .que .arrow{position:absolute;right:25px;width: 11px;}
#lan0-faq .anw{display: none;margin-top:5px;padding:20px 15px;background:#F4F4F4; letter-spacing:-0.5px;font-weight:400;font-size:15px;
line-height:1.5;}
#lan0-faq .anw .flex {align-items:baseline; gap:5px;}
#lan0-faq .faqlist {border-top:1px solid #9b9b9b; border-bottom:2px solid #9b9b9b;}

#lan0-finfo .flex{flex-direction: column;}
#lan0-finfo .flex > div{width:100%;}
#lan0-finfo .text{padding:20px 5%;background:#fcaf17;color:#fff;}
#lan0-finfo .text h4{font-weight:400;font-size: 15px;}
#lan0-finfo .text a{margin-top:10px;font-size:30px;color:#fff;}
#lan0-finfo .text p{font-size: 14px;color:#fee2bb;}

.fc-red {color:#DB0004;}
.fc-p {color:#D41C1B;}
.fc-f {color:#fff;}
.lan1-tit {margin-bottom:25px; position:relative;}
.lan1-tit h3 {font-size:18px; font-weight:500; line-height:1.4;}
.lan1-tit h2 {font-size:24px; font-weight:700; line-height:1.6;}
.lan1-tit h4 {margin-top:7px; font-size:14px; font-weight:400; color:#828282;}

#lie  { padding:60px 0; background:url('/_img/lan1/lie_bg.jpg') no-repeat center top; background-size:cover;}
#lie .lan1-tit {color:#fff;}



#caution {padding:60px 0;}
#caution .kcm-caution {position:absolute; bottom:-25px; right:3px; width:140px;}
#caution .ico-caution {width:40px; margin:0 auto 15px 0;}
#caution .caulist li {position:relative; margin-bottom:20px; padding:15px; background:#F5F5F5; border-radius:5px; font-size:14px; line-height:1.5;}
#caution .caulist li:after {content:''; position:absolute;  bottom:-15px; left:50%; transform:translate(-50%, 0);
 border-top: 20px solid #f5f5f5;
  border-left: 14px solid  transparent;
  border-right: 14px solid  transparent;}
#caution .caulist li:last-child {margin-bottom:0; }

.graph-2 {margin-top:60px;}



#receipt {position:relative; padding:40px 0 25px 0; background:#F5F5F5;}
#receipt .img {background:url('/_img/lan1/receipt_bg.png') no-repeat center; background-size:cover; text-align:center;}
#receipt .img img {width:70%; max-width:750px;}
#receipt .kcm {position:absolute; bottom:-24px; right:5%; width:77px; z-index:99;}



#mexplain {padding:20px 0 40px 0; background:#F6F6F6;}
#mexplain .container {max-width:1000px;}
#mexplain .graph {margin:0 auto 40px auto; max-width:910px;}
#mexplain .receipt {background:url('/_img/lan1/receipt_bg.png') no-repeat center; background-size:cover; text-align:center;}
#mexplain .receipt .img img {width:70%; max-width:750px;}
#mexplain .no-list {margin-top:20px; display:flex; flex-wrap:wrap; align-items:center;}
#mexplain .no-list li {padding:5px; width:33.33%;}

#mexplainNew {padding:40px 0; background:#F6F6F6;}
#mexplainNew .container {max-width:1000px;}
#mexplainNew .graph {margin:0 auto 40px auto; max-width:910px;}
#mexplainNew .receipt {background:url('/_img/lan1/receipt_bg.png') no-repeat center; background-size:cover; text-align:center;}
#mexplainNew .receipt .img img {width:70%; max-width:750px;}
#mexplainNew .no-list {margin-top:20px; display:flex; flex-wrap:wrap; align-items:center;}
#mexplainNew .no-list li {padding:5px; width:33.33%;}

.numinfo {margin-top:15px; display:flex; flex-direction:column; }
.numinfo .txt {padding:20px 15px; background:#fcaf17; color:#fff;}
.numinfo .txt h5 {font-size:10px; letter-spacing:0; }
.numinfo .txt a {margin:10px 0; font-size:24px; color:#fff;}
.numinfo .txt p {font-size:12px; opacity:0.8}
.numinfo .img {height:120px; background:url('/_img/lan1/num_info_img.png') no-repeat center; background-size:cover;}

#lanCallKcm {position:fixed; padding:12px 15px; bottom:0; width:100%;  background:rgba(0 0 0 / 0.7); z-index:99;}
#lanCallKcm h4 {padding-left:33%; margin-bottom:8px; font-size:14px; color:#fff; font-weight:600; }
#lanCallKcm .lanCallcon {position:relative; padding:0 3px; width:100%; height:62px; /*border:2px solid #4804B3;*/ background:#1A1812; border-radius:10px;}
#lanCallKcm .lanCallcon .kcm {position:relative; bottom:17px; width:115px; }
#lanCallKcm .lanCallcon a { position:absolute; top:50%; left:45%; transform:translate(-50%,-50%); width:100%;
display:flex; align-items:center; justify-content:center; gap:12px; font-size:16px; font-weight:600; letter-spacing:-0.5px; color:#fff; }
#lanCallKcm .lanCallcon a .fc-pp {color:#FFBC00;}

@property --gradient-angle {
syntax: "<angle>";
initial-value:  0deg;
inherits: false;
}

@keyframes rotation {
0%  {--gradient-angle:0deg;}
100% {--gradient-angle:360deg;}
}

.lanCallcon::before,
.lanCallcon::after
{
	width: 102%; height: 69px;
	content: "";
	position: absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index: -1;
	border-radius: 8px;
	background-image: conic-gradient(from var(--gradient-angle), #8F6DC5, #e25eea, #ffe850, #e25eea, #8F6DC5);
	animation: rotation 2.5s linear infinite;
}

.lanCallcon::after {
	filter: blur(10px);
}

footer ul li:first-child:before {content:none !important;}
footer .caution  {margin:20px 0 35px 0;}
footer .caution ul {display:flex; flex-direction:column;}
footer .caution ul li {display:flex; align-items:baseline; gap:4px; margin-bottom:3px; font-size:13px; color:#585858; font-weight:400; line-height:1.5; letter-spacing:-0.5px; word-break:keep-all;}
footer .caution ul li.pp {display:inline-block; font-weight:600; text-decoration:underline;}

/*0830 renewal*/
#mmform {padding:25px 0; background:#4804B3;}
#mmform h2.tit {margin-bottom:15px; font-size:20px; font-weight:600; letter-spacing:-0.5px; text-align:center; color:#fff;}
#mmform .formWarp ul {display:flex; flex-direction:column; gap:6px;}
#mmform .formWarp .fullinput  input {padding:12px 13px; width:100%; font-size:15px; font-weight:500; background:#fff; border-radius:5px;}
#mmform .formWarp .fullinput  input:placeholder {color:#A4A4A4;}
#mmform .formWarp .formBtn button {position:relative; width:100%; padding:14px 0; background:#FFBC00; color:#1D1D1D; font-size:17px; font-weight:700; border-radius:5px; }
#mmform .formWarp .formBtn button span {cursor:pointer;}
#mmform .formWarp .formBtn button:hover {background:#1d1d1d; color:#FFBC00; transition:all 0.5s;}
#mmform .formWarp .formBtn button .ico {position:absolute; right:17px; top:50%; transform:translate(0,-50%); width:30px; height:30px; background:#FFBC00; border-radius:100%; display:flex; align-items:center; justify-content:center;}
#mmform .formWarp .formBtn button .ico img {width:20px;}
#mmform .formWarp .formBtn button:hover .ico {background:#ffae00; transition:all 0.5s;}
#mmform .formAgree {margin-top:8px; display:flex; align-items:center; gap:4px; color:#fff; font-size:12px; line-height:12px;}
#mmform .formAgree a {color:#fff;}
#mmform .formAgree input {accent-color:#fff; appearance:auto; display:block;}

@property --gradient-angle {
syntax: "<angle>";
initial-value:  0deg;
inherits: false;
}
@keyframes rotation {
0%  {--gradient-angle:0deg;}
100% {--gradient-angle:360deg;}
}

#mCallKcm {position:fixed; bottom:0; left:50%; transform:translate(-50%,0); width:100%; padding:11px 0 17px 0; color:#fff; z-index:90;}
#mCallKcm h3 {margin-bottom:7px; font-size:13px; font-weight:500; text-align:center; color:#000;}
#mCallKcm a {position:relative; background:#36302A; color:#fff; border-radius:8px; letter-spacing:-0.5px; width:100%; height:68px;  }
#mCallKcm a:before,
#mCallKcm a:after { content:""; position:absolute; width:102%; height:75px; top:50%; left:50%; transform:translate(-50%,-50%); z-index:-1; border-radius:inherit; animation:rotation 5s linear infinite;
background-image: conic-gradient(from var(--gradient-angle), #FFBB00, #FDEC00, #FFAA00, #FDEC00, #FFBB00); border-radius:10px;}
#mCallKcm a:after {filter: blur(5px);}
#mCallKcm a h2 {margin-bottom:5px; font-size:16px; font-weight:600;}
#mCallKcm a p {font-size:12px; font-weight:400;}
#mCallKcm a .kcm {position:absolute; bottom:0; left:19%; transform:translate(-50%,0); width:111px; z-index:2;}
#mCallKcm a .txt {position:absolute; top:50%; left:88%; transform:translate(-50%,-50%); width:100%; z-index:3;}
#mCallKcm a .arrow {position:absolute; bottom:-11px; right:7px; width:45px; animation:1s arrowLeft ease-in-out infinite alternate; 
transform:translate(7px, 14px);
}


@keyframes arrowLeft {
0% {transform:translate(7px, 14px);}
50% {transform:translate(0,0);}
100% {transform:translate(7px, 14px);}
}




/* review */
#review{padding:50px 0 150px 0; background:linear-gradient(180deg, #F3F3F3, #DADADA 88%, #DBDBDB 93%, #F3F3F3 95%, #fff ); overflow:hidden;}
#review .tit {position:relative; padding:0 0 40px 0; text-align:center; }
#review .tit p { margin-bottom:10px; font-size:15px; font-weight:500;}
#review .tit h3 {margin-bottom:5px; font-size:15px; font-weight:500;}
#review .tit h2{font-size: 26px; font-weight: 700; color:#000000;  line-height:1.3;}
#review .tit .kcm {position:absolute; bottom:-1px; left:10px;  width:140px; z-index:1; }
#review .rswiper {position:relative; z-index:9;}
#review .swiper {/*padding:0 5px;*/}
#review .reviewSwiper-paginationWrap{display: flex; justify-content: flex-start; align-items: center; gap: 5px;}
#review .reviewSwiper-pagination{width: 100%; line-height:0;}
#review .swiper-pagination-bullets{margin: 0 10px;}
#review .swiper-pagination-bullet{width: 7px; height: 7px; margin: 0 3px; border-radius: 100%; background:#cdcdcd; opacity: 1;}
#review .swiper-pagination-bullet.swiper-pagination-bullet-active {background: #3444F1;}
#review .reviewSwiper-playnpause{margin-top: -10px;}
.custom.swiper-playnpause{display: flex; justify-content: flex-start; align-items: center; gap: 5px; width: 100%;}
.custom.swiper-playnpause .icon{width: 18px; max-width: 18px; cursor: pointer; filter: grayscale(0.5) brightness(3);}
.custom.swiper-playnpause .icon.on{filter: grayscale(0) brightness(1);}
#review .playnpause a {width: 20px; margin-right: 3px; opacity: 0.5;}
#review .playnpause a.on {opacity: 1;}
#review .playnpause a:hover {opacity: 1; transition: all 0.5s;}

.rswiper .swiper-slide a{position: relative; width: 100%; border-radius: 20px; border: 1px solid #dbdbdb; overflow: hidden; background:#fff;}
.rswiper .swiper-slide a:hover {box-shadow: 0 2px 20px rgba(0 0 0 / 15%); transition: all 0.5s;}
.bMark{position: absolute; top: 16px; right: 14px; width: 27px; height: 27px; line-height: 27px; border-radius: 5px; background: #12275E; color: #fff; font-size: 14px; font-weight: 600; text-align: center;}
.rswiper .txt{padding: 15px;}
.rswiper .txt span{display: inline-block; padding: 6px 10px; border-radius: 5px; border: 1px solid #D2D6D9; background: #f9f9f9; color: #666; font-size: 12px;}
.rswiper .txt h3{margin-top: 15px; font-size: 16px; font-weight: 700; line-height: 1.2; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; height:40px;
word-break:break-all;}
.rswiper .txt p{color: #888; width: 100%; margin-top: 12px; font-size: 14px; line-height: 1.4;  height:38px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}
.rswiper .thumbImg{display: flex; justify-content: flex-end; align-items: flex-end; width: 100%; height: 125px; object-fit: cover;}
.rswiper .thumbImg img{width: 100%; height: 100%; object-fit: cover;}

.rswiper .rMore {margin:20px 0; padding:12px 0; display:flex; align-items:center; justify-content:center; gap:5px; font-size:14px; color:#858585; font-weight:600; border:1px solid #CECECE; border-radius:5px; cursor:pointer; background:#fff;}
.rswiper .rMore .arrow {color:#776C61;}
.rswiper .rMore.on .arrow {transform:rotate(-180deg); }
.rswiper .rMoreCon {display:none; margin-top:10px;}
.rswiper .rMoreConList {display:flex; align-items:center; flex-wrap:wrap; gap:5px;}
.rswiper .rMoreConList .swiper-slide.w50 {width:49.2%;}

#mCompanyNew {margin:50px 0; overflow:hidden;}
#mCompanyNew .mtit h2 {margin: 0 0 10px 0;}
#main #mCompanyNew .bntit {text-align:center; }
#main #mCompanyNew .bntit h2 {margin-bottom:8px; font-size:22px; font-weight:700; letter-spacing:-1px; line-height:1.5;}
#main #mCompanyNew .bntit p {font-size:13px; font-weight:500; letter-spacing:-0.5px;}
#mCompanyNew .container {}
#mCompanyNew .horizontal {margin:10px auto 20px auto; width:100%; display:flex; align-items:center; justify-content:space-between;}
#mCompanyNew .horizontal li  { width:50%; }
#mCompanyNew .horizontal li label {display:block; padding:9px 5px; font-size:16px; line-height:20px; font-weight:500; background:#fff; border:1px solid #E6E6E6; color:#000; text-align:center; cursor:pointer;}
#mCompanyNew .horizontal li:last-child label {margin-left:-1px;}
#mCompanyNew .horizontal li input { display:none; }
#mCompanyNew .horizontal li input[type="radio"]:checked+label {background:#12275E; border:1px solid #12275E; color:#fff; font-weight:700;}

#mCompanyNew .findMakerSwiperWrap {position:relative; margin-right:-18px; margin-left:-18px; margin-bottom:20px; padding-bottom:15px;}
#mCompanyNew .findMakerSwiperWrap .swiper {padding:0 18px;}
#mCompanyNew .findMakerSwiperWrap .swiper-scrollbar {height:2px; width:90%; bottom:0; left:50%; transform:translate(-50%,0);}
#mCompanyNew .findMakerSwiperWrap input { display:none; }
#mCompanyNew .findMakerSwiperWrap input + label {display:block; padding:8px 11px; border:1px solid #CCCCCC; border-radius:7px; cursor:pointer;}
#mCompanyNew .findMakerSwiperWrap input + label .img {margin:0 auto 6px auto; padding:5px; display:flex; align-items:center; justify-content:center; width:54px; height:54px;  border:1px solid #ccc; border-radius:100%; }
#mCompanyNew .findMakerSwiperWrap input:checked + label .img {background:#f4f4f4;}
#mCompanyNew .findMakerSwiperWrap input + label .txt {display:block; width:100%; text-align:center; font-size:13px; white-space:nowrap;}
#mCompanyNew .findMakerSwiperWrap input:checked + label .txt {font-weight:700; color:#D41C1B;}

#mCompanyNew .inputBtn {margin-top:5px;}
#mCompanyNew .inputBtn ul {display:flex; align-items:center; justify-content:space-between; gap:5px;}
#mCompanyNew .inputBtn ul li  {width:33.33%;}
#mCompanyNew .inputBtn input {display:none; appearance:none;}
#mCompanyNew .inputBtn input + label {display:block; padding:12px 0; font-size:13px; line-height:13px; font-weight:500; color:#333333; border:1px solid #CECECE; border-radius:5px; text-align:center; cursor:pointer;}
#mCompanyNew .inputBtn input:checked + label {border:1px solid #D41C1B; color:#D41C1B; }
#mCompanyNew .inputBtn .tooltip .flex {align-items:center; justify-content:center;}
#mCompanyNew .inputBtn .info {display:none;}
#mCompanyNew .inputBtn .tooltip-text {display:none;}
#mCompanyNew.carList5 .nameModelSwiperWrap {position:relative; }
#mCompanyNew .arrowCircle .swiper-button-next {top:49%; right:-10px;}
#mCompanyNew .arrowCircle .swiper-button-prev {top:49%;  left:-10px;}

#mCompanyNew .nameModelSwiper {margin-right:-11px;}
#mCompanyNew .nameModelSwiper .swiper-wrapper {flex-wrap:wrap; gap:10px; flex-direction:row;}
#mCompanyNew .nameModelSwiper .swiper-wrapper .list {width:calc(50% - 10px);}
#mCompanyNew .nameModelSwiper .swiper-wrapper .list a {display:block; border:1px solid #ccc; border-radius:7px; overflow:hidden;}
#mCompanyNew .nameModelSwiper .swiper-wrapper .list a .img {padding:33px 7px 0 7px; background:#F2F2F2; height:auto; margin:0;}
#mCompanyNew .nameModelSwiper .swiper-wrapper .list a .txt  {padding:13px 10px;}
#mCompanyNew .nameModelSwiper .swiper-wrapper .list a .txt h3 {margin:0 0 5px 0; display:flex; align-items:center; gap:4px; }
#mCompanyNew .nameModelSwiper .swiper-wrapper .list a .txt h3 .tit {width:80%; font-size:18px; color:#000; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#mCompanyNew .nameModelSwiper .swiper-wrapper .list a .txt h3 .brand {width:30px;}
#mCompanyNew .nameModelSwiper .swiper-wrapper .list a .txt p {font-size:12px; height:35px; color:#828282;
overflow: hidden; text-overflow: ellipsis;word-break: break-word;
display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
#mCompanyNew .nameModelSwiper .swiper-wrapper .list a .txt .price {display:flex; align-items:center; justify-content:space-between; font-size:14px; font-weight:600; color:#000;}
#mCompanyNew .nameModelSwiper .swiper-wrapper .list a .txt .price .won {color:#D41C1B;}
#mCompanyNew .nameModelSwiper .swiper-wrapper .list a .event {padding:12px 4px; display:flex; align-items:center; justify-content:center; gap:3px; font-size:11px; letter-spacing:-0.5px; color:#828282; border-top:1px solid #ccc; letter-spacing:-0.5px;}
#mCompanyNew .nameModelSwiper .swiper-wrapper .list a .event .new {color:#FF0D0D; }
#mCompanyNew.carList5 .swiper-grid-column>.swiper-wrapper .swiper-slide {margin:0 0 10px 0; padding:0 10px 0 0;}
#mCompanyNew .markWrap {right:10px;}



#qNew {position:fixed; bottom:125px; right:10px; z-index:90; }
#qNew .tit h2 {font-size:20px; letter-spacing:-0.5px;}
#qNew .tit p {margin-top:5px; font-size:14px; line-height:1.3; letter-spacing:-0.5px; color:#858585;}
#qNew h5 {margin-top:10px; font-size:13px; color:#858585; text-align:center; font-weight:400; letter-spacing:-0.5px;}
#qNew .qkcm {position:relative; top:8px; margin-top:-5px;}
#qNew .qform {position:relative; padding:22px 15px 12px 15px; margin-bottom:17px; background:#fff; border-radius:20px; box-shadow:2px 2px 5px rgba(0 0 0 / 25%); }
#qNew .qform .qimg {max-width:187px; margin:20px auto;  }
#qNew .qform li {margin-bottom:5px; display:flex; align-items:center; gap:10px;}
#qNew .qform li label {font-size:14px; color:#3a3a3a; width:36px; font-weight:600;}
#qNew .qform li:nth-child(1) label,
#qNew .qform li:nth-child(3) label {letter-spacing:11px;}
#qNew .qform li span.flex {gap:3px;}
#qNew .qform li input {width:100%; padding:8px 10px; border:1px solid #d2d2d2; border-radius:5px; font-size:12px; line-height:18px;}
#qNew .qform li input:placeholder {letter-spacing:-0.5px;}
#qNew .qform .formAgree {margin:10px 0; font-size:12px; line-height:12px; gap:5px; accent-color:#4804B3; }
#qNew .qform .formAgree a {margin:-1px 0 0 3px; padding:3px 4px; background:#D9D9D9; color:#333333; font-size:10px; line-height:10px; border-radius:3px;}
#qNew .qform button {padding:13px; width:100%; background:#4804B3; color:#fff; font-size:16px; font-weight:600; text-align:center;  border-radius:8px; letter-spacing:-0.5px;}
#qNew .qform button:hover {background:#3f00a2; transition:all 0.5s;}

#qNew .top a {display:inline-flex; align-items:center; justify-content:center; width:45px; height:45px; border-radius:100%; background:#808080; color:#fff; font-size:15px; font-weight:500; letter-spacing:-0.5px; }
#qNew .top a:hover {background:#666666; transition:all 0.5s;}



/*차량선택 추가부분*/

#CarinfoDrop {margin:35px 0;}
#CarinfoDrop .box {display:flex; gap:35px; flex-direction:column;}
#CarinfoDrop .box .cbox {}
#CarinfoDrop h2.infoTit {padding:10px 0; font-size:18px; font-weight:700; letter-spacing:-0.5px;}
#CarinfoDrop h3.mdtit {font-size:14px; font-weight:500;  margin:20px 0 10px 0; font-size:14px; color:#B9B9B9;}
#CarinfoDrop h2.infoTit.bb {border-bottom:1px solid #111111;}
#CarinfoDrop .mList {}
#CarinfoDrop .mtit {padding:15px 10px 15px 0; display:flex; align-items:center; justify-content:space-between; font-size:16px; font-weight:500; cursor:pointer; border-bottom:1px solid #efefef;  color:#232323;}
#CarinfoDrop .mtit .arrow {width:13px; transform:rotate(-180deg);  transition:all 0.5s;}
#CarinfoDrop .mtit.on {border-bottom:none;}
#CarinfoDrop .mtit.on .arrow {transform:rotate(0deg);}
#CarinfoDrop .mtxt {padding-bottom:20px; border-bottom:1px solid #b9b9b9;}
#CarinfoDrop .mtxt ul {padding:0 20px; background:#fafafa; border-radius:10px; }
#CarinfoDrop .mtxt li input {display:none; appearance:none;}
#CarinfoDrop .mtxt li input + label {position:relative;padding:15px 0; display:flex; align-items:center; justify-content:space-between; font-size:14px; font-weight:500; border-bottom:1px solid #E2E5EB; cursor:pointer;}
#CarinfoDrop .mtxt li:last-child input + label {border:none;}
#CarinfoDrop .mtxt li input:checked + label {font-weight:700;}
#CarinfoDrop .mtxt li input + label p {display:flex; align-items:center; gap:7px;}
#CarinfoDrop .mtxt li input + label p .mark {padding: 5px 7px; font-size:10px; line-height:10px; font-weight:600; border-radius:5px;}
#CarinfoDrop .mtxt li input + label p .mark.row {background:#2e2e2e; color:#fff;}


.pd15{padding:0 15px;}
.Rcolor {margin-left:-15px; margin-right:-15px;}
.Rcolor .swiper {padding:0 15px;}
.Rcolor .swiper-wrapper {padding-bottom:40px;}

.color-slide .list {width:61px;}
.color-slide .list input {display:none; appearance:none;}
.color-slide .list input + label {position:relative;  display:block;  cursor:pointer; width:61px;}
.color-slide .list input + label .colorBox {display:block; width:61px; height:61px; border-radius:5px; overflow:hidden;}
.color-slide .list input:checked + label .colorBox {border:2px solid #AD78FF;}
.color-slide .list input + label p{display:none; position:absolute; bottom:-32px; left:50%; transform:translate(-50%,0); width:60px; text-align:center;
font-size:10px; font-weight:500; color:#4D4D4D; height:24px;}
.color-slide .list input:checked + label p {display:block;}



.inputColor .swiper-slide {width:61px;}
.inputColor input {display:none; appearance:none;}
.inputColor input + label {position:relative;  display:block;  cursor:pointer; width:61px;}
.inputColor input + label .colorBox {display:block; width:61px; height:61px; border-radius:5px; overflow:hidden;}
.inputColor input:checked + label .colorBox {border:2px solid #AD78FF;}
.inputColor input + label p{display:none; position:absolute; bottom:-32px; left:50%; transform:translate(-50%,0); width:60px; text-align:center;
font-size:10px; font-weight:500; color:#4D4D4D; height:24px;}
.inputColor input:checked + label p {display:block;}
.inputColor.swiper-wrapper {gap:7px; padding-bottom:40px;}

.inputOption input { appearance:none; display:none;}
.inputOption input + label  {position:relative; display:flex; align-items:center; justify-content:space-between; padding:17px 15px 17px 40px;
width:100%; border:1px solid #c5c5c5; background:#fff;  font-size:14px; line-height:14px; font-weight:500; border-radius:7px; cursor:pointer;}
.inputOption input + label:before { content:''; position:absolute; top:50%; left:15px; transform:translate(0,-50%); width:15px; height:15px; border:1px solid #c5c5c5; border-radius:2px;}
.inputOption input:checked + label {border:1px solid #AD78FF;  font-weight:700;}
.inputOption input:checked + label:before {border:1px solid #AD78FF; background:url('/_img/listcheck.png') no-repeat center center #AD78FF; background-size:7px;}

.inputOption .optit {margin-bottom:10px;}
.inputOption .optit .subject {display:flex; align-items:center; gap:10px;}
.inputOption .optit .subject .mark {padding: 4px 7px 4px 6px; font-size:10px; line-height:10px; font-weight:600; border-radius:5px;}
.inputOption .optit .subject .mark.best {background:#2e2e2e; color:#fff;}

#CarinfoDrop .inputBtn {display:grid;  grid-template-columns: repeat(4, 1fr); gap:5px;}
#CarinfoDrop .inputBtn input {display:none; appearance:none; }
#CarinfoDrop .inputBtn input + label {display:flex; align-items:center; justify-content:center; gap:2px;  padding:12px 5px; width:100%; font-size:14px; font-weight:500; cursor:pointer;  border-radius:7px; background:#fff; border:1px solid #C5C5C5; text-align:center; overflow:hidden;}
#CarinfoDrop .inputBtn input:checked + label {border: 1px solid #AD78FF; font-weight:600;}

.boxConfirm {margin:35px 0 25px 0; }
.boxConfirm .boxClist  {margin-top:15px;}
.boxConfirm .boxClist li {margin-bottom:15px; display:flex; justify-content:space-between; font-size:14px; line-height:1.6; font-weight:500;}
.boxConfirm .boxClist li:last-child {margin-bottom:0;}
.boxConfirm .boxClist li.line {margin:15px 0; display:block;  width:100%; height:1px; border-top:1px solid #EFEFEF;}
.boxConfirm .boxClist .subject {color:#B9B9B9; width:50px;}
.boxConfirm .boxClist .txt {text-align:right; color:#111; width:80%;}
.boxConfirm .boxClist .txt.option {display:flex; align-items:center; gap:5px; flex-wrap:wrap; justify-content:end;}
.boxConfirm .boxClist .txt.option .opcon {display:flex; align-items:center; gap:3px; }
.boxConfirm .boxClist .txt.option .opcon .close {cursor:pointer;}
.boxConfirm .boxClist li.won {margin-bottom:2px;}
.boxConfirm .boxClist .won .txt {display:flex; align-items:center; justify-content:end; gap:2px;}
.boxConfirm .boxClist .won .txt .big {font-size:18px;}

.dropBtn {padding:0 50px; display:flex; align-items:center; gap:15px; justify-content:center;}
.dropBtn button {width:50%; padding:9px 0; text-align:center; font-size:14px; font-weight:600; letter-spacing:-0.5px; border-radius:30px;}
.dropBtn button.dClose {background:#F1F1F1; color:#000;}
.dropBtn button.dCounsel {background:#6A34C0; color:#fff;}


#termClear {padding:55px 0 25px 0;}
#termClear .title {margin-bottom:40px; padding:16px; font-size:28px; font-weight:600; color:#171717;}
#termClear .termCon {padding:0 16px; font-size:14px; color:#404040; font-weight:400; line-height:22px;}
#termClear .termCon h3 {margin-bottom:24px; font-size:16px; font-weight:500; color:#171717;}
#termClear .termCon h3.underline {display:flex; align-items:baseline; gap:5px; padding: 0 0 24px 0; border-bottom:1px solid #e5e5e5;}
#termClear .termCon h4 {margin-bottom:12px; font-size:14px; font-weight:700;}
#termClear .termCon p {margin-bottom:24px; word-break:break-all;}
#termClear .listBox {margin-bottom:24px; padding:16px; background:#fafafa; color:#737373; border-radius:16px; line-height:20px;}
#termClear .listBox .list {display:flex; flex-direction:column; gap:12px; }
#termClear .listBox .list li {position:relative; display:flex; align-items:baseline; gap:3px;}
#termClear .listBox .tit {font-weight:700; color:#404040; }
#termClear .listBox .num {/*position:relative; top:-2px; margin:0 4px;*/ font-weight:700; color:#404040; }
#termClear .listBox .list.column {gap:12px;}
#termClear .listBox .list.column li {flex-direction:column; gap:6px;}
#termClear .listBox .list.dot .text {position:relative; padding:0 0 0 15px;}
#termClear .listBox .list.dot .circle {position:absolute; top:9px; left:4px; display:block; width:4px; height:4px; border-radius:100%; background:#737373;}
#termClear .gridBox {margin-bottom:24px;  display: grid; grid-template-columns: 25% 50% 25%; width: fit-content;}
#termClear .gridBox .cell { padding: 16px;  border: none;  position: relative; display:flex; align-items:center; justify-content:center; text-align: center; word-break:break-all;}
#termClear .gridBox .cell::after { content: "";  position: absolute;  bottom: 0;  left: 0;  height: 1px;  width: 100%;  background-color: #ccc; }
#termClear .gridBox .cell::before {content: ""; position: absolute; top: 0; right: 0; width: 1px; height: 100%;  background-color: #ccc;}
#termClear .gridBox .cell:nth-child(3n)::before { display: none; }
#termClear .gridBox .cell:nth-last-child(-n+3)::after { display: none; }
#termClear .gridBox .cell.gbTop {background:#f5f5f5; color:#171717; font-size:16px; font-weight:700;}


@media (min-width: 1200px) {

#visual {height:100vh; overflow:hidden;}
#visual .pc {height:100%;}
#visual .img {  height: 100%; display:flex; align-items:center; justify-content:center; }
#visual .img img {  height: 100%;  width: auto;  object-fit: contain; }
#visual .logo {width:370px; top:58px; left:62px;}

#mmformCounsel {position:fixed; width:1164px; top:inherit; margin-bottom:0; bottom:0; left:50%; transform:translate(-50%,0); z-index:98; padding:0; background:transparent;}
#mmformCounsel.scroll {bottom:0;}
#mmformCounsel .mdForm {margin:0; padding:0;  border-radius:0; border:none;}
#mmformCounsel .container {position:relative; max-width:1164px; width:1164px; box-shadow:0 5px 20px rgba(0 0 0 / 20%);  border-radius: 15px 15px 0 0; overflow:hidden;}
#mmformCounsel .inputList {margin-bottom:-1px; display:flex; align-items:stretch; justify-content:space-between; position:relative; background:url('/_img/mform_bg.png') no-repeat bottom; background-size:cover;}
#mmformCounsel .inputList li {margin:0; height:128px; background:transparent; display:flex; flex-direction:column; justify-content:center;   }
#mmformCounsel .inputList li:nth-child(1) {position:relative; padding:0 0 0 25px; width:187px; }
#mmformCounsel .inputList li:nth-child(1):after {content:''; position:absolute; top:44%; right:-10%; transform:translate(0,-50%); width:1px; height:37px; background:#DEE0E2;}
#mmformCounsel .inputList li:nth-child(2) {padding:0 0 0 25px; width:187px; }
#mmformCounsel .inputList li:nth-child(3) {padding:0 12px 0 0; width:590px; }
#mmformCounsel .inputList li:nth-child(4) {padding:0; width:150px;}
#mmformCounsel .inputList li label { font-size:12px; color:#0A0B0B;}
#mmformCounsel .inputList li input {font-size:13px; width:100%;  background:transparent;}
#mmformCounsel .inputList li.long input  {padding:0;}
#mmformCounsel .inputList li.long .longBox {position:relative; top:-20px; display:flex; align-items:center; flex-direction:row; gap:9px;}
#mmformCounsel .inputList li.long .selectCon {position:relative; top:-22px;}
#mmformCounsel .inputList li.formBtn button {position:relative; right:-1px; height:100%;  font-size:20px; font-weight:600; letter-spacing:2px;  border-radius:0;}

#mmformCounsel .agree {position:absolute; bottom:20px; right:168px; width:590px;}
#mmformCounsel .agreeList2 {display:flex;}
#mmformCounsel .agreeList2.flex {flex-direction:row; gap:5px;}
#mmformCounsel .agreeList2 li {gap:5px; width:auto;}
#mmformCounsel .agreeList2 li.all input + label {font-size:12px;}
#mmformCounsel .agreeList2 li input + label {font-size:10px;}
#mmformCounsel .agreeList2 li a {width:10px; height:10px; position:relative; top:1px;}
#mmformCounsel .agreeList2 li a .arrow {font-size:10px;}
#mmformCounsel .agreeList2 li.all:after {right:12px; width:calc(100% - 150px);}

#mmformCounsel .mFormarrow {position:absolute; bottom:-10px; right:-36px; width:75px; animation:1s arrowLeft ease-in-out infinite alternate; z-index:19;}
.selectWarp select {padding:11px 25px 11px 12px; border-radius:12px;}
.selectWarp {width:30%;}
.selectWarp.sModel {width:70%;}




#CarinfoDrop {margin:45px 0;}
#CarinfoDrop .box {display:grid;  grid-template-columns: repeat(2, 1fr); gap:65px 95px;}
#CarinfoDrop .box .cbox {width:600px;}
#CarinfoDrop h2.infoTit {padding:10px 0; font-size:26px;}
#CarinfoDrop h3.mdtit {margin:30px 0 15px 0; font-size:18px; color:#111; font-weight:600;}

#CarinfoDrop .mtit {padding:20px 10px 20px 0; font-size:18px;}
#CarinfoDrop .mtit .arrow {width:16px;}
#CarinfoDrop .mtxt li input + label {padding:20px 0 20px 32px; font-size:16px;}
#CarinfoDrop .mtxt li input + label:before {content:''; position:absolute; top:50%; left:0; transform:translate(0,-50%); width:21px; height:21px; background:#fff;
border:1px solid #C5C5C5; border-radius:3px; }
#CarinfoDrop .mtxt li input:checked + label:before {content:''; position:absolute; top:50%; left:0; transform:translate(0,-50%); width:21px; height:21px; background:#AD78FF;
border:1px solid #AD78FF; border-radius:5px; }
#CarinfoDrop .mtxt li input:checked + label:after {content:''; position:absolute; top:50%; left:6px; transform:translate(0,-50%); width:11px; height:12px;
background:url('/_img/listcheck.png') no-repeat center/ cover; }
#CarinfoDrop .mtxt li input + label p .mark {font-size:12px; line-height:12px; }

.inputOption  {margin-top:25px;}
.inputOption input + label {padding:20px 28px 20px 49px; font-size:16px;}
.inputOption input + label:before { width:21px; height:21px; border:1px solid #c5c5c5; border-radius:5px;}
.inputOption input:checked + label {border:1px solid #AD78FF;  font-weight:700;}
.inputOption input:checked + label:before {border:1px solid #AD78FF; background:url('/_img/listcheck.png') no-repeat center center #AD78FF; background-size:11px;}
.inputOption .optit .subject .mark {padding:5px 8px 5px 7px; font-size:12px; line-height:12px;}

.Rcolor {margin:0;}
.Rcolor .swiper {padding:0;}
.pd15 {padding:0;}
.color-slide .list {width:82px;}
.color-slide .list input + label {width:82px;}
.color-slide .list input + label .colorBox {width:82px; height:82px; border-radius:10px;}
.color-slide .list input:checked + label .colorBox:after {content:''; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:22px; height:22.5px; background:url('/_img/listcheck_p.png') no-repeat;
background-size:cover;}
.color-slide .list input + label p {display:block; bottom:-55px; width:82px; height:44px; font-size:12px; color:#232323;}


#CarinfoDrop .inputBtn input + label {padding:20px 0; font-size:16px; border-radius:10px;}

.boxConfirm {margin:60px 0 40px 0;}
.boxConfirm .boxCtit {margin-bottom:35px; display:flex; align-items:center; gap:5px;}
.boxConfirm .boxCtit .maker {width:60px;}
.boxConfirm .boxCtit .name {font-size:23px; font-weight:700;}
.boxConfirm .boxCtit .btn {margin-left:26px; display:flex; align-items:center; gap:10px;}
.boxConfirm .boxCtit .btn a {display:inline-block; padding:10px 17px; font-size:16px; font-weight:700; letter-spacing:-0.5px; color:#111; border:1px solid #DFDFDF; border-radius:5px;}
.boxConfirm .boxClist {display:grid; grid-template-columns: repeat(4, 1fr); gap:40px; }
.boxConfirm .boxClist li {flex-direction:column;  justify-content:flex-start; font-size:18px;}
.boxConfirm .boxClist .txt {width:100%; text-align:left;}
.boxConfirm .boxClist .txt.option {justify-content:flex-start;}

.boxConfirm .line {margin:40px 0; display:block; width:100%; height:1px; background:#EFEFEF;}
.boxConfirm .lastWon {display:flex; align-items;center; justify-content:center; gap:105px;}
.boxConfirm .lastWon li {display:flex; align-items;center; justify-content:center; gap:40px; font-size:20px;}

.dropBtn {gap:25px;}
.dropBtn button {padding:20px 0; width:250px; font-size:22px; text-align:center;}

}
/*차량선택 추가부분 END*/


#popFirework {position:fixed; top:50%; left:50%; transform:translate(-50%,-50%); width:100vw; height:102vh; z-index:999; background:rgba(0 0 0 / 30%);   }
#popFirework .cover {position:fixed; top:50%; left:50%; transform:translate(-50%,-50%); width:100vw; height:100vh; background:url('../_img/pop_custom_bg_m.png') no-repeat center / cover;   z-index:1;}
#popFirework .popcon {position:absolute; top:52%; left:50%; transform:translate(-50%,-50%); width:90%; max-width:420px; z-index:9;}
#popFirework .popcon .tit {color:#fff;}
#popFirework .popcon .tit h3 {margin-bottom:3px; font-size:22px; font-weight:600; }
#popFirework .popcon .tit h2 {font-size:34px; font-weight:700;}
#popFirework .popcon .carPic {margin:20px auto 10px auto; transform:scale(1.2); }
#popFirework .popcon .carName {position:relative; top:-15px; font-size:20px; color:#fff; font-weight:500;  z-index:2;}
#popFirework .popcon a.btnCounsel {display:inline-flex; align-items:center; gap:10px; padding:11px 15px 11px 22px; font-size:20px; font-weight:700; letter-spacing:-0.5px;
border-radius:300px; background:linear-gradient(45deg, #fff, #4E7FE8); position:relative; z-index:99;}
#popFirework .popcon a.btnCounsel span {font-size:16px;}
#popFirework .btnBtmWrap {margin-top:20px; display:flex; align-items:center; justify-content:center; gap:30px;}
#popFirework .btnBtmWrap button {background:transparent; font-size:14px; color:#fff; opacity:0.6;}

#popThunder {position:fixed; top:50%; left:50%; transform:translate(-50%,-50%); width:100vw; height:102vh; z-index:99;  background:rgba(0 0 0 / 30%);}
#popThunder .cover {position:fixed; top:50%; left:50%; transform:translate(-50%,-50%); width:100vw; height:100vh;   background:url('../_img/pop_thunder_bg_m.png') no-repeat top center ;
background-size:140% auto; z-index:1;}
#popThunder .popcon {position:absolute; top:48%; left:50%; transform:translate(-50%,-50%); width:90%; max-width:420px; z-index:9;}
#popThunder .popcon .tit {margin:0 auto; width:70%; max-width:450px;}
#popThunder .popcon .carPic {margin:10px auto 0 auto; transform:scale(1.1); }
#popThunder .popcon .carName {margin-top:20px; font-size:16px; color:#fff; font-weight:300;  z-index:2;}
#popThunder .popcon a.btnCounsel {display:inline-flex; align-items:center; gap:10px; padding:11px 15px 11px 22px; font-size:20px; font-weight:700; letter-spacing:-0.5px;
border-radius:300px; background:linear-gradient(45deg, #4E7FE8, #0000FF); color:#fff; position:relative; z-index:99;}
#popThunder .popcon a.btnCounsel span {font-size:16px;}
#popThunder .btnBtmWrap {margin-top:20px; display:flex; align-items:center; justify-content:center; gap:30px;}
#popThunder .btnBtmWrap button {background:transparent; font-size:14px; color:#fff; opacity:0.6;}



/*KB Direct*/
#main .dot {position:relative; display:inline-block;}
#main .dot:after {content:''; position:absolute; top:-10px; left:50%; transform:translate(-50%,0); width:5px; height:5px; border-radius:100%; background:#000;}

#kbVisual {position:relative; width:100%; background:#fff; overflow:hidden;}
#kbVisual .container {position:relative; }
#kbVisual .official {position:absolute; top:15px; right:15px; color:#776C61; font-size:13px; display:flex; gap:3px; padding:0; text-align:left;}
#kbVisual .logo {position:absolute; top:15px; left:15px; width:100px;}
#kbVisual .img {width:90%; padding:60px 0 20px 0; margin:0 auto;}

#dPointKcm .img {width:95%; margin:0 auto; }

.arrowCircle .swiper-button-prev:after  {width:25px; height:25px; display:flex; align-items:center; justify-content:center; color:#fff; background:rgba(0 0 0 / 70%); font-size:12px; border-radius:100%;}
.arrowCircle .swiper-button-next:after  {width:25px; height:25px; display:flex; align-items:center; justify-content:center; color:#fff; background:rgba(0 0 0 / 70%); font-size:12px; border-radius:100%;}
.arrowNormal .swiper-button-prev:after  {width:25px; height:25px; display:flex; align-items:center; justify-content:center; color:#686868; font-size:12px;}
.arrowNormal .swiper-button-next:after  {width:25px; height:25px; display:flex; align-items:center; justify-content:center; color:#686868; font-size:12px;}



#wait  {margin:180px auto;}
#wait .text {padding: 0 0 0 20px; }
#wait .text h3 {font-size:20px; font-weight:400;}
#wait .text h2 {position:relative; left:-4px; display:inline-block; margin:10px 0 20px 0; font-size:36px; font-weight:700;}
#wait .text h2 .txt {position:relative; z-index:9;}
#wait .text h2:before {content:''; position:absolute; bottom:-1px; left:51%; transform:translate(-50%,0); width:105%; height:12px; border-radius:50px; background:#FFCC00; }
#main #wait .dot:after {background:#FFCC00;}

#wait .text p {font-size:16px; font-weight:500; line-height:1.5;}
#wait .img {position:relative; top:-40px; margin-bottom:-40px;}

#dPoint {overflow:hidden; margin:-20px auto 0 auto;}


#lanStep {margin:25px auto 35px auto;}
#lanStep .list {display:grid;  grid-template-columns: repeat(2, 1fr); gap:40px 0; text-align:center;}
#lanStep .list .ico  {position:relative; width:120px; margin:0 auto 15px auto; }
#lanStep .list .ico .num {position:absolute; top:0; left:0; width:40px; height:40px; border-radius:100%; background:#12275E; color:#fff; font-weight:800; 
display:flex; align-items:center; justify-content:center;}
#lanStep .list h3 {font-size:18px; line-height:1.4; font-weight:600;}
#lanStep .list p {margin-top:7px; font-size:15px; font-weight:600; color:#818181;}

.official {padding:20px 0 50px 0; text-align:center; font-size:14px; color:#776C61;}

/*팝업 견적 문의*/
#consultpop.cp-style-1 {}
#cousultpage .container {width:100% !important; padding:0;}
#cousultpage .ctit {padding:20px 0 16px 20px; background:#f7f7f7; font-size:20px;}
#consultpop.cp-style-1 .tit { padding:30px 40px; text-align:center;}
#consultpop.cp-style-1 .tit a.close {position:absolute; top:27px; right:25px;}
#consultpop.cp-style-1 .tit h2 {margin-bottom:5px; font-size:24px; font-weight:bold; letter-spacing:-1px; color:#1a1a1a;}
#consultpop.cp-style-1 .tit p {font-size:14px; color:#8c8c8c;}
#consultpop.cp-style-1 .consultform form {padding:20px 20px 0 20px;}
#consultpop.cp-style-1 .consultform .formList h3 {margin:25px 0 11px 0; font-size:15px; font-weight:700;}
#consultpop.cp-style-1 .consultform .formList li {display:flex; flex-direction:column; margin-bottom:12px;font-weight:500; border-bottom:1px solid #ECECEC;}
#consultpop.cp-style-1 .consultform .formList li:last-child {border:none;}
#consultpop.cp-style-1 .consultform .formList li label {width:100px; font-size:15px; color:#1a1a1a; font-weight:500; letter-spacing:-1px; }
#consultpop.cp-style-1 .consultform .formList li .subdate {padding:12px 0; width:75%; text-align:left;}
#consultpop.cp-style-1 .consultform .formList li input {padding:3px 0 12px 0; font-size:15px;}
#consultpop.cp-style-1 .consultform .formList li input:placeholder {color:#B9BBBD;}
#consultpop.cp-style-1 .consultform .formList li p {width:100%;}
#consultpop.cp-style-1 .ns {padding: 0 0 0 3px; font-size:16px; line-height:23px; color:#D41C1B;}
/*Contact custom*/
#consultpop.cp-style-1 .popContact {width:75%;}
#consultpop.cp-style-1 .popContact span input[type="checkbox"]{ appearance:none; }
#consultpop.cp-style-1 .popContact span input { appearance:none; display:none;}
#consultpop.cp-style-1 .popContact span input[type="checkbox"] + label {display:inline-block; position:relative;  width:auto; padding-right:22px;}
#consultpop.cp-style-1 .popContact span input[type="checkbox"] + label:before{ content:''; position:absolute; right:0; top:0; width:17px; height:17px; text-align:center; background:#fff;  border:1px solid #b3b3b3; box-sizing:border-box;  border-radius:100%;}
#consultpop.cp-style-1 .popContact span input[type="checkbox"]:checked + label:after {content: ''; position:absolute; top:4px; right: 4px; width:9px; height:9px; background:#000; border-radius:100%; }

/*#consultpop.cp-style-1 .agree {padding-top:10px;}*/
#consultpop.cp-style-1 .agreeList li .flexBetween {display:flex; align-items:center; justify-content:space-between; }
#consultpop.cp-style-1 .agreeList input + label:before {top:43%;}
#consultpop.cp-style-1 .agreecon {margin-top:5px; padding:5px 15px; height:35px; overflow-y:scroll; border:1px solid #e8e8e8; font-family:'Pretendard', 'Dotum', sans-serif !important;}
#consultpop.cp-style-1 .agreecon h3,
#consultpop.cp-style-1 .agreecon p {font-size:13px; font-weight:400; margin:0; line-height:1.3;}
#consultpop.cp-style-1 button {margin-top:15px; padding:15px 0; width:100%; background:linear-gradient(180deg, #D41C1B, #B40F10); color:#ffff; font-size:17px; font-weight:600; letter-spacing:-1px; text-align:center; border-radius:7px;
letter-spacing:2px;}
#consultpop.cp-style-1 button:hover {background:#000;}
#consultpop.cp-style-1 .consultform .formList li.selectCon {flex-direction:row;}



@media (min-width: 1200px) {
.container { padding:0; }
.pc {display:block;}
.mobile {display:none;}
.br {display:block; width:100%; height:1px;}
.mbr {display:none;}
a.actnone {pointer-events:none; cursor:default;}
footer .caution {margin:40px 0 50px 0;}
footer .caution ul li {font-size:15px; line-height:1.9;}

.mtit {padding:20px 0 60px 0;}
.mtit h3 {font-size:62px;}
.mtit h2 {margin-top:12px; font-size:45px;}
.mtit h4 {margin-top:12px; font-size:30px;}
.mtit p {margin-top:30px; font-size:40px; letter-spacing:-1px; line-height:1.5;}

#mform {padding:0;}
#mform .bgTit .container {padding:70px 0 90px 0 ; }
#mform .bgTit h3 {padding:32px 0 25px 0; font-size:32px;}
#mform .bgTit p {font-size:16px;}

#direct {margin:95px auto 35px auto;  overflow:hidden;}
#direct .mtit h3 {font-size:45px;}
#direct .mtit h2 {font-size:64px;}
#direct .bigimg {top:-45px; margin-bottom:-80px;}
#direct .list {top:-45px;  padding:0; margin:0 auto; width:430px;  gap:50px;   }
#direct .list .img {width:110px;}
#direct .list p {font-size:20px; }

#mformCounsel {position:fixed; width:100%; bottom:0; left:50%; transform:translate(-50%,0); z-index:99;}
#mformCounsel .mdForm {top:0; margin:0; border-top:15px solid #D41C1B; padding:15px 35px; border-radius:22px 22px 0 0 ;}
#mformCounsel .inputList {display:flex; align-items:center; justify-content:space-between; position:relative;}
#mformCounsel .inputList li {padding:12px 25px 0 25px; width:25%;margin-bottom:0; display:flex; flex-direction:column; font-size:15px; color:#000; border:none; font-size:16px;}
#mformCounsel .inputList li:nth-child(1) {padding:12px 25px 0 0 ;}
#mformCounsel .inputList li:nth-child(2) {position:relative;}
#mformCounsel .inputList li:nth-child(2):after {content:''; position:absolute; width:1px; height:55px; top:50%; right:0; transform:translate(0,-50%); background:#ECECEC;}
#mformCounsel .inputList li:nth-child(2):before {content:''; position:absolute; width:1px; height:55px; top:50%; left:0; transform:translate(0,-50%); background:#ECECEC;}
#mformCounsel .inputList li:nth-child(3) {width:50%; margin-bottom:0; border:none;}
#mformCounsel .inputList li input {padding:15px 0; font-size:20px;}
#mformCounsel .inputList li.formBtn {position:absolute; top:50%; right:0; transform:translate(0,-50%); border:none; width:auto; padding:0;}
#mformCounsel .inputList li.formBtn button { width:130px; height:60px; padding:0; display:flex; align-items:center; justify-content:center; 
border-radius:8px; font-size:20px; letter-spacing:3px;}
#mformCounsel .inputList li.formBtn button:hover { background:#241A13; color:#F8C302;}
#mformCounsel .agreeList {margin-top:15px; display:flex; align-items:center; justify-content:end; gap:27px; }
#mformCounsel .agreeList li {gap:10px;}

.agreeList li a {font-size:15px;}
.agreeList input + label { padding: 0 0 0 27px; font-size:15px; top:46%;}
.agreeList input + label:before {width:20px; height:20px; background-size:12px;}

#mSuper {margin:0 auto 170px auto ;}
#mSuper .container {max-width:1264px;}
#mSuper .mtit h3 {font-size:45px;}
#mSuper .mtit h2 {margin-top:5px;}
#mSuper .superList .mark {top:37px; right:28px; width:87px; }
#mSuper .superList ul {flex-direction:row; gap:40px; }
#mSuper .superList ul li {width:calc(50% - 20px);}
#mSuper .superList a {padding:50px 40px 40px 40px; }
#mSuper .superList a h3 {margin-bottom:10px; width:80%;  font-size:37px; letter-spacing:-1.5px;}
#mSuper .superList a p {width:80%; font-size:23px; line-height:1.3; height:65px;}
#mSuper .superList a .imgFlex {justify-content:center;}
#mSuper .superList a .imgFlex .carimg {width:440px; height:220px;}
#mSuper .superList a .imgFlex .superMark {position:absolute; top:19px; right:27px; padding:0; width:128px;}
#mSuper .superList a:hover .imgFlex .superMark  {top:-15px; transform:scale(1.2); transition:all 0.5s;}
#mSuper .superList a .priceWarp .del {font-size:24px;}
#mSuper .superList a .priceWarp h2 {font-size:41px;}
#mSuper .superList a .btn {padding:18px 30px 18px 40px; font-size:27px; line-height:27px;}
#mSuper .superList a .btn .arrow {font-size:24px;}
#mSuper .superList a:hover .btn {background:#D41C1B; transition:all 0.5s;}
#mSuper .carBinfo {margin-top:30px; font-size:22px;}


#safety {margin:330px auto 0 auto; }
#safety h4.spacing {font-size:22px;}
#safety .mtit h3 {margin:35px 0 10px 0; font-size:45px;}
#safety .mtit h2 {font-size:45px;}
#safety .img {top:-276px; margin-bottom:-276px;}


#wait .container {display:flex; align-items:center; gap:110px;}
#wait .img {width:585px; top:80px; margin-bottom:0;}
#wait .text {padding: 0 0 0 150px; }
#wait .text h3 {font-size:48px;}
#wait .text h2 {margin:10px 0 70px 0; font-size:84px;}
#wait .text h2:before { left:49%; height:23px; }
#wait .text p {font-size:35px; }

#dPoint  {}
#dPoint .img {height:473px;}
#dPoint .img img { width:100%; height: 473px; object-fit: cover;}

#lanStep {margin:180px auto;}
#lanStep .container {width:1100px;}
#lanStep .lan1-tit h2 {margin-bottom:120px;}
#lanStep .list {grid-template-columns: repeat(4, 1fr); gap:0; }
#lanStep .list li .ico  {position:relative; width:157px; margin:0 auto 33px auto; }
#lanStep .list li .ico:after {content:''; position:absolute; top:50%; right:-80px; transform:translate(0,-50%); width:40px; height:40px;background:url('/_img/step_arrow.png') no-repeat center / cover;}
#lanStep .list li:last-child .ico:after {display:none;}
#lanStep .list .ico .num {display:none;}
#lanStep .list h3 {font-size:23px;}
#lanStep .list p {font-size:23px; }

.official {padding:0 0 60px 0; font-size:20px; color:#776C61;}

/*kb끝*/


#lan0-visual {padding:40px 0 170px 0; background:url('/_img/lan1/visual_bg.png') no-repeat top center; background-size:cover; }
#mexplain {position:relative; margin-top:-100px; padding:40px 0 120px 0;}
#mexplain:before {content:''; position:absolute; top:-135px; left:50%; transform:translate(-50%,0); width:100%; height:300px; background:url('/_img/lan1/mexplain_bg.png') no-repeat top center; background-size:140%;}
#mexplain .graph  {margin:0 auto 160px auto;}
#mexplain .no-list {margin-top:120px;}
#mexplain .no-list li {padding:22px;}

#mexplainNew {position:relative; padding:160px 0 120px 0;}
#mexplainNew .graph  {margin:0 auto 160px auto;}
#mexplainNew .no-list {margin-top:120px;}
#mexplainNew .no-list li {padding:22px;}



.numinfo {margin-top:50px; flex-direction:row; align-items:stretch;}
.numinfo .txt {padding:30px 30px 30px 100px; width:50%;}
.numinfo .txt h5 {font-size:13px;}
.numinfo .txt a {font-size:38px;}
.numinfo .txt p {font-size:15px;}
.numinfo .img {width:50%; height:auto; overflow:hidden;  }

#mFive {position:relative; margin-top:-70px;
padding:200px 0 130px 0; background:url('/_img/lan1/best_bg.png') no-repeat center top #f7f7f7; background-size:cover;}
#mFive .tit {margin:0 auto 100px auto;}
#mFive .fivelist li {margin-bottom:60px;}
#mFive .fivelist a {flex-direction:row; justify-content:space-between; align-items:center; padding:50px 20px 50px 60px; background-size:346px; box-shadow:3px 5px 5px rgba(0 0 0 / 30%); }
#mFive .fivelist a h3 {font-size:60px;}
#mFive .fivelist a .price {display:inline-block; margin:50px 0 70px 0; font-size:40px; line-height:40px;}
#mFive .fivelist a .price .point {font-size:60px;}
#mFive .fivelist a .price .price-img {top:-50px; right:-120px; width:107px;}
#mFive .fivelist a .condition {font-size:25px;}


.lan0-tit h2 {margin-bottom:40px; font-size:57px;  line-height:1.4; }
.lan0-tit p {font-size:40px; line-height:1.5; letter-spacing:-1px;}
.lan0-sm-tit {margin-bottom:60px; font-size:60px; letter-spacing:-2px; font-weight:}

#lan0-fast {margin:80px auto 200px auto; }
#lan0-fast .img {width:700px; margin:0 auto 80px auto; }

#lan0-form {padding:20px 0 10px 0;}
#lan0-form {position:fixed; width:100%; bottom:0; left:50%; transform:translate(-50%,0); z-index:999;}
#lan0-form h2 {margin:0; font-size:40px; width:300px; text-align:left;}
#lan0-form .flex {flex-direction:row;}
#lan0-form ul  {flex-direction:row; gap:10px;}
#lan0-form ul li {width:25%;}
#lan0-form ul input {padding:19px 20px; font-size:16px; margin-bottom:0;}
#lan0-form button img {position:inherit; transform:none; right:0; }
#lan0-form .formAgree {justify-content:end; padding-right:20px;}

#lan0-gray {padding:140px 0;}

.quick{display:block;position: fixed;left:auto;bottom:auto;right:20px;top:50%;transform:translateY(-50%);width:auto;background:transparent;text-align: center;}
.quick > div{margin-bottom:10px;}
.quick > div.top{width:30px;margin:10px auto 0;}
.quick .qtit{width:48px;margin:0 auto 10px;}
.quick .cir{width:98px;height:98px;padding:20px 0;border-right:none;border-radius:100%;font-size:16px;}
.quick .cir.call{background:#9b928d;font-weight: bold;font-size:25px;}
.quick .cir a{color:#fff;}
.quick .cir img{width:38px;margin-bottom:0px;}

#lan0-merit {padding:175px 0 155px;}
#lan0-merit .img{margin-top:50px;}
#lan0-merit  .merit-list{gap:200px 0;margin-top:225px;}
#lan0-merit  .merit-list li .img-ico{width:50%;}
#lan0-merit  .merit-list li h3{margin-top:40px;font-size: 52px;}
#lan0-merit  .merit-list li p{margin-top:20px;line-height: 1.5;font-size:40px;}

#lan0-faq{padding:160px 0 0 0;}
#lan0-faq .lan1-tit {margin-bottom:120px;}
#lan0-faq .que{padding:45px;letter-spacing:-1px;font-size:28px; gap:23px;}
#lan0-faq .fc-y{margin-right:5px;}
#lan0-faq .que .arrow{right:52px;width: 22px;}
#lan0-faq .anw{padding:45px 52px;letter-spacing:-1px;font-size:28px; line-height:1.7;}
#lan0-faq .anw .flex {gap:23px; }

#lan0-finfo .flex{flex-direction: row;}
#lan0-finfo .flex > div{width:50%;height:185px;overflow:hidden;}
#lan0-finfo .text{padding:30px 0 30px 5%;}
#lan0-finfo .text h4{font-size: 20px;}
#lan0-finfo .text a{margin-top:15px;font-size:59px;}
#lan0-finfo .text p{font-size: 17px;}
#lan0-finfo .img img{width:auto;height:100%;}

.lan1-tit {margin-bottom:70px;}
.lan1-tit h3 {font-size:45px; line-height:1.4; letter-spacing:-0.5px;}
.lan1-tit h2 {font-size:60px;line-height:1.6; letter-spacing:-2px;}
.lan1-tit h4 {margin-top:15px; font-size:18px; }

#lie {padding:150px 0; }

#award {background:url('/_img/award_bg.png') no-repeat top center / cover; height:1157px;}
#award .container {padding:190px 0 130px 0;  height:100%; max-width:1020px;}
#award .mtit {position:inherit; top:0; padding:0; }
#award .mtit h3 {font-size:26px;}
#award .img {display:none;}
#award .list {margin-top:175px; padding:0; width:640px; grid-template-columns: repeat(2, 1fr); gap:52px;} 
#award .list li {padding:28px 0;}
#award .list h3 {font-size:22px;}
#award .list p {margin-bottom:10px; font-size:16px;}

#caution {padding:150px 0;}
#caution .lan1-tit {text-align:center;}
#caution .ico-caution {width:74px; margin:0 auto 30px auto;}
#caution .caulist li {margin-bottom:60px; padding:60px; font-size:30px; line-height:1.8;}
#caution .caulist li:after {bottom:-33px;
 border-top: 36px solid #f5f5f5;
  border-left: 26px solid  transparent;
  border-right: 26px solid  transparent;}

#caution .kcm-caution {width:400px; bottom:-70px; right:-18px;}

.graph-2 {margin-top:150px;}

#receipt {padding:170px 0;}
#receipt .kcm {width:414px; bottom:-140px;; right:13%;}

#mCompanyNew .carBinfo  {font-size:20px;}
#mCompanyNew {margin:150px 0 295px 0;}
#mCompanyNew .container {max-width:1220px;}
#mCompanyNew .container .horizontal {margin:40px 0 50px 0;}
#mCompanyNew .horizontal li a {padding:20px 0; font-size:30px; line-height:30px;}
#mCompanyNew .findMakerSwiperWrap input + label {padding:20px; }
#mCompanyNew .findMakerSwiperWrap input + label .img {margin:0 auto 15px auto; width:120px; height:120px;}
#mCompanyNew .findMakerSwiperWrap input + label .img img {width:78px;}
#mCompanyNew .findMakerSwiperWrap input + label .txt {font-size:19px; font-weight:600; letter-spacing:-0.5px;}
#mCompanyNew .inputBtnWrap {display:flex; align-items:center; gap:15px; }
#mCompanyNew .inputBtn {width:50%;}
#mCompanyNew .inputBtn ul {border:1px solid #cecece; border-radius:5px;}
#mCompanyNew .inputBtn input + label {padding:23px 0; font-size:17px; border:none;}
#mCompanyNew .horizontal li label {padding:15px 0; font-size:20px;}


#mCompanyNew .tooltip .flex  {align-items:center; justify-content:center; gap:5px;}
#mCompanyNew .tooltip .info {width:15px; height:15px; display:flex; align-items:center; justify-content:center; border:1px solid #cecece; font-size:12px; color:#4d4d4d; line-height:12px; font-weight:500; border-radius:100%;}
#mCompanyNew .tooltip {display:block;}
#mCompanyNew .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;}
#mCompanyNew .tooltip:hover .tooltip-text {  display: block;}

#mCompanyNew .markWrap {top:13px; right:13px;}

#mCompanyNew .nameModelSwiper {margin-right:-20px;}
#mCompanyNew .nameModelSwiper .swiper-wrapper .list a .img {padding:45px 10px 0 10px;}
#mCompanyNew .nameModelSwiper .swiper-wrapper .list a .txt {padding:23px;}
#mCompanyNew .nameModelSwiper .swiper-wrapper .list a .txt h3 .brand {width:auto; height:33px;}
#mCompanyNew .nameModelSwiper .swiper-wrapper .list a .txt h3 .brand img {height:33px; object-fit:cover;}
#mCompanyNew .nameModelSwiper .swiper-wrapper .list a .txt h3 .tit {font-size:23px;}
#mCompanyNew .nameModelSwiper .swiper-wrapper .list a .txt p {font-size:13px;}
#mCompanyNew .nameModelSwiper .swiper-wrapper .list a .txt .price {font-size:20px;}
#mCompanyNew .nameModelSwiper .swiper-wrapper .list a .event {padding:16px; font-size:14px; font-weight:500;}
#mCompanyNew .nameModelSwiperWrap .swiper-button-prev {top:49%; left:0; transform:translate(-50%,0);}
#mCompanyNew .nameModelSwiperWrap .swiper-button-next {top:49%; right:-50px; transform:translate(-50%,0);}
#mCompanyNew.carList5 .nameModelSwiperWrap .swiper-wrapper {height:auto; gap:30px; justify-content:flex-start;}
#mCompanyNew.carList5 .swiper-grid-column>.swiper-wrapper .swiper-slide {margin:0 0 20px 0; padding:0 20px 0 0 ;}
#mCompanyNew .nameModelSwiper .swiper-wrapper .list {width:calc(25% - 13px);}

#mCompanyNew .findMakerSwiperWrap .swiper {padding:0;}
#mCompanyNew .findMakerSwiperWrap .swiper-scrollbar {height:4px; width:97%; }
#mCompanyNew .findMakerSwiperWrap {margin-right:0; margin-left:0;}


#review{padding:300px 0 400px 0; margin:0;}
#review .container {padding:100px 84px 86px 84px;  background:#fff; border-radius:16px;}
#review .tit {text-align:center; padding: 0 0 80px 0;}
#review .tit p {margin-bottom:20px; font-size:30px;}
#review .tit h3 {margin-bottom:17px; font-size:30px;}
#review .tit h2 {font-size:45px; line-height:1.4;}
#review .tit .kcm {bottom:-14px; left:13px;  width:480px; transform:none;}
#review .container {position:relative; max-width:1365px;}
.rswiper .rMore {margin:40px auto; padding:20px 0; font-size:20px; }
.rswiper .rMoreCon {margin-top:30px;}
.rswiper .rMoreConList {gap:30px;}
.rswiper .rMoreConList .swiper-slide.w50 {width:23%;}
.rswiper .txt{padding: 28px;}
.rswiper .txt span { padding: 7px 11px; font-size:14px;}
.bMark {width:30px; height:30px;}
.rswiper .txt h3 {font-size:18px; height:43px;}
.rswiper .txt p {margin-top:20px; font-size:16px; height:45px;}
.rswiper .thumbImg {height:210px;}

#mmform {padding:0; position:fixed; bottom:0; left:50%; transform:translate(-50%,0); width:100%; z-index:90;}
#mmform .container {display:flex; align-items:end; justify-content:space-between; max-width:100%; width:100% !important;}
#mmform form {padding:17px 0 17px 120px; width:1220px; }
#mmform h2.tit {margin-bottom:0; font-size:35px; font-weight:700; letter-spacing:-1px; white-space:nowrap; text-align:left;}
#mmform .formWarp {position:relative; display:flex; align-items:flex-start; gap:30px; justify-content:space-between; width:1070px; z-index:10;}
#mmform .formWarp ul {flex-direction:row; gap:15px; }
#mmform .formWarp ul li.fullinput {width:230px;}
#mmform .formWarp ul li.fullinput:first-child {width:195px;}
#mmform .formWarp .fullinput input {padding:20px; font-size:22px;}
#mmform .formWarp .formBtn button {display:flex; align-items:center; justify-content:center; padding:0; width:95px; height:95px; border-radius:50%; font-size:26px; line-height:1.1; letter-spacing:-0.5px;}
#mmform .formWarp .formBtn button .ico {position:inherit; top:0; right:0; transform:none; width:75px; height:75px;}
#mmform .formWarp .formBtn button .ico img {width:50px;}
#mmform .formCall {position:absolute; bottom:0; right:0; background:#ffbc00; background-size:cover; display:flex; flex-direction:column; justify-content:center; height:153px;padding:0 90px 0 0; z-index:9;}
#mmform .formCall:before {content:''; position:absolute; bottom:0; left:-140px; background:url('/_img/qcall_bg.png') no-repeat center left; width:150px; height:153px; background-size:cover; z-index:-1;}
#mmform .formCall a {display:flex; align-items:center; gap:10px; font-size:35px; font-weight:700; letter-spacing:-1px; color:#000;}
#mmform .formCall a img {width:39px;}
#mmform .formCall a h3 {font-size:45px; font-weight:800; letter-spacing:-1.5px; color:#4804B3;}
#mmform .formCall p {font-size:25px; font-weight:500;}
#mmform .formAgree {width:820px; margin:-15px auto 0 auto; justify-content:end; font-size:17px; line-height:17px; position:relative; z-index:11;}
#mmform .formAgree input {margin-right:5px; transform:scale(1.3); }
#mmform .formAgree label,
#mmform .formAgree a {opacity:0.8;}


.arrowCircle .swiper-button-prev,
.arrowCircle .swiper-button-next {width:50px;}
.arrowCircle .swiper-button-prev:after  {width:50px; height:50px; font-size:20px; }
.arrowCircle .swiper-button-next:after  {width:50px; height:50px; font-size:20px;}

.arrowNormal .swiper-button-prev:after  {width:40px; height:40px;  font-size:30px;}
.arrowNormal .swiper-button-next:after  {width:40px; height:40px; font-size:30px;}

#qNew {bottom:inherit; top:50%; right:30px; transform:translate(0,-50%); width:205px; }
#qNew .top a {width:60px; height:60px; font-size:18px;}

#popFirework .popcon { width:100%; max-width:860px;  }
#popFirework .cover { background:url('../_img/pop_custom_bg.png') no-repeat center / cover; }
#popFirework .popcon .tit h3 {margin-bottom:7px; font-size:40px; font-weight:600; }
#popFirework .popcon .tit h2 {font-size:63px; font-weight:700;}
#popFirework .popcon .carPic {max-width:600px; margin:40px auto -10px auto;}
#popFirework .popcon .carName {top:-15px; font-size:28px;}
#popFirework .popcon a.btnCounsel {gap:13px; padding:13px 23px 13px 27px; font-size:30px; font-weight:700;}
#popFirework .popcon a.btnCounsel span {font-size:25px;}
#popFirework .btnBtmWrap {margin-top:40px; gap:30px;}
#popFirework .btnBtmWrap button {font-size:16px;}

#popThunder {background:rgba(0 0 0 / 60%)}
#popThunder .popcon { width:100%; top:52%; max-width:860px; }
#popThunder .popcon .tit {margin:15px auto 0 auto;}
#popThunder .cover {background:url('../_img/pop_thunder_bg.png') no-repeat top center / cover;  }
#popThunder .popcon .carPic {max-width:660px; margin:0px auto -10px auto; }
#popThunder .popcon .carName {font-size:28px; }
#popThunder .popcon a.btnCounsel {gap:13px; padding:13px 29px 14px 40px; font-size:30px; font-weight:700;}
#popThunder .popcon a.btnCounsel span {font-size:25px;}
#popThunder .btnBtmWrap {margin-top:40px; gap:30px;}
#popThunder .btnBtmWrap button {font-size:16px;}

#termClear {padding:72px 0;}
#termClear .title {margin-bottom:48px; padding:0 24px; font-size:40px; }
#termClear .termCon {padding:0 24px; font-size:16px; line-height:28px;}
#termClear .termCon h3 {margin-bottom:30px; font-size:24px;}
#termClear .termCon h3.underline {gap:5px; padding: 0 0 24px 0; }
#termClear .termCon h4 {margin-bottom:24px; font-size:20px;;}
#termClear .termCon p {margin-bottom:40px; }
#termClear .listBox {margin-bottom:40px; padding:24px;  border-radius:16px; line-height:24px;}
#termClear .listBox .list { gap:12px; }
#termClear .listBox .list li {gap:7px;}
#termClear .listBox .list.column {gap:18px;}
#termClear .listBox .list.column li {gap:4px;}

}


@media (min-width: 1800px) {
#lan0-finfo .text{padding:30px 0 30px 256px;}
}
