/* popup */
.rent-pop:after {
    background: none;
}



.rent-nosafe-pop::after {
    opacity:0;
    animation:fadeIn 0.6s 0.3s forwards;
    background-color:rgba(0, 0, 0, 0.2);
}

.rent-nosafe-pop.fade-out::after {
    animation:fadeOut 0.6s forwards;
}

.icon.tel {
    position: relative;
}
.icon.tel:before {
    position: absolute;
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    background: url("../images/rent_new/icon/ico_tel.svg") center/cover no-repeat;
}
.rent-pop .layer_popup {
    padding: 40px 12px 40px 40px;
    width: 100%;
    max-width: 590px;
    top: 64px;
    border-radius: 24px;
    background: #fff;
}
.carCheckViewPop .pop_inner,
#carhistoryPop .pop_inner{
    border-radius:24px;
}
#reviewPop.rent-pop .layer_popup {
    padding: 40px;
}
.rent-pop .pop_inner {
    padding: 0;
}

.rent-pop.rent-nosafe-pop .pop_inner {
    display:flex;
    max-width:1200px;
    margin:0 auto;
    align-items:flex-start;
    justify-content:space-between;
}
.rent-pop.rent-nosafe-pop .pop_inner > * {
    padding-right:0 !important;
    overflow-y:auto !important;
}

.rent-pop.rent-nosafe-pop .pop_inner .pop-contents {
    width:700px;
    margin-top:0;
    padding-bottom:50px;
}
.rent-pop.rent-nosafe-pop .pop_top {
    max-width:1200px;
    margin:0 auto;
    position:relative;
}
.rent-pop.rent-nosafe-pop .pop_bottom {
    background-color:#f9fafc;
    border-top:1px solid #ebebeb;
    height:120px;
}
.rent-pop.rent-nosafe-pop .pop_bottom .pop_bottom_inner {
    height:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    max-width:1200px;
    margin:0 auto;
}
.rent-pop.rent-nosafe-pop .pop_bottom .pop_bottom_left ul {
    display:flex;
    align-items:center;
}
.rent-pop.rent-nosafe-pop .pop_bottom .pop_bottom_left ul li {
    color:#2a2a2a;
    font-size:15px;
}
.rent-pop.rent-nosafe-pop .pop_bottom .pop_bottom_left ul li > span {
    color:#999;
    font-size:13px;
    margin-left:5px;
}
.rent-pop.rent-nosafe-pop .pop_bottom .pop_bottom_left ul li > p {
    font-size:22px;
    margin-top:10px;
}
.rent-pop.rent-nosafe-pop .pop_bottom .pop_bottom_left ul li:last-child {
    border-left:1px solid #ebebeb;
    margin-left:30px;
    padding-left:30px;
}
.rent-pop .pop-head,
.carCheckViewPop .pop-head,
#carhistoryPop .pop-head{
    position: fixed;
    width: 508px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    z-index: 10;
}
.rent-pop.rent-nosafe-pop .pop-head {
    position:relative;
    width:320px;
}
.rent-pop.rent-nosafe-pop .pop-head > p + p {
    margin-top:25px;
    color:#2b2b2b;
    font-size:15px;
    font-weight:400;
}
.carCheckViewPop .pop-head,
#carhistoryPop .pop-head{
    width:821px;
}
.pop-contents .button_wrap{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.rent-pop .pop-contents {
    padding-right: 23px;
    margin-top: 52px;
    max-height: 60dvh;
    overflow-y: scroll;
    overflow-x: hidden;
}
.rent-pop .pop-contents .file-section {
    width: 100%;
    background: #F5F7FA;
    padding: 24px;
    border-radius: 12px;
    margin-top: 24px;
}
.rent-pop .pop-contents .check-info .desc-list{
    margin:14px 0 0 !important;
}
.rent-pop .pop-contents .upload-list li{
    position: relative;
    display: flex; justify-content: space-between;
    border: 1px solid #E6E6E6; border-radius: 8px;
    padding: 16px; margin-bottom: 12px;
    background:#fff;
}
.rent-pop .pop-contents .upload-list li.register .icon {
    position: absolute; top: 7px; right: 3px; z-index: 10;
    padding: 20px; cursor: pointer;
    background-image: url("../images/icon/ico-delete.svg");
    background-repeat: no-repeat; background-position: center;
}
.rent-pop .pop-contents .upload-list li.download .icon {
    position: absolute; top: 6px; right: 2px;
    width: 16px; height: 16px;  padding: 20px; cursor: pointer;
    background-image: url("../images/icon/ico-download.svg");
    background-repeat: no-repeat; background-position: center;
}
.rent-pop .pop-contents .upload-list li.upload{
    position: relative;
}
.rent-pop .pop-contents .upload-list li.upload .file-input{
    position: absolute;
    opacity: 0; width: 90%;
}
.rent-pop .pop-contents .upload-list li:last-child {
    margin-bottom: 0;
}

#reviewPop.rent-pop .pop-contents {
    padding: 0;
}


