html,
body {
    position: relative;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mpp .swiper-wrapper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}

.meetingPostplus_intro .contents {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.meetingPostplus_intro .contents .mpp,
.meetingPostplus_intro .contents .box {
    width: 48%;
    margin: 0;
}

.meetingPostplus_intro .contents .mpp {
    min-height: 430px;
}

.meetingPostplus_intro .contents .box span,
.meetingPostplus_intro .contents .box h2 {
    margin: 0;
    text-align: start;
}

.meetingPostplus_intro .contents .box span {
    width: 100%;
    font-weight: 400;
    margin: 0;
    margin-bottom: 25px;
}

.meetingPostplus_intro .title_and_Logo {
    display: flex;
    align-items: center;
    height: 77px;
    margin-bottom: 25px;
}

#MainWrap .mpIframeIntro .contents .box:nth-child(1) img,
#MainWrap .meetingPostplus_intro .contents .title_and_Logo img {
    height: 100%;
}

#MainWrap .meetingPostplus_intro .contents .title_and_Logo img.logo_text {
    margin-left: 16px;
    align-self: center;
    height: 42px;
}

.mpp .swiper-wrapper .swiper-slide img {
    width: 467px;
}

.mpp .swiper-button-next,
.mpp .swiper-button-prev {
    color: #595959;
}

:root {
    --swiper-navigation-size: 26px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -3px;
}

.store_wrap {
    display: flex;
    justify-content: space-between;
    width: 505px;
}

#MainWrap .product_wrap .contents .box .store_wrap a img,
.store_wrap a img {
    height: 46px;
}

.download_meetingPost {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-family: "Poppins", serif;
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    width: 155px;
    height: 46px;
    padding: 11px;
    border-radius: 6px;
    background: linear-gradient(90deg, #65DBCF 0%, #00A6FF 100%);

}

.title_and_Logo .CMS-WS-logo {
    margin-right: 20px;
}

.contents .swiper-pagination-bullet-active {
    background: #1089C6;
}

.wrapper--tag b.popins {
    padding-top: 6px;
}

.download_meetingPost.popins {
    padding-top: 12.5px;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .meetingPostplus_intro {
        padding: 6% 0;
    }

    .meetingPostplus_intro .contents {
        display: block;
        width: 768px;
        margin: 35px auto;
    }

    .meetingPostplus_intro .contents .box span {
        text-align: center;
    }

    .meetingPostplus_intro .title_and_Logo {
        justify-content: center;
    }

    .store_wrap {
        margin: 0 auto;
    }

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .meetingPostplus_intro .contents .swiper-wrapper {
        padding: 0;
    }


    .meetingPostplus_intro .contents .box {
        width: 100%;
    }

    .meetingPostplus_intro .contents .mpp {
        width: 577px;
        margin: 0 auto;
        min-height: auto;
        height: 430px;
    }
}

@media only screen and (max-width: 768px) {
    .meetingPostplus_intro .contents {
        width: 100%;
        margin: 20px auto;
    }
}

@media only screen and (max-width: 600px) {
    .meetingPostplus_intro .contents .mpp {
        width: 100%;
    }

    .mpp .swiper-wrapper .swiper-slide img {
        width: 90%;
    }

    .meetingPostplus_intro .contents .mpp {
        width: 100%;
        height: 346px;
    }

    .store_wrap {
        flex-wrap: wrap;
        width: 330px;
    }

}

@media only screen and (max-width: 400px) {
    .header_wrap .tags {
        justify-content: center;
        flex-wrap: wrap;
    }

    .store_wrap {
        flex-direction: column;
        width: 100%;
        justify-content: center;
    }

    .download_meetingPost {
        margin: 0 auto;
    }
}