/*
 * -- BASE STYLES --
 * Most of these are inherited from Base, but I want to change a few.
 */
/*body {
    color: #526066;
}*/ /**2017-11-24編輯**/ 

h2, h3 {
    letter-spacing: 0.25em;
    text-transform: uppercase;
    font-weight: 600;
}

p {
    line-height: 1.6em;
}


/*
 * -- Layout Styles --
 */
.l-content {
    margin: 0 auto;
}

.l-box {
    padding: 0.5em 2em;
}

/*
 * -- MENU STYLES --
 * Make the menu have a very faint box-shadow.
 */
.pure-menu {
    /*box-shadow: 0 1px 1px rgba(0,0,0, 0.10);*/ /*2017-04-24*/
}


/*
 * -- BANNER --
 * The top banner with the headings. By using a combination
 * of `display: table;` and `display: table-cell;`, we can
 * vertically center the text.
 */
.sp-banner {
    background: transparent url('../../images/spbanner.jpg') 0 0 no-repeat;
    text-align: center;
    background-size: cover;
    height: 600px;
    width: 100%;
    display: table;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
    position: relative;
}



.aboutus-banner {
    background: transparent url('../../images/aboutusbanner.jpg') 0 0 no-repeat;
    text-align: center;
    background-size: cover;
    height: 600px;
    width: 100%;
    margin: 8em auto 0 auto;
    display: table;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
    position: relative;
}



.se-banner {
    background: transparent url('../../images/sebanner.jpg') 0 0 no-repeat;
    text-align: center;
    /*background-size: cover;*//*2017-07-13編輯*/
    height: 800px;
    width: 100%;
    margin: 6em auto 0 auto;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
    position: relative;
}


.toi-banner {
    background: transparent url('../../images/toibanner.jpg') 0 0 no-repeat;
    text-align: center;
    /*background-size: cover;*//*2017-07-13編輯*/
    height: 800px;
    width: 100%;
    display: table;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
    position: relative;
}

.joining-banner {
    background: transparent url('../../images/joiningbanner.jpg') 0 0 no-repeat;
    text-align: center;
    /*background-size: cover;*//*2017-07-13編輯*/
    height: 600px;
    width: 100%;
    display: table;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
    position: relative;
}
.performance-banner {
    background: transparent url('../../images/perbanner.jpg') 0 0 no-repeat;
    text-align: center;
    /*background-size: cover;*//*2017-07-13編輯*/
    height: 800px;
    width: 100%;
    margin: 6em auto 0 auto;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
    position: relative;
}

.news-banner {
    background: transparent url('../../images/newsbanner.jpg') 0 0 no-repeat;
    text-align: center;
    /*background-size: cover;*//*2017-07-13編輯*/
    height: 600px;
    width: 100%;
    margin: 6em auto 0 auto;
    display: table;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
    position: relative;
}

.store-banner {
    background: transparent url('../../images/storebanner.jpg') 0 0 no-repeat;
    text-align: center;
    /*background-size: cover;*//*2017-07-13編輯*/
    height: 600px;
    width: 100%;
    display: table;
    margin: 6em auto 0 auto;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
    position: relative;
}


.contact-banner {
    background: transparent url('../../images/contactusbanner.jpg') 0 0 no-repeat;
    text-align: center;
    /*background-size: cover;*//*2017-07-13編輯*/
    height:600px;
    width: 100%;
    display: table;
    margin: 6em auto 0 auto;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
    position: relative;
}

.link-banner {
    background: transparent url('../../images/linkbanner.jpg') 0 0 no-repeat;
    text-align: center;
    /*background-size: cover;*//*2017-07-13編輯*/
    height:600px;
    width: 100%;
    display: table;
    margin: 6em auto 0 auto;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
    position: relative;
}

.banner-head {
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0;
    font-size: 2em;
    color: white;
    font-weight: 500;
    text-shadow: 0 1px 1px black;
}



/*
 * -- PRICING TABLE WRAPPER --
 * This element wraps up all the pricing table elements
 */
.pricing-tables,
.information {
    max-width: 980px;
    margin: 0 auto;
}
.pricing-tables {
    margin-bottom: 3.125em;
    text-align: center;
}

