@charset "utf-8";











/* CSS Document */

body {
    background: #fff;
    margin: 0;
    padding: 0;
    font-family: Microsoft JhengHei, Arial, sans-serif, "微軟正黑體";
    color: #fff;
    text-decoration: none;
}


header {
    position: absolute;
    width: 100%;
    height: 80px;
    background: #000;
    z-index: 999;
}



a {
    color: #fff;
    text-decoration: none;
}


img {
    border: 0px
}






/* menuBar */

.logo-hp {
    width: 49px;
    height: 49px;
    margin: 17px;
    float: left;
}



.btn-fb-share {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 25px;
    right: 180px;
    background: url(../images/fb-icon.png) 0 0 no-repeat;
    transition: 0.2s;
}


.btn-fb-share:hover {
    background: url(../images/fb-icon-hover.png) 0 0 no-repeat;
}





.logo-01 {
    width: 136px;
    height: 30px;
    top: 25px;
    right: 25px;
    position: absolute;
    background: url(../images/01-logo.png) 0 0 no-repeat;
    background-size: contain;
    float: right;
}

.clear_both {
    clear: both;
}







/* kv */

.kv-area {
    width: 100%;
    height: auto;
    background: #eee;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
}


.kv-area .arrow {
    position: absolute;
    width: 40px;
    top: 50%;
    left: 2%;
    z-index: 3;
    cursor: pointer;
}

.kv-area .arrow.next-arrow {
    position: absolute;
    top: 50%;
    right: 2%;
    left: inherit;
    transform: scaleX(-1);
}





.kv-bg {
    width: 100%;
    height: auto;
    margin: 65px auto;
}

.kv-img img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    object-fit: cover;
    height: auto;
}

.kv-bg-mobile {
    display: none;
    margin-top: 80px;
}

.arrow-mobile {
    display: none !important;
}

.main-title-bar {
    width: 100%;
    height: 100px;
    background: #0978ac;
}


.main-title {
    max-width: 1050px;
    width: 100%;
    height: 100px;
    margin: 0 auto;
    padding-top: 25px;
    font-size: 32px;
    font-weight: bold;
    position: relative;
}

.main-title p {
    margin: 0;
    width: calc(100% - 256px);
    float: left;
}


.btn-go {
    width: 256px;
    height: 51px;
    display: inline-block;
    background: url(../images/btn-go.png) top center no-repeat;
    cursor: pointer;
    -webkit-background-size: cover;
    background-size: cover;
    float: left;
}







/* editor */

