@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: 65px;
    background: #fff;
    z-index: 999;
}



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


img {
  border: 0px
}











/* menuBar */

.logo-toyota {
    width: 160px;
    height: auto;
    margin: 17px;
    float: left;
}


.nav {
    width: auto;
    height: 40px;
    margin-top: 12px;
    padding: 0px 20px;
    text-align: center;
    font-size: 16px;
    float: left;
    letter-spacing: 1px;
    position: relative;
    transition: 0.2s;
    border-left: 1px solid #b1b1b1;
}

.nav-arrow {
    width: 10px;
    height: 10px;
    display: block;
    vertical-align: middle;
    font-size: 10px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -5px;
    transition: 0.2s ease-out;
}


.nav:hover .nav-arrow {
    bottom: 4px;
    color: #c3002f;
}

.btn-fb-share {
    width: 105px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    text-align: bottom;
    top: 5px;
    padding: 5px;
    background: #c3002f;
    border-radius: 20px;
    transition: 0.1s;
}


.btn-fb-share:hover {
    background: #000;
}





.logo-01 {
    width: 123px;
    height: 26px;
    margin: 15px;
    background: url(../images/logo-01.png) 0 0 no-repeat;
    background-size: contain;
    float: right;
}

.clear_both {
    clear: both;
}







/*m*/

.menu-buger {
    width: 35px;
    height: 35px;
    margin: 16px 3% 0 0;
    background: url(../images/buger.png) 0 0 no-repeat;
    background-size: contain;
    float: right;
    display: none;
}


.menu-m {
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    z-index: 9999;

    display: none;
}


.close {
    width: 30px;
    height: 30px;
    background: url(../images/close.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 15px;
    right: 15px;
}


.menu-m .menu-list {
    width: 75%;
    margin: 0 auto;
    list-style-type: none;
    padding: 0;
    margin-top: 15%;
}

.menu-m .menu-list .menu-item {
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    border-bottom: 2px solid #fff;
    padding: 8%;
    letter-spacing: 3px;
}

.menu-m .menu-list .menu-item img {
    width: 60%;
}

.menu-m .menu-list .menu-item:last-of-type {
    border-bottom: 0;
}








/* 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-title {
    position: absolute;
    width:37%;
    height: auto; 
    z-index: 9999;
    top:15%; 
    left: 60%;
    transform: translate(-50%, 0);
}
*/

.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;
}

.btn-go {
    width: 100px;
    height: 100px;
    background: url(../images/btn-go.png) top center no-repeat;
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translate(-50%, 0);
    cursor: pointer;
    -webkit-background-size: cover;
    background-size: cover;
}








/* 文章區 */

.article-area {
    width: 100%;
    height: auto;
    background: #eeeeee;
    position: relative;
    overflow: hidden;
}


.article-title {
    width: 80%;
    height: auto;
    margin: 0 auto;
}

.title {
    width: 30%;
    height: auto;
    display: block;
    margin: auto;
}

.article-warp {
    width: 80%;
    height: auto;
    margin: 0 auto 20px;
}


.article-box {
    width: 47%;
    margin: 1.5% 1% 0 1%;
    height: auto;
    display: inline-block;
    position: relative;
}

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


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



.article-box:hover .a-hover {
    width: 50px;
    height: 50px;
    opacity: 0.7;
}

.article-box:hover .plus {
    opacity: 1;
}




.btn-editor {
    width: 100px;
    height: 100px;
    background: url(../images/btn-editor.png) top center no-repeat;
    position: absolute;
    left: 50%;
    bottom: 3%;
    transform: translate(-50%, 0);
    cursor: pointer;
    -webkit-background-size: cover;
    background-size: cover;
}



.editor-area {
    width: 100%;
    height: auto;
    background: #333;
    position: relative;
    overflow: hidden;
}


.btn-more {
    width: 100px;
    height: 100px;
    background: url(../images/btn-more.png) top center no-repeat;
    position: absolute;
    left: 50%;
    bottom: 3%;
    transform: translate(-50%, 0);
    cursor: pointer;
    -webkit-background-size: cover;
    background-size: cover;
}









/* video */

.video-area {
    width: 100%;
    height: auto;
    background: #000;
    position: relative;
    overflow: hidden;
}

.video-container {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
    margin: 0 auto;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 80%;
    height: 35%;
    display: block;
}

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

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

.video-container .slick-slide {
    padding-bottom: 45%;
}


.video-container .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #cf001b;
}

.video-container .slick-dots {
    bottom: 15px;
}


#gotop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #cf001b;
    cursor: pointer;
    display: none;
    text-align: center;
    line-height: 20px;
}



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

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

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




@media screen and (max-width: 1280px) {
    .btn-go {
        width: 70px;
        height: 70px;
        bottom: 5%;
    }

    .btn-editor {
        width: 70px;
        height: 70px;
    }

    .btn-more {
        width: 70px;
        height: 70px;
    }

    .article-box:hover .a-hover {
        width: 40px;
        height: 40px;
        opacity: 0.7;
    }
}



@media screen and (max-width: 800px) {
.nav {
    padding: 0px 15px;
}










@media screen and (max-width: 640px) {
    html,
    body {
        height: 100%;
    }


    .nav {
        display: none;
    }

    .logo-01 {
        display: none;
    }

    .fb-share {
        display: none;
    }

    .menu-buger {
        display: block;
    }



    .article-warp {
        width: 90%;
        margin: 0 auto 50px;
    }

    .article-box {
        width: 100%;
        margin: 2% 1% 0 1%;
    }

    .title {
        width: 80%;
    }

    .btn-go {
        width: 40px;
        height: 40px;
        bottom: 5%;
    }

    .btn-editor {
        width: 40px;
        height: 40px;
        bottom: 1%;
    }

    .btn-more {
        width: 40px;
        height: 40px;
        bottom: 1%;
    }

    #gotop {
        bottom: 5px;
        right: 5px;
    }

    .kv-area .arrow {
    width: 30px;
}

.video-area .arrow {
    top:40%;
    width: 30px;
}


.video-area .arrow.next-arrow {
    top: 40%;
}

}