﻿@font-face {
  font-family: Samsung;
  src:
  url(../font/SamsungSharpSans-Bold.woff) format("woff"),
  url(../font/SamsungSharpSans-Bold.svg) format("svg"),
  url(../font/SamsungSharpSans-Bold.eot) format("embedded-opentype");  
}

.en {/*Samsung英文字型*/font-family:Samsung !important;}

body {
    font-size: 15px;
    font-family: '微軟正黑體' ,sans-serif;
    word-break: normal;
    letter-spacing: 0.05em;
}

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

.bt {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
    margin-top: 20px;
}

@media (min-width: 799px) {
    button {
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }
}

a[href^=tel] {
    text-decoration: none;
    color: #000;
}

@media (max-width: 799px) {
    a[href^=tel] {
        color: #fff;
    }
}

select::-ms-expand {
    display: none;
}

select:focus::-ms-value {
    background: transparent;
    color: #fff;
}

select option {
    color: #000;
}


/*======================================*
* loading
========================================*/
#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    opacity: 1;
    background-color: #000;
    z-index: 10000;
    text-align: center;
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 50px;
    margin: -25px 0 0 -25px;
    z-index: 100;
    text-align: center;
    font-size: 10px;
}

.cube1, .cube2 {
  background-color: #fff;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}

@keyframes sk-cubemove {
  25% { 
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  } 50% { 
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  } 50.1% { 
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  } 75% { 
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  } 100% { 
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

/*======================================*
* all
========================================*/

.cheerNav {
    position: fixed;
    width:100%;
    height: 60px;
    background-color: #000;
    z-index: 9999;
}

.cheerNav .logo {
    position: absolute;
    top: 17px;
    left: 20px;
    width: 97px;
}

.cheerNav ul {
    position: absolute;
    list-style-type: none;
    height: 60px;
    right: 0px;
    text-align: center;
}

.cheerNav li {
    display: inline-block;
}

.cheerNav ul a {
    color: #fff;
    display: inline;
    margin: 0 10px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    font-size: 15px;
    text-decoration: none;
    -moz-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
}

.cheerNav ul a:hover, .cheerNav ul a.active {
    border-bottom: 6px solid #9e853c;
}

.cheerNav .menu-m, .menu-c {
    display: none;
}

.stopMove {
    overflow: hidden;
}

@media (max-width: 999px) {
    .cheerNav ul {
        float: none;
        position: absolute;
        top: 60px;
        left: 0;
        background: none;
        width: 100%;
        margin: 0;
        z-index: 1;
        padding-bottom: 20px;
    }
    .cheerNav ul a:hover, .heeNav ul a.active {
        border-top: 0;
        color: #faebaf;
    }
    .cheerNav li {
        width: 100%;
        border:0;
    }
    .cheerNav ul a {
        width: 100%;
        display: block;
        color: #fff;
        border: 0;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 18px;
        margin: 0;
    }
    .cheerNav .menu-m {
        width: 50px;
        position: absolute;
        display: block;
        top: 5px;
        right: 5px;
        z-index: 1;
    }

    .cheerNav .menu-c {
        width: 50px;
        position: absolute;
        display: block;
        top: 5px;
        right: 5px;
        z-index: 1;
    }

    .cheerNav .open {
        display: none;
        width: 100%;
        height: auto;
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 998;
        margin-top: 0;
        padding-top: 20px;
        background: rgba(0,0,0,0.9);
    } 
    #cheer .container {
        width: 100%;
    }
    .cheerNav ul a:hover, .cheerNav ul a.active {
        border-bottom: 0;
        color: #e3c672;
    }
}

#cheer .M {
    display: none;
}

#cheer footer {
    background: #000;
    color: #666;
    text-align: center;
    bottom: 0;
    width: 100%;
    font-size: 11px;
    padding: 10px 0;
}

/*======================================*
* index
========================================*/

