@import url(./nav_menu.css);
html, body{
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Microsoft JhengHei, 微軟正黑體;
}
header{
    width: 100%;
    height: 80px;
    background-color: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 1000;
}
header.fixed{
    bottom:auto;
    top:0;
    margin-top: 0;
}
.fixed{
    z-index: 1000;
    position: fixed;
}
header .container{
    position: relative;
    height: 100%;
    max-width: 980px;
    margin: 0 auto;
}
header a.logo{
    margin-top: 1.5em;
    display: inline-block;
}
header a.logo img{
    max-width: 135.6px;
}
header .menu-btn{
    position: absolute;
    bottom: 1em;
    right: 1em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
main{
}
main>.container{
    max-width: 980px;
    width: 100%;
    margin: auto;
    position: relative;
}
section.intro{

}
section.intro .container{
    margin-top: 80px;
    height: 100%;
    width: 100%;
}
section.intro .fp-tableCell{
    display: block;
}
/*section.intro .fp-tableCell:before{
    content: '';
    display: block;
    width: 100%;
    height: 80px;
    max-height: 80px;
}*/
.banner{
    width: 100%;
    max-height: 770px;
    height: 100%;
    background-image: url(../img/your-app/banner.jpg);
    background-size: cover;
    background-position: center 70%;
}
.intro-content{
    width: 980px;
    margin: auto;
    text-align: center;
    height: 35%;
}
.intro-content:before{
    content: '';
    display: inline-block;
    width: 100%;
    height: 5em;
    position: relative;
}
.intro-content img{
    margin-bottom: 10em;
}
section{
    overflow: hidden;
}
section.project-plan .container,
section.ui-ux .container,
section.app-marketing .container,
section.maintain .container{
    width: 980px;
    height: 100%;
    margin: auto;
}
.chart{
    margin: 0 0 0 90px;
    top: 100px;
    position: absolute;
}
.chart .number{
    background: url(../img/your-app/number.png);
    background-position: 0 0;
    width: 57px;
    height: 37px;
    margin: auto;
    margin-top: 10px;
}
.chart .number.white{
    background: url(../img/your-app/number_w.png);
    background-position: 0 0;
}
.chart[data-percent='100'] .number{
    background-position: 0 -407px;
    -webkit-transition: all 800ms ease-out;
    transition: all 800ms ease-out;
}

.chart[data-percent='75'] .number{
    background-position: 0 -370px;
    -webkit-transition: all 800ms ease-out;
    transition: all 800ms ease-out;
}

.chart[data-percent='50'] .number{
    background-position: 0 -333px;
    -webkit-transition: all 800ms ease-out;
    transition: all 800ms ease-out;
}

.chart[data-percent='25'] .number{
    background-position: 0 -296px;
    -webkit-transition: all 800ms ease-out;
    transition: all 800ms ease-out;
}

.chart[data-percent='0'] .number{
    background-position: 0 0;
    -webkit-transition: all 800ms ease-out;
    transition: all 800ms ease-out;
}
section .title{
    height: 64%;
    position: absolute;
    top: 276px;
}
.title .straight-line{
    height: 18%;
    width: 2px;
    background-color: white;
    margin-left: 180px
}
.title .box{
    width: 361px;
    height: 181px;
    border: 2px solid white;
    border-radius: 40px;
    text-align: center;
}
.title.hide .box img{
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
.title .box img{
    margin-top: 50px;
    opacity: 1;
    -webkit-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
}
.title .curve{
    width: 450px;
    border: 2px solid white;
    border-width: 0 0 2px 2px;
    border-bottom-left-radius: 40px;
    margin-left: 180px;
}
.title .curve:after{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: white;
    border-radius: 100%;
    position: relative;
    left: 100%;
    top: 99%;
}
.title.blue .straight-line{
    background-color: #82c0ea;
}
.title.blue .box{
    border: 2px solid #82c0ea;
}
.title.blue .curve{
    border-color: #82c0ea;
}
.title.blue .curve:after{
    background-color: #82c0ea;
}
.list{
    position: absolute;
    top: 176px;
    left: 47.5%;
    text-align: center;
}
.list .list-photo{
    width: 550px;
    height: 410px;
}
.list .list-photo:before{
    content: '';
    display: block;
    border: 1px solid white;
    border-width: 2px 0 0 2px;
    border-radius: 60px 0 0 0;
    width: 25%;
    height: 30%;
}
.list .list-photo:after{
    content: '';
    display: block;
    border: 1px solid white;
    border-width: 0 2px 2px 0;
    border-radius: 0 0 60px 0;
    width: 25%;
    height: 30%;
    margin-top: 28.8%;
    margin-left: 74.5%;
}
.list .list-photo.blue:before{
    border: 1px solid #82c0ea;
    border-width: 2px 0 0 2px;
}
.list .list-photo.blue:after{
    border: 1px solid #82c0ea;
    border-width: 0 2px 2px 0;
}
.list .list-photo,
.list .list-content{
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transition: -webkit-transform 400ms ease-in;
    transition: transform 400ms ease-in;
    opacity: 1;
}
.list .list-content{
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}
.list-photo img,
.list-content img{
    display: block;
    margin: auto;
}
.list.hide .list-photo{
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
    opacity: 0;
}
.list .img-wrapper{
    width: 460px;
    height: 320px;
    overflow: hidden;
    border-radius: 50px;
    -webkit-transition: all 400ms ease 280ms;
    transition: all 400ms ease 280ms;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.list .img-wrapper.hover{
    -webkit-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
}
.list .img-wrapper.hover img{
    -webkit-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
}
_::-webkit-full-page-media, _:future, :root .list .img-wrapper{
  -webkit-mask-image: -webkit-radial-gradient(white, black); /* fix safari hover bug*/
}
.list .img-wrapper img{
    -webkit-transition: all 400ms ease 280ms;
    transition: all 400ms ease 280ms;
    position: relative;
}
.list.hide .img-wrapper{
    width: 550px;
    height: 390px;
}
.list .img-wrapper.hover:hover{
    width: 500px;
    height: 360px;
}
.list.hide .img-wrapper img{
    margin-top: 45px;
    margin-left: 45px;
}
.list .img-wrapper.hover:hover img{
    /*margin-top: 20px;
    margin-left: 20px;*/
}
/*section:nth-child(2) .list.hide .img-wrapper img,
section:nth-child(3) .list.hide .img-wrapper img,
section:nth-child(4) .list.hide .img-wrapper img,
section:nth-child(5) .list.hide .img-wrapper img{
}*/
section:nth-child(2) .list .img-wrapper img{
    left: -75px;
    top: -70px;
}
section:nth-child(2) .list.hide .img-wrapper img{
    left: -30px;
    top: -25px;
}
section:nth-child(2) .list .img-wrapper.hover:hover img{
    left: -55px;
    top: -50px;
}
section:nth-child(3) .list .img-wrapper img{
    left: -85px;
    top: -50px;
}
section:nth-child(3) .list.hide .img-wrapper img{
    left: -40px;
    top: -5px;
}
section:nth-child(3) .list .img-wrapper.hover:hover img{
    left: -65px;
    top: -30px;
}
section:nth-child(4) .list .img-wrapper img{
    left: -75px;
    top: -50px;
}
section:nth-child(4) .list.hide .img-wrapper img{
    left: -30px;
    top: -5px;
}
section:nth-child(4) .list .img-wrapper.hover:hover img{
    left: -55px;
    top: -30px;
}
section:nth-child(5) .list .img-wrapper img{
    left: -90px;
    top: -50px;
}
section:nth-child(5) .list.hide .img-wrapper img{
    left: -45px;
    top: -5px;
}
section:nth-child(5) .list .img-wrapper.hover:hover img{
    left: -70px;
    top: -30px;
}
.list.hide .list-content{
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
    opacity: 0;
}
.list .list-photo img{
    display: block;
}
.list .list-content{
    margin-top: 2.5em;
}
section.project-plan{
    background-color: #eaf6fd;
}
section.ui-ux{

}
section.app-marketing{
    background-color: #eaf6fd;
}
section.maintain{
    background-color: #82c0ea;
}
footer .wrapper{
    height: 174.4px;
    text-align: center;
    position: relative;
}
footer .wrapper img{
    position: absolute;
    bottom: 2em;
    width: 205.6px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
@media screen and (max-device-width: 480px),
only screen and (min-device-width: 320px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 2){
    header {
        -webkit-transition: none;
        -moz-transition: none;
          -o-transition: none;
             transition: none;
        -webkit-transform: none;
        transform: none;
    }
    header.fixed{
        position: fixed;
        z-index: 1000;
    }
    section.project-plan .container,
    section.ui-ux .container,
    section.app-marketing .container,
    section.maintain .container{
        padding-top: 0;
        width: 100%;
    }
    .banner{
        height: 300px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
    }
    .intro-content{
        width: 90%;
        margin: 0 5%;
    }
    .intro-content img{
        width: 100%;
    }
    .chart{
        -webkit-transform: scale(.5) translate( -50% ,0);
        transform: scale(.5) translate( -50% ,0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        top: 100px;
        right: 0px;
        left: 50%;
        margin: 0;
        position: relative;
    }
    .title .straight-line{
        display: none;
    }
    .title .box,
    .title.blue .box{
        border-width: 0;
        width: 180.5px;
        height: auto;
        margin: auto;
    }
    .title .box img{
        margin-top: 0;
        max-width: 120px;
    }
    .title .curve{
        display: none;
    }
    .title .curve:after{
    }
    .list{
        text-align: center;
        position: relative;
        top: 0;
        left: 0;
        width: 90%;
        margin: 0 5%;
        padding-top: 2em;
        padding-bottom: 2em;
    }
    section.intro .fp-tableCell:before{
        height: 80px;
    }
    section.intro .intro-content:before{
        height: 20%;
        max-height: 70px;
    }
    section:nth-child(2) .list .img-wrapper img,
    section:nth-child(2) .list.hide .img-wrapper img,
    section:nth-child(2) .list .img-wrapper.hover:hover img,
    section:nth-child(3) .list .img-wrapper img,
    section:nth-child(3) .list.hide .img-wrapper img,
    section:nth-child(3) .list .img-wrapper.hover:hover img,
    section:nth-child(4) .list .img-wrapper img,
    section:nth-child(4) .list.hide .img-wrapper img,
    section:nth-child(4) .list .img-wrapper.hover:hover img,
    section:nth-child(5) .list .img-wrapper img,
    section:nth-child(5) .list.hide .img-wrapper img,
    section:nth-child(5) .list .img-wrapper.hover:hover img{
        width: 250px;
        top: -25px;
        left: -40px;
    }
    .list.hide .list-photo{
        -webkit-transform: translate3d(0, 200%, 0);
        transform: translate3d(0, 200%, 0);
        opacity: 0;
    }
    .list.hide .img-wrapper img{
        margin-top: 0;
        margin-left: 0;
    }
    .list .list-photo{
        width: 200px;
        height: 149px;
        margin: auto;
    }
    .list.hide .img-wrapper{
        width: 167.3px;
        height: 116.4px;
        border-radius: 18px;
    }
    .list .img-wrapper{
        position: relative;
        width: 167.3px;
        height: 116.4px;
        border-radius: 18px;
    }
    .list .list-photo:before{
        content: '';
        display: block;
        border: 1px solid white;
        border-width: 2px 0 0 2px;
        border-radius: 20px 0 0 0;
        width: 25%;
        height: 30%;
        position: absolute;
        top: -15px;
    }
    .list .list-photo:after{
        content: '';
        display: block;
        border: 1px solid white;
        border-width: 0 2px 2px 0;
        border-radius: 0 0 20px 0;
        width: 25%;
        height: 30%;
        margin-top: 0;
        margin-left: 75%;
        position: absolute;
        bottom: 15px;
    }
    .list .img-wrapper.hover:hover{
        width: 167.3px;
        height: 116.4px;
    }
    .list .list-content{
        margin-top: 1em;
    }
    .list .title{
        margin-top: 5%;
        height: auto;
        top: 0;
        position: relative;
    }
    section .list-content img{
        width: 223px;
    }
    footer .wrapper img{
        width: 128.5px;
    }
    footer .wrapper{
        height: 109px;
    }
}
@media screen and (max-device-width: 320px){
    .chart{
        top: 90px;
        -webkit-transform: scale(.4) translate( -50% ,0);
        transform: scale(.4) translate( -50% ,0);
    }
    section .list-photo img{
        /*width: 221.2px;*/
    }
    .list{
        padding-top: 0;
    }
    .list .list-content{
        margin-top: 1em;
    }
}
/* 水平瀏覽 */
@media only screen and (min-device-width: 320px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation : landscape){
    .intro-content img{
        width: 309.5px;
    }
}
/* for ipad */
@media only screen and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1) {
    .banner{
        height: 450px;
    }
    .intro-content{
        width: 100%;
        padding-top: 5em;
        padding-bottom: 3em;
    }
    .intro-content:before{
        display: none;
    }
    .chart{
        margin-left: 2.5em;
    }
    .title .straight-line{
        margin-left: 140px;
    }
    .title .box{
        width: 241px;
        height: 121px;
        margin-left: 1em;
    }
    .title .box img{
        margin-top: 34px;
        width: 160px;
    }
    .title .curve{
        margin-left: 140px;
    }
    .list{
        left: 35.5%;
        top: 176px;
    }
    .list .list-photo{
        width: 423px;
        height: 315px;
    }
    .list .list-photo img{
        width: 430px;
    }
    .list .list-photo .img-wrapper{
        width: 354px;
        height: 246px;
    }
    .list.hide .img-wrapper img{
        margin: 0;
    }
    section:nth-child(2) .list .img-wrapper img,
    section:nth-child(2) .list .img-wrapper.hover:hover img,
    section:nth-child(2) .list.hide .img-wrapper img{
        left: -35px;
        top: -50px;
    }
    section:nth-child(3) .list .img-wrapper img,
    section:nth-child(3) .list .img-wrapper.hover:hover img,
    section:nth-child(3) .list.hide .img-wrapper img{
        left: -35px;
        top: -20px;
    }
    section:nth-child(4) .list .img-wrapper img,
    section:nth-child(4) .list .img-wrapper.hover:hover img,
    section:nth-child(4) .list.hide .img-wrapper img{
        left: -45px;
        top: -35px;
    }
    section:nth-child(5) .list .img-wrapper img,
    section:nth-child(5) .list .img-wrapper.hover:hover img,
    section:nth-child(5) .list.hide .img-wrapper img{
        left: -42px;
        top: -10px;
    }
}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 1){
    section.project-plan .container,
    section.ui-ux .container,
    section.app-marketing .container,
    section.maintain .container{
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
        overflow: hidden;
    }
    .chart{
        -webkit-transform: scale(.6);
        transform: scale(.6);
        -webkit-transform-origin: center;
        transform-origin: center;
        top: 80px;
        right: 0;
        left: 50px;
        margin: 0;
        position: relative;
    }
    section .title{
        top: 221px;
    }
    .list{
        top: 115px;
    }
    .list .list-content img{
        width: 319px;
    }
    .list .list-photo{
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }
    .list .list-content{
        margin-top: 0;
    }
}