@charset "utf-8";
/* CSS Document */
*{
	box-sizing:border-box;
}
html,body{
	-webkit-text-size-adjust:none;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, 微軟正黑體, sans-serif;

}
header {
    width: 100%;
    height: auto;
    position: relative;
}
video{
    margin-bottom: -5px;
}
.video-container{

position:relative;

padding-bottom:56.25%;

padding-top:30px;height:0;overflow:hidden;

}

 

.video-container iframe,

.video-container object,

.video-container embed{

position:absolute;

top:0;

left:0;

width:100%;

height:100%;

}
.logo {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    background-color: #161616;
    text-align: center;
}
.mobile_top,#XX{
    display: none;
}
.logo img {
    width: 15%;
}
#NAV{
    width: 100%;
    height: 100px;
    margin: 0 auto;
    background-color: #FFF;
    text-align: center;
}

#NAV #XX{
    display:none;
}

#NAV ul{
    max-width: 1440px;
    height: 100px;
    margin: 0 auto;
    text-align: center;
}

#NAV li{
    float: left;
}


nav{
    width: 100%;
    height: auto;
    background-color: #fff;
    text-align: center;
}
nav a{
    background-image: url(../images/nav.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 173px;
    height: 47px;
    display: inline-block;
    font-size: 1.2em;
    line-height: 53px;
    margin: 25px 15px;
}
a{
	color: #fff;
	text-decoration: none;
}
a:hover{
	color: #ffffff;
}
.fb{
    background-position: -173px;
}
.video{
    background-position: -346px;
}
.push{
    background-position: -519px;
}
.line{
    background-position: -692px;
}
.ig{
    background-position: -865px;
}
.watch{
    background-position: -1038px;
}

.vision , .vision img{
    width: 100%;
    line-height: 0;
}
.vision_mobile{
    display: none;
}

.app_bn,.fb_bn,.push_bn{    
    width: 100%;
    height: 300px;
    text-align: center;
    line-height: 190px;
    position: relative;
}
.padding56{
    padding-top: 56px;
}
.app_bn{
    background: url(../images/app_bg.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 100%;
}
.fb_bn{
    background: url(../images/fb_bg.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 100%;
}
.video_bn{
    background: url(../images/video_bg.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 100%;
    height: 660px;
}
.bn_word_box{
    position: relative;
    width: 100%;
    height: 20%;
    padding-top: 3%;
    margin-bottom: 3%;
}
.push_bn{
    background: url(../images/push_bg.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 100%;
}
.bn_word_box .bn_word{
    height: 50%;
}
.bn_word{
    position: absolute;
    width: 100%;
    height: 100%;
}
.first_h32{
    color: #fff;
    text-align: center;
    line-height: 1.5em;
    font-size: 1.2em;
    border: 3px solid #fff;
    width: 20%;
    padding: 1% 0;
    margin: 0 auto;
    position: relative;
    top: 50%;
    margin-top: -1%;
}
.first_img2 img{
    width: 3%;
    position: absolute;
    top: 50%;
    margin-top: -5%;
    left: 50%;
    margin-left: -1.5%;
}
.first_h3{
    color: #fff;
    text-align: center;
    line-height: 1.5em;
    font-size: 1.2em;
    border: 3px solid #fff;
    width: 20%;
    padding: 15px 55px;
    height: 60px;
    margin: 0 auto;
    position: absolute;
    top: 23%;
    left: 40%;
    opacity: 0;
}
.first_img{
    text-align: center;
}
.first_img img{
    width: 3%;
}

/*-------animate----------*/
@-webkit-keyframes fadeIn { 
    from { opacity:0; } to {opacity: 1;} 
}
@-moz-keyframes fadeIn { 
    from { opacity:0; } to {opacity: 1;} 
}
@keyframes fadeIn { 
    from { opacity:0; } to {opacity: 1;} 
}
.animate{
    -moz-transition: 2s ease-in-out;
    -webkit-transition: 2s ease-in-out;
    transition: 2s ease-in-out;

    -moz-animation: fadeIn ease-in 1;
    -webkit-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;

    -webkit-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}
#app_icon.animate,#app_icon2.animate,#app_icon3.animate{
    -webkit-transform: translate(0,2em);
    -moz-transform: translate(0,2em);
    transform: translate(0,2em);
}

#app_words.animate,#app_words2.animate,#app_words3.animate{
    -webkit-transform: translate(0,4em);
    -moz-transform: translate(0,4em);
    transform: translate(0,4em);
}

/*-------animate----------*/

.appCon,.fbCon{
    width: 100%;
    height: auto;
    display: flex;
    justify-content:space-around;
    padding: 0 10%;
}
.appCon p{
    height: 80px;
}
.app_setn,.app_ent{
    width: 45%;
    height:auto;
    background-color: #eaeaea;
    text-align: center;
    padding: 1% 0 2% 0;
}
.app_setn img:first-child,.app_ent img:first-child{
    width: 25%;
    height: auto;
    display: block;
    margin: 9% auto 4% auto;
}
.app_setn img,.app_ent img{
    width: 60%;
    height: auto;
    display: block;
    margin: 0 auto 3% auto;
}

h3:after{
    content: "";
    display: block;
    border-bottom: 2px solid #000;
    width: 10%;
    padding: 2% 0;
    margin: 0 auto;
    margin-bottom: 5%;
}
p{
    padding: 0 8%;
    line-height: 1.6em;
    text-align: center;
    margin-top: 2%;
}
.appLink img{
    width: 70%!important;
    height: auto;
    margin: 6% auto!important;
}
.fb_icon{
    width: 80%;
    height: auto;
    text-align: center;
    margin: 6% auto;
}
.fb_icon img{
    width: 85%!important;
    height: auto;
    padding:1%;
    border-radius: 15%; 
}
.f_setn{
    width: 20%;
    height: 30px;
    display: inline-block;
    margin: 4% 1%;
}
.videoCon{
    position: relative;
    top: 6%;
}
.videoCon h3{
    color: #fff;
    line-height: 2.5em;
    position: relative;
    text-align: center;
}
.videoCon p{
    color: #fff;
}
.videoCon h3:after{
    display: none;
}
.videoCon2{
    width: 80%;
    height: auto;
    margin: 0 auto;
    position: relative;
    top: 10%;
    line-height: 0;
    text-align: center;
}
.videoChannel{
    width: 40%;
    height: auto;
    padding: 1%;
    border: 3px solid #fff;
    background:rgba(0,0,0,0.2);
    display: inline-block;
    margin: 1.5% 2%;
}
.videoChannel img{
    width: 100%;
    height: auto;
}
#section4{
    background-color: #eaeaea;
}
.igWord h3{
    text-align: center;
    line-height: 4em;
}
.lineWord h3{
    text-align: center;
    line-height: 2em;
    padding-top: 2em;
    padding-bottom: 0.5em;
}
#section4 h3{
    text-align: center;
    line-height: 2.5em;
    display: table;
    margin: 0 auto;
    background-color: #c6c6c6;
    color: #3044b5;
    padding: 0 2%;
    font-size: 1.2em;
    margin: 3% auto 0.1% auto;
    border-bottom: 4px solid #3044b5;
}
#section4 h3:after{
    display: none;
}
#section4 .order{
    color: #d20040;
}
.igWord h3:after{
    padding: 0;
    width: 4%;
    margin-bottom: 2%;
}
.lineWord h3:after{
        display: none;
}
#section5 h3:after, #section6 h3:after {
    margin-bottom: 5%;
    width: 15%;
}
.lineWord span{
    display: inline-block;
    font-size: 1.4em;
    background-color: #3044b5;
    color: #fff;
    padding: 2px 8px;
    margin-left: 6px;
    margin-top: 6px;
}
.setn_step{
    display: flex;
    justify-content:space-around;
    flex-wrap: wrap;
    width: 55%;
    height: auto;
    margin: 0 auto;
    text-align: left;
}
.point_step{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 75%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
.step {
    width: 45%;
    height: 80px;
    /*background: linear-gradient(90deg,#3e3a39 100px,#3044b5 20px);*/
    margin: 4% 2%;
    display: flex;
}
.step_a {
    width: 30%;
    height: 80px;
    background-color: #3e3a39;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    line-height: 80px;
}
.step_b {
    width: 70%;
    height: 80px;
    background-color: #3044b5;
    line-height: 80px;
    text-align: center;
}
.point_step .step{
    width: 28%;
    height: 80px;
}
.step span{
    border: 3px solid #fff;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    display: inline-block;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    line-height: 60px;    
}
.point_step .step span{
    border: 3px solid #fff;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    display: inline-block;
    color: #fff;
    line-height: 60px;
}
.step h4{
    display: inline-block;
    color: #fff;
    vertical-align: baseline;
    
}
.point_step .step h4{
    display: inline-block;
    color: #fff;
    vertical-align: baseline;
}
.push_setn{
    text-align: center;
    border-bottom: 1px solid #b2b2b2;
}
.push_point{
    text-align: center;
}
.push_setn img{
    width: 60%;
    height: auto;
    margin: 1% auto 2% auto;
}
.push_point img{
    width: 50%;
    height: auto;
    margin: 1% auto 2% auto;
}
.lineTitle,.igTitle{
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 5%;
    line-height: 0;
}
.lineTitle img,.igTitle img{
    width: 15%;
    height: auto;
}
.lineCon{
    text-align: center;
    background-color: #3aae36;
}
.igCon{
    text-align: center;
    background-color: #e74346;
    padding-bottom: 2%;
}
.lineCon img{
    width: 50%;
    height: auto;
    margin: 2% auto 4% auto;
}
.igCon img{
    display: block;
    width: 40%;
    height: auto;
    margin: 2% auto;
}
.lineWord,.igWord{
    width: 25%;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 2%;
}

footer{
	background-color: #333333;
	color: #ffffff;
	text-align: center;
	height: 55px;
    line-height: 60px;
}
#gotop {
    display: none;
    cursor: pointer;
    position: fixed;
    right: 15px;
    bottom: 20px;
    width: 68px;
    height: 68px;
    z-index: 100;
    background-image: url(../images/gotop.png);
    background-repeat: no-repeat;
}
#section7{
    background: url(../images/watch_bg.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 100%;
}
.watch_box{
    width: 80%;
    height: auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-bottom: 5%;
}
.watch_title{
    text-align: center;
    width: 50%;
    margin: 0 auto;
}
.watch_title img{
    width: 100%;
}
.watch_con{
    width: 20%;
    height: auto;
    margin: 2%;
}
.watch_con img{
    width: 100%;
    height: auto;
}
.watch_con span{
    display: block;
    text-align: center;
    margin: 5% auto;
    font-size: 1.2em;
    background-color: #e83014;
    line-height: 2em;
    border-bottom: 5px solid #fff;
    color: #fff;
    padding-top: 5px;
}

