body {
    margin: 0;
    padding: 0;
    background: url(../img/bg.jpg);
}

#common_footer,
#common_header_wrap {
    background: #fff
}

.breadcrumbs_div {
    background: #fff;
    padding: 20px 0 40px 0;
}

.breadcrumbs {
    width: 1164px;
    margin: auto
}

.container {
    width: calc(1164px - 0%);
    margin: 0 auto;
    padding: 0 0 71px 0;
    background: url(../img/bg.jpg);
    /* overflow: hidden; */
}

.content_coin_div,
.content_coin_div1 {
    padding: 0;
    position: relative;
}

/*animation*/
div[class^="coin-"] {
    height: 1px;
    width: 1px;
    position: absolute;
    border-radius: 50%;
}


.coin-1 {
    top: 0px;
    left: 57%;
    background: url(../img/coin1.svg) no-repeat;
    background-size: auto 92%;
    animation: coin-movement1 4s linear 5;
}

.coin-2 {
    top: -10px;
    left: 30%;
    background: url(../img/coin1.svg)no-repeat;
    background-size: auto 90%;
    animation: coin-movement1 cubic-bezier(0.895, 0.03, 0.685, 0.22) linear 5;
}

.coin-3 {
    top: -30px;
    left: 76%;
    background: url(../img/coin2.svg)no-repeat;
    background-size: auto 87%;
    animation: coin-movement 4s linear 5;
}

.coin-4 {
    top: -60px;
    left: 70%;
    background: url(../img/coin1.svg)no-repeat;
    background-size: auto 90%;
    animation: coin-movement 6s linear 5;
}

.coin-5 {
    top: -50px;
    left: 7%;
    background: url(../img/coin2.svg)no-repeat;
    background-size: 80% 81%;
    animation: coin-movement 4s linear 4;
}

.coin-6 {
    top: -30px;
    left: 38%;
    background: url(../img/coin2.svg)no-repeat;
    background-size: auto 90%;
    animation: coin-movement1 4s linear 5;
}

.coin-7 {
    top: -0px;
    left: 53%;
    background: url(../img/coin1.svg)no-repeat;
    background-size: auto 88%;
    animation: coin-movement 5s linear 5;
}

.coin-8 {
    top: -18px;
    left: 3%;
    background: url(../img/coin2.svg)no-repeat;
    background-size: 100% 118%;
    animation: coin-movement 4s linear 4;
}

.coin-9 {
    top: -30px;
    left: 76%;
    background: url(../img/coin2.svg)no-repeat;
    background-size: auto 80%;
    animation: coin-movement 3s linear 5;
}

.coin-10 {
    top: -10px;
    right: 2%;
    background: url(../img/coin2.svg)no-repeat;
    background-size: auto 90%;
    animation: coin-movement1 4s linear 5;
}

@keyframes coin-movement {
    0% {
        transform: translate3d(0%, 0, 0) rotateX(0deg) rotateY(0deg);
        height: 40px;
        width: 40px;
        opacity: 1;
    }

    100% {
        transform: translate3d(0%, 1260px, 0) rotateX(230deg) rotateY(20deg);
        height: 135px;
        width: 135px;
        opacity: 1;
    }
}

@keyframes coin-movement1 {
    0% {
        transform: translate3d(0%, 0, 0) rotateX(0deg) rotateY(0deg);
        height: 50px;
        width: 50px;
        opacity: 1
    }

    100% {
        transform: translate3d(0%, 1260px, 0) rotateX(140deg) rotateY(-40deg);
        height: 130px;
        width: 130px;
        opacity: 1;
    }
}

.coin-1_1 {
    top: -50px;
    left: 57%;
    background: url(../img/coin1.svg) no-repeat;
    background-size: auto 92%;
    animation: coin-movement_1 2s linear infinite;
}

.coin-2_1 {
    top: -60px;
    left: 30%;
    background: url(../img/coin1.svg)no-repeat;
    background-size: auto 90%;
    animation: coin-movement_1 3s linear infinite;
}

.coin-3_1 {
    top: -30px;
    left: 76%;
    background: url(../img/coin2.svg)no-repeat;
    background-size: auto 87%;
    animation: coin-movement1_1 s linear infinite;
}

.coin-4_1 {
    top: -0px;
    left: 40%;
    background: url(../img/coin1.svg)no-repeat;
    background-size: auto 90%;
    animation: coin-movement_1 4s linear infinite;
}

.coin-5_1 {
    top: -50px;
    left: 19%;
    background: url(../img/coin2.svg)no-repeat;
    background-size: 80% 81%;
    animation: coin-movement1_1 3s linear infinite;
}

.coin-6_1 {
    top: -80px;
    left: 48%;
    background: url(../img/coin2.svg)no-repeat;
    background-size: auto 90%;
    animation: coin-movement_1 3s linear infinite;
}

.coin-7_1 {
    top: -30px;
    right: 9%;
    background: url(../img/coin1.svg)no-repeat;
    background-size: auto 88%;
    animation: coin-movement_1 4s linear infinite;
}

.coin-8_1 {
    top: -120px;
    left: 3%;
    background: url(../img/coin2.svg)no-repeat;
    background-size: 100% 118%;
    animation: coin-movement1_1 4s linear infinite;
}

.coin-9_1 {
    top: -30px;
    left: 56%;
    background: url(../img/coin2.svg)no-repeat;
    background-size: auto 80%;
    animation: coin-movement_1 3s linear infinite;
}

.coin-10_1 {
    top: -80px;
    right: 2%;
    background: url(../img/coin2.svg)no-repeat;
    background-size: auto 90%;
    animation: coin-movement1_1 4s linear infinite;
}

@keyframes coin-movement_1 {
    0% {
        /* -webkit-transform: translate3d(0%, 0, 0) rotateX(0deg) rotateY(0deg); */
        transform: translate3d(0%, 0, 0) rotateX(0deg) rotateY(0deg);
        height: 60px;
        width: 80px;
        opacity: 1;
    }

    100% {
        /* -webkit-transform: translate3d(0%, 960px, 0) rotateX(180deg) rotateY(180deg); */
        /* transform: translate3d(0%, 960px, 0) rotateX(130deg) rotateY(0deg); */
        transform: translate3d(0%, 960px, 0) rotateX(180deg) rotateY(40deg);
        height: 125px;
        width: 125px;
        opacity: 1;
    }
}

@keyframes coin-movement1_1 {
    0% {
        /* -webkit-transform: translate3d(0%, 0, 0) rotateX(0deg) rotateY(0deg); */
        transform: translate3d(0%, 0, 0) rotateX(0deg) rotateY(0deg);
        height: 50px;
        width: 70px;
        opacity: 0.6
    }

    100% {
        /* -webkit-transform: translate3d(0%, 960px, 0) rotateX(180deg) rotateY(180deg); */
        /* transform: translate3d(0%, 960px, 0) rotateY(0deg) rotateX(50deg); */
        transform: translate3d(0%, 960px, 0) rotateX(240deg) rotateY(-40deg);
        height: 160px;
        width: 160px;
        opacity: 1;
    }
}

/*end_animation*/

.sequence {
    opacity: 0;
}

.group {
    display: flex;
    opacity: 1;
    align-items: flex-end;
    width: fit-content;
    margin: auto;
}

.group>div {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 0% 100%;
    margin: 0;
}

.group>div img {
    width: 100%;
    height: auto;
    ];
}

.group>div.show {
    animation: scale-up-ver-bottom 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    opacity: 1;
}

@keyframes scale-up-ver-bottom {
    0% {
        transform: scaleY(0);
        transform-origin: 0% 100%;
    }

    100% {
        transform: scaleY(1);
        transform-origin: 0% 100%;
    }
}

.content_coin {
    position: relative;
    overflow: hidden;
    height: auto;
    width: auto;
    margin: 0 auto 30px auto;
    padding: 0;
}

.content_coin1 {
    position: relative;
    overflow: hidden;
    height: auto;
    width: auto;
    margin: 42px auto 0 auto;
    padding: 72px 0 0 0;
}

.content_coin1 p {
    color: #006686;
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 70px;
    line-height: normal;
}

.coinbar_new_div {
    position: relative;
    width: 100%;
    height: 47px;
    margin-top: 33px;
}

.coinbar_new {
    position: absolute;
    background: url(../img/coinbar.png) repeat-x;
    width: 100%;
    height: 133px;
    margin-top: -111px;
    top: 0;
    left: 0;
}

