.owl-theme .owl-dots .owl-dot,
.teaching-carousel .owl-dots .owl-dot {
    outline: none
}

.fontBlue-400 {
    color: #0b45ff
}

@media (max-width: 576px) {
    .kvIndex img {
        width: 380px
    }
}

@media (max-width: 576px) {
    .kvContent .leftB {
        left: 0;
        bottom: 34px
    }
}

@media (max-width: 390px) {
    .kvContent .leftB {
        bottom: 65px
    }
}

@media (max-width: 576px) {
    .kvContent .rightB {
        bottom: 34px;
        right: 0
    }
}

@media (max-width: 390px) {
    .kvContent .rightB {
        bottom: 73px
    }
}

.moneyChangeArea {
    position: relative;
    background: #77e6d2;
}

@media (max-width: 576px) {
    .moneyChangeArea {
        margin-top: 50px
    }
}

@media (max-width: 390px) {
    .moneyChangeArea {
        margin-top: 60px
    }
}

.moneyChangeArea h2 {
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    color: #156a6b;
}

.teaching h4 {
    background: #cfffd2;
    color: #156a6b
}

.depositArea .blockMoney {
    background: #eaf4fb
}

.depositArea .teaching {
    background: #e7f8e8;
    border: 5px solid #fff;
    box-shadow: 0px 15px 0px rgb(0 0 0 / 10%);
    border-radius: 30px;
    margin-top: 40px
}

/*教學輪播*/
.teaching-carousel {
    margin: 20px auto;
    padding: 0 5%;
    width: 80%;
    position: relative
}

.teaching-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
    border-radius: 15px;
    display: block;
    text-decoration: none;
    color: #333333;
    margin: 30px 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1.5px solid #ddd;
    overflow: hidden;
    background-color: white;
}

.owl-nav>div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd
}

.owl-nav i {
    font-size: 52px
}

.owl-nav .owl-prev {
    left: -30px
}

.owl-nav.owl-next {
    right: -30px;
}

.item>a {
    position: relative;
    z-index: 1;
}

.item>a figure {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
    width: 100%;
    height: 100%;
    overflow: hidden;
    max-width: 320px
}

.item>a .txt {
    padding: 20px;
    height: 160px
}

.item>a .txt p:first-child {
    color: #117576;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2
}

.item>a .txt p:last-child {
    font-size: 18px;
    color: #117576;
    font-weight: 600;
    position: absolute;
    right: 30px;
    bottom: 25px;
}

.item>a:hover figure {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear
}

.item>a:hover>.txt>p {
    color: #6bcfbd;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear
}

.teaching-carousel .owl-nav {
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    top: calc(100% / 2.5);
    z-index: -1;
    font-size: 50px;
    font-weight: 600;
    color: #156a6b;
}

.teaching-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 20px;
}

.teaching-carousel .owl-nav .owl-next {
    position: absolute;
    right: 20px;
}

@media screen and (max-width: 1440px) {
    .item>a figure {
        max-width: 400px
    }

    .teaching-carousel .owl-nav .owl-prev {
        position: absolute;
        left: -20px;
    }

    .teaching-carousel .owl-nav .owl-next {
        position: absolute;
        right: -20px;
    }

    .item>a .txt p:first-child,
    .item>a .txt p:last-child {
        font-size: 18px
    }
}

@media screen and (max-width: 1280px) {
    .teaching-carousel .owl-nav .owl-prev {
        position: absolute;
        left: -20px;
    }

    .teaching-carousel .owl-nav .owl-next {
        position: absolute;
        right: -20px;
    }

}

@media screen and (max-width: 992px) {
    .teaching-carousel .owl-nav .owl-prev {
        position: absolute;
        left: -20px;
    }

    .teaching-carousel .owl-nav .owl-next {
        position: absolute;
        right: -20px;
    }

    .item>a .txt p:first-child,
    .item>a .txt p:last-child {
        font-size: 20px
    }

}

