@charset "utf-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');


/*초기화*/
* {
	margin: 0;
	padding: 0;
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

li {
	list-style: none
}

a {
	text-decoration: none
}

img {
	border: none
}

h1, h2, h3, h4, h5, h6, header, body, footer, section, div, p, ul, li, a, input, button, address {
	font-family: 'Pretendard', sans-serif;
	font-size: 16px;
    line-height: 22px; 
	font-weight: 400;
	color: #2b2b2b;
	letter-spacing: -2%;
	box-sizing: border-box;
	word-break: keep-all !important;
}

h1, h2, h3, address {
	cursor: default;
}

.container {        
    margin: 0 auto;     
    display: flex;
}

/* title */
.title-h8 {font-size: 40px;line-height: 54px;font-weight:700;letter-spacing: -0.1rem;}
.title-h7 {font-size: 30px;line-height: 44px;font-weight:700;letter-spacing: -0.1rem;}
.title-h6 {font-size: 24px;line-height: 36px;font-weight:700;letter-spacing: -0.05rem;}
.title-h5 {font-size: 20px;line-height: 32px;font-weight:700;letter-spacing: -0.03rem;}  
.title-h4 {font-size: 18px;line-height: 24px;font-weight:700;letter-spacing: -0.02rem;}
.title-h3 {font-size: 16px;line-height: 22px;font-weight:700;letter-spacing: -0.01rem;}
.title-h2 {font-size: 14px;line-height: 20px;font-weight:700;letter-spacing: -0.005rem;}

/* text */
.text-p7{font-size:40px;line-height:54px;letter-spacing: -0.1rem;}
.text-p7{font-size:30px;line-height:44px;letter-spacing: -0.1rem;}
.text-p6{font-size:24px;line-height:36px;letter-spacing: -0.05rem;}
.text-p5{font-size:20px;line-height:32px;letter-spacing: -0.03rem;}
.text-p4{font-size:18px;line-height:24px;letter-spacing: -0.02rem;}
.text-p3{font-size:16px;line-height:22px;letter-spacing: -0.01rem;}
.text-p2{font-size:14px;line-height:20px;letter-spacing: -0.005rem;}
.text-p1{font-size:12px;line-height:15px;}

.text-b {font-weight: bold;}

/* color */
.red050{color:#E60013}
.gray070{color:#ebebeb}
.white {color: #ffffff;}
.black {color: #000000;}

:root {
    --white: #ffffff;
    --black: #000000;
    --red000: #FFF9F9;
    --red010: #FFF4F5;
    --red020: #ffd4d5;    
    --red030: #ff7374;    
    --red040: #ff3333;    
    --red050: #E60013;
    --red060: #b70016; 
    --red070: #60000c;
    --grey010: #f9f9f9;
    --grey020: #f4f4f4;
    --grey030: #EBEBEB;
    --grey040: #bcbcbc;
    --grey050: #828282;
    --grey060: #484848;
    --grey070: #2B2B2B;
    --blue010: #f9fafc;
    --blue020: #f3f8ff;
    --blue030: #dbe9ff;
    --blue040: #c3d9ff;
    --blue050: #94BAFF;
    --blue060: #1968F8;
    --blue070: #012F83;
    --orange010: #faede7;
    --green030: #35c6d9;

}


/*공통*/
.pc {display: block;}
.mo {display: none;}
.tab {display: none;}
#main {padding-top: 100px; display: flex; flex-direction: column; gap: 40px;} /*메인 main*/
main {padding-top: 100px; display: flex; flex-direction: column; gap: 20px;} /*서브 main*/
section .container {padding: 24px 0; max-width: 1200px;}
#main > section {padding: 16px 0;}
#topBanner a {max-width: 1200px;}
#topBanner img {width: 100%;}
#menuTitle .container {display: flex; flex-direction: column; gap: 24px;}
#menuTitle .line {border: 1px solid var(--red050);}
#menuTitle .promotion-view-title{display: flex; flex-direction: row; justify-content: space-between;}
#menuTitle .promotion-view-title-btn{padding:4px 16px;border-radius:4px;background:var(--black);color}

/*헤더*/
header {width: 100%; margin: 0; padding: 0; position: fixed; background-color: var(--white); z-index:99; border: 1px solild var(--grey030);}
header .container {max-width: 1200px; width: 1200px;}
header nav {display: flex; flex-direction: row; justify-content: space-between; align-items: center; width: 100%;}
header .nav-logo {width: 100%; margin-top: 8px;}
header .nav-left h1 {max-width: 390px; min-width: 220px; margin-right: 24px;}
header .nav-right {display: flex; flex-direction: row; gap: 28px; justify-content: flex-start;}
header .nav-right > a {color: var(--grey070); padding:8px 0;}
header .nav-right > a:hover {color: var(--red050);}

/*메인-비쥬얼*/
#visual .container {flex-direction: row; flex-wrap: wrap; padding: 64px 24px; background-color: var(--red010); border-radius: 24px; align-items: center; justify-content: center;}
#visual .visual-text-wrap {display: flex; flex-direction: column; gap: 24px; padding-bottom: 24px;}
#visual .visual-text-wrap > img {width:100px; position: relative; top: 24px;}
#visual .visual-image-wrap {max-width: 572px; min-width:300px;}
#visual .visual-image-wrap > img {width: 100%;}

/*메인-카드결제*/
#paymentCard .container {flex-direction: row; flex-wrap: wrap; padding: 24px; background-color: var(--red050); border-radius: 24px; align-items: center; justify-content: center;}
#paymentCard .payment-image-wrap {margin-right: 24px; max-width: 363px;}
#paymentCard .payment-image-wrap > img {width: 100%;}
#paymentCard .payment-text-wrap {display: flex; flex-direction: column; gap: 16px; padding: 24px 0;}
#paymentCard .payment-button-wrap {display: flex; flex-direction: row; gap: 16px; flex-wrap: wrap;}
#paymentCard .payment-button-wrap > .button-cta { min-width:200px; background-color: var(--black);border-radius: 8px;text-align: center;padding: 8px 0; border: 1px solid var(--black);}
#paymentCard .payment-button-wrap > .button-cta:hover {border: 1px solid var(--white); background-color: transparent;}

/*메인-단독특가*/
#specialPrice {width:100%; padding: 0; margin: 0; background: url(/lt/img/special-price-bg.png) no-repeat center center; background-size:cover;}
#specialPrice .container {padding: 80px 0; display: flex; flex-direction: column; gap: 80px;}
#specialPrice .special-detail-wrap {display: flex; flex-direction: row; justify-content: center; align-items: center; flex-wrap: wrap;}
#specialPrice .special-car-wrap {display: flex; flex-direction: column; justify-content: flex-start; padding: 16px; width: 34%;}
#specialPrice .special-car-wrap > img {width: 100%;}
#specialPrice .special-car-name {display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; gap: 24px;}
#specialPrice .special-list-wrap > ul {display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; margin: 0 20px;}
#specialPrice .special-list-wrap > ul > li {width: 100%; }
#specialPrice .special-list-wrap > ul > li > a {display: flex; flex-direction: row; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding: 4px 24px; background-color:rgba(0,0,0,0.2); border-radius: 8px;border:1px solid rgba(0,0,0,0.2); min-width: 450px;}
#specialPrice .special-list-wrap > ul > li > a:hover {border:1px solid var(--red050); background-color: rgba(0,0,0,0.5);}
#specialPrice .special-list-wrap > ul > li > a.selected {border: 1px solid var(--red050); background-color: rgba(0,0,0,0.5);}
#specialPrice .special-list-wrap > ul > li > a > .special-car {display: flex; flex-direction: row; align-items: center; gap: 8px;}
#specialPrice .special-list-wrap > ul > li > a > .special-car > p {display: flex; flex-direction: row; gap: 8px; align-items: center;}
#specialPrice .special-list-wrap > ul > li > a > .special-price {display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 8px; }
#specialPrice .special-list-wrap > ul > li > a > .special-price > .origin-amount {opacity: 0.7;}
#specialPrice .special-list-wrap > ul > li > a > .special-price > .origin-amount > span {text-decoration: line-through;}
#specialPrice .special-list-wrap > ul > li > a > .special-price > .special-amount > span {color: var(--red030);}
#specialPrice .button-cta {color:var(--white); max-width: 450px; width: 100%; background-color: var(--red050); border: 1px solid var(--red050); border-radius: 8px;padding: 12px 0; margin: 0 auto; text-align: center;}
#specialPrice .button-cta:hover {background-color: transparent; border: 1px solid var(--white); cursor: pointer; font-weight: 700;}

/*메인-단독추가할인*/
#bonusOffer .container {display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 32px;}
#bonusOffer .bonus-offer-title-wrap {display: flex; flex-direction: column; align-items: center; gap: 24px;}
#bonusOffer .bonus-offer-title-wrap > p {text-align: center;}
#bonusOffer .bonus-offer-item-wrap {width: 100%; display: flex; flex-direction: row; justify-content: center; align-items: center; gap: 48px; background-color: var(--red010); border-radius: 16px; padding:24px 0;}
#bonusOffer .bonus-offer-item-wrap > img {width: 500px; min-width: 200px;}
#bonusOffer .car-card-info {display: flex; flex-direction: column;}
#bonusOffer .button-cta {color:var(--white); max-width: 450px; width: 100%; background-color: var(--red050); border: 1px solid var(--red050); border-radius: 8px;padding: 12px 0; margin: 0 auto; text-align: center;}
#bonusOffer .button-cta:hover {background-color: transparent; border: 1px solid var(--red050); cursor: pointer; font-weight: 700; color: var(--red050);}
#bonusOffer .car-card-conditions {margin-top: 16px;}
#bonusOffer .car-card-model {display: flex; flex-direction: row; align-items: center;}
#bonusOffer .car-card-model > img {width: 60px;}
#bonusOffer .car-origin-price {color: var(--grey050);}
#bonusOffer .car-origin-price > span {text-decoration: line-through; color: var(--red030);}

/*메인-인기차종*/
#fastRent {background-color: var(--blue010);}
#fastRent .container {flex-direction: column; flex-wrap: wrap; padding: 80px 0; align-items: flex-start; justify-content: center;}
#fastRent .fast-title-wrap {padding-bottom: 72px;}
#fastRent .fast-card-wrap {width: 100%;}
#fastRent .fast-card-wrap > ul {display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px;}
#fastRent .fast-card-wrap > ul > li {display: flex; flex-direction: column; align-items: center; flex: 1 1 18%; padding: 24px 16px; background-color: var(--white); border-radius: 16px; border: 1px solid var(--grey030);}
#fastRent .fast-card-wrap > ul > li > img {width: 90%;}
#fastRent .fast-card-wrap > ul > li > .car-name {font-size: 20px; font-weight: 500; margin-top: 16px;}
#fastRent .button-cta {width: 100%; border: 1px solid var(--red050); background-color: var(--red050); border-radius: 8px; padding: 8px 0; cursor: pointer; margin-top: 16px; text-align: center;}
#fastRent .button-cta:hover {background-color: transparent; color: var(--red050); font-weight: 700;}

/*메인-마이카혜택*/
#myCar .container {flex-direction: column; align-items: center; justify-content: center; gap: 40px; padding: 80px 0;}
#myCar .mycar-image-wrap {max-width:600px;}
#myCar .mycar-image-wrap > img {width: 100%;}
#myCar .mycar-card-wrap {width: 100%; display: flex; flex-direction: row; justify-content: space-between; align-items: center; gap: 16px;}
#myCar .button-cta {color:var(--white); max-width: 450px; width: 100%; background-color: var(--red050); border: 1px solid var(--red050); border-radius: 8px;padding: 12px 0; text-align: center;}
#myCar .button-cta:hover {background-color: transparent; border: 1px solid var(--red050); color: var(--red050); cursor: pointer; font-weight: 700;}

/*상담하기*/
#estimate .container{display: flex; flex-direction: row; flex-wrap: wrap-reverse; justify-content: center; align-items: center;gap:8%; }
#estimate .estimate-l{width:37%;margin:20px 0 100px 0}
#estimate .estimate-l img{width:100%;height:auto}
#estimate .estimate-r{width:47%;margin:20px 0 100px 0}
#estimate .estimate-input-wrap{margin:16px 0 ;width:100%; display: flex;flex-direction: row;align-items:center; justify-content: space-between;}
#estimate .estimate-input-wrap > label{width:80px;color: var(--black)}
#estimate .estimate-input-wrap label > span{ color:var(--red050)}
#estimate .estimate-input{width:calc(100% - 100px);height:60px;padding:0 20px;background:var(--white);border:1px solid var(--grey030);border-radius:8px;}
#estimate .estimate-input::placeholder{color:var(--grey040)}
#estimate a.estimate-btn{margin:0 auto;width:80%;height:58px;background:var(--red050);border:1px solid var(--red050);border-radius:8px;color:var(--white);display: flex;align-items:center;justify-content: center;text-align:center}
#estimate a.estimate-btn:hover{background:var(--white);color:var(--red050)}
#estimate .estimate-privacy {display: flex;flex-direction: row;align-items: center;justify-content: center;flex-wrap: wrap;   gap: 8px;padding: 12px 0 32px}
#estimate .estimate-privacy input { width: 22px;height: 22px;}
#estimate .estimate-privacy > span {display: flex;flex-direction: row;align-items: center;gap: 12px; color:var(--grey070)}
#estimate .estimate-privacy > span > .btn-detail{padding:3px 12px;border-radius:4px;color:var(--white);background: var(--grey070);}

/* 프로모션 */
#promotionList .container {display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; }
#promotionList ul {display: flex;flex-direction: row; flex-wrap: wrap; justify-content: space-between;gap:5%}
#promotionList ul li {position: relative;width:30%; margin-bottom:100px}
#promotionList .promotion-list-thumb{margin-bottom:24px}
#promotionList .promotion-list-thumb img{width:100%;height:auto;border-radius:16px;border: 1px solid var(--grey030);}
#promotionList .promotion-list-title{margin-bottom:10px; color: var(--black); text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
#promotionList .promotion-list-date{color:var(--grey050); text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
#promotionView .promotion-view{margin-bottom:100px;width:100%; display: flex; justify-content: center; align-items: center;}
#promotionView .promotion-view img{width:100%;max-width:1000px;height:auto ;}

/*롯데렌터카*/
#lotteDetail .container {flex-direction: row; justify-content: space-between; align-items: center;}
#lotteDetail .lotte-detail-text {max-width:700px; }
#lotteDetail .lotte-detail-image {width: 274px;}
#lotteBenefit {background-color: var(--blue010);}
#lotteBenefit .container {flex-direction: column; padding: 80px 0; gap: 40px;}
#lotteBenefit .lotte-benefit-wrap {display: flex; flex-direction: row; flex-wrap: wrap; gap: 24px;}
#lotteBenefit .lotte-benefit-wrap > .lotte-benefit {flex: 1 1 48%; display: flex; flex-direction: row; gap: 40px; align-items: center; justify-content: center; background-color: var(--white); border-radius: 16px; padding: 24px;}
#buyType .container {flex-direction: column; padding: 80px 0; gap: 40px;}
#buyType .container .buy-type-table {overflow-x: auto;}
#rentalInfo {background-color: var(--blue010);}
#rentalInfo .container {flex-direction: column; gap: 40px; padding: 80px 0;}
#rentalInfo .rental-info-wrap {display: flex; flex-direction: column; gap: 12px;}
#rentalInfo .rental-info-wrap > .info-item {width: 100%; display: flex; flex-direction: row; align-items: stretch;}
#rentalInfo .rental-info-wrap > .info-item > .info-label {padding: 8px 16px; background-color: var(--red050); border-radius: 8px 0 0 8px; flex: 1 1 34%; max-width: 200px; text-align: center; display: flex; align-items: center; justify-content: center;}
#rentalInfo .rental-info-wrap > .info-item > .info-value {padding: 8px 16px; background: var(--white); border-radius: 0px 8px 8px 0px; flex: 1 1 70%; display:flex; flex-direction: column; gap: 12px;}
#rentalInfo .rental-info-wrap > .info-item > .info-value > li > span {padding: 4px 16px; background-color: var(--grey070); border-radius: 4px;}
#buttonCta .container {justify-content: center; padding: 40px 0 80px;}
#buttonCta .button-cta {color:var(--white); max-width: 450px; width: 100%; background-color: var(--red050); border: 1px solid var(--red050); border-radius: 8px;padding: 12px 0; text-align: center;}
#buttonCta .button-cta:hover {background-color: transparent; border: 1px solid var(--red050); color: var(--red050); cursor: pointer; font-weight: 700;}

/* 상담신청 팝업 */
.estimate-popup-wrap {display:none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.65);z-index:99999;}
.estimate-popup-wrap .container {width:90%; max-width: 540px;height:509px;position: relative;top: 50%;transform: translateY(-50%);flex-direction: column; border-radius: 16px;background:var(--white);box-shadow: 0px 0px 10px rgba(0,0,0,0.2);padding:50px 40px 0 40px;}
.estimate-popup-btn-close {position: absolute;top: 24px;right: 24px;width: 24px;height: 24px;}
.estimate-popup-title{display: flex;flex-direction: column;align-items:center;gap:5px;margin-bottom:10px}
.estimate-popup-title .logo-img{display:block;width:85%;max-width:349px;height:auto;}
.estimate-popup-wrap hr{margin-bottom:20px;width:100%;height:1px;border:none;background:var(--red050)}
.estimate-popup-input-wrap{margin:8px 0 ;width:100%; display: flex;flex-direction: row;align-items:center; justify-content: space-between;}
.estimate-popup-input-wrap label{width:12%;text-align:center;color:var(--grey050)}
.estimate-popup-input{width:85%;height:45px;background:var(--white);border:1px solid var(--grey030);border-radius:8px;text-align:center}
.estimate-popup-input::placeholder{color:var(--grey040)}
a.estimate-popup-btn{width:100%;height:58px;background:var(--red050);border:1px solid var(--red050);border-radius:8px;color:var(--white);display: flex;align-items:center;justify-content: center;text-align:center}
a.estimate-popup-btn:hover{background:var(--white);color:var(--red050)}
.estimate-popup-privacy {display: flex;flex-direction: row;align-items: center;justify-content: space-between;flex-wrap: wrap;   gap: 8px;padding: 12px 0 18px}
.estimate-popup-privacy input { width: 22px;height: 22px;}
.estimate-popup-privacy > span {display: flex;flex-direction: row;align-items: center;gap: 8px;color:var(--grey050)}
.estimate-popup-privacy > span > .btn-detail{color:var(--red050)}

/* 날개배너 */
.quick-form {
    width: 240px;
    height:295px;
    position: fixed;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--white);
    border-radius: 8px; 
    border: 1px solid var(--red050);
    box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
    z-index: 9999;    
}

.quick-form > .title {
    background-color:var(--red050);
    border-radius:8px 8px 0 0;
    padding: 4px 0; 
    text-align: center;
}

.quick-form .container {
    padding: 16px 16px 18px 16px;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-evenly;
    gap: 8px;
}
.quick-form input[type="text"] {
    border: 1px solid var(--grey030);
    border-radius: 6px;
    background-color: var(--white);
    height: 40px;
    text-align: center;
}

.quick-form input[type="text"]::placeholder {
    text-align: center;
}

.quick-form .agreement-wrap {
    display:flex;
    flex-direction: row;
    align-items: center;    
    gap: 4px;   
    width: 100%;   
    padding: 8px 0;
    color: var(--grey050);
}

.quick-form .agreement-wrap a {
    color: var(--grey050);
}

.quick-form .agreement-wrap a:hover {
    color: var(--red050);
}

.quick-form .btn-quickform {
    width: 100%;
    background-color: var(--red050);
    color: var(--white);
    font-weight: 600;    
    border-radius: 6px;
    height: 40px;    
    display: flex;
    align-items: center;
    justify-content: center; 
}
.quick-form .btn-quickform:hover {
    background-color: var(--white);
    color: var(--red050);
    border: 1px solid var(--red050);
}

.quick-call {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap:5px;  
}

.quick-call p {
    color: var(--grey070);  
}

.quick-call img {
    width: 30px;
    height:auto;
}

.m-btn-quickform {
    display: none;
}


/*모바일-1200*/
@media screen and (max-width:1200px) {
    
    /*공통*/
    .container {width:calc(100% - 24px) !important;}    

    /*헤더*/
    header .nav-right > a {font-size:18px;}

    /*메인-인기차종*/
    #fastRent .fast-card-wrap > ul > li {flex: 1 1 40%;}

    /*롯데렌터카*/
    #lotteBenefit .lotte-benefit-wrap {display: column;}
    #lotteBenefit .lotte-benefit-wrap > .lotte-benefit {flex: 1 1 100%;}

    /*메인-마이카헤택*/
    #myCar .mycar-card-wrap > div {flex: 1 1 30%;}
    #myCar .mycar-card-wrap > div > img {width: 100%;}

    /* 날개배너 */
    .quick-form{display:none}
    .m-btn-quickform {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 50px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 4px;
        background-color: var(--red050);
        color: var(--red010);    
        font-weight: 700;       
    }
    .m-btn-quickform img {
        width: 24px;
    }

    /*푸터*/
    footer {padding-bottom: 40px !important;}
}


/*모바일-700*/
@media screen and (max-width:700px) {

    /*공통*/    
    .pc {display: none !important;}
    .tab {display: block !important;}
    .mo {display: none !important;}    
    section .container {padding: 0; max-width: 1200px;}
    #main section .container {padding: 24px 0; max-width: 1200px;}
    #menuTitle .title {font-size: 30px;}
    #menuTitle .container {gap: 16px;}
    #menuTitle .text01 {font-size: 16px;}

    /*헤더*/    
    header nav {display: flex; justify-content: flex-start; flex-wrap: wrap; width: 100%;}
    header .nav-logo {width: 280px !important;}
    header .nav-right {overflow-x: auto; justify-content: flex-start !important;}
    header .nav-right > a {font-size: 18px !important;}  

    /*메인-단독특가*/    
    #specialPrice .special-detail-wrap {flex-direction: column;}
    #specialPrice .special-car-wrap {width: 100%; align-items: flex-start;}
    #specialPrice .special-car-wrap > img {width: 100%;}    
    #specialPrice .special-list-wrap > ul {margin: 0;}
    #specialPrice .special-list-wrap {width: 100%;}    
    #specialPrice .special-list-wrap > ul > li > a {min-width: auto;}    
    #specialPrice .button-cta {max-width: 100%;}

    /*메인-인기차종*/
    #fastRent .fast-card-wrap > ul > li {width: 44%;}
    
    /*메인-카드결제*/    
    #paymentCard .container {padding: 24px 16px !important;}
    #paymentCard .payment-button-wrap {flex-direction: column;}
    
    /*메인-단독추가할인*/
    #bonusOffer .bonus-offer-item-wrap {flex-direction: column; align-items: center;}
    #bonusOffer .bonus-offer-item-wrap {gap: 16px;}
    #bonusOffer .car-card-info {align-items: center;}
    #bonusOffer .bonus-offer-item-wrap > img {width: 70%;}
    #bonusOffer .button-cta {max-width: 100%;}
    
    /*메인-마이카혜택*/
    #myCar .mycar-card-wrap {width: 100%; flex-direction: column; gap: 24px;}
    #myCar .mycar-card-wrap > div {width: 100%;}
    #myCar .mycar-card-wrap > div > img {width: 100%;}  
    #myCar .button-cta {max-width: 100%;}

     /*상담하기*/
    #estimate .estimate-l{width:100%;margin:0 0 20px 0;display: flex;align-items: center;justify-content: center;}
    #estimate .estimate-l img{width:90%;max-width:414px}
    #estimate .estimate-r{width:100%;margin:0 0 60px 0}
    #estimate a.estimate-btn{width:100%}

     /* 프로모션 */
    #promotionList ul{gap:8%}
    #promotionList ul li {position: relative;width:46%; margin-bottom:50px}
    #promotionList .promotion-list-thumb{margin-bottom:16px}
    #promotionList .promotion-list-title{margin-bottom:4px;}
    #promotionList .promotion-list-title > a {font-size: 18px;}
    
    /* 상담신청 팝업 */
    .estimate-popup-wrap .container {width: 100%;max-width: 100%;height:100%;padding:40px 16px 0 16px;border-radius: 16px; margin-top: 16px; }
    .estimate-popup-input-wrap{margin:12px 0 ;}
    .estimate-popup-input{height:50px;}
    .estimate-popup-privacy{padding: 12px 0 22px}
    .estimate-popup-btn-close {position: absolute;top: 16px;right: 16px;}
    
    /*롯데렌터카*/
    #lotteDetail .container {flex-direction: column; gap: 16px;}
    #rentalInfo .rental-info-wrap > .info-item {flex-direction: column;}
    #rentalInfo .rental-info-wrap > .info-item > .info-label {flex: 100%; max-width: 100%; border-radius: 8px 8px 0 0;}
    #rentalInfo .rental-info-wrap > .info-item > .info-value {border-radius: 0 0 8px 8px; padding: 16px0 ;}

    /*푸터*/        
    footer .container {flex-direction: column !important;}
    .footer-nav {flex-direction: column !important; gap: 12px !important; }
}

/*모바일-460*/
@media screen and (max-width:460px) {
    /*공통*/    
    .pc {display: none !important;}
    .tab {display: none !important;}
    .mo {display: block !important;}    
    
    /*헤더*/
    header .nav-right {justify-content: flex-start;}

    /*메인-단독추가할인*/
    #bonusOffer .bonus-offer-item-wrap > img {width: 100%;}

    /*메인-인기차종*/    
    #fastRent .fast-card-wrap > ul > li {flex: 1 1 100%;}
    #specialPrice .special-list-wrap > ul > li > a {flex-direction: column; gap: 0;}  

    /*서브-롯데렌터카-장점*/
    #lotteBenefit .lotte-benefit-wrap > .lotte-benefit {flex-direction: column;}
}


/*모바일-360*/
@media screen and (max-width:360px) {

    /* 프로모션 */
    #promotionList ul{gap:8%}
    #promotionList ul li {position: relative;width:46%; margin-bottom:30px}
    #promotionList .promotion-list-thumb{margin-bottom:10px}
    #promotionList .promotion-list-title{margin-bottom:4px;}

    /* 상담신청 팝업 */
    .estimate-popup-title{margin-bottom:3px}
    .estimate-popup-input-wrap{flex-direction: column;align-items:flex-start;}
    .estimate-popup-input-wrap label{width:100%;text-align:left;margin:0 0 10px 0}
    .estimate-popup-input{height:50px;width:100%}
    .estimate-popup-btn-close {width: 20px;height: 20px;}

    /* 날개배너 */
    .m-btn-quickform img {
        width: 18px;
    }
}


/*푸터*/
footer {width: 100%; background-color: #F9FAFC;margin: 0; padding: 0;}
footer .container {width: 1200px; padding: 40px 0; display: flex; flex-direction: row;justify-content: space-between; flex-wrap: wrap;} 
footer .footer-left-wrap {display: flex; flex-direction: column; gap: 24px; justify-content: flex-start;}
footer .footer-logo {width: 180px;}
footer .footer-nav {display: flex; flex-direction: row; gap: 28px; justify-content: flex-start; flex-wrap: wrap;}
footer .footer-nav > a {color: var(--grey050);}
footer .footer-nav > a:hover {color: var(--red050);}
footer .carbay-info-wrap {display: flex; flex-direction: column; gap: 4px;}
footer .carbay-info-wrap > p {color: var(--grey050); }
footer .footer-right-wrap {display: flex; flex-direction: column; align-items: flex-start; min-width: 121px; margin-top: 32px;}
footer .customer-title {color: var(--grey060); }
footer .footer-right-wrap > a {color: var(--white); background-color: var(--grey070); padding: 4px 16px; border-radius: 4px; border: 1px solid var(--grey070);}
footer .footer-right-wrap > a:hover {border: 1px solid var(--grey070); background-color: var(--white); color: var(--grey070);}

/*이용자 동의사항 팝업*/
.layer_popup_wrap_new {display: none;  margin-left: 0px; margin-top: 0px; width: 100%; height:100%; position: fixed;top: 0;left: 0; background-color: rgba(0, 0, 0, 0.85); z-index: 99999999; }
.layer_popup_wrap_new .layer_popup_renew02 {  position: absolute; width: 450px; height: 536px; left: 50%; top: 50%; margin-left: -225px; margin-top: -268px; background-color: #FFF; border-radius: 16px;}
.layer_popup_wrap_new .popup_body_renew02 { width: 450px; height: 467px; padding: 30px; box-sizing: border-box; overflow-y: scroll; overflow-x:hidden;}
.layer_popup_wrap_new .popup_body_renew02 ul { width: 390px; height: 416px;}
.layer_popup_wrap_new .popup_body_renew02 li { list-style: none; margin-bottom: 0; padding:0;}
.layer_popup_wrap_new .popup_title_renew02 { width: 100%; height: 60px; background-color: var(--red050); padding: 0 30px; box-sizing: border-box; margin-top: -18px; border-top-left-radius: 16px; border-top-right-radius: 16px;}
.layer_popup_wrap_new .popup_title_renew02 p.tc { color: #FFF;font-size: 18px; line-height: 58px; text-align: center; }
.layer_popup_wrap_new .popup_close_renew02 { position: absolute; top: -4px; right: 30px; cursor: pointer;}

ul.terms_list li.terms_item:first-child { background-color: #ffffff; }
ul.terms_list li.terms_item.open:first-child .btn02 { background-color: #ffffff; border:none; }
ul.terms_list li.terms_item.open:first-child .input_chk_new label { background-color: #ffffff; }
ul.terms_list li.terms_item .desc {position: relative; left: 50%;	transform: translateX(-50%);	width: 100%;	height: 410px;	background-color: #f8f8f8;	padding: 0;	list-style: none;box-sizing:border-box;	overflow: hidden; 		}
ul.terms_list li.terms_item .desc::-webkit-scrollbar { 	overflow-x: hidden;	width: 7px;}
ul.terms_list li.terms_item .desc::-webkit-scrollbar-track { background-color: transparent;	}
ul.terms_list li.terms_item .desc::-webkit-scrollbar-thumb { border-radius: 3px; background-color: var(--red060);	}
ul.terms_list li.terms_item .desc::-webkit-scrollbar-button { width: 0; height: 0;}
ul.terms_list li.terms_item .btn02 {position: relative;width: 100%; background-color: #fff;cursor: pointer; padding:18px 0; box-sizing: border-box;}

/*item이 open클래스/close클래스일 때 변경되는 css 작성  */
ul.terms_list li.terms_item.close .btn02 .arrow_down { position: absolute; right: 0px; top:15px;}
ul.terms_list li.terms_item.open .btn02 .arrow_down { position: absolute; right: 0px; top:15px; transform: rotate(180deg);}
ul.terms_list li.terms_item.open .desc {height: 207px;padding: 10px 19px;overflow-y: scroll; border: 1px solid #ebebeb; border-top: none;}
ul.terms_list li.terms_item.close .desc { height: 0; overflow: hidden; }
ul.terms_list li.terms_item.open .btn02 {	background-color: #f8f8f8; border: 1px solid #ebebeb; border-bottom: none;}
ul.terms_list li.terms_item.close .btn02 { background-color: #fff; }
ul.terms_list li.terms_item .red { color:rgb(221, 42, 42); }
ul.terms_list li.terms_item .bold { font-weight:normal; }
ul.terms_list li.terms_item .blue {  color: var(--red050); }
ul.terms_list li.terms_item .normal {  font-weight: normal; }
ul.terms_list li.terms_item .desc p { word-break: break-all; font-size: 13px;}
ul.terms_list li.terms_item .desc span { display: block; font-size: 13px; padding-bottom: 5px;}
ul.terms_list li.terms_item .desc .tr { text-align: right; }
ul.terms_list li.terms_item .desc .terms_table { border:none; margin: 10px 0px;}
ul.terms_list li.terms_item .desc .terms_table tr th { border:1px solid #ffffff; background-color: #d6e5fa; padding:10px; text-align: center; font-size: 13px;}
ul.terms_list li.terms_item .desc .terms_table tr td { border:1px solid #ffffff; background-color: #ffffff; padding:10px; font-size: 13px; }

ul.terms_list li.terms_item.terms_chk_all .btn02 .chk_all_txt { font-weight: bold; color:var(--red050); }
ul.terms_list li.terms_item .input_chk_new input { position: absolute; overflow: hidden; clip: rect(0 0 0 0); margin: -1px; width: 1px; height: 1px; }
ul.terms_list li.terms_item .input_chk_new label {position: relative;width: 100%;padding: 10px 0px 10px 43px;font-size: 14px;font-weight: 700;line-height: 21px;cursor: pointer;color: #333;box-sizing: border-box;background: url(/lt/img/chk_blue_icon_off.png) no-repeat 3px 6px;background-size: 30px;}
ul.terms_list li.terms_item .input_chk_new input:checked+label { background: transparent; background-size: 0px;}
ul.terms_list li.terms_item .input_chk_new input:checked+label:before {content: '';position: absolute;top: 57%;left: 1px;display: block;width: 33px;height: 32px;margin-top: -15px;background: url(/lt/img/chk_blue_icon_on.png) no-repeat 3px 1px;background-size: 29px;}

@media (max-width:700px) {
    .layer_popup_wrap_new .layer_popup_renew02 {
        width: 100%;
        height: auto;
        transform: translate(-50%, -50%);
        margin: 0 auto;
        padding: 0 16px;
        background: transparent;
    }

    .layer_popup_wrap_new .popup_title_renew02 {
        margin: 0;
        top: 12px;
    }

    .layer_popup_wrap_new .popup_body_renew02 {
        width: 100%;
        background-color: #fff;
        padding: 30px;
        height: auto;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }

    .layer_popup_wrap_new .popup_close_renew02 {
        top: 13px;
    }

    .layer_popup_wrap_new .popup_body_renew02 ul {
        width: 100%;
    }

    ul.terms_list li.terms_item .input_chk_new label {
        background: url(/lt/img/chk_blue_icon_off.png) no-repeat 3px 4px;
        background-size: 30px;
    }
}

/* 닫기버튼 */
.agreement_new_close_btn {cursor: pointer; background-color: var(--red050); margin: 50px auto; text-align: center; transition: ease-in 0.4s; color: #fff; border: 1px solid var(--red050); border-radius: 5px; display: block; box-sizing: border-box; width: 100%; height: 50px; padding: 11px; font-weight: bold; font-size: 20px;}
.agreement_new_close_btn:hover { background-color: #fff; color: var(--red050); border:1px solid var(--red050);}