@charset "UTF-8";

.CMS-INSTAGRAM-LIST {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 3rem 0 0;
    gap: 2rem;
}

.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 7) {
    display: none;
}

.CMS-INSTAGRAM-LIST img {
    width: 26.9rem;
    object-fit: cover;
}

.top_sns_heading {
    display: flex;
    justify-content: center;
    padding-top: 10rem;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.top_sns_share {
    position: relative;
}
@media screen and (max-width: 767px) {
    .CMS-INSTAGRAM-LIST img {
        width: 100%;
        object-fit: cover;
    }
}
