/* —————————————————————————————————————————————————— */
/* —————————— 超小螢幕設備 (手機，小於 768px) —————————— */
/* —————————————————————————————————————————————————— */

#mainWrapper .indexView {
    display: block;
    opacity: 1;
    width: 100%;
    height: 100%;
    background: url("../resource/index/kv-m.jpg") center no-repeat black;
    background-size: cover;
}

#mainWrapper .indexView .catch {

    position: absolute;
    width: 406px;
    max-width: 406px;
    left: 50%;
    top: 45px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

#mainWrapper .indexView .catch img {
    width: 100%;
    height: auto;
}

#mainWrapper .indexView .cfa {

    position: absolute;
    width: 278px;
    max-width: 278px;
    left: 50%;
    bottom: 114px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

#mainWrapper .indexView .cfa img {
    width: 100%;
    height: auto;
}