html,body {width:100%;height:100%;}

/*공통*/
.clear_both{clear:both; content: ""; display: block;}
.mt50{margin-top: 50px;}
.fw_bold{font-weight: bold;}

button.gray_btn{padding:0 4px; height:20px; border:1px solid #999; color:#666; background: #fff;}
button.member_btn{ padding:0 10px; background:#005a2b; color:#fff; height:32px; line-height: 32px;  }
button.black_btn{ width:150px; padding:10px 0; background:#333; color:#fff;   margin:5px; }
button.black_btn2{ font-size:12px; line-height:20px; width:150px; padding:4px 0; background:#333; color:#fff;   margin-top:10px; border-radius: 3px;}

/*header*/
.header_inner{ width:100%; height:80px; display: flex; justify-content: space-between; align-items: center;box-sizing: border-box; }
.header_inner h1 img{width:100px;padding-left:20px;}
.onlineshop{ font-size:28px; font-weight: 600; margin-left: 35px;}
a.l_home  {color:#2e2e2e; font-size: 16px; height:18px;margin-right: 80px;}

/*마이페이지 - 견적보기, 계약차량*/
a.btn_mypage{position:absolute; top:25px; right:52px; content: ""; z-index: 1112;  display: block; background: url(../images/login_on.png)no-repeat center / contain;  width:26px;height: 28px;}
a.login{position:absolute; top:27px; right:10px; content: ""; z-index: 1112;  display: block; background: url(../images/logout_g.png)no-repeat center / contain;  width:26px;height: 28px; cursor: pointer;}
a.btn_menu{position:absolute; top:24px; right:10px; content: ""; z-index: 1112;  display: block; background: url(../images/member_menu_b.png)no-repeat center /contain; width:30px; height: 30px; cursor: pointer;}

a.btn_logout{font-size:11px; color:rgba(255,255,255,0.7);padding:3px 7px; border:1px solid #666;}

.category{position:absolute;z-index:1113;opacity:0; top:-100%; transition:all 800ms ease;background:rgba(0,0,0,0.7);width:100%; height:100%; }

.category .menu_area{position:absolute;top:0;right:0;z-index:180;width:44%; min-height:100%;  background-color:#eee;}
.category .inner_btn_area{position:relative; width:100%;height:45px; background-color:#212121; padding:12px 30px; box-sizing: border-box;}

.category .inner_cont_area{padding:30px; height:800px; overflow-y: scroll;}
.category .inner_cont_area .green_btn{ right:30px;}

.category.open{top:0; opacity:1;}/*클릭!== 제이쿼리*/

.category .btn_close{position:absolute;top:15px; right:20px; cursor:pointer; width:16px;}

.category li a.green_btn{ padding:0 10px;   height:40px; line-height: 40px; background:#005a2b;color:#fff; }
.category li a.disabled{background:#ccc; color:eee;cursor: default;}

/*usr info 내용 추가*/
.user {
  position: relative;
}
.user li {
    float: left;
    font-size: 14px;
    line-height: 17px;
    margin-right: 10px;
}
.user li .login {
    background: url(../images/login.png)no-repeat;
    background-size: 15px 17px;
    height: 17px;
    line-height: 15px;
    font-size: 11px;
}
.user li button {
    color: #000;
}

.header_inner .user li .login span {
    border: 1px solid #ddd;
    padding: 0 3px;
    margin-left: 13px;
    font-size: 11px;
}
/*탭*/
.mTab {  display:-webkit-flex; display:-ms-flex; display:flex; }
.mTab li:nth-child(3){border:0; width:100px;}
.mTab li {display:inline-block; width:180px; height:40px; border:1px solid #ccc; font-weight: bold; margin:0 1px 10px 0; }
.mTab li a {display:block; font-size:14px; color:#666; line-height:40px;text-align:center;box-sizing:border-box;  }
.mTab li.selected a { background:#333; border:0; color:#fff;}
.tabCont {display:none; margin:-2px 0 0 -2px; }


.table_box{border-top:1px solid #ccc; border-bottom:1px solid #ccc; padding:20px; background: #fff; }
.table_box .no_data{width:100%; font-size:14px; padding:30px 0; text-align: center;}

.table_box .list_box{position: relative;  width:96%; margin:10px auto; padding:10px 0;border-top:2px solid #333;  border-bottom:1px solid #333;}
.table_box .list_box a{display: flex; justify-content: flex-start;}
.table_box .list_box div{padding-left: 10px; box-sizing: border-box;}
.table_box .list_box img{width:100px;}
.table_box .list_box .tit{font-weight: bold; font-size:14px; line-height: 16px; margin-bottom: 10px;}
.table_box .list_box .date{font-size:12px; color:#666;}
.table_box .list_box button{position: absolute; top:10px; right:0;}


/*footer*/
.footer p{font-size:12px; color:#666;line-height:20px;font-weight: 300; }
.footer p br{display: none;}

.footer .f_dealer{width:100%; padding-bottom:20px;}
.footer .f_dealer h4{font-size:14px; font-weight: bold;}
.footer .f_info{width:100%; border-top: 1px solid #ccc; padding-top:20px; margin:0 auto;}
.footer .f_link{ float:right; padding:20px 0;}
.footer .f_link a{margin-left: 20px; font-size:12px; font-weight: 700;}
.footer .f_link br{display: none;}


table.dealer_info { width:96%; margin:0 auto;}
table.dealer_info th{font-size:12px; font-weight: bold; line-height: 30px;}
table.dealer_info td{font-size:11px; color:#777; }
table.dealer_info td,table.dealer_info th{padding:3px 8px; text-align: left; }   
.m_deal_info{display:none;}

.list_box{position: relative;}
.list_box span{position: absolute; top:-20px; right:0;width:20px;height:20px;line-height:16px;background: #666;  font-size:14px; font-weight: 800; color:#fff;text-align: center;}
.hide{display:none;}
.show{display: block;}
.more{position:absolute; top:-20px; right:0; width:20px;  height:20px; cursor: pointer; z-index: 999;}

/*팝업*/
#mask{position: fixed; left:0; top:0; z-index: 9999;width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5);}

.pop_box{ position:fixed; left:50%; top:50%; z-index: 10000; min-height: 250px; background: #fff; transform:translate(-50%, -50%);box-sizing: border-box;border-radius: 4px;}
.pop_wrap{position:relative; padding:30px 50px; box-sizing: border-box;}
.pop_wrap2{position:relative;}
.w_500{width:500px;}
.w_650{width:650px;}
.w_1000{width:1000px;}
.w_1400{width:1380px; height:80%;}
.w_full{width:100%;height:100%;}
.w_pop{width: 1380px; height: 96%; overflow: hidden;}


.pop_h1{font-size:20px; color:#3a3a3a; font-weight:700; }
.pop_h2{font-size:24px; color:#3a3a3a;padding-top: 20px; font-weight:700; line-height:28px; text-align: center; letter-spacing: -1px;}
.pop_h1 br{display: none;}

.pop_wrap h3{width:100%; }
.pop_wrap2 h3{position: absolute; top:20px;left:20px;}
.pop_h3{display: inline-block; height:50px; line-height:50px;border-radius: 3px; padding: 0 40px; box-sizing:border-box;font-size:36px; background: #363636; color:#fff; }
.h3_subtext{position: absolute; top: 60px; left: 360px;font-size:12px; padding-left: 10px;color:#333;}

.hl_h3{display: inline-block;  line-height:46px; box-sizing:border-box;font-size:28px; color:#fff; text-shadow: 0 0 1px #000, 1px 1px 2px gray;}

.delivery_txt {position: absolute; left: 50px; top: 110px; display: block; font-size:18px;line-height: 40px;color:#fff; text-shadow: 0 0 1px #000, 2px 2px 2px gray;}
/*23-01 추가*/
.delivery_txt li:nth-child(1) {margin-top: 10px;}
.delivery_txt li:nth-child(3) {margin-top: 20px;}
.delivery_subtxt {margin-bottom: 15px; line-height: 1;}
.detaile_txt{display: block; margin-left: 20px; font-size: 16px; line-height: 35px;}
.home_delivery_txt {
  position: absolute;
  width: 1260px;
  left: 50px;
  top: 110px;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 0 1px #000, 2px 2px 2px gray;
  line-height: 30px;
  font-size: 20px;
}
.home_delivery_subtxt {
  display: block;
  margin-top: 10px;
  font-size: ;
}
.pop_cont{margin-top:20px;}
.pop_btn{display: flex; justify-content:space-between; margin-top:30px;}
.pop_close{content:""; display:block; position: fixed; top:15px; right:15px;width:25px; height:25px;background: url(../images/btn_pop_close.png);background-size: 25px 25px; }
.pop_cont_c{padding:40px 0; width:90%;  margin:0 auto; font-size:18px; line-height: 40px; text-align: center; }
.pop_cont_c span.lr{font-family:'Land Rover';}
.pop_cont_c span.name{color:#005a2b; font-weight: 700;}
.pop_cont_c p.txt{ font-size:16px; }

.pop_platinem{width:100%; margin-top: 30px;}
/*23-01 홈딜리버리 팝업 수정*/
.pop_wrap .img_wrap {
  position: absolute;
  z-index: -10;
  left: 0;
  top: 0;
  height: 930px;
  width: 100%;
}
.img_wrap_bg {width: 100%; height: 100%;}
.pop_platinem ul {display: flex; flex-wrap: wrap; }
.pop_platinem li{flex:1;  margin-right:30px;margin-bottom:30px;}
.pop_platinem li:nth-child(4n){margin-right:0;}
.pop_platinem li img{width:100%; margin-bottom:10px; }
.pop_platinem li p.tit{line-height: 18px; margin-bottom: 5px; color:#3a3a3a; font-weight: 600;}
.pop_platinem li p.under{font-size:12px;line-height: 16px;color:#999; } 
.pop_platinem li p.under_stxt{font-size:10px;margin-top: 8px;}

.d_rrs{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url("../images/delivery/RRV_HD.jpg")center bottom -20px;	background-size:110%;}	
.d_rrv{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(../images/delivery/RRV_HD.jpg)center bottom -20px;background-size: 110%;}
.d_rre{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(../images/delivery/RRE_HD.jpg)center bottom -20px;background-size: 110%;}
.d_nrrs{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(../images/delivery/NRRS_HD.jpg)center bottom -20px;background-size: 110%;}
.d_disco{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(../images/delivery/Disco_HD.jpg)center bottom -20px;background-size: 110%;}
.d_disco_sp{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(../images/delivery/Disco_SP_HD.jpg)center bottom -20px;background-size: 110%;}
.d_def{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(../images/delivery/DEF_HD.jpg)center bottom -20px;background-size: 110%;}
.d_rr{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url("../images/delivery/d_rr.jpg")center bottom;	background-size:120%;}	

/*rr*/
.d_AC210503{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(/upload/thumb/landrover/delivery/AC210503_HD.jpg)center bottom -20px;background-size: 110%;}
/*rrs*/
.d_MG000010{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url("/upload/thumb/landrover/delivery/MG000010_HD.jpg")center bottom -20px;	background-size:110%;}	
/*rrv*/
.d_AC170301{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(/upload/thumb/landrover/delivery/AC170301_HD.jpg)center bottom -20px;background-size: 110%;}
/*rre*/
.d_AC190101{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(/upload/thumb/landrover/delivery/AC190101_HD.jpg)center bottom -20px;background-size: 110%;}
/*nrrs*/
.d_AC220401{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(/upload/thumb/landrover/delivery/AC220401_HD.jpg)center bottom -20px;background-size: 110%;}
/*disco*/
.d_AC161102{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(/upload/thumb/landrover/delivery/AC161102_HD.jpg)center bottom -20px;background-size: 100%;}
/*disco sp*/
.d_MG000007{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(/upload/thumb/landrover/delivery/MG000007_HD.jpg)center bottom -20px;background-size: 100%;}
/*defender*/
.d_AC190901{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(/upload/thumb/landrover/delivery/AC190901_HD.jpg)center bottom -20px;background-size: 100%;}

.h_rrs_01{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(../images/highlight/hl_rrs_01.jpg)center bottom 0;background-size: 100%;width:1024px;height:640px;  }
.h_rrs_02{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(../images/highlight/hl_rrs_02.jpg)center bottom 0;background-size: 100%;width:1024px;height:640px;  }
.h_rrs_03{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(../images/highlight/hl_rrs_03.jpg)center bottom 0;background-size: 100%;width:1024px;height:640px;  }
.h_rrs_04{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(../images/highlight/hl_rrs_04.jpg)center bottom 0;background-size: 100%;width:1024px;height:640px;  }
.h_rrs_05{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(../images/highlight/hl_rrs_05.jpg)center bottom 0;background-size: 100%;width:1024px;height:640px;  }
.h_rrs_06{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(../images/highlight/hl_rrs_06.jpg)center bottom 0;background-size: 100%;width:1024px;height:640px;  }

.ex_pack{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(../images/ex_pack.jpg)center center;background-size: 100%;width:1400px;height:700px;}
.ad_pack{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(../images/ad_pack.jpg)center center;background-size: 100%;width:1400px;height:700px;}
.ex_pack_text{font-size:16px; margin-top:20px; color:#fff; line-height: 24px;}

/*20231121 rrs sv 하이라이트 추가*/
.h_rrs_sv_01{background: linear-gradient(  to bottom,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%  ),
  url(../images/highlight/hl_rrs_sv_01.jpg)center bottom 0;background-size: 100%;width:1024px;height:640px;  }
.h_rrs_sv_02{background: linear-gradient(  to bottom,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%  ),
  url(../images/highlight/hl_rrs_sv_02.jpg)center bottom 0;background-size: 100%;width:1024px;height:640px;  }
.h_rrs_sv_03{background: linear-gradient(  to bottom,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%  ),
  url(../images/highlight/hl_rrs_sv_03.jpg)center bottom 0;background-size: 100%;width:1024px;height:640px;  }
.h_rrs_sv_04{background: linear-gradient(  to bottom,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%  ),
  url(../images/highlight/hl_rrs_sv_04.jpg)center bottom 0;background-size: 100%;width:1024px;height:640px;  }
.h_rrs_sv_05{background: linear-gradient(  to bottom,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%  ),
  url(../images/highlight/hl_rrs_sv_05.jpg)center bottom 0;background-size: 100%;width:1024px;height:640px;  }
.h_rrs_sv_06{background: linear-gradient(  to bottom,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%  ),
  url(../images/highlight/hl_rrs_sv_06.jpg)center bottom 0;background-size: 100%;width:1024px;height:640px;  }

/*STORMER HANDLING PACK-20231116추가*/
.pop_wrap .cont img.hp_pop{
  width:100%; border-radius: 10px; margin: 20px 0;
  
}
.pop_wrap .cont .hp_popText{
  font-size: 16px; line-height: 28px;
}
/*23-01 order_cancel*/
.order_cancel{width: 1024px; height: 640px; background: linear-gradient(to bottom,	rgba(0,0,0,0.6) 20%, rgba(0,0,0,0.4) 40%, rgba(0,0,0,0) 70%),
	url(../images/order_cancel.jpg) right bottom -90px; background-size:cover;}

button.btn_close{width:22px; height:14px; background: url(../images/icn-close.png)88882px no-repeat;padding:0; ;}

/*로그인-회원가입*/
.login_txt01 {font-size: 18px;line-height: 24px;}
.login_txt02 {font-size: 14px;color: #999;margin-top: 20px;}
.login_form{width:100%; padding-top:10px;}
/*23-02 로그인 페이지 추가*/
.login_page_txt01{font-size:20px; line-height: 24px;}
.login_page_txt02{font-size:16px; color:#999; margin-top:20px;}

.input_area{position: relative;padding-top:20px;margin-top:10px;}
.input_area .input_h{width:100%; height:40px; display: flex; align-items: center; justify-content: space-between;}
.input_area span.w_half{ width:180px;}
.input_area span.w_10{ width:10px;}
.input_area p{font-size:12px; line-height:16px;margin-top:10px;  font-weight:400; }
.input_area p.gray{color:#a4a4a4; }
.input_area p.blue{color:#001fd2;}
.input_area p.red{color:#f9422b;}
.input_area p img{vertical-align: middle; margin-right:3px;}
.login_form input{width:100%; font-size:14px;line-height:20px;color:#333;  padding:14px 14px;margin-top:5px;margin-bottom:5px; border:1px solid #e3e3e3; outline:none;background: #fff; box-sizing: border-box;}
.login_form label{position: absolute; left:0; top:0;font-size:16px; line-height: 14px;}
.btn_area{margin-top:10px;}
.btn_area button{width:100%;height:48px;font-size:16px;line-height: 48px;color:#fff; outline:none; border:none;background: #005a2b;  text-align: center; cursor: pointer;}
.btn_area2{margin-top:20px; text-align: center;}
.btn_area2 button{display: flex; align-items: center; justify-content: center; width:100%; margin-top:5px;height:40px;font-size:14px;line-height: 38px;color:#999; outline:none; background:#fff; border:1px solid #ccc;  text-align: center; cursor: pointer;}
.btn_area2 span.my_btn{font-size:12px; color:000; }
.btn_area2 img{margin-right:10px;}
.btn_area_offline{margin-top:20px; text-align: center;}
.btn_area_offline button{width:120px; margin:5px;height:40px;font-size:14px;line-height: 38px;color:#fff; outline:none; background:#005a2b; text-align: center; cursor: pointer;}

/*23-02 로그인 추가*/
.login_h1 {
  text-align: center;
  height: 50px;
  padding: 50px;
  line-height: 50px;
  font-size: 35px;
}
.login_wrap {
  width: 850px;
  margin: auto;
  margin-bottom: 80px;
  padding: 80px 50px;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
}
.login_cont {width: 80%; margin: auto;}
.w_mail {width: 47%;}


.idpw_m{height:50px; }
.idpw_m p{font-size: 12px;line-height: 16px; color:#005a2b; padding-top:10px;}

.mem_table{padding:0 40px 30px 40px; width:100%; box-sizing: border-box; letter-spacing: 0.3px;}
.mem_table .mem_top{color:#999; border-top: 1px solid #e4e4e4;border-bottom: 1px solid #e4e4e4;padding:20px; line-height: 20px;}
.mem_table .mem_top .first_txt{font-size:16px;color:#333;line-height: 36px; font-weight: 600;}

.mem_table2{padding:60px; width:64%;  margin:50px auto; border:1px solid #e4e4e4;box-sizing: border-box;}
.mem_table2 .mem_top{width:100%; font-weight: 600; margin:40px auto;padding:0 0 20px 6px; color:#005a2b;  border-bottom: 1px dotted #ccc;}

.form_field{display: flex; justify-content: space-between; width:100%; font-size:14px; margin:0 auto; padding:20px 0; border-bottom: 1px solid #e3e3e3;}
.td_tit{font-size:20px; line-height:30px; width:1025px; margin-top: 20px;}
.form_field .form_h1{width:17%;  line-height: 20px; color:#1b1b1b; margin-top:8px; font-weight:600; box-sizing: border-box;}
.form_field .form_input{ width:83%;float:left; line-height: 32px;}
.form_field .form_input > input{width:60%;}
.form_field .form_input > ul {display: flex; ;margin:2px 0;}
.form_field .form_input > ul > li{ margin-right: 3px; }
.form_field .form_input > ul > li >input{width:100%;}

.form_field .form_input .it_txt{color:#414141; line-height: 26px;}

.form_field2{display:flex; justify-content: center; width:100%; font-size:14px; margin:0 auto; padding:15px 0;  box-sizing: border-box;}
.form_field2 .form_h1{width:20%;  line-height: 20px; color:#1b1b1b; margin-top:8px; font-weight:600; box-sizing: border-box;}
.form_field2 .form_input{width:80%;float:left;}

/*23-02 카운셀링 내용 추가*/
.form_field .form_input > .input_w_50 {width: 51%;}
.form_field .form_input .last_name {width: 24%; margin-right: 2%;}
.form_field .form_input .first_name {width: 24%;}
.form_field .counseling_sub_txt {margin-top: 5px; line-height: 15px; letter-spacing: -0.5px;font-size: 12px;}
.form_field .counseling_way {width: 83%; margin-top: 8px; font-size: 14px;}

.mem_ect{width:20px;line-height: 30px;text-align: center;}

.compulsory{color:#f9422b; margin-left:3px;line-height: 20px; font-weight: 700;}

.form_input a.blue01{ float:right;}

.form_input a.btn_g{content:""; display:inline-block; font-size:14px; line-height:20px;color:#000;border:0; background: #f3f3f3;margin-left:10px;padding:8px 14px;  cursor: pointer;}
.form_input span.it_lb{position: relative; display:inline-block;margin:44px 15px 0 0;}
.form_input span.it_lb label{position: absolute; top:-22px; left:0; font-size:12px; font-weight:500;}
.under_red{ font-size: 12px; line-height:16px;color:red; margin-top: 10px;}
.under_txt{margin-top: 10px; line-height: 18px;}
.txttit01{font-size:18px; line-height: 30px;}
.mem_box{width:100%; border-bottom: 1px solid #f3f3f3;padding:20px 0; margin-bottom: 40px; line-height: 20px;}
.mem_bt_box{width:100%; }
.mem_bt_tit{font-size:16px; font-weight: 600; margin-top:20px; margin-bottom: 10px;}
.bt_right{width:100%; display: flex; justify-content: flex-end; margin-top: 10px;}


.txt_agree {font-size:14px; width:100%; height: 100px; overflow-y: scroll; border: 1px solid #cfcfcf; line-height:20px; padding:10px; box-sizing: border-box;}
.txt_agree strong{font-weight: bold; }
.txt_agree a{display: block; color:#000; font-weight: 600; line-height: 36px;}
.txt_agree table{width:95%;border-top:1px solid #ddd; }
.txt_agree table th{ background: #eee;  border-bottom:1px solid #ddd; text-align: left; padding-left: 10px; box-sizing: border-box;}
.txt_agree table td{border-bottom:1px solid #ddd; padding:5px 10px;}
/*23-02 내용 수정*/
.txt_agree > p {font-size: 14px; font-weight: 700;}
.txt_agree > span {display: block; width: 70%; margin-top: 6px; color: #333; line-height: 15px;}
.member_bt{display:flex; justify-content: center; margin-top: 30px;}

.section_bt_txt{font-size:12px; width:100%; line-height:20px;border:1px solid #cfcfcf; padding:26px;margin-top: 70px; box-sizing: border-box;}
.section_bt_txt span{font-size:14px; color:000; line-height: 30px; font-weight: 700;}

.find_bt{width:100%; height:100px; display: flex; align-items: center; justify-content: center;}
.find_bt button.find_btn{width:100%; height:50px; line-height: 50px; background:#005a2b; color:#fff;}

.find_text{font-size: 12px; color:red; text-align: center;}



/*테이블*/
.table01 table{width:100%; text-align: center; }
.table01 thead th{vertical-align: middle; background: #3a3a3a; color:#fff;border-right:1px solid #fff;padding:10px 0; box-sizing: border-box;}
.table01 tbody th{vertical-align: middle; font-size:12px; background: #eee; color:#3a3a3a;}
.table01 tbody td{padding:8px 0; }
.table01 tbody th,.table01 tbody td{border-bottom:1px solid #ddd;font-size:12px; line-height: 28px;box-sizing: border-box;}
table td.txt_l{text-align:left; padding-left:20px;}
table .cir_nor{display:inline-block;content:"";width:10px; height:10px; border-radius: 100%; border:1px solid #666;}
table .cir_color{display:inline-block;content:"";width:12px; height:12px; border-radius: 100%; background: #005a2b;}
.cir_green{display:inline-block;content:"";width:10px; height:10px; border-radius: 100%;  line-height: 18px; margin-right:5px; margin-left:10px;background: #005a2b;}
.add_option{font-size:14px; line-height: 18px;margin-left:20px;}

.table02 thead th,.table03 tbody th,.table03 tbody td{font-size:11px;}
.table02 table{width:100%; text-align: center; }
.table02 thead th{vertical-align: middle; background: #3a3a3a; color:#fff;border-right:1px solid #fff;padding:10px 0;box-sizing: border-box; }

.table03{width:100%;height:550px; overflow-y: scroll;}
.table03 table{width:100%;text-align: center;}
.table03 tbody th{vertical-align: middle;  background: #eee; color:#3a3a3a; border:1px solid #eee;padding:5px 0; box-sizing: border-box;}
.table03 tbody th.step01{background: #999; color:#fff;}
.table03 tbody td{vertical-align: middle;padding:10px 0; border-bottom:1px solid #ddd;font-size:12px; box-sizing: border-box;}
.table03 tbody td.txt_l{text-align:left; padding-left:15px;box-sizing: border-box;}
.table03 tbody th,td{line-height: 24px;}
.table03 tbody td:first-child{text-align:left; padding-left:15px;box-sizing: border-box;}

.table00 table {width:100%; margin-top: 50px;}

.table00 table thead th,.table00 table thead td{background: #fff;border-bottom:1px solid #b9b9b9; padding:30px 0; font-weight: bold;text-align:left; text-align: center;}
.table00 table thead th{background: #e9ecec;border-right:1px solid #0c121c;}
.table00 table tbody th{ border-bottom:1px solid #b9b9b9; border-right:1px solid #0c121c; vertical-align: middle; padding-left:20px;background: #e9ecec; text-align: left; font-weight: bold;box-sizing: border-box;}
.table00 table tbody td{background: #fff; border-bottom:1px solid #ccc; padding-top:20px; padding-bottom: 20px;text-align: center;}

/*23-09 프로모션 추가*/
.promotion_top{width:100%; margin-top:30px; }
.promotion_top img.pic_pc{display:block;}
.promotion_top img.pic_m{display:none;}
.promotion_cont{display: flex; justify-content: flex-start;}
.p_cont_box{width:33%; margin-right: 5px;}
.p_cont_box:last-child{margin-right:0;}
.overlay a img{width:100%;}
.overlay a:hover img {transition: 0.2s all; filter: brightness(70%);}

.pro_textbox{display: flex; flex-direction: column; width:100%; height:80px; justify-content: space-between;margin-bottom: 50px;}
.info_tit{font-size: 15px; line-height: 20px; font-weight: bold; padding-top:12px;}
a.secondary_link{display:block; }
a.secondary_link:before{display:inline-block; content:""; background-image: url("../images/chevron-right-solid.svg"); background-size:6px 9px; 
          width:6px; height:9px; margin-right:10px;  }
a.secondary_link span{font-size:12px; color:#0C121C; line-height: 1.6;letter-spacing: .2rem; font-weight: bold;}
a.secondary_link span:hover{ text-decoration:underline;text-underline-position : under; color:#005A2B;}

.car_name{font-size:20px; padding-bottom: 10px;height:22px; font-family:'Land Rover Web';}
.font_s{font-size:18px; font-weight: bold; font-family:Yoon Gothic;}

@media screen and (max-width:1199px){
.wrap{width:100%;border-left:0; border-right:0; }
/*23-02 추가*/
a.login {
  top: 16px;
  width: 25px;
  height: 25px;
}

a.btn_menu {
  top: 15px;
  width: 25px;
  height: 25px;
}
.header{ width:100%; height:60px;}
.header_inner{ height:60px;}
.header_inner h1 img{width:60px;}
.header_inner .l_home{ font-size: 12px; line-height: 12px;  margin-top: 0; }

.onlineshop{ font-size:20px; font-weight: 600;  letter-spacing: -1.5px;}

.category .menu_area{width:60%;}

.footer {width:100%; padding:0;}
.footer .f_dealer,.footer .f_info{width:100%;padding:30px; box-sizing: border-box; }
table.dealer_info td,table.dealer_info th{font-size:10px;padding:2px 3px;}



.pop_wrap h3{width:100%;margin-top:0; }

.pop_h3{display: block;  padding:0; text-align: center;}
.pop_h3{font-size:30px;}
.h3_subtext{position: static; display: block; padding-left: 0; margin-top: 8px; line-height: 18px;}
.h3_subtext{display: block; padding-left: 0; margin-top: 8px; line-height: 18px;}

.pop_platinem li{flex-basis: 40%;margin-right:10px; box-sizing: border-box;}
.pop_platinem li:nth-child(2n){margin-right:0;}

.w_full{width:100%; height:100%; background-position: center center;  background-size: cover;}
.w_1400{width:96%; height:auto; overflow-y: scroll;}
.w_96 {width: 96%; height: 640px;}

.ex_pack {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0) 50%),
    url(../images/ex_pack.jpg)center / cover;
  width: 100%;
  height: 60%;
}

.ad_pack {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0) 50%),
    url(../images/ad_pack.jpg) center / cover;
  width: 100%;
  height: 60%;
}

.ex_pack_text {
  margin-top: 10px;
  color: #fff;
  line-height: 24px;
}
  
/*23-02 하이라이트 수정*/
.h_rrs_01{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(../images/highlight/hl_rrs_01.jpg)center bottom 0;background-size: cover }
.h_rrs_02{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(../images/highlight/hl_rrs_02.jpg)center bottom 0;background-size: cover;width:96%;height:640px;  }
.h_rrs_03{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(../images/highlight/hl_rrs_03.jpg)center bottom 0;background-size: cover;width:96%;height:640px;  }
.h_rrs_04{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(../images/highlight/hl_rrs_04.jpg)center bottom 0;background-size: cover;width:96%;height:640px;  }
.h_rrs_05{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(../images/highlight/hl_rrs_05.jpg)center bottom 0;background-size: cover;width:96%;height:640px;  }
.h_rrs_06{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(../images/highlight/hl_rrs_06.jpg)center bottom 0;background-size: cover;width:96%;height:640px;  } 
  
/*23-02 홈딜리버리 수정*/
.w_pop{width: 96%; height: 640px; overflow: hidden;}
.img_wrap_bg {width: 100%; height: 640px;}
.d_rrs{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url("../images/delivery/RRV_HD.jpg")center bottom ;	background-size:cover;}	
.d_rrv{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(../images/delivery/RRV_HD.jpg)center bottom ;background-size: cover;}
.d_rre{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(../images/delivery/RRE_HD.jpg)right bottom;background-size: cover;}
.d_nrrs{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(../images/delivery/NRRS_HD.jpg)center bottom;background-size: cover;}
.d_disco{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(../images/delivery/Disco_HD.jpg)left bottom; background-size: cover;}
.d_disco_sp{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(../images/delivery/Disco_SP_HD.jpg)left top 50px ;background-size: cover;}
.d_def{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(../images/delivery/DEF_HD.jpg)right bottom; background-size: cover;}
.d_rr{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(../images/delivery/d_rr.jpg)center bottom;background-size: cover;}

/*rr*/
.d_AC210503{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(/upload/thumb/landrover/delivery/AC210503_HD.jpg)center bottom ;background-size: cover;}
/*rrs*/
.d_MG000010{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url("/upload/thumb/landrover/delivery/MG000010_HD.jpg")center bottom ;	background-size:cover;}	
/*rrv*/
.d_AC170301{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(/upload/thumb/landrover/delivery/AC170301_HD.jpg)center bottom ;background-size: cover;}
/*rre*/
.d_AC190101{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(/upload/thumb/landrover/delivery/AC190101_HD.jpg)right bottom ;background-size: cover;}
/*nrrs*/
.d_AC220401{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(/upload/thumb/landrover/delivery/AC220401_HD.jpg)center bottom;background-size: cover;}
/*disco*/
.d_AC161102{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(/upload/thumb/landrover/delivery/AC161102_HD.jpg)left bottom;background-size: cover;}
/*disco sp*/
.d_MG000007{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(/upload/thumb/landrover/delivery/MG000007_HD.jpg)left bottom -50px;background-size: cover;}
/*defender*/
.d_AC190901{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(/upload/thumb/landrover/delivery/AC190901_HD.jpg)right bottom ;background-size: cover;}

.delivery_txt {position: absolute; width: 95%; left: 20px; top: 110px; display: block; font-size:27px;
  line-height: 40px;color:#fff; text-shadow: 0 0 1px #000, 2px 2px 2px gray;}
.home_delivery_txt {
  width: 92%;
  left: 30px;
  top: 110px;
  display: block;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 0 1px #000, 2px 2px 2px grey;
}
.order_cancel{width: 96%; height: 640px; background: linear-gradient(to bottom,	rgba(0,0,0,0.6) 20%, rgba(0,0,0,0.4) 40%, rgba(0,0,0,0) 70%),
	url(../images/order_cancel.jpg) right bottom ; background-size:cover;}
  
  /*23-02 카운셀링&시승신청 수정 내용*/
  .form_field .form_input > .input_w_50 {
    width: 52%;
}

.pop_wrap .cont {
  height: 92%; overflow-y: auto;  
}
.pop_wrap .cont img.hp_pop{
  border-radius: 5px; 
  margin: 10px 0;  
  box-sizing: border-box;
}
.pop_wrap .cont .hp_popText{
  font-size: 12px; line-height: 20px;
}

}


@media (min-width:768px)and (max-width:1023px){
  .login_wrap {
  width: 90%;
  margin-bottom: 80px;
  padding: 50px 30px;
}
.login_cont {width: 80%; margin: auto;}
	.w_500{width:500px;padding:0 30px;}

	.w_1000{width:730px;}
	.pop_wrap{position:relative; padding:30px 20px;}

	.category .menu_area{width:76%;}
  .cir_green{margin-left: 0;}
}


@media screen and (max-width:767px){ 

.cir_green{margin-left: 0;}
.promotion_top{padding:0 20px; box-sizing:border-box; }
.promotion_top img.pic_pc{display:none;}
.promotion_top img.pic_m{display:block;}
.promotion_cont{padding:0 20px; box-sizing:border-box; flex-direction: column;}
.p_cont_box{width:100%; margin-right: 0;}


button.gray_btn{font-size:11px; }
button.green_btn{font-size:11px; }


.wrap{width:100%;}
.header{position: relative; width:100%; height:40px;  }
.header_inner {position: relative; height:40px; display: flex; justify-content: space-between; }
.header_inner h1 img{width:40px; padding-left: 10px;}

.onlineshop{font-size: 15px; height:20px; line-height: 20px; letter-spacing: -1.5px; margin-left: 0;}

.header_inner .l_home{ font-size: 12px; line-height: 15px; margin-right: 50px; margin-top: 2px; letter-spacing: -1.5px;}
a.login {background: url(../images/logout.png)no-repeat center / contain;top:11px; margin-right: -4px;width: 16px; height: 16px;}
a.btn_mypage{background: url(../images/login.png)no-repeat center / contain; top:11px; right: 40px; margin-right: -4px;width: 16px; height: 16px;}
a.btn_menu{top:10px; width: 18px; height: 18px; margin-left: -20%;}
.category .menu_area{width:90%;}
.category .inner_cont_area{padding:10px;}
.category .inner_cont_area .green_btn{ padding:0 5px; height:30px; line-height: 30px; }
/*user info 내용 추가*/
.header_inner .user {
    margin-right: 0;
    margin-top: 0;
}
.header_inner .user li {
    font-size: 12px;
    line-height: 16px;
    margin-right: 5px;
}
.header_inner .user li .login {
    background-size: 13px 15px;
    height: 15px;
    line-height: 13px;
    font-size: 8px;
}
.header_inner .user li .login span {
    padding: 0 1px;
    margin-left: 10px;
}  
  
/*탭*/
.mTab li {width:100px; height:30px; }
.mTab li a { font-size:12px; line-height: 30px;  }
.mTab li.selected a {  height:30px;line-height: 30px;}

.table_box {padding:20px 10px;}
.table_box .no_data{font-size:12px; }
.table_box .list_box{position: relative; width:96%; margin:10px auto; padding:10px 0;border-top:2px solid #333;  border-bottom:1px solid #333;}
.table_box .list_box a{display: flex; flex-direction: column; }
.table_box .list_box div{padding-left: 10px; box-sizing: border-box;}
.table_box .list_box img{width:100px;}
.table_box .list_box .tit{font-weight: bold; font-size:13px; line-height: 17px; margin-bottom: 6px;}
.table_box .list_box .date{font-size:12px; color:#666;}
.table_box .list_box button{position: absolute; top:10px; right:0;}


.mem_table{width:100%;padding:0 20px 10px 20px; }
.mem_table .mem_top{font-size:12px;line-height: 18px;padding:20px;}
.mem_table .mem_top .first_txt{font-size:14px;line-height: 20px;}

.mem_table2{width:100%;padding:30px; margin:0; border:0;}
.mem_table2 .mem_top{width:100%;  margin:0;padding:30px 0; }


.txttit01{font-size:16px; line-height: 24px;}

.form_field{flex-direction: column; font-size:12px;  padding:10px 0; }
.form_field .form_h1{display: block; width:100%;  line-height: 16px; margin-bottom: 6px; }
.form_field .form_input{width:100%; }
.form_field .form_input .it_txt{line-height: 22px;}

.form_field .form_input > input{width:50%;}
.form_field .form_input > ul {display: flex;margin:1px 0;}
.form_field .form_input > ul > li{margin-right: 3px;}
.form_field .form_input > ul > li >input{width:100%;}
  
/*23-02 카운셀링 내용 추가*/
.form_field .counseling_way {width: 100%;}
.form_field .form_input > .input_w_50 {width: 100%;}
.form_field .form_input .last_name {width: 30%; margin-right: 3%;}
.form_field .form_input .first_name {width: 40%;}  
.txt_agree > span {display: block; width: 100%; margin-top: 6px; color: #555;}
.mem_bt_tit{margin-top:30px; line-height: 20px;}
  
.form_field2{flex-direction: column;}
.form_field2 .form_h1{width:100%;  line-height: 20px; color:#1b1b1b; margin-bottom:8px; }
.form_field2 .form_input{width:100%;}

.find_bt{height:150px;}

.find_text{text-align: left;}

button.member_btn{ width:100px;  }

.table00 table{font-size:11px;}
.table00 table tbody th{padding-left: 8px;}

/*23-02 로그인 추가*/
.login_wrap {
  width: 90%;
  margin-bottom: 80px;
  padding: 0;
  border: none;
}
.login_h1 {
    text-align: center;
    height: 30px;
    padding: 50px 0 30px 0;
    line-height: 30px;
    font-size: 26px;
}
.login_cont {width: 100%; margin: auto;}
.w_mail {width: 46%;}
.login_page_txt01 {font-size: 16px; line-height: 24px;}
.login_page_txt02 {font-size: 14px; color: #999; margin-top: 20px;}
.login_form label {font-size: 14px;} 
  
.footer p {font-size:11px;line-height: 18px;}
.footer p span{display: none;}
.footer p br{display: block;}
.f_dealer h5{font-size:12px; line-height:20px;font-weight: bold;}

.dealer_info{display:none;}
.m_deal_info{display:block;}

.footer{ padding:0;}
.f_dealer { padding-top: 0;}
.footer .f_link{ float:left; padding:20px 0;}
.footer .f_link a{margin-right: 20px; margin-left: 0; font-size:12px; font-weight: 700; line-height: 20px;}
.footer .f_link br{display: block;}

/*팝업*/
.pop_box{width: 96%; min-width:96%;}
.pop_wrap{padding:15px; height: 98%;}
.pop_close{ width:17px; height:17px;background: url(../images/btn_pop_close.png)no-repeat;background-size: 17px 17px; }

.w_650{width:90%;}
.w_1400{width: 96%; overflow-y: scroll;}

.pop_h3 {
  font-size: 20px;
  height: 45px;
  line-height: 45px;
}

.pop_h1 {font-size:15px;}
.pop_h1 br{display: inline-block;}
.pop_h2{font-size:20px;}
.hl_h3{margin-bottom: 15px;font-size:20px;line-height: 36px;}
.mypage_pop{  width:80%; }

.pop_cont table td.txt_l{text-align:left; padding-left:5px;}
/*23-01 홈딜리버리 팝업 수정*/
.pop_wrap .img_wrap {
  position: static;
  width: 100%;
  margin: auto;
  margin-top: 10px;
  height: 93%;
  overflow: hidden;
}
.img_wrap_bg {width: 100%; height: 100%;}
.pop_platinem{width:100%; margin-top: 10px; height: 100%; overflow-y: scroll;}
.pop_platinem li{flex-basis: 100%;margin-right:0;}
.pop_platinem li{margin-top: 20px;}

.table03{height:520px;}
.add_option{margin-left:8px;}

.w_full{width:100%; height:100%; background-position: center center;  background-size: cover;}
.w_pop{width: 96%; height: 96%; overflow: hidden;}
  
.d_rrs{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(../images/delivery/RRS_HD.jpg)top -145px right -150px;background-size: cover;}
.d_rrv{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(../images/delivery/RRV_HD.jpg)top -130px right -300px;background-size: cover;}
.d_rre{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(../images/delivery/RRE_HD.jpg)top -110px right -280px;background-size: cover;}
.d_nrrs{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(../images/delivery/NRRS_HD.jpg)top -60px right -200px;background-size: cover;}
.d_disco{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(../images/delivery/Disco_HD.jpg)top -100px left -80px;background-size: cover;}
.d_disco_sp{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(../images/delivery/Disco_SP_HD.jpg)top -60px left -240px;background-size: cover;}
.d_def{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(../images/delivery/DEF_HD.jpg)top -80px right -50px;background-size: cover;}
.d_rr{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(../images/delivery/d_rr.jpg)right -380px top -145px; background-size: cover;
  }

/*rr*/

.d_AC210503{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(/upload/thumb/landrover/delivery/AC210503_HD.jpg)right -380px top -145px;background-size: cover;}
/*rrs*/
.d_MG000010{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(/upload/thumb/landrover/delivery/MG000010_HD.jpg)top -145px right -150px;background-size: cover;}
/*rrv*/
.d_AC170301{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(/upload/thumb/landrover/delivery/AC170301_HD.jpg)top -130px right -300px;background-size: cover;}
/*rre*/
.d_AC190101{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(/upload/thumb/landrover/delivery/AC190101_HD.jpg)top -110px right -280px;background-size: cover;}
/*nrrs*/
.d_AC220401{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(/upload/thumb/landrover/delivery/AC220401_HD.jpg)top -60px right -200px;background-size: cover;}
/*disco*/
.d_AC161102{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(/upload/thumb/landrover/delivery/AC161102_HD.jpg)top -100px left -80px;background-size: cover;}
/*disco sp*/
.d_MG000007{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(/upload/thumb/landrover/delivery/MG000007_SP_HD.jpg)top -60px left -240px;background-size: cover;}
/*defender*/
.d_AC190901{background: linear-gradient(	to bottom,	rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0) 50%	),
	url(/upload/thumb/landrover/delivery/AC190901_HD.jpg)top -80px right -50px;background-size: cover;}



.h_rrs_01{background: linear-gradient(	to bottom,	rgba(0,0,0,1) 0%, rgba(0,0,0,0.9) 20%, rgba(0,0,0,0.8) 40%,rgba(0,0,0,0) 60%	),
	url(../images/highlight/hl_rrs_01.jpg)no-repeat center bottom 50px; background-size: 100%;width:100%; height:500px; }
.h_rrs_02{background: linear-gradient(	to bottom,	rgba(0,0,0,1) 0%, rgba(0,0,0,0.9) 20%, rgba(0,0,0,0.8) 40%,rgba(0,0,0,0) 60%	),
	url(../images/highlight/hl_rrs_02.jpg)no-repeat center bottom 50px; background-size: 100%;width:100%; height:500px; }

.ex_pack{background: url(../images/ex_pack.jpg)no-repeat center bottom 20px #fff; background-size: 90%;width:100%; height:630px;}
.ex_pack_text{color:#000; margin-top: 10px; font-size:14px;}

.ad_pack{background: url(../images/ad_pack.jpg)no-repeat center bottom 20px #fff; background-size: 90%;width:100%; height:600px;}

.pop_cont_c { font-size:13px; line-height: 20px;}


/*23-01 order_cancel*/
.order_cancel{width: 96%; height: 500px; background: linear-gradient(to bottom,	rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.4) 70%, rgba(0,0,0,0) 90%	),
url(../images/order_cancel.jpg) right -50px bottom; background-size:cover;}

.delivery_txt{position: static; margin: 0; margin-bottom: 8px; padding: 0; line-height:22px; font-size:14px; text-shadow: 0 0 1px #000, 1px 1px 2px gray;}
/*23-01 추가*/
.home_delivery_txt {position: static; width: auto; margin: 0; margin-bottom: 8px; padding: 0; line-height: 25px; font-size:14px; color: #333; text-shadow: none;}
.delivery_txt li:nth-child(1) {margin-top: 15px;}
.delivery_subtxt {margin-bottom: 15px; line-height: 1;}
.detaile_txt{display: block; margin-left: 15px; margin-top: 6px; font-size: 13px; line-height: 22px;}
.home_delivery_txt {line-height: 25px;}
.home_delivery_subtxt {  display: block;  margin-top: 12px;  font-size: 14px;}

/*계약차량*/
.order_d{margin-bottom: 20px;width:100%;}
.order_d p{width:100%; line-height: 20px;}
.order_d p .order_t{ display:block; font-weight: 700;}
.order_d p .price{color:#999;}
.order_total{padding-top:20px;box-sizing: border-box;  width:100%;  font-size:16px; font-weight: 700; border-top: 1px solid #ccc; text-align:right;}
.order_total span{font-size:12px; font-weight: 600;}
button.btn_order{ width:100%;}
.order_bt{ display:block; width:100%;  padding:20px 20px 0 20px; box-sizing: border-box;}


}