.coinbar_new1 {
    position: absolute;
    background: url(../img/coinbar.png) repeat-x;
    width: 100%;
    height: 133px;
    margin-top: -67px;
    top: 0;
    left: 0;
}

.content_coin1 img {
    margin-bottom: 0;
    margin-right: 0;
}

.sequence {
    width: auto;
    margin: 0 auto;
    background: #fff;
    border-radius: 30px;
    padding: 20px;
    position: relative;
    opacity: 0;
    transition: opacity 0.5s ease;
    margin-top: 60px;
}

.sequence>div {
    opacity: 0;
    transition: opacity 0.5s ease;
    padding: 10px 20px 20px 20px;
    margin: 10px;
    position: relative;
}

.bar .light {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, 0));
    transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    animation: moveLight 1.5s ease infinite;
}

.bar img {
    width: auto;
}

@keyframes moveLight {
    from {
        left: -100%;
    }

    to {
        left: 100%;
    }
}

.shake {
    animation: shake 0.2s infinite;
}

.shake_hight img {
    width: 100%;
    height: auto;
}

@keyframes shake {
    0% {
        margin-top: -6px;
    }

    50% {
        margin-top: 0;
    }

    100% {
        margin-top: -6px;
    }
}

.coinbar_div {
    background: url(../img/jump.png)no-repeat;
    padding: 0;
    margin-top: -4px;
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 117px;
    background-size: auto 100%;
}

.coinbar img.coin-move {
    z-index: 0;
    animation: movetop 2s cubic-bezier(0, 0, 0.51, 1.69) infinite;
}

@keyframes movetop {
    0% {
        bottom: -80px;
        opacity: 0;
    }

    23% {
        bottom: 40px;
        opacity: 0.5;
    }

    100% {
        bottom: 40px;
        opacity: 1;
    }
}

@keyframes show {
    0% {
        opacity: 0;
    }

    23% {
        opacity: 0;
    }

    24% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.scale-up-center {
    width: 253px;
    height: 253px;
    background: url(../img/light.svg)no-repeat;
    position: absolute;
    top: -60px;
    left: -71px;
    -webkit-animation: scale-up-center 1s cubic-bezier(0.52, 0.04, 1, 0.55) infinite both;
    animation: scale-up-center 1s cubic-bezier(0.52, 0.04, 1, 0.55) infinite both;
}

.scale-up-center~div {
    position: absolute;
    width: 110px;
    height: auto;
    bottom: 0;
    left: 0;
    animation: none;
    z-index: 1;
    display: flex;
    align-items: center;
}

.scale-up-center~div img {
    width: 100%
}

@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.title2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title,
.title1,
.title2 {
    text-align: center;
    padding: 0 !important;
    margin-top: -70px !important;
}

.title3 {
    border-bottom: #337bad solid 9px;
    position: relative;
}

.title3 .title_raduis {
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    white-space: nowrap;
}

.title>img,
.title1>img,
.title2>img {
    width: auto;
}

.content_coin_div {
    padding: 0;
    position: relative;
}

.sequence {
    opacity: 0;
    /* transition: opacity 0.5s ease; */
}

.sequence.show,
.sequence.show1 {
    opacity: 1;
}

.group {
    display: flex;
    opacity: 1;
    align-items: flex-end;
    width: fit-content;
    margin: auto;
}

.group>div {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 0% 100%;
    margin: 0;
}

.sequence>div.show1 {
    opacity: 1;
    transition: opacity 0.5s ease;
    margin-top: 0;
}

.group>div.show {
    animation: scale-up-ver-bottom 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    opacity: 1;
}

@keyframes scale-up-ver-bottom {
    0% {
        transform: scaleY(0);
        transform-origin: 0% 100%;
    }

    100% {
        transform: scaleY(1);
        transform-origin: 0% 100%;
    }
}

.content_coin {
    position: relative;
    overflow: hidden;
    height: auto;
    width: auto;
    margin: 0 auto 30px auto;
    padding: 0;
}

.content_coin img {
    margin-top: 50px;
    width: 100%;
    height: auto;
}

.sequence {
    width: auto;
    margin: 0 auto;
    background: #fff;
    border-radius: 30px;
    padding: 30px;
    position: relative;
    /* background: #fff; */
    opacity: 0;
    transition: opacity 0.5s ease;
    margin-top: 61px;
}

.mL_40 {
    margin-left: 156px;
}

.bar {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 0;
    width: fit-content;
}

.bar .light {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, 0));
    transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    animation: moveLight 1.5s ease infinite;
}

@keyframes moveLight {
    from {
        left: -100%;
    }

    to {
        left: 100%;
    }
}

.shake {
    animation: shake 0.3s infinite;
}

.shake_hight {
    height: 77px;
}

@keyframes shake {
    0% {
        margin-top: -8px;
    }

    50% {
        margin-top: 0;
    }

    100% {
        margin-top: -8px;
    }
}

.coinbar {
    position: relative;
    margin-top: 10px;
    height: 77px;
    z-index: 1;
}

.coinbar img {
    width: 76px;
    position: absolute;
    right: 126px;
}

.coinbar img.coin-move {
    z-index: 0;
    animation: movetop 2s cubic-bezier(0.42, 0, 0.03, 1.88) infinite;
}

.coin-static {
    position: absolute;
    width: 76px;
    z-index: 3;
    right: 126px;
    top: -25px;
    /* opacity: 0;
    animation: show 2s linear infinite; */
}

@keyframes movetop {
    0% {
        bottom: -80px;
        opacity: 0;
    }

    23% {
        bottom: 40px;
        opacity: 0.5;
    }

    100% {
        bottom: 40px;
        opacity: 1;
    }
}

@keyframes show {
    0% {
        opacity: 0;
    }

    23% {
        opacity: 0;
    }

    24% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.scale-up-center_div {
    position: relative;
    width: 100px;
    height: 100px;
}

.scale-up-center_div>div {
    height: fit-content;
    display: flex;
    align-items: center;
}

.scale-up-center_div>div>img {
    width: 100%;
    height: auto;
}


@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.title {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 0 !important;
    margin: -64px auto 0 auto !important;
    width: fit-content;
    align-items: center
}

.group1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px auto 25px auto;
    width: fit-content;
    gap: 14px;
}

.group1 p {
    flex: 1;
    font-size: 35px;
    font-weight: bold;
    margin: 0;
}

.contentP {
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
    line-height: 1.6;
    letter-spacing: 3px;
    font-family: "Microsoft JhengHei";
    text-align: center;
}

.titleP {
    font-size: 35px;
    font-weight: bold;
}

.cyan {
    color: #5ac0db;
}

.w_fit_content {
    width: fit-content;
    margin: auto;
}

.box3 div b {
    font-size: 20px;
    font-weight: bold;
}

.f13 {
    font-size: 13px !important;
    font-weight: normal !important;
    line-height: normal !important;
}

.f13 a,
.f13 a:hover {
    color: #0072ef;
    text-decoration: underline
}

.box3_1 {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin: 0px auto 30px auto;
    width: fit-content;
    max-width: 63%;
    align-items: flex-start;
}

.box3_1 img {
    margin-left: -37px;
}

.box3_1 div {
    flex: 1;
    position: relative;
}

.box3_1 div:nth-child(1) {
    color: #f7931e;
    font-weight: bold;
    font-size: 64px;
    font-style: italic;

}

.box3_1 div:nth-child(1) b {
    font-size: 107px;
    font-weight: bold;
    font-style: italic;

}

.box3_1 div:nth-child(2) {
    padding-top: 54px;
}

.box3_1 div:nth-child(2) p {
    font-size: 43px;
    white-space: nowrap;
    font-weight: bold;
    margin: 0;
    color: #026584;
    letter-spacing: 5px;

}

.box3_1 div:nth-child(2) p:last-child {
    padding-left: 21px;
}

.box3_2 {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin: 0px auto 30px auto;
    width: fit-content;
    max-width: 63%;
    align-items: flex-start;
}

.box3_2 img {
    flex: 1;
}


.t_L {
    text-align: left;
}

@media print,
screen and (max-width: 768px) {
    .content_coin_div {
        padding: 0;
    }

    .content_coin {
        width: calc(100% + 30px);
        height: 65vw;
        margin: 0;
        left: -15px;
    }

    .content_coin_div:after {
        width: calc(100% + 30px);
        left: -15px
    }
}

.group1 p:first-child {
    color: #5ac0db
}

.group1 img:nth-child(2) {
    width: 30px;
    height: auto;
}

.group1 p:last-child {
    color: #8cc127
}

