@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;600&family=Noto+Serif+TC:wght@400;600&display=swap');

/*html{
	scroll-behavior:smooth;
}*/

body{
	font-family:'Noto Sans TC','微軟正黑體',sans-serif;
	font-size:17px;
	color:#333333;
	-webkit-text-size-adjust:none;
	image-rendering:-webkit-optimize-contrast;
}

a{
	color:#333333;
}

#wrapper,
article{
	overflow:clip !important;
}

.out{
	max-width:1100px;
	position:relative;
	padding:0 20px;
	margin:0 auto;
}

:root{
    --serif:'Noto Serif TC', serif;
}

/*PLUS-----------------------------------------*/
div.point_bar{
    position:sticky !important;
    top:0 !important;
}

/*PLUS_S1-----------------*/
.s1,
.p1{
    background:#FFFFFF top center no-repeat;
    background-size:cover;
    height:calc(100vh - 203px);
    min-height:744px;
    text-align:center;
}

.s1 .pc,
.p1 .pc{
    height:100%;
}

.mb{
    display:none;
}

/*PLUS_S2-----------------*/
.plus .s1{
    display:flex;
    justify-content:center;
}

.plus .s2{
    position:relative;
    background:url("../images/plus_s2_bg.jpg") top center no-repeat;
    height:785px;
    text-align:center;
    background-size:cover;
}

.plus .s2:after{
    content:"";
    position:absolute;
    left:50%;
    bottom:-20px;
    margin-left:-20px;
    border-style:solid;
    border-width:20px 20px 0 20px;
    border-color:#004D99 transparent transparent transparent;
}

.plus .s2 img{
    height:100%;
}

/*PLUS_S3-----------------*/
.plus .s3{
    position:relative;
    display:flex;
    justify-content:center;
}

.plus .s3 img{
    position:relative;
    z-index:1;
}

.plus .s3:before,
.plus .s3:after{
    content:"";
    position:absolute;
    top:0;
    width:50%;
    height:100%;
}

.plus .s3:before{
    left:0;
    background:url('../images/plus_s3_pc_left.jpg');
}

.plus .s3:after{
    right:0;
    background:url('../images/plus_s3_pc_right.jpg');
}

/*PLUS_S4-----------------*/
.plus .s4{
    position:relative;
    z-index:2;
    background:url("../images/plus_s4_bg.jpg") top center no-repeat;
    height:712px;
    text-align:center;
    background-size:cover;
    display:flex;
    flex-direction:column;
    align-items:center;
}

.plus .s4:before{
    content:"";
    position:absolute;
    top:-20px;
    left:0;
    width:100%;
    height:82px;
    background:url("../images/plus_s4_top.png") center no-repeat;
    background-size:contain;
}

.plus .s4 .pc.top{
    width:806px;
    margin-top:25px;
}

.plus .s4 .pc.bm{
    width:894px;
    margin-top:-150px;
}

/*PLUS_S5-----------------*/
.plus .s5{
    position:relative;
    z-index:1;
    height:1310px;
    background:url("../images/plus_s5_bg.jpg") top center no-repeat;
    background-size:cover;
    text-align:center;
}

.plus .s5 .top .pc{
    margin-top:150px;
}

.plus .s5 .bm{
    height:795px;
    background:url("../images/plus_s5_bg2.png") top center no-repeat;
    background-size:auto 100%;
    margin-top:30px;
    display:flex;
    align-items:center;
    justify-content:center;
}

/*PLUS_S6-----------------*/
.plus .s6{
    display:flex;
    justify-content:center;
    padding-top:440px;
    background:#FAF5EF;
}

/*PLUS_S7-----------------*/
.plus .s7{
    position:relative;
    background:url("../images/plus_s7_bg.jpg") top center no-repeat;
    background-size:cover;
    text-align:center;
}

.plus .s7 .pc{
    display:block;
    margin:0 auto;
}

@media only screen and (min-width:1001px){
    .plus .s7:after{
        content:"";
        position:absolute;
        left:50%;
        bottom:-17px;
        border-style:solid;
        border-width:18px 23px 0 23px;
        border-color:#79D0F2 transparent transparent transparent;
        margin-left:-23px;
    }
}

/*PLUS_S8-----------------*/
.plus .s8{
    background:url("../images/plus_s8_bg.jpg") top center no-repeat;
    background-size:cover;
    text-align:center;
}

/*PLUS_S9-----------------*/
.plus .s9{
    display:flex;
    justify-content:center;
    background:url("../images/plus_s9_bg.jpg") top center;
    text-align:center;
}

.plus .s9 .pc{
    display:block;
    margin:0 auto;
}

