﻿/* html, body{
    overflow-x : hidden; 
} */

body {
    font-family: Arial, "微軟正黑體", sans-serif;
    -webkit-text-size-adjust: none;
    font-size: 18px;
    color: #333;
    line-height: 1.5;
}

a {
    display: inline-block;
}

a:hover {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

img {
    max-width: 100%;
    height: auto;
}

.fsize-14 {
    font-size: 14px;
}

.fsize-16 {
    font-size: 16px;
}

.fsize-18 {
    font-size: 18px;
}

.fsize-20 {
    font-size: 20px;
}
/* font */
.font-20 {
    font-size: 20px;
}
.fsize-24 {
    font-size: 24px;
}
.fsize-26 {
    font-size: 26px;
}

.fsize-30 {
    font-size: 30px;
}

.fsize-36 {
    font-size: 36px;
}

.bg-eefbfe {
    background-color: #eefbfe;
}

.bg-0089d1 {
    background-color: #0089d1;
    color: #fff;
}

.fcolor-525252 {
    color: #525252;
}

.fcolor-333333 {
    color: #333333;
}

.fcolor-0093C1 {
    color: #0093C1;
}

.fcolor-999999 {
    color: #999999;
}

.fcolor-c60202 {
    color: #c60202;
}

.fcolor-ffffff {
    color: #ffffff;
}

.fcolor-179DC7 {
    color: #179DC7;
}

.font-cc0000 {
    color: #cc0000;
}

.fcolor-0093C1 {
    color: #0093C1;
}

.fcolor-c60202 {
    color: #c60202;
}


.form-inline .form-control.w-50px,
.w-50px {
    width: 50px;
}

.form-inline .form-control.w-60px,
.w-60px {
    width: 60px;
}

.w-70px {
    width: 70px;
}

.w-80px {
    width: 80px;
}

.w-100px {
    width: 100px;
}

.w-150px {
    width: 150px;
}
.font-orange {
    color: #FF7701;
}

.font-red {
    color: #C60202;
}

.font-30px {
    font-size: 30px;
}

.font-24px {
    font-size: 24px;
}

.font-18px {
    font-size: 18px;
}

.font-14px {
    font-size: 14px;
}

/* ----- BANNER ------ */
.kv-banner {
    width: 100%;
    height: auto;
    background-color: #d0e8fc;
    overflow: hidden;
}

.kv-banner .kv_bg_m {
    display: none;
    width: 100%;
    height: auto;
}

.kv-banner .kv_bg_s {
    display: none;
    width: 100%;
    height: auto;
}

.kv-banner__content__claim {
    color: #333;
}

.kv-banner__content__calculate,
.kv-banner__content__insure {
    margin: 0 5px;
    padding: 8px 24px;
    border-radius: 30px;
    box-shadow: 0px 3px 6px #00000029;
}

.kv-banner__content__calculate {
    background-color: #fff;
    color: #0093c1;
}

.kv-banner__content__insure {
    text-shadow: 0px 3px 6px #00000029;
    background-color: #0093c1;
    color: #fff;
}

.kv-banner__content__calculate:hover {
    color: #0093c1;
}

.kv-banner__content__insure:hover {
    color: #fff;
}

.kv-banner--chang {
    display: none;
    opacity: 1;
    background: none;
    border: none;
}

.carousel-indicators--circle {
    top: 276px;
}

.carousel-indicators li {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    border-bottom: none;
    border-top: none;
    margin: 0 10px;
    background: #CED4DA;
    border: 1px solid #FAFAFA;
}

.carousel-indicators .active {
    background: #0093C1;
}

.carousel-indicators.carousel-index {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 10%;
}

.carousel-indicators.carousel-index li {
    margin-left: 10px;
    margin-right: 10px;
    padding: 8px 0;
    width: 100%;
    height: auto;
    text-indent: 0;
    text-align: center;
    border-radius: 5px;
    border: none;
    box-shadow: 0px 3px 6px #00000029;
    background-color: #fff;
    color: #0093c1;
    opacity: 10;
    font-weight: bold;
}

.carousel-indicators.carousel-index .bubble.active {
    position: relative;
    background-color: #0093c1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0;
    color: #fff
}

.carousel-indicators.carousel-index .bubble.active:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 8px 15px;
    border-color: #0093c1 transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -15px;
    left: 50%;
}

.home-products__card__btn {
    padding: 8px 16px;
    position: relative;
    z-index: 10;
    border: 1px solid #0089d1;
}

.home-products__card__btn:hover {
    color: #fff;
}

.home-products__card__btn:hover svg {
    -webkit-transform: translateX(.5em);
    -ms-transform: translateX(.5em);
    transform: translateX(.5em);
}

.home-products__card__btn svg {
    position: relative;
    top: -2px;
    transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
    -webkit-transition: transform .5s;
}