.titleP {
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 1.4;
}

.cyan {
    color: #5ac0db;

}

.w_fit_content {
    width: fit-content;
    margin: auto;
}

.t_center {
    text-align: center;
}

.t_center img,
.arrow1,
.qa {
    width: auto;
    height: auto;
}


.t_orange {
    color: #fa9c04;
    font-size: 39px;

    font-weight: bold;
    line-height: 1.2;
    margin: 0;
    flex: 1;
    letter-spacing: 2px;
    text-align: center;
}

.box3 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 41px;
    margin: 35px auto 30px auto;
    width: fit-content;
    max-width: 63%;
}

.box3 div {
    flex: 1;
    position: relative;
    text-align: center;
}

.box3 div img {
    width: 100%;
    height: auto;
}

.box3 div p {
    font-size: 27px;
    font-weight: bold;
    color: #f7931e;
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);

    white-space: nowrap;
}

.box3 div b {
    font-size: 20px;
    font-weight: bold;
    line-height: normal
}

.box3_1 {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin: 0px auto 30px auto;
    width: 57%;
    align-items: flex-start;
}

.box3_1 img {
    margin-left: -37px;
    margin-top: 30px;
    width: 130px;
}

.box3_1 div {
    flex: 1;
    position: relative;
}

.box3_1 div:nth-child(1) {
    color: #f7931e;
    font-weight: bold;
    font-size: 64px;
    font-style: italic;

}

.box3_1 div:nth-child(1) b {
    font-size: 107px;
    font-weight: bold;
    font-style: italic;

}

.box3_1 div:nth-child(2) {
    padding-top: 54px;
}

.box3_1 div:nth-child(2) p {
    font-size: 50px;
    white-space: nowrap;
    font-weight: bold;
    margin: 0;
    color: #026584;
    letter-spacing: 5px;
    line-height: normal
}

.box3_1 div:nth-child(2) p:last-child {
    padding-left: 21px;
}

.box3_2 {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin: 0px auto 30px 21%;
    width: fit-content;
    max-width: 63%;
    align-items: flex-start;
}

.box3_2 img {
    flex: 1;
    width: 100%;
    height: auto;
}

.border {
    color: #026584;
    display: inline-block;
    margin: 30px auto 30px auto;
    padding: 9px 19px;
    border-radius: 40px;
    border: #026584 3px solid;
    font-weight: bold;
    font-size: 28px !important;
    letter-spacing: 2px;
}

.end>p {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    line-height: 1.6;
    letter-spacing: 1px;
    font-family: "Microsoft JhengHei";
    text-align: center;
}

.t_L {
    text-align: left;
}

.box2 {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 0 auto;
    width: fit-content;
    align-items: center;
    flex-direction: row;
    margin-top: 0;
}

.box2_1 {
    display: flex;
    justify-content: center;
    gap: 49px;
    margin: 50px auto 30px auto;
    width: fit-content;
    max-width: 64%;
    align-items: center;
}

.box2_1 img {
    width: 38%;
    height: auto;
}

.bluebox {
    position: relative;
    background: #def1fb;
    padding: 16px 15px 21px 15px;
}

.bluebox::before {
    content: "\4efb\52d9";
    position: absolute;
    width: 136px;
    height: 47px;
    background: url(../img/laebl.png) no-repeat;
    background-size: auto 100%;
    top: -15px;
    left: -16px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 14px;
    text-align: center;
    padding-top: 9px;
}

.bluebox p:first-child {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 2px;
    margin: 20px 0 11px 0;
}

.bluebox p:last-child {
    text-align: left;
    font-size: 15px;
    margin: 0;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: normal;
    font-family: "Microsoft JhengHei";
}

.box4 {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 45px auto 30px auto;
    width: fit-content;
    max-width: 60%;
    align-items: center;
    flex-wrap: wrap;
}

.box4 div {
    width: calc(50% - 20px);
    text-align: center;
}

.box4 div img {
    width: 75%;
}

.box4 div p {
    color: #026584;
}

.box4 div p:nth-child(2) {
    font-size: 20px;
    font-weight: bold;
    margin: 7px 0 8px 0;

}

.box4 div p:last-child {
    font-size: 16px;
    margin: 0;
    line-height: normal;
    font-weight: 400
}

.box2_2 {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin: 0px auto 30px auto;
    width: 65%;
    align-items: center;
}

.box2_2 div {
    width: 10%;
}

.box2_2 p {
    flex: 1;
    color: #026584;
    font-weight: bold;

    font-size: 25px;
    margin: 0;
    white-space: nowrap;
    padding-top: 10px;
    line-height: normal;
    letter-spacing: 1px;
}

.box_2 {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin: 0 auto 30px auto;
    width: 62%;
    align-items: flex-end;
    flex-direction: column;
}

.box_2 div {
    color: #026584;
    font-size: 54px;
    font-weight: bold;
    display: flex;
    letter-spacing: 4px;
    align-items: flex-end;
    gap: 4px;
    line-height: normal
}

.box_2 div span {
    color: #f7931e;
    font-size: 157%;
    font-weight: bold;
    font-style: italic;
    margin-bottom: -6px;
    letter-spacing: 5px;
}

.box_2 div img {
    transform: rotate(-26deg);
    width: 21%;
    margin-left: 13px;
}

.bluebox1 {
    background: #def1fb;
    border-radius: 20px;
    padding: 25px;
    text-align: left;
}

.bluebox1 p {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
}

.bluebox1 img {
    max-width: 800px;
    margin: 0 auto 21px auto;
}

.greenbox {
    background: #e2f0d6;
    text-align: center;
    border-radius: 20px;
    gap: 26px;
    padding: 20px 124px 41px 124px;
    display: flex;
    justify-content: center;
}

.greenbox div {
    flex: 1;
    position: relative;
}

.greenbox div p {
    font-size: 16px
}

.greenbox div img {
    width: 100%;
    height: auto;
    margin-bottom: 13px
}

.orangebox {
    background: #f9e8d8;
    text-align: center;
    border-radius: 20px;
    gap: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
}

.orangebox div {
    flex: 1;
    padding: 20px;
    font-weight: bold;
}

.orangebox div img {
    width: auto;
    height: auto;
    margin: 0 auto 9px auto;
}

.orangebox div p {
    font-size: 16px;
    margin: 0;
    letter-spacing: 1px;
    line-height: 1.6;
    text-align: center;
    font-weight: 500;
}

.orangebox>img {
    width: 20%;
    height: auto;
}

.coinbar_div1 {
    position: relative;
    margin: 54px 0 50px 0;
    width: 710px;
    height: 100px;
}

.d_center {
    display: flex;
    justify-content: center;
}

.blue_title {
    color: #026584;
    font-size: 31px;
    font-weight: bold;
    letter-spacing: 5px;
    margin: 31px 0 21px 0;
    text-align: center;
}

.box2_4 {
    display: flex;
}

.box2_4>div {
    flex: 1;
    text-align: center;
    box-sizing: border-box;
}

.box2_4>div:first-child {
    border-style: dotted;
    border-color: #ccc;
    border-width: 0 8px 0 0;
    padding-right: 20px;
}

.box2_4>div:first-child div,
.box2_4>div:last-child div {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    margin: 44px 0 0 0;
    line-height: normal
}

.box2_4>div:first-child div:after {
    position: absolute;
    content: "";
    width: 43px;
    height: 30px;
    background: url(../img/arrow4.png) no-repeat;
    background-size: auto 100%;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.box2_4>div:last-child div:after {
    position: absolute;
    content: "";
    width: 43px;
    height: 30px;
    background: url(../img/arrow5.png) no-repeat;
    background-size: auto 100%;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.box2_4>div:first-child div:last-child:after,
.box2_4>div:last-child div:last-child:after {
    position: relative
}

.box2_4>div:last-child {
    padding-left: 20px;
}

.box2_4>div p.titleX {
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 60px 0;

    position: relative;
    color: #efac3f;
}

.box2_4>div p.titleX::after {
    content: "";
    position: absolute;
    width: 97px;
    height: 30px;
    background: url(../img/arrow3.png) no-repeat;
    background-size: auto 100%;
    bottom: -42px;
    left: 50%;
    transform: translateX(-50%);
}

.box2_4>div:first-child p.titleX {
    color: #78a8c9;
}

.box2_4>div:first-child p.titleX::after {
    background: url(../img/arrow2.png) no-repeat;
    width: 97px;
    height: 30px;
    background-size: auto 100%;
    bottom: -42px;
    left: 50%;
    transform: translateX(-50%);
}

.box3_3 {
    display: flex;
    width: 81% !important;
    margin: auto !important;
    justify-content: center;
    gap: 10px;
    align-items: center;
    position: relative;
    margin-bottom: 48px;
}

.box3_3:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 28px;
    background: url(../img/arrow4.png) no-repeat;
    background-size: auto 100%;
    bottom: -39px;
    left: 50%;
    transform: translateX(-50%);
}

.box3_3 img {
    width: 50%
}

.box3_3>p {
    font-size: 20px;
    font-weight: bold;
    line-height: normal
}

.f_center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
}