/*
 * -- PRICING TABLE  --
 * Every pricing table has the .pricing-table class
 */
.pricing-table {
    border: 1px solid #ddd;
    margin: 0 0.5em 2em;
    padding: 0 0 3em;
}

/*
 * -- PRICING TABLE HEADER COLORS --
 * Choose a different color based on the type of pricing table.
 */
.pricing-table-free .pricing-table-header {
    background: #519251;
}

.pricing-table-biz .pricing-table-header {
    background: #2c4985;
}

/*
 * -- PRICING TABLE HEADER --
 * By default, a header is black/white, and has some styles for its <h2> name.
 */
.pricing-table-header {
    background: #111;
    color: #fff;
}
.pricing-table-header h2 {
    margin: 0;
    padding-top: 2em;
    font-size: 1em;
    font-weight: normal;

}


/*
 * -- PRICING TABLE PRICE --
 * Styles for the price and the corresponding <span>per month</span>
 */
.pricing-table-price {
    font-size: 6em;
    margin: 0.2em 0 0;
    font-weight: 100;
}
.pricing-table-price span {
    display: block;
    text-transform: uppercase;
    font-size: 0.2em;
    padding-bottom: 2em;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    *color: #fff;
}



/*
 * -- PRICING TABLE LIST --
 * Each pricing table has a <ul> which is denoted by the .pricing-table-list class
 */
.pricing-table-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}


/*
 * -- PRICING TABLE LIST ELEMENTS --
 * Styles for the individual list elements within each pricing table
 */
.pricing-table-list li {
    padding: 0.8em 0;
    background: #f7f7f7;
    border-bottom: 1px solid #e7e7e7;
}


/*
 * -- PRICING TABLE BUTTON --
 * Styles for the "Choose" button at the bottom of a pricing table.
 * This inherits from Pure Button.
 */
.button-choose {
    border: 1px solid #ccc;
    background: #fff;
    color: #333;
    border-radius: 2em;
    font-weight: bold;
    position: relative;
    bottom: -1.5em;
}

.information-head {
    color: black;
    font-weight: 500;
}

.footer {
    background: #111;
    color: #888;
    text-align: center;
}
.footer a {
    color: #ddd;
}



/*
 * -- TABLET MEDIA QUERIES --
 * On tablets, we want to slightly adjust the size of the banner
 * text and add some vertical space between the various pricing tables
 */