.rent-pop .pop-contents.custom{
    max-height: 68dvh;
}
.rent-pop .pop-contents::-webkit-scrollbar {
    width: 5px;
}
.rent-pop .pop-contents::-webkit-scrollbar-thumb {
    background: #D9D9D9; /* 스크롤바 색상 */
    border-radius: 50px; /* 스크롤바 둥근 테두리 */
}

.rent-pop .pop-contents::-webkit-scrollbar-track {
    display: none;
}
.rent-pop .btn-wrap.btn-fixed {
    padding-right: 28px;
}

.rent-pop .pop-head p {
    font-size: 24px;
    font-weight: 800;
}
.rent-pop .btn-close,
.carCheckViewPop .btn-close,
.pop-car-repair .btn-close,
#carhistoryPop .btn-close{
    width: 24px;
    height: 24px;
    background: url("../images/rent_new/icon/icon_close.svg") center/contain no-repeat;
    margin-left: auto;
}

.rent-pop.rent-nosafe-pop .btn-close {
    position:absolute;
    z-index:1;
    top:-75px;
    right:0;
    width:54px;
    height:54px;
    border-radius:50%;
    background-color:#fff;
    background-size:45%;
    box-shadow:0 1px 15px rgba(96, 97, 112, 0.5);
}
.pop-car-repair{
    border-radius:20px;
}
.pop-car-repair .pop-head{
    display:flex;
}
.rent-pop .pop-contents .tit  {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 700;
}
.rent-pop .pop-contents .input-item .tit {
    font-size: 16px;
}
.rent-pop .pop-contents .form-wrap .flex {
    display: flex;
    align-items: baseline;
    gap: 8px;
}
.rent-pop .pop-contents .form-wrap .input-item .flex {
    align-items: center;
}
.rent-pop .pop-contents .form-wrap .flex .input-item:first-of-type {
    width: 75%;
}
.rent-pop .pop-contents .form-wrap .flex .input-item {
    width: 30%;
}
.rent-pop .pop-contents .desc  {
    position: relative;
    padding-left: 8px;
    margin-bottom: 24px;
    color: #666;
}
.input-item .caption {
    position: relative;
    padding-left: 8px;
    margin-top: 8px;
    margin-bottom: 24px;
    color: #666;
    font-size: 13px;
}
.input-item .caption::before {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 3px;
    height: 3px;
    background: #999999;
}
.rent-pop .pop-contents .desc:before {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 3px;
    height: 3px;
    background: #999999;
}
.rent-pop .car-thumb {
    margin-bottom: 24px;
    padding: 12px;
    display: flex;
    align-items: center;
    background: #F5F7FA;
    border-radius: 12px;
}
.rent-pop .car-thumb .img-wrap {
    margin-right: 24px;
    margin-bottom: 0px;
    width: 84px;
    height: 64px;
    border-radius: 8px;
    overflow: hidden;
    object-fit: cover;
}
.rent-pop .car-thumb .img-wrap img {
    width: 100%;
}
.rent-pop .car-thumb dl dt {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 700;
}
.rent-pop .car-thumb dl dd {
    margin: 0;
    font-size: 14px;
    color: #666;
}
.rent-pop .form-wrap {
    margin: 0 0 48px;
}


/* alert-pop */
.rent-pop .layer_popup {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.rent-pop.rent-nosafe-pop {
    background:none;
}
.rent-pop.rent-nosafe-pop .layer_popup {
    bottom:0;
    left:0;
    top:unset;
    transform:translate3d(0, calc(100% + 27px), 0);
    max-width:none;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
    padding:50px 0 0 0;
}
.rent-pop .alert-pop {
    text-align: center;
}
.rent-pop .alert-pop .alert-icon {
    margin: 0 auto 24px;
    display: block;
    width: 64px;
    height: 64px;
    background: url("../images/rent_new/icon/ico_pop_alert.svg");
}
.rent-pop .alert-pop .pop-tit {
    margin-bottom: 24px;
}
.rent-pop .alert-pop .pop-tit h2 {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 800;
    line-height: 40px;
    letter-spacing: -0.64px;
}
.rent-pop .alert-pop .pop-tit p {
    font-size: 16px;
    font-weight: 400;
}
.rent-pop .pop-txt {
    position: relative;
    padding: 4px 9px;
    top: 14px;
    left: 100px;
    width: 250px;
    height: 30px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.10);
    font-size: 14px;
    letter-spacing: -0.26px;
    text-align: center;
}
.rent-pop .pop-txt:after {
    content: '';
    position: relative;
    bottom: -5px;
    left: 172px;
    width: 10px;
    height: 8px;
    background-color: #fff;
    display: block;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    /*filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));*/
}
.rent-pop .pop-txt.pop-custom{
    left: 125px;
    top: 30px;
}
.rent-pop .pop-txt span {
    font-size: 14px;
    font-weight: 700;
    color: #F33;
}

