@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);

/***** page區域 *****/

.page1 {
    height: 880px;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url("./img/page1.jpg");
}

.page2 {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url("./img/page2.jpg");
    height: 880px;
    background-size: cover;
}

.page3 {
    height: 30px;
}

.page4 {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url("./img/page4.jpg");
    height: 880px;
    background-size: cover;
}

.page5 {
    height: 300px;
}

.page6 {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url("./img/page6.jpg");
    height: 880px;
    background-size: cover;
}
.page7 {
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url("./img/page7.jpg");
    height: 880px;
    background-size: 100%;

}
.page8 {

    background-repeat: no-repeat;
    background-position: center top;
    background-image: url("./img/page8.jpg");
    height: 880px;
    background-size: 100%;
    background-position-y: 100px;

}
.page9 {
        background-color: #F35858;
    height: 880px;
}
.img_page9_01{
    width: 350px;
}
.img_page9_02{
    width: 250px;
}
.box {
    height: 200px;
    background-color: white;
}


/***** text區域 *****/
.text{
        height: 70px;
    text-shadow: rgba(140, 140, 140, 0.75) 0 2.5px 2.5px;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 100;

}

.text_page1 {

    -webkit-transition: all 1300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 1300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    width: 100%;
    font-size: 42px;
    text-align: center;
    position: absolute;
    margin-top: 350px;
    color: white;
    opacity: 0;
}

.text_page2 {
    -webkit-transition: all 1300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 1300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    width: 100%;
    font-size: 42px;
    text-align: center;
    position: absolute;
    margin-top: 350px;
    color: white;
    opacity: 0;

}

.text_page4 {
    -webkit-transition: all 1300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 1300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    width: 100%;
    font-size: 42px;
    text-align: center;
    position: absolute;
    margin-top: 350px;
    color: white;
    opacity: 0;
}

.text_page5 {
    color: black;
    text-align: center;
    width: 100%;
    position: absolute;
    font-size: 2.1em;
    top: calc(50% - 70px);
}

.text_page6 {
    -webkit-transition: all 1300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 1300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    width: 100%;
    font-size: 42px;
    text-align: center;
    position: absolute;
    margin-top: 350px;
    color: white;
    opacity: 0;
}

.text_page7 {
    -webkit-transition: all 1300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 1300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    width: 100%;
    font-size: 42px;
    text-align: center;
    position: absolute;
    top: calc(50%);
    color: black;
}
.text_page8_01 {
    -webkit-transition: all 1300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 1300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    width: 100%;
    font-size: 42px;
    text-align: center;
    position: absolute;
    top: calc(4%);
    color: black;
}
.text_page8_02 {
    -webkit-transition: all 1300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 1300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    width: 40%;
    font-size: 15px;
    text-align: center;
    position: absolute;
    top: calc(50%);
    color: black;
}
.show {
    opacity: 1;
}


/***** 其他控制區域 *****/

body {
    margin: 0px/*讓圖片佔滿全螢幕*/
}

.container {
    margin-right: auto;
    margin-left: auto;
}

.section {
    position: relative;
}

.xm-product-box {
    overflow: hidden;
}
