.pages1_introduce .pages1_introduce_imgWrapper {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.pages1_introduce .pages1_introduce_imgWrapper>img {
    width: 100%;
    border-radius: 10px;
}

.pages1_introduce .pages1_introduce_imgWrapper>img.pc {
    display: block;
}

.pages1_introduce .pages1_introduce_imgWrapper>img.m {
    display: none;
}

.pages1_introduce .pages1_introduce_imgWrapper button {
    width: 176px;
    margin: 20px 0 0;
    display: flex;
    align-items: center;
    gap: 4px;    
    border-radius: 30px;
    font-family: "Noto Sans TC";
    position: absolute;
    left: 50%;
    bottom: 10%;
}

.pages1_introduce .pages1_introduce_imgWrapper button p {
    color: var( --colorOrange);
    font-weight: 400;
}

.pages1_introduce .pages1_introduce_imgWrapper button img {
    display: block !important;
    width: 20px !important;
}

.pages1_introduce .pages1_introduce_imgWrapper button:hover,
.pages1_introduce .pages1_introduce_imgWrapper button:active {
    background-color: white;
    border: 1px solid var( --colorOrange);
    box-shadow: var(--boxshadow);
}

.pages1_introduce .pages1_introduce_imgWrapper button:hover p {
    font-weight: bold;
}

.pages1_introduce .pages1_introduce_imgWrapper img:nth-child(1) {
    width: 100%;
    display: block;
    border-radius: var(--roundCornerBig);
}

.pages1_introduce .pages1_introduce_imgWrapper img:nth-child(2) {
    width: 100%;
    border-radius: var(--roundCornerBig);
    display: none;
}
.pages1_introduce .pages1_introduce_imgWrapper.img_hover{
    position: relative;
    display: flex;   
}
.pages1_introduce .pages1_introduce_imgWrapper.img_hover:hover .web_hover{
    opacity: 1;
    display: block;
}
.pages1_introduce .pages1_introduce_imgWrapper.img_hover:hover .web{
    opacity: 0;
    transition: 0.5s ease;
}
.pages1_introduce .pages1_introduce_imgWrapper.img_hover .web_hover{
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    transition: 0.5s ease;
}
.pages1_introduce .pages1_introduce_imgWrapper.img_hover .mobile{
    display: none;
}
.pages1_introduce .pages1_introduce_imgWrapper.img_hover .mobile_hover{
    position: absolute;
    /*opacity: 0;*/
    display: none;
    left: 0;
    top: 0;
}

.pages1_banner {
    width: 100%;
    /*
    padding: 20px 20px 0;
    max-width: 1640px;
    box-sizing: border-box;
    margin: 48px auto 0 auto;
    */
    max-width: 1280px;
}

.pages1_banner .imgWrapper {
    position: relative;
}

.pages1_banner .imgWrapper>img {
    width: 100%;
}

.pages1_banner .imgWrapper>img.pc {
    display: block;
}

.pages1_banner .imgWrapper>img.m {
    display: none;
}

.pages1_banner .imgWrapper .btnGroup {
    position: absolute;
    left: 8.5%;
    bottom: 12%;
}

.pages1_banner .imgWrapper .btnGroup {
    width: auto;
    display: flex;
    align-items: center;
    gap: 4px;
}

.pages1_banner .imgWrapper .btnGroup button {
    border-width: 2px;    
    border-radius: 30px;
    font-family: var(--fontFamily);
}

.pages1_banner .imgWrapper .btnGroup button:nth-child(1):hover {
    background-color: white;
    color: var( --colorOrange);
    border-color: var( --colorOrange);
    font-weight: bold;
    box-shadow: var(--boxshadow);
}

.pages1_banner .imgWrapper .btnGroup button:nth-child(2) {
    background-color: var( --colorOrange);
    color: white;
}

.pages1_banner .imgWrapper .btnGroup button:nth-child(2):hover {
    border-color: #F5AC86;
    background-color: #F5AC86;
    color: white;
    box-shadow: var(--boxshadow);
}

.pages1_banner .imgWrapper .btnGroup button:nth-child(2):active {
    border-color: var( --colorOrange);
    background-color: var( --colorOrange);
    color: white;
    box-shadow: var(--boxshadow);
}
.pages1_banner .imgWrapper img{
    border-radius: var(--roundCornerBig);
}
.pages1_banner .imgWrapper img:nth-child(1) {
    width: 100%;
    display: block;
}

.pages1_banner .imgWrapper img:nth-child(2) {
    width: 100%;
    display: none;
}

.pages1_banner .imgWrapper .content {
    position: absolute;
    top: 0;
    left: 130px;
    display: flex;
    flex-direction: column;
    width: auto;
    height: 100%;
    justify-content: center;
    gap: 4px;
}

.pages1_banner .imgWrapper .content h2 {
    font-weight: 700;
    font-size: 64px;
    line-height: 65px;
    /*color: var( --colorOrange);*/
    color: #2D2D6C;
}

.pages1_banner .imgWrapper .content h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 65px;
    /*color: #FFFFFF;*/
    color: var( --colorOrange);
}

.pages1_banner .imgWrapper .content .btnGroup {
    width: auto;
    display: flex;
    align-items: center;
    gap: 4px;
}