#cheer #indexpage {
    background-image:url(../img/index-bg.jpg);
    background-repeat:no-repeat;
    width:100%;
    max-width: 2000px;
    background-position:center top;
    margin: 60px auto 0;
    padding: 60px 0;
    text-align: center;
}

#indexpage .index-kv {
    margin: 0px auto;
}

#index-bts {
    background-color: #000;
}

#index-bts ul li {
    float: left;
}

#index-bts ul li img {
    width: 100%;
}



.cheerVideo {
        width: 100%;
        position: relative;
        padding-bottom: 45.45%;
        padding-top: 30px; height: 0; overflow: hidden;
    }
    .cheerVideo iframe,
    .cheerVideo object,
    .cheerVideo embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

.index-bts .index-bt {
    cursor: pointer;
    float: left;
    margin-right: 1px;
    margin-bottom: 1px;
}

.shopGroup h3 {
    font-size: 16px;
    margin-bottom: 10px;
}



.index-ttl {
    background-color: #000;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    position: relative;
}

.bt-order {
    position: absolute;
    right: 10px;
    top: 7px;
    width: 130px;
    cursor: pointer;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 13px solid rgb(0, 0, 0);
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -10px;
}

#indexcus-bts {
    background: #000;
}

#indexcus-bts ul li {
    float: left;
    background: #000;
}

#indexcus-bts ul li:nth-of-type(1) {
    width: 25%
} 
#indexcus-bts ul li:nth-of-type(2) {
    width: 25%
} 
#indexcus-bts ul li:nth-of-type(3) {
    width: 25%
} 
#indexcus-bts ul li:nth-of-type(4) {
    width: 25%
} 
#indexcus-bts ul li:nth-of-type(5) {
    width: 25%
} 
#indexcus-bts ul li:nth-of-type(6) {
    width: 25%
} 
#indexcus-bts ul li:nth-of-type(7) {
    width: 50%
} 

#indexcus-bts ul li img {
    width: 100%;
    cursor: pointer;
}

.indexcolorWrapper {
    margin-top: 20px;
    width: 42%;
    display: inline-block;
    margin-right: 50px;
}

.index-txt {
    width: 50%;
    display: inline-block;
}

.videoWrapper {
    width: 90%;
    display: block;
    margin: 80px auto 0;
}

@media (max-width: 999px) {
    
    #cheer footer {
        padding: 10px;
        position: initial;
    }

    #cheer #indexpage {
        background-size: cover;
        padding:0;
        background-position: center;
    }
    #indexpage .container {
        padding-bottom: 0px;
    }
    .index-bt {
        width: 100%;
    }
    .index-bts {
        margin: 0;
    }

    #indexcus-bts ul li:nth-of-type(1) {
        width: 50%
    } 
    #indexcus-bts ul li:nth-of-type(2) {
        width: 50%
    } 
    #indexcus-bts ul li:nth-of-type(3) {
        width: 50%
    } 
    #indexcus-bts ul li:nth-of-type(4) {
        width: 50%
    } 
    #indexcus-bts ul li:nth-of-type(5) {
        width: 50%
    } 
    #indexcus-bts ul li:nth-of-type(6) {
        width: 50%
    } 
    #indexcus-bts ul li:nth-of-type(7) {
        width: 100%
    } 

    .indexcolorWrapper {
        margin-top: 30px;
        width: 80%;
        margin-right: 0px;
    }
    .index-txt {
        width: 88%;
        display: inline-block;
        margin: 30px 0 20px;
    }
    #index-bts ul li:nth-of-type(1) {
        width: 100%
    } 
    #index-bts ul li:nth-of-type(2) {
        width: 100%
    } 
    #index-bts ul li:nth-of-type(3) {
        width: 100%
    } 
    #index-bts ul li:nth-of-type(4) {
        width: 100%
    } 

    .videoWrapper {
        width: 100%;
        display: block;
        margin: 0px auto 0;
    }
    .bt-order {
        position: relative;
        width: 180px;
        margin: 0 auto 30px;
    }
}