.rent-pop .alert-pop .grey-box {
    padding: 24px 16px;
    border-radius: 12px;
}
.rent-pop .alert-pop .grey-box p {
    margin-bottom: 8px;
}
.rent-pop .alert-pop .grey-box .info-list-flex p {
    margin-bottom: 0px;
}
.rent-pop .alert-pop .grey-box span {
    color: #666;
}
.rent-pop .alert-pop .grey-box span.price {
    color: #F33;
}
.rent-pop .alert-pop .grey-box .txt-red {
    display: block;
    color: #F33;
    font-weight: 700;
}
.rent-pop .alert-pop .caption {
    position: relative;
    padding-left: 10px;
    color: #666;
    text-align: left;
}
.rent-pop .alert-pop .caption::before {
    position: absolute;
    display: block;
    content: '';
    width: 3px;
    height: 3px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: #999999;
}
.rent-pop .layer_popup.small {
    width: 465px;
}
.rent-pop .layer_popup.small .pop-head {
    width: 390px;
}



.grey-box {
    margin: 16px 0;
    padding: 12px 16px ;
    background: #F5F7FA;
    border-radius: 8px;
    font-size: 14px;
}
.form-wrap .grey-box .tit {
    margin-bottom: 8px;
}
.form-wrap .grey-box .txt {
    color: #666;
    font-size: 13px;
}
.grey-box .tit span {
    color: #F33;
}
.tip-txt span {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    color: #F33;
}
.tip-txt {
    font-size: 13px;
    letter-spacing: -0.26px;
}
.txt-grey {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 14px;
    color: #666;
}

/* detail-pop */
.rent-pop .layer_popup.detail-pop {
    padding: 40px 12px 40px 40px;
}
.detail-pop .btn-close {
    width: 24px;
    height: 24px;
}
.rent-pop .layer_popup h2 {
    font-size: 24px;
    font-weight: 800;
}
.rent-pop .layer_popup h2.title-sub{
    font-size:17px;
    font-weight:400;
}
.detail-pop .pop-contents .txt-red {
    margin-bottom: 10px;
    color: #f33;
    font-size: 16px;
    font-weight: 700;
}
.detail-pop .caption-list {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 16px;
}
.detail-pop .caption-list li {
    position: relative;
    padding-left: 10px;
    font-size: 16px;
    letter-spacing: -0.32px;
}
.detail-pop .caption-list li::before {
    position: absolute;
    display: block;
    content: '';
    width: 3px;
    height: 3px;
    top: 10px;
    left: 0;
    background: #1a1a1a;
}
.detail-pop .txt-grey {
    margin-top: 0;
    font-size: 16px;
    letter-spacing: -0.32px;
}
.ars-wrap {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 12px;
}
.ars-wrap.legacy input {
    width: 56px;
    height: 64px;
    background: #F5F7FA !important;
    border-radius: 10px;
    font-size: 24px;
    text-align: center;
    font-weight: 800;
    border: 1px solid #E6E6E6;
}
.ars-wrap input {
    width: 72px;
    height: 80px;
    background: #F5F7FA !important;
    border-radius: 10px;
    font-size: 40px;
    text-align: center;
    font-weight: 800;
    border: 1px solid #E6E6E6;
}
.detail-pop .info-list {
    margin-bottom: 8px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e6e6e6;
    padding: 24px 40px;
    font-size: 16px;
}
.detail-pop .info-list span {
    text-align: right;
}
.detail-pop .info-tit {
    margin-bottom: 8px;
    font-size: 20px;
}
.detail-pop .info-wrap {
    margin-bottom: 40px;
}
.detail-pop .info-wrap:last-of-type {
    margin-bottom: 0;
}
.detail-pop .info-wrap .desc {
    margin-bottom: 0;
}
.detail-pop .radio-tit {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 700;
}
.detail-pop .radio-tit.only-cash {
    color:#666; font-size:16px; font-weight:400;
}
.detail-pop .input-item .desc {
    margin-bottom: 4px;
}
.detail-pop .desc-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.detail-pop .desc-list li {
    position: relative;
    padding-left: 8px;
    color: #666;
}
.detail-pop .desc-list li::before {
    position: absolute;
    display: block;
    content: '';
    width: 3px;
    height: 3px;
    top: 8px;
    left: 0;
    background: #999;
}
.detail-pop .txt-wrap {
    margin-bottom: 32px;
}
.detail-pop .txt-wrap .tit {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}
.detail-pop .txt-wrap .txt {
    font-size: 16px;
    color: #666;
}
.detail-pop .pass-img {
    margin: 24px auto;
    width: 120px;
    height: 120px;
    background-image: url("../images/rent_new/icon/icon_pass.svg");
    background-size: 80px 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #F5F7FA;
    border-radius: 50%;
}
.detail-pop .round-big-grey label {
    font-size: 16px;
}
.detail-pop .check-all {
    margin-bottom: 40px;
}

