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



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






/* menuBar */

.logo-nissan {
    width: 90px;
    height: auto;
    margin: 0px 20px 0 9%;
    float: left;
}


.nav {
    width: auto;
    height: 40px;
    margin-top: 10px;
    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-drive-s {
    width: 105px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 5px;
    padding: 5px;
    background: #c3002f;
    border-radius: 5px;
    transition: 0.1s;
}


.btn-drive-s:hover {
    transform: scale(1.06);
}


.fb-share {
    width: 110px;
    height: 30px;
    margin: 15px 9% 0 0;
    padding: 4px 0 0 36px;
    background: url(../images/btn-fb-share.png) 0 0 no-repeat;
    float: right;
    transition: 0.3s;
    box-sizing: border-box;
    display: block;
}

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


.logo-01 {
    width: 136px;
    height: 30px;
    margin: 15px 20px 0 0;
    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: #c3002f;
    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: 100vh;
    background: #fff;
    position: relative;
    overflow: hidden;
}


.car1 {
    width: 70%;
    height: auto;
    padding-bottom: 56%;
    background: url(../images/car1.jpg) top center no-repeat;
    background-size: contain;
    position: absolute;
    right: -39.5%;
    top: 14%;
    transition: 0.5s ease-out;
}

.car2 {
    width: 70%;
    height: auto;
    padding-bottom: 56%;
    background: url(../images/car2.jpg) top center no-repeat;
    background-size: contain;
    position: absolute;
    left: -18.5%;
    top: 14%;
    transition: 0.5s ease-out;
}


.kv-content {
    width: 30%;
    height: auto;
    position: absolute;
    right: 25%;
    top: 22%;
    text-align: center;
}

.kv-title {
    width: 100%;
    height: auto;
    color: #000;
    font-size: 3vmin;
    letter-spacing: 7px;
}

.kv-text {
    width: 100%;
    height: auto;
    margin-top: 3%;
    color: #000;
    font-size: 1.75vh;
    letter-spacing: 4px;
    line-height: 5vh;
}


.font-arail{
	font-family:Arial;
}


.kv-btn {
    width: 35%;
    height: auto;
    padding-bottom: 18%;
    margin: 5% auto;
    background: url(../images/btn-drive.png) top center no-repeat;
    background-size: contain;
    transition: 0.15s ease-out;
}


.kv-btn:hover {
    transform: scale(1.06);
}

.title-bigger-tiida {
    width: 79%;
    height: auto;
    background-size: contain;
    position: absolute;
    right: 10%;
    bottom: 13%;
}

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





/*.kv1.active .phone1 {
    top: 80px;
}


.kv2.active .phone2 {
    top: 30px;
}
*/


/* 文章區 */

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


.a1 {
    width: 42.7%;
    height: 50vh;
    margin-left: 6.5%;
    background: url(../images/a1.jpg) bottom center no-repeat;
    background-size: contain;
    float: left;
    transition: 0.2s;
}

.a2 {
    width: 42.7%;
    height: 50vh;
    margin-right: 6.5%;
    background: url(../images/a2.jpg) top center no-repeat;
    background-size: contain;
    float: right;
    transition: 0.2s;
}


.a3 {
    width: 42.7%;
    height: 50vh;
    margin-left: 5%;
    background: url(../images/a3.jpg) bottom center no-repeat;
    background-size: contain;
    float: left;
    transition: 0.2s;
}


.a4 {
    width: 42.7%;
    height: 50vh;
    margin-right: 8%;
    background: url(../images/a4.jpg) top center no-repeat;
    background-size: contain;
    float: right;
    transition: 0.2s;
}



.a1:hover {
    background: url(../images/a1-hover.jpg) bottom center no-repeat;
    background-size: contain;
}

.a2:hover {
    background: url(../images/a2-hover.jpg) top center no-repeat;
    background-size: contain;
}

.a3:hover {
    background: url(../images/a3-hover.jpg) bottom center no-repeat;
    background-size: contain;
}

.a4:hover {
    background: url(../images/a4-hover.jpg) top center no-repeat;
    background-size: contain;
}



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




/* 特色 */

.safety-area {
    width: 100%;
    height: 100vh;
    background: #fff;
    position: relative;
    overflow: hidden;
}


.big-safety {
    width: 34.5%;
    height: auto;
    padding-bottom: 19%;
    background: url(../images/title-big-safety.png) top center no-repeat;
    background-size: contain;
    position: absolute;
    left: 10%;
    top: 10%;
}



.car3 {
    width: 40%;
    height: auto;
    padding-bottom: 63%;
    background: url(../images/car3.jpg) top center no-repeat;
    background-size: contain;
    position: absolute;
    right: 19.5%;
    top: 35%;
}


.car4 {
    width: 26%;
    height: auto;
    padding-bottom: 34%;
    background: url(../images/car4.png) top center no-repeat;
    background-size: contain;
    position: absolute;
    left: 19.5%;
    top: 35%;
}


.safety1 {
    width: 26.5%;
    height: auto;
    background: url(../images/arrow01.png) top right no-repeat;
    background-size: 30%;
    position: absolute;
    left: 10%;
    top: 65%;
}


.safety2 {
    width: 26.5%;
    height: auto;
    background: url(../images/arrow02.png) top left no-repeat;
    background-size: 30%;
    position: absolute;
    right: 10%;
    top: 8%;
}


.safety-box {
    width: 62%;
    border: 1px solid #00a0e9;
    padding: 4%;
    margin: 15% 0;
    background: #fff;
    float: left;
    cursor: crosshair;
}

.safety-box.right {
    float: right;
}



.safety-title {
    border-bottom: 1px solid #00a0e9;
    padding-bottom: 4%;
    color: #00a0e9;
    font-size: 3.5vh;
    font-weight: bolder;
}

.safety-arrow {
    color: #00a0e9;
    font-size: 2vh;
}



.safety-text {
    padding-top: 4%;
    color: #00a0e9;
    font-size: 2vh;
    font-weight: bolder;
    line-height: 3vh;
    display: none;
}


.safety-text ul {
    list-style-type: none;
    padding: 0;
}

.safety-text ul li span{
    width: 20%;
    display: inline-block;
}

.safety-text ul li span.text-light{
    width: 60%;
    display: inline-block;
}

ul {
    margin: 0;
    padding: 0;
}

.text-bolder {
    width: 25%;
}


.text-light {
    font-weight: normal;
    padding-left: 7%;
}


.safety-box:hover {
    margin: 6% 0;
}


.safety-box:hover .safety-text {
    display: block;
}

.safety-box.right:hover .safety-text {
    display: block;
}

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

/* video */


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

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

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



#gotop {
    width: 70px;
    height: 70px;
    position: fixed;
    bottom: 2%;
    right: 2%;
    background: url(../images/btn-top.png) no-repeat 0 0;
    background-size: contain;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: 0.5s;
}