.pages1_banner .imgWrapper .content .btnGroup button {
    border-width: 2px;
    box-shadow: var(--boxshadow);
    border-radius: 30px;
    font-family: var(--fontFamily);
}

.pages1_banner .imgWrapper .content .btnGroup button:nth-child(1):hover {
    background-color: white;
    color: var( --colorOrange);
    border-color: var( --colorOrange);
    font-weight: bold;
}

.pages1_banner .imgWrapper .content .btnGroup button:nth-child(2) {
    background-color: var( --colorOrange);
    color: white;
}

.pages1_banner .imgWrapper .content .btnGroup button:nth-child(2):hover {
    border-color: #F5AC86;
    background-color: #F5AC86;
    color: white;
}

.pages1_banner .imgWrapper .content .btnGroup button:nth-child(2):active {
    border-color: var( --colorOrange);
    background-color: var( --colorOrange);
    color: white;
}

.contact_box .pages1_banner {
    padding-left: 0;
    padding-right: 0;
}

/* 線上申辦購物 */
.apply_buy{
    display: flex;
    align-items: center;
    gap: 100px;
    margin-top: 0px;
}
.apply_buy_discount{
  width: calc(40% - 60px);
}
.apply_buy_safe{
    flex: 1;
    position: relative;
}
.apply_buy_safe_more{
    background: #FFFFFF;
    border: 1px solid var( --colorOrange);
    /* box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25); */
    border-radius: 30px;
    width: auto;
    height: 32px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    position: absolute;
    right: 0;
    top: 40px;
    margin-right: 0;
}
.apply_buy_safe_more:hover{
    box-shadow: var(--boxshadow);    
}
.apply_buy_safe_more:hover p{
    font-weight: 700;
}
.apply_buy_safe_more p{
    color: var( --colorOrange);
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    margin-left: 2px;
}

.apply_buy_title{
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    color: #2D2D6C;
    position: relative;
    width: fit-content;
    margin: 0 auto 45px;
    margin-top: 12px;
}
.apply_buy_title:before {
    content: "";
    background-image: url(../assets/icons/apply_buy_title_bg1.svg);
    position: absolute;
    left: -47px;
    top: -37px;
    width: 90px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}
.apply_buy_title.purple:before {
    background-image: url(../assets/icons/apply_buy_title_bg2.svg);
}
.apply_buy_item_list{
    display: flex;
    gap: 100px;
    align-items: center;
}
.apply_buy_item{
    width: 100%;
    /*height: 240px;*/
    height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #FF8F08;
    border-radius: var(--roundCornerBig);
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.apply_buy_img{
    height: 82px;
    margin-bottom: 12px;
}
.apply_buy_text{
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #1B1B1B;
}
.apply_buy_item.purple{
    border: 1px solid #DE5398;
}
.apply_buy_line{
    position: absolute;
    bottom: 0;
    left: -5%;
    width: 110%;
    height: 27px;
    background: #FF8F08;
    /* border-radius: 20px 20px 0px 0px; */
    transform: matrix(1, 0, 0, -1, 0, 0);
}
.apply_buy_item.purple .apply_buy_line{
    background: #DE5398;
}

.carefulBuy>h1>br {
    display: none;
}

.shop_peace_buy_box {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 50px 20px 50px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.shop_peace_buy {
    position: relative;
    width: 100%;
    max-width: 1600px;
    width: 100%;
    padding: 30px 80px;

    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.shop_peace_buy .line {
    display: block;
    width: 78px;
    height: 10px;
    background-color: #FFD60B;
    opacity: 0.3;
}

.shop_peace_buy .card {
    position: relative;
    width: calc(33.3% - 110px);
    height: 145px;
    box-sizing: border-box;
    background-color: white;
    border: 1px solid #FF8F08;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    border-radius: 20px;
}

.shop_peace_buy .card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 25px;
    background-color: #FF8F08;
    border-radius: 0 0 18px 18px;
}

.shop_peace_buy .card img {
    height: 74px;
    transform: translateY(-12px);
}

.shop_peace_buy .card p {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0.07em;
    color: #1B1B1B;
    transform: translateY(-12px);
    white-space: nowrap;
}

.shop_peace_buy .card p br {
    display: none;
}

.mainActive {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    /*margin-bottom: 96px;*/
}

.mainActive .active {
    display: flex;
    align-items: stretch;
    gap: 32px;
    padding-right: 3px;
    max-width: 60%;
}

.main_active_title {
    margin-top: 80px;
    max-width: 40%;
    padding-right: 30px;
}

.main_active_title .pageHeading {
    justify-content: flex-start;
    margin-left: 10px;
    margin-bottom: -18px;
}

.main_active_title .pageHeading h1 {
    /*padding-bottom: 0 !important;*/
}

.main_active_title .page_text {
    font-weight: 500;
    /*font-size: 25px;
    line-height: 40px;*/
    font-size: 20px;
    line-height: 1.4;
    color: #2D2D6C;
    padding-top: 12px;
    margin-left: 10px;
}

.main_active_title .page_text.left {
    text-align: left;
    /*width: 470px;*/
    width: 100%;
}

.active_list {
    display: none;
    width: 100%;
}

.active_list .swiper-container {
    position: relative;
}

.active_list .swiper-pagination {
    position: absolute;
}

.active_warpper {
    padding-bottom: 50px;
}

.active_card {
    max-width: 348px;
    background: #FFFFFF;
    box-shadow: var(--boxshadow);
    border-radius: var(--roundCornerBig);
    cursor: pointer;
    box-sizing: content-box;
    position: relative;
    width: 100%;
    /* border: 3px solid transparent; */
}

.active_card:hover:after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 10;
    width: calc(100% - 3px);
    height: calc(100% - 3px);
    border: 3px solid #CE2874;
    border-radius: var(--roundCornerBig);
}

.active_card img {
    width: 100%;
    border-radius: var(--roundCornerBig) var(--roundCornerBig) 0 0;
}

.active_text_group {
    padding: 24px 21.5px 56px;
}

.active_title_box {
    display: flex;
    align-items: center;
    height: 72px;
}

.active_card .active_title {
    font-weight: 700;
    /*font-size: 24px;
    height: 72px;
    line-height: 36px;*/
    font-size: 20px;
    line-height: 1.4;
    color: #1B1B1B;
    height: 60px;
    /* display: flex; */
    /* align-items: center; */
    overflow: hidden;
    /* text-overflow: ellipsis; */
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 2; */
    /* -webkit-box-orient: vertical; */
}

.active_card .active_title span {
    color: #CE2874;
    margin-left: 5px;
}

.active_card .active_text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #1B1B1B;
    text-align: left;
    margin-top: 16px;   
}

