@charset "UTF-8";

/*area_banner*/
.area_banner {
    position: relative;
}

.area_banner img {
    width: 100%;
}

.area_banner .swiper-pagination {
    bottom: 40px;
    height: 6px;
}

.area_banner .swiper-pagination .swiper-pagination-bullet {
    width: 48px;
    height: 6px;
    margin: 0 15px;
    vertical-align: top;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);

}

.bannerBox {
    position: relative;
}

.bannerBox .link {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #e0340c;
    font-size: 1.75rem;
    color: #fff;
    text-align: center;
    width: calc(100% - 30px);
    max-width: 400px;
    padding: 12px 10px;
    line-height: 1;
    display: block;
    font-weight: 500;
}

.bannerBox .download-bx {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    width: calc(100% - 30px);
    max-width: 550px;
    justify-content: center;
    gap: 10px;
}

.bannerBox .link:hover {
    background-color: #f5512c;
}

.bannerBox img {
    position: relative;
    transform: translate(0, 0);
}

.bannerText {
    position: absolute;
    top: 260px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
}

.bannerText h2 {
    margin: 20px 0;
    font-size: 60px;
    line-height: 1.2em;
}

.bannerText p {
    font-size: 30px;
    color: #ccc;
}

.area_intro{
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(231, 235, 255, 1) 100%);;
}

.area_intro.bg_bl {
    background-color: #F7F4EF;
}

.area_intro.bg_gray {
    background-color: #f4f4f4;
}
.area_intro.sec01{
    background: url(../img/sec-01_bg.png) center center no-repeat;
    background-size: cover;
}
.area_intro.sec03{
    background: url(../img/sec-03_bg.png) center center no-repeat;
    background-size: cover;
}
.area_intro.sec05{
    background: url(../img/sec-05_bg.png) center center no-repeat;
    background-size: cover;
}

/*介紹*/
.introBox {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
}

.introBox .bn {
    flex: 1 1 400px;
}

.introBox .bn img {
    max-width: 100%;
}

.introBox .textbox {
    flex: 2 1 auto;
    margin-right: 20px;
}

.introBox .textbox p {
    font-size: 24px;
    line-height: 36px;
}

.introBox h2 {
    margin-bottom: 30px;
    font-size: 56px;
    line-height: 1.2em;
    font-weight: bold;
    display: inline-block;
    background: #6653C6;
    background: linear-gradient(84deg,rgba(102, 83, 198, 1) 0%, rgba(45, 134, 126, 1) 100%);
    -webkit-background-clip: text;
    color: transparent;
}

.introBox h3 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 1.4em;
    font-weight: 500;
    color: #3F3F3F;
}

.introBox p {
    color: #666666;
    font-size: 26px;
    line-height: 1.2em;
}

.textbox.paddL {
    padding-left: 120px;
}

/*right*/
.introBox.right {
    flex-direction: row;
    justify-content: flex-start;
}

.introBox.right .bn {
    margin-right: 20px;
}

.introBox.right .textbox {
    margin: 0 0 0 20px;
}

/*分享*/
.area_review {
    position: relative;
    margin-bottom: 64px;
}

.area_review .title {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0 auto 50px;
}

.area_review .title span {
    align-self: center;
    display: block;
    width: 5.5em;
    margin: 0 0 20px;
    padding-top: 40px;
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 400;
    color: #898989;
    border-top: solid 1px #e5e5e5;
}

.area_review a.btn {
    align-self: center;
    display: block;
    width: 150px;
    line-height: 36px;
    color: #fff;
    background: #434343;
    border-radius: 18px;
    transition: 0.2s;
}

.area_review a.btn:hover {
    background: #666;
}

.area_review .swiper-wrapper {
    display: flex;
    justify-content: space-between;
}

.area_review .swiper-button-prev,
.area_review .swiper-button-next {
    display: none;
}

.reviewBox {
    flex: 0 1 auto;
    width: auto;
    padding: 0 20px;
}

.reviewBox:nth-child(1) {
    padding-left: 0;
}

.reviewBox:nth-last-child(1) {
    padding-right: 0;
}

.reviewBox .reviewImg {
    width: 240px;
}

.reviewBox .reviewImg img {
    width: 100%;
}

.introBox {
    min-height: 550px;
}

.alink {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}

