body {
    
    line-height: 0;
    background: #242867; /* Old browsers */
    background: -moz-linear-gradient(left,  #242867 0%, #4c2456 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #242867 0%,#4c2456 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #242867 0%,#4c2456 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242867', endColorstr='#4c2456',GradientType=1 ); /* IE6-9 */
}
* { 
    font-family: 'Noto Sans TC', sans-serif!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img { width: 100%; }

.nav {
    display: block;
}
.nav ul {
    margin-bottom: 0!important;
}
.nav li {
    width: 20%;
    float: left;
    background-color: #000;
    border: 1px solid #7026b2;
    text-align: center;
    line-height: .8;
}
.nav li a {
    display: block;
    padding: 1.2rem 0;
    text-decoration: none;
    color: #fff;
    font-size: 1.2rem;
    text-shadow: 1px 1px 0 #7026b2; 
}

.phone-banner {
    display: none;
}

.main { 
    
    background: #242867; /* Old browsers */
    background: -moz-linear-gradient(left,  #242867 0%, #4c2456 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #242867 0%,#4c2456 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #242867 0%,#4c2456 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242867', endColorstr='#4c2456',GradientType=1 ); /* IE6-9 */

}
.main .container {
    min-height: 100%;
    margin-top: -10px;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #fff;
}
.main .row { 
    justify-content: center;
    margin: 25px 0;
    padding-bottom: 15px; 
    border-bottom: 1px solid #ccc; 
}

.word { 
    padding: 30px;
    border: 3px solid #39ae36;
    border-radius: 50px;
    text-align: left;
    font-size: 1.2rem;
}
ol { margin: 0 1.5rem; }
ol li { 
    line-height: 1.8;
    list-style-type:decimal;
}
ol > li { margin-bottom: 1.8rem; }
ol li ul li { list-style: none; }
.bg_green { 
    margin-right: 1rem;
    padding: 0 5px;
    background-color: #39ae36; 
    color: #fff;
    font-size: 1.5rem;
}
.strong {
    margin: 0 5px;
    font-weight: 900;
    color: #39ae36;
}
footer {
    padding: 20px 0;
    text-align: center;
    color: #fff;
}
.gotop {
   /* width: 30px;
    height: 30px;*/
    position: fixed;
    right: 10px;
    bottom: 10px;
    padding: 1.75rem 1rem;
    border: 0;
    border-radius: 50%;
    background-color: rgba(0,0,0,.8);
    color: #fff;
    outline: none;
    z-index: 1;
}

.gotop:hover{
    background-color: rgba(112,38,178,.8);
    outline: none;
    cursor: pointer;
}
/* bank start */

p {
    line-height: 1.2;
}

/* bank end */


/* store start */

.store a:hover  {
    text-decoration: none!important;
}

.store h5 {
    text-align: center;
    color: #7026b2;
}

.store h6 {

    text-align: center;
    color: #000;
}


.iframe-rwd {
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.iframe-rwd iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* store end */

@media screen and (max-width: 1200px) {
    .topnav_box .logo {
        padding:1rem .5rem
    }
}

@media screen and (max-width: 768px) {
    .main {
        margin-top:62px
    }

    .topnav_box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .topnav__btn {
        display: block;
        margin-left: auto;
        width: 60px;
        height: 40px;
        background-image: url("../images/btn.png");
        cursor: pointer
    }

    .topnav_box .logo img {
        height: 30px
    }

    .topnav_box .topnav_box--link {
        display: none
    }

    .topnav_box .topnav_box__mobile--link {
        width: 100%;
        border-top: 1px solid #545454
    }

    .topnav_box .topnav_box__mobile--link a a {
        display: block;
        width: 100%;
        text-align: center;
        padding: 1rem 0;
        border-bottom: 1px solid #545454;
        color: #fff;
        text-decoration: none
    }

    .topnav_box .topnav_box__mobile--link a:last-child {
        border-bottom: none
    }
}
@media (min-width: 576px) {
    .main .row .col-sm-4 {
        max-width: calc(33.33% - 60px)!important;
    }
    .main .row .col-sm-6 {
        max-width: calc(50% - 60px)!important;
    }
    
}
@media screen and (max-width: 414px) {

    .top-box {

        height: 100vh;
        overflow: hidden;
    }
    
    .nav li {
    
        min-height: 100%;
        /*height: 80px;*/
    }
    
    .nav li a {
        font-size: .95rem;
    }
    .topnav_box .logo img {
        height: 20px
    }
    .computer-banner {
        display: none;
    }
    .phone-banner {
        display: block;
    }
    .main {
        margin-top:0;
    }
    .main .row .col-12 {
        padding-bottom: 15px;
        border-bottom: 1px solid #eee; 
    }
    .main .row {
        border-bottom: 0;
    }
    .store .main .row .col-12 {
        padding: 15px 0;
        border-bottom: 1px solid #eee; 
    }

}