/*======================================*
* cloud
========================================*/

#cheer #cloudpage {
    background-image:url(../img/cloud-bg.jpg);
    background-repeat:no-repeat;
    width:100%;
    max-width: 2000px;
    background-position:center top;
    padding: 60px 0 0;
    margin: 60px auto 0;
}

#cloudpage h1 {
    font-size: 48px;
    font-weight: bold;
    color: #000;
    margin: 0 auto 30px;
    text-align: center;
}

#cloudpage h2 {
    font-size: 21px;
    font-weight: bold;
    color: #007fff;
    text-align: center;
}

.cloudfuncWrapper {
    margin: 60px 0 0 130px;
    width: 84%;
    position: relative;
}

#prd-dots {
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 1;
}

#prd-dots li {
    text-indent: -9999px;
    float: left;
    text-align: center;
    width: 70px;
    height: 70px;
    cursor: pointer;
    margin-right: 15px;
}

#prd-dots li:nth-of-type(1) {
    background: url(../img/cloud-control.png);
    background-position: 0 0;
}

#prd-dots li:nth-of-type(2) {
    background: url(../img/cloud-control.png);
    background-position: -70px 0;
}

#prd-dots li:nth-of-type(3) {
    background: url(../img/cloud-control.png);
    background-position: -140px 0;
}

#prd-dots li:nth-of-type(4) {
    background: url(../img/cloud-control.png);
    background-position: -210px 0;
}

#prd-dots li:nth-of-type(1):hover, #prd-dots li:nth-of-type(1).active {
    background: url(../img/cloud-control.png);
    background-position: 0 70px;
}

#prd-dots li:nth-of-type(2):hover, #prd-dots li:nth-of-type(2).active {
    background: url(../img/cloud-control.png);
    background-position: -70px 70px;
}

#prd-dots li:nth-of-type(3):hover, #prd-dots li:nth-of-type(3).active {
    background: url(../img/cloud-control.png);
    background-position: -140px 70px;
}

#prd-dots li:nth-of-type(4):hover, #prd-dots li:nth-of-type(4).active {
    background: url(../img/cloud-control.png);
    background-position: -210px 70px;
}

@media (max-width: 999px) {
    #cheer #cloudpage {
        background-image:url(../img/m-cloud-bg.jpg);
        background-size: cover;
        padding: 30px 10px 0;
    }
    #cloudpage h1 {
        font-size: 33px;
        line-height: 45px;
        margin: 0 auto 10px;
    }

    #cloudpage h2 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .cloudfuncWrapper {
        margin: 0;
        width: 100%;
        position: relative;
        height: auto;
    }
    #prd-dots {
        position: initial;
        top: initial;
        left: initial;
        display: block;
        margin: 0 auto 10px;
        width: 330px;
    }
    #prd-dots li {
        margin: 10px 4px;
        float: none;
        display: inline-block;
    }
}

/*======================================*
* custom
========================================*/

#cheer #custom {
    background-image:url(../img/custom-bg.jpg);
    background-repeat:no-repeat;
    width:100%;
    max-width: 2000px;
    background-position:center top;
    margin: 60px auto 0;
    padding: 60px 0 80px;
}

#custom h1 {
    font-size: 48px;
    font-weight: bold;
    color: #000;
    margin: 0 auto 30px;
    text-align: center;
}

#custom h2 {
    font-size: 21px;
    font-weight: bold;
    color: #9e853c;
    text-align: center;
    margin-bottom: 40px;
}

.custominfo1 h3, .custominfo2 h3, .custominfo3 h3 {
    font-size: 48px;
    font-weight: lighter;
    margin-bottom: 20px;
}
.custominfo1 h4, .custominfo2 h4, .custominfo3 h4 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
    width: 670px;
    font-weight: normal;
}
    
.custominfo1 li {
    display: block;
    width: 850px;
}

.custominfo1 li img {
    width: 100%;
}

.infoOpen4 {
    cursor: pointer;
}