/* 로그인 */
.rent-pop .login-pop {
    width: 465px;
    padding: 48px 40px;
}
.rent-pop .login-pop .pop-contents {
    max-height: 66dvh;
    margin: 0;
    padding: 0;
    overflow: auto;
}
.rent-pop .login-pop .pop-head {
    position: static;
    width: 100%;
}
.rent-pop .login-pop .pop-head {
    margin-bottom: 24px;
}
.rent-pop .login-pop .pop-head h2 {
    font-size: 24px;
}
.rent-pop .login-pop .layer_popup {
    padding: 0;
}
.rent-pop .login-wrap {
    display: flex;
    flex-direction: column;
}
.rent-pop .login-wrap h3 {
    font-size: 20px;
    text-align: center;
}
.rent-pop .sns-login-list {
    margin: 32px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px 0;
}
.rent-pop .sns-login-list li button {
    padding-top: 118px;
    width: 100%;
    height: 100%;
    font-size: 16px;
    width: 180px;
    height: 180px;
    border: 1px solid #e6e6e6;
    border-radius: 16px;
    background-size: 56px 56px;
    background-repeat: no-repeat;
    background-position: center 48px;
}
.rent-pop .sns-login-list li button.pass {
    background-image: url("../images/rent_new/icon/icon_login_pass.svg");
}
.rent-pop .sns-login-list li button.naver {
    background-image: url("../images/rent_new/icon/icon_login_naver.svg");
}
.rent-pop .sns-login-list li button.kakao {
    background-image: url("../images/rent_new/icon/icon_login_kakao.svg");
}
.rent-pop .sns-login-list li button.lpoint {
    background-image: url("../images/rent_new/icon/icon_login_lpoint.svg");
    background-size: 94px 18px;
    background-position: center 71px;
}
.rent-pop .login-pop .join-link {
    padding-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rent-pop .login-pop .join-link li a {
    position: relative;
    padding-right: 18px;
    font-size: 16px;
    color: #666;
}
.rent-pop .login-pop .join-link li a::before {
    position: absolute;
    display: block;
    content: '';
    width: 1px;
    height: 12px;
    top: 5px;
    right: 9px;
    background: #ddd;
}
.rent-pop .login-pop .join-link li:last-child a {
    padding-right: 0;
}
.rent-pop .login-pop .join-link li:last-child a::before {
    display: none;
}
.rent-pop .login-pop .tit-wrap {
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rent-pop .login-pop .tit-wrap h3 {
    text-align: left;
}
.rent-pop .login-pop .tit-wrap button {
    position: relative;
    font-size: 16px;
    color: #666;
    margin-right: 16px;
}
.rent-pop .login-pop .tit-wrap button:after {
    position: absolute;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
    right: -16px;
    background: url("../images/rent_new/icon/arr_r_grey.svg") center/cover no-repeat;
}
.rent-pop .login-pop .pass-img {
    width: 156px;
    height: 156px;
    background: #F5F7FA;
    border-radius: 50%;
    margin: 0 auto 24px;
    background-image: url("../images/rent_new/icon/icon_pass.svg");
    background-size: 100px 100px;
    background-repeat: no-repeat;
    background-position: center;
}
.rent-pop .login-pop .txt-grey {
    text-align: center;
    margin: 0;
}
.rent-pop .login-pop .btn-wrap {
    margin-top: 40px;
}
.rent-pop .login-pop .desc {
    font-size: 13px;
    margin: 16px 0 0;
}
.rent-pop .login-pop .btn-member {
    margin: 16px 0;
    display: flex;
    align-items: center;
}
.rent-pop .login-pop .btn-member .btn-open {
    position: relative;
    padding: 0;
    margin-left: 4px;
    width: 20px;
    height: 20px;
    background: url("../images/rent_new/icon/ico_q.svg") center/contain no-repeat;
}
.rent-pop .login-pop .btn-member .tip-box {
    display: block;
    width: 272px;
    height: 68px;
    top: 30px;
    left: -51px;
    padding: 16px;
}
.rent-pop .login-pop .btn-member .tip-box .bt-layer-close {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 16px;
    height: 16px;
    background: url("../images/rent_new/icon/icon_close.svg") center/contain no-repeat;
}
.rent-pop .login-pop .btn-member h3 {
    text-align: left;
    font-size: 20px;
    margin-right: 4px;
}
.rent-pop .login-pop .btn-member a {
    margin-left: auto;
    position: relative;
    padding-right: 16px;
}
.rent-pop .login-pop .input-item {
    margin: 24px 0 0;
}
.rent-pop .login-pop .btn-member a:after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    right: 0;
    background: url("../images/rent_new/icon/arr_r_grey.svg") center/cover no-repeat;
}
.rent-pop .login-pop .form-insert {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}
.rent-pop .login-pop .login-form label {
    color: #1a1a1a;
}

/* btn */
.rent-pop .btn-wrap  {
    margin-top: 32px;
}
.btn-wrap button.no-click {
    background: #999999;
    pointer-events: none;
    color: #fff;
}
.btn-wrap.btn-pop {
    margin-top: 40px;
}
.btn-wrap.btn-pop .bt-common-type2 {
    background: #1a1a1a;
    color:#fff;
}
.btn-wrap.btn-pop .bt-common-type3:hover {
    background: #fff;
}
.btn-wrap.btn-pop .bt-common-type2:hover {
    background: #303030;
}

.rent-pop.rent-nosafe-pop .btn-wrap {
    margin-top:0;
}
.rent-pop.rent-nosafe-pop .btn-wrap button {
    width:300px;
    height:68px;
}
.rent-pop .btn-wrap button.off {
    border-radius: 8px;
}
.rent-pop .btn-wrap button.on {
    background: #1a1a1a;
    border-radius: 8px;
    color: #fff;
    font-weight: 700;
}
.rent-pop .btn-wrap button.on:hover {
    background: #303030;
}
.rent-pop .login-type .login-btn {
    margin: 24px 0 30px;
}
.rent-pop .login-type .login-btn button {
    height: 64px;
    font-size: 18px;
    color: #fff;
    background: black;
}
.rent-pop .login-type .login-btn button:hover {
    background: #303030;
}

.rent-pop .login-type .btn-member .btn-more {
    position: relative;
    width: 16px;
    height: 16px;
    background: url("../images/rent_new/icon/ico_q.svg") center/cover no-repeat;

}
.rent-pop .login-type .btn-member .btn-more:hover .tip-box {
    display: block;
}
.rent-pop .login-type .btn-member .btn-more .tip-box {
    width: 248px;
    height: 68px;
    padding: 16px;
    bottom: 0;
    font-size: 13px;
    letter-spacing: -0.26px;
}
.rent-pop .login-type .btn-member .btn-more .tip-box:after {
    height: 7px;
    top: -6px;
}

/* 주소검색 */
.rent-pop .address-pop {
    padding: 0;
    overflow: hidden;
    width: 588px;
    height: 750px;
    background: #F5F7FA;
}
.rent-pop .address-pop .pop_inner {
    overflow: hidden;
    height: 100%;
}
.rent-pop .address-pop .pop-head {
    width: 100%;
    padding: 40px 40px 0px;
}
.rent-pop .address-pop h3 {
    font-size: 24px;
    margin-bottom: 0;
}
.rent-pop .address-pop .pop-contents {
    padding: 0;
    background: #F5F7FA;
    height: 100vh;
}
.rent-pop .search-adress-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 24px;
    position: relative;
    padding-bottom: 24px;
    background: #fff;
}
.rent-pop .address-pop input {
    height: 48px;
    background: #F5F7FA;
    border: none;
    padding: 13px 19px ;
}
.rent-pop .search-adress-wrap button {
    position: absolute;
    right: 20px;
    width: 24px;
    height: 24px;
    background: url("../images/rent_new/icon/ico-search.png") center/contain;
}
.rent-pop .adress-example {
    padding: 212px 48px 320px;
    background: #F5F7FA;
}
.rent-pop .adress-example .tit {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
}
.rent-pop .adress-example ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 16px;
}
.rent-pop .adress-example ul li span {
    margin-left: 10px;
    color: #999;
}
.rent-pop .search-adress-wrap.result {
    position: fixed;
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    z-index: 10;
}
.rent-pop .adress-list {
    margin-top: 172px;
    background: #fff;
}
.rent-pop .adress-list ul {
    display: flex;
    flex-direction: column;
}
.rent-pop .adress-list ul li {
    padding: 24px 40px;
    border-bottom: 1px solid #e6e6e6;
    cursor: pointer;
}
.rent-pop .adress-list ul:first-child li {
    border-top: 1px solid #e6e6e6;
}