.plan_list {
    display: none;
}

.plan_list .swiper-wrapper {
    height: auto;
}

.plan_list .swiper-container {
    position: relative;
}

.plan_list .swiper-pagination {
    position: absolute;
}

.plan_warpper {
    padding-bottom: 10px;
}

.plan {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 100%;
    /*margin-bottom: 96px;*/
}

.plan_card {
    position: relative;
    cursor: pointer;    
    display: flex;
}

.plan_card:hover:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 3px solid #DE5398;
    z-index: 99;
    border-radius: 18px;
}

.plan_card img {
    width: 100%;
    /* width: 50%; */
    border-radius: var(--roundCornerBig);
    /*height: 404px; */
    height: 338px;
}

.page_text {
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    color: #2D2D6C;
    text-align: center;
    /*
    margin-top: 25px;
    margin-bottom: 48px;
    */
    margin-top: 20px;
    margin-bottom: 40px;
}

.pages1_limitPlan button.mfo_button{
    margin: 0;
}
.pages1_limitPlan {
    position: relative;
    /*width: calc(100% - 80px);*/
    /*max-width: 1600px;   */
    max-width: 1280px;
    margin: 0 auto;
    height: fit-content;
    box-sizing: border-box;
    /*padding: 20px 60px 60px 60px;
    margin-bottom: 60px;*/
    padding: 20px 80px 50px 80px;
}
.pages1_limitPlan.add_fixed_margin{
    max-width: 1520px; 
}
.pages1_limitPlan .swiper-container {
    overflow: hidden;  
}
.pages1_limitPlan .swiper-container .swiper-wrapper {
    /*padding: 12px 0;*/
}
.pages1_limitPlan .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
    padding: 5px;    
}
.pages1_limitPlan .swiper-container .swiper-wrapper .swiper-slide a{
    display:flex;   
    position: relative;
}
.pages1_limitPlan .swiper-container .swiper-wrapper .swiper-slide img {
    /*width: 97%;*/
    width: 100%;
    border-radius: var(--roundCornerBig);
    box-shadow: var(--boxshadow);
    /*transform: translateX(1.5%);*/
}
.pages1_limitPlan .swiper-container .swiper-button-prev, .pages1_limitPlan .swiper-container .swiper-button-next {
 top: 44%;   
}

.pages1_limitPlan .swiper-container .swiper-wrapper .swiper-slide a:active:after {
    content: "";
    position: absolute;
    /*
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    width: calc(100% - 30px);
    height: calc(100% - 4px);
    */
    left: 0;
    top: 0;
    width: calc(100% - 6px);
    height:calc(100% - 6px);
    border: 3px solid #CE2874;
    border-radius: var(--roundCornerBig);
}
.pages1_limitPlan .swiper-container .swiper-wrapper .swiper-slide button img{
    box-shadow: none;

}
.pages1_limitPlan_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
    box-sizing: border-box;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: var(--roundCornerBig);
}
.pages1_limitPlan_content .desc {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.pages1_limitPlan_content .desc h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 45px;
    color: #2D2D6C;
}
.pages1_limitPlan_content .desc h2 {
    font-weight: 700;
    font-size: 50px;
    line-height: initial;
/*    line-height: 57px;*/
    color: var( --colorOrange);
}
.pages1_limitPlan button.mfo_button {
    position: absolute;
    left: 7%;
    bottom: 12%;
    width: 176px;
    height: 48px;
    margin: 12px 0 0;
    display: flex;
    align-items: center;
    gap: 4px;
    /*box-shadow: var(--boxshadow);*/
    border-radius: 30px;
}
.pages1_limitPlan button.mfo_button p {
    color: var( --colorOrange);
    font-weight: 400;
    font-family: var(--fontFamily);
}
.pages1_limitPlan button.mfo_button:hover {
    background-color: white;
    border: 1px solid var( --colorOrange);
    box-shadow: var(--boxshadow);
}
.pages1_limitPlan button.mfo_button:hover p,
.pages1_limitPlan button.mfo_button:active p {
    font-weight: bold;
}
.pages1_limitPlan button.mfo_button:active{
    background-color: white;
    box-shadow: var(--boxshadow);
}



