body {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

/* 确保所有元素都不会导致横向滚动 */
* {
    box-sizing: border-box;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

h2 {
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    color: #595959;
}

.mp_a .product_link.btn--link1,
.popout_form.mp_pop .btn--link1 {
    background: linear-gradient(90deg, #65DBCF 0%, #00A6FF 100%);
}

.product_link.btn--link1 {
    color: #fff;
}

/* banner */
.meetingPostPlus_banner .contents {
    background-image: url("../images/meetingpost_banner_tablet.png");
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: right; */
    background-position: 100% 0%;
}

.poster_banner .contents {
    background-image: url("../images/poster_banner_pc.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 0%;
}

.GoCayinBanner,
.productHeader {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


/* GO CAYIN BANNER標題設定 */
.GoCayinBanner_title {
    text-align: center;
    /* width: 300px; */
}

.GoCayinBanner_title img {
    width: 100%;
}

.productHeader {
    width: 100%;
}

.content,
.PosterApp {
    width: 100%;
    max-width: 100vw;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

.productIntro_Area {
    width: 1170px;
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 40px 0;
    background-color: white;
}

.productIntro_Area .text_box {
    width: 50%;
}

.productIntro_Area .img_box {
    width: 50%;
    height: auto;
}

.productIntro_Area .video_box {
    width: 50%;
    height: auto;
}

.productIntro_Area img {
    max-width: 100%;
    height: auto;
}


/* =================== 產品介紹區塊左右排列 =================== */
.productIntro_Area_left {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.productIntro_Area_left .img_box,
.productIntro_Area_left .video_box {
    order: 1;
}

.productIntro_Area_left .text_box,
.productIntro_Area_left .post_text_and_img_box {
    order: 2;
}

.productIntro_Area_right {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.productIntro_Area_right .text_box,
.productIntro_Area_right .post_text_and_img_box {
    order: 1;
}

.productIntro_Area_right .img_box,
.productIntro_Area_right .video_box {
    order: 2;
}

.productIntro_Area:nth-child(2),
.productIntro_Area:nth-child(4),
.productIntro_Area:nth-child(6),
.productIntro_Area:nth-child(8),
.productIntro_Area:nth-child(10),
.productIntro_Area:nth-child(12) {
    flex-direction: row;
}

.productIntro_Area h2 {
    padding: 0 0 10px 0;
}


.wrapper--tag>b {
    display: flex;
    column-gap: 24px;
    align-items: center;
    padding: 5px 15px;
    border-radius: 2px;
    width: fit-content;
    height: fit-content;
    margin-left: 10px;
}

.colorGray {
    color: #595959;
}


.mobile_bg {
    display: none;
}

/* product header */
.GoCayinBanner .contents,
.productHeader .contents {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0px auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 530px;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: right; */
    max-width: 1170px;
}

.header_wrap .flex_box {
    display: flex;
    flex-direction: row;
    column-gap: 15px;
    align-items: flex-end;
}

.poster_banner .contents,
.meetingPostPlus_banner .contents {
    align-items: flex-start;
}


.productHeader .contents .title_and_Logo .logo {
    min-width: 90px;
    width: 90px;
    height: auto;
    box-shadow: none;
}

.productHeader .contents .title_and_Logo {
    display: flex;
}

.productHeader .contents .title_and_Logo .titleImg {
    padding-left: 20px;
}


.titleImg {
    display: flex;
    align-items: center;
    padding: 20px 0 20px 0;
}

.meetingPost_logoImg {
    width: 300px;
}

.Poster_logoImg {
    width: 180px;
}


.header_link_wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 0 0;
}

.header_link_wrap a {
    color: #595959;
    /* column-gap: 20px; */
    /* padding-right: 30px; */
    display: flex;
    flex-wrap: wrap;
}

.poster_features {
    width: 1170px;
    margin: 0 auto;
    align-items: center;
}

.productHeader .contents .header_wrap .title_and_logo img {
    max-width: 100%;
    max-height: auto;
}

.wrapper--tag>b {
    display: flex;
    column-gap: 24px;
    align-items: center;
    padding: 5px 15px;
    border-radius: 2px;
    width: fit-content;
    height: fit-content;
    margin-left: 10px;
}

.colorGray {
    color: #595959;
}

.colorWhite {
    color: #ffffff;
}

.tag--software {
    background-color: #DAF8E8;
    color: #104E37;
}

.d-flex {
    display: flex;
}


.meetingPostplus_intro {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 100px;
}

.meetingPostplus_intro h2 {
    margin: 6px 0;
}

.meetingPostplus_intro .text_box {
    margin: 0 100px 20px 100px;
}

/* =============================================== */
/* =============================================== */
/* Build_in_Calendar */
.Build_in_Calendar {
    width: 100%;
    height: auto;
    background-color: #fff;
}

.Build_in_Calendar .contents {
    position: relative;
    margin: 45px auto 0 auto;
    background: #b0d5e3;
    overflow: hidden;
}

/* table */
.Build_in_Calendar .contents>img {
    max-width: 1800px;
    position: absolute;
    bottom: -250px;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, 0);
}

.Build_in_Calendar .img_wrap {
    display: grid;
    grid-template-columns: 55% 43%;
    grid-template-rows: auto;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
}

.Build_in_Calendar .img_wrap .img_inner {
    position: relative;
    width: 100%;
    min-height: 500px;
}

.Build_in_Calendar .img_wrap .img_inner>img {
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 2;
    width: 100%;
}

.Build_in_Calendar .contents .box {
    position: relative;
    width: 100%;
    height: auto;
    padding: 40px 30px 30px 30px;
    margin-bottom: 80px;
    text-decoration: none;
    box-sizing: border-box;
    text-align: left;
    background-color: rgb(255, 255, 255);
    z-index: 3;
    box-shadow: 1px 1px 10px rgba(89, 89, 89, 0.3);
    align-self: start;
}

.Build_in_Calendar .contents .box h2 {
    width: 100%;
    display: block;
    color: #595959;
    font-weight: 300;
    margin-bottom: 12px;
}

.Build_in_Calendar .contents .box span {
    width: 100%;
    display: block;
    color: #595959;
}

/* =============================================== */

/* poster app start */
.product_wrap.poster#Requirements .contents {
    padding-bottom: 70px;
}

.product_wrap .box {
    text-align: center;
}

.product_wrap.poster#Requirements .box .grid {
    display: grid;
    grid-template-columns: 1fr 1.8fr;
    grid-template-rows: auto;
    column-gap: 16px;
    row-gap: 24px;
    max-width: 100%;
    padding-top: 24px;
}

.product_wrap.poster#Requirements .box .grid>* {
    align-self: center;
    line-height: 1;
}

.product_wrap.poster#Requirements .box .grid .f20 {
    text-align: right;
}

.product_wrap.poster#Requirements .box .grid .f16 {
    text-align: left;
}

.product_wrap.poster#Requirements .box .grid .note {
    line-height: 1.7;
    border-top: 1px solid #413d3c;
    padding-top: 20px;
    grid-column: 1 / span 2;
    grid-row: 8/ 9;
}

