@media screen and (max-width: 768px) {
    .gu_3_1_img{
        width: 90%;
        margin: auto;
        display: block;
        padding-top: 40px;
    }

    .gu3-2_img1{
        position: absolute;
        top: -86px;
        right: 22px;
        width: 23%;

    }
    .gu3-2_flex{
        position: relative;
        justify-content: space-between;
        gap: 15px 0;
        margin-top: 70px;
        & li{
            width: 100%;
            background-color: #f8ead8;
            border-radius: 10px;
            box-sizing: border-box;
            padding: 18px 30px 30px;
            &:not(:last-child){
                margin-bottom: 18px;
            }
            & img{
                display: block;
                margin: 0 auto;
            }
            .gu3-2_txt{
                margin-top: 10px;
                font-size: clamp(14px, 3.8vw, 16px);
                line-height: 1.5;
                font-weight: 400;
                letter-spacing: 0.05em;
            }
        }
    }
    .gu3-2_tl{
            display: flex;
            align-items: center;
            gap: 0 15px;
            margin: 0 0 10px 0;
        & h3{
            font-size: clamp(20px, 5.3vw, 22px);
            margin-top: 23px;
            letter-spacing: 0px;
            line-height: 1;
        }
    }
    .gu3-2_no{
        & span{
            color: #dd953c;
            font-size: clamp(13px, 3.8vw, 15px);
            font-weight: 600;
            letter-spacing: -1px;
        }
        & p{
            color: #dd953c;
            font-size: clamp(46px, 14.8vw, 48px);
            font-weight: 600;
            margin-top: -5px;
            line-height: 1;
        }
    }

    .gu3-2_cmn{
        & li{
            width: 100%;
            background-color: #f8ead8;
            border-radius: 10px;
            box-sizing: border-box;
            margin-top: 18px;
            padding: 18px 30px 30px;
            & img{
                display: block;
                margin: 0 auto;
                width: 35%;
            }
            .gu3-2_txt{
                margin-top: 10px;
                font-size: clamp(14px, 3.8vw, 16px);
                line-height: 1.5;
                font-weight: 400;
                letter-spacing: 0.05em;
            }
        }
    }

    /* 3-3 */
    .gu3_3_cost{
        width: 100%;
        display: block;
    }
    .gu3_3_name span{
        color: #fff;
        width: 24px;
        height: 24px;
        border-radius: 99px;
        background: #dd953c;
        display: inline-grid;
        place-content: center;
        margin-right: 15px;
    }
    


}
/* media screen fin */