.pages1_limitPlan button.mfo_button img {
    width: 20px !important;
    margin-left: 4px;
}

/*=======*/

.pages1_limitPlan_content .desc button {
    width: 176px;
    height: 48px;
    margin: 12px 0 0;
    display: flex;
    align-items: center;
    gap: 4px;
    box-shadow: var(--boxshadow);
    border-radius: 30px;
}
.pages1_limitPlan_content .desc button p {
    color: var( --colorOrange);
    font-weight: 400;
    font-family: var(--fontFamily);
}
.pages1_limitPlan_content .desc button:hover {
    background-color: white;
    border: 1px solid var( --colorOrange);
}
.pages1_limitPlan_content .desc button:hover p {
    font-weight: bold;
}
.pages1_limitPlan_content .desc button img {
    width: 20px !important;
    margin-left: 4px;
}
.pages1_limitPlan_content .imgWrapper img {
    width: 216px;
}
.ad_bannemr img{
    width: 100%;
}

@media (max-width: 1600px) {
    .pages1_banner .imgWrapper .btnGroup button {
        font-size: 18px;
    }

    .shop_peace_buy {
        gap: 20px;
        padding: 30px calc(4% + 20px);
    }

    .shop_peace_buy .card {
        width: calc(33.3% - 80px);
        height: 120px;
    }

    .shop_peace_buy .card img {
        height: 50px;
    }

    .shop_peace_buy .line {
        width: 70px;
        height: 9px;
    }

    .pages1_limitPlan_content .desc h3 {
        font-size: 28px;
        line-height: 36px;
    }
    .pages1_limitPlan_content .desc h2 {
        font-size: 42px;        
    }

   
    .pages1_limitPlan button.mfo_button{
        font-size: 18px;
    }
}

@media (max-width: 1440px) {
    .pages1_banner {
        width: 100%;
        /*padding: 10px 4% 10px 4%;*/
    }

    .pages1_banner .imgWrapper .content h2 {
        font-size: 60px;
    }

    .pages1_banner .imgWrapper .content h3 {
        font-size: 28px;
    }

    .pages1_banner .imgWrapper .btnGroup button {
        width: 230px;
    }

    .pages1_banner .imgWrapper .content .btnGroup button {
        width: 230px;
    }

    .pages1_banner .imgWrapper .content {
        left: 8vw;
    }

    .shop_peace_buy_box {
        padding: 50px 20px 30px 20px;
    }

    .pages1_limitPlan_content .desc {
        gap: 2px;
        padding-right: 10px;
    }
    .pages1_limitPlan button.mfo_button{
        width: 140px;
        height: 38px;
        margin: 8px 0 0;
        gap: 2px;
    }    
    .pages1_limitPlan_content .desc button {
        width: 140px;
        height: 38px;
        margin: 8px 0 0;
        gap: 2px;
    }
    .pages1_limitPlan_content .imgWrapper img {
        width: 140px !important;
    }
    .pages1_limitPlan_content .desc h2{
        font-size: 36px;
    }
    .pages1_limitPlan_content .desc h3{
        font-size: 24px;
    }
    .pages1_limitPlan { 
        width: 100%;  
        /*padding: 12px 4% 60px 4%;*/
        padding-left: 60px;
        padding-right: 60px;
        
    }
    .pages1_limitPlan.add_fixed_margin{       
        padding: 12px 0% 60px 0%; 
        margin-left: -10px;     
        margin-right: -10px;
        width: calc(100% + 20px);
    }
    .pages1_limitPlan.add_fixed_margin .swiper-button-prev{
        /*left: 0;*/
    }
    .pages1_limitPlan.add_fixed_margin .swiper-button-next{
        /*right: 0;*/
    }
    .pages1_limitPlan .swiper-container{
        /*margin: 0 80px;*/
    }
    .pages1_limitPlan .swiper-button-prev{
        /*left: 60px;*/
    }
    .pages1_limitPlan .swiper-button-next{
        /*right: 60px;*/
    }
    .pages1_limitPlan .swiper-container .swiper-button-prev::after,
    .pages1_limitPlan .swiper-container .swiper-button-next::after {
        /*transform: scale(0.5);*/
    }
    .pages1_limitPlan .swiper-container .swiper-wrapper .swiper-slide:active:after {       
        width: calc(100% - 20px);        
    }
    .plan_card img{
        height: 24.8vw;
    }
    .active_card .active_text{
        font-size: 15px;
        line-height: 1.4;
    }
}