/* poster app end */
.productIntro_Area .list_wrap {
    display: flex;
    align-items: flex-start;
    background: #EFFBF9;
    padding: 24px 32px;
    border-radius: 18px;
    margin-top: 24px;
    font-weight: 400;
    box-sizing: border-box;
    width: 100%;
}

.productIntro_Area .list_wrap ul {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px 32px;
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
}

.productIntro_Area .list_wrap ul li {
    margin: 0;
    padding-left: 24px;
    position: relative;
    font-size: 16px;
    line-height: 1.4;
    display: flex;
    align-items: center;
}

.productIntro_Area .list_wrap ul li::before {
    content: "\f14a";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #70D9CC;
    position: absolute;
    left: 0;
    font-size: 16px;
}

.productIntro_Area.Import_Templates {
    transform: scale(1.02);
}


/* PostApp 圖文中文字下方小圖的設定 */
.feature_Area {
    display: flex;
}

.cta_btn {
    display: inline-block;
    background: #30B5A5;
    color: #000000;
    margin-top: 10px;
}

/* 置頂按鈕 */
.top-button {
    background-color: #fabe00;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: 1000;
    /* position: absolute; */
    bottom: 4%;
    right: 2%;
    position: fixed;
    border: 0px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    transition: 0.2s;
}

