@charset "utf-8";


@media screen and (min-width: 1451px){
    .section-top-introduction .showcase-story{
        justify-content: center;
    }

    .section-top-introduction .showcase-story .wrapper{
        padding: 15% 0 0 0;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1450px) {

    .section-top-introduction{
        margin-bottom: 3%;
    }

    .section-top-introduction .showcase-story .wrapper{
        padding: 10% 0rem 0 4rem;
        width: 100%;
    }

    .story-top-introduction .story-title{
        font-size: 2.3vw;
    }

    .story-top-introduction .story-detail{
        font-size: 1.3vw;
    }
}