﻿/*header*/
header {
    font-size: 1.5rem;
    background: url('/image/header_line.png')no-repeat; 
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: white;
    box-shadow: 3px 3px 3px #c1c1c1;
}
header a{
    text-decoration: none;
    color: black;
}
footer a {
    text-decoration: none;
    color: black;
}
.offcanvas_nav a {
    text-decoration: none;
    color: #01A4E3;
    font-size: 24px;
    text-align: start
}

.ham {
    display: none;
}

.desktop_nav a:hover {
    border-bottom: 5px solid #01A4E3;
    animation-name: nav;
    animation-duration: 1s;
}

.desktop_nav div:hover {
    border-bottom: 5px solid #01A4E3;
    animation-name: nav;
    animation-duration: 1s;
}

.offcanvas_width {
    max-width: 85% !important;
}

@keyframes nav {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*banner*/
.banner_text {
            position: absolute;
            color: white;
            bottom: 20%;
            left: 25%;
            font-weight: bold;
}
.planmodal_bg {
    background-color: #2937E0;
}
.planmodal_btn{
    margin-top: -30px;
    font-size: 25px;
    text-decoration: none;
    background-color: #fff;
    border-radius: 30px;
    text-align:center;
    width: fit-content;
    padding: 10px 30px;
    font-weight: bold;
}
.banner_tag {
    bottom: -1.5%;
    left: 25%;
    width: 300px;
}

.banner_img img {
    width: 100%;
    height: auto;
}


/*內文*/
.content_1 {
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.blue_color {
    color: #01A4E3;
}
.bg_bbb {
    background-color: #BBB;
}

.main_title {
    font-size: 3rem;
    font-weight: bold;
}

.sub_title {
    font-size: 2.5rem;
    color: #01A4E3;
    font-weight: bold;
}

.dark_blue_color {
    color: #0083B5;
}

.section_title {
    font-size: 1.8rem;
    color: #01A4E3;
    font-weight: bold;
    margin-top: 20px;

}

.article_text {
    font-size: 1.5rem;
    font-weight: bold;
}

ul {
    list-style: none;
}

.bg_DDEDE9 {
    background-color: #DDEDE9;
}

.bg_D0F1EC {
    background: #D0F1EC;
}

.content_7 {
    background: url('/image/index_content_7_image.png')no-repeat;
    height: 700px;
    font-size: 2rem;
    color: #fff;
    background-size: cover;
}

.content_7 div {
        font-size: 3rem;
 }

.content_8 {
    background: url('/image/index_content_8_image.png')no-repeat;
    height: 700px;
    background-position: center;
    background-size: cover;
}

.content_7_line {
    width: 30%;
    border: 2px solid #fff;
    background-color: #fff;
    height: 10px;
}

.content_7 div:nth-child(3) {
    margin-top: 100px;
}

.content_7 div:nth-child(4) {
    margin-top: 150px;
}

.content_7 div:nth-child(5) {
    margin-top: 200px;
}

.company_amount {
    margin-top: 200px;
}

.contact_btn {
    border-radius: 100px;
    font-size: 2rem;
    width: 40%;
    margin-left: 100px;
    margin-top: 50px;
    border: 0px;
    font-weight: bold;
    text-decoration: none;
}
.contact_btn div{
    margin: 20px 20px;
}

/*footer*/
footer {
    background-color: #EFEFEF;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0px 30px 0px;
}
.footer_line {
    background: #fff;
    border: 1px solid #f9f8f8;
    width: 100%;
}
.footer_title {
    font-size: 1.5rem;
    letter-spacing: 3px;
}
.footer_text {
    font-size: 1.2rem;
}
.bg_D4E7E9 {
    background-color: #D4E7E9;
}
.color_red{
    color: red;
}
.bg_B2D4D7 {
    background: linear-gradient(to right, #eee, #B2D4D7 50%, #eee 75%, #B2D4D7 75%);
}
.bg_DCDCDB {
    background-color: #DCDCDB;
}
.bg_D6D5D0 {
    background-color: #D6D5D0;
}
.bg_EBEBEB {
    background-color: #EBEBEB;
}
.index_card_text{
    font-size: 80px;
    color: gray;
}
.card-title{
    font-size: 30px;
    margin-left: -15px;
    margin-bottom: 23px;
}
.index_card {
    box-shadow: 3px 3px 10px #cccccc;
    border-radius: 20px;
}
.bg_E2F1FF {
    background-color: #E2F1FF;
}
.content_3 h5 {
    padding-bottom: 20px;
    border-bottom: 5px solid #01A4E3;
    margin: 20px 200px;
}
.content_4 .line {
    width: 200px;
    border: 3px solid #01A4E3;
}
.index_circle {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #B6D7FF;
}
.index_circle_title {
    font-size: 80px;
    color: gray;
    margin-left: -40px;
}
.index_block_title {
    font-size: 80px;
    color: gray;
    margin-left: -40px;
}
.ham_plan {
    font-size: 24px;
    color: #01A4E3;
    border: 0px;
    background-color: #fff;
}
.ham_plan_block a{
    font-size: 22px;
}
.nav-link {
    color: black;
    font-size: 22px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: black;
    background-color: #fff;
    border-bottom: 5px solid #01A4E3;
    border-radius: 0px;
    animation-name: nav;
    animation-duration: 1s;
}
.why_card {
    border-radius: 20px;
    box-shadow: 10px 20px 10px #eee;
}
    .why_card img {
        border-radius: 20px 20px 0px 0px;
    }
    .why_card_text{
        font-size: 1.3rem;
    }
    /*手機版時顯示*/
    @media (max-width: 820px) {
        .banner_text {
        left: 5%;
        width: 80%;
    }
    .content_7_line {
        width: 15%;
    }
    .contact_btn {
        width: 300px;
        margin: 30px;
    }
    footer {
        padding: 10px;
    }
    .sub_title {
        margin-top: 20px;
    }
    .planModal {
        padding-right: 0px !important;
    }
    .desktop_nav {
        display: none !important;
    }
    .ham {
        display: block;
    }
    header img {
        transform: scale(.7);
    }
    .banner_text {
        font-size: 20px;
        width: 90%;
    }
        .banner_img img {
            width: 100%;
            height: 300px;
            object-fit: cover; 
    }
    .main_title {
        font-size: 2rem;
    }
    .content_1 {
        height: 300px;
    }
    .content_2  img{
        width: 300px;
    }
    .content_3 img {
        width: 300px;
    }
    .content_4 img {
        width: 300px;
    }
    .content_3 h5 {
        margin: 20px;
    }
    .index_block_title{
        margin: 0px;
    }
    .content_7{
        height: 400px;
    }
    .content_7 div {
        font-size: 1.2rem;
    }
    .company_amount {
        margin: 50px 10px 0px 10px;
    }
    .content_8 img{
        width: 300px;
    }
    .section_title, .article_text {
        font-size: 1.2rem;
    }
    .nav-link {
        font-size: 16px;
        font-weight: bold;
    }
        .banner_text{
            bottom: 10%;
        }
        .index_block_uts div{
            width: auto !important;

        }
        .index_block_uts div ul {
            text-align: center;
        }
        }