.article-area {
    width: 100%;
    height: auto;
    background: #152038;
    background: -moz-linear-gradient(top, #152038 0%, #040811 50%, #152038 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #152038 0%, #040811 50%, #152038 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #152038 0%, #040811 50%, #152038 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#152038', endColorstr='#152038', GradientType=0);
    /* IE6-9 */
    overflow: hidden;
}




.editor1-content {
    width: 100%;
    max-width: 1050px;
    height: 450px;
    margin: 60px auto;
    padding: 10px;
    background: url(../images/editor-bg.png) top center no-repeat;
    box-sizing: border-box;
}

.editor1-content .content-wide {
    float: left;
}

.editor1-content .content-narrow {
    float: right;
}



.content-wide {
    width: 50%;
    height: auto;
    float: left;
    position: relative;
    margin: 40px 30px 20px 30px;
}

.content-wide img {
    border-radius: 10px;
}


.content-narrow {
    width: 35%;
    height: auto;
    margin: 40px 50px 20px 40px;
    float: left;
}


.editor-title {
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    margin: 20px 0;
}


.editor-name {
    width: 100%;
    border-top: 1px #049cdc solid;
    margin: 40px 0;
    padding-top: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #049cdc;
}



.a-hover {
    width: 0px;
    height: 0px;
    background: #049cdc;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.2s;
    z-index: 999;
}


.plus {
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 999;
}



.editor1-content:hover .a-hover {
    width: 60px;
    height: 60px;
    opacity: 0.8;
    border-radius: 10px;
}

.editor1-content:hover .plus {
    opacity: 1;
}


.editor2-content:hover .a-hover {
    width: 60px;
    height: 60px;
    opacity: 0.8;
    border-radius: 10px;
}

.editor2-content:hover .plus {
    opacity: 1;
}






/* article */

.article-content {
    width: 100%;
    max-width: 1050px;
    height: auto;
    margin: 30px auto;
}

.article-content.opposite .article-warp {
    float: left;
}

.article-content.opposite .content-wide {
    float: right;
}

.content-product {
    width: 50%;
    height: auto;
    float: left;
    position: relative;
    margin: 40px 40px 40px 0px;
}


.product-title {
    width: 100%;
    font-size: 36px;
    font-weight: bold;
    padding: 0px 70px;
    margin-bottom: 40px;
    background: url(../images/product-title-bg.png) top left no-repeat;
    box-sizing: inline-block;
}

.article-warp {
    width: 42%;
    height: auto;
    margin-top: 50px;
    float: left;
}




.netizen-box {
    width: 200px;
    height: 200px;
    margin: 0 20px 20px 0;
    float: left;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.netizen-box.right {
    margin: 0 0 20px 0;
}


.a1 {
    background: url(../images/a1.jpg) no-repeat;
    background-size: cover;
}

.a2 {
    background: url(../images/a2.jpg) no-repeat;
    background-size: cover;
}

.a3 {
    background: url(../images/a3.jpg) no-repeat;
    background-size: cover;
}

.a4 {
    background: url(../images/a4.jpg) no-repeat;
    background-size: cover;
}

.a5 {
    background: url(../images/a5.jpg) no-repeat;
    background-size: cover;
}


.a6 {
    background: url(../images/a6.jpg) no-repeat;
    background-size: cover;
}

.a7 {
    background: url(../images/a7.jpg) no-repeat;
    background-size: cover;
}

.a8 {
    background: url(../images/a8.jpg) no-repeat;
    background-size: cover;
}

.a9 {
    background: url(../images/a9.jpg) no-repeat;
    background-size: cover;
}

.a10 {
    background: url(../images/a10.jpg) no-repeat;
    background-size: cover;
}

.a11 {
    background: url(../images/a11.jpg) no-repeat;
    background-size: cover;
}

.a12 {
    background: url(../images/a12.jpg) no-repeat;
    background-size: cover;
}


.a13 {
    background: url(../images/a13.jpg) no-repeat;
    background-size: cover;
}

.a14 {
    background: url(../images/a14.jpg) no-repeat;
    background-size: cover;
}


.a15 {
    background: url(../images/a15.jpg) no-repeat;
    background-size: cover;
}

.a16 {
    background: url(../images/a16.jpg) no-repeat;
    background-size: cover;
}

.a17 {
    background: url(../images/a17.jpg) no-repeat;
    background-size: cover;
}

.a18 {
    background: url(../images/a18.jpg) no-repeat;
    background-size: cover;
}

.a19 {
    background: url(../images/a19.jpg) no-repeat;
    background-size: cover;
}


.a20 {
    background: url(../images/a20.jpg) no-repeat;
    background-size: cover;
}



.blue-box {
    position: absolute;
    top: 170px;
    width: 200px;
    height: 200px;
    background: rgba(4, 156, 220, 0.9);
    transition: 0.3s ease-out;
}


.a-title {
    position: absolute;
    width: 180px;
    height: auto;
    top: 40px;
    left: 15px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px;
}

.netizen-id {
    position: absolute;
    width: 180px;
    left: 15px;
    top: 6px;
    padding-bottom: 10px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
}


.text-s {
    font-size: 12px;
    font-weight: 300;
}


.netizen-box:hover .blue-box {
    top: 0px;
}




/*editor2*/

.editor2-content-bg {
    width: 100%;
    max-width: 1050px;
    height: 855px;
    margin: 60px auto;
    background: url(../images/editor-bg2.png) top center no-repeat;
}


.editor2-content {
    width: 100%;
    max-width: 1050px;
    height: 380px;
    margin: 20px auto;
    padding: 10px;
}

.editor2-content.opposite .content-wide {
    float: left;
}

.editor2-content.opposite .content-narrow {
    float: right;
    margin: 40px 60px 40px 10px;
}


.copyright {
    font-size: 14px;
    text-align: center;
    margin: 20px auto;
}



#gotop {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #000;
    cursor: pointer;
    display: none;
    text-align: center;
    line-height: 20px;
    background-color: #049cdc;
    font-weight: bold;
}



.float-animation {
    -webkit-animation: float 2s ease-in-out infinite;
    animation: float 2s ease-in-out infinite;
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translate(0%, -10%);
        transform: translate(0%, -10%);
    }
    50% {
        -webkit-transform: translate(0%, 10%);
        transform: translate(0%, 10%);
    }
    100% {
        -webkit-transform: translate(0%, -10%);
        transform: translate(0%, -10%);
    }
}

