@charset "utf-8";

#visual-section{background:#000 url("../img/visual_bg.jpg") no-repeat center center; background-size:cover; position:relative;}
#visual-section .visual-txt{width:100%; max-width:1400px; height:850px; margin:0 auto; padding:0 10px; position:relative;}
#visual-section .visual-txt .in-box{width:100%; top:50%; left:0; transform:translateY(-50%); padding:0 10px; position:absolute;}
#visual-section .visual-txt h3{margin-bottom:20px; font-family:'GmarketSansLight'; font-size:25px; color:#9cff00;}
#visual-section .visual-txt h3 em{font-style:italic;}
#visual-section .visual-txt h2{margin-bottom:20px; font-family:'GmarketSansBold'; font-size:50px; line-height:140%; letter-spacing:-4px; color:#fff;}
#visual-section .visual-txt h4{margin-bottom:20px; font-size:25px; letter-spacing:-1px; color:#fff;}
#visual-section .visual-txt a{padding:20px 40px; font-family:'GmarketSansBold'; font-size:25px; color:#000; border-radius:50px; background-color:#9cff00; display:inline-block;}
#visual-section .visual-txt .visual-btn{}
#visual-section .visual-txt .visual-btn ul{}
#visual-section .visual-txt .visual-btn ul:after{clear:both; content:""; display:block;}
#visual-section .visual-txt .visual-btn ul li{margin-right:20px; float:left;}
#visual-section .visual-txt .visual-btn ul li:last-child a{color:#222; background:#fff;}
#visual-section .visual-txt .cs-time{width:100%; max-width:312px; margin-top:20px; font-size:18px; text-align:center; color:#9cff00}

@keyframes blink-effect {
  50% {
    opacity: 0;
  }
}

.blink {
  animation: blink-effect 1s step-end infinite;
}

@media screen and (max-width:1380px){
	#visual-section .visual-txt h3{font-size:32px;}
	#visual-section .visual-txt h2{margin-bottom:45px; font-size:45px;}
	#visual-section .visual-txt h4{margin-bottom:40px; font-size:18px;}
	#visual-section .visual-txt a{padding:20px 40px; font-size:22px;}
}

@media screen and (max-width:1200px){
	#visual-section .visual-txt h3{font-size:30px;}
	#visual-section .visual-txt h2{margin-bottom:40px; font-size:40px;}
	#visual-section .visual-txt h4{margin-bottom:30px;}
	#visual-section .visual-txt a{padding:20px 40px; font-size:20px;}
}

@media screen and (max-width:1100px){
	#visual-section .visual-txt h3{font-size:28px;}
	#visual-section .visual-txt h2{margin-bottom:30px; font-size:35px;}
	#visual-section .visual-txt a{padding:15px 35px; font-size:18px;}
	#visual-section .visual-txt .in-box{top:auto; left:auto; transform:none; padding-top:150px; text-align:center; position:relative;}
	#visual-section .visual-txt .visual-btn ul{width:100%; text-align:center;}
	#visual-section .visual-txt .visual-btn ul li{margin:0 10px; display:inline-block; float:none;}
	#visual-section .visual-txt .cs-time{margin:15px auto 0;}
}

@media screen and (max-width:980px){
	#visual-section .visual-txt h3{font-size:25px;}
}

@media screen and (max-width:880px){
	#visual-section .visual-txt h3{font-size:22px;}
}

@media screen and (max-width:780px){
	#visual-section .visual-txt{height:700px;}
	#visual-section .visual-txt h2{font-size:30px; letter-spacing:-2px;}
}

@media screen and (max-width:650px){
	#visual-section .visual-txt .in-box{padding-top:120px;}
	#visual-section .visual-txt .visual-btn ul li{margin:0; padding:0 10px; display:block; float:left;}
	#visual-section .visual-txt .visual-btn ul li:nth-child(1){width:55%;}
	#visual-section .visual-txt .visual-btn ul li:nth-child(2){width:45%;}
	#visual-section .visual-txt a{width:100%; padding:15px 5px; font-size:18px;}
}

@media screen and (max-width:500px){
	#visual-section .visual-txt h2{font-size:27px;}
}

@media screen and (max-width:400px){
	#visual-section .visual-txt h2{font-size:25px;}
}