@media (max-width: 1367px) {

    .apply_buy,
    .apply_buy_item_list {
        gap: 50px;
    }

    .apply_buy_discount {
        width: calc(40% - 29px);
    }

    .main_active_title {
        min-width: 340px;
    }

    .main_active_title .page_text {
        font-size: 20px;
        text-align: left;
    }

    .main_active_title .page_text.left {
        width: 310px;
    }
}

@media (max-width: 1366px) {
    .shop_peace_buy {
        gap: 15px;
    }

    .shop_peace_buy .card {
        height: 120px;
        gap: 15px;
        border-radius: 18px;
        width: calc(33.3% - 50px);
    }

    .shop_peace_buy .card::after {
        height: 15px;
    }

    .shop_peace_buy .card img {
        transform: translateY(-7px);
        height: 40px;
    }

    .shop_peace_buy .card p {
        transform: translateY(-7px);
        font-size: 18px;
        letter-spacing: 0.05em;
    }

    .shop_peace_buy .line {
        width: 40px;
    }
}

@media (max-width: 1280px) {
    .pages1_introduce .pages1_introduce_imgWrapper button {
        width: 152px;
        height: 46px;
        margin: 8px 0 0;
        gap: 2px;
    }

    .pages1_introduce .pages1_introduce_imgWrapper button img {
        width: 12px;
    }

    .shop_peace_buy {
        justify-content: space-around;
        gap: 14px;
        padding: 30px calc(4% + 0px);

    }

    .shop_peace_buy .card {
        width: calc(33.3% - 60px);
        height: 105px;
    }

    .shop_peace_buy .card img {
        height: 45px;
    }

    .shop_peace_buy .card p {
        font-size: 18px;
        letter-spacing: 0.05em;
    }

    .shop_peace_buy {
        gap: 20px;
        padding: 30px calc(4% + 0px);
    }

    .pages1_limitPlan_content {
        padding: 20px 30px;
        border-radius: 18px;
    }
    .pages1_limitPlan_content .desc {
        gap: 2px;
    }
    .pages1_limitPlan_content .desc h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .pages1_limitPlan_content .desc h2 {
        font-size: 28px;
    }
    .pages1_limitPlan button.mfo_button{
        width: 130px;
        height: 36px;
        margin: 8px 0 0;
        gap: 2px;
    }
    .pages1_limitPlan_content .desc button {
        width: 130px;
        height: 36px;
        margin: 8px 0 0;
        gap: 2px;
    }
    .pages1_limitPlan_content .imgWrapper img {
        width: 148px !important;
    }
    .pages1_limitPlan {
        /*padding: 10px 2% 60px 2%;*/
    }

    .pages1_limitPlan .swiper-button-prev {
        /*left: 40px;*/
    }

    .pages1_limitPlan .swiper-button-next {
        /*right: 40px;*/
    }
    .pages1_limitPlan button.mfo_button{
        font-size: 16px;
    }
}
@media (max-width: 1024px) {
    /* 台哥大獨家安心購服務 start */
    .shop_peace_buy {
        gap: 10px;
    }
    .shop_peace_buy .card {
        /* width: 220px; */
        height: 95px;
        gap: 8px;
    }
    .shop_peace_buy .card img {
        height: 40px;
    }
    .shop_peace_buy .card p {
        font-size: 16px;
        letter-spacing: 0.05em;
    }
    .shop_peace_buy .line {
        width: 36px;
        height: 6px;
    }
}
@media (max-width: 1023px) {
    .pages1_limitPlan_content {
        padding: 12px 30px;
        border-radius: 12px;
    }
    /*    .pages1_limitPlan_content .desc {
        gap: 0;
    }*/
    .pages1_limitPlan_content .desc h3 {
        font-size: 16px;
        line-height: 16px;
    }
    .pages1_limitPlan_content .desc h2 {
        font-size: 22px;
        line-height: 24px;
    }
    .pages1_limitPlan button.mfo_button{
        margin-top: 10px;
        width: 100px;
        min-width: 100px;
        height: 26px;
        gap: 1px;
        line-height: 2;
    }

    .pages1_limitPlan button.mfo_button p {
        font-size: 12px;
    }
    .pages1_limitPlan button.mfo_button img {
        width: 12px !important;
    }


    .pages1_limitPlan_content .desc button {
        margin-top: 10px;
        width: 100px;
        height: 26px;
        gap: 1px;
    }
    .pages1_limitPlan_content .desc button p {
        font-size: 12px;
    }
    .pages1_limitPlan_content .desc button img {
        width: 12px !important;
    }
    .pages1_limitPlan_content .imgWrapper img {
        width: 88px !important;
    }
}
@media (max-width: 996px) {
    .pages1_introduce .pages1_introduce_imgWrapper .content img {
        width: 20px;
    }

    .pages1_introduce .pages1_introduce_imgWrapper .content h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .pages1_introduce .pages1_introduce_imgWrapper .content h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .pages1_introduce .pages1_introduce_imgWrapper .content p {
        font-size: 10px;
        line-height: 16px;
    }

    .pages1_introduce .pages1_introduce_imgWrapper button {
        width: 100px;
        height: 30px;
        margin: 2px 0 0;
        gap: 2px;
        font-size: 12px;
    }

    .pages1_introduce .pages1_introduce_imgWrapper button img {
        width: 8px;
    }

    .pages1_introduce .pages1_introduce_imgWrapper .content button {
        width: 100px;
        height: 30px;
        margin: 2px 0 0;
        gap: 2px;
    }

    .pages1_introduce .pages1_introduce_imgWrapper .content button img {
        width: 8px;
    }

    .pages1_banner .imgWrapper .btnGroup button {
        font-size: 16px;
    }

    .pages1_limitPlan .swiper-container .swiper-wrapper .swiper-slide:active:after {       
        width: calc(100% - 16px);        
    }
}