.top-button i {
    font-size: 24px;
    color: #333;
}

.top-button:hover {
    border: 0px solid steelblue;
    background-color: #333;
}

.top-button:hover i {
    color: #fabe00;
}

/* Swiper */
/* banner */
.wrapper.index_banner .contents {
    margin: 0 auto;
    max-width: 100%;
}

.slider--banner {
    height: 480px;
}

.swiper-slide.banner_contents {
    display: flex;
    align-items: center;
    height: auto;
}

.banner_background {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.inner_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(10, 10, 10, 0.3);
}

.inner_wrapper img {
    width: 100%;
    object-fit: cover;
    object-position: 40% 50%;
}





.slider {
    position: relative;
}

/* 點點+暫停按鍵位置 */
.wrapper--slider_bottom {
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    column-gap: 12px;
    z-index: 10;
}

.wrapper--slider_bottom .swiper-pagination {
    position: relative;
    bottom: 0 !important;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
}

.wrapper--slider_bottom .swiper-pagination-bullet {
    background-color: #ffffffe4;
    opacity: 0.8;
    transition: all 0.3s cubic-bezier(0.2, 0.0, 0, 1.0);
}

.wrapper--slider_bottom .swiper-pagination-bullet:hover {
    background-color: #fabe00;
}

.wrapper--slider_bottom .swiper-pagination-bullet-active {
    background-color: #fabe00;
}

#slider-control {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #999;
    border: none;
    appearance: none;
    cursor: pointer;
    padding: 0;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 30px;
    height: 30px;
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.2, 0.0, 0, 1.0);
}

#slider-control:hover {
    color: var(--primary-color);
}

.wrapper--navigation {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    z-index: 10;
}

.slider-button-next,
.slider-button-prev {
    z-index: 10;
    /* padding: 10px 10px 5px 5px; */
    padding: 5px 10px;
    cursor: pointer;
    font-size: 30px;
    opacity: 0.8;
    /* background-color: #1ea792; */
    text-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    color: white;
    transition: all 0.3s cubic-bezier(0.2, 0.0, 0, 1.0);
    transform-origin: center;
}

.slider-button-next:hover,
.slider-button-prev:hover {
    background-color: #fabe00;
}

.slider-button-next:hover path,
.slider-button-prev:hover path {
    stroke: var(--primary-color);
}

.slider--banner .wrapper--text {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    row-gap: 12px;
}

.index_wrapper {
    position: relative;
}


/* 漂浮小icon動畫 開始 */
.templates_slider .animation_icons {
    position: absolute;
    bottom: -30px;
    left: 20px;
    width: 100%;
    opacity: 0;
    transition: all 0.3s ease-in 0.3s;
}

.templates_slider .slide.swiper-slide-active .animation_icons {
    opacity: 1;
}

.templates_slider .animation_icons>img {
    border-radius: 10px;
    box-shadow: 0 0 4px #08627e3a;
}

.templates_slider .animation_icons>img:first-child {
    z-index: 1;
    box-shadow: 0 0 10px #08627e3a;
    animation: float_icon1 3s ease-in-out infinite;
    animation-play-state: paused;
}

.templates_slider .animation_icons>img:nth-child(2) {
    z-index: 0;
    animation: float_icon2 4.5s ease-in-out infinite;
    animation-play-state: paused;
}

