.wrap{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.bold{
    font-family: 'Paperlogy-7Bold';
}
.light{
    font-family: 'Paperlogy-1Thin';
}
.sec{
    padding: 5% 20px; box-sizing: border-box;
}

h1{
    font-size: var(--fz-80);
}
h2{
    font-size: var(--fz-60);
}
h3{font-size: var(--fz-45);}
h4{font-size: var(--fz-28);}
h5{font-size: var(--fz-25);}

:root{
    --color_01: rgb(0, 0, 255);
    --color_02: #f9e000;
    --color_03: #d94925;
}
.color01{
    color: var(--color_01);
}
.color03{
    color: var(--color_03);
}
.bg_color01{
    background-color: var(--color_01);
    color: #fff;
}
.bg_color02{
    background-color: var(--color_02);
}
.box{
    display: inline-block;
    padding: 5px 6%;
    border-radius: 50px;
}

.border_bottom {
    text-decoration: underline;
    text-underline-offset: 4px; 
    text-decoration-thickness: 2px; 
}


.sec01_box{
    margin-top: 6%;
    padding: 3%;
    background: #efefef;
    border-radius: 5px;
}
.iframe {
    width: 100%;  
    border: 5px solid #444;
    border-radius: 5px;
}
.quick { 
    width: 100%;
    height: 30vw;
/*     height: 45vh; */
}
@media screen and (max-width: 1440px) {

    .quick { 
        height: 40vw;
    }
}
@media screen and (max-width: 1200px) {

    .quick { 
        height: 40vw;
    }
}
@media screen and (max-width: 990px) {

    .quick { 
        height: 40vw;
    }
}

@media screen and (max-width: px) {

    .quick { 
        height: 40vw;
    }
}
/*  */

#form{
    text-align: left;
}
.email_txt >div >input{
    width: 100%;
    margin-bottom: 10px;
    padding: 3%;
    box-sizing: border-box;
     font-size: var(--fz-23);
}
.jsg_sel p{
    margin: 10px 5px;
}
.product-list {
    list-style: none;
    display: flex;
    gap: 5px;
    justify-content: space-between;
}

.product-item {
    width: 100%;
    padding: 12px 5px;
    border: 1px solid #666;
    color: #acacac;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
}

.product-item.selected {
    background-color: var(--color_01);
    color: white;
    border-color: var(--color_01);
}

.product-item input {
    display: none;
}

.product-item label {
    display: block;
    cursor: pointer; /* li 전체 클릭이 가능하도록 */
}

#viewPolicy{
    cursor: pointer;
}
.privacy_policy{
    display: none;
    max-height: 100px; 
    overflow-y: auto; 
    padding: 10px;
    font-size: var(--fz-23);
    line-height: 1.5;
    margin-top: 10px;
    border: 1px solid #666;
    border-radius: 5px;
}
.privacy_policy p{
    text-align: left;
}
.button_enter {
    width: 100%;              
    display: flex;            
    justify-content: center; 
    align-items: center;      
}
.button_enter input {
    width: 100%;            
    padding: 5% 0;           
    font-size: var(--fz-30);
    border: none;
    background-color: var(--color_01);
    color: white;             
    border-radius: 5px;        
    text-align: center ;       
    display: inline-block;   
}

/*  */
.sec04_list{
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    margin: 8% 0;
    row-gap: 40px;
    column-gap: 20px;
}
.sec04_list li{
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    padding: 10% 0;
    border-radius: 15px;
}
.sec04_list li .img{
    margin: 0 auto;
}

.badge {
    position: absolute;
    z-index: 999;
    top: 20px;
    right: 20px;
    width: 8vw;
    transform: translate(50%, -50%);
    aspect-ratio: 1 / 1; 
    color: #fff;
    background: url('../img/badge.png') center/cover no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;    
    justify-content: center;
    text-align: center; 
}

.badge p {
    margin: 0.5% 0;
    font-size: 1.2vw;
}
.price{
    margin: 8px 0 4px;
    text-decoration: line-through;
    text-decoration-color: var(--color_03); 
    text-decoration-thickness: 2px; 

}
.sec04 .border_bottom{
    margin-bottom: 8px;
}
@media (max-width: 1200px) {
    
    .badge {
        width: 13vw; 
    }
    .badge p {
        font-size: 2vw;
    }
   
}
@media (max-width: 765px) {
    
    .badge {
        width: 16vw; 
    }
    .badge p {
        font-size: 2.3vw; 
    }
}
.sec05{
    padding: 5% 0;
}

.sec05 .bg_color01{
    padding: 5% 20px;
}
.sec06{
    padding: 5% 0;
}

.sec06_con{
    padding: 5%;
    background: #ddd;
}
.sec06 .box{
    border: 1px solid #888;
    color: #444;
}

.sec09{
    padding: 0;
}

.sec09_con{

    padding: 5%;
}
.sec09_con01 a, .sec09_con03 a{
    color: #fff;
}
.box01{
    background-color: #fff;
    color: var(--color_01);
    padding: 0 5px;
    border-radius: 5px;
}
.box02{
    background-color: #000;
    color: var(--color_02);
    padding: 0 5px;
    border-radius: 5px;
}
/* dashboard */

.dashborad_tit{
    display: flex;
    justify-content: space-around;
    gap: 20px;
    text-align: center;
    margin: 20px 0;
}

.dashboard_list {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: hidden;
    height: 100px;

}

.dashboard_list_item {
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.case {
    background: rgb(233, 193, 14);
    color: #fff;

}

.car_type,
.Inquiry {
    margin-left: 10px;
}

/*  */