@media (max-width: 996px) {
    .pages1_banner .imgWrapper .content {
        left: 90px;
        gap: 4px;
    }

    .pages1_banner .imgWrapper .content h2 {
        font-size: 48px;
        line-height: 50px;
    }

    .pages1_banner .imgWrapper .content h3 {
        font-size: 24px;
        line-height: 40px;
    }

    .pages1_banner .imgWrapper .btnGroup button {
        width: 200px;
        height: 40px;
    }

    .pages1_banner .imgWrapper .content .btnGroup button {
        width: 200px;
        height: 40px;
    }

}

@media (max-width: 840px) {
    .shop_peace_buy {
        gap: 10px;
        padding: 20px 0;
    }

    .shop_peace_buy .card {
        /* width: 200px; */
        height: 90px;
        gap: 6px;
    }

    .shop_peace_buy .card img {
        height: 32px;
    }

    .shop_peace_buy .card p {
        font-size: 14px;
        letter-spacing: 0.03em;
    }

    .shop_peace_buy .line {
        width: 30px;
        height: 6px;
    }
}

@media (max-width: 830px) {
    .pages1_introduce .pages1_introduce_imgWrapper button {
        width: 100px;
        height: 25px;
        margin-top: 8px;
    }

    .pages1_introduce .pages1_introduce_imgWrapper .content button {
        width: 100px;
        height: 25px;
        margin-top: 8px;
    }

    .apply_buy_safe_more {
        top: 60px;
    }

    .apply_buy {
        flex-direction: column;
        padding: 0 20px;
    }

    .apply_buy_discount {
        width: 100%;
    }

    .apply_buy,
    .apply_buy_item_list {
        gap: 30px;
    }

    .apply_buy_item_list {
        justify-content: center;
    }

    .apply_buy_safe {
        width: 100%;
    }

    .apply_buy_item {
        max-width: 220px;
        border-radius: 10px;
        overflow: hidden;
    }

    .apply_buy_title {
        font-size: 20px;
        margin: 0 auto 35px;
    }

    .apply_buy_title.purple {
        margin-top: 30px;
    }

    .main_active_title {
        min-width: auto;
    }

    .main_active_title .pageHeading {
        margin-left: 0;
        margin-bottom: -10px;
    }

    .main_active_title .page_text.left {
        width: 100%;
        margin-left: 0;
    }

    .main_active_title .page_text {
        font-size: 16px;
        text-align: left;
        max-width: 90%;
    }

    .main_active_title .page_text.left {
        text-align: center;
    }

    .mainActive {
        flex-direction: column;
    }

    .mainActive .active {
        gap: 15px;
        margin-top: 0px;
        max-width: 100%;
    }

    .mainActive .main_active_title {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 10px;
        max-width: 100%;        
        padding-left: 15px;
        padding-right: 15px;
    }

    .main_active_title .page_text {
        /*line-height: 30px;
        margin-top: 20px;*/
    }

    .active_title_box{
        height: 60px;
    }
    .active_card .active_title {
        font-size: 18px;
        height: 50px;
    }

    .active_card .active_text {
        font-size: 14px;
        min-height: 40px;
    }

    .page_text {
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .pages1_banner {
        margin: 20px auto;
    }

    .pages1_banner .imgWrapper .content {
        left: 3vw;
    }

    .pages1_banner .imgWrapper .content h2 {
        font-size: 33px;
        line-height: 1.5;
    }

    .pages1_banner .imgWrapper .content h3 {
        font-size: 18px;
        line-height: 1.5;
    }

    .pages1_banner .imgWrapper .btnGroup button {
        width: 150px;
        height: 30px;
        font-size: 13px;
    }

    .pages1_banner .imgWrapper .content .btnGroup button {
        width: 150px;
        height: 30px;
        font-size: 13px;
    }

    .plan_card:hover:after {
        border-radius: 10px;
    }
    .plan_card img{
        border-radius: 10px;
    }
    .pages1_limitPlan{
        padding-left: 0;
        padding-right: 0;
    }
    .pages1_limitPlan .swiper-container{
        margin: 0;
    }
    .pages1_limitPlan .swiper-container .swiper-button-prev{
        display: none;
    }
    .pages1_limitPlan .swiper-container .swiper-button-next{
        display: none;
    }
    .pages1_limitPlan_content {
        padding: 10px 8%;
    }
    .pages1_limitPlan_content .desc button{
        margin-top: 10px;
    }
    .pages1_limitPlan_content .imgWrapper img {
        width: 15vw !important;
    }
}

@media (max-width: 767px) {
    .carefulBuy h1 br {
        display: block;
    }

    .shop_peace_buy_box {
        padding: 0 20px 30px 20px;
    }

    .shop_peace_buy {
        flex-direction: column;
        gap: 20px;
    }

    .shop_peace_buy .card {
        width: 240px;
        height: 100px;
        gap: 30px;
    }

    .shop_peace_buy .card::after {
        height: 13px;
    }

    .shop_peace_buy .card img {
        width: 50px;
        height: auto;
    }

    .shop_peace_buy .card p {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.05em;
        text-align: center;
    }

    .shop_peace_buy .card p br {
        display: block;
    }

    .shop_peace_buy .line {
        display: none;
    }
}

@media (max-width: 640px) {
    .pages1_introduce .pages1_introduce_imgWrapper img:nth-child(1) {
        display: none;
    }

    .pages1_introduce .pages1_introduce_imgWrapper img:nth-child(2) {
        display: block;
    }

    .pages1_introduce .pages1_introduce_imgWrapper button {
        width: 110px;
        height: 26px;
        margin: 8px 0 0;
        padding: 0 5px;
        gap: 2px;
        left: 41%;
        bottom: 10%;
    }

    .pages1_introduce .pages1_introduce_imgWrapper button p {
        font-size: 14px;
        line-height: 10px;
    }

    .pages1_introduce .pages1_introduce_imgWrapper button img {
        width: 12px !important;
        margin-left: 3px;
    }

    .pages1_introduce .pages1_introduce_imgWrapper .content button {
        width: 100px;
        height: 26px;
        margin: 8px 0 0;
        padding: 0;
        gap: 2px;
    }

    .pages1_introduce .pages1_introduce_imgWrapper .content button p {
        font-size: 14px;
        line-height: 10px;
    }

    .pages1_introduce .pages1_introduce_imgWrapper .content button img {
        width: 12px;
    }

    .pages1_introduce .pages1_introduce_imgWrapper img:nth-child(1) {
        display: none;
    }

    .pages1_introduce .pages1_introduce_imgWrapper img:nth-child(2) {
        display: block;
    }


    .pages1_banner {
        /*padding: 8px 4% 8px 4%;*/
        margin: 0 auto;
    }

    .pages1_banner .imgWrapper .content {
        left: 18px;
    }

    .pages1_banner .imgWrapper .content h2 {
        font-size: 14px;
        line-height: 20px;
    }

    .pages1_banner .imgWrapper .content h3 {
        font-size: 12px;
        line-height: 17px;
        max-width: 160px;
    }

    .pages1_banner .imgWrapper .btnGroup button {
        width: 138px;
        height: 28px;
        margin-top: 5%;
        padding: 0;
        white-space: nowrap;
    }

    .pages1_banner .imgWrapper .content .btnGroup button {
        width: 138px;
        height: 28px;
        margin-top: 5%;
        padding: 0;
        white-space: nowrap;
    }

    .pages1_banner .imgWrapper img:nth-child(1) {
        display: none;
    }

    .pages1_banner .imgWrapper img:nth-child(2) {
        display: block;
    }

    .pages1_banner .imgWrapper>img.pc {
        display: none;
    }

    .pages1_banner .imgWrapper>img.m {
        display: block;
    }

    .pages1_banner .imgWrapper .btnGroup {
        left: 6.5%;
        bottom: 12%;
    }

    .pages1_limitPlan_content {
        padding: 36px 13%;
        border-radius: 12px;
    }
    .pages1_limitPlan_content .desc {
        gap: 0;
    }
    .pages1_limitPlan_content .desc h3 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 8px;
    }
    .pages1_limitPlan_content .desc h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .pages1_limitPlan button.mfo_button {
        width: 115px;
        height: 32px;
        margin: 12px 0 0;
        gap: 1px;
        padding: 0;
    }
    .pages1_limitPlan button.mfo_button p {
        font-size: 16px;
    }
    .pages1_limitPlan button.mfo_button img {
        width: 16px !important;
    }


    .pages1_limitPlan_content .desc button {
        width: 115px;
        height: 32px;
        margin: 12px 0 0;
        gap: 1px;
        padding: 0;
    }
    .pages1_limitPlan_content .desc button p {
        font-size: 16px;
    }
    .pages1_limitPlan_content .desc button img {
        width: 16px !important;
    }
    .pages1_limitPlan_content .imgWrapper img {
        width: 156px !important;
    }
     /* MFO限定方案 start */
     .pages1_limitPlan {
        /*width: 100%;*/
        padding: 0;
        /*margin-bottom: 30px;*/
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
    }
    .pages1_limitPlan .swiper-container {
        margin: 0;
        /*padding: 0 0 60px 50px;*/
        padding: 0 0 30px 50px;
    }
    .pages1_limitPlan .swiper-container .swiper-wrapper {
        width: 100%;
        margin: 0 -8%;
    }
    .pages1_limitPlan .swiper-container .swiper-button-prev, .pages1_limitPlan .swiper-container .swiper-button-next {
        display: none;
    }
    /* MFO限定方案 end */
    .page_text{
        font-size: 14px;
    }
    .main_active_title .page_text{
        font-size: 14px;
    }

    
    .pages1_introduce .pages1_introduce_imgWrapper.img_hover:hover .web{
        display: none;    
    }
    .pages1_introduce .pages1_introduce_imgWrapper.img_hover:hover .web_hover{
        display: none; 
    }
    .pages1_introduce .pages1_introduce_imgWrapper.img_hover .mobile{
        opacity: 1;
        display: block;
    }
    .pages1_introduce .pages1_introduce_imgWrapper.img_hover:hover .mobile{
        opacity: 0;       
    } 
    .pages1_introduce .pages1_introduce_imgWrapper.img_hover:hover .mobile_hover{
        opacity: 1;
        display: block;
    }  
}

