.landing-card--header h3,
.landing-card--header p {margin: 0;}

.swiper-wrap {
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
}

.swiper,
.swiper-wrapper,
.swiper-slide {
    width: 100%;
    box-sizing: border-box;
}

.js-swiper--banner,
.js-swiper--seo,
.js-swiper--3,
.js-swiper--5 {
    margin: 0 -16px;
    width: calc(100% + 32px);
    overflow: hidden;
    position: static;
}

.js-swiper--5 .swiper-slide {
    width: 200px !important;
}
.js-swiper--5 .swiper-slide img {
    display: block;
    width: 100%;
}

.js-swiper--3 .landing-image {
    width: 320px !important;
}

.lobby-title h3 {
    margin: 0;
}

@media screen and (max-width: 1023px) {
    .swiper-button-next, .swiper-button-prev {display: none !important;}
}
@media screen and (max-width: 1023px) {
    .content-frame {
        height: calc(100vh - 300px) !important;
        min-height: calc(100vh - 300px) !important;
    }
    .content-card {padding: 0 16px;}
}

@media screen and (max-width: 990px) {
    .page {
        display: block;
    }
    /* .swiper-wrap {padding: 0;} */
}

@media screen and (max-width: 374px) {
    .snf-header .button {font-size: 12px;padding: 0 10px;}
}

.seo {
    margin: 24px 0;
    border: 1px solid #bdbdbd;
    border-radius: 12px;
    background: #fff;
}

.seo__header {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 12px;
    transition: backbround .3s linear;
    overflow: hidden;
    border-radius: 12px;
}
.seo__header-text {
    flex: 1 1 auto;
    font-size: var(--spk-text-size-body-1);
    font-size: 16px;
}
.seo__header-icon {
    flex: 0 0 auto;
    margin: 0 0 0 1em;
    font-size: 20px;
}
.seo__content {
    display: none;
    border-top: 1px solid #bdbdbd;
}
.seo.active .seo__content{display: block;}
.seo.active .seo__header{border-radius: 12px 12px 0 0;}
.seo.active .seo__header-icon {transform: rotate(180deg)}
.seo__content-inner {
    padding: 24px;
}

.seo__content h1:first-child {margin-top: 0;}