@charset "utf-8";

/* CSS Document */

#system {
    text-align: center;
    padding: 4% 0 5%;
    color: #fff;
    background: rgba(1, 1, 1, 0.8);
}

#system .title {
    color: #ae8746;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 2%;
}

#system .title span {
    display: block;
    font-size: 1rem;
    font-weight: normal;
}

.tableOutline {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.75;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.tableOutline th {
    border-top: #c3a269 1px solid;
    width: 20%;
    font-weight: bold;
    padding: 20px;
    vertical-align: top;
    text-align: center;
}

.tableOutline tr:nth-child(odd) th,
.tableOutline tr:nth-child(odd) td {
    /*background: #eee;*/
}

.tableOutline td {
    padding: 20px;
    border-top: #555 1px solid;
    text-align: left;
}

.Suppliers li {
    float: left;
    width: 50%;
}

#shopimage {
    margin-top: 5%;
}

.mainSlider .slick-slide img {
    max-width: 500px;
}

@media screen and (max-width: 768px) {
    #system {
        margin-top: 50px;
        padding: 3% 0 4%;
    }
    #system .title {
        font-size: 1.8rem;
    }
    #system .title span {
        font-size: 0.8rem;
    }
    .tableOutline {
        font-size: 0.9rem;
    }
    .tableOutline th {
        border-right: none;
        width: 100%;
        display: block;
        padding: 1% 3% 0.1%;
        text-align: left;
        border-left: #c3a269 1px solid;
        border-top: none;
        color: #c3a269;
        font-size: 1rem;
    }
    .tableOutline td {
        padding: 0.1% 3% 3%;
        display: block;
        /*width: 100%;*/
        border-top: none;
        /*background: #fff;*/
    }
    .tableOutline tr:nth-child(odd) th {
        /*background: #f7f7f3;*/
    }
    .tableOutline tr:nth-child(odd) td {
        /*background: #fff;*/
    }
    .Suppliers li {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 680px) {
    .mainSlider .slick-slide img {
        max-width: 500px;
    }
}

@media screen and (max-width: 480px) {
    .mainSlider .slick-slide img {
        max-width: 320px;
    }
}