@media (max-width: 480px) {
    .shop_peace_buy_box {
        padding: 20px 20px 30px 20px;
    }

    .shop_peace_buy_box {
        padding: 20px 20px 30px 20px;
    }

    .shop_peace_buy {
        padding: 10px 0 20px 0;
    }

    .pages1_limitPlan_content {
        padding: 12px 8%;
        border-radius: 12px;
    }
    .pages1_limitPlan_content .desc {
        gap: 0;
    }
    .pages1_limitPlan_content .desc h3 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 8px;
    }
    .pages1_limitPlan_content .desc h2 {
        font-size: 22px;
        line-height: 28px;
    }

    .pages1_limitPlan button.mfo_button {
        width: 100px;
        height: 26px;
        margin: 16px 0 0;
        gap: 1px;
        padding: 0;
        min-width: 100px;
    }
    .pages1_limitPlan button.mfo_button p {
        /*font-size: 14px;*/
        font-size: 13px;
    }
    .pages1_limitPlan button.mfo_button img {
        width: 12px !important;
    }

    .pages1_limitPlan_content .desc button {
        width: 100px;
        height: 26px;
        margin: 16px 0 0;
        gap: 1px;
        padding: 0;
    }
    .pages1_limitPlan_content .desc button p {
        font-size: 14px;
    }
    .pages1_limitPlan_content .desc button img {
        width: 12px !important;
    }
    .pages1_limitPlan_content .imgWrapper img {
        width: 112px !important;
    }  
}

