﻿@charset "utf-8";
/*Fonts*/
a, a:hover {
    text-decoration: none !important
}

h1, h2, h3, h4, table th, .btn, .description {
    font-family: 'Aldrich','Arial', 'cwTeXHei', 'Microsoft JhengHei', sans-serif
}

h1 {
    font-size: 50px;
    line-height: 55px
}
/*最上方主圖標題*/
.description {
    font-size: 20px;
    line-height: 30px
}
/*最上方主圖描述文字*/
h2 {
    font-size: 33px;
    line-height: 35px
}

h3 {
    font-size: 25px;
    line-height: 30px
}

h4, table th {
    font-size: 18px;
    line-height: 28px
}

p, table td {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Roboto','Microsoft JhengHei', sans-serif
}

table td, .text-gray, .btn, h1, .description {
    color: #fff
}

.level-bronze {
    color: #ff6400
}

.level-sliver {
    color: #bfbfbf
}

.level-gold, h1 span /*最上方標題凸顯的顏色*/ {
    color: #fcca46
}

.level-platinum {
    color: #f2f2f2
}

.level-diamond {
    color: #a7dcf7
}


/*Table*/
table {
    background-color: rgba(0,0,0,.9);
    margin: auto
}

    table tr:nth-child(odd) {
        background-color: rgba(255,255,255,.1)
    }

/*Buttons*/
.btn {
    font-size: 20px;
    line-height: 22px;
    padding: 10px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .btn.white {
        background-color: rgba(0,0,0,.6);
        border: 1px solid #fff;
        word-wrap: break-word;
    }

    .btn.orange {
        background-color: #ff6400;
    }

.top-hr {
    width: 60%;
    margin: 29px auto;
}

.top-img {
    padding-top: 20vh;
    padding-bottom: 10vh;
    min-height: 70vh;
}

    .top-img::before {
        position: absolute;
        z-index: -1;
        left: 0;
        top: 0;
        content: "";
        background: #000;
        width: 100%;
        height: 120%;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
    }

    .top-img::after {
        position: absolute;
        z-index: -1;
        left: 0;
        top: 0;
        content: "";
        background-image: url(../../images/whyjoin/Whyjoin_banner.jpg);
        width: 100%;
        height: 120%;
        background-position: center center;
        background-size: cover;
        opacity: 0.4;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
    }

.bg-img-1 {
    padding-top: 100px;
    padding-bottom: 150px;
}

    .bg-img-1::after {
        position: absolute;
        z-index: -2;
        left: 0;
        top: 0;
        content: "";
        background-image: url(../../images/whyjoin/bg-01.jpg);
        width: 100%;
        height: 100%;
        background-position: top center;
        background-size: cover;
        opacity: 1;
    }

.bg-img-2 {
    padding-top: 60px;
    padding-bottom: 60px;
}

    .bg-img-2::before {
        position: absolute;
        z-index: -1;
        left: 0;
        top: -20%;
        content: "";
        background: #000;
        width: 100%;
        height: 142%;
        -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 85%);
        clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 85%);
    }

    .bg-img-2::after {
        position: absolute;
        z-index: -1;
        left: 0;
        top: -20%;
        content: "";
        background-image: url(../../images/whyjoin/bg-02.jpg);
        width: 100%;
        height: 142%;
        background-position: center center;
        background-size: cover;
        opacity: 0.4;
        -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 85%);
        clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 85%);
    }

.bg-img-1-2 {
    padding-top: 100px;
    padding-bottom: 100px;
}

    .bg-img-1-2::after {
        position: absolute;
        z-index: -2;
        left: 0;
        top: 0;
        content: "";
        background-image: url(../../images/whyjoin/bg-01.jpg);
        width: 100%;
        height: 100%;
        background-position: center center;
        background-size: cover;
        opacity: 0.4;
        transform: rotateY(180deg);
    }


.bg-img-3 {
    padding-top: 60px;
    padding-bottom: 60px;
}

    .bg-img-3::before {
        position: absolute;
        z-index: -1;
        left: 0;
        top: -10%;
        content: "";
        background: #000;
        width: 100%;
        height: 122%;
        -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
        clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
    }

    .bg-img-3::after {
        position: absolute;
        z-index: -1;
        left: 0;
        top: -10%;
        content: "";
        background-image: url(../../images/whyjoin/bg-03.jpg);
        width: 100%;
        height: 122%;
        background-position: center center;
        background-size: cover;
        opacity: 0.4;
        -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
        clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
    }

.bg-img-1-3 {
    padding-top: 100px;
    padding-bottom: 100px;
}

    .bg-img-1-3::after {
        position: absolute;
        z-index: -2;
        left: 0;
        top: 0;
        content: "";
        background-image: url(../../images/whyjoin/bg-01.jpg);
        width: 100%;
        height: 100%;
        background-position: center center;
        background-size: cover;
        opacity: 0.5;
    }