#cheer #custom2 {
    background-image:url(../img/custom-bg2.jpg);
    background-repeat:no-repeat;
    width:100%;
    max-width: 2000px;
    background-position:center top;
    margin:0 auto;
    padding: 60px 0 80px;
    color: #fff;
}

.custominfo2 {
    float: right;
}

#cheer #custom3 {
    background-image:url(../img/custom-bg3.jpg);
    background-repeat:no-repeat;
    width:100%;
    max-width: 2000px;
    background-position:center top;
    margin:0 auto;
    padding: 60px 0 80px;
}

#cheer #custom4 {
    background-image:url(../img/custom-bg4.jpg);
    background-repeat:no-repeat;
    width:100%;
    max-width: 2000px;
    background-position:center top;
    margin:0 auto;
    padding: 60px 0 20px;
}

#custom4 h1 {
    font-size: 48px;
    font-weight: bold;
    color: #000;
    margin: 0 auto 30px;
    text-align: center;
}

#custom4 h2 {
    font-size: 21px;
    font-weight: bold;
    color: #9e853c;
    text-align: center;
}

.custominfo4 {
    margin: 50px auto 50px;
    width: 400px;
    float: right;
}

.custominfo4 img {
    width: 100%;
}



#infoBoxC1 img, #infoBoxC2 img, #infoBoxC3 img {
    width: 90%;
    margin: 60px auto 0;
}

@media (max-width: 999px) {
    #cheer #custom {
        background-image:none;
        background-size: cover;
        padding: 30px 0 0 0;
    }
    #custom h1, #custom4 h1 {
        font-size: 33px;
        line-height: 45px;
        margin: 0 auto 10px;
    }

    #custom h2, #custom4 h2, #custom5 h2 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .custominfo1 li {
        width: 100%;
    }

    .custominfo1 h4, .custominfo2 h4, .custominfo3 h4 {
        width: 100%;
    }

    .m-custom-info1 {
        width: 100%;
    }

    #cheer #custom2, #cheer #custom3 {
        background-image:none;
        background-size: cover;
        margin:0 auto;
        padding: 0;
    }

    #cheer #custom4 {
        padding: 40px 0 0 0;
        background-image:none;
        background-color: #eff0ea;
    }

    #custom5 {
        background-color: #000;
        text-align: center;
    }

    #custom5 ul li {
        width: 50%;
    }

    .infoBox h1 {
        font-size: 33px;
        line-height: 45px;
        margin: 0 auto 10px;
    }

    .infoBox p {
        text-align: left;
    }
    .infoBox .close {
        width: 30px;
        height: 30px;
    }
    .infoBox .container {
        padding-top: 40px;
    }
    #infoBoxC1 img, #infoBoxC2 img, #infoBoxC3 img {
        width: 100%;
        margin: 0;
    }
}

/*======================================*
* tech
========================================*/

#cheer #techpage {
    background-image:url(../img/tech-bg.jpg);
    background-repeat:no-repeat;
    width:100%;
    max-width: 2000px;
    background-position:center top;
    margin: 60px auto 0;
    padding: 60px 0;
}

#techpage h1 {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    margin: 0 auto 30px;
    text-align: center;
}

#techpage h2 {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
}

.techinfo1 {
    text-align: center;
}
    
.techinfo1 li {
    display: inline-block;
    width: 357px;
    margin: 0 50px;
    cursor: pointer;
}

.techinfo1 li img {
    width: 100%;
}

.infoOpen4 {
    cursor: pointer;
}

#cheer #techpage2 {
    background-image:url(../img/tech-bg2.jpg);
    background-repeat:no-repeat;
    width:100%;
    max-width: 2000px;
    background-position:center top;
    margin:0 auto;
    padding: 60px 0;

}

#techpage2 h1 {
    font-size: 48px;
    font-weight: bold;
    margin: 0 auto 30px;
    text-align: center;
}