.rent-pop .adress-list ul li .tit {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 400;
}
.rent-pop .adress-list ul li .txt  {
    position: relative;
    color: #999;
    padding-left: 40px;
}
.rent-pop .adress-list ul li span {
    position: absolute;
    top: 1px;
    left: 0;
    padding: 1px 4px;
    background: #F5F7FA;
    border-radius: 4px;
    font-size: 10px;

}
.rent-pop .pagination {
    gap: 16px;
    margin-top: 24px;
}
.rent-pop .pagination li:first-child, .rent-pop .pagination li:last-child {
    display: none;
}
.rent-pop .pagination li .btn-prev {
    width: 16px;
    height: 16px;
    background: url("../images/rent_new/icon/paging-l-grey.svg") center/contain no-repeat;
    font-size: 0;
}
.rent-pop .pagination li .btn-next {
    width: 16px;
    height: 16px;
    background: url("../images/rent_new/icon/paging-r-grey.svg") center/contain no-repeat;
    font-size: 0;
}
.rent-pop .pagination li:last-child a {
    width: 16px;
    height: 16px;
    background: url("../images/rent_new/icon/paging-r-grey.svg") center/contain no-repeat;
    font-size: 0;
}
.rent-pop .pagination li a {
    font-size: 16px;
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 50px;
    color: #999;
    font-weight: 700;
}
.rent-pop .pagination li.active a {
    background: #f33;
    color: #fff;
}