@media (max-width: 1024px) {

    .first_h3 {
        width: 30%;
        top: 20%;
        left: 35%;
    }
    .app_bn, .fb_bn, .push_bn {
        line-height: 160px
    }
    .fb_icon {
        width: 80%;
        margin: 10% auto;
    }
    .setn_step {
        width: 65%;
    }
    .point_step {
        width: 95%;
    }
    .lineTitle img, .igTitle img {
        width: 20%;
        height: auto;
    }
    .lineCon img {
        width: 65%;
    }
    nav a{
        font-size: 0.9em;
        width: 115px;
    }
    .watch_title {
        width: 55%;
    }
}

@media (max-width: 768px) {
    video{
        display: none;
    }
    .vision {
        padding-top: 56px;
    }
       .mobile_top{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        padding: 8px 0;
        position: fixed;
        z-index: 9999;
        background-color: #000;
    }
    .mobile_logo{
        width: 60%;
        height: 40px;
        line-height: 60px;
        padding-left: 10px;
    }

    #TOP-MENU{
        width:10%;
        height:auto;
    }

    #TOP-MENU #BTN{ /* 製作手機版 右上角的按鈕 */
        width:60px;
        height:40px;
        background-image:url(../images/btn.png);
        right:5px;
        top:15px;
        text-indent:-9999px;
    }
    .logo {
        display: none;
    }
    #NAV{
        position:fixed; /* position 可以讓 div 跳脫原本在 HTML 內的位置 */
        top:0;
        z-index:888;
        overflow-y: scroll;
        
        width:100%; /* 寬高 100% 整個蓋住 */
        height:100%;
        background-color: rgba(255,255,255,0.7);
        
        display:none; /* 把主選單先關掉 */
    }

    #NAV ul{
        width: 55%;
        height: 55%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 21px;
        margin: auto;
    }

    #NAV li{
        width:100%;
        float:none;
    }

    #NAV li a{
        display:block;
        width:100%;
        line-height:50px;
        text-align:center;
        text-decoration:none;
        background-color:#000;
        border:1px solid #333;
        color:#FFF;
        margin: 20px 15px; 
    }

    #NAV li a:hover{
        border:1px solid #CCC;
    }

    #NAV #XX{           /*選單之內右上角的 X 按鈕*/
        display: block;
        width: 30px;
        height: 30px;
        background-color: #2b2b2b;
        border-radius: 50%;
        text-align: center;
        line-height: 35px;
        position: absolute;
        right: -30px;
        top: -15px;
        color: #fff;
        font-weight: normal;
    }
    .app_bn, .fb_bn{
        height: 250px;
    }
    .bn_word_box {
        padding-top: 8%;
    }
    .app_setn, .app_ent {
        width: 49%;
        padding: 2% 0 6% 0;
    }
    .app_setn img, .app_ent img {
        width: 60%;
    }
    .appCon, .fbCon {
        justify-content: space-between;
        padding: 0;
    }
    .fb_bn{
        line-height: 90px;
    }
    .first_h3 {
        width: 40%;
        top: 8%;
        left: 30%;
    }
    .videoCon {
        top: 11%;
    }
    .videoCon h3 {
        height: 50px;
    }
    .videoCon h3:after {
        padding: 1.8% 0;
    }
    .videoCon2 {
        width: 95%;
        top: 13%;
    }
    .push_bn {
        height: 250px;
        line-height: 100px;
    }
    .videoChannel {
        width: 45%;
    }
    .lineWord, .igWord {
        width: 45%;
    }
    .igWord h3:after {
        width: 11%;
    }
    p {
        line-height: 2.6em;
        padding: 0 2%;
    }
    footer{
        font-size: 0.8em;
        letter-spacing: 1px;
    }
    #gotop {
        bottom: 50px;
    }
    .setn_step {
        width: 80%;
    }
    .step {
        margin: 2% 1%;
    }
    .step_a {
        width: 35%;
    }
    .point_step .step {
        width: 40%;
    }
    .watch_title {
        width: 65%;
    }
}