.techinfo2 {
    text-align: center;
    margin-top: 540px;
    margin-bottom: 60px;
}

#techpage2 .techinfo2 h1 {
    margin-bottom: 60px;
}

.techinfo2 li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}

.techinfobt {
    width: 144px;
    position: absolute;
    top: 270px;
    left: 34px;
    cursor: pointer;
}

.techinfo3 {
    position: absolute;
    top: 900px;
    left: -200px;
}

.techinfo4 {
    margin-top: 480px;
}

.infoBox {
    position: fixed;
    background: rgba(0,0,0,0.9);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 4500;
    visibility: hidden;
    opacity: 0;
    padding: 60px 20px;
}

.infoBox .close {
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: block;
    background: url(../img/close.png) no-repeat;
    background-size: cover;
    text-indent: -100px;
    overflow: hidden;
    position: fixed;
    top: 70px;
    right:20px;
    z-index: 1;
}

.infoBox .container {
    padding-top: 60px;
    width: 1000px;
    color: #fff;
    text-align: center;
}

.infoBox h1 {
    font-weight: bold;
    font-size: 48px;
    margin-bottom: 30px;
    color: #fcff00;
}

.infoBox h2 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 30px;
    color: #fff;
}

.infoBox p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}

@media (max-width: 999px) {
    #cheer #techpage {
        background-image:url(../img/tech-bg.jpg);
        background-size: cover;
        padding: 30px 10px 0;
    }
    #techpage h1, .infoBox h1 {
        font-size: 33px;
        line-height: 45px;
        margin: 0 auto 10px;
    }

    #techpage h2 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .techinfo1 li {
        display: block;
        margin: 0 0 0 10px;
        padding:0 20px 10px;
        cursor: pointer;
        width: 100%;
    }

    #techpage2 h1 {
        font-size: 33px;
        line-height: 45px;
        margin: 0;
        padding: 20px 40px 0px 40px;
    }

    #cheer #techpage2 {
        background-image:url(../img/m-tech-bg2.jpg);
        background-size: cover;
        margin:0 auto;
        padding: 0;
    }

    .techinfo2 {
        margin-top: 5px;
        margin-bottom: 60px;
    }

    .infoBox p {
        text-align: left;
    }
    .infoBox .close {
        width: 30px;
        height: 30px;
    }
    .infoBox .container {
        padding-top: 40px;
    }
}

/*======================================*
* saving
========================================*/

#cheer #savingpage {
    background-image:url(../img/saving-bg.jpg);
    background-repeat:no-repeat;
    width:100%;
    max-width: 2000px;
    background-position:center top;
    padding: 60px 0 80px;
}

#savingpage h1 {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    margin: 0 auto 30px;
    text-align: center;
}

#savingpage h2 {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 80px;
}

@media (max-width: 999px) {
    #cheer #savingpage {
        background-image:url(../img/saving-bg.jpg);
        background-size: cover;
        padding: 30px 10px 0;
    }
    #savingpage h1 {
        font-size: 33px;
        line-height: 45px;
        margin: 0 auto 10px;
    }

    #savingpage h2 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px;
    }
}

/*======================================*
* clean
========================================*/

#cheer #clean {
    background-image:url(../img/clean-bg.jpg);
    background-repeat:no-repeat;
    width:100%;
    max-width: 2000px;
    background-position:center top;
    padding: 60px 0 80px;
    margin: 60px auto 0;
}

#clean h1, #clean2 h1, #clean3 h1, #clean4 h1 {
    font-size: 48px;
    font-weight: bold;
    color: #9e853c;
    margin: 0 auto 30px;
    text-align: center;
}

#clean h2 {
    font-size: 21px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 60px;
}

#cheer #clean2 {
    background-image:url(../img/clean-bg2.jpg);
    background-repeat:no-repeat;
    width:100%;
    max-width: 2000px;
    background-position:center top;
    padding: 60px 0 80px;
}

.cleaninfo1 {
    margin: 60px auto 230px;
}