/*PLUS_S10-----------------*/
.plus .s10{
    background:url("../images/plus_s10_bg.jpg") top center no-repeat;
    background-size:cover;
    text-align:center;
}

.plus .s10 .pc{
    max-width:100%;
}

/*PLUS_S11-----------------*/
.plus .s11 .title{
    position:relative;
    height:77px;
    background:url("../images/plus_s11_title.png");
    font-family:var(--serif);
    font-size:30px;
    color:#FFFFFF;
    font-weight:600;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    align-content:center;
    gap:10px 1em;
    padding:0 20px;
}

.plus .s11 .title:after{
    content:"";
    position:absolute;
    left:50%;
    bottom:-13px;
    border-style:solid;
    border-width:14px 17px 0 17px;
    border-color:#104A96 transparent transparent transparent;
    margin-left:-17px;
}

.plus .s11 .out{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:70px 100px;
    padding:50px 20px;
}

.plus .s11 a{
    max-width:325px;
    text-align:center;
}

.plus .s11 a img{
    width:100%;
    margin:20px 0;
}

.plus .s11 .top{
    font-size:18px;
    line-height:1em;
}

.plus .s11 .top .circle{
    display:inline-block;
    padding:6px 10px;
    font-family:var(--serif);
    font-weight:600;
    color:#1885D7;
    border:#1885D7 1px solid;
    border-radius:30px;
}

.plus .s11 .top .circle span{
    display:inline-block;
    font-size:0.8em;
    vertical-align:top;
}

.plus .s11 .price{
    font-family:var(--serif);
    font-size:25px;
    font-weight:600;
}

.plus .s11 .price .nt{
    color:#D10D11;
}

.plus .s11 .price .nt span{
    font-size:1.8em;
}

.plus .s11 .day{
    font-size:14px;
    margin:1em 0;
}