.templates_slider .animation_icons>img:nth-child(3) {
    animation: float_icon3 3s ease-in-out infinite;
    animation-play-state: paused;
}

.templates_slider .animation_icons>img:nth-child(4) {
    animation: float_icon4 3.5s ease-in-out infinite;
    animation-play-state: paused;
    box-shadow: 0 0 10px #08627e3a;
}

.templates_slider .slide.swiper-slide-active .animation_icons>img:first-child,
.templates_slider .slide.swiper-slide-active .animation_icons>img:nth-child(2),
.templates_slider .slide.swiper-slide-active .animation_icons>img:nth-child(3),
.templates_slider .slide.swiper-slide-active .animation_icons>img:nth-child(4) {
    animation-play-state: running;
}

@media only screen and (max-width: 768px) {
    .templates_slider .animation_icons {
        width: 60px;
        height: 60px;
    }  
    .img_inner {
    min-height: 400px !important;
  }
}


@media only screen and (max-width: 500px) {
    .templates_slider .animation_icons {
        left: 0px;
        bottom: auto;
    }
  .img_inner {
    min-height: 300px !important;
  }
}


@keyframes float_icon1 {

    0%,
    100% {
        transform: scale(0.95) rotate(-30deg) translate(10px, 40px);
    }

    50% {
        transform: scale(0.95) rotate(-30deg) translate(20px, 30px);
    }
}

@keyframes float_icon2 {

    0%,
    100% {
        transform: scale(0.82) rotate(15deg) translate(35px, 40px);
    }

    30% {
        transform: scale(0.82) rotate(15deg) translate(30px, 35px);
    }
}

@keyframes float_icon3 {

    0%,
    100% {
        transform: scale(1) rotate(-15deg) translate(30px, 15px);
    }

    70% {
        transform: scale(1) rotate(-15deg) translate(35px, 18px);
    }
}

@keyframes float_icon4 {

    0%,
    100% {
        transform: scale(0.8) rotate(20deg) translate(60px, -25px);
    }

    60% {
        transform: scale(0.8) rotate(20deg) translate(55px, -30px);
    }
}

/* 漂浮小icon動畫 結束 */

/* === Back to Top Button === */
/* 樣式已移至 default.css 統一管理 */

