@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);	/* 노트산스 */
@import url('//cdn.jsdelivr.net/font-iropke-batang/1.2/font-iropke-batang.css');

html { width: 100%; height: 100%; margin: 0; padding: 0; }
body { color: #2a2829; background-color: #ffffff; padding: 0; margin: 0; }
body,div,span,button,a,td,th,select,textarea,input,address { font-family: 'Noto Sans KR', sans-serif; font-size: 16px; line-height: 1.5; font-weight: 400;}
h1,h2,h3,h4 { margin: 0; padding: 0; font-family: 'Noto Sans KR', sans-serif; line-height: 1.5; font-weight: 400;}
button { box-sizing: border-box; margin: 0; border: 0; cursor: pointer; }
a { text-decoration: none; color: #2a2829; box-sizing: border-box; }
a:hover { cursor: pointer; }
ul, ol { list-style: none; margin: 0; padding: 0; }
img { border:0; }

.off { display: none; }
.inner { max-width:1200px; margin:0 auto;  }


/* header */
.header { height:50px; border-top: #988068 6px solid; text-align: right; }
.header .inner { position: relative; }
.header .logo { position: absolute; top:0px; left:0px; width:260px; height:50px; z-index:2; background: url(/images/chachacha/kblogo.png) -20px -15px no-repeat; background-size: 300px 150px;}
.header .logo a{ font-size: 0; line-height: 0; text-indent: -9999px; display:block; height: 100%;}
.header .menuback {position:absolute; top:0px; left:0px; display:none; width:100%; background: rgba(0,0,0,0.5); z-index: 14;}
.header .menuOpen button {width: 50px; height: 50px; font-size: 0; line-height: 0; text-indent: -9999px; background: url(/images/etc-icon.png) -250px -50px no-repeat; background-size: 650px 300px;}
.header .menuList { position:absolute; top:0px; right:0; width: 170px; z-index: 15; display: none;}
.header .menuList .menubtn { text-align: right; }
.header .menuList .menuClose button { width: 50px; height: 50px; font-size: 0; line-height: 0; text-indent: -9999px; background: #fff url(/images/etc-icon.png) -100px -50px no-repeat; background-size: 650px 300px;}
.header .menuList .list{ display: flex; flex-direction: column; justify-content: flex-start; flex-wrap: wrap; align-items: center; border:1px solid #000;}
.header .menuList .list li { position: relative; width: 100%; text-align: center; background: #fff; padding: 5px 0;}
.header .menuList .list li:not(:last-child) { border-bottom: 1px solid #000;  }
.header .menuList .list li a{  position: relative; display: block; color: #252525; font-weight: bold;}
.header .menuList .list li a:hover { color:#ff5d16; }
.header .menuList .util { position:relative; padding-left: 25px; color: #454545;}
.header .menuList .util::before { content: ''; position: absolute; top: 50%; left: -1px; display: inline-block; width: 1px; height: 18px; margin-top: -9px; background: #C8C8C8;}
.header .menuList .util a{ position: relative; display: inline-block; font-size: 14px; line-height: 25px; border: 1px solid transparent; margin: 0 10px; padding: 0 5px; color: #454545;}
.header .menuList .util a.join::before { content:""; position: absolute; top:50%; margin-top:-8px; left:-15px; width:17px; height:17px; background: url(/images/chachacha/icon_common.png) 0px 0px; background-size: 97px 47px; }
.header .menuList .util a.login::before { content:""; position: absolute; top:50%; margin-top:-8px; left:-15px; width:17px; height:17px; background: url(/images/chachacha/icon_common.png) -25px 0px; background-size: 97px 47px; }
.header .menuList .quick { position: absolute; right: 0; top: 30px;}
.header .menuList .quick a { position: relative; display: inline-block; margin: 0 0 0 1px; padding: 0 12px; font-size: 14px;}
.header .menuList .quick a:not(:first-child)::before { content: ''; position: absolute; left: -1px; top: 50%; display: inline-block; width: 1px; height: 12px; margin-top: -6px; background: #C8C8C8; vertical-align: middle;}
@media screen and (min-width:1000px){
	.header { height: 90px;}
	.header .logo { top: 0; width:280px; height: 90px; background: url(/images/chachacha/kblogo.png) -160px -180px no-repeat; background-size: 600px 300px; }
	.header .menuList { display:block; height: 90px; width: auto; position: relative; top: auto; right: auto; margin-left: 25%; }
	.header .menuOpen, .header .menuList .menuClose { display: none; }
	.header .menuList .list { flex-direction: row; flex-wrap: nowrap; border: 0; height: 100%; }
	.header .menuList .list li:not(:last-child) { border-bottom: 0; }
	.header .menuList .list li a { font-size: 18px; }
}
/* aict_footer */
.aict_footer { clear: both; background: #e9ecef; padding-top: 30px; }
.aict_footer .inner { max-width:1200px; margin: 0 auto; border-top: 2px solid #5d5d5d; padding: 10px 0;}
.aict_footer .inner .requestPopup { display:none; }
.aict_footer .company { margin: 0 10px;}
.aict_footer .company span { display: inline-block;}
.aict_footer div, .aict_footer span, .aict_footer a {font-size: 13px;}
.aict_footer .contact { padding: 5px 10px; margin: 5px 0; border-bottom: 1px solid #aaa;}
.aict_footer .caution { padding-top: 3px; color: #666; margin: 0 10px;}
.aict_footer .rigths { margin-top: 8px; text-align: center;}

@media screen and (min-width:1000px){
    .aict_footer .inner .requestPopup { display:block; position: fixed; width:120px; top: 300px; right:10px; background: #fff; color: #000; z-index: 100; border-radius: 15px 0 17px 17px; text-align: center; border:1px solid #979797; opacity: 0.8; }
    .aict_footer .inner .requestPopup a:nth-child(1) { position:relative; padding-top: 62px; display: block;}
    .aict_footer .inner .requestPopup .requestClose { position: absolute; top:0px; right:0px; z-index: 10;}
    .aict_footer .inner .requestPopup .requestClose button { text-indent:-9999px; width:40px; height:40px; background: url(/images/icon-04.png) -55px -5px no-repeat; background-size: 200px 200px; }
    .aict_footer .inner .requestPopup span{position:relative; display: block; font-size: 16px;}
    .aict_footer .inner .requestPopup span.center{ color:#282769; font-weight: 500; }
    .aict_footer .inner .requestPopup a:nth-child(1) span::before {content:""; position: absolute; top:-50px; left:50%; margin-left:-25px; width:50px; height: 50px; background: url(/images/icon-04.png) -238px -15px no-repeat; background-size: 300px 300px;}
    .aict_footer .inner .requestPopup b{ display: block; font-size: 18px; color:#3f40c3;}
    .aict_footer .inner .requestPopup span.sangdam{ background: #3f40c3; color:#fff; border-radius:0 0 15px 15px; padding: 10px 0; margin-top: 10px; font-size: 18px;}
}

@media screen and (min-width:1500px){
    .aict_footer .inner .requestPopup { right: auto; left: 50%;  margin-left: 620px;}
}

/* home h3 */
.home.chachacha .inner .title { text-align: center; font-size: 25px;}
.home.chachacha .inner .title h3{ position:relative; font-weight:bold;  color:#f7ae1d; padding: 20px; font-size: 35px;}

@media screen and (min-width:650px){
	.home.chachacha .inner .title { font-size: 35px;}
	.home.chachacha .inner .title h3{ padding-bottom: 15px; }
}
@media screen and (min-width:1000px){
	.home.chachacha .boinnerdy .title { font-size: 45px;}
	.home.chachacha .inner .title h3{ padding-bottom: 26px; font-size: 45px;}	
}


/* homeBrandBox */
.chachacha .homeBrandBox { background: #f3f3f3;}
.chachacha .homeBrandBox .brandBox h3 { text-align: center; background: #494949; border-radius: 8px 0 0 0; color:#fff; padding:7px 0;}
.chachacha .homeBrandBox .frame{ position: relative; padding: 8px;  border:1px solid #dcdcdc; }
.chachacha .homeBrandBox .brandBox { background: #fff; margin: 0;}
.chachacha .homeBrandBox .box {width: auto; position: relative;}
.chachacha .homeBrandBox .box.eu { position: relative;; right: 0; top: 0; }

@media screen and (min-width:1000px){
 .chachacha .homeBrandBox { padding: 100px; } 
 .chachacha .homeBrandBox .frame{  padding: 40px; }
 .chachacha .homeBrandBox .brandBox { padding: 0;}
}

/* noticeBox */
.chachacha .noticeBox {padding: 30px 0px;}
.chachacha .noticeBox .list { display: flex; justify-content: center; align-items: center; flex-direction: column;}
.chachacha .noticeBox .list > li { width:100%; margin: 1%; position: relative; max-width:500px;}
.chachacha .noticeBox .list h4 { font-size:18px; padding: 10px 0; text-align: center; border-bottom: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.chachacha .noticeBox .list .frame { position: relative; background: #494949; border-radius: 8px 0 8px 0; padding-top:5px;}
.chachacha .noticeBox .list .frame .info { border-radius:8px 0 8px 0; background: #fff; border:1px solid #ccc; padding:5px;}
.chachacha .noticeBox .list .logo {position: absolute; top: 13px; left: 5px; width: 50px;}
.chachacha .noticeBox .list .logo img { width: 100%;}
.chachacha .noticeBox .list .title { font-size: 17px; padding: 4px 0 4px 50px; height: 25px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-align: left;}
.chachacha .noticeBox .list .car img { width: 86%; margin: 0 7%;}
.chachacha .noticeBox .list .text { background: #494949; padding: 10px; color:#fff; border-radius: 0px 0 8px 0;}
.chachacha .noticeBox .list .text .name { color: #fff;}
.chachacha .noticeBox .list .text .data { float: right;}
@media screen and (min-width:700px){
	.chachacha .noticeBox {padding: 100px;}
	.chachacha .noticeBox .list {flex-direction: row; flex-wrap: wrap;}
	.chachacha .noticeBox .list > li {width:49%; margin:0; margin-bottom:1%;}
	.chachacha .noticeBox .list > li:not(:last-child) {margin-right:1%;}
}

@media screen and (min-width:1000px){
	.chachacha .noticeBox .list { flex-wrap: nowrap;}
	.chachacha .noticeBox .list > li {width:25%;}
	.chachacha .noticeBox .list > li:not(:last-child) {margin-right:1%;}
}

 /* chachacha 예외처리 */
.chachacha .searchBox .top
 
 /* 공통 레이아웃 */
.chachacha .buttonBox a, .buttonBox button {  background: #f7ae1d; }
.chachacha .buttonBox a, .buttonBox button {background: #f7ae1d;}

@media screen and (min-width:1000px){
.chachacha .mainBox  { background: #f6f6f6;}
}

.chachacha .controlBoxA .input { background: #223243; border-radius: 0; }

/* 모델 검색 */
.chachacha .searchTop { background: #223243; }
.chachacha .searchTop select { background: #223243; border: 1px solid #4c5f73; color: #fff;  padding: 1px; font-weight:none;}	
.chachacha .searchTop .brand button.on {  background: #f7ae1d; }
.chachacha .searchTop .brand a.on.all,.searchTop, .brand .fastshipBox a.on.income {  background: #f7ae1d; }	
.chachacha .searchTop .selected button {background: linear-gradient(-50deg, #111d29, transparent);    border-right: #111d29 solid;}
	
@media screen and (min-width:1000px){	
.chachacha .searchTop .brand button { background: #223243; border-right: #4c5f73 1px solid; padding: 8px 8px 20px 8px; width:95px; color: #fff; font-size: 15px;}	
.chachacha .searchTop .brand a:not(.all) {background: #223243; border-right: #4c5f73  1px solid; }	
}	

/* 모델 정보 - 검색 */
.chachacha .searchBox {padding-top: 30px; background: #f6f6f6; padding-bottom: 60px;}	
.chachacha .searchBox {    margin-top: 0px;}
.chachacha .searchBox .top { background: #223243; }
.chachacha .searchBox .top span {line-height: 40px; }
.searchBox .result {    background: none;    border: none;}

/* 브랜드 목록 */	
.chachacha .brandBox .local { background: #f7ae1d; }
.chachacha .brandList li.on button { border: 2px solid #f7ae1d;}


/* 차종 목록 */	
.chachacha .cartypeBox .type { background: #988068; }	
.chachacha .cartypeBox .type:after {border-color:transparent transparent transparent #988068;}
.cartypeBox li.on button { border: 2px solid #f7ae1d;}
    
/* 즉시 출고 */
.chachacha .fastshipBox .searchTop { background: #223243; }
.chachacha .fastshipBox .list .button button {background: #f7ae1d; }

.chachacha .compareBox .compare li.on a .rank{ background: #f7ae1d;}

.chachacha .searchTop .brand a.on:not(.all) {    background: #f7ae1d;}

.chachacha .financeBox dt { background: #988068;}

@media screen and (min-width: 1000px) {	
	.chachacha .compareBox .result .index { background: #988068;}
	.chachacha .compareBox .compare li.on { border: 1px solid #f7ae1d;}
}

/* 옵션 팝업ddddddddddddddddddd*/
.optionList li.on button {background: #fffff4;  border: 2px solid #f7ae1d;} 	

.chachacha .optionFoot .btn button {background: #f7ae1d; }	
.chachacha .optionFoot .btn button:first-child::before { content: "";  border-right: 20px solid #f7ae1d; }	
	
/* 견적 슬라이드 */	
.chachacha .estmSlide { overflow: hidden; background: #f6f6f6;}	
.chachacha .estmSlide .silder .top{ background: #223243; }	
.chachacha .estmSlide .silder .fincTab button{ background: #988068; }	
.chachacha .estmSlide .silder .fincTab button.on { background: #223243;}	

.chachacha .estmCell .selbtn .choice button:not(.on):first-child::before { background: #f7ae1d; }
.chachacha .estmCell .selbtn .choice button::after { background: #f7ae1d;}    
	
.chachacha .estmCell .selbtn .choice button.on { background: #f7ae1d;  }	
.chachacha .estmCell .selbtn .choice button.on:after {content: ""; position: absolute; bottom: 0; width: 100%; height: 3px;  }
.chachacha .estmCell .selbtn select { background: #f7ae1d; height: 26px; padding: 0px 5px 2px 5px;  border-radius: 0px; color: #fff;  border:0px;}
.chachacha .estmCell .selbtn button { padding: 2px 5px 2px 5px; }
.chachacha .estmCell .selpop > a { border: 0;}	
.chachacha .estmCell .selbtn .choice button.on:after {content: ""; background: none;}

.chachacha .estmFoot .btn button:first-child { background: #619f1a; }    
    	
@media screen and (min-width:1000px){	
.chachacha .estmCell .selbtn select { padding: 0px 2px;}	
}	


.chachacha .estmCell .selpop > a { color: #fff; background: #f7ae1d;  border-radius:0px; }
.chachacha .estmCell .selbtn .choice button { border-radius: 0px;}
	
/* 할인조건 */	

.chachacha .discountList > li.on { border: 2px solid #f7ae1d; }
.chachacha .discountFoot .btn button {background: #f7ae1d; }	
.chachacha .discountFoot .btn button:first-child::before { content: ""; border-right: 20px solid #f7ae1d; }

/* estmFoot */	
.chachacha .estmFoot .cost { background: #555555;  }
 
/* 이용안내 */	
.chachacha .estmNoti {background: #f6f6f6;}


/* 팝업 ddddddddddddddddddddddddd*/	
.layerPopup .head {background: #223243; }
.layerPopup .tabBox {    background: none;}
    
.layerNotice .content .foot button {background: #988068; }

.chachacha .modelBox .top .lineup {    background: #223243;}

   
.tabBox li.on button:after {border-left: 15px solid #f7ae1d;}   
.tabBox li.on button { background: #f7ae1d; border-right: 0;}    
.tabBox li button {    background: #988068;}
.tabBox li button:before {

    border-left: 15px solid #988068;
}