@media screen and (max-width: 768px) {
    .teaching-carousel .owl-nav .owl-prev {
        position: absolute;
        left: -20px;
    }

    .teaching-carousel .owl-nav .owl-next {
        position: absolute;
        right: -20px;
    }

    .item>a .txt p:first-child,
    .item>a .txt p:last-child {
        font-size: 20px
    }
}

@media screen and (max-width: 576px) {
    .teaching-carousel .owl-nav {
        margin: 0 auto
    }

    .teaching-carousel .owl-nav .owl-prev {
        position: absolute;
        left: -20px;
    }

    .teaching-carousel .owl-nav .owl-next {
        position: absolute;
        right: -20px;
    }
}

/*end教學輪播*/

.btn_index {
    padding: 8px 20px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    color: #467186 !important;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border: 2px solid #b7c4cd;
    font-weight: 800;
    background-color: #f5f6f9;
}

.btn_index:hover {
    background-color: #467186;
    color: #fff !important;
}

.btn_red_index {
    padding: 8px 20px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    color: #c06969 !important;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border: 2px solid #e9c2c2;
    font-weight: 800;
    background-color: #fff2f2;
}

.btn_red_index:hover {
    background-color: #c06969;
    color: #fff !important;
}

.red-section-background {
    border-radius: 20px;
    background-color: #ffeded;
    border: 5px solid #fff;
}

.blue-section-background {
    border-radius: 20px;
    background-color: #eaf4fb;
    border: 5px solid #fff;
}

.text-space {
    line-height: 1.5;
    letter-spacing: 1px;
}

.card-deco {
    border: none;
    background-color: transparent;
    align-items: center;
    font-weight: bolder;
}

.orangetext-info {
    font-size: 22px;
    color: #ff484f;
}

.index-link {
    text-decoration: underline;
    color: #ff484f;
}

.title {
    color: #305161;
}

