@charset "utf-8";

/* CSS Document */

@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);
body {
    background: #15191d;
    margin: 0;
    padding: 0;
    font-family: Microsoft JhengHei, Arial, Helvetica, sans-serif, "微軟正黑體";
    font-weight: bold;
}

header {
    position: relative;
    width: 100%;
    height: 55px;
    background-color: #15191d;
    border-bottom: 1px solid #FFF;
    z-index: 999;
}


/* logoBar */

.logoBar {
    width: 1000px;
    height: 55px;
    margin: 0 auto;
}

.nbLogo {
    width: 148px;
    height: 55px;
    margin-left: 3%;
    background: url(../images/nbLogo.png) 0 0 no-repeat;
    float: left;
}

.m1Logo {
    width: 130px;
    height: 55px;
    margin-right: 3%;
    background: url(../images/01Logo.png) 0 0 no-repeat;
    float: right;
}

.nav {
    width: auto;
    height: 20px;
    margin-top: 23px;
    margin-left: 2%;
    text-align: center;
    color: #FFF;
    font-size: 15px;
    float: left;
    text-decoration: none;
    transition: 0.4s;
}

.nav:hover {
    color: #7da947;
}

.arrow {
    width: 16px;
    height: 16px;
    background: url(../images/arrow.png) 0 0 no-repeat;
    margin-left: 3px;
    display: inline-block;
    vertical-align: middle;
}

.fb_share {
    width: 73px;
    height: 23px;
    margin-top: 18px;
    margin-right: 12px;
    background: url(../images/fb-share.png) 0 0 no-repeat;
    float: right;
    transition: 0.4s;
}

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

.clear_both {
    clear: both;
}


/* container */

.main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
}


/* KV/Video */

.slide {
    width: 1200px;
    height: 560px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.slide_btn {
    width: 60px;
    height: 30px;
    position: absolute;
    bottom: 10px;
    margin-left: 570px;
    z-index: 3;
    font-size: 0;
    text-align: center;
}

.circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #bcbcbc;
    opacity: 0.5;
    display: inline-block;
    margin:0 6px;
    transition: 0.2s;
    cursor: pointer;
}

.circle.active {
	background-color: #7da947;
	opacity: 1;
}

.slide-arrow{
    width: 66px;
    height: 66px;
    position:absolute;
    cursor: pointer;
    top:247px;
    left:0px;
    z-index: 8;
    opacity: 0.5;
}

.slide-arrow.right
    {left:1134px;}


.slide-arrow.active{
    opacity: 1;
}



.kv {
    width: 1200px;
    height: 560px;
    background: url(../images/kv-bg.png) center no-repeat;
    position: absolute;
    left: 1200px;
    transition: 0.3s ease-out;
}

.kv.active .slogan{
    opacity: 1;
}


.kv.active .people{
    left: 475px;
}

.kv.active .shoe{
    top: 45px;
    opacity: 1;
}



.people {
    width: 445px;
    height: 525px;
    left: 0px;
    top: 40px;
    background: url(../images/people.png) center no-repeat;
    position: absolute;
    transition: 0.3s ease-out 0.2s;
}


.shoe {
    width: 375px;
    height: 540px;
    left: 100px;
    top: 70px;
    opacity: 0.1;
    background: url(../images/shoe.png) center no-repeat;
    position: absolute;
    transition: 0.4s ease-out 0.4s;
}

.slogan{
    width: 615px;
    height: 560px;
    left: 477px;
    opacity: 0.1;
    background: url(../images/kv-text.png) center no-repeat;
    position: absolute;
    transition: 0.3s ease-out 0.4s;
    z-index: 2;

}


.video {
    width: 1200px;
    height: 560px;
    padding-left: 102px;
    position: absolute;
    left: 0;
    transition: 0.3s ease-out;

}

.video iframe {
    position: absolute;
    z-index: 1;
}

.play_img {
    width: 1200px;
    height: 560px;
    background: url(../images/vedio-bg.jpg) center no-repeat;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    left:0;
}

.play {
    width: 120px;
    height: 120px;
    margin-top: 220px;
    margin-left: 540px;
    position: absolute;
    background: url(../images/play.png) center no-repeat;
    transition: 0.4s;
}

.play:hover {
    background: url(../images/play-hover.png) center no-repeat;
}


/* 贈品區 */

.promotion-bar {
    width: 100%;
    height: 265px;
    background: #7da947;
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
}

.promotion {
    width: 1200px;
    height: 265px;
    margin: 0 auto;
    background: url(../images/promotion.png) 0 0 no-repeat;
    position: relative;
}

.social_media {
    width: 155px;
    height: 50px;
    left: 910px;
    top: 0;
    background: url(../images/link-bg.png) 0 0 no-repeat;
    position: absolute;
}

.icons {
    width: 30px;
    height: 30px;
    margin-top: 2px;
}

.fb {
    background: url(../images/fb.png) 0 0 no-repeat;
    position: absolute;
    left: 25px;

}

.youtube {
    background: url(../images/youtube.png) 0 0 no-repeat;
    position: absolute;
    left: 68px;
}

.ig {
    background: url(../images/ig.png) 0 0 no-repeat;
    position: absolute;
    left: 112px
}

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

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

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




/* 文章區 */

.article-area {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.article {
    width: 50%;
    height: 340px;
    float: left;
    position: relative;
}

.article img {
    opacity: 0.4;
    border: 0px;
}

.more {
    margin-top: 150px;
    margin-left: 35px;
    position: absolute;
    color: #15191d;
    font-size: 26px;
    font-family: 'Noto Sans TC', serif;
    /*font-family: 'Microsoft JhengHei', serif \9;*/
    font-weight: 700;
    z-index: 2;
}

.a1-btn {
    width: 455px;
    height: 240px;
    top: 52px;
    background: url(../images/a1.png) 0 0 no-repeat;
    position: absolute;
    z-index: 1;
}

.a2-btn {
    width: 455px;
    height: 240px;
    top: 52px;
    background: url(../images/a2.png) 0 0 no-repeat;
    position: absolute;
    z-index: 1;
}



}