.bluebar {
    background: #337bad;
    width: 100%;
    height: 10px;
    margin-top: -68px;
}

.whitebox100 {
    border-radius: 0;
    width: 100%;
    padding: 0 0 120px 0;
    margin-top: 38px;
    position: relative;
    background: #fff;
}

.whitebox100_in {
    width: 1164px;
    margin: auto;
}

.whitebox100 .star1 {
    position: absolute;
    width: 45px;
    height: 51px;
    background: url(../img/star.png) no-repeat;
    background-size: auto 100%;
    top: 7%;
    left: 22%;
}

.whitebox100 .star2 {
    position: absolute;
    width: 67px;
    height: 70px;
    background: url(../img/star.png) no-repeat;
    background-size: auto 100%;
    top: 25%;
    right: 19%;
}

.whitebox100 .star3 {
    position: absolute;
    width: 40px;
    height: 44px;
    background: url(../img/star.png) no-repeat;
    background-size: auto 100%;
    bottom: 15%;
    left: 18%;
}

.mt_100 {
    margin-top: -100px
}

.mt_170 {
    margin-top: 90px;
}

.mt_50 {
    margin-top: -50px
}

.w66 {
    width: 66%;
    margin: auto;
}

.box2_5 {
    display: flex;
    justify-content: center;
    gap: 53px;
    margin: 0px auto 30px auto;
    width: fit-content;
    max-width: 45%;
    align-items: center;
}

.box2_5>div {
    flex: 1;
    text-align: center;
}

.box2_5>div img {
    width: 100%;
    max-width: 120px;
    height: auto;
}

.box2_5>div p:nth-child(2) {
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0;
    color: #026584;
    letter-spacing: 2px;
}

.box2_5>div p:last-child {
    font-size: 16px;
    letter-spacing: 2px;
    margin: 0;
    color: #222;
    font-weight: bold;
    line-height: normal;
    font-family: "Microsoft JhengHei";
}

.box3_4 {
    display: flex;
    justify-content: center;
    gap: 45px;
    margin: 0px auto -6px auto;
    width: fit-content;
    max-width: 66%;
    align-items: flex-start;
    line-height: normal
}

.box3_4>div {
    flex: 1;
    text-align: center;
}

.box3_4>div img {
    width: 100%;
    max-width: 120px;
    height: auto;
}

.box3_4>div p:nth-child(2) {
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0;

    color: #026584;
    letter-spacing: 2px;
}

.box3_4>div p:last-child {
    font-size: 16px;
    letter-spacing: 2px;
    margin: 0;
    color: #222;
    font-weight: bold;
    font-family: "Microsoft JhengHei";
}

.box2_6 {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin: 18px auto 0px auto !important;
    width: 39%;
    align-items: flex-start;
    padding-top: 0 !important;
    line-height: normal
}

.box2_6>div {
    width: 25%;
}

.box2_6 p {
    flex: 1;
    color: #f0ad3c;
    font-weight: bold;
    font-size: 39px;
    margin: 0;
    white-space: nowrap;
    line-height: 1.3;
    padding-top: 0;
    letter-spacing: 2px;
}

.bluebox100 {
    border-radius: 0;
    width: 100%;
    padding: 0 0 35px 0;
    margin-top: 0;
    background: #d2ecfa;
    position: relative;
    border-bottom: #f9e097 solid 13px;
}

.bluebox100_in {
    width: 1164px;
    margin: auto;
}

.transparentbox100 {
    border-radius: 0;
    width: 100%;
    padding: 0 0 0px 0;
    margin-top: -35px;
    position: relative;
    margin-bottom: 230px;
}

.bluebox100:after {
    position: absolute;
    content: "";
    background: url(../img/bluebgbottom.png) no-repeat center;
    background-size: auto 100%;
    width: 100%;
    height: 70px;
    left: 0;
    bottom: -69px;
    z-index: 1;
}

.box2_7 {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin: 0px auto 30px auto !important;
    width: 63%;
    align-items: center;
    padding-top: 0 !important;
}

.box2_7+p {
    font-size: 20px;
    color: #585656;
    font-weight: bold;
    font-family: "Microsoft JhengHei";
    text-align: center;
}

.box2_7+p a {
    color: #3F51B5;
}

.box2_7 img {
    width: 6.4%;
    height: fit-content;
    margin-top: 3px;
}

.box2_7>div {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: flex-start;
}

.box2_7>div div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    text-align: left;
    line-height: normal
}

.box2_7>div div p:first-child {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 7px 21px;
    border-radius: 30px;
    background: #585656;
    color: #fff;
    display: inline-block;
    width: fit-content;
    font-family: "Microsoft JhengHei";
}

.box2_7>div div p:last-child {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    color: #585656;
    padding-left: 20px;
    font-family: "Microsoft JhengHei";
}

.box2_7>div div p:last-child a {
    color: #3F51B5
}

.mTB20 {
    margin: 31px 0 38px 0;
}

.box2_3 {
    display: flex;
    justify-content: center;
    margin: 40px auto 30px auto;
    width: 535px;
    padding-top: 0 !important;
    height: 120px;
    left: 50%;
    z-index: 3;
}

.box2_3>a>div:first-child {
    width: 0%;
    height: auto;
    z-index: 9;
    position: relative;
}

.box2_3>a>div:first-child img {
    width: 78px;
    height: auto;
    position: absolute;
    top: 0;
}

.box2_3>a>div:last-child {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: flex-start;
    position: relative;
}

.box2_3>a>div:last-child img {
    width: 100%;
}

.phone_only {
    display: none;
}

.title_img {
    width: auto;
    height: auto;
    margin-bottom: 6px;
}

.w_500 {
    width: auto;
}

.screen_only {
    display: block;
}

.w70 {
    width: auto;
    margin: auto;
}

.add_txt {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.6;
    font-family: "Microsoft JhengHei";
}

.table_img {
    margin-top: 50px;
    width: 70%;
}

.g_coin1 {
    position: absolute !important;
    width: 52px;
    height: 48px;
    background: url(../img/g_coin1.png) no-repeat;
    background-size: auto 100%;
    top: -0.5%;
    left: 13%;
    margin: 0;
}

.g_coin2 {
    position: absolute !important;
    width: 49px;
    height: 49px;
    background: url(../img/g_coin2.png) no-repeat;
    background-size: auto 100%;
    top: 1%;
    right: 9%;
    margin: 0;
}

.g_coin3 {
    position: absolute !important;
    width: 43px;
    height: 44px;
    background: url(../img/g_coin3.png) no-repeat;
    background-size: auto 100%;
    top: 11%;
    left: 3%;
    margin: 0;
}

.g_coin4 {
    position: absolute !important;
    width: 52px;
    height: 49px;
    background: url(../img/g_coin4.png) no-repeat;
    background-size: auto 100%;
    top: 10%;
    right: 2%;
    margin: 0;
}

.g_coin5 {
    position: absolute !important;
    width: 52px;
    height: 49px;
    background: url(../img/g_coin1.png) no-repeat;
    background-size: auto 100%;
    top: 25%;
    left: -1%;
    margin: 0;
}

.g_coin6 {
    position: absolute !important;
    width: 52px;
    height: 49px;
    background: url(../img/g_coin7.png) no-repeat;
    background-size: auto 100%;
    top: 33%;
    left: 4%;
    margin: 0;
}

.g_coin7 {
    position: absolute !important;
    width: 52px;
    height: 49px;
    background: url(../img/g_coin5.png) no-repeat;
    background-size: auto 100%;
    top: 23%;
    right: -1%;
    margin: 0;
}

.g_coin8 {
    position: absolute !important;
    width: 40px;
    height: 38px;
    background: url(../img/g_coin2.png) no-repeat;
    background-size: auto 100%;
    top: 28%;
    right: 2%;
    margin: 0;
}