/*方案內容*/
.area_plan{  background: url(../images/plan_bg.jpg) center no-repeat; background-size: cover; padding-top: 50px;}
.area_plan .title{width: 340px; height: 100px; background: url(../images/plan_title.png) center; background-size: contain; margin: 0 auto 50px; }
.area_plan .plan_flex{ display: flex; justify-content: center; align-items:center;}
.plan_flex .plan_bx{width: 420px; height: 560px; position: relative;}
.plan_in{position: relative; max-width: 1200px; margin: 0 auto;padding-bottom: 50px;}

.plan_bx a.plan_btn {
    padding: 15px;
    width: 200px;
    color: #fff;
    font-size: 1.5rem;
    display: block;
    text-align: center;
    font-weight: 500;
    border-radius: 10px;
    box-shadow: 0 6px 0px #9f2b07;
    transition: 0.2s all ease-in-out;
    background: #e0340c;
    position: absolute; bottom: 50px; left: 50%; margin-left: -100px; display: block;
}
.plan_bx a.plan_btn:hover {
bottom: 46px;
    box-shadow: 0 3px 0px #9f2b07;
}

.plan_flex > .plan_bx:first-child{background: url(../images/plan_box_1.png) center 0 no-repeat;background-size: contain;}
.plan_flex > .plan_bx:nth-child(2){background: url(../images/plan_box_2.png) center 0 no-repeat;background-size: contain;}
.plan_flex > .plan_bx:nth-child(3){background: url(../images/plan_box_3.png) center 0 no-repeat;background-size: contain;}

.area_plan .plan_figure{ width: 320px; height:580px; background: url(../images/plan_figure.png) center bottom no-repeat;background-size: contain; position: absolute; bottom: 0; left: -250px;}

