    html,
    body {
        margin: 0;
        padding: 0;
        font-family: "微軟正黑體", Helvetica, Arial, sans-serif!important;
    }

    * {
        box-sizing: border-box;
    }

    .wrap {
        width: 1000px;
        margin: 0 auto;
    }

    .youtube {
        margin: 0 0 20px;
    }

    .banner {
        position: relative;
        background: url("https://firebasestorage.googleapis.com/v0/b/proactiv-temporarily-demo.appspot.com/o/images%2Fbanner.jpg?alt=media") 50% 50% no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        height: 350px;
        width: 100%;
        display: flex;
        align-items: center;
        box-sizing: border-box;
    }

    .banner h2 {
        font-size: 30px;
        margin: 0;
        margin-top: 60px;
        line-height: 38px;
        font-weight: normal;
        text-align: left;
    }

    .banner h2 span {
        color: #46b0b9;
    }

    .banner p {
        margin: 5px auto;
        font-size: 12px;
    }

    .banner .content {
        width: 38%;
        padding-left: 100px;
    }

    .btn00 {
        width: 80%;
        height: 40px;
        cursor: pointer;
        line-height: 40px;
        background-color: #46b0b9;
        font-size: 20px;
        text-align: center;
        border-radius: 10px;
        color: #fff;
        margin: 10px 0;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .btn00:hover {
        background-color: #44c1cc;
    }

    .shop_link {
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        background-color: #d7006d;
        margin: 15px auto;
        position: relative;
    }

    .shop_link img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .modal-body .col-sm-6:nth-child(2) .shop_link {
        background-color: #fff;
        border: solid 1px #ccc;
    }

    .modal-body .col-sm-6:nth-child(3) .shop_link {
        background-color: #400090;
        /*background-color: #181818;
        opacity: 0.15;*/
    }

    .modal-body .col-sm-6:nth-child(4) .shop_link {
        background-color: #fff;
        border: solid 1px #ccc;
        opacity: 0.4;
    }

    .modal-dialog {
        width: 500px;
        text-align: center;
    }

    .modal-body {
        padding: 15px 75px;
        overflow: hidden;
    }

    .comming_soon a {
        position: relative;
        display: block;
    }

    .comming_soon::before {
        content: "即將到來";
        display: block;
        color: #000;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        opacity: 1;
        height: 22px;
        font-size: 18px;
        z-index: 999;
    }

    .comming_soon img {
        -webkit-filter: grayscale(1);
    }

    .set {
        padding: 0;
        margin: 0;
        list-style: none;
        overflow: hidden;
    }

    .set li {
        width: 49%;
        float: left;
        margin: 2% 0 0;
        position: relative;
        background: url("https://firebasestorage.googleapis.com/v0/b/proactiv-temporarily-demo.appspot.com/o/images%2Fset1.jpg?alt=media") 50% 50% no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        height: 250px;
    }

    .set li:nth-child(2) {
        background: url("https://firebasestorage.googleapis.com/v0/b/proactiv-temporarily-demo.appspot.com/o/images%2Fset2.jpg?alt=media") 50% 50% no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .set li:nth-child(3) {
        background: url("https://firebasestorage.googleapis.com/v0/b/proactiv-temporarily-demo.appspot.com/o/images%2Fset3.jpg?alt=media") 50% 50% no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .set li:nth-child(4) {
        background: url("https://firebasestorage.googleapis.com/v0/b/proactiv-temporarily-demo.appspot.com/o/images%2Fset4.jpg?alt=media") 50% 50% no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .set li:nth-child(even) {
        margin-left: 2%;
    }

    .set li:hover .box {
        opacity: 1;
    }

    .box {
        width: 100%;
        height: 100%;
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        padding: 15px 40px;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .box1 {
        display: none;
        width: 100%;
        height: 100%;
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        padding: 15px 40px;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .box h2 {
        font-size: 24px;
        margin: 0 auto 10px;
        text-align: center;
        color: #fff;
    }

    .box h2 span {
        font-size: 14px;
        margin: 0 10px;
    }

    .box p {
        font-size: 14px;
        font-weight: lighter;
        margin: 3px auto;
    }

    .img-responsive {
        max-width: 100%;
        margin: 0 auto;
    }

    .header {
        height: 100px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /*slider*/

    .slider {
        width: 100%;
        margin: 20px auto 0;
    }

    .slick-slide {
        margin: 0px auto;
        background-color: #000;
    }

    .slick-slide img {
        width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
        color: black;
    }


    .slick-slide img {
        transition: all ease-in-out .3s;
        opacity: .7;
    }

    .slick-current img {
        opacity: 1;
    }

    .slider_cont {
        position: relative;
    }

    .slider_cont .txt {
        position: absolute;
        z-index: 99;
        color: #fff;
        width: 100%;
        height: 28px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 24px;
        text-align: center;
    }

    .slider_cont .txt h5 {
        display: none;
    }

    .slick-current .txt {
        color: #000;
        position: relative;
        background-color: #fff;
        height: inherit;
        height: 200px;
    }

    .slick-current .txt h2 {
        padding: 20px 0 10px;
    }

    .slick-current .txt h5 {
        display: block;
        text-align: left;
        padding: 0 10px;
    }

    h2 {
        font-size: 24px;
        text-align: center;
        margin: 0;
        line-height: 31px;
    }

    h5 {
        font-size: 13px;
        margin: 0 auto 10px;
    }
    /*slider end*/

    .LINK {
        padding: 0;
        margin: 20px -5px;
        list-style: none;
        overflow: hidden;
    }

    .LINK li {
        width: 16.6666666%;
        float: left;
        text-align: center;
        padding: 0 5px;
        position: relative;
    }

    .LINK li a {
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        background-color: #d7006d;
        position: relative;
    }

    .LINK li a img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .LINK li:nth-child(2) a {
        background-color: #400090;
        /*background-color: #181818;
        opacity: 0.15;*/
    }

    .LINK li:nth-child(3) a {
        background-color: #fff;
        border: solid 1px #ccc;
    }

    .LINK li:nth-child(4) a {
        background-color: #fff;
        border: solid 1px #ccc;
        opacity: 0.4;
    }

    .LINK li:nth-child(5) a {
        background-color: #3f599e;
    }

    .LINK li:nth-child(6) a {
        background-image: linear-gradient(0deg, #E09B3D 0%, #C74C4D 30%, #C21975 60%, #7024C4 99%);
    }

    .footer {
        background-color: #d7eced;
        overflow: hidden;
        font-size: 12px;
        padding: 40px 0;
    }

    .footer h6 {
        font-size: 14px;
        letter-spacing: 1.2em;
        margin: 10px auto;
    }

    .footer .left {
        text-align: center;
    }

    .footer .left,
    .footer .right {
        float: left;
        width: 50%;
    }

    .footer p {
        margin: 5px auto;
    }

    .footer .right .cont {
        overflow: hidden;
    }

    .footer .right .cont div {
        float: left;
        width: 50%;
    }

    iframe {
        height: 400px;
    }
    /* == 手機版型區 =============================== */

    @media screen and (max-width: 767px) {
        .box1 h2 span {
            font-size: 14px;
            margin: 0 5px;
        }
        iframe {
            height: 250px;
        }
        .youtube,
        .banner_b,
        .LINK {
            margin-left: 15px;
            margin-right: 15px;
        }
        .box1 {
            display: block;
        }
        .set li:hover .box {
            opacity: 0;
        }
        .wrap {
            width: 100%;
        }
        .header {
            height: 60px;
        }
        .banner {
            background: url(https://firebasestorage.googleapis.com/v0/b/proactiv-temporarily-demo.appspot.com/o/images%2Fbanner.jpg?alt=media) 55% 50% no-repeat;
            height: 260px;
            -webkit-background-size: cover;
            background-size: cover;
        }
        .banner h2 {
            font-size: 22px;
            margin-top: 0;
            line-height: inherit;
        }
        .banner .content {
            width: 100%;
            padding-left: 0;
            max-width: 270px;
            margin: 0 auto;
        }
        .btn00 {
            margin: 10px auto;
            text-shadow: none;
            font-size: 18px;
        }
        .modal-dialog {
            width: auto;
        }
        .modal-body {
            padding: 0 15px;
        }
        .slick-current span {
            display: block;
        }
        .slider_cont .txt {
            color: #000;
            position: relative;
            background-color: #fff;
            height: inherit;
        }

        .slider_cont .txt h2 {
            padding: 20px 0 10px;
        }

        .slider_cont .txt h5 {
            display: block;
        }
        .slick-slide img {
            opacity: 1;
        }
        .LINK li {
            width: 33.33%;
        }

        h5 {
            width: 90%;
        }
        .set li {
            width: 92%;
            margin: 2% 4%;
            position: relative;
        }
        .set li:nth-child(even) {
            margin-left: 4%;
        }

        .box1 {
            padding: 10px;
            /*max-width: 490px;*/
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            margin: auto;
        }
        .box1 h2 {
            font-size: 18px;
        }
        .box1 p {
            font-size: 12px;
            margin: 5px auto;
        }
        .footer {
            padding: 20px;
            text-align: center;
        }
        .footer .left,
        .footer .right {
            float: none;
            width: 100%;
        }
    }
    /* == 平板版型區 =============================== */

    @media screen and (min-width: 768px) and (max-width: 1000px) {
        .wrap {
            width: 100%;
        }
        .box {
            padding: 10px;
        }
        .box h2 {
            font-size: 18px;
        }
        .box p {
            font-size: 12px;
            margin: 2px auto;
        }
        .banner .content {
            width: 45%;
            padding-left: 85px;
        }
        .banner h2 {
            font-size: 24px;
            margin-top: 0;
        }
    }
    /* == 小螢幕版型區 =============================== */

    @media screen and (min-width: 1000px) and (max-width: 1200px) {}