#index-top,
#about-top,
#method-top,
#download-top,
#qa-top,
#software-top{
    position: absolute;
    top: -80px;
}
header{
    position: fixed;
    z-index: 999;
    display: block;
    width: 100%;
    top: 0;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}
.header-box{
    width: 95%;
    display: block;
    margin: 0 auto;
    font-size: 0;
    box-sizing: border-box;
    padding: 18.5px 0;
}
.header-logo{
    width: 280px;
    max-width: 100%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.header-menu-box{
    width: calc(100% - 280px);
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    text-align: right;
}
.header-menu> li{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 45px;
}
.header-menu> li:first-child{
    margin-left: 0;
}

.header-menu-title{
    font-size: 16px;
    letter-spacing: 0.06em;
    color: #555;
    position: relative;
    font-family: 'Noto Sans TC';
    font-weight: 300;
    transition: all .3s linear;
}
.header-menu-title:hover{
    color: #79be3f;
}

.rwd-menu{
    width: 30px;
    max-width: 100%;
    position: absolute;
    right: 20px;
    z-index: 99999;
    display: none;
    top: calc(50% - 8px);
}
.rwd-menu span{
    width: 100%;
    display: block;
    margin: 0 auto;
    height: 3px;
    border-radius: 2px;
    background-color: #79be3f;
    position: relative;
}

.rwd-menu-style1> span:nth-child(even){
    margin: 4px auto;
    transition: all .4s linear;
}
.rwd-menu-style1> span:nth-child(1){
    transform: scale(1);
    transform-origin: left;
    transition: all .4s linear;
}
.rwd-menu-style1> span:nth-child(3){
    transform: scale(1);
    transform-origin: right;
    transition: all .4s linear;
}
.rwd-menu-style1> span:nth-child(4){
    top: -19px;
    transform:  scale(0,1) rotate(-45deg);
}
.rwd-menu-style1> span:nth-child(4){
    display: none;
}
.rwd-menu-style1 .rwd-menu-bth-line{
    transform: rotate(-45deg);
}
.rwd-menu-style1 .rwd-menu-bth-line2{
    transform: rotate(45deg);
}
.rwd-menu-style1 .rwd-menu-bth-line,
.rwd-menu-style1 .rwd-menu-bth-line2{
    position: absolute;
    top: 6px;
    left:0;
    width: 100%;
}
.rwd-menu-style1 .rwd-menu-bth-line span,
.rwd-menu-style1 .rwd-menu-bth-line2 span{
    transform:  scale(0,1);
    transition: all .5s ease;
    position: relative;
}
.rwd-menu-style1.active .rwd-menu-bth-line span,
.rwd-menu-style1.active .rwd-menu-bth-line2 span{
    transform:  scale(1,1) ;
    transition-delay: .1s;
}
.rwd-menu-style1.active> span:nth-child(1),
.rwd-menu-style1.active> span:nth-child(2),
.rwd-menu-style1.active> span:nth-child(3){
    transform: scale(0,1);
}
.rwd-menu-style1.active> span:nth-child(odd){
    transform: scale(0);
    transition: all .4s linear;
    transition-delay: 0s;
}



/* index-banner */
.index-banner-box{
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 80px;
}
.index-banner-box,
.index-banner-list{
    height: calc(100vh - 80px);
}
.index-banner-list-box{
    width: 100%;
    display: block;
    position: relative;
}
.index-banner-list{
    width: 100%;
    display: block;
    position: relative;
}
.index-banner-list span{
    height: 100%;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.index-banner{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.index-banner-img-one{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}
.index-banner-img-one img{
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.index-banner-img-two{
    max-width: 40vw;
    position: absolute;
    bottom: 5vh;
    left: 10vw;
}

/* index-about */
.index-about-box{
    width: 100%;
    display: block;
    position: relative;
    background-color: #fff;
}
.index-about-all-box{
    width: 1200px;
    max-width: 100%;
    margin: 65px auto;
    margin-bottom: 100px;
    display: block;
    font-size: 0;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    padding-bottom: 200px;
}
.index-about-title-box{
    display: block;
    text-align: center;
    box-sizing: border-box;
    padding: 50px 0;
}
.index-about-title-box h2{
    font-size: 36px;
    line-height: 60px;
    display: block;
    color: #000;
    letter-spacing: 0.08em;
    font-family: "Noto Sans TC";
    font-weight: 400;
}
.index-about-title-box span{
    font-family: "Roboto";
    font-weight: 500;
    color: #79be3f;
}
.index-about-text{
    width: 585px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #666;
    letter-spacing: 0.08em;
    font-family: "Noto Sans TC";
    font-weight: 300;
}
.index-about-text span{
    color: #79be3f;
    font-weight: 600;
}
.index-about-info-box{
    margin-top: 90px;
}
.index-about-info-box .index-about-title-box span{
    font-family: "Noto Sans TC";
    font-weight: inherit;
}

.index-about-info-all-box{
    width: 100%;
    display:         flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-direction: row;
    margin-top: 80px;
}
.index-about-info{
    width: 200px;
    display: inline-block;
    vertical-align: top;
}
.index-about-info-img-box{
    width: 200px;
    height: 200px;
    display: block;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 1px;
    background: #4ccff2; /* Old browsers */
    background: -moz-linear-gradient(top,  #4ccff2 0%, #79be3f 100%, #79be3f 101%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #4ccff2 0%,#79be3f 100%,#79be3f 101%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #4ccff2 0%,#79be3f 100%,#79be3f 101%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ccff2', endColorstr='#79be3f',GradientType=0 ); /* IE6-9 */
    margin-bottom: 15px;
}
.index-about-info-img{
    width: 100%;
    height: 100%;
    background-color: #fff;
    display:         flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.index-about-info-name{
    text-align: center;
    font-size: 24px;
    line-height: 60px;
    color: #79be3f;
    letter-spacing: 0.08em;
    font-family: "Noto Sans TC";
}
.index-about-info-text p{
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #666;
    letter-spacing: 0.08em;
    font-family: "Noto Sans TC";
}
.index-about-bc-box{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.1;
}



/* index-method */
.index-method-box{
    width: 100%;
    display: block;
    position: relative;
    background-color: #fff;
    height: 960px;
    display:         flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    overflow: hidden;
}
.index-method-bg-box{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #79be3f;
    border-top-right-radius: 300px;
}
.index-method-bg-box span{
    opacity: 0.3;
}
.index-method-all-box{
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    font-size: 0;
    position: relative;
    z-index: 1;
}
.index-method-title-box{
    width: 600px;
    max-width: 100%;
    display: block;
    background-color: #313131;
    box-sizing: border-box;
    padding: 0 25px;
    padding-top: 11px;
    padding-bottom: 18px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    margin-bottom: 30px;
}
.index-method-title-box p{
    font-size: 32px;
    color: #fff;
    letter-spacing: 0.08em;
    font-family: "Noto Sans TC";
    transform: skewX(-10deg);
}
.index-method-title-box p>span{
    color: #79be3f;
}
.index-method-info{
    width: 380px;
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
    border-radius: 10px;
    overflow: hidden;
}
.index-method-info:nth-child(2){
    margin-right: 0;
}
.index-method-info-name{
    width: 100%;
    background-color: #313131;
    box-sizing: border-box;
    padding: 0 25px;
    line-height: 100px;
    font-size: 24px;
    color: #c2ec9e;
    letter-spacing: 0.08em;
    font-family: "Noto Sans TC";
    position: relative;
}
.index-method-info-name img{
    margin-left: 15px;
    vertical-align: middle;
    margin-bottom: 5px;
}
.index-method-info-name::after{
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: -7px;
    left: 40px;
    background-color: #313131;
    transform: rotateZ(-45deg);
}
.index-method-info-text-box{
    width: 100%;
    height: 90px;
    display:         flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-direction: row;
    background-color: #535353;
}
.index-method-info-text{
    width: 100%;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 10px;
}
.index-method-info-text-box:nth-child(3n){
    background-color: #313131;
}
.index-method-info-text>span{
    font-family: "Roboto";
    font-weight: 700;
    font-style: italic;
    font-size: 32px;
    letter-spacing: 0.08em;
    color: #79be3f;
    display: inline-block;
    vertical-align: top;
    line-height: 23px;
}
.index-method-info-text-box:nth-child(3n) .index-method-info-text>span{
    color: #c2ec9e;
}
.index-method-info-text>p{
    font-family: "Noto Sans TC";
    font-size: 18px;
    letter-spacing: 0.08em;
    color: #79be3f;
    display: inline-block;
    vertical-align: top;
    line-height: 26px;
    align-self:baseline;
}
.index-method-info-text-box:nth-child(3n) .index-method-info-text>p{
    color: #c2ec9e;
}
.index-method-info-text>p>span{
    font-size: 14px;
    display: block;
}
.index-method-info-btn{
    width: 100%;
    display: block;
    background-color: #313131;
    box-sizing: border-box;
    padding: 0 15px;
    text-align: right;
    transition: all .3s linear;
}
.index-method-info-btn>p{
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.08em;
    font-family: "Noto Sans TC";
    transition: all .3s linear;
}


/* index-download */
.index-download-box{
    width: 100%;
    display: block;
    position: relative;
    background-image: url(../img/index-download-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.index-download-all-box{
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    font-size: 0;
    box-sizing: border-box;
    padding-bottom: 170px;
}
.index-download-box .index-about-title-box{
    padding: 80px 0
}
.index-download-box .index-about-title-box span{
    font-family: "Noto Sans TC";
    font-weight: inherit;
}
.index-download-info{
    width: 100%;
    display: block;
    margin-bottom: 50px;
    border-radius: 20px;
    background-color: rgba(245, 245, 245, 0.8);
    box-sizing: border-box;
    padding: 35px 40px;
    padding-bottom: 45px;
}
.index-download-info:last-child{
    margin-bottom: 0;
}
.index-download-info-text-box{
    width: calc(100% - 160px);
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding-right: 20px;
}
.index-download-info-name-box span{
    font-family: "Roboto";
    font-weight: 900;
    font-size: 36px;
    line-height: 54px;
    letter-spacing: 0.08em;
    color: #79be3f;
    display: inline-block;
    vertical-align: bottom;
}
.index-download-info-name-box p{
    font-family: "Noto Sans TC";
    font-weight: 500;
    font-size: 36px;
    line-height: 60px;
    letter-spacing: 0.08em;
    color: #000;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 10px;
}
.index-download-info-text{
    margin-top: 10px;
}
.index-download-info-text p{
    font-family: "Noto Sans TC";
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.08em;
    color: #666;
}
.index-download-info-btn-box{
    width: 160px;
    display: inline-block;
    vertical-align: middle;
}
.index-download-info-btn-box a{
    width: 100%;
    display: block;
    border-radius: 20px;
    text-align: center;
    font-family: "Noto Sans TC";
    font-weight: 300;
    font-size: 18px;
    line-height: 60px;
    letter-spacing: 0.08em;
    color: #fff;
    background-color: #79be3f;
    transition: all .3s linear;
}
.index-download-info-btn-box a>img{
    vertical-align: middle;
    margin-right: 15px;
}



/* index-qa */
.index-qa-box{
    width: 100%;
    display: block;
    position: relative;
}
.index-qa-all-box{
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    font-size: 0;
    box-sizing: border-box;
    padding: 0 100px;
    padding-bottom: 60px;
    position: relative;
}
.index-qa-all-box .index-about-title-box{
    text-align: left;
    padding: 70px 0;
}
.index-qa-all-box .index-about-title-box span{
    font-family: "Noto Sans TC";
    font-weight: inherit;
}
.index-qa-img-box{
    position: absolute;
    left: -120px;
    top: 85px;
}
.index-qa-img-box p{
    font-family: "Roboto";
    font-weight: 700;
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.3em;
    box-sizing: border-box;
    padding-left: 0.3em;
    line-height: 26px;
    color: #79be3f;
    margin-bottom: 20px;
}
.index-qa-info{
    width: 100%;
    display: block;
    border: 2px solid #79be3f;
    border-radius: 5px;
    margin-bottom: 35px;
    box-sizing: border-box;
}
.index-qa-info:last-child{
    margin-bottom: 0;
}
.index-qa-info-q-box{
    cursor: pointer;
    transition: all .3s linear;
}
.index-qa-info.active .index-qa-info-q-box,
.index-qa-info:hover .index-qa-info-q-box{
    background-color: #79be3f;
}
.index-qa-info-a-box{
    display: none;
}
.index-qa-info-q-en,
.index-qa-info-a-en{
    font-family: "Roboto";
    font-weight: 700;
    font-style: italic;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 76px;
    color: #000;
    display: inline-block;
    vertical-align: top;
    width: 80px;
    position: relative;
    transition: all .3s linear;
}
.index-qa-info.active .index-qa-info-q-en,
.index-qa-info:hover .index-qa-info-q-en{
    color: #fff;
}
.index-qa-info-q-en::after,
.index-qa-info-a-en::after{
    content: '';
    position: absolute;
    right: 0;
    top: calc(50% - 9px);
    width: 1px;
    height: 18px;
    background-color: #000;
    transition: all .3s linear;
}
.index-qa-info.active .index-qa-info-q-en::after,
.index-qa-info:hover .index-qa-info-q-en::after{
    background-color: #fff;
}
.index-qa-info-q{
    font-family: "Noto Sans TC";
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 76px;
    color: #000;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 80px);
    box-sizing: border-box;
    padding: 0 25px;
    transition: all .3s linear;
}
.index-qa-info.active .index-qa-info-q,
.index-qa-info:hover .index-qa-info-q{
    color: #fff;
}
.index-qa-info-a{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 80px);
}
.index-qa-info-a p{
    font-family: "Noto Sans TC";
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.06em;
    color: #666666;
    box-sizing: border-box;
    padding: 25px;
}
.index-qa-info-a p:nth-child(n + 2){
    padding-top: 0;
}


/* index-software */
.index-software-box{
    width: 100%;
    display: block;
    position: relative;
    padding-top: 280px;
    box-sizing: border-box;
}
.index-software-all-box{
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    font-size: 0;
    box-sizing: border-box;
    padding-bottom: 60px;
    position: relative;
}
.index-software-all-box .index-about-title-box{
    text-align: center;
    padding: 70px 0;
}
.index-software-all-box .index-about-title-box span{
    font-family: "Noto Sans TC";
    font-weight: inherit;
}
.index-software-img-box{
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    height: calc((424/1920) * 100vw);
}
.index-software-info{
    width: 360px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-right: 60px;
}
.index-software-info:nth-child(3n){
    margin-right: 0;
}
.index-software-info-name{
    width: 100%;
    display: block;
    text-align: center;
    background-color: #313131;
    border-radius: 10px;
    font-size: 24px;
    line-height: 60px;
    letter-spacing: 0.06em;
    font-family: "Noto Sans TC";
    color: #fff;
    position: relative;
    margin-bottom: 30px;
}
.index-software-info-name p{
    position: relative;
    z-index: 1;
}
.index-software-info-name::after{
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: -7px;
    left: calc(50% - 12.5px);
    background-color: #313131;
    transform: rotateZ(-45deg);
}
.index-software-info-p{
    width: 100%;
    display: block;
    background-color: #79be3f;
    border-radius: 10px;
    padding-left: 30px;
    box-sizing: border-box;
    margin-bottom: 20px;
    transition: all .3s linear;
}
.index-software-info-p:last-child{
    margin-bottom: 0;
}
.index-software-info-p>i{
    font-size: 48px;
    line-height: 80px;
    letter-spacing: 0.06em;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 70px;
}
.index-software-info-p>p{
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    line-height: 80px;
    letter-spacing: 0.06em;
    color: #fff;
    font-family: "Noto Sans TC";
    padding-right: 15px;
}
.android-set span{
    display: inline-block;
    vertical-align: middle;
    width: 70px;
}
.android-set span i{
    font-size: 38px;
    letter-spacing: 0.06em;
    color: #fff;
}
.android-set span p{
    font-family: "Roboto";
    font-size: 16px;
    letter-spacing: 0.06em;
    color: #fff;
}
.ios-set span{
    display: inline-block;
    vertical-align: middle;
    width: 70px;
}
.ios-set span i{
    font-size: 38px;
    letter-spacing: 0.06em;
    color: #fff;
}
.ios-set span p{
    font-family: "Roboto";
    font-size: 16px;
    letter-spacing: 0.06em;
    color: #fff;
}
.index-software-info-p img{
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    padding-right: 30px;
    box-sizing: border-box;
}


footer{
    width: 100%;
    display: block;
    position: relative;
    background-color: #fafafa;
}
.footer-box{
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    font-size: 0;
    box-sizing: border-box;
    padding: 40px 0;
}
.footer-logo{
    margin-bottom: 30px;
}
.footer-info{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.footer-info:last-child{
    margin-right: 0;
}
.footer-address{
    display: block;
    margin-right: 0;
}
.footer-info p{
    font-size: 16px;
    color: #000;
    font-family: "Noto Sans TC";
    line-height: 36px;
    letter-spacing: 0.06em;
    display: inline-block;
    vertical-align: middle;
}
.footer-info a{
    font-size: 16px;
    color: #000;
    font-family: "Noto Sans TC";
    line-height: 36px;
    letter-spacing: 0.06em;
    display: inline-block;
    vertical-align: middle;
    transition: all .3s linear;
}
.footer-web{
    font-family: "Roboto";
    font-size: 12px;
    letter-spacing: 0.06em;
    color: #666;
    margin-top: 15px;
}
.footer-top-box {
    position: absolute;
    right: 10vw;
    bottom: 0;
    display: block;
    cursor: pointer;
    text-align: center;
    font-size: 0;
}
.footer-top-text {
    font-size: 16px;
    color: #79be3f;
    font-family: "Noto Sans TC";
    letter-spacing: 1px;
    margin-bottom: 5px;
    transition: all .3s linear;
}
.footer-top-line {
    display: inline-block;
    height: 160px;
    width: 1px;
    background-color: #79be3f;
    position: relative;
    transition: all .3s linear;
}
.footer-top-line:before {
    content: "";
    width: 10px;
    height: 2px;
    background-color: #79be3f;
    opacity: 0;
    position: absolute;
    top: 44px;
    right: -1px;
    transform: rotateZ(-45deg);
    transition: all .3s linear;
}
.footer-top-line:after {
    content: "";
    width: 10px;
    height: 2px;
    background-color: #79be3f;
    opacity: 0;
    position: absolute;
    top: 44px;
    left: -1px;
    transform: rotateZ(45deg);
    transition: all .3s linear;
}

.fixed-box{
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 9;
}
.fixed-all-box a{
    display: block;
    width: 50px;
    height: 50px;
    margin: 10px 0;
    margin-left: auto;
    text-align: center;
    transition: all .3s linear;
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}
.fixed-all-box a:nth-child(n + 3){
    width: 60px;
    height: 60px;
    line-height: 1.4;
    display:         flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction:column;
    color: #fff;
    font-family: "Noto Sans TC";
    font-weight: 500;
    background-color: #79be3f;
    border-radius: 50%;
    font-size: 14px;
}

.fixed-all-box a:hover{
    -webkit-filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.7));
}

.fixed-all-box a:nth-child(n + 3):hover{
    background-color: #4c7926;
}




.footer-top-box:hover .footer-top-text {
    color: #c09b0f;
}
.footer-top-box:hover .footer-top-line {
    background-color: #c09b0f;
    transform-origin: 50% 0%;
    transform: scaleY(0.8);
}
.footer-top-box:hover .footer-top-line:before {
    background-color: #c09b0f;
    top: 4px;
    z-index: 1;
    opacity: 1;
}
.footer-top-box:hover .footer-top-line:after {
    background-color: #c09b0f;
    top: 4px;
    z-index: 1;
    opacity: 1;
}






@media only screen and (max-width: 1920px){
    .index-software-box{
        padding-top: calc((280 / 1920) * 100vw);
    }
}
@media only screen and (max-width: 1440px){
    .index-qa-all-box{
        width: 1000px;
    }
}
@media only screen and (max-width: 1280px){
    .index-qa-all-box{
        width: 900px;
        padding: 0 60px;
        padding-bottom: 40px;
    }
}
@media only screen and (max-width: 1200px){
    .index-about-all-box{
        width: 1000px;
        margin: 30px auto;
        margin-bottom: 50px;
        padding-bottom: 50px;
    }
    .index-about-info-box{
        margin-top: 45px;
    }
    .index-about-title-box{
        padding: 25px 0;
    }
    .index-about-info-all-box{
        margin-top: 40px;
    }

    .index-method-bg-box{
        border-top-right-radius: 150px;
    }

    
    .index-qa-all-box{
        width: 720px;
        padding: 0 60px;
        padding-bottom: 40px;
    }

    .index-software-all-box{
        width: 1000px;
    }
    .index-software-info{
        width: 320px;
        margin-right: 20px;
    }
    .index-software-info-p{
        padding-left: 20px;
    }
    .index-software-info-p img {
        width: 50px;
        padding-right: 10px;
    }
    .index-software-info-p>p{
        font-size: 22px;
    }
    .index-software-info-p>i,
    .android-set span,
    .ios-set span{
        width: 60px;
    }

    .footer-box{
        width: 95%;
    }
}
@media only screen and (max-width: 1000px){
    .header-box{
        width: 95%;
    }
    .rwd-menu{
        display: block;
    }
    .header-menu{
        width: 100%;
        height: calc(100vh - 71px);
        position: fixed;
        top: 71px;
        right: 0;
        z-index: 3;
        display:         flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        flex-direction:column;
        background-color: rgba(255, 255, 255, 0.9);
        transition: all .3s linear;
        opacity: 0;
        pointer-events: none;
    }
    .header-menu.active{
        opacity: 1;
        pointer-events: all;
    }
    .header-menu> li{
        display: block;
        margin: 0;
        margin-bottom: 15px;
    }
    .header-menu> li:last-child{
        margin-bottom: 0;
    }
    
    .index-banner-box, .index-banner-list {
        height: calc(100vh - 80px);
    }

    
    .index-about-all-box{
        width: 750px;
    }
    .index-about-info-box{
        margin-top: 25px;
    }
    .index-about-title-box{
        padding: 15px 0;
    }
    .index-about-info-all-box{
        margin-top: 20px;
    }
    .index-about-info{
        width: 150px;
    }
    .index-about-info-img-box{
        width: 150px;
        height: 150px;
    }
    .index-about-info-name{
        font-size: 22px;
    }

    .index-method-box{
        height: inherit;
        display: block;
        box-sizing: border-box;
        padding: 40px 0;
    }
    .index-method-all-box{
        width: 750px;
    }
    .index-method-info{
        width: 360px;
        margin-right: 30px;
    }
    .index-method-info-name{
        padding: 0 15px;
    }
    .index-method-info-text{
        padding-left: 15px;
        padding-right: 0;
    }

    .index-download-all-box{
        width: 750px;
    }

    
    .index-qa-all-box{
        width: 95%;
        padding: 0;
        padding-bottom: 40px;
    }
    .index-qa-img-box{
        display: none;
    }

    .index-software-box{
        padding-top: 0;
    }
    .index-software-img-box{
        display: none;
    }
    .index-software-all-box{
        width: 750px;
    }
    .index-software-info{
        width: calc((100% - 40px) / 3);
    }
    .index-software-info-name{
        font-size: 20px;
    }
    .index-software-info-p {
        padding-left: 10px;
    }
    .index-software-info-p>i{
        font-size: 38px;
    }
    .index-software-info-p>p{
        font-size: 18px;
        padding-right: 0px;
    }
    .index-software-info-p>i, 
    .android-set span, 
    .ios-set span{
        width: 45px;
    }
    .android-set span i,
    .ios-set span i{
        font-size: 28px;
    }
    .ios-set span p{
        font-size: 14px;
    }
    .index-software-info-p img {
        width: 40px;
        padding-right: 10px;
    }
    .footer-top-box{
        display: none;
    }
}
@media only screen and (max-width: 750px){
    .index-about-all-box{
        width: 550px;
    }
    .index-about-info-all-box{
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: space-around;
        -webkit-justify-content: space-around;
    }
    .index-about-info{
        width: 200px;
    }
    .index-about-info:nth-child(n + 3){
        margin-top: 20px;
    }
    .index-about-info-img-box{
        width: 200px;
        height: 200px;
    }
    .index-about-text {
        font-size: 16px;
    }

    
    .index-method-bg-box{
        border-top-right-radius: 0;
    }
    .index-method-all-box{
        width: 550px;
    }
    .index-method-info{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .index-method-info:last-child{
        margin-bottom: 0;
    }
    
    .index-download-all-box{
        width: 95%;
        padding-bottom: 70px;
    }
    .index-download-box .index-about-title-box{
        padding: 40px 0;
    }
    .index-download-info-text-box{
        width: 100%;
        display: block;
        padding-right: 0;
    }
    .index-download-info-btn-box{
        width: 100%;
        display: block;
        margin-top: 20px;
    }

    .index-qa-all-box .index-about-title-box{
        padding: 40px 0;
    }

    
    .index-software-all-box{
        width: 400px;
    }
    .index-software-all-box .index-about-title-box {
        padding: 40px 0;
    }
    .index-software-info{
        width: 100%;
        margin-bottom: 40px;
        margin-right: 0;
    }
    .index-software-info:last-child{
        margin-bottom: 0;
    }
    .index-software-info-p>i,
    .index-software-info-p>p{
        line-height: 60px;
    }

    .footer-logo{
        width: 300px;
        margin-bottom: 20px;
    }
    .footer-info{
        display: block;
    }
    .fixed-all-box a{
        width: 40px;
        height: 40px;
    }
    .fixed-all-box a:nth-child(n + 3) {
        width: 50px;
        height: 50px;
        font-size: 12px;
    }
}
@media only screen and (max-width: 550px){
    .header-box{
        padding: 10px 0;
    }
    .header-logo {
        width: 150px;
    }
    .header-menu{
        height: calc(100vh - 43px);
        top: 43px;
    }
    
    .index-banner-box {
        margin-top: 43px;
    }
    .index-banner-box, .index-banner-list {
        height: calc((960 / 1920) * 100vw);
    }

    .index-about-bc-box{
        display: none;
    }
    .index-about-all-box{
        width: 95%;
        margin: 0 auto;
        padding: 20px 0;
    }
    .index-about-info{
        width: 45%;
    }
    .index-about-info:nth-child(n + 3){
        margin-top: 10px;
    }
    .index-about-info-img-box{
        width: 100%;
        height: calc(95vw * 0.45);
    }
    .index-about-info-name{
        font-size: 20px;
        line-height: 30px;
    }
    .index-about-info-text p{
        font-size: 14px;
        line-height: 20px;
    }
    .index-about-title-box h2{
        font-size: 20px;
        line-height: 40px;
    }
    .index-about-title-box{
        padding: 10px 0;
    }
    .index-about-text{
        font-size: 14px;
        line-height: 26px;
    }
    .index-about-text br{
        display: none;
    }
    .index-about-info-box{
        margin-top: 15px;
    }
    .index-about-title-box{
        padding: 5px 0;
    }
    .index-about-info-all-box{
        margin-top: 10px;
    }

    .index-method-box {
        padding: 20px 0;
    }
    .index-method-all-box{
        width: 95%;
    }
    .index-method-title-box{
        padding: 5px 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        margin-bottom: 10px;
    }
    .index-method-info{
        width: 100%;
        margin-right: 0;
        border-radius: 5px;
    }
    .index-method-title-box p{
        font-size: 20px;
    }
    .index-method-info-name{
        line-height: 40px;
        padding: 0 10px;
        font-size: 16px;
    }
    .index-method-info-name img{
        margin-left: 10px;
        width: 15px;
    }
    .index-method-info-name::after{
        width: 10px;
        height: 10px;
        bottom: -5px;
        left: 36px;
    }
    .index-method-info-text-box{
        height: 60px;
    }
    .index-method-info-text>span{
        font-size: 18px;
        line-height: 26px;
    }
    .index-method-info-text>p{
        font-size: 14px;
    }
    .index-method-info-btn>p{
        line-height: 40px;
        font-size: 16px;
    }

    
    .index-download-all-box{
        padding-bottom: 20px;
    }
    .index-download-box .index-about-title-box{
        padding: 20px 0;
    }
    .index-download-info{
        padding: 15px 20px;
        border-radius: 10px;
        margin-bottom: 20px;
    }
    .index-download-info-name-box span{
        font-size: 20px;
        line-height: 34px;
    }
    .index-download-info-name-box p{
        font-size: 20px;
        line-height: 36px;
        margin-left: 5px;
    }
    .index-download-info-text{
        margin-top: 5px;
    }
    .index-download-info-text p {
        font-size: 14px;
        line-height: 24px;
    }
    .index-download-info-btn-box{
        margin-top: 10px;
    }
    .index-download-info-btn-box a{
        border-radius: 5px;
        font-size: 14px;
        line-height: 36px;
    }
    .index-download-info-btn-box a>img{
        width: 20px;
        margin-right: 5px;
    }

    
    .index-qa-all-box .index-about-title-box{
        padding: 20px 0;
    }
    .index-qa-info-q-en, .index-qa-info-a-en{
        font-size: 14px;
        line-height: 36px;
        width: 40px;
    }
    .index-qa-info-q-en::after, .index-qa-info-a-en::after{
        height: 12px;
        top: calc(50% - 7px);
    }
    .index-qa-info-q{
        width: calc(100% - 40px);
        font-size: 14px;
        line-height: 36px;
        padding: 0 10px;
    }
    .index-qa-info-a{
        width: calc(100% - 40px);
    }
    .index-qa-info-a p{
        font-size: 12px;
        line-height: 22px;
        padding: 5px 10px;
    }

    .index-software-all-box .index-about-title-box {
        padding: 20px 0;
    }
    .index-software-info-name{
        font-size: 16px;
        line-height: 40px;
        border-radius: 5px;
        margin-bottom: 20px;
    }
    .index-software-info-name::after{
        width: 10px;
        height: 10px;
        left: calc(50% - 7.5px);
        bottom: -5px;
    }
    .index-software-info-p{
        text-align: center;
        border-radius: 5px;
        margin-bottom: 10px;
    }
    .index-software-info-p>i, 
    .android-set span, 
    .ios-set span {
        width: 30px;
    }
    .index-software-info-p>i {
        font-size: 28px;
    }
    .index-software-info-p>i, 
    .index-software-info-p>p{
        line-height: 40px;
    }
    .index-software-info-p>p{
        width: 200px;
        font-size: 14px;
    }

    .footer-box{
        padding: 20px 0;
    }
    .footer-logo{
        width: 200px;
        margin-bottom: 10px;
    }
    .footer-info p,
    .footer-info a{
        font-size: 12px;
        line-height: 24px;
    }
    .footer-web{
        margin-top: 10px;
    }
    .footer-web span{
        display: block;
    }

    .fixed-box{
        right: 10px;
        bottom: 0px;
    }
}
@media only screen and (max-width: 400px){
    .index-software-all-box{
        width: 95%;
    }
    .footer-address p{
        line-height: inherit;
    }
    .footer-address a{
        width: calc(100% - 77px);
        vertical-align: top;
        line-height: 1.4;
    }
}



/*animation*/
/*<-------------動畫------------->*/


@media only screen and (min-width: 1001px){
    .index-banner-img-one,
    .index-banner-img-two,
    .index-about-title-box h2,
    .index-about-text,
    .index-about-info-img-box,
    .index-about-info-name,
    .index-about-info-text,
    .index-method-bg-box,
    .index-method-title-box,
    .index-download-info,
    .index-qa-img-box,
    .index-qa-info,
    .index-software-img-box,
    .index-software-info{
        opacity: 0;
    }
    .index-banner-img-one{
        animation: fadeInLeft 1s ease 0s 1 both;
    }
    .index-banner-img-two{
        animation: fadeInDown 1s ease 0.4s 1 both;
    }
    .index-about-title-box.anima h2{
        animation: fadeInDown 1s ease 0s 1 both;
    }
    .index-about-text.anima{
        animation: fadeInUp 1s ease 0s 1 both;
    }
    .index-about-info.anima .index-about-info-img-box{
        animation: fadeInUp 1s ease 0s 1 both;
    }
    .index-about-info.anima .index-about-info-name{
        animation: fadeInUp 1s ease 0.5s 1 both;
    }
    .index-about-info.anima .index-about-info-text{
        animation: fadeInUp 1s ease .7s 1 both;
    }
    .index-method-box.anima .index-method-bg-box{
        animation: fadeInLeft 1s ease 0s 1 both;
    }
    .index-method-box.anima .index-method-title-box{
        animation: fadeInRight 1s ease .5s 1 both;
    }
    .index-method-box.anima .index-method-info-box{
        animation: fade 1s ease .8s 1 both;
    }
    .index-download-info.anima{
        animation: fadeInUp 1s ease 0s 1 both;
    }
    .index-qa-img-box.anima{
        animation: fadeInRight 1s ease .0s 1 both;
    }
    .index-qa-info.anima{
        animation: fadeInUp 1s ease 0s 1 both;
    }
    .index-software-img-box.anima{
        animation: fadeInUp 1s ease 0s 1 both;
    }
    .index-software-info.anima:nth-child(1){
        animation: fadeInLeft 1s ease 0s 1 both;
    }
    .index-software-info.anima:nth-child(2){
        animation: fadeInLeft 1s ease 0.3s 1 both;
    }
    .index-software-info.anima:nth-child(3){
        animation: fadeInLeft 1s ease 0.6s 1 both;
    }
    .index-software-info.anima:nth-child(1) .index-software-info-name::after{
        animation: arrowInDown 1s ease 0.3s 1 both;
    }
    .index-software-info.anima:nth-child(2) .index-software-info-name::after{
        animation: arrowInDown 1s ease 0.6s 1 both;
    }
    .index-software-info.anima:nth-child(3) .index-software-info-name::after{
        animation: arrowInDown 1s ease 0.9s 1 both;
    }

    .index-about-info-img::before{
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: -50%;
        left: -50%;
        border-radius: 50%;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+5,000000+20,bcbcbc+20,ffffff+50&1+5,1+20,0+50 */
        background: -moz-linear-gradient(-30deg,  rgba(255,255,255,1) 2%, rgba(177,177,177,.0.2) 20%, rgba(255,255,255,0) 60%); /* FF3.6-15 */
        background: -webkit-linear-gradient(-30deg,  rgba(255,255,255,1) 2%,rgba(177,177,177,0.2) 20%,rgba(255,255,255,0) 60%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(150deg,  rgba(255,255,255,1) 2%,rgba(177,177,177,0.2) 20%,rgba(255,255,255,0) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
        transition: all .5s linear;
    }
    .index-about-info:hover .index-about-info-img::before{
        top: 0;
        left: 0;
        opacity: 1;
    }
    .index-method-info-btn:hover{
        background-color: #4c7926;
    }
    .index-method-info-btn:hover p{
        color: #fff;
    }
    .index-download-info-btn-box a:hover{
        background-color: #4c7926;
    }
    .index-software-info-p:hover{
        background-color: #4c7926;
    }
    .footer-info a:hover{
        color: #4c7926;
    }
}