#cheer #clean3 {
    background-image:url(../img/clean-bg3.jpg);
    background-repeat:no-repeat;
    width:100%;
    max-width: 2000px;
    background-position:center top;
    padding: 60px 0 80px;
}

.cleaninfo3 {
    margin: 60px auto 0;
}

#cheer #clean4 {
    background-image:url(../img/clean-bg4.jpg);
    background-repeat:no-repeat;
    width:100%;
    max-width: 2000px;
    background-position:center top;
    padding: 60px 0 80px;
}

.cleaninfo4 {
    margin: 60px auto 0;
}

@media (max-width: 999px) {
    #cheer #clean {
        background-size: cover;
        padding: 30px 10px 0;
    }
    #clean h1, #clean2 h1, #clean3 h1, #clean4 h1 {
        font-size: 33px;
        line-height: 45px;
        margin: 0 auto 10px;
    }

    #clean h2, #clean2 h2, #clean3 h2, #clean4 h2 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    #cheer #clean2 {
        background-image:url(../img/m-clean-bg2.jpg);
        background-size: cover;
        padding: 30px 10px 0;
    }

    #cheer #clean3 {
        background-size: cover;
        padding: 30px 10px 0;
    }

    #cheer #clean4 {
        background-size: cover;
        padding: 30px 10px 0;
    }
}

/*======================================*
* home
========================================*/

#cheer #homepage {
    background-image:url(../img/home-bg.jpg);
    background-repeat:no-repeat;
    width:100%;
    max-width: 2000px;
    background-position:center top;
    padding: 60px 0 60px;
}

#homepage h1, #homepage2 h1, #homepage3 h1, #homepage4 h1 {
    font-size: 48px;
    font-weight: bold;
    color: #9e853c;
    margin: 0 auto 30px;
    text-align: center;
}

#homepage h2, #homepage2 h2, #homepage3 h2, #homepage4 h2 {
    font-size: 21px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}

.homeinfo1 {
    display: block;
    margin: 0 auto;
}

#cheer #homepage2 {
    background-image:url(../img/home-bg2.jpg);
    background-repeat:no-repeat;
    width:100%;
    max-width: 2000px;
    background-position:center top;
    margin:0 auto;
    padding: 60px 0 40px;
    text-align: center;
}

#homepage2 h3 {
    font-size: 21px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

.homeinfo2 {
    margin: 40px 0;
}

.homeinfo2 li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}

.homeinfo3 li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

#cheer #homepage3 {
    background-image:url(../img/home-bg3.jpg);
    background-repeat:no-repeat;
    width:100%;
    max-width: 2000px;
    background-position:center top;
    margin: 60px auto 0;
    padding: 60px 0 40px;
    height: 600px;
}

#cheer #homepage4 {
    background-image:url(../img/home-bg4.jpg);
    background-repeat:no-repeat;
    width:100%;
    max-width: 2000px;
    background-position:center top;
    margin:0 auto;
    padding: 60px 0;
    text-align: center;
}

.homeinfo4 {
    display: block;
    margin: 60px auto 0;
}

@media (max-width: 999px) {
    #cheer #homepage {
        background-image:none;
        padding: 30px 0 0 0;
    }
    #cheer #homepage2 {
        background-image:url(../img/m-home-bg2.jpg);
        background-size: cover;
        padding: 30px 0 40px;
    }
    #homepage h1, #homepage2 h1, #homepage3 h1 {
        font-size: 33px;
        line-height: 45px;
        margin: 0 auto 10px;
        padding: 0 20px;
    }

    #homepage h2, #homepage2 h2, #homepage2 h3, #homepage3 h2 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 0px;
        padding: 0 20px;
    }

    .homeinfo3 li, .homeinfo1 {
        width: 90%;
        margin: 10px auto;
    }

    .homeinfo2 li img, .homeinfo3 li img {
        width: 100%;
    }

    .homeinfo2 li {
        width: 55%;
        margin-bottom: 10px;
    }
    .homeinfo2 {
        margin: 40px 0 0;
    }
    #cheer #homepage3 {
        background-image:none;
        padding: 30px 0 0px;
        height: auto;
    }

    #cheer #homepage4 {
        background-image:url(../img/m-home-bg4.jpg);
        background-size: cover;
        padding: 30px 0 0px;
        height: auto;
    }
}