.productHeader.poster_banner .contents {
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.productHeader.poster_banner .contents>* {
    height: 100%;
    box-sizing: border-box;
    object-fit: contain;
}

/* 新版 poster banner 區塊 */
.posterBanner-section {
    background-color: #f0f0f0;
    background-image: url('../images/poster_banner_pc.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100vw;
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
}

/* 新版 meetingPost+ banner 區塊 */
.meetingPostBanner-section {
    background-color: #f0f0f0;
    background-image: url('../images/meetingpost_banner_pc.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100vw;
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
}

/* meetingPost+ content sections */
.function-container-bg,
.test-carousel-container,
.gray-section,
.Build_in_Calendar,
.productIntro_Area.Update_Equipment,
.integration-section,
.function-container.function-container-media {
    max-width: 1920px;
    margin: 0 auto;
    padding-left: 375px;
    padding-right: 375px;
    box-sizing: border-box;
}

@media (max-width: 1170px) {
    .content-left {
        display: none !important;
    }
}

/* meetingPost+ content sections RWD */
@media screen and (max-width: 1920px) {

    .function-container-bg,
    .test-carousel-container,
    .gray-section,
    .Build_in_Calendar,
    .productIntro_Area.Update_Equipment,
    .integration-section,
    .function-container.function-container-media {
        padding-left: 19.5vw;
        padding-right: 19.5vw;
    }
}

@media screen and (max-width: 1440px) {

    .function-container-bg,
    .test-carousel-container,
    .gray-section,
    .Build_in_Calendar,
    .productIntro_Area.Update_Equipment,
    .integration-section,
    .function-container.function-container-media {
        padding-left: 15vw;
        padding-right: 15vw;
    }
}

@media screen and (max-width: 1024px) {

    .function-container-bg,
    .test-carousel-container,
    .gray-section,
    .Build_in_Calendar,
    .productIntro_Area.Update_Equipment,
    .integration-section,
    .function-container.function-container-media {
        padding-left: 10vw;
        padding-right: 10vw;
    }

    /* .Build_in_Calendar .img_wrap {
        grid-template-columns: 55% 45%;
    } */


    .Build_in_Calendar .contents {
        margin: 20px auto 0 auto;
    }


    .Build_in_Calendar .contents > img {
        bottom: -220px;
    }

    
    .Build_in_Calendar .img_wrap {
        display: flex;
        flex-direction: column-reverse;
    }


    .Build_in_Calendar .img_wrap .img_inner {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 500px;
    }
    

    .Build_in_Calendar .contents .box {
        width: 90%;
        max-width: 768px;
        text-align: center;
        margin: 45px auto;
    }

    .productIntro_Area.Update_Equipment {
        flex-direction: column;
        text-align: center;
        margin-top: 60px;
    }

    .productIntro_Area.Update_Equipment .text_box {
        width: 80vw;
    }
}

@media screen and (max-width: 768px) {

    .function-container-bg,
    .test-carousel-container,
    .gray-section,
    .Build_in_Calendar,
    .productIntro_Area.Update_Equipment,
    .integration-section,
    .function-container.function-container-media {
        padding-left: 5vw;
        padding-right: 5vw;
    }
}

@media screen and (max-width: 480px) {

    .function-container-bg,
    .test-carousel-container,
    .gray-section,
    .Build_in_Calendar,
    .productIntro_Area.Update_Equipment,
    .integration-section,
    .function-container.function-container-media {
        padding-left: 3vw;
        padding-right: 3vw;
    }
}

.meetingpost-width-fix {
    max-width: 1920px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 375px;
    padding-right: 375px;
    box-sizing: border-box;
}

@media (max-width: 1440px) {
    .meetingpost-width-fix {
        padding-left: 15vw;
        padding-right: 15vw;
    }
}

@media (max-width: 1024px) {
    .meetingpost-width-fix {
        padding-left: 10vw;
        padding-right: 10vw;
    }

    /* .update-equipment-desc {
        display: none;
    } */
}

@media (max-width: 768px) {
    .meetingpost-width-fix {
        padding-left: 5vw;
        padding-right: 5vw;
    }
}

@media (max-width: 480px) {
    .meetingpost-width-fix {
        padding-left: 3vw;
        padding-right: 3vw;
    }
}

.meetingPostBanner-container,
.posterBanner-container {
    max-width: 1170px;
    margin: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}

.meetingPost-desc,
.poster-desc {
    max-width: 1170px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    margin-left: auto;
    margin-right: 60vw;
}


.meetingPostBanner-title,
.posterBanner-title {
    max-width: 1170px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: center;
}

.meetingPostBanner-title .title_and_Logo,
.posterBanner-title .title_and_Logo {
    display: flex;
    align-items: left;
    gap: 16px;
}


.meetingPostBanner-title .titleImg,
.posterBanner-title .titleImg {
    padding-left: 12px;
}

/* =================== 所有 RWD 設定整合 =================== */

/* 1500px 以下 */
@media screen and (max-width: 1500px) {
    .meetingPostBanner-container,
    .posterBanner-container {
        padding: 0 15%;
    }
}

/* 1170px 以下 - 调整最大宽度为80vw */
@media screen and (max-width: 1170px) {
    .posterBanner-container {
        max-width: 80vw;
    }

    .meetingPostBanner-container {
        max-width: 80vw;
    }

    .posterBanner-title {
        max-width: 80vw;
    }

    .meetingPostBanner-title {
        max-width: 80vw;
    }

    .productIntro_Area {
        width: 80vw;
        max-width: 80vw;
    }
}

/* 1300px 以下 - 全頁寬度使用 vw */
@media screen and (max-width: 1300px) {
    .posterBanner-section {
        background-color: #f0f0f0;
        background-image: url('../images/poster_banner_tablet.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 300px;
        display: flex;
        align-items: center;
    }

    .meetingPostBanner-section {
        background-image: url('../images/meetingpost_banner_tablet.png');
    }

    /* .meetingPostBanner-container {
        max-width: 1300px;
        padding-left: 4%;
        width: 100%;
        transform-origin: left top;
    }

    .meetingPostBanner-title {
        max-width: 1300px;
        padding-left: 4%;
        width: 100%;
        transform-origin: left top;
    }

    .meetingPost-desc {
        max-width: 1300px;
        padding-left: 4%;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    } */

    .poster_features,
    .productIntro_Area {
        width: 90%;
        max-width: 90%;
        padding: 40px 20px;
    }

    .contents.feature_Area.Customize_Your_Text {
        width: 90%;
        max-width: 90%;
    }

    .productIntro_Area .text_box {
        width: 45vw;
    }

    .productIntro_Area .img_box {
        width: 45vw;
    }

    .productIntro_Area .video_box {
        width: 45vw;
    }

    .productIntro_Area .list_wrap {
        padding: 20px 28px;
    }

    .productIntro_Area .list_wrap ul {
        gap: 10px 28px;
    }
}

/* 1120px 以下 */
@media screen and (max-width: 1120px) {
    .slider--banner {
        height: 400px;
    }

    .left_img {
        max-width: 46vw;
        width: 100%;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }
    .meetingPostBanner-container,
    .posterBanner-container {
        /* margin-left: auto; */
        /* margin-right: 60vw; */
        /* margin-right: auto; */
        width: 100%;
        max-width: 1120px;
    }


    .meetingPost-desc .desc,
    .poster-desc .desc {
        margin-left: auto;
        margin-right: 60vw;
        width: 100%;
        max-width: 1120px;
        padding-top: 4px;
        margin-right: 70vw;
        word-break: break-word;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}


/* 800px 以下 - 改為上下排列 */
@media screen and (max-width: 800px) {
    .meetingPostBanner-section,
    .posterBanner-section {
        max-width: 800px;
        width: 100%;
        /* padding-top: 36px; */
    }
    .meetingPostBanner-container,
    .posterBanner-container {
        /* max-width: 80vw; */
        padding: 0 11%;
        gap: 5px;
    }
    
    .meetingPostBanner-title,
    .posterBanner-title {
        padding-left: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        transform-origin: left top;
        height: fit-content;
        max-width: 100%; 
        width: 100%;
        margin-left: -7%;
    }

    .meetingPostBanner-title {
        margin-left: -10%;
    }

    .posterBanner-title {
        margin-left: -7%;
    }

    .meetingPost-desc .desc,
    .poster-desc .desc {
        margin-left: auto;
        transform-origin: left top;
        width: 100%;
        max-width: 60vw;
        padding-right: 10px;
        word-break: break-word;
    }


    .title_and_Logo {
        scale: 0.7;
    }

    .poster_features {
        max-width: 100vw;
        padding-top: 0;
        padding-left: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        transform-origin: left top;
        height: fit-content;
        width: 100%;
    }

    .feature_titleImg {
        display: none;
    }

    .text_box {
        width: 100%;
        padding-right: 0;
        transform-origin: top;
        height: fit-content;
        word-break: break-word;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .productIntro_Area .text_box,
    .productIntro_Area .img_box,
    .productIntro_Area .video_box {
        width: 100%;
        padding-right: 0;
        transform-origin: top;

    }

    .img_box img,
    .left_img,
    .video_box video {
        width: 60vw;
        max-width: 60vw;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
        text-align: center;
    }

    .icon-box {
        width: 20vw;
        height: auto;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .icon-box img {
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
        padding: 8px;
        background: #70D9CC;
        border-radius: 4px;
    }

    .productIntro_Area_left,
    .productIntro_Area_right {
        flex-direction: column;
    }

    .productIntro_Area_left .img_box,
    .productIntro_Area_right .img_box,
    .productIntro_Area_left .text_box,
    .productIntro_Area_right .text_box {
        order: unset;
    }

    .productIntro_Area .list_wrap {
        padding: 20px 24px;
    }

    .productIntro_Area .list_wrap ul {
        gap: 8px 24px;
    }

    .productIntro_Area .list_wrap ul li {
        font-size: 14px;
    }

    .text_box.B-50-mg {
        width: calc(50% - 40px);
        margin-right: 40px;
        box-sizing: border-box;
    }

}

/* 600px 以下 */
@media screen and (max-width: 600px) {
    .posterBanner-section {
        max-width: 600px;
        max-height: 200px;
        padding-top: 36px;
        padding-left: 8vw;
    }

    .meetingPostBanner-section {
        max-width: 600px;
        max-height: 200px;
        padding-top: 20px;
        padding-left: 8vw;
    }

    .meetingPostBanner-title,
    .posterBanner-title {
        width: 100%;
        padding-left: 0;
        transform-origin: left top;
        align-items: left;
        margin-left: 0%;
    }

    .title_and_Logo {
        align-items: left;
        transform-origin: left top;
    }
    .meetingPostBanner-container,
    .posterBanner-container {
        width: 100%;
        max-width: 100vw;
        height: 100%;
        margin: 0;
        padding: 0;
        transform-origin: left top;
        scale: 0.6;
    }








    .desc {
        width: 70vw;
        max-width: 70vw;
        font-size: scale 0.8;
        font-weight: 400;
        transform-origin: left top;
        line-height: 1.2;
    }

    .poster-desc {
        padding-left: 0;
        margin-left: 0;
        width: 100%;
        align-items: flex-start;
    }


    .meetingPost-desc {
        padding-left: 0;
        margin-left: 0;
        width: 100%;
        align-items: flex-start;
    }

    .poster_features {
        max-width: 100%;
        padding-top: 0;
        padding-left: 0px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        height: fit-content;
        width: 100%;
    }
}

/* 400px 以下 */
@media screen and (max-width: 400px) {
    .meetingPostBanner-section,
    .posterBanner-section {
        max-width: 100vw;
        max-height: 150px;
        padding-top: 20px;
        background-size: 100vw;
        background-position: center;
        background-color: #f0f0f0;
        background-image: url('../images/poster_banner_tablet.png');
        background-repeat: no-repeat;
        background-position: center;
        background-position-x: 60%;
        width: 100%;
        display: flex;
        gap: 4px;
    }

    .meetingPostBanner-section {
        background-image: url('../images/meetingpost_banner_tablet.png');
    }
    .meetingPostBanner-container,
    .posterBanner-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        width: auto;
        height: auto;
        position: static;
        scale: 0.6;
        padding-top: 50%;
    }
    .meetingPostBanner-title,
    .posterBanner-title {
        scale: 0.95;
        max-height: 50px;
        height: 100px;
        margin-bottom: 0;
        padding: 0;
        width: auto;
        height: auto;
    }

    .desc {
        display: none;
    }
    .meetingPost-desc,
    .poster-desc {
        padding-left: 0;
        margin-left: 0;
        width: 100%;
        align-items: flex-start;
    }

    .poster_features {
        max-width: 100%;
        padding-top: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        height: fit-content;
        width: 100%;
    }

    .list_wrap {
        max-width: 100%;
    }

    .list_wrap ul li {
        font-size: 10px !important;
    }

    .f35 {
        font-size: 0.9em !important;
    }

    .f18 {
        font-size: 0.7em !important;
    }
}