.home-products__card__btn.cost-calculate {
    border-radius: 30px;
    border: none;
    background-color: #0093C1;
    color: #fff;
}

.home-products__card__btn.cost-calculate:hover {
    background-color: #0093C1;
    color: #fff;
}

.overview__collapse,
.collapse_btn_rule-note {
    transform: rotate(180deg);
}

.collapse_btn {
    transform: rotate(0deg);

}

.section-title,
.content-title,
.content-m-padding {
    padding-left: 20px;
}

.content-title:before {
    border-radius: 3px;
    content: "";
    display: inline-block;
    list-style: disc;
    width: 6px;
    height: 6px;
    background: #CCCCCC;
    position: absolute;
    left: 5px;
    top: 10px;
}

.section-title:before {
    border-radius: 3px;
    content: "";
    display: inline-block;
    list-style: disc;
    width: 9px;
    height: 9px;
    background: #333333;
    position: absolute;
    left: 5px;
    top: 10px;
}

/* RWD */
@media screen and (max-width:1199px) {

    .kv-banner__content__calculate,
    .kv-banner__content__insure {
        padding: 8px 15px;
    }

    .carousel-indicators--circle {
        top: 235px;
    }
}

@media screen and (max-width:991px) {
    .fsize-18 {
        font-size: 16px;
    }

    .fsize-20 {
        font-size: 18px;
    }

    .fsize-30 {
        font-size: 24px;
    }

    .fsize-24 {
        font-size: 20px;
    }
    .fsize-26 {
        font-size: 22px;
    }

    .fsize-36 {
        font-size: 30px;
        line-height: 30px !important;
    }

    .kv-banner__carousel {
        position: static;
    }

    .kv-banner__carousel .carousel {
        position: static;
    }

    .carousel-inner {
        position: static;
    }

    .carousel-indicators.carousel-index {
        margin-right: 0;
    }

    .kv-banner .kv_bg {
        display: none;
    }

    .kv-banner .kv_bg_m {
        display: block;
    }

    .carousel-indicators--circle {
        top: 264px;
        right: 246px;
    }
}

@media screen and (max-width:767px) {
    .carousel-inner {
        position: relative;
    }

    .carousel-indicators.carousel-index {
        display: none;
    }

    .carousel-indicators {
        bottom: 126px;
    }


    .kv-banner__content__calculate,
    .kv-banner__content__insure {
        padding: 10px 25px;
    }

    .kv-banner--chang {
        display: block;
    }

    .home-products__toggle {
        position: absolute;
        z-index: 6;
        right: 15px;
        top: 6px;
        text-align: center;
    }

    .home-products__toggle:before {
        content: "";
        width: 1px;
        height: 18px;
        display: inline-block;
        background: #aaa;
        left: -31px;
        top: 4px;
        position: absolute;
    }

    .home-products__toggle i {
        display: inline-block;
        position: absolute;
        right: 0;
        width: 30px;
        height: 30px;
        transition: all 0.2s ease-in-out;
        background-color: #fff;
    }

    .home-products__toggle.active i {
        transform: rotate(180deg);
        right: -7px;
        margin-top: -5px;
    }

    .home-products__toggle i:before {
        content: "";
        position: relative;
        display: inline-block;
        top: 0;
        right: -7px;
        height: 10px;
        width: 2px;
        background-color: #0098d1;
        transform: rotate(45deg);
    }

    .home-products__toggle i:after {
        content: "";
        position: relative;
        display: inline-block;
        top: 0;
        right: 1px;
        height: 10px;
        width: 2px;
        background-color: #0098d1;
        transform: rotate(-45deg);
        transition: all 0.35s ease-in-out;
    }

    .drawer-submenu-list {
        list-style-type: none;
        padding-left: 0;
    }

    .js-drawer-submenu_view .js-drawer-submenu_view_content a.active {
        border: 1px solid #0098d1;
        background-color: #0098d1;
        color: #fff;
    }

    .js-drawer-submenu_view .js-drawer-submenu_view_content a {
        margin-bottom: 14px;
        border: 1px solid #ccc;
        font-weight: bold;
    }

    .home-products__card__btn {
        font-size: 14px;
    }

    .home-products__card__btn {
        padding: 8px 12px;
        position: relative;
        z-index: 10;
    }

    .carousel-indicators--circle {
        top: auto;
        right: 0;
        bottom: 125px;
    }

    .kv-banner .kv_bg_m {
        display: none;
    }

    .kv-banner .kv_bg_s {
        display: block;
    }
}

/* @media screen and (max-width:375px) {

} */

@media screen and (min-width: 768px) {
    .product_feature .col-12.col-md-4:before {
        content: "";
        display: inline-block;
        width: 1px;
        height: 90%;
        background: #0093C1;
        position: absolute;
        right: 0;
        top: 5%;
    }

    .product_feature .col-12.col-md-4.border-0:before {
        content: "";
        display: none;
    }
}