.g_coin9 {
    position: absolute !important;
    width: 52px;
    height: 49px;
    background: url(../img/g_coin4.png) no-repeat;
    background-size: auto 100%;
    top: 54%;
    left: 2%;
    margin: 0;
}

.g_coin10 {
    position: absolute !important;
    width: 52px;
    height: 49px;
    background: url(../img/g_coin5.png) no-repeat;
    background-size: auto 100%;
    top: 47%;
    right: 1%;
    margin: 0;
}

.g_coin11 {
    position: absolute !important;
    width: 43px;
    height: 38px;
    background: url(../img/g_coin2.png) no-repeat;
    background-size: auto 100%;
    top: 56%;
    right: 10%;
    margin: 0;
}

.g_coin12 {
    position: absolute !important;
    width: 52px;
    height: 49px;
    background: url(../img/g_coin5.png) no-repeat;
    background-size: auto 100%;
    top: 74%;
    left: 10%;
    margin: 0;
}

.g_coin13 {
    position: absolute !important;
    width: 52px;
    height: 49px;
    background: url(../img/g_coin7.png) no-repeat;
    background-size: auto 100%;
    bottom: 24%;
    right: 2%;
    margin: 0;
}

.g_coin14 {
    position: absolute !important;
    width: 42px;
    height: 38px;
    background: url(../img/g_coin3.png) no-repeat;
    background-size: auto 100%;
    bottom: 14%;
    left: 4%;
    margin: 0;
}

.g_coin15 {
    position: absolute !important;
    width: 43px;
    height: 40px;
    background: url(../img/g_coin5.png) no-repeat;
    background-size: auto 100%;
    bottom: 8%;
    right: 7%;
    margin: 0;
}

.g_coin16 {
    position: absolute !important;
    width: 42px;
    height: 38px;
    background: url(../img/g_coin3.png) no-repeat;
    background-size: auto 100%;
    bottom: 4%;
    right: 2%;
    margin: 0;
}

.g_coin17 {
    position: absolute !important;
    width: 42px;
    height: 38px;
    background: url(../img/g_coin4.png) no-repeat;
    background-size: auto 100%;
    bottom: 1%;
    left: 2%;
    margin: 0;
}

.g_coin18 {
    position: absolute !important;
    width: 42px;
    height: 38px;
    background: url(../img/g_coin6.png) no-repeat;
    background-size: auto 100%;
    bottom: -0.4%;
    right: 32%;
    margin: 0;
}

.absolute1 {
    position: absolute;
    bottom: -200px;
    left: 50%;
    transform: translateX(-50%);
}

.fixed1 {
    position: fixed;
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%);
}

.title_raduis {
    padding: 13px 30px;
    background: #337bad;
    color: #fff;
    font-size: 40px;
    letter-spacing: 5px;
    font-family: "arial";
    font-weight: bold;
    border-radius: 40px;
    width: fit-content;
    margin: auto;
}

.mt_50 {
    margin-top: -32px;
}

.MT_30 {
    margin-top: 16px;
}

sup {
    font-size: 60%;
    vertical-align: 12px;
    font-family: "arial";
}

.header {
    padding: 11px 0 3px 0;
    border-bottom: #5bc1db solid 5px;
    background: #fff;
    margin-top: -24px
}

