@charset "utf-8";




/* CSS Document */

body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans TC', sans-serif;
    text-decoration: none;
    background-color: #fff;
    letter-spacing: 2px;
}


a {
    color: #fff;
}

img {
    border: 0px
}





/* menuBar */

.logo-dyson {
    width: 76px;
    height: 29px;
    position: absolute;
    z-index: 999;
    left: 25px;
    top: 25px;
}


.menu {
    width: 155px;
    height: 26px;
    position: absolute;
    z-index: 999;
    right: 25px;
    top: 25px;
}


.fb-share {
    width: 25px;
    height: 25px;
    position: relative;
    float: right;
    margin-right: 15px;
    background: url(../images/btn-fb-share.png) no-repeat;
    transition: 0.2s;
}


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

.logo-01 {
    width: 115px;
    height: 26px;
    position: relative;
    float: right;
}




.clear_both {
    clear: both;
}





/* kv */

.kv-area {
    width: 100%;
    height: 780px;
    position: relative;
    background: url(../images/kv-bg.jpg) no-repeat top center;
    background-color: #fbf7f7;
}



.kv-title {
    width: 480px;
    height: 180px;
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: -240px;
    font-size: 36px;
    color: #000;
    text-align: center;
    font-weight: 300;
}

.kv-title-blue{
    font-size: 44px;
    color: #7ecef3;
    font-weight: 500;
    letter-spacing: 0px;
}


.start {
    width: 200px;
    height: 45px;
    border: solid 1px #000;
    border-radius: 50px;
    margin: 20px auto;
    box-sizing: border-box; 
    cursor: pointer;
    font-size:28px;
    font-weight: 500;
    letter-spacing: 5px;
    color: #000;
    line-height: 1;
}


.middle-align{
    line-height: 45px;
    display: inline-block;
    vertical-align: middle;   
}

.nav-bar{
    width: 100%;
    height: 55px;
    max-width: 1100px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.nav{
    width: 235px;
    height: 50px;
    font-size: 26px;
    font-weight: 400;
    color: #000;
    line-height: 55px;
    padding-left: 30px;
    background: url(../images/btn-bg.png) no-repeat left center;
    display: inline-block;
    cursor: pointer;
}


.nav-arrow{
    transform: translateY(0px);
    margin-left:10px;
    transition: 0.3s;
}

.nav:hover .nav-arrow{
    transform: translateY(7px);
}


.btn-buy{
    width: 200px;
    height:40px;
    background: #7ecef3;
    border-radius: 40px;
    float: right;
    margin-top:8px; 
    color: #fff;
    font-size: 26px;
    text-align: center;
    display: inline-block;
    transition: 0.3s;
    position: relative;
}

.arrow-white{
    position:absolute;
    top:13px;
    right: 18px;
    transition: 0.3s;
}


.btn-buy:hover{
    background: #59c2f3;
}

.btn-buy:hover .arrow-white{
    right: 13px;
}


.container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: url(../images/content-bg.jpg) repeat-y top center;
}



/*KOL*/

.kol-area {
    width:1100px;
    height: auto;
    margin: 0 auto;
    position: relative;
}


.main-title {
    width: 100%;
    height: auto;
    margin: 60px auto 40px;
    background: url(../images/title-bg.png) no-repeat center;
    text-align: center;
    font-size: 40px;
}

.main-title img{
    transform: translateY(5px);
    margin-left:10px;
}

.text-blue{
    color: #7ecef3;
}



.kol-box {
    width: 320px;
    height: 370px;
    margin-right: 70px;
    display: inline-block;
    float: left;
    margin-left: 35%;

}

.kol-box.right{
    margin-right:0; 
}

.kol-img{
    width: 320px;
    height: 320px;
    position: relative;
    border-radius: 160px;
}

.kol-name{
    width: 100%;
    height: auto;
    font-size: 24px;
    color: #000;
    text-align: center;
    margin-top:20px;
    letter-spacing: 1px;
    font-weight: 400;

}


.kol-hover{
    width: 320px;
    height: 320px;
    background: rgba(126,206,243,0.85);
    opacity: 0;
    position: absolute;
    top:0;
    left:0;
    border-radius: 160px;
    transition: 0.3s;

}

