html,
body {
    font-size: 3.6vw;
    letter-spacing: 0.02em;
    line-height: 1.5;
    overflow-x: hidden;
}

body {
    position: relative;
    font-weight: 400;
    width: 100%;
    font-family: Arial,"Heiti TC", "Microsoft JhengHei", "微軟正黑";
    overflow-x: hidden;
    color: #fff;
}

img{
    width: 100%;
    height: auto;
    display: block;
}

p{
    font-weight: 400;
}


h2{
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2rem;
}



h2 p.main_title{
    font-size: 1em;
    color: #fff;
    /* display: flex;
    display: -ms-flexbox;  
    justify-content: center; */
    font-weight: 500;
    margin-bottom: 0.6rem;
}

h2 p.main_title span{
    max-width: calc(100% - 4.5px - 1.5rem);
}

h2 p.main_title::before{
    content: "";
    display: inline-block;
    background: linear-gradient(to bottom , #FBFFC3 0%, #fff 100%);
    width: 6px;
    height: 1.07em;
    vertical-align: sub;
    margin-right: 1.5rem;
}

h2 p.sub_title{
    display: inline-block;
    color: #FEFFBF;
    font-size: 1.45rem;
    border: 1px solid #FEFFBF;
    text-align: center;
    padding: 0 0.6rem;
}

h2.reverse p.main_title{
    color: #333;
}

h2.reverse p.sub_title{
    color: #2F80ED;
    border: 1px solid #2F80ED;
}

h3{
    font-size: 1.8rem;
    font-weight: 600;
}

h4{
    font-size: 1.35rem;
    font-weight: 600;
}


.info p{
    font-weight: 600;
}

p.info .main{
    font-size: 1.4rem;
    font-weight: 400;
}

a.btn_primary {
    display: block;
    background: #fff;
    border: #1C4EFF solid 1px;
    color: #1C4EFF;
    font-weight: 500;
    box-shadow: 0 4px 10px rgb(30 79 255 / 80%);
    border-radius: 100px;
    padding: 0.45rem 1rem 0.45rem 1.7rem;
    font-size: 1.12rem;
    transition: all ease .3s;
    width: 6.8rem;
}

a.btn_primary::after {
    content: "";
    display: inline-block;
    font-size: 0;
    background: url("../images/btn_arrow.svg") no-repeat;
    background-size: 100%;
    width: 1.12rem;
    height: 0;
    padding-bottom: 1.12rem;
    vertical-align: middle;
    margin-left: 0.2rem;
    transition: all ease .3s;
}

a.btn_primary:hover::after {
    transform: translateX(5px);
}

a.btn_arrow{
    display: block;
    margin: auto;
    width: 2.7rem;
    height: 2.7rem;
    text-align: center;
    line-height: 2.7rem;
    border-radius: 100%;
    border: 1px solid #fff;
    background: transparent;
}

a.btn_arrow img{
    font-size: 0;
    display: inline-block;
    width: 31%;
    margin: auto;
    transition: all ease .5s;
}

a.btn_arrow:hover img{
    transform: translateY(3px);
}

a.btn_list{
    transition: all ease .3s;
}

a.btn_list img{
    transition: all ease .3s;
    display: inline-block;
    font-size: 0;
    width: 1rem;
    height: 1rem;
    vertical-align: middle;
}

a.btn_list:hover{
    color: #0D5ACC;
} 

a.btn_list:hover img{
    transform: translateX(5px);
}

a.btn_tab_line{
    box-sizing: border-box;
    display: inline-block;
    margin: 1rem auto;
    width: 95%;
    height: 0.5rem;
    background: #81acec;
}

a.btn_tab_line.is-active{
    background: #184CFF;
}

a.btn_card{
    display: block;
}

a.btn_link{
    text-decoration: underline;
}

a.btn_card::after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 2.4rem;
    height: 0;
    padding-bottom: 2.4rem;
    background-color: #fff;
    background-image: url("../images/button_arrowdown.svg");
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: 0.5rem 0.5rem;
    transition: all ease .15s;
    border-radius: 0 0 1.15rem 0;
}

