
/* Background Deco */
#intro-sec .content::before{
    content: "";
    background: #FE914D;
    opacity: .6;
    border-radius: 1000px;
    width: 600px;
    height: 600px;
    position: absolute;
    z-index: -1;
    top: 0%;
    left: 5%;
}
#intro-sec .content::after{
    content: "";
    background: #F2343A;
    border-radius: 1000px;
    width: 300px;
    height: 300px;
    position: absolute;
    z-index: -2;
    top: 25%;
    left: 30%;
}
#keyword-sec .title-wrap::before{
    content: "";
    background-image: url('/wp-content/themes/blocksy-child/assets/images/deco-main-2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 30vw;
    height: 30vw;
    position: absolute;
    z-index: -1;
    top: -10%;
    left: 0;
}

#trend-sec .title-wrap::before{
    content: "";
    background-image: url('/wp-content/themes/blocksy-child/assets/images/deco-main-2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 30vw;
    height: 30vw;
    position: absolute;
    z-index: -1;
    top: -14%;
    left: 45%;
}


#new-korea-food-sec .title-wrap::before{
    content: "";
    background-image: url('/wp-content/themes/blocksy-child/assets/images/deco-main-2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 30vw;
    height: 30vw;
    position: absolute;
    z-index: -1;
    top: -15%;
    left: 5%;
}

#info-trend-sec .title-wrap::before{
    content: "";
    background-image: url('/wp-content/themes/blocksy-child/assets/images/deco-main-2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 30vw;
    height: 30vw;
    position: absolute;
    z-index: -1;
    top: -50%;
    left: -30%;
}

#info-food-tech-sec .info-table .left::before{
    content: "";
    background-image: url('/wp-content/themes/blocksy-child/assets/images/deco-main-1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 30vw;
    height: 30vw;
    position: absolute;
    z-index: -1;
}

#info-camp-sec .title-wrap::before{
    content: "";
    background: #FE914D;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 30vw;
    height: 30vw;
    position: absolute;
    z-index: -1;
    top: 20%;
    left: 60%;
    border-radius: 1000px;
    box-shadow: 0 10px 30px rgb(242 52 58 / 60%);
}

#info-space-sec .title-wrap::before{
    content: "";
    background-image: url('/wp-content/themes/blocksy-child/assets/images/deco-main-1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 30vw;
    height: 30vw;
    position: absolute;
    z-index: -1;
    bottom: -50%;
    left: 60%;
}

/* 1024 tablet  */
@media (max-width: 1000px) {
    #intro-sec .content::before{
        width: 50vw;
        height: 50vw;
        top: -5%;
        left: -10%;
    }
    #intro-sec .content::after{
        width: 25vw;
        height: 25vw;
        top: 10%;
        left: 30%;
    }
    #keyword-sec .title-wrap::before{
        width: 50vw;
        height: 50vw;
        top: -10%;
        left: 5%;
    }
    #trend-sec .title-wrap::before{
        width: 50vw;
        height: 50vw;
        top: -4%;
        left: 35%;
    }
    #new-korea-food-sec .title-wrap::before{
        width: 50vw;
        height: 50vw;
        top: 0%;
        left: 45%;
    }

    #info-trend-sec .title-wrap::before{
        width: 50vw;
        height: 50vw;
        top: -50%;
        left: 50%;
    }

    #info-food-tech-sec .info-table .left::before{
        width: 50vw;
        height: 50vw;
        left: 40%;
    }

    #info-camp-sec .title-wrap::before{
        width: 50vw;
        height: 50vw;
        top: 0;
        left: 50%;
    }
    #info-space-sec .title-wrap::before{
        width: 50vw;
        height: 50vw;
        bottom: -30%;
        left: 50%;
    }
}

/* 512 mobile  */
@media (max-width: 512px) {

}