@charset "utf-8";

/* Color Chart
   Green: #009668;
*/

/*--------------------------------------- universal (全部頁面使用)------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Barlow:300,400,700&display=swap');

body              { margin: 0; background: #fff; color: #000; font-size: 16px;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    font-family: 'Barlow', 'Noto Sans TC', 'Noto Sans', 'Helvetica Neue', 'Helvetica', 'Microsoft JhengHei', 'PingFangTC-Light', 'STHeiti Light', 'Hiragino Sans GB', sans-serif;
                  }
a,
a:link,
a:visited, 
a:active, 
a:hover           { text-decoration: none; blr:expression(this.onFocus=this.blur()); cursor: pointer;}

a                 { outline: none; /* for Firefox Chrome */ behavior:expression(this.onFocus=this.blur()); /* for IE */} 
a:focus           { -moz-outline-style: none; outline: none; } /* for Firefox Chrome */

select, 
input, 
button, 
textarea          { font-family: 'Barlow', 'Noto Sans TC', 'Noto Sans', 'Helvetica Neue', 'Helvetica', 'Microsoft JhengHei', 'PingFangTC-Light', 'STHeiti Light', 'Hiragino Sans GB', sans-serif;}
button:focus, 
input:focus, 
select:focus, 
textarea:focus    { outline: none;}

p{
    line-height: 1.5em;
}

body.noscroll{
    overflow: hidden;
}
.clear:after{
    content: '';
    clear: both;
    display: block;
}

/*
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-track-piece {
    background: #999; 
}
::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0,0,0,0.2); 
    background: #f5f5f5; 
}
::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.5); 
    border-radius: 10px;
    background: #555; 
}
::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,0.7); 
    background: #666; 
}
*/
::selection {
  color: #f5f5f5;
  background: #8a53c6;
}




.content{
}

.footer{
    position: relative;
    background: #fff;
}
.side-tools .up{
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    display: block;
    background: rgba(50,50,50,0.5) url(../img/arrow-3.png) center no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.2s;
    z-index: 2;
}
.side-tools .up:hover{
    background-color: rgba(50,50,50,0.6);
}


.footer-content{
    padding: 20px;
    text-align: center;
    color: #fff;
}
.footer-content .logo{
}
.footer-content .logo img{
    width: 150px;
    display: inline-block;
    margin: 10px 20px;
}
.footer-content .credit{
    display: inline-block;
}




@media screen and (max-width: 767px) {
.side-tools .up{
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    background-size: 40%;
}
.side-tools .up:hover{
    background-color: rgba(0,0,0,0.3);
}
.footer-content .logo img{
    width: 100px;
}
}




section .title h2{
    text-align: center;
    padding: 0 20px;
    font-size: 2.5em;
    font-weight: lighter;
    text-transform: uppercase;
    margin: 15px 0;
}
section .title p{
    text-align: center;
    padding: 0 20px;
    font-size: 1.1em;
    margin: 15px 0;
}
@media screen and (max-width: 767px) {
section .title h2{
    font-size: 2em;
}
}
@media screen and (max-width: 480px) {
section .title h2{
    font-size: 1.5em;
}
section .title p{
    font-size: 1em;
}
}

/* ---------------------------------banner-------------------------------------- */

