﻿/* header */
header{
    border-bottom: 1px solid #E9EAEA;
}

/* s1 */
.section1{
    border-bottom: 1px solid #E9EAEA;
    margin: 0 -24px 0;
}
.section1 .top{
    display: flex;
    align-items: center;
    padding: 16px 24px;
}
.section1 .top .img_wrap{
    width: 230px;
    height: fit-content;
}
.section1 .top .img_wrap img{
    width: 100%;
}
.section1 .top .text_wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1;
}
.section1 .top .text_wrap > div{
    flex: 1;
    padding: 0 16px;
}
.section1 .top .text_wrap dt{
    font-size: 14px;
    font-weight: 500;
}
.section1 .top .text_wrap dd{
    font-size: 12px;
    color: #7D7F83;
    margin-bottom: 24px;
}
.section1 .top .text_wrap p{
    font-size: 16px;
    font-weight: bold;
}
.section1 .top button{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 11px;
    font-weight: 500;
    border: 1px solid #E9EAEA;
    border-radius: 5px;
    padding: 4px 0;
    background: #fff;
    cursor: pointer;
    width: 60px;
}
.section1 .mid{
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
}
.section1 .mid > div{
    font-weight: 500;
    flex: 1;
    color: #7D7F83;
    background: #F7F8FA;
    border-radius: 15px;
    margin-right: 17px;
    height: 68px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.section1 .mid > div:last-child{
    margin: 0;
}
.section1 .mid > div span{
    color: #272A31;
    padding-top: 4px;
}
.section1 .bot{
    font-size: 16px;
    font-weight: 500;
    color: #272A31;
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    box-shadow: none;
    max-width: none;
    width: auto;
    height: 50px;
    margin: 16px 24px;
    background: #EBEDF2;
}
.section1 .bot span{
    color: #165FFF;
}
.section1 .bot a{
    color: #fff;
    background: #0D3999;
    padding: 4px 10px;
}
.pop-bot{
    position: fixed;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    max-width: 612px;
    width: calc(100% - 88px);
    height: 60px;
    font-size: 18px;
    font-weight: bold;
    background: #0D3999;
    border-radius: 10px;
    color: #fff;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 10px rgba(47, 72, 126, 30%);
}
.pop-bot a{
    font-size: 14px;
    padding: 7px 14px;
    color: #272A31;
    background: #fff;
    border-radius: 8px;
}

/* s2  w1*/
.section2{
    margin-bottom: 60px;
    position: relative;
}
.section2 .wrap{
    padding-top: 80px;
}
.section2 .wrap > div{
    margin-bottom: 40px;
}
.section2 .wrap > div:last-child{
    margin-bottom: 0;
}
.section2 .wrap dt{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 16px;
}
.section2 .tab_wrap{
    position: sticky;
    top: 0;
    width: 100%;
    display: flex;
    background: #fff;
    z-index: 2;
}
.section2 .tab_wrap a{
    font-size: 15px;
    font-weight: 500;
    width: 25%;
    padding: 14px 0;
    text-align: center;
    transition: .4s;
    cursor: pointer;
    display: inline-block;
}
.section2 .tab_wrap a{
    color: #A9AAAD;
}
.section2 .tab_wrap a.is_active{
    font-weight: bold;
    color: #165FFF;
    transition: .4s;
}
.section2 .tab_wrap .underline{
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 25%;
    height: 2px;
    background: #165FFF;
    transition: all .4s ease-in-out;
}
.section2 .tab_wrap2{
    position: sticky;
    top: 0;
    width: 100%;
    display: flex;
    background: #fff;
    z-index: 2;
}
.section2 .tab_wrap2 a{
    font-size: 15px;
    font-weight: 500;
    width: 33.3%;
    padding: 14px 0;
    text-align: center;
    transition: .4s;
    cursor: pointer;
    display: inline-block;
}
.section2 .tab_wrap2 a{
    color: #A9AAAD;
}
.section2 .tab_wrap2 a.is_active{
    font-weight: bold;
    color: #165FFF;
    transition: .4s;
}
.section2 .tab_wrap2 .underline{
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 33.3%;
    height: 2px;
    background: #165FFF;
    transition: all .4s ease-in-out;
}
.section2 .wrap01{
    padding-top: 0 !important;
}
.section2 .wrap01 .car-slider{
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    padding: 60px 0 20px;
}
.section2 .wrap01 .car-slider > div{
    position: relative;
}
.section2 .wrap01 .car-slider > div .txt_modelsize{
    font-size: 10px;
    color: #7D7F83;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section2 .wrap01 .car-slider > div .txt1{
    width: calc(100% - 40px);
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.section2 .wrap01 .car-slider > div .txt2{
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    left: -32px;
}
.section2 .wrap01 .car-slider > div .txt2 span{
    margin-left: 4px;
}
.section2 .wrap01 .car-slider > div .txt3{
    width: calc(100% - 60px);
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.section2 .wrap01 .car-slider > div .txt4{
    width: calc(100% + 16px);
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.section2 .wrap01 .car-slider > div .txt5{
    width: calc(100% - 38px);
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.section2 .wrap01 .car-slider > div .txt5 span{
    margin-right: 20px;
}
.section2 .wrap01 .car-slider > div .txt6{
    width: calc(100% + 16px);
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.section2 .wrap01 .car-slider > div .txt6 span{
    margin-right: 10px;
}
.section2 .wrap01 .car-slider .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    width: 44px;
    height: 44px;
    border: none;
    z-index: 1;
}
.section2 .wrap01 .car-slider .slick-slide{
    display: block !important;
}
.section2 .wrap01 .car-slider .slick-slide img{
    margin: 0 auto;
}
.section2 .wrap01 .car-slider .slick-prev{
    background: url(../images/arr_prev.svg) no-repeat center/auto;
    left: 0;
}
.section2 .wrap01 .car-slider .slick-next{
    background: url(../images/arr_next.svg) no-repeat center/auto;
    right: 0;
}
.section2 .table_wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.section2 .table_wrap table{
    font-weight: 500;
    width: calc(33.33% - 14px);
    overflow: hidden;
    text-align: center;
    border-collapse: initial;
    border: 1px solid #E9EAEA;
    border-radius: 15px;
}
.section2 .table_wrap table tr{
    height: 44px;
}
.section2 .table_wrap table tr th{
    font-size: 13px;
    background: #F7F8FA;
    color: #7D7F83;
    padding: 0 10px;
    vertical-align: middle;
    border-bottom: 1px solid #fff;
}
.section2 .table_wrap table tr td{
    font-size: 14px;
    padding: 0 10px;
    vertical-align: middle;
    border-bottom: 1px solid #E9EAEA;
}
.section2 .table_wrap table tr:last-child th,
.section2 .table_wrap table tr:last-child td{
    border-bottom: none !important;
}
.section2 .wrap01 dt{
    margin-bottom: 0;
}
.section2 .wrap01 .color_wrap > div{
    font-size: 13px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
.section2 .wrap01 .color_wrap > div > div span{
    color: #165FFF;
    padding-left: 4px;
}
.section2 .wrap01 .color_wrap .color_list{
    justify-content: flex-start;
}
.section2 .wrap01 .color_wrap .color_item{
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    margin-right: 12px;
    margin-bottom: 12px;
    cursor: pointer;
}
.section2 .wrap01 .color_wrap .color_item.choice::after{
    content: "";
    position: absolute;
    right: -4px;
    top: -4px;
    background: url(../images/icon_chk.svg) no-repeat center/auto #165FFF;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}
.section2 .wrap01 .color_wrap .color_item.choice{
    border: 3px solid #165FFF !important;
}
.section2 .wrap01 .color_wrap .color_item:focus{
    outline: none;
}

/* s2  w2*/
.section2 .wrap02 .table_wrap table{
    width: 100%;
}
.section2 .wrap02 .table_wrap table tr th{
    width: 92px;
    padding: 0;
}
.section2 .wrap02 .table_wrap table tr td{
    font-weight: normal;
    padding: 16px;
    text-align: left;
    line-height: 1.6;
}
.section2 .wrap02 .option_wrap dt{
    margin-bottom: 4px;
}
.section2 .wrap02 .option_wrap ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 58px;
    border-bottom: 1px solid #E9EAEA;
}
.section2 .wrap02 .option_wrap ul li:last-child{
    border-bottom: 0;
}
.section2 .wrap02 .option_wrap ul li > div{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.section2 .wrap02 .option_wrap ul li > img{
    margin-top: 3px;
    cursor: pointer;
}
.section2 .wrap02 .option_wrap ul li span{
    font-size: 13px;
    font-weight: 500;
    color: #165FFF;
}
/* tooltip */
.tip_box{
    position: relative;
    display: inline-block;
    margin-left: 2px;
}
.tip_box img{
    cursor: pointer;
    margin-top: 3px;
}
.tip_box .tooltip{
    font-weight: 500;
    position: absolute;
    top: -100%;
    left: 100%;
    margin-left: 12px;
    width: 211px;
    padding: 16px;
    background: #fff;
    text-align: left;
    z-index: 1;
    display: none;
    border-radius: 8px;
    border: 1px solid #E9EAEA;
    box-shadow: 0 2px 6px rgba(0,0,0,5%);
}
.tip_box .tooltip::before{
    content: "";
    position: absolute;
    top: 18px;
    left: 0;
    margin-left: -24px;
    border-width: 12px;
    border-style: solid;
    border-color: transparent #E9EAEA transparent transparent;
}
.tip_box .tooltip::after{
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    margin-left: -20px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
}
.tip_box .tooltip p{
    font-size: 13px;
    font-weight: normal;
    margin-top: 8px;
    color: #3D3F46;
}
.tip_box .tip_close{
    position: absolute;
    top: 16px;
    right: 16px;
}
.tip_box .tip_close img{
    width: 14px;
    margin: 0;
}

/* s2 w3 */
.section2 .wrap .red{
    color: #E45030 !important;
}
.section2 .wrap .tit_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}
.section2 .wrap .tit_wrap dt{
    color: #272A31;
    margin: 0;
}
.section2 .wrap .tit_wrap > div,
.section2 .wrap .tit_wrap span{
    color: #686A6F;
}
.section2 .wrap03 .single-choice_wrap_row{
    display: flex;
    justify-content: space-between;
    margin-bottom:0px;
}
.section2 .wrap03 .single-choice_wrap_row > div{
    width: calc(50% - 8px);
}
.section2 .wrap03 .single-choice_wrap .single_select_ul li{
    height: 64px;
    font-weight: 500;
}
.section2 .wrap03 .single-choice_wrap .single_select_ul span{
    font-size: 13px;
    color: #165FFF;
}
.section2 .wrap03 .count_wrap{
    display: flex; 
    align-items: center;
    padding: 40px 0 44px;
    margin: 0;
}
.section2 .wrap03 .count_wrap > div{
    font-weight: 500;
    color: #A9AAAD;
    flex: 1;
    text-align: center;
}
.section2 .wrap03 .count_wrap > div p{
    font-size: 16px;
    color: #272A31;
    padding-top: 12px;
}
.section2 .wrap03 .price_wrap{
    background: #F7F8FA;
    border-radius: 15px;
    padding: 20px;
    margin: 0;
}
.section2 .wrap03 .price_wrap > div{
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}
.section2 .wrap03 .price_wrap > div span{
    font-size: 16px;
}
.section2 .wrap03 .price_wrap > div:last-child{
    color: #165FFF;
    padding-top: 16px;
    margin: 8px 0 0;
    border-top: 1px solid #E9EAEA;
}
.section2 .wrap03 .price_wrap > div:last-child span{
    font-size: 20px;
}
.section2 .wrap03 > p{
    font-size: 11px;
    font-weight: 500;
    padding: 16px 0 40px;
    color: #7D7F83;
}
.section2 .wrap03 .table_wrap table{
    width: 100%;
}
.section2 .wrap03 .table_wrap table tr{
    height: auto;
}
.section2 .wrap03 .table_wrap table tr th{
    border-right: 1px solid #E9EAEA;
    border-bottom: 1px solid #E9EAEA;
    background: none;
}
.section2 .wrap03 .table_wrap table tr td{
    font-weight: normal;
    padding: 16px;
    text-align: left;
}
.section2 .nodata th{
    height: 96px;
    text-align: center;
    padding: 60px 16px 0px 16px;
    background: #F9F9FC;
    margin-bottom: 16px;
    color: #686A6F;
}


/* s2 w4 */
.section2 .wrap04 .tit_wrap{
    margin-bottom: 32px;
}
.section2 .wrap04 .discount_wrap{
    margin-bottom: 24px;
}
.section2 .wrap04 .discount_wrap ul{
    margin-top: 4px;
}
.section2 .wrap04 .discount_wrap ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 58px;
    border-bottom: 1px solid #E9EAEA;
}
.section2 .wrap04 .discount_wrap ul li:last-child{
    border: none;
}
.section2 .wrap04 .discount_wrap ul li .red{
    font-size: 13px;
    font-weight: 500;
}

/* modal */
.car_modal .modal_inner{
    max-width: 500px;
}
.car_modal .modal_inner div .tit_wrap{
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}
.car_modal .modal_inner div > span{
    font-weight: bold;
    color: #0D3999;
    display: inline-block;
    margin-bottom: 16px;
}
.car_modal .modal_inner .single-choice_wrap{
    margin-bottom: 12px;
}
.car_modal .modal_inner .apply{
    font-size: 16px;
    font-weight: bold;
    width: 148px;
    height: 48px;
    margin-right: 0;
    margin-top: 20px;
}
.modal{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,50%);
    top: 0;
    left: 0;
    display: none;
    z-index: 11;
}
.modal .modal_inner{
    font-size: 14px;
    font-weight: 500;
    width: 75vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    word-break: keep-all;
}
.modal .modal_close{
    cursor: pointer;
}
.apply {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    max-width: 224px;
    width: 100%;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #165FFF;
    border-radius: 8px;
    border: none;
    margin: 0 auto;
}

/* below 720 */
@media screen and (max-width: 720px){

    .section2 .table_wrap{
        flex-direction: column;
    }
    .section2 .table_wrap table{
        width: 100%;
    }
    .section2 .table_wrap table tr{
        height: 38px;
    }
    .section2 .table_wrap table tr th br{
        display: none;
    }
    .section2 .wrap01  .table_wrap table{
        margin-bottom: 8px;
    }
    .section2 .wrap01 .car-slider{
        padding: 32px 0;
        margin-bottom: 0;
    }
    .section2 .wrap01 .car-slider > div .txt1{
        width: 136px;
    }
    .section2 .wrap01 .car-slider > div .txt2{
        width: 108px;
        top: 50%;
        transform: translate(-50%, -50%) rotate(90deg);
        left: 50%;
        margin-left: -96px;
        margin-top: 8px;
    }
    .section2 .wrap01 .car-slider > div .txt3{
        width: 112px;
    }
    .section2 .wrap01 .car-slider > div .txt4{
        width: 246px;
    }
    .section2 .wrap01 .car-slider > div .txt5{
        width: 196px;
    }
    .section2 .wrap01 .car-slider > div .txt6{
        width: 124px;
    }
    .section2 .wrap01 .car-slider .slick-track{
        padding: 20px 0;
    }

}

/* below 540 */
@media screen and (max-width: 540px){

    .section1{
        border: none;
    }
    .section1 .top{
        flex-direction: column;
    }
    .section1 .top .text_wrap{
        flex-direction: column;
        padding-left: 8px;
        width:100%;
    }
    .section1 .top .text_wrap > div{
        width:100%;
        padding: 16px 0 0 0;
        margin-bottom: 8px;
    }
    .section1 .top .text_wrap dd{
        margin-bottom: 8px;
    }
    .section1 .top button{
        margin-top: -32px;
        margin-left: 115px;
    }
    .section1 .mid > div{
        margin-right: 10px;
    }
    .section2{
        margin-bottom: 40px;
    }
    .section2 .wrap{
        padding-top: 60px;
    }
    .section2 .wrap01 .color_wrap .color_item{
        width: 40px;
        height: 40px;
    }
    .section2 .wrap02 .option_wrap ul li,
    .section2 .wrap04 .discount_wrap ul li{
        height: 50px;
    }
    .section2 .wrap03 .single-choice_wrap{
        width: calc(50% - 4px);
    }
    .section2 .wrap03 .single-choice_wrap .single_option li{
        font-size: 14px;
    }
    .section2 .wrap03 .count_wrap{
        font-size: 13px;
        padding: 32px 0 40px;
    }
    .section2 .wrap03 .count_wrap > div p{
        font-size: 14px;
        padding-top: 8px;
    }
    .section2 .wrap03 .price_wrap{
        padding: 16px;
    }
    .section2 .wrap03 .price_wrap > div{
        margin-bottom: 4px;
    }
    .section2 .wrap03 .price_wrap > div:last-child span{
        font-size: 18px;
    }
    .section2 .wrap03 .single-choice_wrap .single_select_ul li p{
        font-size: 14px;
        font-weight: 500;
    }
    .car_modal .modal_inner div .tit_wrap{
        font-size: 16px;
    }
    .car_modal .modal_inner .apply{
        width: 100%;
        max-width: none;
    }
    .modal .modal_inner {
        padding: 16px;
    }
}

.alert_modal .modal_inner{
    max-width: 234px;
    width: calc(100% - 32px);
}
.alert_modal .modal_inner .modal_btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
}
.alert_modal .modal_inner .modal_btn > div{
    width: calc(100% - 5px);
    height: 42px;
    background: #E9EAEA;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
}
.alert_modal .modal_inner .modal_btn > div a{
    background: #165FFF;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