@media (max-width: 767px) {
    .img-position {
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    .title h2 {
        font-size: 24px;
    }

    .title h4 {
        font-size: 16px;
    }
}

.depositItem {
    width: 100%;
    max-width: 100%;
    position: relative
}

@media (max-width: 1440px) {
    .depositItem {
        max-width: 100%
    }
}

@media (max-width: 1366px) {
    .depositItem {
        max-width: 100%
    }
}

@media (max-width: 1200px) {
    .depositItem {
        max-width: 100%
    }
}

@media (max-width: 100%) {
    .depositItem .box .txt p {
        font-size: 17px
    }
}

@media (max-width: 100%) {
    .depositItem .box .txt p span {
        font-size: 30px
    }
}

@media (max-width: 100%) {
    .depositItem .box .txt p span {
        font-size: 26px
    }
}

.teaching-carousel .owl-dots .owl-dot.active span,
.teaching-carousel .owl-dots .owl-dot:hover span {
    background: #2f9b9c
}

.kvPage-new {
    position: relative;
    background: #bc0000;
    margin-top: 50px;
    overflow: hidden
}

.kvPage .container,
.kvPage-new .container {
    /* max-width: 1194px */
}





.kvPage .toolKv_m,
.kvPage-new .toolKv_m {
    width: 100%
}

.pageKv_title::after {
    content: "";
    position: absolute;
    width: 625px;
    height: 625px;
    border-radius: 99em;
    background: #b6fff2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1
}





/* @media (max-width: 1200px) {
    .noteArea .brief article p {
        font-size: 14px
    }
}

@media (max-width: 992px) {
    .noteArea .brief article p {
        font-size: 16px;
        margin-bottom: 20px
    }
}

@media (max-width: 576px) {
    .noteArea .brief article p {
        font-size: 14px
    }
}

@media (max-width: 375px) {
    .noteArea .brief article p {
        font-size: 14px
    }
} */

.moneyKvPage p {
    top: 68px;
    color: #156b6c;
    font-size: 28px;
    z-index: 2;
    left: 0;
    right: 0;
    margin: 0 auto
}

.moneyKvPage .Kv_b {
    position: absolute;
    bottom: -1px;
    right: -50px;
    z-index: 1
}

.row-Img-2 .txtBlock {
    background: #e8e5de;
    border-radius: 15px;
    padding: 20px;
    line-height: 140%;
    min-height: 128px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blogArea article figure .imgRight {
    padding-left: 10px
}

.blogArea article figure .imgCenter {
    text-align: center;
    margin: 0 auto
}

.blogArea article figure img {
    width: 100%
}

.blogArea ul li {
    list-style-type: cjk-ideographic;
    margin-left: 40px;
    font-size: 20px;
    font-weight: 600
}

.USD-delivery {
    margin: 20px auto;
    item-align: center;
    width: 100%;
    position: relative;
}

.USD-delivery table {
    width: 100%;
    border-collapse: collapse;
}

.USD-delivery table tr {
    border: solid 0.5px #959595;
}

.USD-delivery table th {
    position: relative;
    width: calc((100% / 10)*1);
    background-color: #c6ebe3;
    color: #333333;
    text-align: center;
    padding: 10px 0;
    font-size: 15px;
    border-right: 0.5px solid #959595;
}

.USD-delivery table td {
    text-align: left;
    width: auto;
    text-align: center;
    background-color: #eee;
    padding: 10px 0;
    font-size: 15px;
    border-right: 0.5px solid #959595;
}

@media (max-width:576px) {

    .USD-delivery table th,
    .USD-delivery table td {
        font-size: 13px;
    }
}

@media (max-width:420px) {

    .USD-delivery table th,
    .USD-delivery table td {
        font-size: 10px;
    }
}

.blogArea ul li>ol>li {
    list-style-type: none !important;
    font-size: 16px;
    font-weight: normal;
    line-height: 170%;
    margin-left: 0px
}

.blogArea ul li>ol>li a {
    color: #156a6b;
    text-decoration: underline
}

.blogArea ul li>ol>li li {
    list-style-type: none;
    font-weight: normal;
    font-size: 16px;
    margin-left: 20px
}

.blogArea ul li p {
    font-size: 16px;
    font-weight: normal
}

.foreign_QA h2,
.foreign_QA h3 {
    margin: 30px 0;
}

.foreign_QA h2 {
    font-size: 20px;
    font-weight: 600;
}

.foreign_QA h3,
.Exchange h3 {
    font-size: 20px;
    font-weight: 600;
}

.foreign_QA p {
    line-height: 150% !important;
    margin: 30px 0 !important;
}

.txt-br li,
.blogArea ul li .txt-br li {
    margin-left: 20px !important;
}

.txt-br li {
    line-height: 1.5;
}

.warningArea {
    background: #dcdcdc;
    position: relative;
    padding: 30px 0
}

.warningArea .warningBlock {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto
}

.warningArea .warningBlock p {
    line-height: 150%;
    font-size: 14px
}

.warningBlock h4 {
    font-size: 19px;
    margin-top: 20px;
    font-weight: 600
}

.warningBlock ul li {
    list-style-type: decimal;
    padding-bottom: 10px;
    line-height: 170%;
    font-size: 14px
}


.news-Table,
.ex_free-Table {
    line-height: 135%;
    width: 100%;
    margin: 0 auto;
}

.ex_free-Table {
    border: 0.5px solid #959595
}

.news-Table .headingLeft,
.ex_free-Table .headingLeft {
    color: #3f3f3f
}

.news-Table .headingLeft p,
.ex_free-Table .headingLeft p {
    font-size: 15px !important;
    list-style-type: none
}

.news-Table .headingLeft p:first-child,
.ex_free-Table .headingLeft p:first-child {
    background-color: #c6ebe3;
    padding: 12px 0 12px 12px;
    margin: 0 !important;
    min-height: 40px;
}

.news-Table p,
.ex_free-Table p {
    background-color: white;
    margin: 20px 0 !important
}

.news-Table .headingLeft p:nth-child(2),
.news-Table .headingLeft p:nth-child(3),
.news-Table .headingLeft p:nth-child(4),
.ex_free-Table .headingLeft p:nth-child(2),
.ex_free-Table .headingLeft p:nth-child(3),
.ex_free-Table .headingLeft p:nth-child(4) {
    list-style-type: none;
    margin: 0 !important;
    font-weight: normal;
    padding-top: 10px;
    padding-left: 12px;
    padding-right: 4px;
    background-color: #f4f4f4
}

.change-free .FREE_table {
    border: #7f8386 0.5px solid
}

.change-free .FREE_table tbody tr th:first-child {
    background-color: #d4d4d4;
    padding: 10px 10px 10px 16px;
    border: #7f8386 0.5px solid;
    font-weight: 700
}

.change-free .FREE_table tbody tr td {
    padding: 12px;
    line-height: 20px;
    border: #7f8386 0.5px solid
}

.JP-currency-1,
.JP-currency-2 {
    margin-bottom: 20px
}

.JP-currency-1 .FREE_table,
.JP-currency-2 .FREE_table {
    border: #7f8386 0.5px solid
}

.JP-currency-1 .FREE_table tbody tr th:first-child,
.JP-currency-2 .FREE_table tbody tr th:first-child {
    background-color: #d4d4d4;
    padding: 10px 10px 10px 16px;
    border: #7f8386 0.5px solid;
    font-weight: 700
}

.JP-currency-1 .FREE_table tbody tr td,
.JP-currency-2 .FREE_table tbody tr td {
    padding: 10px 10px 10px 16px;
    line-height: 20px;
    border: #7f8386 0.5px solid
}

@media (max-width: 576px) {

    .JP-currency-1 .FREE_table,
    .JP-currency-2 .FREE_table {
        font-size: 15px;
    }
}

@media (max-width: 420px) {

    .JP-currency-1 .FREE_table,
    .JP-currency-2 .FREE_table {
        font-size: 13px;
    }

    .JP-currency-1 .FREE_table tbody tr td,
    .JP-currency-2 .FREE_table tbody tr td {
        padding: 6px;
    }
}

.Exchange li {
    list-style-type: disc !important;
    margin-left: 20px !important;
    font-size: 20px;
    font-weight: 600
}

.news-Table .headingLeft p:nth-child(2),
.news-Table .headingLeft p:nth-child(3),
.news-Table .headingLeft p:nth-child(4) {
    height: 190px
}

.ex_free-Table .headingLeft p:nth-child(2) {
    height: 50px
}

.news-Table .headingLeft p:nth-child(2) a,
.news-Table .headingLeft p:nth-child(3) a,
.news-Table .headingLeft p:nth-child(4) a {
    color: darkcyan;
    text-decoration: underline
}

.qaTable .headingLeft {
    color: #fff
}

col-6 .qaTable .headingLeft p {
    background: #bab0a2;
    border-radius: 15px 0 0 15px;
    padding: 25px 0;
    text-align: center;
    margin: 2px;
    min-height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1280px) {

    .qaTable,
    .news-Table {
        max-width: 90%;
        font-size: 15px !important;
    }
}

@media (max-width: 992px) {

    .qaTable,
    .news-Table {
        max-width: 100%
    }
}

@media (max-width: 768px) {
    .qaTable {
        font-size: 14px
    }

    .news-Table .headingLeft p {
        font-size: 13px !important
    }
}

@media (max-width: 320px) {
    .qaTable {
        font-size: 12px
    }

    .news-Table .headingLeft p {
        font-size: 12px !important
    }
}

@media (max-width: 576px) {
    .qaTable .headingLeft p {
        padding: 10px 0;
        min-height: 100px
    }

    .news-Table {
        grid-template-columns: 25% 25% 50%;
    }

    .news-Table .headingLeft p:nth-child(2),
    .news-Table .headingLeft p:nth-child(3),
    .news-Table .headingLeft p:nth-child(4) {
        height: 210px
    }
}


.pageKv_money17 {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.pageKv_money17 .title {
    font-size: 0
}

.pageKv_money17 img {
    position: relative;
    z-index: 2
}

@media (max-width: 1200px) {
    .pageKv_money17 img {
        width: 470px
    }
}

.pageKv_money17::after {
    content: "";
    position: absolute;
    width: 625px;
    height: 625px;
    border-radius: 99em;
    background: #f86335;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

@media (max-width: 1200px) {
    .pageKv_money17::after {
        width: 470px;
        height: 470px
    }
}

.toolKv_b,
.toolKv_telescope {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1
}

@media (max-width: 1200px) {

    .toolKv_b,
    .toolKv_telescope {
        width: 500px
    }
}

.toolKv_tv {
    position: absolute;
    top: 0;
    right: 0
}

@media (max-width: 1200px) {
    .toolKv_tv {
        width: 290px
    }
}

.toolMenuArea {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 75px
}

@media (max-width: 992px) {
    .toolMenuArea {
        margin-bottom: 50px
    }
}

@media (max-width: 576px) {
    .toolMenuArea {
        margin-bottom: 35px
    }
}

.toolMenu {
    max-width: 1440px;
    margin: 0 auto;
    text-align: center
}

@media (max-width: 1440px) {
    .toolMenu {
        max-width: 1220px
    }
}

@media (max-width: 1280px) {
    .toolMenu {
        max-width: 1000px
    }
}

.toolMenu li {
    max-width: 100%;
    width: 25%
}

.toolMenu a {
    position: relative;
    display: block;
    font-size: 26px;
    font-weight: 600;
    color: #666;
    padding: 45px 0;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    margin-left: -1px
}

@media (max-width: 1280px) {
    .toolMenu a {
        font-size: 24px
    }
}

@media (max-width: 992px) {
    .toolMenu a {
        font-size: 22px
    }
}

@media (max-width: 576px) {
    .toolMenu a {
        font-size: 15px;
        padding: 20px 0;
        line-height: 130%
    }
}

@media (max-width: 390px) {
    .toolMenu a {
        font-size: 14px
    }
}

@media (max-width: 320px) {
    .toolMenu a {
        font-size: 12px
    }
}

.toolMenu a.active,
.toolMenu a:hover {
    color: #309293
}

@media (max-width: 576px) {
    .toolMenu a span {
        display: block
    }
}

@media (max-width: 992px) {
    .toolListArea .container {
        width: 95%
    }
}

@media (max-width: 576px) {
    .toolListArea .container {
        width: 100%
    }
}

.toolList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 80px
}

@media (max-width: 1200px) {
    .toolList {
        margin-bottom: 50px
    }
}

@media (max-width: 576px) {
    .toolList {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.toolList figure {
    background: #b6f0e5;
    border-radius: 99em;
    margin-right: 35px
}

@media (max-width: 1200px) {
    .toolList figure {
        margin-right: 20px
    }
}

@media (max-width: 1440px) {
    .toolList figure img {
        width: 200px
    }
}

@media (max-width: 1200px) {
    .toolList figure img {
        width: 120px
    }
}

@media (max-width: 992px) {
    .toolList figure img {
        width: 110px
    }
}

@media (max-width: 820px) {
    .toolList figure img {
        width: 80px
    }
}

@media (max-width: 576px) {
    .toolList figure img {
        width: 120px
    }
}

.toolList h2 {
    font-size: 40px;
    font-weight: 600;
    color: #156a6b;
    margin-bottom: 20px
}

@media (max-width: 1440px) {
    .toolList h2 {
        font-size: 30px;
        margin-bottom: 15px
    }
}

@media (max-width: 1200px) {
    .toolList h2 {
        font-size: 20px
    }
}

@media (max-width: 320px) {
    .toolList h2 {
        font-size: 17px
    }
}

.toolList p {
    font-size: 22px;
    font-weight: 600;
    line-height: 150%;
    color: #444444;
    margin-bottom: 10px
}

@media (max-width: 1440px) {
    .toolList p {
        font-size: 16px
    }
}

@media (max-width: 1200px) {
    .toolList p {
        font-size: 15px;
        margin-bottom: 0
    }
}

@media (max-width: 992px) {
    .toolList p {
        font-size: 12px
    }
}

@media (max-width: 576px) {
    .toolList p {
        font-size: 15px
    }
}

.toolList01 {
    position: relative
}

.toolList01_b,
.toolList03_b {
    position: absolute;
    right: 80px;
    bottom: 0
}

@media (max-width: 1366px) {

    .toolList01_b,
    .toolList03_b {
        right: 30px
    }
}

@media (max-width: 1280px) {

    .toolList01_b,
    .toolList03_b {
        width: 540px
    }
}

@media (max-width: 1200px) {

    .toolList01_b,
    .toolList03_b {
        width: 400px
    }
}

@media (max-width: 992px) {

    .toolList01_b,
    .toolList03_b {
        right: 0
    }
}

@media (max-width: 576px) {

    .toolList01_b,
    .toolList03_b {
        width: 100%;
        position: relative;
        right: 0;
        left: 0;
        margin: 0 auto
    }
}

@media (max-width: 576px) {
    .toolList01_b {
        margin-top: -40px
    }
}

@media (max-width: 576px) {
    .toolList03_b {
        margin-top: -20px
    }
}

.investKvPage p {
    top: 124px;
    right: -201px
}

@media (max-width: 1280px) {
    .investKvPage p {
        top: 133px;
        right: -199px
    }
}

@media (max-width: 1200px) {
    .investKvPage p {
        top: 98px;
        right: -171px;
        font-size: 24px
    }
}

.investKvPage .Kv_b,
.investKvPage .Kv_line {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1
}

@media (max-width: 1280px) {

    .investKvPage .Kv_b,
    .investKvPage .Kv_line {
        width: 620px
    }
}

@media (max-width: 1200px) {

    .investKvPage .Kv_b,
    .investKvPage .Kv_line {
        width: 500px
    }
}

.investKvPage .Kv_weather {
    position: absolute;
    top: 0;
    right: 0
}

@media (max-width: 1280px) {
    .investKvPage .Kv_weather {
        top: 19px;
        right: 0;
        width: 540px
    }
}

@media (max-width: 1200px) {
    .investKvPage .Kv_weather {
        top: 4px;
        right: 0;
        width: 460px
    }
}

@media (max-width: 992px) {
    .investKvPage .kvTxt {
        left: 414px;
        top: 59px
    }
}

@media (max-width: 834px) {
    .investKvPage .kvTxt {
        left: 385px
    }
}

@media (max-width: 768px) {
    .investKvPage .kvTxt {
        left: 356px;
        top: 52px
    }
}

@media (max-width: 576px) {
    .investKvPage .kvTxt {
        left: 209px;
        top: 28px
    }
}

@media (max-width: 390px) {
    .investKvPage .kvTxt {
        left: 198px;
        top: 26px
    }
}

@media (max-width: 375px) {
    .investKvPage .kvTxt {
        left: 193px
    }
}

@media (max-width: 360px) {
    .investKvPage .kvTxt {
        left: 182px;
        top: 23px
    }
}

@media (max-width: 320px) {
    .investKvPage .kvTxt {
        left: 164px;
        top: 18px;
        font-size: 13px
    }
}


.stepList figure {
    background: #fff;
    border: 2px solid #e2d7c8
}

@media (max-width: 1440px) {
    .stepList p {
        font-size: 18px
    }
}

@media (max-width: 1200px) {
    .stepList p {
        padding-right: 33px
    }
}

@media (max-width: 576px) {
    .stepList p {
        padding-right: 0;
        font-size: 15px
    }
}

@media (max-width: 375px) {
    .stepList p {
        font-size: 14px
    }
}

@media (max-width: 360px) {
    .stepList p {
        font-size: 13px
    }
}

@media (max-width: 1200px) {
    .stepList p br {
        display: none
    }
}

.travelKvPage p {
    top: 78px;
    right: -201px
}

@media (max-width: 1280px) {
    .travelKvPage p {
        top: 89px;
        right: -179px
    }
}

@media (max-width: 1200px) {
    .travelKvPage p {
        top: 52px;
        right: -160px;
        font-size: 24px
    }
}

.travelKvPage .Kv_b,
.travelKvPage .Kv_building {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1
}

@media (max-width: 1280px) {

    .travelKvPage .Kv_b,
    .travelKvPage .Kv_building {
        width: 620px
    }
}

@media (max-width: 1200px) {

    .travelKvPage .Kv_b,
    .travelKvPage .Kv_building {
        width: 500px
    }
}

.travelKvPage .Kv_firework {
    position: absolute;
    top: 0;
    right: 0
}

@media (max-width: 1280px) {
    .travelKvPage .Kv_firework {
        width: 600px
    }
}

@media (max-width: 1200px) {
    .travelKvPage .Kv_firework {
        width: 500px
    }
}

@media (max-width: 992px) {
    .travelKvPage .kvTxt {
        left: 399px;
        top: 59px
    }
}

@media (max-width: 834px) {
    .travelKvPage .kvTxt {
        left: 370px
    }
}

@media (max-width: 820px) {
    .travelKvPage .kvTxt {
        left: 363px;
        top: 57px
    }
}

@media (max-width: 768px) {
    .travelKvPage .kvTxt {
        left: 336px;
        top: 47px
    }
}

@media (max-width: 576px) {
    .travelKvPage .kvTxt {
        left: 202px;
        top: 28px
    }
}

@media (max-width: 390px) {
    .travelKvPage .kvTxt {
        left: 189px;
        top: 24px
    }
}

@media (max-width: 375px) {
    .travelKvPage .kvTxt {
        left: 182px;
        top: 23px;
        font-size: 13px
    }
}

@media (max-width: 360px) {
    .travelKvPage .kvTxt {
        left: 175px
    }
}

@media (max-width: 320px) {
    .travelKvPage .kvTxt {
        left: 154px;
        top: 17px;
        font-size: 12px
    }
}

/* 
.noteArea {
    position: relative;
    background: #19a69e;
    padding: 60px 0 80px 0;
    color: #fff
}

@media (max-width: 576px) {
    .noteArea {
        padding-bottom: 40px;
        padding-top: 120px
    }
}

@media (max-width: 576px) {
    .noteArea .container {
        padding: 0 10px
    }
}

@media (max-width: 320px) {
    .noteArea .container {
        padding: 0
    }
}

.noteArea h2 {
    position: relative;
    font-size: 40px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 35px
}

@media (max-width: 1440px) {
    .noteArea h2 {
        font-size: 36px
    }
}

@media (max-width: 576px) {
    .noteArea h2 {
        margin-bottom: 20px;
        font-size: 34px
    }
}

.noteArea .subTitle {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    line-height: 150%
}

@media (max-width: 576px) {
    .noteArea .subTitle {
        font-size: 18px
    }
}

@media (max-width: 320px) {
    .noteArea .subTitle {
        padding: 0 12px
    }
}

@media (max-width: 576px) {
    .noteArea .subTitle br {
        display: none
    }
}

.noteArea .note-bSm {
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -140px
}

@media (max-width: 576px) {
    .noteArea .note-bSm {
        display: block;
        width: 140px
    }
} */

/* .noteArea .subTitleMb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left
}

.noteArea .subTitleMb .img {
    position: relative;
    width: 40%
}

.noteArea .subTitleMb .txt {
    position: relative;
    width: 80%
}

.noteArea .subTitleMb .note-bMb {
    position: absolute;
    width: 167px;
    height: 151px;
    top: -38px;
    right: 0;
    left: 0;
    margin: 0 auto
}




.noteArea .brief {
    padding: 38px 4px 0px 4px
} */

/* .noteArea .brief article {
    background: #fff;
    padding: 20px;
    border: 3px solid #1c8071;
    border-radius: 15px;
    -webkit-box-shadow: 0px 15px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 15px 0px rgba(0, 0, 0, 0.17)
} */

/* @media (max-width: 1200px) {
    .noteArea .brief article {
        padding: 15px
    }
}

@media (max-width: 576px) {
    .noteArea .brief article {
        padding: 15px 10px
    }
}

@media (max-width: 375px) {
    .noteArea .brief article {
        padding: 15px 5px
    }
}

.noteArea .brief article h3 {
    color: #156a6b;
    font-weight: 600;
    font-size: 34px
}

@media (max-width: 1440px) {
    .noteArea .brief article h3 {
        font-size: 28px
    }
}

@media (max-width: 1280px) {
    .noteArea .brief article h3 {
        font-size: 26px
    }
}

@media (max-width: 1200px) {
    .noteArea .brief article h3 {
        font-size: 20px
    }
}

@media (max-width: 992px) {
    .noteArea .brief article h3 {
        font-size: 22px
    }
}

@media (max-width: 576px) {
    .noteArea .brief article h3 {
        font-size: 18px
    }
} */

@media (max-width: 992px) {
    .kvContent .rightB .kvRight_bTx {
        top: -90px;
        width: 160px;
        left: 180px;
    }

    .kvContent .rightB .kvRight_b {
        left: 59px;
        top: -21px;
    }

    .kvContent .rightB .kvRight_bTxt {
        top: -80px;
        width: 180px;
        left: 54%;
    }
}

@media (max-width: 576px) {
    .kvContent .leftB {
        left: 10px;
        bottom: 5px;
    }

    .kvContent .leftB .kvLeft_b {
        width: 160px;
    }

    .kvContent .leftB .kvLeft_bTxt {
        width: 130px;
    }

    .kvContent .rightB {
        bottom: -15px;
        left: 35%;
    }

    .kvContent .rightB .kvRight_bTxt {
        top: -49%;
        width: 121px;
        left: 47%;
    }

    .kvIndex {
        padding-bottom: 17%;
    }
}

@media (max-width: 539px)and(min-width: 541px) {

    /* .kvIndex .piclg img {
        width: 380px!important;
    } */
    .kvIndex {
        padding-bottom: 12% !important;
    }
}

@media (max-width: 414px) {
    .kvContent .rightB .kvRight_b {
        width: 168px;
    }

    .kvContent .rightB {
        bottom: -1%;
        left: 37%;
    }

    .kvContent .rightB .kvRight_bTxt {
        left: 39%;
        top: -70px;
        width: 124px;
    }

    .kvIndex {
        padding-bottom: 17%;
    }
}

@media (max-width: 375px) {
    .kvContent .leftB {
        left: 3%;
        bottom: 2%;
    }

    .kvContent .leftB .kvLeft_b {
        width: 130px;
    }

    .kvContent .leftB .kvLeft_bTxt {
        width: 100px;
    }

    .kvContent .rightB .kvRight_b {
        left: 2%;
        top: 26px;
        width: 158px;
    }

    .kvContent .rightB .kvRight_bTxt {
        top: -15px;
        width: 100px;
        left: 34%;
    }

    .kvContent .rightB {
        bottom: 7%;
        left: 49%;
    }
}

@media (max-width: 360px) {
    .kvIndex {
        padding-bottom: 24%;
    }
}

@media (max-width: 320px) {
    .kvIndex {
        padding-bottom: 120px;
    }

    .kvContent .rightB .kvRight_b {
        width: 145px;
    }
}
.card-text{height:100px;}
.two-part{
	width: 80%;
	position: relative;
	margin: 0 auto;
}
footer .footer-content {
    max-width: 1280px;
    padding: 20px 0 30px;
    position: relative;
    margin: 0 auto;
}
.navigation{display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.navigation .navi-item {
    flex-basis: 16.666666666%;
    position: relative;
    padding-bottom: 18px;
	margin: 0 20px;}
.navigation .navi-item h4 a,.navigation .navi-item h4{
    font-size: 20px;
    font-weight: bolder;
    color: #fff;
    position: relative;
	margin-bottom: 15px;
	text-align: center;}
.navigation .navi-item ul {
    list-style: none;
    padding: 0;
	margin: 0;}
.navigation .navi-item ul li {
    color: #fff;
    padding: 10px 0;
    align-items: center;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
}
.navigation .navi-item ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
	display: inline-block;}
.footer-word{
	font-size: 16px;
	color:white;
}
@media (max-width: 720px) {
	.navigation{flex-direction: column;display: flex;align-content: center;justify-content: center;flex-wrap: nowrap;}
	.navigation .navi-item h4 a, .navigation .navi-item h4 {text-align: left;font-size: 18px;font-weight: 900;margin-bottom: 10px;}
	.navigation .navi-item{margin: 0 10px;padding-bottom: 12px;}
	.navigation .navi-item ul{text-align: left;}
	.navigation .navi-item ul li{padding:4px 0px;}
	.card-text{height:120px;}
}