.header_in {
    width: 1164px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_in .logo {
    width: auto;
    height: auto;
    padding: 0;
}

.header_in div ul.screen_only_ul {
    display: flex;
    gap: 25px;
}

.header_in div ul.screen_only_ul li {
    padding-right: 15px;
    list-style-type: none;
    position: relative;
    cursor: pointer;
}

.header_in div ul.screen_only_ul li:after {
    position: absolute;
    content: "";
    background: url(../img/arrow_h.png) no-repeat;
    width: 20px;
    height: 20px;
    right: -7px;
    bottom: -5px;
}

.phone_only_ul {
    display: none
}

@media print,
screen and (max-width: 768px) {
    .container {
        width: auto;
        padding: 0vw 15px 4vw 15px;
    }

    .content_coin_div {
        padding: 0;
    }

    .content_coin {
        width: calc(100% + 30px);
        height: 84vw;
        margin: 0 0 0vw 0;
        left: -15px;
    }

    .content_coin img {
        margin-top: 2vw;
        width: 100%;
        height: auto;
    }

    @keyframes coin-movement {
        0% {
            transform: translate3d(0%, 0px, 0) rotateX(0deg) rotateY(0deg);
            height: 5vw;
            width: 5vw;
            opacity: 1
        }

        100% {
            transform: translate3d(0%, 93vw, 0) rotateX(70deg) rotateY(30deg);
            height: 8vw;
            width: 8vw;
            opacity: 1
        }
    }

    @keyframes coin-movement1 {
        0% {
            transform: translate3d(0%, 0px, 0) rotateX(0deg) rotateY(0deg);
            height: 7vw;
            width: 7vw;
            opacity: 1
        }

        100% {
            transform: translate3d(0%, 93vw, 0) rotateX(150deg) rotateY(40deg);
            height: 9vw;
            width: 9vw;
            opacity: 1
        }
    }

    .sequence {
        width: auto;
        position: relative;
        padding: 3vw 4vw 4vw 4vw;
        margin-top: 11vw;
    }

    .sequence>div {
        padding: 0vw;
        margin: 0vw;
    }

    .title,
    .title2 {
        margin-top: -9vw !important;
    }

    .title1 {
        position: absolute !important;
        margin-top: -12vw !important;
    }

    .title>img {
        width: auto;
        max-width: 70vw;
    }

    .title1>img {
        width: auto;
        max-width: 93vw;
        height: auto;
    }

    .title2>img:first-child {
        width: auto;
        max-width: 93vw;
        height: auto;
    }

    .title2>img:last-child {
        width: auto;
        max-width: 43vw;
        margin: 4vw 0 6vw 0;
        height: auto;
    }

    .group1 {
        margin: 4vw auto 3vw auto;
    }

    .group1 p {
        font-size: 6vw;
    }

    .group1 img:nth-child(2) {
        width: 5vw;
    }

    .content_coin_div:after {
        width: calc(100% + 10%);
        height: 18%;
        left: -5%;
        bottom: -8%;
    }

    .contentP {
        font-size: 3vw;
        letter-spacing: 1px;
        line-height: 1.4;
    }

    .titleP {
        font-size: 6vw;
        line-height: 1.3;
    }

    .t_center {
        text-align: center;
    }

    .t_center img {
        width: 93%;
        height: auto;
    }

    .arrow1 {
        width: 28% !important;
    }

    .qa {
        width: 35% !important;
    }

    .box3 {
        width: auto;
        margin: 3vw auto 3vw auto;
        max-width: inherit;
        gap: 5vw;
    }

    .box3 div p {
        font-size: 4vw;
    }

    .box3 div b {
        font-size: 3vw;
        white-space: nowrap;
    }

    .phone_only {
        display: block;
    }

    .box3_1 {
        width: 96%;
        max-width: inherit;
    }

    .box3_1 div:nth-child(1) {
        font-size: 9vw;
        white-space: nowrap;
    }

    .box3_1 div:nth-child(1) b {
        font-size: 16vw;
    }

    .box3_1 div:nth-child(2) {
        padding-top: 6.5vw;
    }

    .box3_1 div:nth-child(2) p {
        font-size: 7vw;
        color: #026584;
        letter-spacing: 3px;
    }

    .box3_1 img {
        margin-left: -6vw;
        margin-top: 6vw;
        width: 17vw;
    }

    .box3_2 {
        gap: 0;
        margin: 0px auto 2vw -2.3%;
        max-width: inherit;
        width: auto;
        gap: 2vw;
    }

    .box3_2 img {
        flex: 1;
        width: calc(100% / 3);
        height: auto;
    }

    .mt_170 {
        margin-top: 10vw;
    }

    .title_img {
        width: 70%;
        height: auto;
    }


    .border {
        margin: 5vw auto 5vw auto;
        padding: 1vw 3vw;
        border: #026584 3px solid;
        border-radius: 10vw;
        font-size: 4.5vw !important;
        letter-spacing: 2px;
        color: #026584;
        font-weight: bold;
    }

    .w_500 {
        width: 85%;
        margin-top: 3vw;
        height: auto;
    }

    .box2 {
        margin: 4vw auto 8vw auto;
        width: 80%;
        max-width: inherit;
        gap: 0vw;
        display: flex;
        align-items: center;
    }

    .scale-up-center_div {
        position: relative;
        width: 21%;
        height: auto;
    }

    .scale-up-center {
        width: 30vw;
        height: 30vw;
        background: url(../img/light.svg)no-repeat;
        position: absolute;
        top: -3vw;
        left: -8vw;
        -webkit-animation: scale-up-center 1s cubic-bezier(0.52, 0.04, 1, 0.55) infinite both;
        animation: scale-up-center 1s cubic-bezier(0.52, 0.04, 1, 0.55) infinite both;
    }

    .scale-up-center~div {
        width: 100%;
        bottom: 0;
        top: 0vw;
        left: 0;
        position: absolute;
    }

    .shake_hight img {
        width: 82%;
    }

    .box2_6 .shake_hight img {
        width: 100%;
    }

    .t_orange {
        font-size: 6vw;
        margin: 0;
        flex: 1;
    }

    .box2_1 {
        gap: 4vw;
        margin: 3vw auto 3vw auto;
        max-width: inherit;
    }

    .box2_1 img {
        width: 35%;
        height: auto;
    }

    .bluebox {
        padding: 4vw 2vw 4vw 2vw;
    }

    .bluebox::before {
        width: 27vw;
        height: 10vw;
        background-size: auto 94%;
        top: -3vw;
        left: -3vw;
        font-size: 3.6vw;
        letter-spacing: 3px;
        padding-top: 11px;
    }

    .bluebox p:first-child {
        font-size: 3.4vw;
        letter-spacing: 2px;
    }

    .bluebox p:last-child {
        font-size: 3vw;
        font-weight: normal;
        line-height: normal;
    }

    .mL_40 {
        margin-left: 20vw;
    }

    .bar {
        padding: 0;
    }

    .bar img {
        width: auto;
        max-width: 100%;
        height: auto;
    }

    .box4 {
        gap: 2vw;
        margin: 5vw auto 5vw auto;
        max-width: inherit;
    }

    .box4 div {
        width: calc(50% - 1vw);
        text-align: center;
    }

    .box4 div img {
        width: 75%;
        height: auto;
    }

    .box4 div p {
        color: #026584;
    }

    .box4 div p:nth-child(2) {
        font-size: 3.6vw;
        font-weight: bold;
        margin: 7px 0 8px 0;
    }

    .box4 div p:last-child {
        font-size: 2.8vw;
        margin: 0;
        text-align: center;
    }

    /* .t_L {
        text-align: center;
    } */

    .box2_2 {
        display: flex;
        justify-content: center;
        gap: 4px;
        margin: 6vw auto 3vw auto;
        align-items: flex-start;
        width: 93%;
    }

    .box2_2 div {
        width: 21%;
    }

    .box2_2 .shake_hight {
        width: 20%;
        text-align: right;
    }

    .box2_2 p {
        flex: 1;
        color: #026584;
        font-weight: bold;
        font-size: 4vw;
        margin: 0;
        white-space: inherit;
        padding-top: 0vw;
        text-align: center;
        width: fit-content;
    }

    .box_2 {
        display: flex;
        justify-content: center;
        gap: 4px;
        margin: 3vw auto 3vw auto;
        width: auto;
        flex-direction: column;
        align-items: flex-end;
    }

    .box_2 div {
        color: #026584;
        font-size: 6vw;
        font-weight: 700;
        display: flex;
        letter-spacing: 4px;
        align-items: flex-end;
        gap: 4px;
    }

    .box_2 div span {
        color: #f7931e;
        font-size: 157%;
        font-weight: bold;

        font-style: italic;
        margin-bottom: -6px;
        letter-spacing: 4px;
    }

    .box_2 div img {
        transform: rotate(-26deg);
        width: 21%;
        margin-left: 13px;
        height: auto;
    }

    .bluebox1 {
        background: #def1fb;
        text-align: center;
        border-radius: 20px;
        padding: 3vw;
        margin-top: 3vw;
    }

    .bluebox1 img {
        width: 100%;
        margin-bottom: 3vw;
        height: auto;
    }

    .greenbox {
        gap: 2vw;
        padding: 3vw 3vw;
        margin-top: 3vw;
        display: flex;
        flex-direction: column;
    }

    .greenbox div img {
        width: 100%;
        height: auto;
    }

    .orangebox {
        margin-top: 3vw
    }

    .orangebox>img {
        width: 36%;
        height: auto;
    }

    .box2_4 {
        display: flex;
        flex-direction: column;
    }

    .box2_4>div {
        flex: 1;
        text-align: center;
        box-sizing: border-box;
    }

    .box2_4>div:first-child {
        border-style: inherit;
        border-width: 0;
        padding-right: 0;
        margin-top: 1vw;
    }

    .box2_4>div:first-child div,
    .box2_4>div:last-child div {
        font-size: 4vw;
        font-weight: bold;
        position: relative;
        margin: 7vw 0;
    }

    .box2_4>div:first-child div:after {
        width: 6vw;
        height: 4vw;
        bottom: -6vw;
    }

    .box2_4>div:last-child div:after {
        width: 6vw;
        height: 4vw;
        bottom: -6vw;
    }

    .box2_4>div:first-child div:last-child:after,
    .box2_4>div:last-child div:last-child:after {
        position: relative
    }

    .box2_4>div:last-child {
        padding-left: 0;
    }

    .box2_4>div p.titleX {
        font-size: 36px;
        font-weight: bold;
        margin: 0 0 60px 0;

        position: relative;
        color: #efac3f;
    }

    .box2_4>div p.titleX::after {
        content: "";
        position: absolute;
        width: 97px;
        height: 30px;
        background: url(../img/arrow3.png) no-repeat;
        background-size: auto 100%;
        bottom: -40px;
        left: 50%;
        transform: translateX(-50%);
    }

    .box2_4>div:first-child p.titleX {
        color: #78a8c9;
    }

    .blue_title {
        font-size: 6vw;
        letter-spacing: 2px;
        margin: 9vw 0 0 0;
    }

    .orangebox div {
        padding: 3vw;
    }

    .orangebox div p {
        font-size: 3vw;
        margin: 0;
        text-align: center;
        font-weight: normal;
        line-height: 1.2;
        letter-spacing: 1px;
    }

    .orangebox div img {
        width: 100%;
        height: auto;
        margin: auto
    }

    .orangebox div img:nth-child(2) {
        width: 70%;
        height: auto;
        margin-bottom: 1vw;
    }

    .coinbar_div1 {
        margin-top: 4vw;
        width: 100%;
        height: 6vw;
    }

    .coin-static {
        position: absolute;
        width: 12vw;
        z-index: 9;
        right: 17.6%;
        height: auto;
        top: -5.5vw;
        /* opacity: 0; */
        /* animation: show 2s linear infinite; */
    }

    .coinbar_div {
        background: url(../img/jump.png)no-repeat;
        padding: 0;
        margin-top: -4px;
        z-index: 2;
        position: absolute;
        width: 100%;
        height: 15vw;
        background-size: 100%;
        left: 0;
    }

    .coinbar {
        position: relative;
        margin-top: 6vw;
        height: 8vw;
        z-index: 1;
        width: 100%;
    }

    .coinbar img {
        width: 12vw;
        position: absolute;
        right: 17.6%;
    }

    .coinbar img.coin-move {
        z-index: 0;
        animation: movetop 2s cubic-bezier(0, 0, 0.51, 1.69) infinite;
        height: auto;
    }

    @keyframes movetop {
        0% {
            bottom: -10vw;
            opacity: 0;
        }

        23% {
            bottom: 8vw;
            opacity: 0.5;
        }

        100% {
            bottom: 8vw;
            opacity: 1;
        }
    }

    @keyframes show {
        0% {
            opacity: 0;
        }

        23% {
            opacity: 0;
        }

        24% {
            opacity: 1;
        }

        100% {
            opacity: 1;
        }
    }

    .end>p.border {
        margin: 4vw auto 4vw auto;
        padding: 1vw 3vw;
        font-weight: bold;
        font-size: 4.5vw !important;
    }

    .end>p {
        font-size: 3.6vw;
        margin-top: 2vw;
        line-height: normal;
    }

    .box2_5 {
        gap: 0;
        margin: -13vw 0 3vw 0;
        row-gap: 3vw;
        width: 100%;
        max-width: inherit;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .bluebox1 p {
        font-size: 3vw;
        letter-spacing: 1px;
        text-align: center;
    }

    .box2_5>div {
        flex: 1;
        text-align: center;
        display: grid;
        grid-template-areas:
            "img p1"
            "img p2";
        width: 100%;
        grid-template-columns: 20% 1fr;
        column-gap: 2vw;
        margin-bottom: 2vw;
    }

    .box2_5>div img {
        width: 100%;
        max-width: 20vw;
        height: auto;
        grid-area: img;
    }

    .box2_5>div p:nth-child(2) {
        font-size: 4vw;
        font-weight: bold;
        margin: 1vw 0;
        color: #026584;
        letter-spacing: 1px;
        grid-area: p1;
        text-align: left;
    }

    .box2_5>div p:last-child {
        font-size: 3vw;
        letter-spacing: 0;
        margin: 0;
        color: #222;
        font-weight: bold;
        line-height: normal;
        grid-area: p2;
        text-align: left;
    }

    .box3_4 {
        display: flex;
        justify-content: center;
        row-gap: 3vw;
        margin: 0px auto 3vw auto;
        width: auto;
        max-width: inherit;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .box3_3 {
        width: auto !important;
        margin: 0 !important;
    }

    .box3_3 img {
        width: 52%;
        height: auto;
    }

    .box3_3>p {
        font-size: 4.5vw;
    }

    .box3_4>div {
        flex: 1;
        text-align: center;
        width: 100%;
        grid-template-areas:
            "img p1"
            "img p2";
        width: 100%;
        grid-template-columns: 20% 1fr;
        column-gap: 2vw;
        display: grid;
        margin-bottom: 2vw;
    }

    .box3_4>div img {
        width: 100%;
        max-width: 20vw;
        height: auto;
        grid-area: img;
    }

    .box3_4>div p:nth-child(2) {
        font-size: 4vw;
        font-weight: bold;
        margin: 0;
        color: #026584;
        letter-spacing: 1px;
        grid-area: p1;
        text-align: left;
    }

    .box3_4>div p:last-child {
        font-size: 3vw;
        letter-spacing: 0;
        margin: 0;
        color: #222;
        font-weight: bold;
        grid-area: p2;
        text-align: left;
    }

    .box2_6 {
        display: flex;
        justify-content: center;
        gap: 4px;
        margin: 9vw auto 6vw auto !important;
        width: 84%;
        padding: 2vw !important;
        align-items: center;
    }

    .box2_6 p {
        font-size: 6.5vw;
    }

    .box2_7 {
        display: flex;
        justify-content: center;
        gap: 0.5vw;
        margin: 0px auto 4vw auto !important;
        width: auto;
        padding: 3vw !important;
        align-items: center;
        padding-top: 0 !important;
    }

    .box2_7 img {
        width: 11.4%;
        height: fit-content;
        margin-top: 3px;
    }

    .box2_7>div {
        flex: 1;
        display: flex;
        justify-content: flex-start;
        gap: 3vw;
        align-items: flex-start;
    }

    .box2_7>div div {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 2.3vw;
        text-align: left;
        line-height: normal
    }

    .box2_7>div div p:first-child {
        font-size: 3.5vw;
        font-weight: bold;
        margin: 0;
        padding: 2vw 2vw;
        border-radius: 6vw;
        background: #585656;
        color: #fff;
        display: inline-block;
        width: fit-content;
        letter-spacing: -1px;
        white-space: nowrap;
    }

    .box2_7>div div p:last-child {
        font-size: 3.4vw;
        font-weight: bold;
        margin: 0;
        color: #585656;
        padding: 0
    }

    .whitebox100 {
        border-radius: 0;
        width: calc(100% - 4vw);
        padding: 1vw 2vw 7vw 2vw;
        margin-top: 8vw;
    }

    .whitebox100_in {
        width: auto;
        margin: auto;
    }

    .bluebox100 {
        border-radius: 0;
        width: calc(100% - 4vw);
        padding: 12vw 2vw 0vw 2vw;
        margin-top: -4vw;
        background: #d2ecfa;
        position: relative;
    }

    .bluebox100_in {
        width: auto;
        margin: auto;
    }

    .bluebox100:after {
        height: 11vw;
        bottom: -10vw;
    }

    .bluebar {
        background: #7aa9ca;
        width: calc(100% + 7vw);
        height: 10px;
        margin-top: -4vw;
        margin-left: -2vw;
    }

    .coinbar_new_div {
        position: relative;
        width: 100%;
        height: 1vw;
        margin-top: 0px;
        margin-bottom: 0vw;
    }

    .coinbar_new {
        position: absolute;
        background: url(../img/coinbar.png) repeat-x;
        background-size: auto 100%;
        width: 100%;
        height: 13vw;
        margin-top: -9vw;
        top: 0;
        left: 0;
    }

    .coinbar_new1 {
        position: absolute;
        background-size: auto 100%;
        width: 100%;
        height: 13vw;
        margin-top: -9vw;
        top: 0;
        left: 0;
    }


    .mt_50 {
        margin-top: 0vw;
    }

    .mt_100 {
        margin-top: 0vw;
    }

    .screen_only {
        display: none;
    }

    .greenbox div p {
        font-size: 3vw;
        position: absolute;
        z-index: 1;
        letter-spacing: 1px;
        right: 0;
        top: 15vw;
        margin: 0;
    }

    .greenbox div:nth-child(2) p {
        right: inherit;
        left: 0
    }

    .content_coin1 {
        margin: 3vw auto 0 auto;
        padding: 12vw 0 0 0;
    }

    .content_coin1 img {
        width: 90%;
        max-width: 96vw;
        margin-bottom: 0;
    }

    .content_coin_div1:after {
        height: 16vw;
        bottom: -6vw;
        left: -9%;
    }

    .content_coin1 p {
        color: #006686;
        font-size: 5vw;
        font-weight: bold;
        margin: 0vw 0 12vw 0;
    }

    @keyframes coin-movement_1 {
        0% {
            /* -webkit-transform: translate3d(0%, 0, 0) rotateX(0deg) rotateY(0deg); */
            transform: translate3d(0%, 0, 0) rotateX(0deg) rotateY(0deg);
            height: 6vw;
            width: 7vw;
            opacity: 1
        }

        100% {
            /* -webkit-transform: translate3d(0%, 960px, 0) rotateX(180deg) rotateY(180deg); */
            /* transform: translate3d(0%, 960px, 0) rotateX(130deg) rotateY(0deg); */
            transform: translate3d(0%, 660px, 0) rotateX(180deg) rotateY(40deg);
            height: 9vw;
            width: 10vw;
            opacity: 1;
        }
    }

    @keyframes coin-movement1_1 {
        0% {
            /* -webkit-transform: translate3d(0%, 0, 0) rotateX(0deg) rotateY(0deg); */
            transform: translate3d(0%, 0, 0) rotateX(0deg) rotateY(0deg);
            height: 6vw;
            width: 7vw;
            opacity: 1
        }

        100% {
            /* -webkit-transform: translate3d(0%, 960px, 0) rotateX(180deg) rotateY(180deg); */
            transform: translate3d(0%, 660px, 0) rotateX(240deg) rotateY(-40deg);
            height: 9vw;
            width: 10vw;
            opacity: 1;
        }
    }

    .box2_3 {
        margin: 0;
        width: 84%;
        padding-top: 0 !important;
        height: 10vw;
    }

    .box2_3>a>div:first-child {
        width: 0%;
        height: auto;
        z-index: 9;
        position: relative;
    }

    .box2_3>a>div:first-child img {
        width: 14vw;
        height: auto;
        position: absolute;
        top: 0;
        left: -3vw;
    }

    .box2_3>a>div:last-child img {
        width: 100%;
    }

    .transparentbox100 {
        padding: 0 0 6vw 0;
        margin-bottom: 21vw;
    }

    .w70 {
        width: 80%;
        margin: 2vw auto 6vw auto;
        text-align: center;
    }

    .shake_hight {
        height: 19vw;
    }

    .add_txt {
        font-size: 3.6vw;
        text-align: center;
    }

    .table_img {
        margin-top: 5vw;
        width: 100%;
        height: auto;
    }

    .g_coin1 {
        position: absolute !important;
        width: 7vw;
        height: 7vw;
        background: url(../img/g_coin1.png) no-repeat;
        background-size: auto 100%;
        top: -0.5%;
        left: 0%;
        margin: 0;
    }

    .g_coin2 {
        position: absolute !important;
        width: 8vw;
        height: 8vw;
        background: url(../img/g_coin2.png) no-repeat;
        background-size: auto 100%;
        top: 0.5%;
        right: 7%;
        margin: 0;
    }

    .g_coin3 {
        position: absolute !important;
        width: 7vw;
        height: 7vw;
        background: url(../img/g_coin3.png) no-repeat;
        background-size: auto 100%;
        top: 17%;
        left: 85%;
        margin: 0;
    }

    .g_coin4 {
        position: absolute !important;
        width: 8vw;
        height: 8vw;
        background: url(../img/g_coin3.png) no-repeat;
        background-size: auto 100%;
        top: 58%;
        left: -3%;
        margin: 0;
    }

    .g_coin5 {
        position: absolute !important;
        width: 8vw;
        height: 8vw;
        background: url(../img/g_coin1.png) no-repeat;
        background-size: auto 100%;
        top: 20%;
        left: 0%;
        margin: 0;
    }

    .g_coin6 {
        position: absolute !important;
        width: 6vw;
        height: 6vw;
        background: url(../img/g_coin7.png) no-repeat;
        background-size: auto 100%;
        top: 23%;
        left: 4%;
        margin: 0;
    }

    .g_coin7 {
        position: absolute !important;
        width: 7vw;
        height: 7vw;
        background: url(../img/g_coin5.png) no-repeat;
        background-size: auto 100%;
        top: 18%;
        right: -1%;
        margin: 0;
    }

    .g_coin8 {
        position: absolute !important;
        width: 7vw;
        height: 7vw;
        background: url(../img/g_coin2.png) no-repeat;
        background-size: auto 100%;
        top: 20%;
        right: 2%;
        margin: 0;
    }

    .g_coin9 {
        position: absolute !important;
        width: 9vw;
        height: 10vw;
        background: url(../img/g_coin4.png) no-repeat;
        background-size: auto 100%;
        top: 54%;
        left: 2%;
        margin: 0;
    }

    .g_coin10 {
        position: absolute !important;
        width: 7vw;
        height: 7vw;
        background: url(../img/g_coin5.png) no-repeat;
        background-size: auto 100%;
        top: 51%;
        right: 1%;
        margin: 0;
    }

    .g_coin11 {
        position: absolute !important;
        width: 8vw;
        height: 8vw;
        background: url(../img/g_coin2.png) no-repeat;
        background-size: auto 100%;
        top: 56%;
        right: 2%;
        margin: 0;
    }

    .g_coin12 {
        position: absolute !important;
        width: 8vw;
        height: 8vw;
        background: url(../img/g_coin4.png) no-repeat;
        background-size: auto 100%;
        top: 75%;
        left: 1%;
        margin: 0;
    }

    .g_coin13 {
        position: absolute !important;
        width: 7vw;
        height: 8vw;
        background: url(../img/g_coin7.png) no-repeat;
        background-size: auto 100%;
        bottom: 24%;
        right: 2%;
        margin: 0;
    }

    .g_coin14 {
        position: absolute !important;
        width: 7vw;
        height: 7vw;
        background: url(../img/g_coin3.png) no-repeat;
        background-size: auto 100%;
        bottom: 18%;
        left: 4%;
        margin: 0;
    }

    .g_coin15 {
        position: absolute !important;
        width: 8vw;
        height: 8vw;
        background: url(../img/g_coin3.png) no-repeat;
        background-size: auto 100%;
        bottom: 9%;
        right: 1%;
        margin: 0;
    }

    .g_coin16 {
        position: absolute !important;
        width: 9vw;
        height: 9vw;
        background: url(../img/g_coin3.png) no-repeat;
        background-size: auto 100%;
        bottom: 2%;
        right: -3%;
        margin: 0;
    }

    .g_coin17 {
        position: absolute !important;
        width: 8vw;
        height: 8vw;
        background: url(../img/g_coin4.png) no-repeat;
        background-size: auto 100%;
        bottom: 1%;
        left: -2%;
        margin: 0;
    }

    .g_coin18 {
        position: absolute !important;
        width: 8vw;
        height: 9vw;
        background: url(../img/g_coin6.png) no-repeat;
        background-size: auto 100%;
        bottom: -1%;
        right: 32%;
        margin: 0;
    }

    .whitebox100 .star1 {
        position: absolute;
        width: 6vw;
        height: 6vw;
        background: url(../img/star.png) no-repeat;
        background-size: auto 100%;
        top: 4%;
        left: 9%;
    }

    .whitebox100 .star2 {
        position: absolute;
        width: 10vw;
        height: 10vw;
        background: url(../img/star.png) no-repeat;
        background-size: auto 100%;
        top: 6%;
        right: 4%;
    }

    .whitebox100 .star3 {
        position: absolute;
        width: 8vw;
        height: 8vw;
        background: url(../img/star.png) no-repeat;
        background-size: auto 100%;
        bottom: 21%;
        left: 18%;
    }

    .breadcrumbs_div {
        background: #fff;
        padding: 2.6666666666667vw 0 8vw 0;
    }

    .breadcrumbs {
        width: 92vw;
    }

    .absolute1 {
        position: absolute;
        bottom: -8vw;
        left: 50%;
        transform: translateX(-50%);
    }

    .fixed1 {
        position: fixed;
        bottom: 11vw;
        left: 50%;
        transform: translateX(-50%);
    }

    .sequence>div.show1 {
        opacity: 1;
        transition: opacity 0.5s ease;
        margin-top: 6vw;
    }

    .title_raduis {
        padding: 2vw 4vw;
        background: #337bad;
        color: #fff;
        font-size: 6.5vw;
        letter-spacing: 2px;
        font-family: "arial";
        font-weight: bold;
        border-radius: 40px;
        width: fit-content;
        margin: auto;
    }

    .mt_50 {
        margin-top: -32px;
    }

    .f13 {
        font-size: 10px !important;
        font-weight: normal !important;
        line-height: normal !important;
    }

    .MT_30 {
        margin-top: 10vw;
    }

    .title3 {
        border-bottom: #337bad solid 7px;
        position: relative;
        margin-top: -2vw;
        width: calc(100% + 4vw);
        margin-left: -2vw;
    }

    .title3 .title_raduis {
        position: absolute;
        top: -4vw;
        left: 50%;
        transform: translateX(-50%);
        font-size: 5vw;
        width: max-content;
    }

    .mTB20 {
        margin: 5vw 0 5vw 0;
    }

    sup {
        font-size: 55%;
        vertical-align: 2vw;
        font-family: "arial";
    }

    .header {
        padding: 11px 0 3px 0;
        border-bottom: #5bc1db solid 3px;
        background: #fff;
        margin-top: -8vw
    }

    .header_in {
        width: calc(100% - 30px);
        margin: auto;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }

    .header_in .logo {
        width: 117px;
        height: auto;
    }

    .phone_only_ul {
        background: #5bc1dbd6;
        margin: 0;
        padding: 0;
        position: absolute;
        /* top: 34vw; */
        width: 100%;
        z-index: 10;
        display: flex;
        flex-direction: column;
        align-items: center;
        display: none;
        margin-top: 0;
    }

    .phone_only_ul li {
        width: calc(100% - 10vw);
        list-style-type: none;
        padding: 3.5vw 0;
        text-align: center;
        color: #fff;
        border-bottom: #ffffff87 solid 1px;
        font-size: 4vw;
        letter-spacing: 2px;
        position: relative;
        font-weight: 700;
        font-family: "arial";
    }

    .phone_only_ul li:after {
        position: absolute;
        content: "";
        background: url(../img/arrow_li.png) no-repeat;
        background-size: auto 100%;
        width: 3.5vw;
        height: 3.5vw;
        right: 1vw;
        top: 50%;
        transform: translateY(-50%);
    }

    .active {
        display: flex;
        border: none;
        /* top: 0; */
        /* position: fixed; */
        padding-top: 0;
        /* z-index: 1; */
    }

    #menu {
        width: 5vw;
        height: 4vw;
        background: url(../img/menu.png) no-repeat;
        background-size: auto 100%;
        margin-bottom: 1.5vw;
    }

    .close {
        width: 6vw;
        height: 6vw;
        background: url(../img/close.png) no-repeat !important;
        background-size: auto 100% !important;
    }

    .fixed2 {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
    }

    .fixed2~.phone_only_ul {
        position: fixed;
        margin-top: 4vw;
    }

    #common_footer {
        box-shadow: inset 0 8px 6px -6px #0000004a
    }

    .box2_7+p {
        font-size: 3.4vw;
        color: #585656;
        font-weight: bold;
        font-family: "Microsoft JhengHei";
        line-height: normal;
        text-align: left;
        height: 10vw;
    }

    .box2_7+p a {
        color: #3F51B5;
    }

}