#gotop.show {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}

.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:1440px) {

    .logo-nissan {
        width: 75px;
        margin: 0px 20px 0 3%;
    }

    .fb-share {
        margin: 15px 3% 0 0;
    }


    .car1 {
        right: -41%;
    }

    .car2 {
        left: -21%;
    }

    .kv-btn {
        width: 43%;
    }

    .btn-magic-start,
    .btn-big-safety,
    .btn-play-video {
        width: 70px;
        height: 70px;
        bottom: 1.5%;
    }
}


/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
/* Portrait */


@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {

    .car1 {
        width: 90%;
        right: -55%;
        top: 50%;
    }

    .car2 {
        width: 90%;
        left: -35%;
        top: 50%;
    }

    .kv-content {
        width: 90%;
        right: 5%;
        top: 17%;
    }

    .kv-title {
        letter-spacing: 3px;
        font-size: 4vh;
    }

    .kv-text {
        font-size: 2.2vh;
        letter-spacing: 3px;
        line-height: 5vh;
    }

    .kv-btn {
        width: 40%;
    }


    .title-bigger-tiida {
        width: 90%;
        right: 5%;
    }

    .article-area {
        width: 100%;
        height: auto;
        padding-bottom: 5%;
    }

    .a1,
    .a2,
    .a3,
    .a4 {
        height: 20vh;
    }


    .safety-area {
        height: 50vh;
    }


    .big-safety {
        left: 5%;
        top: 5%;
    }



    .car3 {
        width: 50%;
        right: 8%;
        top: 35%;
    }


    .car4 {
        width: 40%;
        left: 10%;
        top: 25%;
    }


    .safety1 {
        width: 40%;
		top:60%;
		left:5%;
    }


    .safety2 {
        width: 40%;
        top:2%;
		right:5%;
    }


    .safety-box {
        margin: 6% 0;
    }

    .safety-title {
        font-size: 28px;
    }

    .safety-text {
        font-size: 16px;
        line-height: 26px;
        display: block;
    }

    .video-area {
        height: auto;
    }


    .video-container iframe,
    .video-container object,
    .video-container embed {
        left: 0;
        transform: translate(0, 0);
        width: 100%;
        height: 100%;
    }

}


/* ---------------------- */





