@charset "utf-8";
html{
	scroll-behavior: smooth;
}
#header{
  	position: relative;
  }
#main {
  width: 100%;
  height: auto;
}

.container{
	width:100%;
	height:100%;
	display: flex;
	flex-direction: column;
}

.carInfo h2{
	font-family: Land Rover Web;
	font-size:22px;
}
.carInfo_contents .carInfo{
	padding:0;
	margin-top: 10px;
}
.menu_contBox,
.menu_contBox_order{
	width:100%;
	padding:0 25px;	
	box-sizing: border-box;
}
.menu_contBox_order{
	display: none;
}
.filter_wrap .fuelType_filter{
		padding:14px 20px;
	}
.filter_wrap .filter_tab_menu{
	margin-top: 0;
}
.fuelType_filter{
	padding:14px 3px;
	border-bottom:1px solid var(--gray4);
	box-sizing: border-box;
}
.fuelType_filter ul{
	  display: flex;
		width: 100%;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 28px;
    padding: 0;
}
.fuelType_filter ul li{
	font-size:12px;
}
.fuelType_filter .on::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 14px;
  background-image: url('../images/icon/icon_check.svg'); 
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 6px; 
}
.fuelType_filter .on{
  color:var(--gray4);
  background-color: var(--black);
}

/* 20250307 지우 내용 추가 선택 초기화 */

.filter_head .reset_btn_wrap {
	position: absolute;
	top: 35px;
	right: 25px;
}

.reset_btn_wrap .reset_btn {
	padding: 5px 6px 5px 10px;
	font-size: 11px;
	min-width: auto;
	line-height: 1;
}

/* 20250307 지우 내용 추가 선택 초기화 */