.bg-img-4 {
    padding-top: 60px;
    padding-bottom: 60px;
}

    .bg-img-4::before {
        position: absolute;
        z-index: -1;
        left: 0;
        top: -12%;
        content: "";
        background: #000;
        width: 100%;
        height: 120%;
        -webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
    }

    .bg-img-4::after {
        position: absolute;
        z-index: -1;
        left: 0;
        top: -12%;
        content: "";
        background-image: url(../../images/whyjoin/bg-04.jpg);
        width: 100%;
        height: 120%;
        background-position: center center;
        background-size: cover;
        opacity: 0.4;
        -webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
    }

.owl-theme {
    width: calc(100% - 80px);
    margin-left: 40px;
}

.item {
    background: #111;
    border-radius: 3px;
    padding: 10px;
    text-align: center;
}

.customNextBtn, .customPrevBtn {
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 70px;
    text-align: center;
    line-height: 65px;
    background: rgba(0,0,0,0.3);
    top: 45%;
    font-size: 35px;
    cursor: pointer;
}

    .customNextBtn:hover, .customPrevBtn:hover {
        background: rgba(255,100,0,0.5);
    }

.customNextBtn {
    left: 0;
}

.customPrevBtn {
    right: 0;
}

.point-info-box {
    position: relative;
    min-height: 80px;
    margin-bottom: 15px;
}

    .point-info-box span:nth-child(1) {
        position: relative;
        width: 80px;
        height: 80px;
        float: left;
    }

    .point-info-box span:nth-child(2) {
        position: relative;
        width: calc(100% - 80px);
        height: 80px;
        float: left;
    }

    .point-info-box span:nth-child(1) div {
        position: relative;
        margin: 15px;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 48px;
        font-size: 25px;
        border: 1px solid #fff;
        border-radius: 50%;
    }

.overflow-table > div:nth-child(1) {
    position: relative;
    width: 220px;
    min-height: 200px;
    float: left;
}

.overflow-table > div:nth-child(2) {
    position: relative;
    width: calc(100% - 220px);
    min-height: 200px;
    float: left;
}

.overflow-table > div table {
    width: 100%;
}

    .overflow-table > div table tr td {
        padding: 10px;
        min-width: 120px;
    }

.overflow-table > div:nth-child(2) table tr td:nth-child(1) {
    color: #bfbfbf;
}

.overflow-table > div:nth-child(2) table tr td:nth-child(2) {
    color: #fcca46;
}

.overflow-table > div:nth-child(2) table tr td:nth-child(3) {
    color: #a7dcf7;
}

.box-5 {
    position: relative;
    float: left;
    width: 20%;
    min-height: 200px;
    padding: 15px;
}

.title-padding {
    margin-top: 200px;
}

@media (max-width: 990px) {

    .top-img {
        min-height: auto;
    }

    .overflow-table > div:nth-child(1) {
        width: 150px;
        -webkit-box-shadow: 10px 0px 25px 0px rgba(0,0,0,0.9);
        -moz-box-shadow: 10px 0px 25px 0px rgba(0,0,0,0.9);
        box-shadow: 10px 0px 25px 0px rgba(0,0,0,0.9);
    }

    .overflow-table > div:nth-child(2) {
        position: relative;
        width: calc(100% - 150px);
    }

    table tr td {
        padding: 5px;
        min-width: 120px;
        height: 70px;
    }

    .box-5 {
        width: 50%;
        padding: 10px;
    }

    .top-img {
        padding-top: 50px;
        padding-bottom: 50px;
    }

        .top-img::before, .top-img::after {
            -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
        }

    .bg-img-1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .title-padding {
        margin-top: 30px;
    }

    .bg-img-2::before, .bg-img-2::after {
        top: -2%;
        height: 112%;
        -webkit-clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
        clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
    }

    .bg-img-3::before, .bg-img-3::after {
        top: -2%;
        height: 112%;
        -webkit-clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
        clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
    }


    .point-info-box span:nth-child(1) {
        position: relative;
        width: 100%;
        /* height: 80px; */
        float: left;
    }

    .point-info-box span:nth-child(2) {
        position: relative;
        width: 100%;
        height: 80px;
        float: left;
        text-align: center;
    }

    .point-info-box span:nth-child(1) div {
        position: relative;
        margin: 15px auto;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 48px;
        font-size: 25px;
        border: 1px solid #fff;
        border-radius: 50%;
    }
}


@media (max-width: 768px) {
    .top-hr {
        width: 100%;
        margin: 29px auto;
    }

    .box-5 {
        width: 100%;
        padding: 10px;
    }
}
.text-shadow {
    text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

.text-gray-ccc {
    color: #ccc;
}

.btn-outline-warning {
    border: 1px solid #ff6400;
    color: #ff6400;
    padding: 6px 12px;
    font-size: 16px;
    background: transparent;
    transition: background 0.3s, color 0.3s;
}

    .btn-outline-warning:hover {
        background: #ff6400;
        color: #fff;
    }