a.btn_card:hover::after{
    background-position: 1rem 1rem;
}

a.btn_tab{
    display: block;
    text-align: center;
    width: 7.7rem;
    padding: 0.38rem 0;
    color: #fff;
    border: 1px solid #fff;
    margin: 0 1rem;
    border-radius: 100px;
}

a.btn_tab.is-active{
    color: #92ECF2;
    border-color: #92ECF2;
}

.section ~ .section .container{
    padding: 4rem 0;
}


.section{
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: -0.5px;
}

.section .container .row{
    justify-content: center;
}

.section .side_city{
    position: absolute;
    z-index: 1;
    top: 0;
    margin: auto;
    margin-top: -12%;
}

.section .side_city.city_right{
    right: 0;
    margin-right: 0;
}

.section .side_city.city_left{
    left: 0;
    margin-left: 0;
}

.section .card,.section .btn_card{
    text-align: center;
    margin: auto;
    position: relative;
    padding: 1.25rem;
    box-sizing: border-box;
    border-radius: 1.15rem;
    box-shadow: 0 4px 30px rgb(30 79 255 / 0.3);
}

.section .card img,.section .btn_card img{
    width: 60%;
    margin: auto;
}

.tag{
    background: #1A5ABA;
    color: #fff;
    border-radius: 100px;
    padding: 0 0.5rem;
    text-align: center;
    display: inline-block;
}

li{
    margin-top: 0.5rem;
}


.line_animation{
    position: absolute;
    z-index: 9;
    transform: rotate(55deg);
    background: linear-gradient(to top, rgba(85,192,255,1) 0%, rgba(165,174,255,0) 100%);
    width: 0.384rem;
    height: 11.53rem;
}

.line_animation.center_line{
    left: 0;
    right: 0;
    margin: auto;
}

.line_animation.right_line{
    right: 10%;
}

.line_animation.left_line{
    left: 10%;
}

[data-aos="line_animation"] {
    opacity: 0;
    transform: rotate(55deg) translateY(-8rem);
    transition-property: transform, opacity;
    transition-duration: .6s;
}

[data-aos="line_animation"].aos-animate{
    opacity: 1;
    transform: rotate(55deg) translateY(0rem);
}

.section_kv{
    position: relative;
}

.section_kv .kv_front,.section_kv .kv_product,.section_kv .kv_bling{
    position: absolute;
}

.section_kv .kv_front{
    right: 0;
    bottom: 0;
    z-index: 2;
}

.section_kv .kv_product{
    z-index: 1;
    height: auto;
    animation: glow 2.5s ease both infinite;
}

.section_kv .kv_bling{
    z-index: 3;
    animation: bling 2.5s ease both infinite;
}

@keyframes glow{
    0%{
        filter: drop-shadow(0 0px 10px rgba(37,98,255,0.2));
    }
    50%{
        filter: drop-shadow(0 0px 30px rgba(37,98,255,1));
    }
    100%{
        filter: drop-shadow(0 0px 10px rgba(37,98,255,0.2));
    }
}

@keyframes bling{
    0%{
        opacity: 0.5;
        filter: drop-shadow(0 0px 10px rgba(37,98,255,0.2));
    }
    50%{
        opacity: 1;
        filter: drop-shadow(0 0px 20px rgba(37,98,255,1));
    }
    100%{
        opacity: 0.5;
        filter: drop-shadow(0 0px 10px rgba(37,98,255,0.2));
    }
}

.section_moore{
    background: #00125B;
    position: relative;
}



.section_moore .line_animation:nth-of-type(1){
    margin-top: -30%;
}


