@charset "utf-8";

/****************** 基本 ******************/
* {
    font-family: "微軟正黑體", "Microsoft JhengHei", Arial, Geneva, sans-serif;
    /* border: 1px solid red; */
}

body {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
    color: #777777;
    color: #323232;
    background-color: #eaf5fc;
    height: 100%;
    position: relative;
}

@media screen and (max-width: 1400px) {
    body {
        padding-top: 60px;
    }
}

@media screen and (max-width: 768px) {
    body {
        padding-top: 45px;
    }
}

hr {
    border-top: 1px solid #afafaf;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: 400;
}

p {
    margin-bottom: 1.5em;
}

a {
    color: #ffffff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}

a:hover,
a:active,
a:focus,
a:visited {
    color: #084298;
    outline: none;
    text-decoration: none;
}

img,
object,
embed,
video {
    max-width: 100%;
}

.reward {
    font-size: 120%;
    color: #fd9b2b;
    margin-left: 3px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: #000;
    opacity: .2;
}

.pointer {
    cursor: pointer;
    color: #084298;
}

/*
--- 按鈕 btn ---*/
.btn:hover,
.btn:active,
.btn:focus {
    background: #e6bd6b !important;
    color: #fff;
    outline: none !important;
}

.btn {
    border-radius: 0px;
}

.btn.btn-primary {
    background: #cca14d;
    color: #fff;
    border: none !important;
    border: 2px solid transparent !important;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 20px;
    padding-left: 20px;
}

.btn.btn-lg {
    font-size: 30px;
}

@media screen and (max-width: 576px) {
    .btn.btn-lg {
        padding-top: 10px;
        padding-right: 8px;
        padding-left: 8px;
        padding-bottom: 10px;
        font-size: 16px;
    }
}

/****************** 導覽列 navbar ******************/
.navbar {
    background-color: #f8f8f8;
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
    padding: 0;
}

/*
--- 聯邦LOGO navbar-brand ---*/
.navbar-brand {
    padding-right: 0;
}



.navbar .navbar-brand {
    margin-right: 50px;
    margin-left: -90px;
    margin-left: 20px;
    width: 250px;
    height: 60px;
    background: url(../images/logo_100.png) no-repeat 0 50%;
    background-size: contain;
}

@media screen and (max-width: 1920px) {
    .navbar .navbar-brand {
        margin-right: 50px;
        margin-left: 0px;
        height: 45px;
        margin-top: 8px;
        margin-bottom: 8px;

    }
}

@media screen and (max-width: 1400px) {
    .navbar .navbar-brand {
        margin-right: 0px;
        margin-left: 20px;
        width: 200px;
    }
}

@media screen and (max-width: 576px) {
    .navbar .navbar-brand {
        margin-right: 50px;
        margin-left: 15px;
        width: 180px;
        height: 35px;
    }
}

.navbar-header .navbar-brand img {
    width: 90%;
}

.navbar-light .navbar-toggler {
    border: none;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 153, 153, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-light .navbar-toggle .icon-bar {
    background-color: #009999;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-toggle:hover,
.navbar-light .navbar-toggle:focus {
    background-color: #f8f8f8;
}

.navbar-nav>li>a {
    margin-left: 15px;
    margin-top: 10px;
    display: block;
}

.navbar-light .navbar-nav>li>a:hover,
.navbar-light .navbar-nav>li>a:focus {
    color: #009999;
    background-color: transparent;
}

.navbar-light .navbar-nav>.active>a,
.navbar-light .navbar-nav>.active>a:hover,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav>.active>a:focus {
    color: #009999;
}

.navbar-toggle {
    margin-top: 13px;
    margin-bottom: 15px;
    border: 0px;
    border-radius: 0px;
}

.navApplyBtn .nav-item .nav-link {
    color: #fff;
    font-weight: 600;
    background: #cca14d;
    border-radius: 20px;
    padding: 5px 15px;
    margin-top: 1px;
    margin-left: 10px;
}

.navApplyBtn .nav-item .nav-link:hover {
    background: #ddb565;
}

/*
--- 導覽列下拉dropdown-menu ---*/
.dropdown-menu {
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #009999;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #eaeaea;
}


/*
--- 主視覺 ---*/
.kv {
    position: relative;
    width: 100%;
    --w: 1920;
    --h: 800;
    --h: 730;
    overflow: hidden;
    margin-top: 10px;
}

@media screen and (max-width: 1400px) {
    .kv {
        margin-top: 0px;
    }
}

.kv:before {
    content: '';
    width: 100%;
    padding-top: calc(var(--h) * 100% / var(--w));
    display: block;
    background-image: url(../images/kv_bg.png);
    background-size: cover;
}

.kv_title {
    position: absolute;
    top: 12%;
    left: 5%;
    left: 10%;
    width: 90%;
    height: 80%;
}

@media screen and (max-width: 1400px) {
    .kv_title {
        position: absolute;
        top: 12%;
        left: 5%;
        width: 90%;
        height: 80%;
    }
}

/* -- 日期 3/17-3/21 熱烈招募 -- */
.kv_date {
    position: absolute;
    top: 5%;
    right: 14%;
    width: 20%;
    margin: 0 auto;
    z-index: 2;
}

@media screen and (max-width: 1400px) {
    .kv_date {
        position: absolute;
        top: -5%;
        right: 5%;
        width: 22%;
        margin: 0 auto;
        z-index: 2;
    }
}

@media screen and (max-width: 768px) {
    .kv_date {
        position: absolute;
        top: 97%;
        right: 41%;
        width: 19%;
        margin: 0 auto;
        z-index: 2;
    }
}

@media screen and (max-width: 576px) {
    .kv_date {
        position: absolute;
        top: 89.5%;
        right: 38%;
        width: 19%;
        margin: 0 auto;
        z-index: 2;
    }
}


/* //////////////////// 00980X 圖示區 /////////////////////////// */

.kv_009804 {
    display: block;
    position: absolute;
    width: 50%;
    top: 27%;
    top: 17%;
    right: 12%;
    z-index: 10;
}

@media screen and (max-width: 1400px) {
    .kv_009804 {
        width: 58%;
        top: 4%;
        right: 4%;
        z-index: 10;
    }
}

@media screen and (max-width: 768px) {
    .kv_009804 {
        top: 97%;
        top: 108%;
        bottom: 0;
        left: 7.5%;
        width: 53%;
        margin: 0 auto;
        z-index: 5;
        top: 95%;
    }
}

@media screen and (max-width: 576px) {
    .kv_009804 {
        top: 85%;
        left: 12.5%;
        width: 63%;
    }
}


/* 768以"上"(不含768) 顯示 "寬版"*/
.kv_00980X_top {
    display: block;
    position: relative;
    width: 100%;
    z-index: 10;
}

@media screen and (max-width: 768px) {
    .kv_00980X_top {
        display: none;
    }
}

/* 768以"下"(含768) 顯示 "窄版" */
.kv_00980X_t {
    display: none;
}

@media screen and (max-width: 768px) {
    .kv_00980X_t {
        display: block;
        position: relative;
        left: -37.5%;
        z-index: 5;
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .kv_00980X_t {
        left: -33.5%;
    }
}

/* -- 主視覺3個連結 -- */
.solar-link {
    position: absolute;
    top: 88.5%;
    left: 18%;
    transform: translate(-50%, -50%);
    width: 34%;
    height: 17%;
    /* background: rgb(59 40 209 / 68%); */
    z-index: 10;
    text-decoration: none;
    clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
}

.solar-link_A2 {
    position: absolute;
    top: 88.5%;
    left: 48.9%;
    transform: translate(-50%, -50%);
    width: 32.2%;
    height: 17.2%;
    /* background: rgb(218, 148, 19, .5); */
    clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
    z-index: 10;
}

.solar-link_A4 {
    position: absolute;
    top: 88.5%;
    left: 80.7%;
    transform: translate(-50%, -50%);
    width: 36.2%;
    height: 17.2%;
    /* background: rgb(218 148 19 / 50%); */
    clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
    z-index: 10;
}

/* /////////////////////////////////////////////// */

/* 主視覺 蝴蝶圖 */
.kv_butterfly {
    position: absolute;
    top: 2%;
    left: 28.5%;
    width: 9.5%;
    margin: 0 auto;
    z-index: 6;
    -webkit-animation: moveA 2s ease-in-out 1;
    animation: moveA 2s ease-in-out 1;
}

@media screen and (max-width: 1400px) {
    .kv_butterfly {
        position: absolute;
        /* top: 4%; */
        left: 30.5%;
        width: 9.5%;
        margin: 0 auto;
        z-index: 6;
        -webkit-animation: moveA 2s ease-in-out 1;
        animation: moveA 2s ease-in-out 1;
    }
}

@media screen and (max-width: 768px) {
    .kv_butterfly {
        position: absolute;
        top: -8%;
        left: 37.5%;
        width: 10%;
        margin: 0 auto;
        z-index: 6;
    }
}

@media screen and (max-width: 576px) {
    .kv_butterfly {
        position: absolute;
        top: -10%;
        left: 37.5%;
        width: 9%;
        margin: 0 auto;
        z-index: 6;
    }
}

.kv_butterflyArea2:before {
    content: "";
    width: 90px;
    height: 110px;
    background-image: url(../images/kv_butterfly.png);
    background-size: cover;
    margin-bottom: 10px;
    position: absolute;
    right: 0%;
    top: 17%;
    z-index: 10;
    -webkit-animation: move 1s ease-in-out;
    animation: move 1s ease-in-out;
    animation-iteration-count: 1;
}

@media screen and (max-width: 991px) {
    .kv_butterflyArea2:before {
        right: -1%;
        top: 10%;
    }
}

@media screen and (max-width: 768px) {
    .kv_butterflyArea2:before {
        content: "";
        width: 32%;
        height: 43%;
        background-image: url(../images/kv_butterfly.png);
        background-size: cover;
        margin-bottom: 10px;
        position: absolute;
        right: -13%;
        top: -3%;
    }
}


/* ------- 
"50"大圖 ------- */
.kv_50 {
    position: absolute;
    top: 30%;
    left: 16%;
    width: 19.5%;
    margin: 0 auto;
    z-index: 5;
    -webkit-animation-delay: 2s;
    -webkit-animation: fade 1s ease-in-out;
    animation-delay: 2s;
    animation: fade 1s ease-in-out;
    animation-iteration-count: 1;
}

@media screen and (max-width: 1400px) {
    .kv_50 {
        top: 28%;
        left: 15%;
        width: 22%;
    }
}

@media screen and (max-width: 768px) {
    .kv_50 {
        position: absolute;
        top: 30%;
        left: 21%;
        width: 25%;
        margin: 0 auto;
        z-index: 5;
        -webkit-animation-delay: 2s;
        -webkit-animation: fade 1sease-in-out;
        animation-delay: 2s;
        animation: fade 1sease-in-out;
        animation-iteration-count: 1;
    }
}

@media screen and (max-width: 576px) {
    .kv_50 {
        position: absolute;
        top: 23%;
        left: 21%;
        width: 25%;
        margin: 0 auto;
        z-index: 5;
        -webkit-animation-delay: 2s;
        -webkit-animation: fade 1sease-in-out;
        animation-delay: 2s;
        animation: fade 1sease-in-out;
        animation-iteration-count: 1;
    }
}


/* ------- PC版
"聯邦台灣精彩50ETF基金"內容 ------- */
.kv_50t_displaystyle {
    position: absolute;
    bottom: 5%;
    bottom: 9%;
    left: 35%;
    width: 54%;
    margin: 0 auto;
    z-index: 5;
    bottom: 3%;
}

@media screen and (max-width: 1400px) {
    .kv_50t_displaystyle {
        position: absolute;
        bottom: 1%;
        bottom: 10%;
        left: 40%;
        margin: 0 auto;
        z-index: 5;
    }
}

@media screen and (max-width: 768px) {
    .kv_50t_displaystyle {
        display: none;
    }
}

/* ------- PC版
"聯邦台灣精彩50ETF基金"內容 ------- */
@media screen and (max-width: 768px) {
    .kv_50t {
        display: block;
        position: relative;
        width: 100%;
        text-align: center;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
}

/* ------- 
底下的圓 ------- */

.kv_circle {
    position: absolute;
    top: -3%;
    /* top: -14.5%; */
    /* top: -12.5%; */
    /* top: -15.5%; */
    top: -14%;
    left: -22.5%;
    width: 96%;
    margin: 0 auto;
    z-index: 0;
    mix-blend-mode: screen;
}

@media screen and (max-width: 1400px) {
    .kv_circle {
        top: -8%;
        top: -22%;
        top: -19%;
        left: -25%;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .kv_circle {
        position: absolute;
        top: -9%;
        left: -17%;
        width: 100%;
        margin: 0 auto;
        z-index: 0;
        mix-blend-mode: screen;
    }
}

@media screen and (max-width: 576px) {
    .kv_circle {
        position: absolute;
        top: -19%;
        left: -17%;
        width: 100%;
        margin: 0 auto;
        z-index: 0;
        mix-blend-mode: screen;
    }
}

/* ------- 
上方的圓 ------- */
.kv_circlep {
    position: absolute;
    top: -3%;
    top: -14%;
    left: -22.5%;
    width: 96%;
    margin: 0 auto;
    z-index: 0;
    mix-blend-mode: screen;
}

@media screen and (max-width: 1400px) {
    .kv_circlep {
        top: -8%;
        top: -22%;
        top: -19%;
        left: -25%;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .kv_circlep {
        position: absolute;
        top: -9%;
        left: -17%;
        width: 100%;
        margin: 0 auto;
        z-index: 0;
        mix-blend-mode: screen;
    }
}

@media screen and (max-width: 576px) {
    .kv_circlep {
        position: absolute;
        top: -19%;
        left: -17%;
        width: 100%;
        margin: 0 auto;
        z-index: 0;
        mix-blend-mode: screen;
    }
}

.kv_circleA {
    -webkit-animation-delay: 50s;
    -webkit-animation: fade .5s ease-in-out, rotate 5s 1s linear;
    animation-delay: 50s;
    animation: fade .5s ease-in-out, rotate 5s 1s linear;

}

.kv_circleB {
    -webkit-animation: rotate 5s linear;
    animation: rotate 5s linear;
    animation-iteration-count: 5;
    animation-iteration-count: infinite;


}

/* ------- 左上 
很多圓點圖 有2層 ------- */
.kv_lc {
    position: absolute;
    top: 0%;
    left: -22%;
    left: -25%;
    width: 90%;
    margin: 0 auto;
    z-index: 2;
    mix-blend-mode: screen;
}

.kv_lc2 {
    position: absolute;
    top: 0%;
    left: -22%;
    left: -25%;
    width: 90%;
    margin: 0 auto;
    z-index: 3;
}

@media screen and (max-width: 1400px) {
    .kv_lc {
        position: absolute;
        top: -3%;
        left: -24%;
        width: 90%;
        margin: 0 auto;
        z-index: 2;
        mix-blend-mode: screen;
    }

    .kv_lc2 {
        position: absolute;
        top: -3%;
        left: -24%;
        width: 90%;
        margin: 0 auto;
        z-index: 3;
    }
}


@media screen and (max-width: 768px) {
    .kv_lc {
        position: absolute;
        top: -10%;
        left: -18%;
        width: 90%;
        margin: 0 auto;
        z-index: 2;
        mix-blend-mode: screen;
    }

    .kv_lc2 {
        position: absolute;
        top: -10%;
        left: -18%;
        width: 90%;
        margin: 0 auto;
        z-index: 3;
    }
}

@media (max-width:768px) {
    .kv {
        --w: 768;
        --h: 600;
    }

    .kv:before {
        background-image: url(../images/m/kv_m_bg.png);
    }

    .kv_title {
        top: 8%;
        left: 0%;
        width: 100%;
        width: 155%;
        height: 60%;
    }
}


@-webkit-keyframes moveA {
    0% {
        -webkit-transform: translate(10px, -10px);
        -webkit-opacity: 0;

    }

    50% {
        -webkit-transform: translate(0px);
        -webkit-opacity: 0.5;
    }

    75% {
        -webkit-transform: translate(0px);
        -webkit-opacity: 1;
    }

    to {
        -webkit-transform: translate(0px);
        -webkit-opacity: 1;
    }
}

@keyframes moveA {
    0% {
        transform: translate(10px, -10px);
        opacity: 0;

    }

    50% {
        transform: translate(0px);
        opacity: 0.5;
    }

    75% {
        transform: translate(0px);
        opacity: 1;
    }

    to {
        transform: translate(0px);
        opacity: 1;
    }
}


@-webkit-keyframes move {
    from {
        -webkit-transform: translate(60px, -60px);
        -webkit-opacity: 0;
    }

    to {
        -webkit-transform: translate(0px);
        -webkit-opacity: 1;
    }
}

@keyframes move {
    from {
        transform: translate(60px, -60px);
        opacity: 0;
    }

    to {
        transform: translate(0px);
        opacity: 1;
    }
}



@-webkit-keyframes fade {
    from {
        -webkit-transform: scale(0);
        -webkit-opacity: 0;
    }

    to {
        -webkit-transform: scale(1);
        -webkit-opacity: 1;
    }
}

@keyframes fade {
    from {
        transform: scale(0);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}


@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}




/****************** 版面 Container ******************/
.gridContainer {
    width: 100%;
    clear: none;
    float: none;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
}

@media only screen and (max-width: 768px) {
    .gridContainer {
        width: 100%;
        margin: auto;
        clear: none;
        float: none;
        margin-left: auto;
        background-size: cover;
    }
}

/*
--- 活動主版 mainArea ---*/
.mainArea {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}

@media screen and (max-width: 1200px) {
    .mainArea {
        /* padding-top: 70px;
        padding-bottom: 70px; */
        padding-right: 80px;
        padding-left: 80px;
    }
}

@media screen and (max-width: 768px) {
    .mainArea {
        padding-top: 0px;
        padding-bottom: 50px;
        padding-right: 30px;
        padding-left: 30px;
    }
}

.mainArea_Area01 {
    padding-top: 30px;
    padding-bottom: 20px;
    overflow: hidden;
}

@media screen and (max-width: 992px) {
    .mainArea_Area01 {
        padding-top: 20px;
    }
}

@media screen and (max-width: 768px) {
    .mainArea_Area01 {
        padding-top: 10px;
        padding-bottom: 50px;
    }
}


/*
--- 活動內文區塊 mainText ---*/
.mainText1 {
    font-size: 17px;
    color: #323232;
    margin-top: 35px;
    margin-bottom: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-weight: 600;
    /* background: #ffffff; */
    /* border: #009999 1px solid; */
    border-radius: 20px;
}



.mainCtn {
    display: block;
    /* justify-content: center; */
    /* align-items: center; */
}

@media screen and (max-width: 992px) {
    .mainCtn {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px) {
    .mainText1 {
        padding: 0px 0px;
        margin-top: 10px;
        text-align: center;
        line-height: 30px;
        font-size: 18px;
    }
}


/*
--- 版權宣告footer ---*/
#footer {
    background-color: #eeeeee;
}

#footerStyle {
    width: 100%;
    background-color: #f4f4f4;
}

.copyright a {
    color: #7f7f7f;
    outline: none;
    text-decoration: none;
}

.copyright h4,
.copyright h5 {
    margin-top: 15px;
}

.copyright h4 {
    font-size: 26px;
    text-align: right;
}

.copyright h5 {
    font-size: 12px;
    text-align: left;
    color: #777;
    margin-left: 70px;
}

.copyright p {
    font-size: 16px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.copyright .list-inline {
    margin-bottom: 0;
}

@media screen and (max-width: 992px) {
    .copyright h4 {
        font-size: 20px;
        text-align: center;
    }

    .copyright h5 {
        font-size: 12px;
        margin-left: auto;
    }

    .copyright p {
        /* font-size: 16px; */
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 768px) {
    #footer {
        padding: 10px 0;
        color: #7f7f7f;
        background-color: #eeeeee;
    }

    #footer .copyright {
        margin-bottom: 0px;
        padding-bottom: 0;
    }

    .copyright h5 {
        text-align: center;
    }

    .copyright a {
        color: #7f7f7f;
        outline: none;
        text-decoration: none;
    }
}

.textCenter {
    margin: auto;
    text-align: center;
}

#actContain {
    /* display: none; */
    background-color: #ffffff;
    background-image: url(../images/kv_00980X_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
    #actContain {
        display: none;
    }
}


@media only screen and (max-width: 768px) {
    #actContain {
        background-image: url(../images/m/kv_00980X_m_bg.png);
        padding-bottom: 0px;

    }
}

.stepArea {
    background-color: #fff;
}


.mt-100 {
    margin-top: 100px;
}

/* animate */
.js .to-animate,
.js .to-animate-2,
.js .single-animate .js .animate-single {
    opacity: 0;
}

.js .animate-box {
    opacity: 0;
}

.close {
    background-color: transparent;
    border: 0;
}


.h5_Newstyle {
    color: #FFFFFF;
    background-color: #62bac5;
    border-radius: 50px;
    padding: 10px 30px;
    max-width: 485px;
    text-align: center;
    font-weight: bold;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    letter-spacing: 1px;
    margin-top: 20px;
    font-size: 18pt;
}

@media screen and (max-width: 992px) {
    .h5_Newstyle {
        font-size: 16pt;
        padding: 8px 20px;

    }
}


@media screen and (max-width: 768px) {
    .h5_Newstyle {
        padding: 9px 20px;
        font-size: 12pt;
        letter-spacing: 0px;
        letter-spacing: 1px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.addBefore {
    margin-top: -22px;
    max-width: 350px;
}

.specBig {
    font-size: 110%;
    font-weight: bold;
}

#Area_01 .h4_Newstyle {
    font-size: 18pt;
    padding-top: 20px;
    padding-bottom: 20px;
}

#Area_02 .h4_Newstyle {
    font-size: 16pt;
}

@media screen and (max-width: 992px) {
    #Area_01 .h4_Newstyle {
        font-size: 16pt;
        padding-top: 15px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 992px) {
    #Area_02 .h4_Newstyle {
        font-size: 14pt;
    }
}

@media screen and (max-width: 768px) {
    #Area_01 .h4_Newstyle {
        font-size: 14pt;
    }

    #Area_02 .h4_Newstyle {
        font-size: 12pt;
    }
}

.A02_widthforicon {
    width: 250px;
}

@media screen and (max-width: 768px) {
    .A02_widthforicon {
        width: 200px;
    }

}

.A06_space {
    border: 1px solid #009999;
    border-radius: 10px;
    margin-bottom: 10px;
}


.A08_h1_newStyle {
    font-size: 28pt;
    color: #00869b;
    font-weight: bold;
    text-align: center;
    padding-top: 35px;
    font-family: Helvetica, Arial, sans-serif;

}

.A08_h3_newStyle {
    text-align: center;
    font-size: 18pt;
    font-weight: bold;
    color: #888888;

}

@media screen and (max-width: 992px) {
    .A08_h1_newStyle {
        font-size: 22pt;
        padding-top: 20px;
    }

    .A08_h3_newStyle {
        font-size: 16pt;
        padding-top: 10px;
    }

}

@media screen and (max-width: 576px) {
    .A08_h1_newStyle {
        font-size: 18pt;
        padding-top: 20px;
    }

    .A08_h3_newStyle {
        font-size: 13pt;
        padding-top: 0;
    }
}

.A08_p_newStyle {
    text-align: justify;

}

@media screen and (max-width: 576px) {
    .A08_p_newStyle {
        margin-right: 20px;
        margin-left: 20px;
    }
}

.h6_Newstyle {
    padding-top: 10px;
    line-height: 16pt;
}

@media screen and (max-width: 768px) {
    .h6_Newstyle {
        color: #4e4e4e;
        font-size: 11pt;
    }
}

.A04_addOutlineSquare {
    margin-top: 60px;
    border: 1px solid #62bac5;
    border-radius: 20px;
    padding: 10px;
}

.A04_Addstyle {
    margin-top: -46px;
}

/*Scroll To Top Button*/
#myBtn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 38px;
    z-index: 99;
    font-size: 15px;
    border: none;
    outline: none;
    background-color: #002565;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 100%;
    text-transform: uppercase;
    box-shadow: 0px 4px 0px 0px #8b8b8b3b;
}