.section-banner{
    background: #4026a5 url(../img/banner.jpg) center top no-repeat;
    overflow: hidden;
    height: 700px;
    position: relative;
}
.section-banner::before {
    content: '';
    display: block;
    width: 100vw;
    height: 150px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: none;
    background-image: linear-gradient(-4deg, #ffffff 50%, transparent 50.6%);
}


.section-banner .headline{
    width: 600px;
    color: #fff;
    margin-left: calc( (100vw - 1200px) * 0.5 );
    margin-top: 150px;
}
.section-banner .headline h1{
    font-weight: bold;
    font-size: 3.5em;
    margin: 0;
    text-transform: uppercase;
}
.section-banner .headline h2{
    font-weight: normal;
    font-size: 2.3em;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
.section-banner .headline p{
    font-size: 1.3em;
    margin: 0;
}
.section-banner .headline .logo{
    margin-top: 100px;
}
.section-banner .headline .logo img{
    width: 150px;
    display: inline-block;
    margin-right: 20px;
}

@media screen and (min-width: 1300px) {
.section-banner{
    background-image: url(../img/banner-wide.jpg);
}
}
@media screen and (max-width: 1280px) {
.section-banner .headline{
    width: auto;
    margin-left: 60px;
    margin-top: 150px;
    padding-right: 20px;
}
}
@media screen and (max-width: 767px) {
.section-banner{
    background-image: url(../img/banner-mobile.jpg);
    background-position: center 65%;
}
.section-banner::before {
    height: 60px;
    background-image: linear-gradient(-4deg, #ffffff 50%, transparent 51.2%);
}

.section-banner .headline{
    margin-top: 50px;
    font-size: 0.75em;
}
.section-banner .headline .logo{
    margin-top: 40px;
}
.section-banner .headline .logo img{
    width: 100px;
}
}
@media screen and (max-width: 480px) {
.section-banner{
    background-size: 150% auto;
    background-position: center bottom;
    background-color: #9154d5;
    height: 600px;
}
.section-banner .headline{
    font-size: 0.6em;
}
}



/* ---------------------------------intro-------------------------------------- */

.section-intro{
    background: #fff;
    overflow: hidden;
    position: relative;
    padding-bottom: 150px;
    padding-top: 50px;
}
.section-intro::before {
    content: '';
    display: block;
    width: 100vw;
    height: 150px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: none;
    background-image: linear-gradient(-4deg, #111111 50%, transparent 50.6%);
}

.section-intro .inner{
    max-width: 1200px;
    margin: 30px auto 0 auto;
    display: flex;
    padding: 0 20px;
    box-sizing: border-box;
    align-items: center;
}

.section-intro .inner .text{
    width: 50%;
    box-sizing: border-box;
    padding-left: 30px;
}
.section-intro .inner .text .logo{
    margin-top: 30px;
    max-width: 100%;
    display: block;
}

.section-intro .inner .image{
    width: 50%;
}
.section-intro .inner .image img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}


@media screen and (max-width: 767px) {
.section-intro .inner{
    display: block;
}
.section-intro .inner .text{
    width: 100%;
    padding-left: 0px;
}
.section-intro .inner .image{
    width: 100%;
}
}








/* ---------------------------------apps-------------------------------------- */

.section-apps{
    background: #111;
    overflow: hidden;
    position: relative;
    padding-bottom: 150px;
    padding-top: 50px;
    color: #fff;
}
.section-apps::before {
    content: '';
    display: block;
    width: 100vw;
    height: 150px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: none;
    background-image: linear-gradient(-4deg, #3e1dab 50%, transparent 50.6%);
}
.section-apps .video{
    margin-top: 50px;
    padding: 0 20px;
    text-align: center;
}

.section-apps .video a{
    opacity: 0.8;
    transition: all 0.2s;
    display: inline-block;
    cursor: default;
}
.section-apps .video a:hover{
    /*opacity: 1;*/
}
.section-apps .video img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.section-apps .list{
    max-width: 1000px;
    margin: 80px auto 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    align-items: center;
    text-align: center;
}
.section-apps .list h3{
    font-weight: normal;
    font-size: 1.8em;
    text-transform: uppercase;
}
.section-apps .list ul{
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
}
.section-apps .list ul li{
    width: 25%;
    margin: 0 20px 20px 20px;
}
.section-apps .list h4{
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;
    margin-bottom: 5px;
}


@media screen and (max-width: 767px) {
.section-apps .list{
    margin-top: 40px;
}
.section-apps .list h3{
    font-size: 1.4em;
}
.section-apps .list ul li{
    width: 40%;
}
}

@media screen and (max-width: 550px) {
.section-apps .list ul li{
    width: 100%;
    margin: 0 0 10px 0;
}
.section-apps .list p{
    margin-top: 5px;
}
}



/* ---------------------------------tools-------------------------------------- */

.section-tools{
    background: #3e1dab;
    overflow: hidden;
    position: relative;
    padding-bottom: 150px;
    padding-top: 50px;
    color: #fff;
}
.section-tools::before {
    content: '';
    display: block;
    width: 100vw;
    height: 150px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: none;
    background-image: linear-gradient(-4deg, #ffffff 50%, transparent 50.6%);
}
.section-tools .list{
    max-width: 1200px;
    margin: 80px auto 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    align-items: center;
    text-align: center;
}
.section-tools .list ul{
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
}
.section-tools .list ul li{
    width: 33.33%;
    box-sizing: border-box;
    padding: 0 20px;
}
.section-tools .list ul img{
    width: 70px;
    display: block;
    margin: 0 auto;
}
.section-tools .list h4{
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.section-tools > p{
    padding: 0 20px;
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: center;
}

@media screen and (max-width: 650px) {
.section-tools .list ul li{
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
}
}







/* ---------------------------------products-------------------------------------- */

.section-products{
    background: #fff;
    overflow: hidden;
    position: relative;
    padding-bottom: 100px;
    padding-top: 50px;
}
.section-products .star img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.section-products .list{
    max-width: 1000px;
    margin: 30px auto 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    align-items: center;
    text-align: center;
}
.section-products .list h3{
    font-weight: normal;
    font-size: 1.6em;
    text-transform: uppercase;
    margin: 0;
    color: #76b900;
    text-align: center;
    font-weight: bold;
}
.section-products .list p{
    text-align: center;
    max-width: 600px;
    margin: 20px auto;
}
.section-products .list ul{
    display: flex;
    list-style-type: none;
    margin: 30px 0 0 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
}
.section-products .list ul li{
    width: 50%;
    box-sizing: border-box;
    padding: 0 20px;
}
.section-products .list ul img{
    width: 200px;
    max-width: 100%;
    display: block;
    margin: 0 auto 10px auto;
}
.section-products .list ul h4{
    font-weight: normal;
    font-size: 1.2em;
    text-transform: uppercase;
    margin: 0;
    color: #76b900;
}
.section-products .list ul a{
    background: #76b900;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    display: inline-block;
    font-size: 1.1em;
    text-transform: uppercase;
    transition: all 0.2s;
}
.section-products .list ul a:hover{
    background: #3e1dab;
}

@media screen and (max-width: 480px) {
.section-products{
    padding-bottom: 0px;
}
.section-products .list ul li{
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
}
}






/* ---------------------------------instructions-------------------------------------- */

.section-instructions{
    background: #111;
    overflow: hidden;
    position: relative;
    padding-top: 100px;
}
.section-instructions .title{
    color: #76b900;
}
.section-instructions .list{
    max-width: 1100px;
    margin: 30px auto 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    align-items: center;
    text-align: center;
    color: #fff;
}
.section-instructions .note{
    text-align: center;
    margin: 20px auto;
    padding: 0 20px;
    color: #888;
    font-size: 0.9em;
}
.section-instructions .list ul{
    display: flex;
    list-style-type: none;
    margin: 30px 0 0 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
}
.section-instructions .list ul li{
    width: 25%;
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 20px;
}
.section-instructions .list ul li a{
    color: #76b900;
    text-decoration: underline;
    transition: all 0.2s;
}
.section-instructions .list ul li a:hover{
    color: #a767f3;
}
.section-instructions .list ul li h3 span{
    border: 3px solid #76b900;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    font-size: 2em;
    display: block;
    margin: 0 auto;
}
.section-instructions .list ul li .share{
    text-decoration: underline;
    color: #fff;
}
.section-instructions .list ul li .hashtag{
    color: #76b900;
}


.section-instructions .list ul li.final{
    width: 80%;
    box-sizing: border-box;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-instructions .list ul li.final h3{
}
.section-instructions .list ul li.final p{
    font-size: 1.6em;
    text-align: left;
}
.section-instructions .list ul li.final h3 span{
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}


@media screen and (max-width: 1023px) {
.section-instructions .list ul li:not(.final){
    width: 33.33%;
}
.section-instructions .list ul li.final{
    width: 100%;
}
}
@media screen and (max-width: 767px) {
.section-instructions .list ul li:not(.final){
    width: 50%;
    padding: 0 10px;
}
.section-instructions .list ul li.final p{
    font-size: 1.2em;
}
}









/* ---------------------------------retail-------------------------------------- */

.section-retail{
    background: #111;
    overflow: hidden;
    position: relative;
    padding-bottom: 100px;
    padding-top: 100px;
}
.section-retail .title{
    color: #76b900;
    max-width: 1150px;
    margin: 0 auto;
    padding-top: 50px;
    border-top: 1px solid #aaa;
}
.section-retail .list{
    max-width: 1200px;    
    margin: 30px auto 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex-wrap: nowrap;
}
.section-retail .list h3{
    border-bottom: 1px solid #555;
    padding-bottom: 10px;
    font-weight: bold;
}
.section-retail .list h4{
    font-weight: bold;
    margin: 0;
    color: #76b900;
}
.section-retail .list .group-wrapper{
    display: flex;
}
.section-retail .list .group-wrapper .group{
    margin-right: 20px;
}
.section-retail .list > ul{
    width: 30%;
    list-style-type: none;
    padding: 0 10px;
    box-sizing: border-box;
}
.section-retail .list > ul.na{
    width: 15%;
}
.section-retail .list > ul li{
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 5px;
}
.section-retail .list ul ul{
    list-style-type: none;
    margin: 0 0 30px 0;
    padding: 0;
}
.section-retail .list ul li a{
    color: #fff;
    transition: all 0.2s;
}
.section-retail .list ul li a:hover{
    color: #a767f3;
}


@media screen and (max-width: 1024px) {
.section-retail .list .group-wrapper{
    display: block;
}
.section-retail .list .group-wrapper .group{
    margin-right: 0px;
}
}
@media screen and (max-width: 767px) {
.section-retail .list{
    flex-wrap: wrap;
}
.section-retail .list > ul{
    width: 50%;
}
.section-retail .list > ul.na{
    width: 50%;
}
}
