﻿

.banner_container {
    min-width: 100%;
    background: url(../images/903-image/Visual-desktop.png) no-repeat center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

    .banner_container::after {
        content: "";
        display: block;
        padding-bottom: 65%;
    }

.banner_container_div {
    display: flex;
    align-items: center;
    /* width: 100%;*/
    /*bottom: 70px;*/
    align-content: center;
    flex-direction: column;
    /*    margin-top: -15%;
    float: right;*/
}

.banner_container_font {
    color: #05B8B5;
    font-size: 12px;
    font-family: "Montserrat","Noto Sans TC",sans-serif;
    font-weight: 500;
    line-height: 22px;
}

.banner_container_icon img {
    width: 48px;
    height: 66px;
    flex-shrink: 0;
}

/*.banner_container_icon a {
    cursor: pointer !important;
}*/

.down .container {
    max-width: unset;
    padding: 0;
}

.banner_down {
    position: fixed;
    bottom: 10%;
    width: 100%;
}



@media screen and (max-width: 1000px) {

    .banner_down {
        position: fixed;
        bottom: 10%;
        width: 100%;
    }
}

@media screen and (max-width: 959px) {
    .banner_container {
        min-width: 100%;
        background: url(../images/903-image/Visual-mobile.png) no-repeat center center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin: 0 auto;
    }

        .banner_container::after {
            content: "";
            display: block;
            padding-bottom: 150%;
        }

    .banner .container {
        padding: 0;
        max-width: unset !important;
    }


    .banner_down {
        position: fixed;
        bottom: 10%;
        width: 100%;
    }

    /*    .down {
        display: none !important;
    }*/

    /*    .banner_container_icon a {
        cursor: unset !important;
    }*/
}


@media screen and (max-width: 600px) {

    .banner_down {
        position: fixed;
        bottom: 10%;
        width: 100%;
    }
}