/* mypage */
.rent-pop .mycar-slider .img-wrap {
    width: 100%;
    height: 320px;
    overflow: hidden;
}
.rent-pop .mycar-slider .img-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: contain;
}
.rent-pop .mycar-slider {
    position: relative;
    margin-bottom: 24px;
}
.rent-pop .swiper-pagination-custom {
    position: absolute;
    width: fit-content;
    padding: 3px 8px;
    left: 86%;
    bottom: 4%;
    z-index: 10;
    border-radius: 20px;
    background: rgba(26, 26, 26, 0.60);
    font-size: 13px;
    color: #fff;
}
.rent-pop .swiper-pagination-current {
    font-weight: 700;
    opacity: 1;
}
.rent-pop .swiper-pagination-total {
    opacity: 0.6;
    font-weight: lighter;
}

/* review */
.star-wrap {
    display: flex;
    align-items: center;
    gap: 2px;
}
.star-wrap.small {
    gap: 0px;
}
.star-wrap.small .star {
    width: 24px;
    height: 24px;
}
.star-wrap .star {
    width: 48px;
    height: 48px;
    background: url("../images/rent_new/mypage/star_blank.svg") center/cover no-repeat;
    cursor: pointer;
}
.star-wrap .star.full {
    background: url("../images/rent_new/mypage/star_full.svg") center/cover no-repeat;
}
.photo-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}
.photo-wrap input {
    opacity: 0;
}

.photo-wrap label {
    display: block;
    content: '';
    width: 96px;
    height: 96px;
    background-color: #F5F7FA;
    background-image: url("../images/rent_new/mypage/icon_add.svg");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 8px;
}
.layer_popup.review textarea {
    resize: none;
    height: 240px;
    border-radius: 8px;
}
.layer_popup.review .btn-wrap {
    margin-top: 48px;
}
.rent-pop .review-tit {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}
.rating-wrap {
    margin-bottom: 26px;
    display: flex;
    align-items: center;
}
.rating-wrap p {
    margin-left: 4px;
    font-size: 16px;
    color: #666;
}
.rent-pop .review-slider {
    position: relative;
    margin-bottom: 24px;
}
.rent-pop .review-slider .swiper-slide {
    height: auto;
}

.rent-pop .review-slider .review-thumnail {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1a1a1a;
}
.rent-pop .review-slider .review-thumnail img {
    width: 100%;
}
.rent-pop .review-slider .img-wrap {
    width: 100%;
    height: 320px;
    overflow: hidden;
}
.rent-pop .review-slider .img-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: contain;
}
.rent-pop .layer_popup.review .txt-box {
    margin-bottom: 24px;
    font-size: 16px;
}
#reviewPop.rent-pop .layer_popup.review .txt-box {
    margin: 0;
}


.rent-pop .review-info {
    display: flex;
    gap: 17px;
    color: #666;
    justify-content: space-between;
}
#reviewPop .rent-pop .review-info {
    justify-content: space-between;
    margin-bottom: 24px;
}


.rent-pop .review-info p {
    position: relative;
    color: #666;
}
.rent-pop .review-info p span {
    position: relative;
    font-size: 14px;
    color: #666;
}
.rent-pop .review-info p span + span {
    padding-left: 15px;
}
.rent-pop .review-info p span + span:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 10px;
    background: #E9E9E9;
}







.rent-pop .pdf-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
}