/*======================================*
* eco
========================================*/

#cheer #ecopage {
    background-image:url(../img/eco-bg.jpg);
    background-repeat:no-repeat;
    width:100%;
    max-width: 2000px;
    background-position:center top;
    margin: 60px auto 0;
    padding: 60px 0 40px;
    text-align: center;
}

#ecopage h1 {
    font-size: 48px;
    font-weight: bold;
    color: #54a300;
    margin: 0 auto 30px;
    text-align: center;
}

#ecopage h2 {
    font-size: 21px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 60px;
}

#ecopage h3 {
    font-size: 21px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}

.ecoinfo {
    margin: 40px 0;
}

.ecoinfo li {
    display: inline-block;
    vertical-align: top;
    margin: 0 50px;
    width: 250px;
}

.ecoinfo li img {
    width: 100%;
}

#cheer #ecopage2 {
    background-image:url(../img/eco-bg2.jpg);
    background-repeat:no-repeat;
    width:100%;
    max-width: 2000px;
    background-position:center top;
    margin:0 auto;
    height: 80px;
    text-align: center;
}

#cheer #ecopage3 {
    background-image:url(../img/eco-bg3.jpg);
    background-repeat:no-repeat;
    width:100%;
    max-width: 2000px;
    background-position:center top;
    background-size: cover;
    margin:0 auto;
    padding: 60px 0 40px;
    text-align: center;
}

#ecopage3 h1 {
    font-size: 48px;
    font-weight: bold;
    color: #9e853c;
    margin: 0 auto 30px;
    text-align: center;
}

#ecopage3 h2 {
    font-size: 21px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 60px;
}

#ecopage3 .container {
    padding: 60px 20px;
    background: rgba(255,255,255,0.9);
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1);
}

#ecopage3 img {
    width: 100%;
}


@media (max-width: 999px) {
    #cheer #ecopage {
        background-image:url(../img/m-eco-bg.jpg);
        padding: 30px 10px 0;
        background-size: cover;
    }
    
    #ecopage h1, #ecopage3 h1 {
        font-size: 33px;
        line-height: 45px;
        margin: 0 auto 10px;
        padding: 0 20px;
    }

    #ecopage h2, #ecopage3 h2 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 0px;
        padding: 0 20px;
    }

    #ecopage h3 {
        margin-top: 20px;
    }

    #ecopage p {
        padding-bottom: 20px;
    }

    .ecoinfo {
        margin: 20px 0 40px 0;
        text-align: center;
    }
    .ecoinfo li {
        display: block;
        margin: 0 auto;
        width: 60%;
    }
    #cheer #ecopage3 {
        padding:20px;
    }
    #ecopage3 .container {
        padding: 20px;
       
    }
    #ecopage3 h2 {
        margin-bottom: 20px;
    }
}

.shopGroup {
    background: #d6d6d6;
    padding: 30px 0;
    text-align: center;
}

.shopGroup ul li {
    display: inline-block;
    width: 140px;
    margin: 0 10px;
}

.shopGroup ul li img {
    width: 100%;
}

.scrollup {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    text-indent: -9999px;
    background: url(../img/icon_top.png) no-repeat;
    background-size: cover;
    z-index:10; 
    cursor: pointer;
}

@media (max-width: 999px) {
    #cheer .D {
        display: none;
    }
    #cheer .M {
        display: block;
    }
    .shopGroup ul li {
        width: 86px;
    }
}

.good {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1;
}

@media (max-width: 999px) {
    .good {
        width: 36%;
    }
}

.btHome {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    z-index: 1;
}

