:root {accent-color:#007aff;}

/* 이미지 width 100% */
.img-responsive {width:100%;} 

/* title */
.title-box h2 {margin-top: 15px; font-size: 44px; line-height: 1.4;}
.title-box > span {font-size: 20px; color: #8190A0;}

section{
    margin-bottom: 120px;
}

.inner {width:100%; max-width: 1420px; padding: 0 20px; margin:0 auto; }

.carImg img{
    width: 100%;
}

.pointTxt span{
    display: inline-block;
    margin-right: 5px;
    padding: 6px 12px;
    border-radius: 20px;
    line-height: 1;
    font-size: 12px;
    font-weight: 600;
}
.pointTxt span.point01{
    background: #7A4DFF;
}
.pointTxt span.point02{
    background: #29E87F;
}
.pointTxt span.point03{
    background: #FF404B;
}

.carTxt .txt01 span{
    display: inline-block;
    margin: 10px 5px 0 0;
    padding: 4px 8px;
    background-color: #e8f5ff;
    border-radius: 5px;
    font-size: 13px;
    color: #0379ff;
}
.carTxt .txt01 span.gray{
    background-color: #eee;
    color: #333;
}
.carTxt .txt02{
    margin: 10px 0;
    font-size: 24px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.carTxt .txt03{
    margin-bottom: 20px;
    font-size: 16px;
    color: #888;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.carTxt dl{
    justify-content: space-between;
}
.carTxt .txt04{
    margin: 5px 0;
    font-size: 16px;
    color: #666;
}
.carTxt .txt05{
    font-size: 26px;
    color: #000;
}
.carTxt .txt05 em{
    font-size: 0.7em;
    font-weight: 600;
}
.carTxt .txt05 dt{
    font-size: 16px;
}

.carTxt .depositBox .flex{
    margin-right: 8px;
}

.depositBox .flex{
    gap:3px;
    font-size: clamp(9px, 1vw, 13px);
    font-weight: 600;
    color: #FF9500;
}
.depositBox i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    background: #FF9500;
    border-radius: 100%;
}

section .swiper-pagination{
    position: relative;
}
section .swiper-pagination-bullet-active{
    background: #001A2F;
}


/* ----------------- section01 ----------------- */
.section01{
    padding: 120px 20px 0;
}
.section01 .swiper {
    width: 100%;
    max-width: 1760px;
    border-radius: 24px; 
}
.section01 .swiper-slide img {
    width: 100%;
}
.section01 .swiper-pagination {
    position:absolute;
    bottom: 30px !important;
}
.section02 .inner{
    display: flex;
    gap: 4vw;
}
.section02 .title-box{
    width: 26vw;
    min-width: 400px;
    padding: 87px 68px 0 68px;
    background: radial-gradient(at bottom right, #B6D8FF 0%, #F2F7FB 50%);
    border-radius: 30px;
}
.section02 .carSwiper-box{
    width: calc(100% - 30vw);
    min-width: 0;
}
.section02 .custom-swiper-btns{
    gap: 10px;
}
.section02 .swiper-button{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    width: 54px;
    height: 54px;
    background: #fff;
    border-radius: 100%;
}
.section02 .swiper-button img{
    width: 14px;
    filter: invert(60%) sepia(17%) saturate(322%) hue-rotate(170deg) brightness(90%) contrast(92%);
}
.section02 .custom-prev img{
    transform: rotate(-90deg);
}
.section02 .custom-next img{
    transform: rotate(90deg);
}
.section02 button{
    margin-top: 10px;
    height: 60px;
    font-size: 20px;
}

.section03{
    padding: 60px 0;
    background: #F6FFD9;
}
.section03 .title-box{
    padding-right: 30px;
    color: #32312B;
}
.section03 .title-box h4{
    display: inline-block;
    padding: 8px 20px;
    background: #32312B;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.section03 .title-box a{
    margin-top: 20px;
    gap: 8px;
}
.section03 .title-box a img{
    width: 6px;
    filter: invert(1);
}
.section03 ul{
    display: flex;
    gap: 50px;
    width: 940px;
    min-width: 0;
    margin-left: auto;
}
.section03 ul li{
    flex: 1;
    padding: 50px 30px 30px 50px;
    border-radius: 50px;
    font-size: 18px;
    color: #8f8f8f;
}
.section03 ul li:nth-child(1){
    background: linear-gradient(230deg, #E6FF9D, transparent 70%);
    box-shadow: -4px -2px #fff, 2px 4px #D0FF49;
}
.section03 ul li:nth-child(2){
    background: linear-gradient(230deg, #FFFC9E, transparent 70%);
    box-shadow: -4px -2px #fff, 2px 4px #F5F100;
}
.section03 ul li:nth-child(3){
    background: linear-gradient(230deg, #D0FFE5, transparent 70%);
    box-shadow: -4px -2px #fff, 2px 4px #8DFFC0;
}
.section03 ul li h1{
    margin-bottom: 18px;
    font-size: 36px;
    color: #32312B;
}
.section03 ul li img{
    margin: 10px 0 0 auto;
}

.section04 .swiper-wrapper{
    margin: 70px 0 50px;
}
.section04 ul li .carImg{
    padding: 20px;
    background: #F2F7FB;
    border-radius: 30px;
}
.section04 ul li .txt01{
    margin: 20px 20px 5px;
    font-size: 18px;
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section04 ul li .txt02{
    padding-right: 20px;
    justify-content: end;
    gap: 5px;
    font-size: 30px;
    font-weight: 700;
}
.section04 ul li .txt02 em{
    font-size: 0.7em;
    font-weight: 600;
}
.section04 ul li .depositBox .flex{
    margin-left: auto;
    padding: 8px 20px 0 0;
}

.section05{
    padding-top: 100px;
    background: #0279FF;
    color: #fff;
}
.section05 .title-box > span{
    color: #CFE6FF;
}
.section05 ol{
    margin-top: 40px;
    gap: 3vw;
    line-height: 1.4;
    font-size: 18px;
    text-align: center;
}
.section05 ol li i{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.section05 ol li h1{
    margin: 20px 0 30px;
}
.section05 ol li h2{
    display: inline-block;
    padding: 7px 16px;
    background: #000;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
}
.section05 ol li.arrow-box img{
    width: 20px;
    opacity: 0.7;
}
.section05 ol li img{
    max-width: 100%;
}

.section06 .swiperWrap{
    margin-top: 70px;
    padding: 50px 50px 30px;
    background: #F2F7FB;
    border-radius: 50px;
}
.section06 ul li{
    padding: 20px;
    background: #fff;
    border-radius: 30px;
}
.section06 ul li .btn{
    margin-top: 15px;
    height: 50px;
    font-size: 20px;
}
.section06 .carTxt .txt03{
    display: -webkit-box;   
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 48px;
    line-height: 1.5;
    white-space: normal;
}
.section06 .carTxt .txt04{
    text-align: right;
}
.section06 .carTxt .txt05{
    gap: 3px;
    justify-content: right;
}
.section06 .swiper-pagination{
    margin-top: 30px;
}

@media (max-width: 1280px) {
    .section01 .swiper-controller{
        bottom: 30px;
    }
}
@media (max-width: 1024px) {
    section{
        margin-bottom: 60px;
    }
    .section01{
        padding: 90px 16px 0;
    }
    .section01 .swiper {
        border-radius: 10px; 
    }
    .section01 .swiper-pagination {
        display: none;
    }

    .section03 .inner{
        flex-direction: column;
        align-items: start;
        gap: 30px;
    }
    .section03 ul{
        width: 100%;
        margin-left: 0;
        gap: 20px;
    }
    
}



@media (max-width: 768px) {
    .w-br {display: none;}
    .m-br {display: block; height: 1px;}

    /* title */
    .title-box h2 {font-size: 24px; margin: 4px 0 10px;}
    .title-box > span {font-size: 12px;}

    .inner {padding: 0 16px;}

    section{
        margin-bottom: 20px;
    }

    .pointTxt span{
        padding: 3px 6px;
        font-size: 9px;
    }

    .carTxt .txt01 span{
        padding: 3px 6px;
        font-size: 10px;
    }
    .carTxt .txt02{
        margin: 10px 0 5px;
        font-size: 18px;
    }
    .carTxt .txt03{
        margin-bottom: 10px;
        font-size: 12px;
    }
    .carTxt .txt04,
    .carTxt .txt05 dt{
        font-size: 12px;
    }
    .carTxt .txt05{
        flex-wrap: wrap;
        font-size: 18px;
    }
    .carTxt .depositBox{
        margin-top:2px;
        width: 100%;
    }

    .depositBox i{
        width: 14px;
        height: 14px;
    }
    .depositBox i img{
        width: 10px;
    }
    .depositBox .fw-b{
        margin-left:auto;
    }

    section .swiper-pagination-bullet{
        width: 6px;
        height: 6px;
    }

    .section01{
        padding: 50px 16px 0;
    }

    .section02 .inner{
        padding: 0 16px;
        flex-direction: column;
        gap: 20px;
    }
    .section02 .title-box{
        width: 100%;
        min-width: auto;
        padding: 25px;
        border-radius: 20px;
    }
    .section02 .carSwiper-box{
        width: 100%;
        min-width: unset;
    }
    .section02 .swiper-button{
        margin-top: 0;
        width: 30px;
        height: 30px;
    }
    .section02 .swiper-button img{
        width: 10px;
    }
    .section02 button{
        height: 40px;
        border-radius: 8px;
        font-size: 14px;
    }

    .section03{
        margin: 40px 0;
    }
    .section03 .title-box h4{
        margin-bottom: 10px;
        padding: 4px 10px;
        font-size: 12px;
    }
    .section03 .title-box a{
        margin-top: 10px;
        gap: 4px;
        font-size: 12px;
    }
    .section03 .title-box a img{
        width: 4px;
    }
    .section03 ul{
        gap: 10px;
    }
    .section03 ul li{
        padding: 20px 10px 10px 20px;
        border-radius: 20px;
        font-size: 11px;
    }
    .section03 ul li h1{
        margin-bottom: 10px;
        font-size: 20px;
    }
    .section03 ul li img{
        width: 40px;
    }
    
    .section04 .swiper-wrapper{
        margin: 20px 0 30px;
    }
    .section04 ul li .carImg{
        padding: 10px;
        border-radius: 15px;
    }
    .section04 ul li .txt01{
        margin: 10px 10px 5px;
        font-size: 12px;
    }
    .section04 ul li .txt02{
        padding-right: 10px;
        font-size: 20px;
    }
    .section04 ul li .depositBox .flex{
        padding: 5px 10px 0 0;
    }
    

    .section05{
        padding: 50px 0;
        margin-bottom: 0;
    }
    .section05 ol{
        gap: 20px;
        flex-direction: column;
        margin-top: 20px;
        font-size: 12px;
    }
    .section05 ol li i{
        margin: 10px auto;
        width: 80px;
        height: 80px;
        border-radius: 20px;
    }
    .section05 ol li h1{
        margin: 10px 0 20px;
        font-size: 20px;
    }
    .section05 ol li h2{
        padding: 4px 8px;
        font-size: 10px;
    }
    .section05 ol li.arrow-box img{
        width: 12px;
        transform: rotate(90deg);
    }
    .section05 ol li img {
        max-width: 70%;
        margin: auto;
    }

    .section06{
        margin: 0;
        padding: 50px 0 30px;
        background: #f2f7fb;
    }
    .section06 .swiperWrap{
        margin-top: 20px;
        padding:0;
        border-radius: 0;
    }
    .section06 ul li{
        padding: 12px;
        border-radius: 15px;
    }
    .section06 ul li .btn{
        margin-top: 10px;
        height: 36px;
        border-radius: 8px;
        font-size: 14px;
    }
    .section06 .carTxt .txt03{
        height: 36px;
    }
    .section06 .swiper-pagination{
        margin-top: 20px;
    }
}