/* estimate pop */
.rent-pop .layer_popup.estimate {
    min-width: 792px;
    padding: 0 0 32px;
    border-radius: 16px;
    overflow: hidden;
}
.layer_popup.estimate .pop-contents {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}
.rent-pop .estimate .mycar-list {
    border: none;
}
.rent-pop .estimate .mycar-list > li {
    background: #fff;
}
.rent-pop .estimate .mycar-list .top-bar {
    display: flex;
    align-items: center;
    padding: 25px;
    border-bottom: 1px solid #e6e6e6;
}
.rent-pop .estimate .mycar-list .top-bar .badge {
    margin-right: 12px;
}
.rent-pop .estimate .mycar-list .top-bar .acess-num {
    position: relative;
    padding-right: 25px;
    font-size: 16px;
}
.rent-pop .estimate .mycar-list .top-bar .acess-num:after {
    position: absolute;
    display: block;
    content: '';
    width: 1px;
    height: 12px;
    background: #ddd;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
}
.rent-pop .estimate .mycar-list .top-bar .date {
    font-size: 16px;
}
.rent-pop .estimate .mycar-list .top-bar .date strong {
    color: #f33;
}
.rent-pop .estimate .mycar-list .top-bar .btn-cancel, .rent-pop .estimate .mycar-list .top-bar .btn-delete {
    position: relative;
    margin-left: auto;
    color: #666;
    padding-right: 20px;
}
.rent-pop .estimate .mycar-list .top-bar .btn-delete:after {
    position: absolute;
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    top: 2px;
    right: 0px;
    background: url("../images/rent_new/icon/icon_delete.svg") center/contain no-repeat;
}
.rent-pop .estimate .mycar-list .top-bar .btn-cancel:before {
    position: absolute;
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
    left: -18px;
    background: url("../images/rent_new/icon/icon_close_grey.svg") center/cover no-repeat;
}
.rent-pop .estimate .mycar-list .car-thumb {
    display: flex;
    padding: 24px 40px;
    margin-bottom: 0;
    gap: 24px;
    background: #fff;
}
.rent-pop .estimate .mycar-list .car-thumb .img-wrap {
    margin: 0;
    min-width: 156px;
    width: 156px;
    height: 110px;
}
.rent-pop .estimate .mycar-list .txt-wrap {
    width: 100%;
}
.rent-pop .estimate .mycar-list .car-thumb .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
}
.rent-pop .estimate .mycar-list .car-thumb dl dt {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.rent-pop .estimate .mycar-list .car-thumb dl dt p {
    display: -webkit-box;
    max-width: 70%;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 20px;
}
.rent-pop .estimate .mycar-list .car-thumb dl dt button {
    position: relative;
    margin-left: auto;
    color: #666;
    padding-right: 20px;
}
.rent-pop .estimate .mycar-list .car-thumb dl dt button::after {
    position: absolute;
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    background: url("../images/rent_new/icon/arr_r_grey.svg") center/contain no-repeat;
    top: 3px;
    right: 0;
}
.rent-pop .estimate .mycar-list .car-thumb dl dd:first-of-type {
    position: static;
    width: 100%;
    display: block;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
    color: #1a1a1a;
}
.rent-pop .estimate .mycar-list .car-thumb dl dd {
    font-size: 14px;
}
.rent-pop .estimate .mycar-list .car-thumb dl dd::after {
    height: 12px;
}

.rent-pop .estimate .mycar-list .info-list-flex {
    font-size: 16px;
    margin: 0px 40px;
    padding: 24px 0px 0px;
    border-top: 1px solid #e6e6e6;
}
.rent-pop .estimate .mycar-list .info-list-flex li {
    justify-content: flex-start;
}
.rent-pop .estimate .mycar-list .info-list-flex li p {
    min-width: 108px;
    margin-right: 24px;
    font-size: 14px;
}
.rent-pop .estimate .mycar-list .info-list-flex li span {
    font-size: 14px;
}
.rent-pop .estimate .mycar-list .guide-box {
    margin: 0 40px 32px;
    border-radius: 8px;
}
.rent-pop .estimate .mycar-list .guide-box p {
    display: flex;
    align-items: center;
    padding: 13px;
    justify-content: center;
    font-size: 16px;
}
.rent-pop .estimate .mycar-list .btn-wrap {
    width: 384px;
    margin: 32px auto 0;
}
.rent-pop .estimate .mycar-list .btn-wrap button {
    height:56px;
    font-size: 16px;
}
.rent-pop .estimate .car-list .badge-wrap {
    display: flex;
    margin-bottom: 8px;
    align-items: center;
    gap: 8px;
}
.rent-pop .estimate .badge {
    padding: 2px 5px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 13px;
}
.rent-pop .estimate .badge.red {
    background: #FFEBEB;
    color: #f33;
    font-weight: 700;
}
.rent-pop .estimate .badge.blue {
    background: #EDF4FF;
    color: #3D87FF;
}
.rent-pop .estimate .badge.green {
    background: #ECFAFB;
    color: #3FD0DA;
}

.rent-pop .estimate .mycar-list .price-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 16px;
}
.rent-pop .estimate .mycar-list .price-box dt {
    display: flex;
    align-items: center;
    gap: 4px;
}
.rent-pop .estimate .mycar-list .price-box dt p {
    font-weight: 700;
}
.rent-pop .estimate .mycar-list .price-box dt span {
    color: #666;
    font-size: 13px;
}
.rent-pop .estimate .mycar-list .price-box dd {
    font-size: 24px;
    color: #f33;
    font-weight: 800;
}
.rent-pop .estimate .pop-contents {
    max-height: fit-content;
}
.layer_popup.review .pop-head .pop-title {
    margin-bottom: 0px;
}
.layer_popup.review .pop_close {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 24px;
    height: 24px;
}
.rent-pop .login-type .login-btn button, .btn-wrap .bt-common-type2:active, .bt-common-type2:active {
    background: #1A1A1A;
}
.rent-pop .login-type .login-btn button, .btn-wrap .bt-common-type2{
    color: #fff;
    background: #1A1A1A;
}
.rent-pop .login-type .login-btn button:hover, .btn-wrap .bt-common-type2:hover {
    background: #303030;
    color: #fff;
}
.btn-wrap-round .bt-common-type2 {
    background: #1A1A1A;
}