.kol-title{
    width: 220px;
    height: auto;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.kol-box:hover .kol-hover{
    opacity: 1;
    transition: 0.2s;
}



.k1 {
    background: url(../images/kol1.jpg) no-repeat;
}

.k2 {
    background: url(../images/kol2.jpg) no-repeat;
}

.k3 {
    background: url(../images/kol3.jpg) no-repeat;
}


/*editor*/

.editor-area {
    width: 1100px;
    height: 400px;
    margin: 70px auto 0;
}


.editor-box{
    width: 530px;
    height: 400px;
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}


.editor-box.left{
    margin-right:40px; 
}


.editor-main-title{
    width: auto;
    height: auto;
    font-size: 28px;
    color: #fff;
    text-align: center;
    padding-bottom:15px;
    position: absolute;
    top:140px;
    right:65px;
    border-bottom: solid 3px  #7ecef3;
    opacity: 1;
    transition: 0.3s;
}

.text-bigger{
    font-size: 40px;
}


.editor-main-title.right{
    right:35px;
    z-index: 999;
}


.editor-hover{
    width: 530px;
    height: 400px;
    background: url(../images/editor-hover.png) no-repeat top right;
    position: absolute;
    top: 0;
    left:530px;
    transition: 0.3s;
}


.editor-box:hover .editor-hover{
    left:0px;
}


.editor-text{
    width: 210px;
    height: auto;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top:120px;
    right:35px;
    letter-spacing: 1px;
}


.editor-name{
    width: 100%;
    font-size: 24px;
    padding-bottom: 15px;
    border-bottom: solid 1px #fff;
    margin-bottom:15px; 
}



.e1 {
    background: url(../images/editor-bg.jpg) no-repeat;
}

.e2 {
    background: url(../images/hp04-bg.jpg) no-repeat;
}


.e1:hover .editor-main-title{
    opacity: 0;

}



/*netizen*/

.netizen-area {
    width: 1100px;
    height: 600px;
    margin: 0 auto;
    position: relative;
    
}


.netizen-box {
    width: 210px;
    height: 210px;
    margin: 0 12px 12px 0;
    float: left;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    

}

.netizen-box.right {
    margin: 0 0 12px 0;
}


.netizen-box.bottom {
    margin: 0 0 100px 0;
}

.a1 {
    background: url(../images/a1.jpg) no-repeat;
}

.a2 {
    background: url(../images/a2.jpg) no-repeat;
}

.a3 {
    background: url(../images/a3.jpg) no-repeat;
}

.a4 {
    background: url(../images/a4.jpg) no-repeat;
}

.a5 {
    background: url(../images/a5.jpg) no-repeat;
}

.a6 {
    background: url(../images/a6.jpg) no-repeat;
}

.a7 {
    background: url(../images/a7.jpg) no-repeat;
}

.a8 {
    background: url(../images/a8.jpg) no-repeat;
}

.a9 {
    background: url(../images/a9.jpg) no-repeat;
}

.a10 {
    background: url(../images/a10.jpg) no-repeat;
}

.a11 {
    background: url(../images/a11.jpg) no-repeat;
}

.a12 {
    background: url(../images/a12.jpg) no-repeat;
}

.a13 {
    background: url(../images/a13.jpg) no-repeat;
}

.a14 {
    background: url(../images/a14.jpg) no-repeat;
}

.a15 {
    background: url(../images/a15.jpg) no-repeat;
}

.a16 {
    background: url(../images/a16.jpg) no-repeat;
}

.a17 {
    background: url(../images/a17.jpg) no-repeat;
}

.a18 {
    background: url(../images/a18.jpg) no-repeat;
}

.a19 {
    background: url(../images/a19.jpg) no-repeat;
}



.blue-box-s {
    position: absolute;
    top:180px;
    width: 210px;
    height: 210px;
    background: rgba(126,206,243,0.95);
    transition: 0.3s ease-out;
}


.a-title {
    position: absolute;
    width: 180px;
    height: auto;
    top: 50px;
    left: 15px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px;
}

.netizen-id {
    position: absolute;
    width: 180px;
    left: 15px;
    top: 5px;
    padding-bottom: 10px;
    border-bottom: 1px #fff solid;
    font-size: 14px;
    letter-spacing: 1px;
}


.text-s{
    font-size: 12px;
    font-weight: 300;
}


.netizen-box:hover .blue-box-s {
    top:0px;
    

}





.netizen-area .arrow {
    position: absolute;
    width: 60px;
    top: 50%;
    left: -7%;
    z-index: 3;
    cursor: pointer;
}

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


.article-slider .slick-dots {
    bottom: -5%;
}

.article-slider .slick-dots li button:before {
    color: gray;
    font-size: 50px
}

.article-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #7ecef3;
}


/*footer*/

.footer {
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 1px;
    background: #000;
    color: #fff;
}



/*gotop*/

#gotop {
    width: 40px;
    height: 35px;
    position: fixed;
    bottom: 50px;
    right: 10px;
    background: url(../images/btn-gotop.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 1.2s ease-in-out infinite;
    animation: float 1.2s ease-in-out infinite;
}

@-webkit-keyframes float {
    0% {
        margin-top: 20px;
    }
    50% {
        margin-top: 30px;
    }
    100% {
        margin-top: 20px;
    }
}

@keyframes float {
    0% {
        margin-top: 20px;
    }
    50% {
        margin-top: 30px;
    }
    100% {
        margin-top: 20px;
    }
}