@media (max-width: 450px) {
    .apply_buy_title.purple {
        margin-bottom: 25px;
    }

    .apply_buy_safe_more {
        top: 40px;
        /*width: 101px;*/
        height: 26px;
    }

    .apply_buy_safe_more p {
        font-weight: 400;
        font-size: 14px;
        line-height: 100%;
    }

    .apply_buy_safe_more img {
        width: 10px;
    }

    .apply_buy_title {
        font-size: 14px;
        margin: 0 auto 17px;
    }

    .apply_buy_title.purple {
        margin-top: 12px;
    }

    .apply_buy,
    .apply_buy_item_list {
        gap: 24px;
    }

    .apply_buy {
        /*margin-top: 40px;*/
        padding: 0;
    }

    .apply_buy_title:before {
        content: "";
        background-image: url(../assets/icons/apply_buy_title_bg1.svg);
        position: absolute;
        left: -33px;
        top: -16px;
        width: 60px;
        height: 60px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        z-index: -1;
    }

    .apply_buy_item {
        height: 110px;
        max-width: 112px;
    }

    .apply_buy_img {
        height: 36px;
        margin-bottom: 7px;
    }

    .apply_buy_img.shield {
        height: 41px;
        margin-bottom: 5px;
    }

    .apply_buy_text {
        font-size: 12px;
        line-height: 17px;
        margin-bottom: 2px;
    }

    .apply_buy_line {
        height: 12px;
    }

    .mainActive {
        /*margin-bottom: 30px;*/
        /*overflow: hidden;*/
    }

    .mainActive .active {
        display: none;
    }

    .main_active_title .page_text {
        text-align: center;
    }
    .mb_none {
        display: none;
    }
    .plan_list,
    .active_list {
        display: block;
    }
    .active_list{
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
        /*padding-bottom: 30px;*/
    }
    .active_warpper{
        padding-bottom: 30px;
    }
    .page_text {
        text-align: center;
        line-height: 24px;
        font-size: 14px;
        /*margin-top: 18px;*/
        margin-top: 0;
    }

    .plan_list .plan_warpper {
        padding-bottom: 40px;
    }

    .plan {
        display: none;
    }

    .plan_list {
        display: block;        
    }
    .plan_card img {
        height: 44vw;
    }
    .plan_list  .swiper-slide[aria-label="1 / 2"]{
        padding-left: 15px;
    }
    .plan_list  .swiper-slide[aria-label="2 / 2"]{
        padding-right: 15px;
    }
}

@media (max-width: 420px) {
    .carefulBuy h1 {
        line-height: 30px;
        letter-spacing: 0.1em;
    }

    .shop_peace_buy {
        gap: 20px;
    }

    .shop_peace_buy .card {
        width: 190px;
        height: 82px;
        gap: 30px;
    }

    .shop_peace_buy .card::after {
        height: 13px;
    }

    .shop_peace_buy .card img {
        width: 35px;
        height: auto;
    }

    .shop_peace_buy .card p {
        font-size: 12px;
        line-height: 17px;
        letter-spacing: 0;
    }
}