/* loading */
.preloader {position: fixed;left:0;top:0;z-index: 100022; display: flex;justify-content: center;align-items: center;width: 100%;height: 100vh;}
.preloader .dimmed {position: fixed;left: 0;top: 0;z-index: 10;width: 100%;height: 100vh;background-color: rgba(0, 0, 0, 0.8);}
.preloader .load-wrap {width: 280px;height: 280px;background-color:transparent;position: absolute;z-index: 11;overflow: hidden;}
.preloader .load-wrap::after {content: '';position: absolute;left: 0;bottom: 50px;width: 100%;height: 3px;background-color: #999;}
.preloader .msg{color: #fff;font-size: 17px;text-align: center; white-space: break-spaces; z-index: 10; padding-top: 260px;}

.preloader .bg {position: absolute;}
.preloader .cloude {
    width: 30%;height: 100%;
    top: 0;left: 0;
    background:url("/pc/images/loading/cloud.svg") no-repeat;
    animation: cloude 4s linear infinite;
}
.preloader .tree {
    width: 80%;height: 99%;
    top: 0;left: 0;
    background:url("/pc/images/loading/tree.svg") no-repeat;
    background-position: 0 73%;
    animation: tree 4s linear infinite;
}

.preloader .car-body {
    width: 65%;height: 65%;
    bottom:-20%;left: 15%;
}
.preloader .car-body img {
    animation: shake 0.2s ease-in-out infinite alternate;
}

.preloader .car-body::before,
.preloader .car-body::after {
    content: '';
    display: block;
    width: 19%;height:19%;
    z-index: 2;
    position: absolute;
    top:37px;
    background:url("/pc/images/loading/wheel.svg") no-repeat left top;
    animation: spin 1s linear infinite;
}
.preloader .car-body::before{
    left: 134px;
    transform-origin: center center;
}
.preloader .car-body::after {
    left: 13px;
    transform-origin: center center;
}
/*무사고팝업 추가*/
.rent-pop .pop-contents.subtitle{
    margin-top:50px;
    overflow:hidden;
}
.rent-pop .pop-contents.img-wrap{
    text-align:center
}
.rent-pop .pop-contents.img-wrap .bt-common-type4{
    margin: 30px auto 0px;
    padding:0 126px;
}
.rent-pop p.desc{
    font-size:16px;
}
.rent-pop p.desc.noblit{
    padding-left:0;
}
.rent-pop p.desc.noblit:before{
    display:none;
}
.info-wrap-box.gray{
    background:#F5F7FA;
    border-radius:12px;
    padding:24px;
}
.rent-pop .info-wrap .car-info li{
    display:flex;
    font-size:16px;
}
.rent-pop .info-history{
    display:flex;
    font-size:16px;
    padding-bottom:16px;
    margin-bottom:16px;
    border-bottom:1px solid #ddd;
}
.rent-pop .info-history p.title,
.rent-pop .car-info p.title{
    width:72px;
    font-weight:700;
    color:#1A1A1A;
    margin-right:16px;
}
.info-wrap-box.gray .info-wrap{
    padding-bottom:16px;
    margin-bottom:16px;
    border-bottom:1px solid #ddd;
}
.rent-pop .info-history ul{
    width:350px;
}
.rent-pop .info-history ul li{
    display:inline-block;;
    width:157px;
}
.rent-pop .info-history ul li p{
    width:72px;
    display:inline-block;
    color:#999;
    font-size:14px;
    font-weight:400;
}
.rent-pop .info-history ul li span{
    font-size:16px;
    color:#1A1A1A;
    font-weight:600;
    cursor:pointer;
}
.rent-pop .info-history ul li span p{
    width:auto;
}
.rent-pop .info-history ul li span::after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 3px 0 0 2px;
    width: 6px;
    height: 6px;
    border: 1px solid #666;
    transform: rotate(45deg) translateY(-50%);
    border-bottom: 0;
    border-left: 0;
}
.info-wrap-box.gray > p.desc{
    color:#999;
    font-size:14px;
    margin-bottom:0;
}

/*20250514 추가 약관 전용 팝업*/
.terms-pop .pop-contents .flex {
    flex-direction: column;
    gap:24px;
    align-items:flex-start;
}
.terms-pop .pop-contents h3 {
    font-size:20px;
    margin-bottom:0px;
    color:#151515;
}

.terms-pop .pop-contents ul > li h3 {
    font-size:16px;
    font-weight:700;
    margin-bottom:8px;
}

.terms-pop .pop-contents ul > li p {
    font-size:16px;
    font-weight:400;
}

@keyframes cloude {
    0% {
        transform: translateX(300%);
    }
    100% {
        transform: translateX(-120%);
    }
}
@keyframes tree {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-120%);
    }
}
@keyframes shake {
    0% {
        transform: translateY(0%);
    }
    100% {
        transform: translateY(3%);
    }
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}