.day_service_wrap{
    max-width:1200px;
    margin:0 auto;
    padding:70px 20px;
}


/* 타이틀 */
.ds_title h2{
    font-size:34px;
    font-weight:700;
}


/* 블록 */
.ds_block{
    background:#fff;
    padding:28px;
    border-radius:14px;
    margin-top:25px;
    box-shadow:0 4px 14px rgba(0,0,0,0.06);
}

.ds_head{
    display:flex;
    align-items:center;
    margin-bottom:15px;
}

.ds_head i{
    width:45px;
    height:45px;
    line-height:45px;
    background:#90b489;
    color:#fff;
    border-radius:50%;
    text-align:center;
    margin-right:10px;
}

.ds_note{
    font-size:14px;
    color:#888;
    margin-top:10px;
}


/* 이용순서 */
.ds_process{
    margin-top:80px;
}

.ds_steps{
    display:flex;
    gap:10px;
    margin-top:25px;
}

.step{
    flex:1;
    padding:18px;
    text-align:center;
    border:2px solid #90b489;
    border-radius:10px;
    font-weight:600;
}

.step.active{
    background:#90b489;
    color:#fff;
}

.arrow{
    display:flex;
    align-items:center;
}


/* 활동 */
.ds_activity{
    margin-top:80px;
}

.activity_grid{
    display:flex;
    gap:20px;
    margin-top:25px;
}

.activity_card{
    flex:1;
    text-align:center;
    background:#f8f9fa;
    padding:30px;
    border-radius:14px;
    transition:0.3s;
}

.activity_card:hover{
    background:#90b489;
    color:#fff;
}

.activity_card i{
    font-size:32px;
    margin-bottom:12px;
}


/* 교육 */
.ds_edu{
    margin-top:80px;
}

.edu_desc{
    color:#90b489;
    font-weight:600;
}

.edu_big{
    font-size:20px;
    margin:15px 0;
}

.edu_table{
    width:100%;
    border-collapse:collapse;
}

.edu_table th{
    background:#90b489;
    color:#fff;
}

.edu_table th,
.edu_table td{
    border:1px solid #ddd;
    padding:15px;
    text-align:center;
}


/* 차량 */
.ds_vehicle{
    margin-top:60px;
    background:#90b489;
    color:#fff;
    padding:25px;
    border-radius:12px;
    text-align:center;
    font-size:18px;
}


/* 문의 */
.ds_contact{
    margin-top:80px;
}

.contact_grid{
    display:flex;
    gap:20px;
    margin-top:25px;
}

.contact_card{
    flex:1;
    background:#fff;
    padding:25px;
    border-radius:12px;
    text-align:center;
    box-shadow:0 4px 14px rgba(0,0,0,0.06);
}

.contact_card i{
    font-size:30px;
    color:#90b489;
    margin-bottom:12px;
}

.contact_card a{
    display:inline-block;
    margin-top:10px;
    background:#90b489;
    color:#fff;
    padding:8px 18px;
    border-radius:6px;
    text-decoration:none;
}


/* 동료상담 */
.ds_peer{
    margin-top:80px;
}

.ds_peer ol{
    margin-top:15px;
    padding-left:20px;
}

.ds_peer li{
    margin-bottom:12px;
}


/* 반응형 */
@media(max-width:768px){

    .activity_grid,
    .contact_grid,
    .ds_steps{
        flex-direction:column;
    }

    .arrow{
        display:none;
    }

}
.ds_title h2{
    font-size:42px;
    font-weight:800;
    letter-spacing:-1px;
    margin-bottom:15px;
    position:relative;
}

/* 밑줄 포인트 */
.ds_title h2:after{
    content:"";
    display:block;
    width:60px;
    height:4px;
    background:#90b489;
    margin-top:12px;
    border-radius:2px;
}
.ds_head h3{
    font-size:22px;
    font-weight:700;
    letter-spacing:-0.3px;
}
.ds_process h3,
.ds_activity h3,
.ds_edu h3,
.ds_contact h3,
.ds_peer h3{

    font-size:30px;
    font-weight:800;
    letter-spacing:-0.5px;
    margin-bottom:30px;
    position:relative;
}