@media(max-width: 1024px) {
    .sp-banner {
        background: transparent url('../../images/spbanner.jpg') 0 0 no-repeat scroll;
        height: 500px;
        text-align: center;
        background-size: cover;
        background-position: top center;
        -webkit-transition:all 0.4s ease;
        -moz-transition:all 0.4s ease;
        -o-transition:all 0.4s ease;
        transition:all 0.4s ease;}

    .aboutus-banner {
        background: transparent url('../../images/aboutusbanner.jpg') 0 0 no-repeat scroll;
        height: 500px;
        text-align: center;
        background-size: cover;
        margin: 0;
        background-position: top center;
        -webkit-transition:all 0.4s ease;
        -moz-transition:all 0.4s ease;
        -o-transition:all 0.4s ease;
        transition:all 0.4s ease;}


    .se-banner {
        background: transparent url('../../images/sebanner.jpg') 0 0 no-repeat scroll;
        height: 500px;
        text-align: center;
        background-size: cover;
        background-position: top center;
        -webkit-transition:all 0.4s ease;
        -moz-transition:all 0.4s ease;
        -o-transition:all 0.4s ease;
        transition:all 0.4s ease;
    }

    .toi-banner {
        background: transparent url('../../images/toibanner.jpg') 0 0 no-repeat scroll;
        height: 500px;
        text-align: center;
        background-size: cover;
        background-position: top center;
        -webkit-transition:all 0.4s ease;
        -moz-transition:all 0.4s ease;
        -o-transition:all 0.4s ease;
        transition:all 0.4s ease;
    }

    .joining-banner {
        background: transparent url('../../images/sebanner.jpg') 0 0 no-repeat scroll;
        height: 500px;
        text-align: center;
        background-size: cover;
        background-position: top center;
        -webkit-transition:all 0.4s ease;
        -moz-transition:all 0.4s ease;
        -o-transition:all 0.4s ease;
        transition:all 0.4s ease;
    }

    .performance-banner {
        background: transparent url('../../images/perbanner.jpg') 0 0 no-repeat scroll;
        height: 500px;
        text-align: center;
        background-size: cover;
        background-position: top center;
        -webkit-transition:all 0.4s ease;
        -moz-transition:all 0.4s ease;
        -o-transition:all 0.4s ease;
        transition:all 0.4s ease;
    }

    .news-banner {
        background: transparent url('../../images/newsbanner.jpg') 0 0 no-repeat scroll;
        height: 500px;
        text-align: center;
        background-size: cover;
        background-position: top center;
        -webkit-transition:all 0.4s ease;
        -moz-transition:all 0.4s ease;
        -o-transition:all 0.4s ease;
        transition:all 0.4s ease;
    }

    .store-banner {
        background: transparent url('../../images/storebanner.jpg') 0 0 no-repeat scroll;
        height: 500px;
        text-align: center;
        background-size: cover;
        background-position: top center;
        -webkit-transition:all 0.4s ease;
        -moz-transition:all 0.4s ease;
        -o-transition:all 0.4s ease;
        transition:all 0.4s ease;
    }

    .contact-banner {
        background: transparent url('../../images/contactusbanner.jpg') 0 0 no-repeat scroll;
        height: 500px;
        text-align: center;
        background-size: cover;
        background-position: top center;
        -webkit-transition:all 0.4s ease;
        -moz-transition:all 0.4s ease;
        -o-transition:all 0.4s ease;
        transition:all 0.4s ease;
    }
    .link-banner {
        background: transparent url('../../images/linkbanner.jpg') 0 0 no-repeat scroll;
        height: 500px;
        text-align: center;
        background-size: cover;
        background-position: top center;
        -webkit-transition:all 0.4s ease;
        -moz-transition:all 0.4s ease;
        -o-transition:all 0.4s ease;
        transition:all 0.4s ease;
    }

}


/*
 * -- PHONE MEDIA QUERIES --
 * On phones, we want to reduce the height and font-size of the banner further
 */
@media (max-width: 600px) {
    .sp-banner {
        height: 400px;
        text-align: center;
        background-size: cover;
        background-position: top center;
        -webkit-transition:all 0.4s ease;
        -moz-transition:all 0.4s ease;
        -o-transition:all 0.4s ease;
        transition:all 0.4s ease;}

    .aboutus-banner {
        height: 400px;
        text-align: center;
        background-size: cover;
        background-position: top center;
        -webkit-transition:all 0.4s ease;
        -moz-transition:all 0.4s ease;
        -o-transition:all 0.4s ease;
        transition:all 0.4s ease;}

    .se-banner {
        height: 400px;
        text-align: center;
        background-size: cover;
        background-position: top center;
        -webkit-transition:all 0.4s ease;
        -moz-transition:all 0.4s ease;
        -o-transition:all 0.4s ease;
        transition:all 0.4s ease;
    }

    .toi-banner {
        height: 400px;
        text-align: center;
        background-size: cover;
        background-position: top center;
        -webkit-transition:all 0.4s ease;
        -moz-transition:all 0.4s ease;
        -o-transition:all 0.4s ease;
        transition:all 0.4s ease;
    }

    .joining-banner {
        height: 400px;
        text-align: center;
        background-size: cover;
        background-position: top center;
        -webkit-transition:all 0.4s ease;
        -moz-transition:all 0.4s ease;
        -o-transition:all 0.4s ease;
        transition:all 0.4s ease;
    }
    .performance-banner {
        height: 400px;
        text-align: center;
        background-size: cover;
        background-position: top center;
        -webkit-transition:all 0.4s ease;
        -moz-transition:all 0.4s ease;
        -o-transition:all 0.4s ease;
        transition:all 0.4s ease;
    }

    .news-banner {
        height: 400px;
        text-align: center;
        background-size: cover;
        background-position: top center;
        -webkit-transition:all 0.4s ease;
        -moz-transition:all 0.4s ease;
        -o-transition:all 0.4s ease;
        transition:all 0.4s ease;
    }

    .store-banner {
        height: 400px;
        text-align: center;
        background-size: cover;
        background-position: top center;
        -webkit-transition:all 0.4s ease;
        -moz-transition:all 0.4s ease;
        -o-transition:all 0.4s ease;
        transition:all 0.4s ease;
    }

    .contact-banner {
        height: 400px;
        text-align: center;
        background-size: cover;
        background-position: top center;
        -webkit-transition:all 0.4s ease;
        -moz-transition:all 0.4s ease;
        -o-transition:all 0.4s ease;
        transition:all 0.4s ease;
    }
    .link-banner {
        height: 400px;
        text-align: center;
        background-size: cover;
        background-position: top center;
        -webkit-transition:all 0.4s ease;
        -moz-transition:all 0.4s ease;
        -o-transition:all 0.4s ease;
        transition:all 0.4s ease;
    }
}