@keyframes float {
    0% {
        -webkit-transform: translate(0%, -10%);
        transform: translate(0%, -10%);
    }
    50% {
        -webkit-transform: translate(0%, 10%);
        transform: translate(0%, 10%);
    }
    100% {
        -webkit-transform: translate(0%, -10%);
        transform: translate(0%, -10%);
    }
}


@media screen and (max-width: 1024px) {
    .editor1-content {
        background: url(../images/editor-bg-m-short.png) top center no-repeat;
        background-size: cover;
    }

    .editor2-content-bg {
        background: url(../images/editor-bg-m.png) top center no-repeat;
        background-size: cover;
    }
}


@media screen and (max-width: 768px) {
    .kv-bg {
        display: none;
    }

    .kv-bg-mobile {
        display: block;
    }

    .arrow-mobile {
        display: inline !important;
    }

    .arrow-pc {
        display: none !important;
    }

    .logo-hp {
        display: none;
    }

    .btn-fb-share {
        left: 25px;
    }

    .main-title-bar {
        height: auto;
    }

    .main-title {
        height: auto;
        text-align: center;
    }

    .main-title p {
        width: 90%;
        margin: 0 auto;
        float: none;
        text-align: left;
        font-size: 20px;
        padding: 0 10%;
        line-height: 1.8;
        box-sizing: border-box;
    }

    .main-title span {
        width: 200px;
        height: 40px;
        margin: 20px auto;
        float: none;
    }

    .editor1-content {
        margin: 20px auto;
        background: url(../images/editor-bg-m-short.png) top center no-repeat;
        background-size: contain;
        width: 90%;
        height: auto;
        padding-bottom: 15%;
    }

    .editor1-content .content-wide,
    .editor1-content .content-narrow {
        float: none;
    }

    .editor1-content .content-wide {
        width: 80%;
    }

    .editor1-content .content-wide .a-hover,
    .editor1-content .content-wide .plus {
        display: none;
    }

    .content-wide {
        width: 90%;
        margin: 0 auto;
        float: none;
    }

    .content-wide img {
        width: 100%;
    }

    .content-narrow {
        width: 80%;
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .content-narrow img {
        width: 90%;
        height: auto;
    }

    .editor-title {
        text-align: left;
        font-size: 18px;
        line-height: 1.8;
        padding: 0 5%;
        margin: 10px auto;
        box-sizing: border-box;
    }

    .editor-name {
        font-size: 14px;
        text-align: left;
        padding-top: 10px;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .content-product {
        width: 95%;
        margin: 0 auto;
        text-align: center;
        float: none;
    }

    .product-title {
        font-size: 24px;
        padding: 20px 0;
        padding-left: 70px;
        text-align: left;
        box-sizing: border-box;
        margin-bottom: 20px;
    }

    .content-product img {
        width: 90%;
    }

    .article-warp {
        width: 90%;
        margin: 20px auto 50px auto;
        float: none;
    }

    .netizen-box {
        width: 47%;
        height: auto;
        padding-bottom: 47%;
        box-sizing: border-box;
        margin: 0 6% 6% 0;
    }

    .netizen-box.right {
        margin-right: 0;
        margin-bottom: 6%;
    }

    .blue-box {
        position: absolute;
        top: initial;
        bottom: 0;
        width: 100%;
        height: 2rem;
        background: rgba(4, 156, 220, 0.9);
        transition: 0s ease-out;
    }


    .netizen-box:hover .blue-box {
        padding-bottom: 100%;
    }


    .a-title {
        position: absolute;
        width: 90%;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0px;
    }



    .article-content {
        margin: 0 auto;
    }

    .article-content.opposite .article-warp {
        float: none;
    }

    .article-content.opposite .content-wide {
        float: none;
    }

    #gotop {
        display: none !important;
    }

    .editor2-content-bg {
        margin-top: 0;
        width: 90%;
        height: auto;
        background: url(../images/editor-bg-m.png) top center no-repeat;
        background-size: cover;
    }

    .editor2-content {
        height: auto;
        box-sizing: border-box;
        margin: 0 auto;
    }

    .editor2-content.opposite .content-wide,
    .editor2-content.opposite .content-narrow {
        float: none;
        margin: 0 auto;
    }

    .editor2-content .content-narrow {
        width: 90%;
    }

    .editor2-content .content-wide .a-hover,
    .editor2-content .content-wide .plus {
        display: none;
    }
}

@media screen and (max-width: 425px) {
    .editor2-content-bg {
        background-size: contain;
    }
}