#myBtn:hover {
    background-color: #011f5c;
    font-weight: bold;
}

@media screen and (max-width: 1200px) {
    #myBtn {
        right: 10px;
    }
}

#Area_05 .smallMark {
    position: absolute;
    max-width: 20%;
    right: 20px;
    animation: bounce 1s ease-in-out infinite;
    z-index: 10;
    top: 6%;
}

@media screen and (max-width: 992px) {
    #Area_05 .smallMark {
        max-width: 25%;
        top: 12%;
        right: 0;
    }
}

@media screen and (max-width: 576px) {
    #Area_05 .smallMark {
        max-width: 30%;
        top: 10%;
        right: 0;
    }
}

@-webkit-keyframes scale {
    from {
        -webkit-transform: scale(0.8);
        -webkit-transform: translate(0px, -10px);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@keyframes scale {
    from {
        transform: scale(0.8);
        transform: translate(0px, -10px);
    }

    to {
        transform: scale(1);
    }
}

@keyframes bounce {
    0% {
        transform: translateY(0);
        /* 初始位置 */
    }

    50% {
        transform: translateY(-5px);
        /* 上跳 */
    }

    100% {
        transform: translateY(0);
        /* 回到原來位置 */
    }
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
        /* 初始位置 */
    }

    50% {
        -webkit-transform: translateY(-5px);
        /* 上跳 */
    }

    100% {
        -webkit-transform: translateY(0);
        /* 回到原來位置 */
    }
}

@keyframes bounce {
    0% {
        transform: translateY(0);
        /* 初始位置 */
    }

    50% {
        transform: translateY(-5px);
        /* 上跳 */
    }

    100% {
        transform: translateY(0);
        /* 回到原來位置 */
    }
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
        /* 初始位置 */
    }

    50% {
        -webkit-transform: translateY(-5px);
        /* 上跳 */
    }

    100% {
        -webkit-transform: translateY(0);
        /* 回到原來位置 */
    }
}