/*
 * -- PHONE MEDIA QUERIES --
 * On phones, we want to reduce the height and font-size of the banner further
 */
@media (max-width: 480px) {
    .sp-banner {
        height: 300px;
        text-align: center;
        background-size: cover;
        background-position: top center;
        -webkit-transition:all 0.4s ease;
        -moz-transition:all 0.4s ease;
        -o-transition:all 0.4s ease;
        transition:all 0.4s ease;}

    .aboutus-banner {
        height: 300px;
        text-align: center;
        background-size: cover;
        background-position: top center;
        -webkit-transition:all 0.4s ease;
        -moz-transition:all 0.4s ease;
        -o-transition:all 0.4s ease;
        transition:all 0.4s ease;}


    .se-banner {
        height: 300px;
        text-align: center;
        background-size: cover;
        background-position: top center;
        -webkit-transition:all 0.4s ease;
        -moz-transition:all 0.4s ease;
        -o-transition:all 0.4s ease;
        transition:all 0.4s ease;
    }

    .toi-banner {
        height: 300px;
        text-align: center;
        background-size: cover;
        background-position: top center;
        -webkit-transition:all 0.4s ease;
        -moz-transition:all 0.4s ease;
        -o-transition:all 0.4s ease;
        transition:all 0.4s ease;
    }

    .joining-banner {
        height: 300px;
        text-align: center;
        background-size: cover;
        background-position: top center;
        -webkit-transition:all 0.4s ease;
        -moz-transition:all 0.4s ease;
        -o-transition:all 0.4s ease;
        transition:all 0.4s ease;
    }

    .performance-banner {
        height: 300px;
        text-align: center;
        background-size: cover;
        background-position: top center;
        -webkit-transition:all 0.4s ease;
        -moz-transition:all 0.4s ease;
        -o-transition:all 0.4s ease;
        transition:all 0.4s ease;
    }

    .news-banner {
        height: 300px;
        text-align: center;
        background-size: cover;
        background-position: top center;
        -webkit-transition:all 0.4s ease;
        -moz-transition:all 0.4s ease;
        -o-transition:all 0.4s ease;
        transition:all 0.4s ease;
    }

    .store-banner {
        height: 300px;
        text-align: center;
        background-size: cover;
        background-position: top center;
        -webkit-transition:all 0.4s ease;
        -moz-transition:all 0.4s ease;
        -o-transition:all 0.4s ease;
        transition:all 0.4s ease;
    }

    .contact-banner {
        height: 300px;
        text-align: center;
        background-size: cover;
        background-position: top center;
        -webkit-transition:all 0.4s ease;
        -moz-transition:all 0.4s ease;
        -o-transition:all 0.4s ease;
        transition:all 0.4s ease;
    }
    .link-banner {
        height: 300px;
        text-align: center;
        background-size: cover;
        background-position: top center;
        -webkit-transition:all 0.4s ease;
        -moz-transition:all 0.4s ease;
        -o-transition:all 0.4s ease;
        transition:all 0.4s ease;
    }


    .banner-head {
        font-size: 3em;
    }
}