#visual-section .counter-box{width:100%; max-width:580px; margin-bottom:50px; padding:0;}
#visual-section .counter-box ul{}
#visual-section .counter-box ul:after{clear:both; content:""; display:block;}
#visual-section .counter-box ul li{width:33.333%; padding:25px 0; text-align:center; color:#fff; float:left; position:relative;}
#visual-section .counter-box ul li:last-child{border-right:0;}
#visual-section .counter-box .tt{font-size:22px;}
#visual-section .counter-box .tt strong{font-weight:700; font-size:40px; color:#9cff00;}
#visual-section .counter-box .bb{margin-top:10px; font-size:20px;}

@media screen and (max-width:1100px){
	#visual-section .counter-box{margin:0 auto 50px;}
	#visual-section .counter-box{text-align:center;}
	#visual-section .counter-box ul li{width:auto; display:inline-block; float:none;}
}

@media screen and (max-width:880px){
	#visual-section .counter-box .tt{font-size:20px;}
	#visual-section .counter-box .tt strong{font-size:37px;}
	#visual-section .counter-box .bb{font-size:18px;}
}

@media screen and (max-width:780px){
	#visual-section .counter-box .tt strong{font-size:34px;}
}

@media screen and (max-width:680px){
	#visual-section .counter-box{margin:0 auto 30px;}

	#visual-section .counter-box .tt strong{font-size:30px;}
}

@media screen and (max-width:500px){
	#visual-section .counter-box .tt strong{font-size:27px;}
	#visual-section .counter-box .bb{font-size:16px; letter-spacing:-1px;}
	#visual-section .counter-box ul li{padding:20px 0;}
}

@media screen and (max-width:450px){
	#visual-section .counter-box ul li{display:block; float:left;}
	#visual-section .counter-box ul li:nth-child(1){width:40%;}
	#visual-section .counter-box ul li:nth-child(2){width:34%;}
	#visual-section .counter-box ul li:nth-child(3){width:26%;}

	#visual-section .counter-box .tt strong{font-size:22px;}
	#visual-section .counter-box .bb{font-size:14px;}
}

@media screen and (max-width:400px){
	#visual-section .visual-txt .visual-btn ul li:nth-child(1){width:100%;}
	#visual-section .visual-txt .visual-btn ul li:nth-child(2){width:100%; margin-top:10px;}
}