@media (max-width: 668px) {
    
    footer {
        font-size: 0.8em;
        line-height: 1.5em;
        height: auto;
        padding: 5%;
    }
}


@media (max-width: 568px) {

    .point_step .step {
        width: 45%;
    }
    .watch_con {
        width: 25%;
    }
}

@media (max-width: 414px) {
    video{
        padding-top: 56px;
    }
    #TOP-MENU {
        width: 15%;
    }
    .vision{
        display: none;
    }
    .vision_mobile{
        display: block;
        padding-top: 56px;
        line-height: 0;
    }
    .vision_mobile img{
        width: 100%;
    }
    #section1, #section2, #section3, #section4, #section5, #section6 {
        padding-top: 56px;
        margin-top: -56px;
    }
    .app_bn, .fb_bn,.push_bn {
        height: 185px;
    }
    .first_h32 {
        width: 70%;
    }
    .first_img2 img {
        width: 8%;
        top: 35%;
        margin-left: -4%;
    }
    .appCon, .fbCon {
        display: block;
    }
    .app_setn, .app_ent {
        width: 100%;
        border-bottom: 1px solid #fff;
    }
    p {
        line-height: 2em;
        padding: 0 2%;
    }
    .fb_bn {
        line-height: 70px;
        background-position: 63% 23%;
    }
    .app_bn{
        background-position: 63% 23%;
    }
    .first_h3 {
        width: 75%;
        top: 5%;
        left: 12%;
    }
    .first_img img {
        width: 8%;
    }
    .fb_icon {
        width: 90%;
    }
    .videoChannel {
        width: 90%;
        margin: 2% 0;
    }
    .video_bn {
        height: 690px;
    }
    .video_bn .first_h3 {
        top: 3%;
    }
    .videoCon h3:after {
        padding: 3.5% 0;
        width: 10%;
    }
    .push_bn {
        background-position: 63% 50%;
        line-height: 80px;
    }
    #section4 h3:after, .lineWord h3:after, .igWord h3:after {
        padding: 0;
        width: 10%;
        margin-bottom: 3%;
    }

    .setn_step,.point_step {
        display: block;
        width: 80%;
    }
    .step,.point_step .step,.push_setn img,.push_point img{
        width: 100%;
    }

    .lineTitle img, .igTitle img {
        width: 45%;
    }
    .lineWord, .igWord {
        width: 70%;
    }
    .lineWord h3 {
        padding-top: 1em;
    }
    .lineCon img {
        width: 90%;
        margin: 4% auto 10% auto;
    }
    .igCon img {
        width: 90%;
        margin: 4% auto 6% auto;
    }
    #gotop {
        display: none;
        cursor: pointer;
        position: fixed;
        right: -2px;
        bottom: 33px;
        width: 60px;
        height: 60px;
        z-index: 100;
        background-image: url(../images/gotop.png);
        background-repeat: no-repeat;
    }
    .bn_word_box {
        height: 12%;
    }
    .f_setn {
        width: 30%;
    }
    .app_setn img, .app_ent img {
        width: 80%;
    }
    .watch_con {
        width: 40%;
    }
    .watch_con span {
        font-size: 1em;
    }
    .watch_title {
        width: 95%;
    }
}

@media (max-width: 320px) {
    .logo {
        width: 55%;
    }
    #TOP-MENU {
        width: 18%;
    }

    .lineWord, .igWord {
        width: 80%;
    }

}