/*頂部通知*/
.top_notify{ text-align: center; background-color: #634306; padding:20px 10px;
    background: linear-gradient(to right,  rgb(198,111,0) 0%,rgb(99,67,6) 25%,rgb(99,67,6) 75%,rgb(198,111,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }
.top_notify p{ color: #fff; font-size: 22px; line-height: 30px; font-weight: 400;}

/*line@底部按鈕*/
.line_at{position: sticky; bottom: 0; left: 0; right: 0;}
.line_at a{background-color: #2bbe12; text-align: center; display: flex; justify-content: center; align-items: center; color: #fff; height: 80px; font-size: 24px; font-weight: 400;}
/*.line_at a::before{content: ''; width: 100px; height: 30px; background: url(../images/icon_line_at.png) center no-repeat;}*/
.line_at.relative{position: relative;}




@media screen and (max-width: 1880px) {

/*方案內容*/
.area_plan {height: auto;}
.area_plan .plan_flex{ display: flex; justify-content: center; align-items:center; flex-wrap: wrap;}
.plan_flex .plan_bx{width: 300px; height: 400px; position: relative;}
.area_plan .plan_figure{ width:200px; height:364px; background: url(../images/plan_figure.png) center bottom no-repeat;background-size: contain; position: absolute; bottom: 0; left: 0;}
}


@media screen and (max-width:1200px) {
    /*方案內容*/
    .plan_in{ padding: 0 40px 50px;}
    .plan_bx a.plan_btn{bottom: 10px;}
    .area_plan .plan_figure{ left: -30px;}
    }

@media screen and (max-width: 1024px) {
    .bannerBox .link {
        font-size: 1.25rem;
        padding: 8px 10px;
    }

    /*分享*/
    .area_review .swiper-wrapper {
        justify-content: flex-start;
    }

    .area_review .swiper-button-prev,
    .area_review .swiper-button-next {
        display: block;
        top: calc(50% + 40px);
        width: 20px;
        height: 40px;
    }

    .area_review .swiper-button-prev {
        left: 10px;
        background: url(../images/btn_prev_01.png) center no-repeat;
        background-size: 100% auto;
    }

    .area_review .swiper-button-next {
        right: 10px;
        background: url(../images/btn_next_01.png) center no-repeat;
        background-size: 100% auto;
    }

    .reviewList {
        margin: 0 30px;
    }

    .reviewBox {
        flex: 0 0 auto;
        width: 100%;
        padding: 0;
    }

    .reviewBox .reviewImg {
        width: auto;
    }

    .bannerBox .download-bx {
        max-width: 500px;
    }

    .bannerBox .download-bx a span {
        background-size: 20px auto;
        padding-left: 30px;
    }

    .bannerBox .download-bx a.mac span {
        background-size: 22px auto;
        padding-left: 30px;
    }

    .bannerBox .download-bx a+a {
        margin-left: 20px;
    }

    /*方案內容*/
    .area_plan .plan_figure{ left: 0;}
}

@media screen and (max-width: 800px) {
/*頂部通知*/
.top_notify{ background: linear-gradient(to right,  rgb(99,67,6) 0%,rgb(198,111,0) 100%); padding: 10px;}
.top_notify p{  font-size: 16px; line-height: 24px;}
    .bannerBox .download-bx{
        bottom: 3%;
    }
    .bannerBox .download-bx a{
        width: 100%;
        height: 100%;
        display: block;
    }
    .bannerBox .link {
        font-size: 1.25rem;
        padding: 15px 10px;
        max-width: 100%;
    }

    .bannerBox .download-bx a+a {
        margin-left: 15px;
    }

    /*area_banner*/
    .area_banner .swiper-pagination {
        bottom: 20px;
    }

    .area_banner .swiper-pagination .swiper-pagination-bullet {
        width: 32px;
        margin: 0 10px;
    }

    /*介紹*/
    .introBox {
        display: block;
        padding: 40px 0;
    }

    .introBox .bn,
    .introBox.right .bn {
        width: calc(100% - 40px);
        max-width: 420px;
        margin: 0 auto 20px;
        text-align: center;
    }

    .introBox .textbox,
    .introBox.right .textbox {
        margin: 0;
        text-align: center;
    }

    .introBox h2,
    .introBox h3 {
        margin-bottom: 20px;
    }

    .introBox h2 {
        font-size: 28px;
    }

    .introBox h3 {
        font-size: 22px;
    }

    .introBox .textbox p {
        font-size: 18px;
        line-height: 30px;
    }

    .textbox.paddL {
        padding-left: 0;
    }

    /*分享*/
    .area_review .title {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        text-align: center;
        margin: 0;
        padding: 30px 10px;
        border-top: solid 1px #e5e5e5;
    }

    .area_review .title span {
        margin: 0;
        padding: 0;
        font-size: 24px;
        border: 0;
    }

    .area_review a.btn {
        width: 100px;
        line-height: 30px;
        border-radius: 8px;
    }

/*方案內容*/
.area_plan{ height: auto; background: url(../images/m_plan_bg.jpg) center no-repeat; background-size: cover; padding-top: 20px; position: relative;}
.area_plan .title{width: 170px; height: 50px; background: url(../images/plan_title.png) center; background-size: contain; margin: 0 auto; }
.area_plan .plan_flex{ display: flex; justify-content: center; align-items:center; flex-wrap: wrap;}
.plan_flex .plan_bx{width: 300px; height: 400px; position: relative;}

.plan_bx a.plan_btn { padding: 10px; width: 120px;  font-size: 1.2rem; bottom: 20px; left: 50%; margin-left: -60px;}
.plan_bx a.plan_btn:hover {bottom: 24px;  box-shadow: 0 3px 0px #9f2b07;}
.plan_flex > .plan_bx:first-child{background: url(../images/plan_box_1.png) center 0 no-repeat; background-size: contain;}
.plan_flex > .plan_bx:nth-child(2){background: url(../images/plan_box_2.png) center 0 no-repeat;background-size: contain;}
.plan_flex > .plan_bx:nth-child(3){background: url(../images/plan_box_3.png) center 0 no-repeat;background-size: contain;}

.area_plan .plan_figure{ width:130px; height:236px; background: url(../images/plan_figure.png) center bottom no-repeat;background-size: contain; position: absolute; bottom: 0; left: -20px;}

/*line@底部按鈕*/
.line_at a{ height: 60px; font-size: 20px;}
/*.line_at a::before{content: ''; width: 80px; height: 24px; background: url(../images/icon_line_at.png) center no-repeat; background-size: contain;}*/



}

@media screen and (max-width: 500px) {

    /*介紹*/
    .introBox.right .bn {
        max-width: 320px;
    }

    .introBox .textbox,
    .introBox.right .textbox {
        margin: 0;
    }


    /*分享*/
    .area_review .swiper-button-prev,
    .area_review .swiper-button-next {
        width: 15px;
        height: 30px;
    }
}