.main-tit-box{position:relative;}
.main-tit-box h2{margin-bottom:10px; font-size:44px; line-height:140%; text-align:left;}
.main-tit-box h2 span{display:inline-block; position:relative;}
.main-tit-box h2 span:after{width:40px; height:40px; top:-7px; right:-10px; z-index:-1; background-color:#ffbc1f; clear:both; content:""; display:block; position:absolute;}
.main-tit-box h2 em{font-family:'GmarketSansBold'; color:#fff; letter-spacing:2px; text-shadow: -1px -1px 0 #0d1ac5, 1px -1px 0 #0d1ac5, -1px 1px 0 #0d1ac5, 1px 1px 0 #0d1ac5;}
.main-tit-box h2 strong{font-family:'GmarketSansBold'; color:rgba(0,0,0,1);}
.main-tit-box h3{margin-bottom:50px; font-size:20px; line-height:160%; color:#777; text-align:left;}


@media screen and (max-width:780px){
	.main-tit-box h2{font-size:32px;}
	.main-tit-box h2 br{display:none;}
	.main-tit-box h3{font-size:18px;}
}

@media screen and (max-width:680px){
	.main-tit-box h2 span:after{width:17px; height:17px; border:3px solid #ddd;}
	.main-tit-box h2 em{letter-spacing:1px;}
	.main-tit-box h2{font-size:28px;}
	.main-tit-box h3{font-size:17px;}
}

@media screen and (max-width:580px){
	.main-tit-box h2{font-size:26px;}
}


#service-section{padding:120px 0; overflow:hidden; position:relative;}

@media screen and (max-width:980px){
	#service-section{padding:90px 10px;}
}

@media screen and (max-width:880px){
	#service-section{padding:70px 10px;}
}

@media screen and (max-width:780px){
	#service-section{padding:50px 10px;}
}

#service-section .service-wrap{width:100%; max-width:1410px; margin:0 auto; padding:0 15px;}
#service-section .service-area{margin-top:60px; z-index:10; position:relative;}
#service-section .service-area ul{margin:0 -20px;}
#service-section .service-area ul:after{clear:both; content:""; display:block;}
#service-section .service-area ul li{width:25%; padding:0 20px; float:left;}
#service-section .service-area .box{padding:40px 20px; text-align:center; border-radius:10px; border:1px solid #eee; background-color:#f9f9f9;}
#service-section .service-area .box .img{}
#service-section .service-area .box .img img{}
#service-section .service-area .box .txt{margin-top:30px;}
#service-section .service-area .box h3{font-weight:700; font-size:20px; letter-spacing:-1px;}
#service-section .service-area .box h4{margin-top:10px; font-weight:400; font-size:16px; line-height:140%; letter-spacing:-1px; color:#777;}

@media screen and (max-width:1090px){
	#service-section .service-area ul{margin:0 -10px;}
	#service-section .service-area ul li{padding:0 10px;}
}

@media screen and (max-width:980px){
	#service-section .service-area{margin-top:40px;}
	#service-section .service-area .box{padding:30px 20px;}
	#service-section .service-area .box .img img{width:90px;}
	#service-section .service-area .box .txt{margin-top:20px;}

	#service-section .service-area ul li{width:50%; padding:10px;}
	#service-section .service-area ul li:nth-child(even){padding-top:10px;}
}

@media screen and (max-width:880px){
	#service-section .service-area{margin-top:30px;}
}

@media screen and (max-width:580px){
	#service-section .service-area .box{padding:25px 10px;}
}

@media screen and (max-width:500px){
	#service-section .service-area .box h3{font-size:18px;}
	#service-section .service-area .box h4{font-size:15px;}
}

#service-section .counter-box{width:100%; max-width:1030px; margin:0 auto; padding:0;}
#service-section .counter-box ul{margin-top:60px;}
#service-section .counter-box ul:after{clear:both; content:""; display:block;}
#service-section .counter-box ul li{width:33.333%; padding:15px 0; text-align:center; border-right:1px solid #ddd; float:left; position:relative;}
#service-section .counter-box ul li:last-child{border-right:0;}
#service-section .counter-box .tt{font-size:22px;}
#service-section .counter-box .tt strong{font-weight:700; font-size:40px; color:#3616cf;}
#service-section .counter-box .bb{margin-top:10px; font-size:20px;}

@media screen and (max-width:980px){
	#service-section .counter-box ul{margin-top:40px;}
}

@media screen and (max-width:880px){
	#service-section .counter-box .tt{font-size:20px;}
	#service-section .counter-box .tt strong{font-size:37px;}
	#service-section .counter-box .bb{font-size:18px;}
}

@media screen and (max-width:780px){
	#service-section .counter-box .tt strong{font-size:34px;}
}

@media screen and (max-width:680px){
	#service-section .counter-box .tt strong{font-size:30px;}
}

@media screen and (max-width:500px){
	#service-section .counter-box .tt strong{font-size:27px;}
	#service-section .counter-box .bb{font-size:16px; letter-spacing:-1px;}
}

@media screen and (max-width:450px){
	#service-section .counter-box ul li:nth-child(1){width:40%;}
	#service-section .counter-box ul li:nth-child(2){width:34%;}
	#service-section .counter-box ul li:nth-child(3){width:26%;}

	#service-section .counter-box .tt strong{font-size:22px;}
	#service-section .counter-box .bb{font-size:14px;}
}


#process-section{padding:120px 0; background:url("../img/inquiry_bg.gif") repeat; overflow:hidden;}
#process-section .process-wrap{width:100%; max-width:1410px; margin:0 auto; padding:0 15px;}

@media screen and (max-width:980px){
	#process-section{padding:100px 0;}
}

@media screen and (max-width:880px){
	#process-section{padding:80px 0;}
}

@media screen and (max-width:780px){
	#process-section{padding:60px 0;}
}

#process-section .process-box{}
#process-section .process-box ul{margin:0 -10px;}
#process-section .process-box ul:after{clear:both; content:""; display:block;}
#process-section .process-box ul li{width:20%; padding:0 10px; text-align:center; float:left; position:relative;}
#process-section .process-box ul li span{width:40px; height:40px; top:50%; -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); transform:translateY(-50%); right:-20px; z-index:999; border-radius:50%; background-color:#fff; display:block; position:absolute;}
#process-section .process-box ul li i{font-size:40px; color:#999;}
#process-section .process-box .box{margin:0 auto; padding:40px 10px; border-radius:15px 0; border:1px solid #222; background-color:#fff; overflow:hidden; position:relative;}
#process-section .process-box .box h3{margin-bottom:10px; font-weight:700; font-size:20px; letter-spacing:-1px; text-align:center; color:#222; display:block; position:relative;}
#process-section .process-box .icon{padding:20px;}
#process-section .process-box .icon img{z-index:2; position:relative;}

@media screen and (max-width:980px){
	#process-section .process-box .icon{width:100%;}
}

@media screen and (max-width:800px){
	#process-section .process-box ul li{width:33.333%; padding:20px 10px;}
	#process-section .process-box ul li:nth-child(4){margin-left:16.6666%;}
	#process-section .process-box ul li:nth-child(3) span{display:none;}

}

@media screen and (max-width:500px){
	#process-section .process-box ul li{width:50%; padding:10px;}
	#process-section .process-box ul li:nth-child(4){margin-left:0;}
	#process-section .process-box ul li:nth-child(5){margin-left:25%;}
	#process-section .process-box ul li:nth-child(2) span{display:none;}
	#process-section .process-box ul li:nth-child(3) span{display:block;}
	#process-section .process-box ul li:nth-child(4) span{display:none;}
}

#process-section .process-box .txt{margin-top:15px;}
#process-section .process-box .txt h4{margin-top:10px; font-size:16px; line-height:160%; color:#777;}

@media screen and (max-width:500px){
	#process-section .process-box .txt{margin-top:10px;}
	#process-section .process-box .txt h4{margin-top:7px; font-size:15px; line-height:140%;}
}

@media screen and (max-width:450px){
	#process-section .process-box .txt h4{height:60px;font-size:14px; letter-spacing:-1px;}
}

#business-section{background-color:#3616cf; overflow:hidden;}
#business-section .business-wrap{padding:30px 15px; font-size:22px; color:#fff; text-align:center;}
#business-section .business-wrap div{display:inline-block;}
#business-section .business-wrap span{margin-left:20px; padding:15px 30px; font-size:18px; color:#fff; border-radius:50px; border:1px solid #fff; display:inline-block;}

@media screen and (max-width:980px){
	#business-section .business-wrap div{margin-top:15px; display:block;}
	#business-section .business-wrap span{margin-left:0; line-height:100%;}
}

@media screen and (max-width:780px){
	#business-section .business-wrap{font-size:20px;}
	#business-section .business-wrap span{padding:12px 25px; font-size:16px;}
}


#merit-section{padding:120px 0; overflow:hidden; position:relative;}

@media screen and (max-width:980px){
	#merit-section{padding:90px 10px;}
}

@media screen and (max-width:880px){
	#merit-section{padding:70px 10px;}
}

@media screen and (max-width:780px){
	#merit-section{padding:50px 10px;}
}

#merit-section .merit-wrap{width:100%; max-width:1410px; margin:0 auto; padding:0 15px;}
#merit-section .merit-area{margin-top:60px; z-index:10; position:relative;}
#merit-section .merit-area ul{margin:0 -10px;}
#merit-section .merit-area ul:after{clear:both; content:""; display:block;}
#merit-section .merit-area ul li{width:25%; padding:10px; float:left;}

@media screen and (max-width:1090px){
	#merit-section .merit-area ul li{width:50%;}
}

#merit-section .merit-area .box{padding:40px; text-align:center; position:relative;}

#merit-section .merit-area .icon{width:180px; height:180px; margin:0 auto; padding-top:40px; border-radius:50%; border:1px solid #eee; position:relative;}
#merit-section .merit-area .icon img{}
#merit-section .merit-area .txt{margin-top:40px;}
#merit-section .merit-area .txt h4{font-weight:700; font-size:22px; line-height:100%; display:block;}
#merit-section .merit-area .txt div{margin-top:20px; font-size:18px; line-height:140%; color:#959595;}

@media screen and (max-width:680px){
	#merit-section .merit-area .box{padding:0;}
	#merit-section .merit-area .txt h4{padding:11px 0 8px; font-size:20px;}
	#merit-section .merit-area .txt div{font-size:16px;}
}

@media screen and (max-width:500px){
	#merit-section .merit-area ul{margin:0 -5px;}
	#merit-section .merit-area ul li{padding:10px 5px;}

	#merit-section .merit-area .icon img{max-width:80px;}
}

@media screen and (max-width:580px){
	#merit-section .merit-area .txt{margin-top:20px;}
	#merit-section .merit-area .txt div{height:70px; font-size:16px; letter-spacing:-.5px;}
	#merit-section .merit-area .txt div br{display:none;}
	#merit-section .merit-area .txt h4{padding:0; font-size:20px;}

	#merit-section .merit-area .icon{width:150px; height:150px; padding-top:45px;}
	#merit-section .merit-area .icon img{width:60px;}
}


@media screen and (max-width:450px){
	#merit-section .merit-area .box{padding:20px;}
	#merit-section .merit-area .txt div{height:70px; font-size:16px; letter-spacing:-.5px;}
	#merit-section .merit-area .txt div br{display:none;}
}

#cartype-section{padding:120px 15px; border-top:1px solid #eee; overflow:hidden; position:relative;}
#cartype-section:after{width:231px; height:293px; top:0; left:0; z-index:1; background:url("../img/cartype_bg.png") no-repeat center center; content:""; display:block; position:absolute;}
#cartype-section .cartype-wrap{width:100%; max-width:1410px; margin:0 auto; padding:0 15px; z-index:10; position:relative;}

@media screen and (max-width:980px){
	#cartype-section{padding:90px 10px;}
}

@media screen and (max-width:880px){
	#cartype-section{padding:70px 10px;}
}

@media screen and (max-width:780px){
	#cartype-section{padding:50px 10px;}
}

#cartype-section .cartype-list-box{margin-top:50px;}
#cartype-section .cartype-list-box ul{margin:0 -10px;}
#cartype-section .cartype-list-box ul li{padding:0 10px;}
#cartype-section .cartype-list-box .box{background-color:#fff; overflow:hidden;}
#cartype-section .cartype-list-box .box:after{clear:both; content:""; display:block;}
#cartype-section .cartype-list-box .box .img{padding:20px 0 10px; text-align:center;  position:relative;}
#cartype-section .cartype-list-box .box .img img{max-width:100%;}
#cartype-section .cartype-list-box .box .img h2{width:150px; margin-bottom:15px; padding:7px 10px; font-size:14px; color:#fff; border-radius:30px; background-color:#616cff; display:inline-block;}
#cartype-section .cartype-list-box .box .txt{padding:10px; border-radius:10px; border:1px solid #ddd;}
#cartype-section .cartype-list-box .box .txt h2{margin-bottom:10px; font-weight:500; font-size:18px; text-align:center; display:block;}
#cartype-section .cartype-list-box .box .txt table{width:100%;}
#cartype-section .cartype-list-box .box .txt table th{width:40%; padding:5px 0; font-weight:500; font-size:14px; }
#cartype-section .cartype-list-box .box .txt table td{padding:10px; font-size:14px;}
#cartype-section .cartype-list-box .box .txt table tr:first-child th,
#cartype-section .cartype-list-box .box .txt table tr:first-child td{border-top:0;}
#cartype-section .cartype-list-box .box .txt table tr:last-child th,
#cartype-section .cartype-list-box .box .txt table tr:last-child td{border-bottom:0;}
#cartype-section .cartype-list-box .box .txt table th span{padding:5px 10px; text-align:center; border-radius:30px; border:1px solid #eee; background-color:#f7f7f7; display:block;}
#cartype-section .cartype-list-box .slick-dots{margin-top:15px; text-align:center;}
#cartype-section .cartype-list-box .slick-dots li{margin:0 2px; padding:0; display:inline-block;}
#cartype-section .cartype-list-box .slick-dots li button{width:15px; height:15px; text-indent:-9000px; border-radius:50px !important; border:1px solid #ddd;; background-color:#fff;}
#cartype-section .cartype-list-box .slick-dots li.slick-active button{width:40px; border:1px solid #0073bf; background:#0073bf;}
#cartype-section .cartype-list-box .slick-next,
#cartype-section .cartype-list-box .slick-prev{border: 0; text-indent: -9999px; display: block; background-color:transparent; width: 60px; height: 60px; position: absolute; margin: 0 auto;}
#cartype-section .cartype-list-box .slick-next{background: url("../img/slider_next.png") no-repeat center center; right: -100px; top: 50%; transform: translate(-50%, -50%);}
#cartype-section .cartype-list-box .slick-prev{background: url("../img/slider_prev.png") no-repeat center center; left: -40px; top: 50%; transform: translate(-50%, -50%);}

@media screen and (max-width:1400px){
	#cartype-section .cartype-list-box .slick-prev,
	#cartype-section .cartype-list-box .slick-next{display:none !important;}
	#cartype-section .cartype-list-box .slick-dots{display:block !important;}
}

@media screen and (max-width:780px){
	#cartype-section .cartype-list-box .box .img{width:100%; padding:20px 5px 10px; text-align:center; position:relative; float:none;}
	#cartype-section .cartype-list-box .box .img img{margin:0 auto;}
	#cartype-section .cartype-list-box .box .txt{width:100%; padding:10px; float:none;}
}

@media screen and (max-width:500px){
	#cartype-section .cartype-list-box ul{margin:0 -5px;}
	#cartype-section .cartype-list-box ul li{padding:0 5px;}
}

@media screen and (max-width:480px){
	#cartype-section .cartype-list-box .box .txt table th span{padding:3px 5px; border-radius:10px;}
}


.car-kind-wrap{padding:120px 0; border-top:1px solid #eee; overflow:hidden;}
.car-kind-wrap .car-kind-box{width:100%; max-width:1380px; margin:0 auto; padding:0 15px;}

@media screen and (max-width:980px){
	.car-kind-wrap{padding:100px 0;}
}

@media screen and (max-width:880px){
	.car-kind-wrap{padding:80px 0;}
}

@media screen and (max-width:780px){
	.car-kind-wrap{padding:60px 0;}
}

.car-kind-wrap .car-klist-box{margin-top:60px;}
.car-kind-wrap .car-klist-box ul{margin:0 -10px;}
.car-kind-wrap .car-klist-box ul:after{clear:both; content:""; display:block;}
.car-kind-wrap .car-klist-box ul li{width:20%; padding:0 10px; float:left;}
.car-kind-wrap .car-klist-box .box{text-align:center;}
.car-kind-wrap .car-klist-box .box .img{text-align:center; position:relative;}
.car-kind-wrap .car-klist-box .box .img img{}
.car-kind-wrap .car-klist-box .box .txt{margin-top:20px;}
.car-kind-wrap .car-klist-box .box .txt .stxt1{width:150px; padding:7px 10px; font-size:14px; color:#fff; border-radius:30px; background-color:#616cff; display:inline-block;}
.car-kind-wrap .car-klist-box .box .txt .stxt2{margin-top:10px; font-size:16px; line-height:160%; color:#999;}

@media screen and (max-width:1240px){
	.car-kind-wrap .car-klist-box ul li{width:33.333%;}
	.car-kind-wrap .car-klist-box ul li:nth-child(4){margin-top:50px; margin-left:16.666%;}
	.car-kind-wrap .car-klist-box ul li:nth-child(5){margin-top:50px;}
}

@media screen and (max-width:980px){
	.car-kind-wrap .car-klist-box{margin-top:40px;}
}

@media screen and (max-width:880px){
	.car-kind-wrap .car-klist-box{margin-top:20px;}
}

@media screen and (max-width:760px){
	.car-kind-wrap .car-klist-box ul li{width:50%;}
	.car-kind-wrap .car-klist-box ul li:nth-child(3){margin-top:50px;}
	.car-kind-wrap .car-klist-box ul li:nth-child(4){margin-top:50px; margin-left:0;}
	.car-kind-wrap .car-klist-box ul li:nth-child(5){margin-top:50px; margin-left:25%;}
}

@media screen and (max-width:680px){
	.car-kind-wrap .car-klist-box .box .txt .stxt1{font-size:16px;}
}

@media screen and (max-width:500px){
	.car-kind-wrap .car-klist-box ul{margin:0;}
	.car-kind-wrap .car-klist-box ul li{width:100%; padding:0 0 10px; float:none;}
	.car-kind-wrap .car-klist-box ul li:nth-child(3),
	.car-kind-wrap .car-klist-box ul li:nth-child(4),
	.car-kind-wrap .car-klist-box ul li:nth-child(5){margin:0;}
	.car-kind-wrap .car-klist-box ul li:nth-child(5){padding-bottom:0;}

	.car-kind-wrap .car-klist-box .box{padding:15px 15px 15px 140px; text-align:left; border-radius:4px; border:1px solid #eee; position:relative;}
	.car-kind-wrap .car-klist-box .box .txt{margin-top:0;}
	.car-kind-wrap .car-klist-box .box .img{width:115px; height:auto; top:10px; left:10px; margin:0 auto; border-radius:0; border:none; position:absolute;}
	.car-kind-wrap .car-klist-box .box .img img{width:115px; top:auto; left:auto; transform:none; position:relative;}

	.car-kind-wrap .car-klist-box .box .txt .stxt1{width:auto; padding:0 0 7px 0; font-size:18px; color:#111; border-radius:0; background-color:#fff; display:block;}
	.car-kind-wrap .car-klist-box .box .txt .stxt2{margin-top:5px; font-size:14px;}
}