/*나만의 차량주문 summary*/
.expect_price{
	display: flex;
	justify-content: space-between;
	background: var(--gray4);
	padding:30px;

	box-sizing: border-box;
}
.expect_price .expect_left p:first-child{
	font-size:12px;
}
.expect_price .expect_left p:last-child{
	font-size:16px;
	font-weight:bold;
}
.add_option{
	margin-bottom:30px;	
}
.add_option:last-child {
	margin-bottom: 0;
}
.add_option .info_tit{
	color:var(--black);
}
.add_option .info_tit {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.add_option .info_tit > img {
	width: 16px;
}

.btn_info{
  width: 20px;
  height: 20px;
  border: 1px solid var(--gray3);
  border-radius: 20px;
  padding: 0;
	background: url(../images/icon/icon_info.svg)no-repeat center center / 6px 11px;
	background-position: center;
  cursor: pointer;
  transition: .2s linear;
}
.btn_info:hover{
	border:1px solid var(--black);
}
.btn_add_basket{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color:var(--gray1);
  background: var(--gray4);  
  border-radius: 5px;  
  cursor: pointer;
  padding: 12px 15px;
  width: 100%;
  transition: all .3s ease;
  margin-block: 5px;
}
.btn_add_basket::after{
	content: "";
  display: block;
  width: 20px;
  height: 20px; 
  background: url(../images/icon/icon_down.svg) no-repeat center center;
  background-size: 20px 20px;
  position: absolute;
  right: 10px; 
  top: 50%; 
  transform: translateY(-50%); 
}
.btn_add_basket .price {
	position: absolute;
	right: 46px;
	margin-top: 1px;
}
.info .btn_add_basket::after{
	display:none;
}
.s_txt{
	font-size:10px;
	line-height: 2;
}
/*--//나만의 차량주문 summary*/

/*aside*/	
.asidebar{
	width:100%;	
	display: none;
}
.asidebar_mobile{
	display: block;
}

.aside-wrapper{ 
		width:100%; 
		height:100%;	
		display:flex;
		flex-direction: column;
		justify-content: space-around;		    
	}
.menu_group{	
	width:100%;
	display: flex;
	padding:20px 5px 20px 15px;
	flex-direction: column;
	justify-content: center;		
	border-bottom: 1px solid var(--gray4);
	font-family: Land Rover Web,Arial,Helvetica,sans-serif;
	box-sizing: border-box;
}
.aside-wrapper .on{		
	background: var(--white);	
}
.menu_group:last-child{
	border-bottom:none;
}	
.menu_group h4{
	font-weight: bold;	
	color:var(--black);
	cursor: pointer;
	position: relative;		
}
.menu_group h4 span{
	font-weight:normal;
	margin-left: 3px;
}
.menu_group h4::after{
	content: "";
  display: block;
  width: 20px;
  height: 20px; 
  background: url(../images/icon/icon_down.svg) no-repeat center center;
  background-size: 20px 20px;
  position: absolute;
  right: 0; 
  top: 50%; 
  transform: translateY(-50%); 
}
.menu_group ul.sub{
	margin-top: 10px;
}
.menu_group li{
	padding:7px 0;
	font-size:15px;
	line-height:14px;
	display: flex; 
	align-items: flex-start;
	color:var(--gray1);  
}
.menu_group li input.checkbox +label{
	margin-right: 10px;
}
.menu_group li.aside_in{/*차량연식-주문방식*/
	padding:0;
	margin: 20px 0 10px 0;
	font-size:16px;
	font-weight: bold;
	color:var(--black);
}
li.icon_sv::after {
  content: "";
  display: block;
  width: 20px;
  height: 21px;
  margin:0 0 5px 0;
  background: url(../images/icon/icon_sv.png)no-repeat;
  background-size: 20px 21px;                  
}
.color_sample li{ 
	float:left; 
	width:54px; 
	height:54px;
	margin: 5px 8px 6px 0;
	padding:2px;
	border:1px solid rgba(0,0,0,0);
	cursor: pointer; 
	box-sizing: border-box;  
	border-radius:20%;
}
.color_sample li.on{
	width:54px; 
	height:54px;
	margin-top:5px;
	border:1px solid var(--black);
	padding:2px; 
	box-sizing: border-box; 
	border-radius:20%;
}
.color_sample li img{
	width:48px; 
	height:48px; 
	border-radius: 20%; 
}

	/* 20241202 지우 즉시 출고 가능 차량 추가 */
	.web_filter {
		display: none;
	}
	.mainCont_stock {
		width: 100%;		
		padding: 20px 0 20px 25px;
	}
	.car_option_wrap {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-right: 25px;
	}
	.car_option_wrap .filter {
		cursor: pointer;
		color: var(--black);
	}
	.car_option_wrap .filter p {
		padding-left: 24px;
		background: url(../images/icon/icon_filter.svg)no-repeat left center / 20px;
		font-size: 12px;
	}
	.car_list .selectric-wrapper,
	.car_list .selectric .label,
	.car_list .selectric-items 
	 {
		font-size: 12px;
	}
	.stock_carInfo {
		width: 100%;		
		margin-bottom:40px;
	}
	.stock_carInfo .stock_car_name {
		font-size: 16px;
		font-family: Land Rover Web, Arial, Helvetica, sans-serif;
	}
	.stock_carInfo .stock_carList {
		width: 100%;
		display: flex;
		overflow-x: auto;
		padding-bottom: 10px;
		min-height:550px;
	}
	.stock_carList::-webkit-scrollbar{
		width: 100%;
		height: 4px;
		border-radius: 10px;
		background: rgba(0, 0, 0, 0.1);
	}
	.stock_carList::-webkit-scrollbar-thumb,
	.pop_tab_menu::-webkit-scrollbar-thumb {
		height: 4px;
		border-radius: 10px;	
		background: rgba(0, 0, 0, 0.2);
		cursor: grabbing;
	}
	.stock_carInfo .stock_car {
		width: 90%;
		margin-right: 15px;
	}
	.stock_carInfo .carInfo_link ul {
		justify-content: center;
	}
	.stock_carInfo .stock_car_detail {
		margin-top: 10px;
		border: 1px solid var(--gray3);
	}
	.stock_carInfo .stock_date {
		margin-top: 8px;
		text-align: center;
	}
	.stock_carInfo .stock_date span {
		padding: 3px 12px;
		border-radius: 30px;
		background: var(--gray1);
		color: var(--white);
		font-size: 10px;
	}
	.stock_carInfo .stock_date span > span{
		padding-left: 0;
		padding-right: 0;
	}
	.stock_carInfo .stock_carInfo_wrap {
		padding: 20px 10px;
	}
	.stock_carInfo .car_name {
		padding-right: 0;
		font-size: 16px;
		text-align: center;
		line-height: 1.2;
	}
	.stock_carInfo .car_trim {
		text-align: center;
	}
	.stock_carInfo .car_info {
		padding: 12px 10px 16px 10px;
		font-size: 12px;
	}
	.stock_carInfo .car_info li {
		display: flex;
		margin-top: 6px;
	}
	.stock_carInfo .car_info li:first-child {
		margin-top: 0;
	}
	.stock_carInfo .car_info li .car_info_tit {
		width: 40%;
	}
	.stock_carInfo .car_info li .car_info_txt {
		width: 60%;
	}
	.stock_carInfo .order_btn {
		text-align: right;
	}
	.stock_carInfo .order_btn a{
		text-align: center;
	}
	.stock_carInfo .subCont_swiper .swiper-container-horizontal > .swiper-pagination-bullets {
		display: flex;
	}
	.stock_carInfo .swiper-pagination {
		left: 50%;
		transform: translateX(-50%);
	}
	.filter_wrap {
		display: none;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: auto;
		z-index: 1001;
		background: var(--white);
	}
	.filter_wrap.show {
		display: block;
	}
		.filter_head{
		padding:0 25px;
		padding-top: 35px;
	}
	.filter_head p {
		font-size: 18px;	
	}
	.filter_head .close_btn {
		position: absolute;
		top: 8px;
		right: 8px;
	}
	.filter_tab_menu {
      overflow-x: auto;
      white-space: nowrap;
      display: flex;            
      width: 100%;  
      border-bottom: 1px solid var(--gray4);
      margin-top: 14px;
      padding:0 24px; 
			background: var(--white);
    }
  .asidebar_mobile .tab_menu,
  .filter_tab_menu .tab_menu {
  	position: relative;
		}
	.asidebar_mobile .tab_menu_icon,
	.filter_tab_menu .tab_menu_icon {
	    display: inline-block;
      width: 6px;
      height: 6px;
			margin-left: -3px;
      border-left: 1px solid var(--black);
      border-bottom: 1px solid var(--black);
			border-color: var(--gray2);
      transform: rotate(-135deg);
			box-sizing: border-box;
		}
		.tab_menu_icon > img {
			height: 100%;
		}
    .content-container{
      height: 210px;
      max-height: 230px;
      overflow-y: auto;
      padding: 30px 30px 20px 40px;
    }
    .content-container2{
    	min-height:200px;
    	padding:24px 12px 50px 12px;
    }
    .content-container #tab_06,
    .content-container #tab_07{
    	margin-left:-15px;
    }
    .filter_cont li,.filter_cont_list{ 
      padding: 7px 0;
      line-height:14px;
      display: flex;
      align-items: flex-start;
      color: var(--gray1);
    }
    .filter_cont li input.checkbox +label{
			margin-right: 10px;
		}
  
	.menu-scroll{
  	display: flex;
  	overflow-x: auto; 
	  white-space: nowrap;
	  width: 100%;  
	  height:50px;
    border-bottom: 1px solid var(--gray4);
    padding:0 24px;
    box-sizing: border-box;
    gap:24px;
  }
  .section {
		position: relative; 
		top: 150px; 
		min-height: 300px; 
		box-sizing: border-box; 
		margin-bottom: 50px;
	}
	.section:last-child {
		padding-bottom: 60px;
	}
	.option_boxList{
		width:100%;		
		padding:0 25px;	
	}
	.option_boxList .section {
		margin: 50px 0;
	}
	.pop_sub_tit {
		padding-top: 26px;
	}
	.pop_text h3 {
		margin-bottom: 14px;
	}
	.pop_text_list > li {
		position: relative;
    padding-left: 15px;
		margin-top: 10px;
	}
	.pop_text_list > li::before {
		content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    left: 4px;
    top: 11px;
    background: var(--black);
	}
	.optionPop_text {
		padding: 30px 50px;
		border-radius: 8px;
		background: var(--gray4);
	}
	/* 20250109 지우 내용 추가 */
	.pop_text .benefit .promotion_sub_txt {
		position: relative;
		padding-left: 10px;
		display: block;
		padding-top: 5px;
	}
	.pop_text .benefit .promotion_sub_txt::before {
		content: '*';
		position: absolute;
		left: 0;
		top: 7px;
		display: block;
	}
	.pop_text .promotion .promotion_sub_txt{
		margin-left: 20px;
		text-indent: -10px;
	}
	
	.pop_text .promotion .p_tit{
		display: flex;
		justify-content: space-between;
		margin-top:10px;
		margin-left: 14px;
		text-indent: -14px;
	}
	.pop_text .promotion .p_btn{
		height:24px;
		padding:0;
		font-size: 10px;
		text-indent: 4px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.dealer_pop_cont .pop_text{	
		overflow-y:auto;
		height: calc(100vh - 200px);
	}
	.dealer_pop_cont .pop_text::-webkit-scrollbar{
		height: 100%;
		width: 6px;
		border-radius: 10px;
		background: rgba(0, 0, 0, 0.1);
	}
	
	.dealer_pop_cont .pop_text::-webkit-scrollbar-thumb {
		width: 6px;
		border-radius: 10px;
		background: rgba(0, 0, 0, 0.2);
		cursor: grabbing;
	}
	.pop_text {
		padding-bottom: 40px;
		font-size: 14px;
		text-align: left;
	}
	.pop_text .pop_info_box {
		background: var(--gray4);
		padding: 20px;
		border-radius: 8px;
		margin-bottom: 10px;
	}
	.pop_text .pop_info_box p {
		font-size:12px;
		padding-bottom: 5px;
		color: var(--gray1);
	}
	.pop_text .pop_info_box span {
		display: block;
		font-size: 12px;
		color: var(--gray1);
	}
	.centerBtn a {
		display: inline-block;
	}
	.centerBtn .sub_txt {
		margin-top: 20px;
		font-size: 12px;
		color: var(--gray1);
	}

		/* 포함옵션 팝업 */
	
		.check_pop_cont .pop_tit,
		.dealer_pop_cont .pop_tit {
			display: block;
			height: auto;
		}
	/* 포함옵션 >  전시장 문의 팝업 내용 */
	.dealer_list {
		padding-top: 20px;
		padding-bottom: 15px;
	}
	.dealerInfo_list li {
		padding: 20px 10px;
		margin-bottom: 10px;
		border: 1px solid rgba(12, 18, 28, .1);
		cursor: pointer;
	}
	.dealerInfo_list li:last-child {
		margin-bottom: 0;
	}
	.dealerInfo_list li.select{
		background: rgba(80, 80, 80, 0.1);
	}
	.dealerInfo_list li:hover{
		background: rgba(175, 175, 175, 0.1);
	}
	.dealerInfo_list p {
		margin-bottom: 12px;
	}
	
	.dealerInfo_list .shop_name {
		font-size: 14px;
		font-weight: bold;
	}
	.dealerInfo_list .shop_info {
		font-size: 12px;
		margin-bottom: 6px;
	}
	.dealerInfo_list .shop_info:last-child {
		margin-bottom: 0;
	}
	/* 악세서리 팝업 */
	.cont_tit {
		padding-bottom: 20px;
		font-size: 16px;
	}
	.cont_box {
		border: 1px solid var(--gray3);
		border-radius: 10px;
		overflow: hidden;
		cursor: pointer;
	}
	.cont_box:last-child {
		margin-bottom: 0;
	}
	.cont_box:hover {
		border: 1px solid var(--black);
	}

	.cont_box .cont_txt_wrap {
		display: flex;
		width: 100%;
		padding: 20px;
		padding-bottom: 0;
	}
	.cont_txt_wrap .check_box {
		width: 100%;
	}
	.cont_box .price {
		display: block;
		margin-left: 40px;
	}
	.cont_box .cont_img_wrap {
		position: relative;
		width: 100%;
		margin-top: 20px;
		aspect-ratio: 16 / 9;
		overflow: hidden;
	}

	/* 악세서리 더보기 팝업 */
	.fullPop_pop {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 10001;
		background: var(--white);
		overflow-y: auto;
	}
	.fullPop_pop_cont .fullPop_header {
		height: 70px;
	}
	.fullPop_pop_cont .cont_tit {
		padding-bottom: 10px;
	}
	.fullPop_pop_cont .cont_img_wrap {
		margin-top: 24px;
		border-radius: 10px;
		overflow: hidden;
	}
	.fullPop_pop_cont .cont_img_wrap > img {
		width: 100%;
	}
	.fullPop_pop_cont .pop_cont_txt {
		padding: 28px 0 20px 0;
	}
	.fullPop_pop_cont .pop_cont_subTxt {
		display: block;
		padding-top: 10px;
		font-size: 11px;
		color: var(--gray1);
	}
	.j_sb{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.j_sb span:first-child{
  	width:100%;
  }
  .j_sb span:last-child {
	  width:100%;
	  text-align: right;
	}
	.cont_none{ 
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width:100%;
		height:80vh;
		margin-left: -10px;
	}
	.cont_none div{
		color:var(--gray2);
		width:100%;
		text-align: center;
		border-radius: 10px;
	}
	.cont_none .counsel_btn {
		width: auto;
		margin-top: 40px;
	}
	/* 20241202 지우 즉시 출고 가능 차량 추가 */	

	/* 20241212 지우 내용 수정 */
	.cont_box_list {
		display: flex;
		flex-direction: column;
		gap: 40px;
	}
	.cont_box .cont_img_wrap > img {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
	}
	.fullPop_pop_cont .pop_cont{
		padding: 0 25px;
		padding-bottom: 60px;
	}

.fullPop_pop_cont .cont_txt {
	margin-top: 40px;
}
.w1100 {
	max-width: 1100px;
	margin: auto;
}
.w640 {
	max-width: 640px;
	margin: auto;
}
.fullPop_tab_cont .pop_tab_wrap {
	position: sticky;
	top: 70px;
	left: 0;
	z-index: 10;
}
.fullPop_tab_cont .pop_tab_menu {
	margin-top: 0;
	background: var(--white);
}
/* 20241212 지우 내용 수정 */


/* 20250123 지우 내용 추가 */
.order_ok_info {
	padding-bottom: 14px;
	font-size: 14px;
}
/* 20250123 지우 내용 추가 */
/*금융계산기*/
.cal_box1{
	background: #eee;
	border-radius: 5px;
	padding: 20px;
}
.cal_box2 h3{
		display: flex;
		justify-content: space-between;
}
.cal_tit{
	font-size:14px;
	margin-bottom: 10px;
}
.cal_under{
	font-size:12px;
	color:var(--gray2);
}
.cal_box .cal_price{
	width:100%;
}
.cal_box .cal_price ul,.cal_box .program ul,.cal_box .m_payment{
	margin:30px 0;
}
.cal_box .cal_price ul{
	display: grid; 
	row-gap: 10px;
}
.cal_box .cal_price li{
	display: flex;
	justify-content: space-between;	
	color: var(--gray2);
	line-height: 22px;
}
.cal_box .program ul{
	display: flex;
	width: 100%;
	gap:30px;
}
.cal_box .m_payment h4{
	margin-bottom: 10px;
}
.cal_box .m_payment ul{
	display: flex;
	width: 100%;
	gap:15px;
	margin-bottom: 30px;
	font-size: 14px;
}

.cal_box4 {
	margin-top: 60px;
}

.cal_stxt{
	font-size:12px;
	color:var(--gray2);
	line-height: 16px;
	text-indent: -15px;
	margin-left: 15px;	
	padding:10px 0 50px 0;
}
.cal_price .p_big{
	font-size:18px;
	color:var(--gray1);
	font-weight: 600;
}

/* 20250307 지우 내용 추가 */
.cal_box_wrap {
	padding: 20px;
	padding-bottom: 0;
	margin-bottom: 40px;
	border: 1px solid var(--gray4);
}
.cal_box_wrap .cal_price ul {
	margin: 20px 0;
}
/* 20250307 지우 내용 추가 */

/*--//금융계산기*/

/* 20250221 지우 내용 추가 */
.mem-wrapper {
	width: 100%;
	margin: auto;
	padding: 60px 25px 100px 25px;
}
.mem-wrapper h2 {
  text-align: center;
  font-size: 20px;
  padding-bottom: 60px;
}
.terms_top_txt {
  padding-bottom: 20px;
}
.terms_cont h5, .terms_cont h6{
  font-size: 14px;
}
/* 20250221 지우 내용 추가 */


@media screen and (min-width: 751px){
	.carImages img{
		height:420px;
	}
	/* 20241210 지우 차량제원 추가 */
}

@media screen and (min-width: 1025px)  {
  #main{
  	margin-top: 0;
  	margin-bottom: 0;
  }
	.mainCont{
		/* max-width: 1460px; */
		margin: 0 auto;
		width:100%;
		height:100%;
	}	
	.container{
		position: relative;
		width:100%;
		display: flex;
		flex-direction: row;		
	}	
	.menu_contBox,
	.menu_contBox_order{
		display: flex;
		flex-direction: column;
		width:30%;	
		padding:0 35px;	
	}
	.menu_contBox_order{
		display: block;
		position: sticky;
		top:72px;
		height:90vh;
		overflow-y:auto;
	}
	.fuelType_filter{
		flex-grow:0;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.fuelType_filter .reset_btn_wrap {
		margin-left: auto;
	}
	.reset_btn_wrap .reset_btn {
	padding: 6px 8px 6px 12px;

}
	/*aside*/		
	.asidebar{
		display: block;
	}	
	.asidebar_mobile{
		display: none;
	}
	.menu_group{	
		padding:30px 5px 30px 15px;
	}		
	.mainCont_left{ 
		position: sticky;
		top:0;
		margin-top: -60px;
		width:70%;	
		height:100vh;
		display: flex;
		flex-direction: column;		
	}		
	.mainCont_swiper{
		order:2;
	}	
	.carInfo{
		display:none;
	}	
	.price_sticky_area .price_btn_wrap a.none{
		display:block;
	}
	.expect_price{
		display:none;
	}
	/* 20241204 지우 수정 즉시출고 가능 차랑 */
	.mainCont_stock { 
		position: relative;
		top: -60px;
		width: 70%;
		z-index: 10;
		padding: 20px 25px;
	}
	.car_option_wrap {
		justify-content: flex-end;
		padding-right: 0;
	}
	.car_option_wrap .filter {
		display: none;
	}
	.stock_carInfo .stock_car {
		width: calc(100% / 3 - 20px);
		min-width: 400px;
		margin-right: 20px;
	}
	.stock_carInfo .stock_car:first-child {
		margin-left: 0;
	}
	.stock_carInfo .stock_carInfo_wrap {
		padding: 20px;
	}
	.cont_none div{
		width:60%;
	}
	.mainCont_stock .subCont_swiper {
		height: 210px;
	}
	.web_filter {
		display: block;
	}
	/* option_pop */
	
		.cont_box_list {
			flex-direction: row;
			flex-wrap: wrap;
		}
		.cont_box {
			width: calc((100% - 80px) / 3);
		}
	/* 20241212 지우 내용 추가 */

	/* 20250123 지우 내용 추가 */
	.order_ok_info {
		font-size: 16px;
	
	}
	/* 20250123 지우 내용 추가 */

	/* 20250221 지우 내용 추가 */
.mem-wrapper {
	max-width: 1460px;
	margin: auto;
	padding: 60px 60px 130px 60px;
}
.mem-wrapper h2 {
  text-align: center;
  font-size: 28px;
  padding-bottom: 60px;
}
.terms_top_txt {
  padding-bottom: 20px;
}
.terms_cont h5, .terms_cont h6{
  font-size: 14px;
}
/* 20250221 지우 내용 추가 */

	/*금융계산기*/	
		
	.cal_box3{
		display: flex;		
		padding-bottom: 20px;
	}
	.cal_box .cal_price{
		width:50%;
	}
	.cal_box4{
		border-top: 1px solid var(--gray1);
		
	}
	.cal_box5{
		display: flex;
		flex-direction: row-reverse;
	}
	.cal_box .cal_price{
		gap:10px;
	}	
	.cal_box .program {
		width:50%;
		display: flex;
		align-items: flex-end;	
	}
	
	.cal_box .m_payment h4{
		width:100px;
		margin-bottom: 0;
	}
	.cal_box .m_payment{
		display: flex;
		width: 100%;
		margin:10px 0;
	}
	.cal_box .m_payment:last-child{
		margin-bottom: 0;
	}
	.cal_box .m_payment ul{ 
		gap:30px;
		margin: 0;
	}	
	.cal_box4 {
		margin-top: 0;
	}
	.cal_stxt{		
		padding:0;
		line-height: 34px;
	}	
	.payment_btn{
		flex:1;
		display: flex;
		align-items: flex-end;
		justify-content: flex-end;
	}
	.payment_btn .btn_black{
		width:120px;
	}

	/* 20250307 지우 내용 추가 */
.cal_box_wrap {
	padding: 30px;
	padding-bottom: 0;
	margin-bottom: 40px;
	border: 1px solid var(--gray4);
}
.cal_box_wrap .cal_price ul {
	margin: 30px 0;
}
/* 20250307 지우 내용 추가 */

	/*--//금융계산기*/
}