.A09_h1_NewStyle {
    text-align: center;
    padding-bottom: 30px;
    font-weight: bold;
    color: #013474;

}

.A09_Bg {
    color: #ffffff;
    background-color: #236db5;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    padding: 15px;
    margin-bottom: 15px;
    font-size: 16pt;
}

.A09_Bg a {
    color: #ffffff;
    cursor: pointer;
}

.A09_Bg:hover {
    background-color: #542e8a;
    transform: scale(1.1);
    transition: 1s;
}


@media screen and (max-width: 992px) {
    .A09_Bg {
        padding: 10px;
        font-size: 14pt;
    }
}

@media screen and (max-width: 576px) {
    .A09_Bg {
        line-height: 18pt;
    }
}


.A09_h2_NewStyle {
    font-weight: bold;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #013474;
    font-family: Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 768px) {
    .A09_h2_NewStyle {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.A10_Bg {
    color: #fff;
    background-color: #236db5;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    padding: 15px;
    margin-bottom: 10px;
    font-size: 16pt;
}

.A10_Bg a {
    color: #fff;
    cursor: pointer;
}

.A10_Bg:hover {
    background-color: #542e8a;
    transform: scale(1.1);
    transition: 1s;
}

@media screen and (max-width: 992px) {
    .A10_Bg {
        padding: 10px;
        font-size: 14pt;
    }
}

@media screen and (max-width: 576px) {
    .A10_Bg {
        line-height: 18pt;
    }
}


.A10_h2_NewStyle {
    font-weight: bold;
    text-align: center;
    padding-bottom: 30px;
    color: #013474;
}

@media screen and (max-width: 768px) {
    .A10_h2_NewStyle {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}



.leftButton {
    position: fixed;
    top: 20%;
    /* top: 35%;     */
    right: 20px;
    flex-direction: column;
    z-index: 50;
}
@media screen and (max-width: 1200px) {
    .leftButton {
        right: 10px;
    }
}
@media screen and (max-width: 768px) {
    .leftButton {
        right: 0px;
        top: 40%;
    }
}
@media screen and (max-width: 376px) {
    .leftButton {
        /* right: -2px; */
        top: 32%;
    }
}


.animated {
    position: relative;
    width: 80px;
    margin-bottom: -19px;
    z-index: 22;
    margin-left: 0px;
}
@media screen and (max-width: 1600px) {
    .animated {
        width: 50px;
        margin-left: 3px;
        margin-bottom: -12px;
    }
}
@media screen and (max-width: 768px) {
    .animated {
        width: 28px;
        margin-left: 3px;
        margin-bottom: -11px;
    }
}


.leftButton_A {
    /* position: fixed; */
    text-align: center;
    bottom: 765px;
    right: 30px;
    z-index: 20;
    background: linear-gradient(rgba(19, 113, 173, 0.749) 0%, rgb(0, 109, 212) 49%, rgb(1, 33, 95) 100%);
    border-radius: 500px 500px 0 0;
    width: 70px;
    height: 200px;
    line-height: 24pt;
    font-weight: bold;
    padding: 15px;
    font-size: 32px;
    border: 1px solid white;
    /* height: 215px; */
    padding-top: 20px;
}

a:hover.leftButton_A  {
    color: white;
    background: rgb(85, 53, 144);
}

a:active.leftButton_A,
a:visited.leftButton_A {
    color: white;
}


.leftButton_B {
    /* position: fixed; */
    text-align: center;
    bottom: 606px;
    right: 30px;
    z-index: 20;
    background: linear-gradient(rgba(19, 113, 173, 0.749) 0%, rgb(0, 109, 212) 49%, rgb(1, 33, 95) 100%);
    border-radius: 0px;
    width: 70px;
    height: 165px;
    line-height: 24pt;
    font-weight: bold;
    padding: 15px;
    font-size: 32px;
    border: 1px solid white;
}

a:hover.leftButton_B {
    color: white;
    background: rgb(85, 53, 144);
}

a:active.leftButton_B,
a:visited.leftButton_B {
    color: white;
}


.leftButton_C {
    /* position: fixed; */
    text-align: center;
    bottom: 447px;
    right: 30px;
    z-index: 20;
    background: linear-gradient(rgba(19, 113, 173, 0.749) 0%, rgb(0, 109, 212) 49%, rgb(1, 33, 95) 100%);
    border-radius: 0 0 500px 500px;
    width: 70px;
    height: 165px;
    line-height: 24pt;
    font-weight: bold;
    padding: 15px;
    font-size: 32px;
    border: 1px solid white;
}

a:hover.leftButton_C {
    color: white;
    background: rgb(85, 53, 144);
}

a:active.leftButton_C,
a:visited.leftButton_C {
    color: white;
}

@media screen and (max-width: 1600px) {
    .leftButton_A {
        font-size: 28px;
        width: 50px;
        padding: 10px;
        line-height: 22pt;
        height: 170px;
        padding-top: 12px;
    }

    .leftButton_B {
        font-size: 28px;
        width: 50px;
        padding: 10px;
        line-height: 22pt;
        height: 142px;
    }

    .leftButton_C {
        font-size: 28px;
        width: 50px;
        padding: 10px;
        line-height: 22pt;
        height: 142px;
    }
}

@media screen and (max-width: 1400px) {
    .leftButton_A {
        font-size: 24px;
        width: 50px;
        padding: 10px;
        line-height: 22pt;
        height: 170px;
        padding-top: 12px;
    }

    .leftButton_B {
        font-size: 24px;
        width: 50px;
        padding: 10px;
        line-height: 22pt;
        height: 142px;
    }

    .leftButton_C {
        font-size: 24px;
        width: 50px;
        padding: 10px;
        line-height: 22pt;
        height: 142px;
    }
}

@media screen and (max-width: 768px) {
    .leftButton_A {
        font-size: 20px;
        width: 36px;
        height: 125px;
        padding: 8px;
        line-height: 19pt;
        line-height: 15.5pt;
        bottom: 536px;
        right: 0;
        border-radius: 17px 0 0 0;
        padding-top: 12px;
    }

    .leftButton_B {
        font-size: 20px;
        width: 36px;
        height: 105px;
        padding: 8px;
        line-height: 19pt;
        line-height: 15.5pt;
        bottom: 412px;
        right: 0;
    }

    .leftButton_C {
        font-size: 20px;
        width: 36px;
        height: 105px;
        padding: 8px;
        line-height: 19pt;
        line-height: 15.5pt;
        bottom: 288px;
        right: 0;
        border-radius: 0 0 0 17px;
    }

}


@media screen and (max-width: 375px) {
    .leftButton_A {
        font-size: 18px;
        width: 32px;
        height: 123px;
        padding: 6px;
        line-height: 19pt;
        line-height: 15.5pt;
        bottom: 318px;
        right: 0;
        border-radius: 10px 0 0 0;
        padding-top: 12px;
    }

    .leftButton_B {
        font-size: 18px;
        width: 32px;
        height: 97px;
        padding: 6px;
        line-height: 19pt;
        line-height: 15.5pt;
        bottom: 194px;
        right: 0;
    }

    .leftButton_C {
        font-size: 18px;
        width: 32px;
        height: 97px;
        padding: 6px;
        line-height: 19pt;
        line-height: 15.5pt;
        bottom: 70px;
        right: 0;
        border-radius: 0 0 0 10px;
    }

}

/* ------
上方選單 3個 button ------- */

#top_btn {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 60px;
    margin-top: -60px;
    z-index: 1000;
}
@media screen and (max-width: 992px) {
    #top_btn {
        padding-top: 40px;
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 768px) {
    #top_btn {
        margin-top: 0px;
        padding-top: 20px;
        padding-bottom: 45px;
    }
}
@media screen and (max-width: 576px) {
    #top_btn {
        padding-top: 10px;
        padding-bottom: 40px;
    }
}


