
/* main 메인 */
#main{
    background: #FBF5F5;
}
/* sec01 */
.sec01 .inner{
    padding: 109px 20px 77px;
}
.sec01 p{
    text-align: center;
    font-size: 21px;
    font-weight: 400;
    line-height: 150%;
    color: #393939;
    position: relative;
}
.sec01 p b{
    color: #E2000D;
    font-weight: 500;
}
.sec01 p::before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 115%;
    width: 140px;
    height: 51px;
    background-image: url(../images/main/sec01_img01.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-50%, 0);
}
.sec01 p::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 115%;
    width: 133px;
    height: 14px;
    background-image: url(../images/main/sec01_img02.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-50%, 0);
}

/* sec02 */
.sec02 .inner{
    padding-bottom: 78px;
}
.sec02 .con{
    background: #fff;
    border-radius: 20px;
    padding: 37px 16px;
    max-width: 588px;
    margin: 0 auto;
}
.sec02 h3{
    text-align: center;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    background: #FFC107;
    border-radius: 60px;
    padding: 15px;
    margin: 0 auto 26px;
    max-width: 463px;
}
.sec02 .sec-nav ul{
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    gap: 28px 0;
}
.sec02 .sec-nav ul li{
    color: #393939;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.sec02 .sec-nav ul li span{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    background: #FEF6DF;
}
.sec02 .sec-nav ul li:nth-child(1) img{
    width: 40px;
}
.sec02 .sec-nav ul li:nth-child(2) img{
    width: 34px;
}
.sec02 .sec-nav ul li:nth-child(3) img{
    width: 37px;
}
.sec02 .sec-nav ul li:nth-child(4) img{
    width: 44px;
}
.sec02 .sec-nav ul li:nth-child(5) img{
    width: 35px;
}
.sec02 .sec-nav ul li:nth-child(6) img{
    width: 29px;
}
@media(max-width: 480px){
    .inner{
        max-width: 400px;
        padding: 0 18px;
    }
    #main{
        background: #FBF5F5;
    }

    /* sec01 */
    .sec01 .inner{
        padding: 100px 18px 57px;
    }
    .sec01 p{
        font-size: 18px;
    }
    .sec01 p b{
    }
    .sec01 p::before{
        width: 115px;
        height: 42px;
        bottom: 110%;
        width: 115px;
        height: 42px;
    }
    .sec01 p::after{
        width: 105px;
        height: 7px;
        width: 105px;
        height: 7px;
    }

    /* sec02 */
    .sec02 .inner{
        padding-bottom: 78px;
    }
    .sec02 .con{
        padding: 20px 24px;
    }
    .sec02 h3{
        font-size: 18px;
        padding: 15px;
        margin-bottom: 25px;
    }
    .sec02 .sec-nav ul{
        gap: 25px 0;
    }
    .sec02 .sec-nav ul li{
        font-size: 16px;
        gap: 10px;
    }
    .sec02 .sec-nav ul li span{
        width: 62px;
        height: 62px;
    }
    .sec02 .sec-nav ul li:nth-child(1) img{
        width: 35px;
    }
    .sec02 .sec-nav ul li:nth-child(2) img{
        width: 29px;
    }
    .sec02 .sec-nav ul li:nth-child(3) img{
        width: 32px;
    }
    .sec02 .sec-nav ul li:nth-child(4) img{
        width: 39px;
    }
    .sec02 .sec-nav ul li:nth-child(5) img{
        width: 30px;
    }
    .sec02 .sec-nav ul li:nth-child(6) img{
        width: 24px;
    }
}