.section.section_moore .container{
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 1.9rem;
    border-radius: 1.2rem;
    background: linear-gradient(145deg , #C1D6FF 0%, #fff 80%);
    box-shadow: 0 5px 30px #0D185A;
}

.section_moore .row{
    align-items: center;
    justify-content: space-between;
}

.section_moore h3{
    color: #154184;
    margin-bottom: 1rem;
}

.section_moore p.info{
    color: #333;
}

.section_only{
    background-image: url("../images/bg_only.jpg");
    background-color: #345FCA;
}

.section_only .container .row{
    justify-content: space-around;
    align-items: center;
}


.section_only .content_point{
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
}

.section_only .left_point{
    align-items: flex-end;
}

.section_only .right_point{
     align-items: flex-start;
}

.section_only .point_list{
    position: relative;
    z-index: 3;
    display: flex;
    display: -ms-flexbox;
    align-items: flex-end;
}

.section_only .content_point p{
    box-sizing: border-box;
    position: absolute;
    padding: 0.5rem;
    transition: all ease 1s 0.5s;
}

.section_only .dec_line{
    margin-bottom: -5px;
}

.section_only .dec_line svg{
    fill: none;
    stroke: #2C7FCE;
    stroke-width: 2px;
    transition: all ease 1.5s;
}

.section_only .content_point .point{
    cursor: pointer;
    position: absolute;
    z-index: 1;
    margin: 0.8rem;
    text-align: center;
    color: #fff;
    width: 2.2rem;
    height: 0;
    padding-bottom: 2.2rem;
    border-radius: 100%;
    background: #5EAFFC;
    color: #fff;
    box-shadow: 0 0 2px 0.8rem rgba(94,175,252,0.2);
    transition: all ease 0.5s;
}

.section_only .content_point .point span{
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    display: block; 
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.section_only .circle_content{
    margin: 2rem 0;
}




/* .section_only .right_point,.section_only .right_point span,.section_only .right_point p{
    transform: scaleX(-1);
} */

.section_situation{
    position: relative;
    padding: 5rem 0 6rem 0;
    background-color: #345EC7;
    background-image: url("../images/bg_situation.jpg");
    background-position: center bottom;
}

.section_situation .line_animation:nth-of-type(1){
    margin-top: -10%;
}

.section_situation::after{
    content: "";
    display: block;
    position: absolute;
    background: url("../images/dec_situation.svg") no-repeat ;
    background-size: 100%;
    width: 14.561rem;
    height: 0;
    padding-bottom: 3.3461rem;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
}



.section_situation h2{
    margin-bottom: 1.5rem;
}

.section_compare{
    background-image: linear-gradient(to bottom, #5690FF 0% , #A5C3FF 75% ,#D6E4FF 100%);
}

.section_compare .row{
    align-items: stretch;
}

.section_compare .city{
    width: 90.5%;
    padding: 1rem;
    margin: auto;
}


.section_compare .info{
    box-sizing: border-box;
    padding: 1rem;
    border-radius: 1.25rem;
    background: #fff;
    color: #333;
    box-shadow: 0 4px 20px rgba(46,77,155,0.3);
    margin-bottom: 1rem;
}

.section_compare .info ul{
    margin-left: 1rem;
}

.section_compare .tab_content{
    display: none;
}

.section_compare .tab_content.is-active{
    display: block;
}


.section_advantage{
    background-image: linear-gradient(to bottom, #D6E4FF 0%, #FEFEFF 30%, #EAF2FF 100%);
}

.section_advantage .content{
    margin: 1rem;
}

.section_advantage .card{
    width: 100%;
    background: #588DF5;
}


.section_hurt{
    padding: 5rem 0;
    background-image: linear-gradient(to bottom, #EAF2FF 0%, #C0D3FF 30%, #6797F7 100%);
}

.section_hurt .btn_card{
    width: 80%;
    padding-bottom: 2.5rem;
    margin: 1rem auto;
    background: #1665DC;

}



.section_family{
    background-image: url("../images/bg_family.png"), linear-gradient(to bottom, #0C1C55 0%, #162B75 60%);
}

.section_family .row{
    align-items: stretch;
}

.section_family .content{
    margin: 1rem;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: space-between;
}

.section_family ul{
    text-align: left;
    margin: 0.5rem;
}



.section_five{
    background-image: url("../images/bg_fiveyears_right.svg"), url("../images/bg_fiveyears_left.svg"), linear-gradient(to bottom, #172C75 0%, #2637C1 100%);
    background-position: right , left ;
    background-size: contain ;
    padding: 4.5rem 0 3rem 0;
}

.section_five .content,.section_family .content{
    text-align: center;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    align-items: center;
}

.section_five .content h3{
    margin-bottom: 1rem;
}

.section_video{
    background-image: linear-gradient(to bottom, #2637C1 0%, #2648C1 10%, #438EFF 90%);
}

.section_video .content_video{
    padding: 0.76rem;
    border: 1px solid #fff;
    border-radius: 1.15rem;
}

.section_video .content_video .item{
    position: relative;
}

.section_video .content_video .item::before{
    position: relative;
    content:"";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.section_video .content_video .item iframe{
    position: absolute;
    border-radius: 1rem;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
}

.section_media{
    background-image: linear-gradient(to bottom, #438EFF 0%, #79B5FF 80%, #CEE5FF 100%);
}

.section_media .content_media{
    padding-bottom: 1rem;
    background: rgba(14,92,209,1);
    position: relative;
    width: 90%;
    margin: 1rem auto;
    border-radius: 1.2rem;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(46,77,155,0.3);
}

.section_media .content_media .info{
    display: flex;
    box-sizing: border-box;
    padding: 1.5rem 1.5rem 1.7rem;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom , rgba(4,77,187,0) 35%, rgba(14,92,209,1) 95% );

}

.section_media .content_media .info h4{
    margin-bottom: 1rem;
    line-height: 1.25;
}

.section_award{
    background-image: linear-gradient(to bottom, #CEE5FF 20%, #369FFF 80%, #1A6BE4 100%);
}

.section.section_award .container{
    padding-bottom: 0;
}

.section_award .award_pic{
    background: #3E86EF;
    border-radius: 1.2rem;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,104,181,0.5);
}

.section_award .content_awrd{ 
    margin: 0.5rem;
}

.section_award  .award_info{
    text-align: center;
    margin: 1rem 0;
}

.section_award  .award_info p{
    font-size: 0.95rem;
}

.section_award .container_notice .row{
    align-items: center;
}

.section_award .container_notice .col-info{
    margin: auto;
}

.section_award .info_content .btn_primary{
    width: 10.5rem;
    margin: 1rem auto;
}

.section_award .info_content{
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    align-items: center;
}

.section_award .notice{
    display: block;
    font-size: 0.8rem;
    font-weight: 400;
    color: #E9E9E9;
    margin-top: 1rem;
    margin-left: -1rem;
}


.box_modal{
    height: max-content;
}

.box_modal .modal_row{
    padding: 2rem;
    justify-content: space-around;
}

.box_modal .btn_close{
    top: 2px;
    right: 2px;
    background: #fff;
    border-radius:  0 1.2rem 0 0;
}

.box_modal .btn_close::before, .box_modal .btn_close::after{
    border-color: #0D5BCD;
}

.box_modal .modal_content{
    position: relative;
    box-sizing: border-box;
    background: #11366C;
    border-radius: 1.33rem;
    padding: 5px 0;
    border: solid 2px #0D5BCD;
}

.box_modal .container_scroll{
    width: 100%;
    padding: 1.5rem;
    min-height: 20rem;
    max-height: 85vh;
}


.box_modal .modal_content p{
    font-size: 0.95rem;
    font-weight: 400;
}

.box_modal.info_modal p{
    margin-bottom: 0.8rem;
}

.box_modal.info_modal .modal_content  h4{
    text-align: center;
    margin: 0.8rem 0;
}

.box_modal.info_modal .modal_content img{
    width: 70%;
    margin: auto;
}

.box_modal .modal_content ul{
    padding-left: 1rem;
}


.box_modal .title{
    text-align: center;
    font-weight: 600;
}

.box_modal .modal_content .city{
    position: absolute;
    z-index: 1;
    width: 12rem;
    left: -3.6rem;
    bottom: -3.15rem;
}

.box_modal .modal_content .content{
    margin-bottom: 2rem;
}

.box_modal.tab_modal .modal_content  h4{
    width: 90%;
    margin: auto;
    text-align: center;
    margin-bottom: 0.8rem;
}

.box_modal.tab_modal .modal_content img{
    width: 100%;
    margin: auto;
}
.box_modal.tab_modal .content_btn{
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    margin-bottom: 0;
}

.box_modal.tab_modal .tab_info{
    display: none;
}

.box_modal.tab_modal .tab_info.is-active{
    display: flex;
    display: -ms-flexbox;
}

.box_modal.award_modal .modal_row{
    padding: 0;
}

.award_modal img{
    width: 100%;
}

.award_modal .modal_row h4{
    font-size: 1rem;
}

.award_modal .modal_row p{
   color: #FEFFBF;
   font-size: 1.1rem;
   margin-bottom: 0rem;
}
@media screen and (max-width:767px) {
	html,
    body {
        overflow-x: hidden;
    }

    .b_none {
        display: none;
    }

    .section_kv .kv_pc{
    	display: none;
    }

    .section_kv .kv_product{
        width: 70%;
        right: 0;
        left: 0;
        margin: auto;
        bottom: 21%;
    }

    .section_kv .kv_bling{
        width: 89%;
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0
    }

    .container{
        width: 90%;
    }

    .section .side_city{
        position: relative;
        width: 40%;
        transform: translateY(-20%);
        margin-bottom: -35%;
    }

    .section_moore{
        padding-bottom: 85%;
    }


    .section_moore .line_animation:nth-of-type(1){
        margin-top: -55%;
    }
    .section_moore .line_animation:nth-of-type(2){
        margin-top: 50%;
    }

    .section.section_moore .container{
        transform: translateY(-25%);
    }

    .section_moore .content_pic{
        margin-top: 1rem;
    }

    .section_only{
        background-size: 300%;
        background-position: center top;
    }

    .section_only .point_list{
        margin: 2rem 0 2rem 1.3rem;
    }
    .section_only .right_point{
        flex-direction: column-reverse;
    }
    .section_only .content_point .point{
        left: -1.3rem;
    }

    .section_only .content_point .dec_line{
         transform: scaleX(-1);
    }

    .section_only .content_point p{  
        margin-left: 3.5rem;
        padding: 0.5rem 0;
    }

    .section_only .left_col{
        order: 2;
    }
    .section_only .right_col{
        order: 3;
    }

    .section_situation{
        background-size: 300%,auto;
    }

    .section_situation .line_animation:nth-of-type(1){
        margin-top: -25%;
    }

    .section_situation .side_city{
        position: absolute;
        bottom: 0;
        top: initial;
    }
    .section_compare .lose_col{
        order: 2;
    }

    .section_compare .city_lose{
        margin-top: -20%;
    }

    .section_advantage{
        padding: 3rem 0;
    }
    .section_advantage .content{
        margin: 0.5rem;
    }

    .section_advantage .card{
        padding: 1.25rem 0.5rem;
    }

    .section_five{
        /* background-size: 230%,auto; */
        background-image: url("../images/bg_fiveyears_right.svg"), linear-gradient(to bottom, #172C75 0%, #2637C1 100%);
        background-position: left top;
        padding: 14.5rem 0 2.5rem 0;
    }

    .section_family{
        background-size: 200%,auto;
        background-position: center top;
    }

    .section_family .content{
        margin-bottom: 15%;
    }


    .section_award  .col-img{
        order: 2;
    }

    .section_award .line_animation:nth-of-type(1){
        margin-top: 35%;
    }

    .box_modal .modal_row{
        padding: 2rem 0;
    }

    .box_modal .container_scroll{
        width: 100%;
        padding: 0 1.5rem;
        min-height: 20rem;
        max-height: 80vh;
    }
    .box_modal .modal_content .city{
        display: none;
    }
    .box_modal.tab_modal .modal_content  h4{
        margin: 0.8rem auto;
    }

    /* .box_modal.award_modal .modal_content img{
        width: 30%;
    } */

}

@media screen and (min-width:768px) {
	html,
    body {
        font-size: 1.35vw;
        letter-spacing: 0.1em;
    }

    .s_none {
        display: none;
    }

    .section_kv .kv_m{
    	display: none;
    }

    .section_kv .kv_product{
        width: 42%;
        left: 8.8%;
        top: 34%;
    }

    .section_kv .kv_bling{
        width: 87%;
        margin: auto;
        left: 0;
        right: 0;
        top: 5%;
    }

    .section .side_city{
        width: 19%;
    }

    .section_situation .side_city{
        top: 0;
        margin-top: auto;
        bottom: 0;
        transform: translateY(20%);
    }

    .container{
        width: 83.333%;
    }

    .section_moore{
        padding-bottom: 10%;
    }

    .section.section_moore .container{
        transform: translateY(-70%);
    }

    .section_only .left_point .point{
        right: -1.3rem;
    }

    .section_only .left_point p{
        margin-right: 2.5rem;
    }

    .section_only .right_point .point{
        left: -1.3rem;
    }

    .section_only .right_point .dec_line{
         transform: scaleX(-1);
    }

    .section_only .right_point p{
        margin-left: 2.5rem;
    }

    .section_only .point_list{
        margin: 1.25rem 0 1.25rem 0;
    }

    .section_only .content_point p{
        opacity: 0;
    }

    .section_only .dec_line svg{
        stroke-dashoffset: 2000;
        stroke-dasharray: 2000;
    }

    .section_only .content_point .point_list:hover .point{
       background: #fff;
       color: #5EAFFC;
       box-shadow: 0 0 2px 0.8rem rgba(94,175,252,0.2),0 0 0px 1px #5EAFFC; 
    }

    /* .section_only .point_list:hover{
        width: 100%;
    } */

    .section_only .content_point .point_list:hover p{
        opacity: 1;
    }

    .section_only .point_list:hover .dec_line svg{
        stroke-dashoffset: 0;
    }

    .section_only .right_point .point_list:nth-of-type(1),
    .section_only .right_point .point_list:nth-of-type(5){
        transform: translateX(-10%);
    }

    .section_only .right_point .point_list:nth-of-type(2),
    .section_only .right_point .point_list:nth-of-type(4)
    {
        transform: translateX(10%);
    }

    .section_only .right_point .point_list:nth-of-type(3){
        transform: translateX(15%);
    }

    .section_only .left_point .point_list:nth-of-type(1),
    .section_only .left_point .point_list:nth-of-type(5){
        transform: translateX(10%);
    }

    .section_only .left_point .point_list:nth-of-type(2),
    .section_only .left_point .point_list:nth-of-type(4)
    {
        transform: translateX(-10%);
    }

    .section_only .left_point .point_list:nth-of-type(3){
        transform: translateX(-15%);
    }

    .section_compare .conten_win{
        width: 90%;
        margin-left: 10%;
    }

    .section_compare .city_win{
        width: 70%;
    }

    .section_compare .info{
        height: 18rem;
    }

    .section_family .content{
        margin-top: 25%;
        height: 85%;
    }

}


@media screen and (min-width:1600px) {
    html,
    body {
        font-size: 1.2vw;
        letter-spacing: 0.1em;
    }
    .section .side_city{
        width: 21%;
    }
    .section_family .content{
        margin-top: 40%;
        height: 75%;
    }
}

@media screen and (min-width:1800px) {
    html,
    body {
        font-size: 1vw;
        letter-spacing: 0.1em;
    }
    .section .side_city{
        width: 19%;
    }
}



@keyframes Line{
    0%{
        stroke-dashoffset: 2000;
        stroke-dasharray: 2000;
    }

    100%{
        stroke-dashoffset: 0;
    }
}