.top_btn {
    position: relative;
    padding: 0 20px;
    padding-bottom: 10px;
    filter: drop-shadow(4px 4px 0px #ffffff) drop-shadow(5px 5px 0px #003679a2);
    z-index: 1000;
}
.top_btn:hover {
    transform: scale(1.1);
    transition: all .3s linear;
}
@media screen and (max-width: 1400px) {
    .top_btn {
        padding: 0 0px;
    }
}
@media screen and (max-width: 992px) {
    .top_btn {
        position: relative;
        padding: 0 20px;
        padding-bottom: 10px;
        filter: drop-shadow(2px 2px 0px #ffffff) drop-shadow(3px 5px 0px #003679a2);
        padding: 0 0px;
    }
}
@media screen and (max-width: 768px) {
    .top_btn {
        filter: initial;
    }
}


.top_btn1 {
    margin-top: 0px;
}
@media screen and (max-width: 1400px) {
    .top_btn1 {
        width: 320px;
    }
}
@media screen and (max-width: 1200px) {
    .top_btn1 {
        width: 290px;
    }
}
@media screen and (max-width: 992px) {
    .top_btn1 {
        width: 270px;
    }
}


.top_btnH {
    height: 0;
}


/* MB版--規格 */
@media screen and (max-width: 768px) {
    .top_btn2 {
        max-width: 165px;
    }
}
@media screen and (max-width: 576px) {
    .top_btn2 {
        max-width: 115px;
    }
}
@media screen and (max-width: 390px) {
    .top_btn2 {
        max-width: 100px;
    }
}