@media screen and (max-width:800px) {

    .car1 {
        width: 90%;
        right: -55%;
        top: 50%;
    }

    .car2 {
        width: 90%;
        left: -35%;
        top: 50%;
    }

    .kv-content {
        width: 90%;
        right: 5%;
        top: 17%;
    }

    .kv-title {
        letter-spacing: 3px;
        font-size: 3vh;
    }

    .kv-text {
        font-size: 2.2vh;
        letter-spacing: 3px;
        line-height: 5vh;
    }

    .kv-btn {
        width: 40%;
    }



    .title-bigger-tiida {
        width: 90%;
        right: 5%;
        bottom: 15%;
    }

    .article-area {
        width: 100%;
        height: auto;
    }

    .a1,
    .a2,
    .a3,
    .a4 {
        height: 20vh;
    }


    
    .safety-area {
        height: 125vh;
    }


    .big-safety {
        width: 70%;
        height: auto;
        left: 5%;
        top: 3%;
    }



    .car3 {
        width: 65%;
        right: 5%;
        top: 45%;
    }


    .car4 {
        width: 50%;
        left: 5%;
        top: 34%;
    }




    .safety1 {
        width: 65%;
        background: url(../images/arrow02.png) center left no-repeat;
        background-size: 30%;
        left: 28%;
        top: 10%;
    }


    .safety2 {
        width: 65%;
        background: url(../images/arrow01.png) top right no-repeat;
        background-size: 30%;
        right: 28%;
        top: 71%;
    }


    .safety-box {
        float: right;
    }

    .safety-box.right {
        float: left;
    }

    .safety-title {
        font-size: 28px;
    }

    .safety-text {
        font-size: 20px;
        line-height: 3vh;
        display: block;
    }

    .video-area {
        height: auto;
    }


    .video-container iframe,
    .video-container object,
    .video-container embed {
        left: 0;
        transform: translate(0, 0);
        width: 100%;
        height: 100%;
    }
}



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

	.logo-nissan {
    width: 60px;
    margin: 0px 20px 0 3%;
    }

	.nav {
        display: none;
    }

    .logo-01 {
        display: none;
    }

    .fb-share{
        display: none;
    }

    .menu-buger{
        display: block;
    }


    .kv-btn {
        width: 46%;
    }

    .article-area {
        height: auto;
    }

    .a1 {
        width: 100%;
        height: auto;
        padding-bottom: 50%;
        background: url(../images/a1.jpg) top center no-repeat;
        background-size: contain;
        margin-top: 4%;
        margin-left: -4.5%;
    }

    .a2 {
        width: 100%;
        height: auto;
        padding-bottom: 50%;
        margin-top: 2%;
        margin-right: -4.5%;
    }


    .a3 {
        width: 100%;
        height: auto;
        padding-bottom: 50%;
        background: url(../images/a3.jpg) top center no-repeat;
        background-size: contain;
        margin-top: 2%;
        margin-left: -4.5%;
    }


    .a4 {
        width: 100%;
        height: auto;
        padding-bottom: 50%;
        margin-top: 2%;
        margin-right: -4.5%;
        margin-bottom: 10%;
    }

    .car3 {
        width: 65%;
        right: 5%;
        top: 46%;
    }


    .car4 {
        width: 50%;
        left: 5%;
        top: 37%;
    }


    .safety1 {
        width: 85%;
        left: 10%;
        top: 10%;
    }


    .safety2 {
        width: 85%;
        right: 10%;
        top: 65%;
    }


    .safety-title {
        font-size: 20px;
    }

    .safety-text {
        font-size: 14px;
        line-height: 20px;
        display: block;
    }

    #gotop {
        width: 50px;
        height:50px;
    }
}


@media screen and (max-width:320px) {

    .safety-text {
        font-size: 12px;
        line-height: 18px;

    }

}




@media only screen 
  and (max-device-width: 1367px) 
  and (min-device-height: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {

  	.kv-area {
    height: 70vh;
	}

	.kv-title {
    font-size: 24px;
    letter-spacing: 4px;
	}

	.kv-text {
    font-size: 16px;
    letter-spacing: 3px;
    line-height:30px;
	}

	.article-area {
    height: 70vh;
    }

    .a1,
    .a2,
    .a3,
    .a4 {
        height: 35vh;
    }

    .safety-area {
    height: 70vh;
    }

    .safety1 {
    width: 30%;
	top:62%;
	left:10%;
    }


    .safety2 {
    width: 30%;
    top:5%;
	right:10%;
    }

    .safety-box {
    margin: 6% 0;
    }

    .safety-title {
    font-size: 28px;
    }

    .safety-text {
    font-size: 16px;
    line-height: 26px;
    display: block;
    }

    .video-area {
    height: auto;
    }


    .video-container iframe,
    .video-container object,
    .video-container embed {
        left: 0;
        transform: translate(0, 0);
        width: 100%;
        height: 100%;
    }


}

/* ipad */
@media only screen 
  and (max-device-width: 1024px) 
  and (max-device-height: 768px) 
  and (orientation: landscape) {

    .car1 {
        top:16%;
        right: -45%;
    }

    .car2 {
        top:16%;
        left: -25%;
    }

    .kv-area {
    height: 70vh;
    }

    .kv-title {
    font-size: 22px;
    letter-spacing: 4px;
    }

    .kv-text {
    font-size: 14px;
    letter-spacing: 3px;
    line-height:30px;
    }

    .article-area {
    height: 70vh;
    }

    .a1,
    .a2,
    .a3,
    .a4 {
        height: 35vh;
    }

    .safety-area {
    height: 70vh;
    }

    .safety1 {
    width: 30%;
    top:62%;
    left:10%;
    }


    .safety2 {
    width: 30%;
    top:5%;
    right:10%;
    }

    .safety-box {
    margin: 6% 0;
    }

    .safety-title {
    font-size: 22px;
    }

    .safety-text {
    font-size: 14px;
    line-height: 20px;
    display: block;
    }

    .video-area {
    height: auto;
    }


    .video-container iframe,
    .video-container object,
    .video-container embed {
        left: 0;
        transform: translate(0, 0);
        width: 100%;
        height: 100%;
    }
}