.plus .s11 .buy{
    width:205px;
    line-height:45px;
    font-size:20px;
    font-weight:600;
    color:#FFFFFF;
    background:linear-gradient(#F3ACAD,#B40003,#B40003);
    border-radius:30px;
    margin:0 auto;
    transition:0.2s;
}

.plus .s11 a:hover .buy{
    width:230px;
}

/*PLUS_QA-----------------*/
.plus .qa{
    background:linear-gradient(45deg,#0682C2,#15ACDB,#0888C7);
}

.plus .qa h4{
    background:url("../images/plus_s3_top.jpg") center;
    background-size:auto 100%;
    color:#0A61A4;
}

.qa .box{
    max-width:750px;
}

.qa .box div{
    position:relative;
    background:none;
}

.qa .box div:before{
    font-family:var(--serif);
    content:"Q:";
    position:absolute;
    top:-5px;
    left:10px;
    font-size:32px;
    font-weight:600;
    color:#FFC565;
}

/*PLUS_INFO_DIV-----------------*/
.plus .info h5,
.royal .info h5{
    margin-bottom:1em;
}

.plus .info ul,
.royal .info ul{
    display:flex;
    gap:40px;
}

.plus .info_div,
.royal .info_div,
.plus .info .box img.plus_info_product_img,
.royal .info .box img.info_product_img_pc{
    width:auto;
    float:none;
    margin:0;
}

.plus .info .ps_num,
.royal .info .ps_num{
    padding:1em 0 3em;
    text-align:right;
}

.plus .info_div .td_title,
.royal .info_div .td_title{
    color:#FFFFFF;
    background:#0785C5 !important;
}

.plus .info_div .td_value,
.royal .info_div .td_value{
    background:#EBF3F7 !important;
}

/*ROYAL-----------------------------------------*/

/*ROYAL_S1-----------------*/
.royal .s1{
    /*background-image:url("../images/royal_s1_bg.jpg");*/
    display:flex;
    justify-content:center;
}

/*ROYAL_S2-----------------*/
.royal .s2{
    background:url("../images/royal_s2_bg.jpg") top center;
    background-size:cover;
    text-align:center;
}

/*ROYAL_S3-----------------*/
.royal .s3{
    background:url("../images/royal_s3_bg.jpg") top center;
    background-size:cover;
    text-align:center;
    padding-bottom:60px;
}

/*ROYAL_S4-----------------*/
.royal .s4{
    background:url("../images/royal_s4_bg.jpg") top center;
    background-size:cover;
    text-align:center;
}

.royal .s4 img{
    position:relative;
    top:-80px;
    margin-bottom:-80px;
}

/*ROYAL_S5-----------------*/
.royal .s5{
    display:flex;
    justify-content:center;
}

/*ROYAL_S6-----------------*/
.royal .s6{
    position:relative;
    background:url("../images/royal_s6_bg.jpg") top center;
    background-size:cover;
    text-align:center;
}

.royal .s6:before{
    content:"";
    position:absolute;
    top:-25px;
    left:0;
    width:100%;
    height:70px;
    background:url("../images/royal_s6_arrow.png") center no-repeat;
}

.royal .s6 img{
    max-width:100%;
}

/*ROYAL_S7-----------------*/
.royal .s7{
    background:url("../images/royal_s7_bg.jpg") top center;
    background-size:cover;
    text-align:center;
    padding-top:70px;
    font-size:0;
}

.royal .s7 img{
    font-size:17px;
}

/*ROYAL_S8-----------------*/
.royal .s8{
    position:relative;
    display:flex;
    justify-content:center;
}

.royal .s8 a{
    position:absolute;
    bottom:5%;
}

/*ROYAL_QA-----------------*/
.royal .qa{
    background:url("../images/royal_qa_bg.jpg") top center;
    background-size:cover;
}

.royal .qa h4{
    color:#DE335F;
    background:linear-gradient(#FEDFE7,#FDB0C4);
}

.royal .qa .qa_line{
    margin-bottom:0;
}

.royal .qa .title{
    display:block;
    width:90%;
    max-width:455px;
    margin:0 auto 30px;
}

.royal .qa .box div:before{
    color:#FFF9A0;
}

/*ROYAL_S10-----------------*/
.royal .s10{
    background:url("../images/royal_s10_bg.jpg") top center;
    background-size:cover;
    padding:70px 0;
    text-align:center;
}

.royal .s10 .mb{
    max-width:584px;
    margin:0 auto 50px;
}

.royal .s10 .text{
    max-width:750px;
    margin:0 auto;
}

.royal .s10 .text .list{
    position:relative;
    margin-bottom:40px;
}

.royal .s10 .text .list:after{
    content:"";
    position:absolute;
    left:0;
    bottom:-20px;
    width:100%;
    height:20px;
    background:url("../images/royal_s10_shadow.png") top center no-repeat;
    background-size:100% auto;
}

.royal .s10 a{
    display:flex;
    border:#F8D9E2 3px solid;
    background:#F8D9E2;
}

.royal .s10 a ul{
    background:#FFFFFF;
    min-width:495px;
}

.royal .s10 .t1{
    position:relative;
    top:-3px;
    max-width:320px;
    font-size:26px;
    font-weight:600;
    color:#FFFFFF;
    background:linear-gradient(-45deg,#DA255C,#EF4C7C,#DA255C);
    margin:0 auto;
    padding:10px 0;
    border-radius:0 0 25px 25px;
}

.royal .s10 .t2{
    line-height:1.5em;
    color:#48AD9C;
    margin:0.7em 0;
}

.royal .s10 .t3{
    font-family:var(--serif);
    font-weight:600;
    font-size:20px;
    line-height:1.5em;
    margin-bottom:0.5em;
}

.royal .s10 .t4{
    font-family:var(--serif);
    font-weight:600;
    font-size:26px;
    padding-bottom:1em;
}

.royal .s10 .t4 .price{
    color:#E92770;
}

.royal .s10 .t4 .price span{
    font-size:1.8em;
}

.royal .s10 .image .img{
    width:90%;
    max-width:330px;
}

.royal .s10 .image .bt{
    width:190px;
}

/*ROYAL_INFO_DIV-----------------*/
.royal .info_div .td_title{
    color:#FFFFFF;
    background:#D82264 !important;
}

.royal .info_div .td_value{
    background:#FBEEF3 !important;
}

/*LUCENTC-----------------------------------------*/

/*LUCENTC_P1-----------------*/
.lucentc .p1{
    display:flex;
    justify-content:center;
}

/*LUCENTC_P2-----------------*/
.lucentc .p2,
.lucentc .p3,
.lucentc .p5,
.lucentc .p6,
.lucentc .p7,
.lucentc .p8{
    display:flex;
    justify-content:center;
}

/*LUCENTC_P4-----------------*/
.lucentc .p4 .out,
.plus .video .out{
    max-width:850px;
    padding:80px 20px;
}

.lucentc .p4 iframe,
.plus .video iframe{
    aspect-ratio:16/9;
    position:static;
}

/*LUCENTC_P6-----------------*/
.lucentc .p6{
    position:relative;
    height:815px;
    align-items:center;
    background:url("../images/lucentc_p6_bg.png") center;
    background-size:cover;
    margin:-90px 0;
}

/*LUCENTC_P7-----------------*/
.lucentc .p7{
    background:url("../images/lucentc_p7_bg.jpg") top center;
    background-size:cover;
    padding:70px 0;
}

/*LUCENTC_QA-----------------*/
.lucentc .qa{
    background:linear-gradient(#25B3C4,#2A7DBC);
}

.lucentc .qa h4{
    color:#1A889F;
    background:linear-gradient(#D7F2F2,#A8E6E7);
}

.lucentc .qa .box div:before{
    color:#F3F779;
}

/*LUCENTC_P9-----------------*/
.lucentc .p9{
    text-align:center;
    background:#EBF8FA;
    padding:50px 20px;
}

.lucentc .p9 h5{
    font-size:32px !important;
    margin:0 0 0.8em;
    text-align:center !important;
}

/*LUCENTC_INFO-----------------*/
.lucentc .info .t1{
    font-size:32px;
}

.lucentc .info_div{
    padding:15px;
}

.lucentc .info_div table .title{
    background:#0394B3 !important;
}

.lucentc .info .light{
    color:#0394B3;
}

/*MOBILE----------------------------------------------------------------------------*/
@media only screen and (max-width:1022px){
    /*PLUS-----------------------------------------*/

    /*PLUS_S1-----------------*/
    .s1,
    .p1{
        height:auto;
        min-height:0;
    }

    .pc{
        display:none !important;
    }
    
    .mb{
        display:block;
        width:100%;
    }
    
    /*PLUS_S2-----------------*/
    .plus .s2{
        height:auto;
    }

    .plus .s2 img{
        max-width:625px;
        width:100%;
        height:auto;
    }
    
    /*PLUS_S4-----------------*/
    .plus .s4{
        position:relative;
        background:url("../images/plus_s4_bg.jpg") top center no-repeat;
        height:auto;
        text-align:center;
        background-size:cover;
        display:flex;
        flex-direction:column;
        align-items:center;
    }
    
    .plus .s4:before{
        top:-10px;
        height:41px;
    }

    .plus .s4 .mb.bm{
        margin-top:-19%;
        box-shadow:0 2px 2px rgba(0,0,0,0.2);
    }
    
    /*PLUS_S5-----------------*/
    .plus .s5{
        height:auto;
    }
    
    .plus .s5 .top .mb{
        border-top:#BBD9F9 8px solid;
    }
    
    .plus .s5 .bm{
        margin-top:0;
        height:auto;
        background-position:center;
        background-size:auto 110%;
        display:block;
    }
    
    /*PLUS_S6-----------------*/
    .plus .s6{
        padding-top:0;
    }
    
    /*PLUS_S11-----------------*/
    .plus .s11 .title{
        font-size:20px;
    }
    
    /*PLUS_INFO_DIV-----------------*/
    .plus .info ul,
    .royal .info ul{
        display:block;
        width:90%;
        margin:0 auto;
    }

    .plus .info_div,
    .royal .plus .info_div,
    .plus .info .box img.plus_info_product_img,
    .royal .info .box img.info_product_img_pc{
        width:auto;
        float:none;
        margin:0;
    }
    
    /*ROYAL-----------------------------------------*/

    /*ROYAL_S3-----------------*/
    .royal .s3{
        padding-bottom:5vw;
    }

    /*ROYAL_S4-----------------*/
    .royal .s4 img{
        position:relative;
        top:-10vw;
        margin-bottom:-10vw;
    }
    
    /*ROYAL_S6-----------------*/
    .royal .s6:before{
        top:-12px;
        height:35px;
        background-size:contain;
    }
    
    /*ROYAL_S7-----------------*/
    .royal .s7{
        padding-top:7%;
    }
    
    /*ROYAL_S8-----------------*/
    .royal .s8 a{
        bottom:9%;
        width:70%;
    }
    
    .royal .s8 a img{
        width:100%;
    }
    
    /*ROYAL_S10-----------------*/
    .royal .s10{
        padding:60px 0 40px;
    }
    
    .royal .s10 .text{
        max-width:500px;
    }
    
    .royal .s10 a ul{
        min-width:0;
        padding:0 20px;
    }
    
    .royal .s10 a{
        display:block;
    }
    
    .royal .s10 .image{
        padding:20px 0;
    }
    
    /*LUCENTC-----------------------------------------*/

    /*LUCENTC_P4-----------------*/
    .lucentc .p4 .out,
    .plus .video .out{
        padding:60px 20px;
    }
    
    /*LUCENTC_P6-----------------*/
    .lucentc .p6{
        height:auto;
        padding:6vw 20px;
        margin:-5vw 0;
    }
    
    /*LUCENTC_P7-----------------*/
    .lucentc .p7{
        padding:0;
    }
    
    /*LUCENTC_INFO-----------------*/
    .lucentc .info .product_info{
        display:block;
    }
    
    .lucentc .info .info_product_img_pc{
        margin:0 auto;
    }
}