﻿@charset "utf-8";
/* CSS Document */
body {
    background-repeat: repeat;
    font-family: Arial,'Noto Sans TC', sans-serif;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

/*表頭表尾*/
.top, .footer {
    line-height: 0px;
}

.top {
    z-index: 99;
    position: relative;
}

/*很多物件通用*/
.BRR {
    height: 1px;
}

.width1280 {
    max-width: 1200px;
    min-width: 280px;
    height: auto;
    margin: 0 auto;
}

.topICON {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

a {
    color: #a01b3b;
    text-decoration: none;
}

    a:hover {
        color: #3b9a9c;
        text-decoration: none;
    }



/*BANNER 進場delay時間、浮動*/
.banner {
    position: relative;
    overflow: hidden;
}

img.banner001, img.banner002, img.banner003, img.banner004, img.banner005, img.banner006, img.banner007, img.banner008, img.banner008, img.banner009, img.banner010, img.banner011 {
    position: absolute;
}

img.banner001 {
    -webkit-animation-delay: 0.6s; /* Chrome, Safari, Opera */
    animation-delay: 0.6s;
}

img.banner002 {
    -webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
    animation-delay: 1s;
}

img.banner003 {
    -webkit-animation-delay: 1.4s; /* Chrome, Safari, Opera */
    animation-delay: 1.4s;
}

img.banner004 {
    -webkit-animation-delay: 1.6s; /* Chrome, Safari, Opera */
    animation-delay: 1.6s;
}

img.banner005 {
    -webkit-animation-delay: 1.8s; /* Chrome, Safari, Opera */
    animation-delay: 1.8s;
}

img.banner006 {
    -webkit-animation-delay: 2s; /* Chrome, Safari, Opera */
    animation-delay: 2s;
}

img.banner007 {
    -webkit-animation-delay: 2.2s; /* Chrome, Safari, Opera */
    animation-delay: 2.2s;
}

img.banner008 {
    -webkit-animation-delay: 2.4s; /* Chrome, Safari, Opera */
    animation-delay: 2.4s;
}

img.banner009 {
    -webkit-animation-delay: 2.6s; /* Chrome, Safari, Opera */
    animation-delay: 2.6s; 
}

img.banner0010 {
    -webkit-animation-delay: 0.6s; /* Chrome, Safari, Opera */
    animation-delay: 0.6s;
}

img.banner0011 {
    -webkit-animation-delay: 0.6s; /* Chrome, Safari, Opera */
    animation-delay: 0.6s;
}


.responsive {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}



/*表單區*/
.fill {
    margin: 0 auto;
    background-color: #fcecdd;
    text-align: center;
    padding: 60px 10px;
}

    .fill h1 {
        color: #535353;
        font-size: 40px;
        font-weight: 600;
        line-height: 1.3em;
        margin-top: 0;
        margin-bottom: 50px;
    }

        .fill h1 .focus {
            color: #f6766d;
        }

.fill_lable img {
    width: 94%;
    height: auto;
}

.fill .statement-box {
    padding-left: 1.3%;
    margin-top: 4px;
    margin-bottom: 4px;
}

.fill .statement {
    color: #000;
    line-height: 40px;
    font-size: 16px;
    letter-spacing: 0.1em;
}

    .fill .statement a {
        color: #000;
    }

        .fill .statement a:hover {
            color: #000;
        }

.fill_form {
    padding: 0;
}

.option {
    text-align: left;
}

.fill .form-control {
    display: block;
    width: 100%;
    height: 46px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    margin: 4px auto;
    background-color: #fff;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


/* Bounce To Right 02*/
.hvr-bounce-to-right02 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 4px 4px 0px rgba(246, 118, 109, 0.3);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background: #f6766d;
    width: 100%;
    text-align: center;
    padding: 7px;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.1em;
}

    .hvr-bounce-to-right02:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #e9494f;
        box-shadow: none;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-bounce-to-right02:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
        color: #ffffff;
    }

        .hvr-bounce-to-right02:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        }




/* 媽媽一唸，秒回一句「媽，我、愛、你 */

.content1 {
    margin: 0 auto;
    background: url(../images/c-bg.jpg) center center no-repeat;
    padding: 60px 0 0 0;
    background-size: cover;
}



    .content1 h2 {
        display: block;
        margin: 0 auto 0 auto;
        text-align: center;
        color: #535353;
        font-size: 40px;
        font-weight: 600;
        line-height: 1.3em;
    }


    .content1 h3 {
        display: block;
        margin: 0 auto 50px auto;
        text-align: center;
        color: #f6766d;
        font-size: 26px;
        font-weight: 400;
        line-height: 1.3em;
    }

    .content1 p {
        display: block;
        margin: 0 auto 0 auto;
        text-align: center;
        color: #5c5c5c;
        font-size: 20px;
        font-weight: 600;
        line-height: 1.3em;
    }

.language-box {
    position: relative;
    text-align: center;
}

.talk-box {
    display: block;
    margin: 5px auto 22px auto;
    text-align: center;
    background-color: #ffdedb;
    border-radius: 10px;
    position: relative;
    padding: 20px 10px;
    width: 160px;
    height: 156px;
}

    .talk-box::before {
        content: '';
        display: block;
        position: absolute;
        background-color: #ffdedb;
        border-width: 0;
        -webkit-transform: rotate( 135deg );
        transform: rotate( 135deg );
        width: 10px;
        height: 10px;
        border-top-width: 2px;
        border-right-width: 2px;
        -webkit-transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
        transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
        bottom: -5.5px;
        left: 0;
        right: 0;
        margin: 0 auto;
        line-height: 0;
    }

img.flag {
    width: 52px;
    height: auto;
    margin-bottom: 8px;
    text-align: center;
}

img.figure-child {
    width: 210px;
    height: auto;
    text-align: center;
    margin: 0 auto;
}



/*一機在手 外語通通有*/
.content2 {
    position: relative;
    margin: 0 auto;
    padding: 60px 0 40px 0;
    background-color: #f2f2f2;
}

    .content2 h2 {
        display: block;
        margin: 0 auto 0 auto;
        text-align: center;
        color: #535353;
        font-size: 40px;
        font-weight: 600;
        line-height: 1.3em;
    }


    .content2 h3 {
        display: block;
        margin: 0 auto 50px auto;
        text-align: center;
        color: #f6766d;
        font-size: 26px;
        font-weight: 400;
        line-height: 1.3em;
    }


    .content2 p {
        text-align: center;
        font-size: 24px;
        font-weight: 500;
        color: #ff847b;
        margin-bottom: 10px;
    }

    .content2 img {
        width: 90px;
        height: auto;
        margin: 10px auto;
    }


.list-box {
    margin: 0 auto;
    max-width: 200px;
    height: 280px;
    padding: 30px 15px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
}


.register-btn {
    display: block;
    width: 125px;
    height: auto;
    padding: 6px 5px;
    margin: 15px auto 0 auto;
    background-color: #ff847b;
    color: #ffffff;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 0 #e37168;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    .register-btn:hover {
        -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
        transform: translateY(3px);
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }





/* define bootstrap 5 columns */
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-1-5 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
}


/*  ↓↓↓↓    螢幕尺寸大於2560時頁面顯示效果↓↓↓↓    */
@media (min-width: 1921px) {
    /*BANNER*/
    img.banner_big {
        width: 100%;
        height: auto;
    }

    img.banner_min {
        display: none;
    }

    img.banner001 {
        display: block;
        top: 10%;
        left: 6%;
        z-index: 5;
        width: 33%;
        height: auto;
    }

    img.banner002 {
        display: block;
        bottom: 0%;
        left: 39.5%;
        z-index: 5;
        width: 54%;
        height: auto;
    }

    img.banner003 {
        display: block;
        top: 45%;
        left: 39%;
        z-index: 5;
        width: 10%;
        height: auto;
    }

    img.banner004 {
        display: block;
        top: 28%;
        left: 38.7%;
        z-index: 5;
        width: 10%;
        height: auto;
    }

    img.banner005 {
        display: block;
        top: 11%;
        left: 48.5%;
        z-index: 5;
        width: 10%;
        height: auto;
    }

    img.banner006 {
        display: block;
        top: 12%;
        left: 61%;
        z-index: 5;
        width: 10%;
        height: auto;
    }

    img.banner007 {
        display: block;
        top: 11%;
        left: 74%;
        z-index: 5;
        width: 10%;
        height: auto;
    }

    img.banner008 {
        display: block;
        top: 30%;
        left: 83.5%;
        z-index: 5;
        width: 10%;
        height: auto;
    }

    img.banner009 {
        display: block;
        top: 47%;
        left: 84.3%;
        z-index: 5;
        width: 10%;
        height: auto;
    }

    img.banner010 {
        display: block;
        top: 60%;
        left: 1.4%;
        z-index: 4;
        width: 15%;
        height: auto;
    }

    img.banner011 {
        display: block;
        top: 3%;
        left: 83.7%;
        z-index: 4;
        width: 15%;
        height: auto;
    }
}



/*  ↓↓↓↓    螢幕尺寸大於1920時頁面顯示效果↓↓↓↓    */
@media (min-width: 1680px) and (max-width:1920px) {
    /*BANNER*/
    img.banner_big {
        width: 100%;
        height: auto;
    }

    img.banner_min {
        display: none;
    }

    img.banner001 {
        display: block;
        top: 10%;
        left: 6%;
        z-index: 5;
        width: 33%;
        height: auto;
    }

    img.banner002 {
        display: block;
        bottom: 0%;
        left: 39.5%;
        z-index: 5;
        width: 54%;
        height: auto;
    }

    img.banner003 {
        display: block;
        top: 45%;
        left: 39%;
        z-index: 5;
        width: 10%;
        height: auto;
    }

    img.banner004 {
        display: block;
        top: 28%;
        left: 38.7%;
        z-index: 5;
        width: 10%;
        height: auto;
    }

    img.banner005 {
        display: block;
        top: 11%;
        left: 48.5%;
        z-index: 5;
        width: 10%;
        height: auto;
    }

    img.banner006 {
        display: block;
        top: 12%;
        left: 61%;
        z-index: 5;
        width: 10%;
        height: auto;
    }

    img.banner007 {
        display: block;
        top: 11%;
        left: 74%;
        z-index: 5;
        width: 10%;
        height: auto;
    }

    img.banner008 {
        display: block;
        top: 30%;
        left: 83.5%;
        z-index: 5;
        width: 10%;
        height: auto;
    }

    img.banner009 {
        display: block;
        top: 47%;
        left: 84.3%;
        z-index: 5;
        width: 10%;
        height: auto;
    }

    img.banner010 {
        display: block;
        top: 60%;
        left: 1.4%;
        z-index: 4;
        width: 15%;
        height: auto;
    }

    img.banner011 {
        display: block;
        top: 3%;
        left: 83.7%;
        z-index: 4;
        width: 15%;
        height: auto;
    }
}

/*  ↓↓↓↓    螢幕尺寸大於1680時頁面顯示效果↓↓↓↓    */
@media (min-width: 1440px) and (max-width:1680px) {
    /*BANNER*/
    img.banner_big {
        width: 100%;
        height: auto;
    }

    img.banner_min {
        display: none;
    }

    img.banner001 {
        display: block;
        top: 10%;
        left: 6%;
        z-index: 5;
        width: 33%;
        height: auto;
    }

    img.banner002 {
        display: block;
        bottom: 0%;
        left: 39.5%;
        z-index: 5;
        width: 54%;
        height: auto;
    }

    img.banner003 {
        display: block;
        top: 45%;
        left: 39%;
        z-index: 5;
        width: 10%;
        height: auto;
    }

    img.banner004 {
        display: block;
        top: 28%;
        left: 38.7%;
        z-index: 5;
        width: 10%;
        height: auto;
    }

    img.banner005 {
        display: block;
        top: 11%;
        left: 48.5%;
        z-index: 5;
        width: 10%;
        height: auto;
    }

    img.banner006 {
        display: block;
        top: 12%;
        left: 61%;
        z-index: 5;
        width: 10%;
        height: auto;
    }

    img.banner007 {
        display: block;
        top: 11%;
        left: 74%;
        z-index: 5;
        width: 10%;
        height: auto;
    }

    img.banner008 {
        display: block;
        top: 30%;
        left: 83.5%;
        z-index: 5;
        width: 10%;
        height: auto;
    }

    img.banner009 {
        display: block;
        top: 47%;
        left: 84.3%;
        z-index: 5;
        width: 10%;
        height: auto;
    }

    img.banner010 {
        display: block;
        top: 60%;
        left: 1.4%;
        z-index: 4;
        width: 15%;
        height: auto;
    }

    img.banner011 {
        display: block;
        top: 3%;
        left: 83.7%;
        z-index: 4;
        width: 15%;
        height: auto;
    }
}


/*  ↓↓↓↓    ipad 橫向 w1024 ↓↓↓↓   */
@media (min-width: 1200px) and (max-width:1440px) {
    /*BANNER*/
    img.banner_big {
        width: 100%;
        height: auto;
    }

    img.banner_min {
        display: none;
    }

    img.banner001 {
        display: block;
        top: 10%;
        left: 6%;
        z-index: 5;
        width: 33%;
        height: auto;
    }

    img.banner002 {
        display: block;
        bottom: 0%;
        left: 39.5%;
        z-index: 5;
        width: 54%;
        height: auto;
    }

    img.banner003 {
        display: block;
        top: 45%;
        left: 39%;
        z-index: 5;
        width: 10%;
        height: auto;
    }

    img.banner004 {
        display: block;
        top: 28%;
        left: 38.7%;
        z-index: 5;
        width: 10%;
        height: auto;
    }

    img.banner005 {
        display: block;
        top: 11%;
        left: 48.5%;
        z-index: 5;
        width: 10%;
        height: auto;
    }

    img.banner006 {
        display: block;
        top: 12%;
        left: 61%;
        z-index: 5;
        width: 10%;
        height: auto;
    }

    img.banner007 {
        display: block;
        top: 11%;
        left: 74%;
        z-index: 5;
        width: 10%;
        height: auto;
    }

    img.banner008 {
        display: block;
        top: 30%;
        left: 83.5%;
        z-index: 5;
        width: 10%;
        height: auto;
    }

    img.banner009 {
        display: block;
        top: 47%;
        left: 84.3%;
        z-index: 5;
        width: 10%;
        height: auto;
    }

    img.banner010 {
        display: block;
        top: 60%;
        left: 1.4%;
        z-index: 4;
        width: 15%;
        height: auto;
    }

    img.banner011 {
        display: block;
        top: 3%;
        left: 83.7%;
        z-index: 4;
        width: 15%;
        height: auto;
    }
}



/*  ↓↓↓↓    ipad 直向 w991 ↓↓↓↓    */
@media (min-width: 991px) and (max-width:1200px) {

    /*BANNER*/
    img.banner_big {
        width: 100%;
        height: auto;
    }

    img.banner_min {
        display: none;
    }

    img.banner001 {
        display: block;
        top: 10%;
        left: 6%;
        z-index: 5;
        width: 33%;
        height: auto;
    }

    img.banner002 {
        display: block;
        bottom: 0%;
        left: 39.5%;
        z-index: 5;
        width: 54%;
        height: auto;
    }

    img.banner003 {
        display: block;
        top: 45%;
        left: 39%;
        z-index: 5;
        width: 10%;
        height: auto;
    }

    img.banner004 {
        display: block;
        top: 28%;
        left: 38.7%;
        z-index: 5;
        width: 10%;
        height: auto;
    }

    img.banner005 {
        display: block;
        top: 11%;
        left: 48.5%;
        z-index: 5;
        width: 10%;
        height: auto;
    }

    img.banner006 {
        display: block;
        top: 12%;
        left: 61%;
        z-index: 5;
        width: 10%;
        height: auto;
    }

    img.banner007 {
        display: block;
        top: 11%;
        left: 74%;
        z-index: 5;
        width: 10%;
        height: auto;
    }

    img.banner008 {
        display: block;
        top: 30%;
        left: 83.5%;
        z-index: 5;
        width: 10%;
        height: auto;
    }

    img.banner009 {
        display: block;
        top: 47%;
        left: 84.3%;
        z-index: 5;
        width: 10%;
        height: auto;
    }

    img.banner010 {
        display: block;
        top: 60%;
        left: 1.4%;
        z-index: 4;
        width: 15%;
        height: auto;
    }

    img.banner011 {
        display: block;
        top: 3%;
        left: 83.7%;
        z-index: 4;
        width: 15%;
        height: auto;
    }



    /*媽媽一唸，秒回一句「媽，我、愛、你*/
    img.figure-child {
        width: 180px;
        height: auto;
        text-align: center;
        margin: 0 auto;
    }
}

/*  ↓↓↓↓    ipad 直向 w992 ↓↓↓↓    */
@media (min-width: 767px) and (max-width:991px) {

    /*BANNER*/
    img.banner_big {
        display: none;
    }

    img.banner_min {
        width: 100%;
        height: auto;
    }

    img.banner001 {
        display: block;
        top: 4%;
        left: 24%;
        z-index: 5;
        width: 54%;
        height: auto;
    }

    img.banner002 {
        display: block;
        bottom: 0%;
        left: 7%;
        z-index: 5;
        width: 86%;
        height: auto;
    }

    img.banner003 {
        display: block;
        top: 64.5%;
        left: 5.5%;
        z-index: 5;
        width: 17%;
        height: auto;
    }

    img.banner004 {
        display: block;
        top: 54%;
        left: 3.7%;
        z-index: 5;
        width: 17%;
        height: auto;
    }

    img.banner005 {
        display: block;
        top: 44%;
        left: 17.5%;
        z-index: 5;
        width: 17%;
        height: auto;
    }

    img.banner006 {
        display: block;
        top: 46%;
        left: 41.2%;
        z-index: 5;
        width: 17%;
        height: auto;
    }

    img.banner007 {
        display: block;
        top: 44%;
        left: 66%;
        z-index: 5;
        width: 17%;
        height: auto;
    }

    img.banner008 {
        display: block;
        top: 53%;
        left: 77.5%;
        z-index: 5;
        width: 17%;
        height: auto;
    }

    img.banner009 {
        display: block;
        top: 64%;
        left: 77%;
        z-index: 5;
        width: 17%;
        height: auto;
    }

    img.banner010 {
        display: block;
        top: 3%;
        left: 2.6%;
        z-index: 4;
        width: 29%;
        height: auto;
        -moz-transform: scaleY(-1);
        -webkit-transform: scaleY(-1);
        -o-transform: scaleY(-1);
        transform: scaleY(-1);
    }

    img.banner011 {
        display: block;
        top: 3%;
        left: 68.2%;
        z-index: 4;
        width: 29%;
        height: auto;
    }

    /*表單*/
    .fill {
        padding: 60px 30px;
    }

        .fill h1 {
            font-size: 34px;
        }

    .fill_lable img {
        width: 80%;
        padding-top: 5px;
        padding-bottom: 20px;
    }

    /*媽媽一唸，秒回一句「媽，我、愛、你*/
    .content1 h2 {
        font-size: 34px;
        line-height: 1.5em;
    }

    img.figure-child {
        margin: 0 auto 30px auto;
    }
}

/* ↓↓↓↓ iPhone Plus w414  Pixel 2 w411 手機尺寸,顯示效果 ↓↓↓↓  */
@media (min-width: 410px) and (max-width:767px) {

    /*BANNER*/
    img.banner_big {
        display: none;
    }

    img.banner_min {
        width: 100%;
        height: auto;
    }

    img.banner001 {
        display: block;
        top: 4%;
        left: 24%;
        z-index: 5;
        width: 54%;
        height: auto;
    }

    img.banner002 {
        display: block;
        bottom: 0%;
        left: 7%;
        z-index: 5;
        width: 86%;
        height: auto;
    }

    img.banner003 {
        display: block;
        top: 64.5%;
        left: 5.5%;
        z-index: 5;
        width: 17%;
        height: auto;
    }

    img.banner004 {
        display: block;
        top: 54%;
        left: 3.7%;
        z-index: 5;
        width: 17%;
        height: auto;
    }

    img.banner005 {
        display: block;
        top: 44%;
        left: 17.5%;
        z-index: 5;
        width: 17%;
        height: auto;
    }

    img.banner006 {
        display: block;
        top: 46%;
        left: 41.2%;
        z-index: 5;
        width: 17%;
        height: auto;
    }

    img.banner007 {
        display: block;
        top: 44%;
        left: 66%;
        z-index: 5;
        width: 17%;
        height: auto;
    }

    img.banner008 {
        display: block;
        top: 53%;
        left: 77.5%;
        z-index: 5;
        width: 17%;
        height: auto;
    }

    img.banner009 {
        display: block;
        top: 64%;
        left: 77%;
        z-index: 5;
        width: 17%;
        height: auto;
    }

    img.banner010 {
        display: block;
        top: 3%;
        left: 2.6%;
        z-index: 4;
        width: 29%;
        height: auto;
        -moz-transform: scaleY(-1);
        -webkit-transform: scaleY(-1);
        -o-transform: scaleY(-1);
        transform: scaleY(-1);
    }

    img.banner011 {
        display: block;
        top: 3%;
        left: 68.2%;
        z-index: 4;
        width: 29%;
        height: auto;
    }

    /*表單*/
    .fill {
        padding: 40px 20px;
    }

        .fill h1 {
            font-size: 30px;
            margin-bottom: 20px;
        }

    .fill_lable img {
        width: 94%;
        height: auto;
        margin-bottom: 10px;
    }


    /*媽媽一唸，秒回一句「媽，我、愛、你*/
    .content1 {
        padding: 40px 20px;
    }

        .content1 h2 {
            font-size: 30px;
            margin-bottom: 10px;
        }

        .content1 h3 {
            font-size: 19px;
        }

    .language-box {
        margin-bottom: 30px;
    }

    .talk-box {
        margin: 5px auto 10px auto;
    }

    /*一機在手 外語通通有*/
    .content2 {
        padding: 40px 0 0 0;
    }

        .content2 h2 {
            font-size: 30px;
            margin-bottom: 10px;
        }

        .content2 h3 {
            font-size: 19px;
        }
}

/* ↓↓↓↓ iPhone X   iPhone6/7/8 w375 手機尺寸,顯示效果 ↓↓↓↓  */
@media (min-width: 320px) and (max-width:410px) {

    /*BANNER*/
    img.banner_big {
        display: none;
    }

    img.banner_min {
        width: 100%;
        height: auto;
    }

    img.banner001 {
        display: block;
        top: 2%;
        left: 21%;
        z-index: 5;
        width: 60%;
        height: auto;
    }

    img.banner002 {
        display: block;
        bottom: 0%;
        left: 7%;
        z-index: 5;
        width: 86%;
        height: auto;
    }

    img.banner003 {
        display: block;
        top: 64.5%;
        left: 5.5%;
        z-index: 5;
        width: 17%;
        height: auto;
    }

    img.banner004 {
        display: block;
        top: 54%;
        left: 3.7%;
        z-index: 5;
        width: 17%;
        height: auto;
    }

    img.banner005 {
        display: block;
        top: 44%;
        left: 14%;
        z-index: 5;
        width: 17%;
        height: auto;
    }

    img.banner006 {
        display: block;
        top: 46%;
        left: 40.2%;
        z-index: 5;
        width: 17%;
        height: auto;
    }

    img.banner007 {
        display: block;
        top: 44%;
        left: 69%;
        z-index: 5;
        width: 17%;
        height: auto;
    }

    img.banner008 {
        display: block;
        top: 54%;
        left: 77.5%;
        z-index: 5;
        width: 17%;
        height: auto;
    }

    img.banner009 {
        display: block;
        top: 64%;
        left: 77%;
        z-index: 5;
        width: 17%;
        height: auto;
    }

    img.banner010 {
        display: block;
        top: 3%;
        left: 2.6%;
        z-index: 4;
        width: 29%;
        height: auto;
        -moz-transform: scaleY(-1);
        -webkit-transform: scaleY(-1);
        -o-transform: scaleY(-1);
        transform: scaleY(-1);
    }

    img.banner011 {
        display: block;
        top: 3%;
        left: 68.2%;
        z-index: 4;
        width: 29%;
        height: auto;
    }

    /*表單*/
    .fill {
        padding: 40px 10px;
    }

        .fill h1 {
            font-size: 26px;
            margin-bottom: 20px;
        }

    .fill_lable img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }



    /*媽媽一唸，秒回一句「媽，我、愛、你*/
    .content1 {
        padding: 40px 10px;
    }

        .content1 h2 {
            font-size: 26px;
            margin-bottom: 10px;
        }

        .content1 h3 {
            font-size: 18px;
        }

    .language-box {
        margin-bottom: 30px;
    }

    .talk-box {
        margin: 5px auto 10px auto;
    }


    /*一機在手 外語通通有*/
    .content2 {
        padding: 40px 10px;
    }

        .content2 h2 {
            font-size: 26px;
            margin-bottom: 10px;
        }

        .content2 h3 {
            font-size: 18px;
        }

    .figure-box {
        position: relative;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        background-color: #fff100;
        padding: 20px;
        margin: 0 auto;
        transition: 0.2s;
    }

        .figure-box img {
            position: absolute;
            max-width: 90px;
            height: auto;
            top: 20%;
            left: 20%;
        }
}



/* ↓↓↓↓ 手機尺寸SE ,顯示效果 ↓↓↓↓  */
@media (max-width: 320px) {

    /*BANNER*/
    img.banner_big {
        display: none;
    }

    img.banner_min {
        width: 100%;
        height: auto;
    }

    img.banner001 {
        display: block;
        top: 2%;
        left: 21%;
        z-index: 5;
        width: 60%;
        height: auto;
    }

    img.banner002 {
        display: block;
        bottom: 0%;
        left: 7%;
        z-index: 5;
        width: 86%;
        height: auto;
    }

    img.banner003 {
        display: block;
        top: 64.5%;
        left: 5.5%;
        z-index: 5;
        width: 17%;
        height: auto;
    }

    img.banner004 {
        display: block;
        top: 54%;
        left: 3.7%;
        z-index: 5;
        width: 17%;
        height: auto;
    }

    img.banner005 {
        display: block;
        top: 44%;
        left: 14%;
        z-index: 5;
        width: 17%;
        height: auto;
    }

    img.banner006 {
        display: block;
        top: 46%;
        left: 40.2%;
        z-index: 5;
        width: 17%;
        height: auto;
    }

    img.banner007 {
        display: block;
        top: 44%;
        left: 69%;
        z-index: 5;
        width: 17%;
        height: auto;
    }

    img.banner008 {
        display: block;
        top: 54%;
        left: 77.5%;
        z-index: 5;
        width: 17%;
        height: auto;
    }

    img.banner009 {
        display: block;
        top: 64%;
        left: 77%;
        z-index: 5;
        width: 17%;
        height: auto;
    }

    img.banner010 {
        display: block;
        top: 3%;
        left: 2.6%;
        z-index: 4;
        width: 29%;
        height: auto;
        -moz-transform: scaleY(-1);
        -webkit-transform: scaleY(-1);
        -o-transform: scaleY(-1);
        transform: scaleY(-1);
    }

    img.banner011 {
        display: block;
        top: 3%;
        left: 68.2%;
        z-index: 4;
        width: 29%;
        height: auto;
    }

    /*表單*/
    .fill {
        padding: 40px 10px;
    }

        .fill h1 {
            font-size: 26px;
            margin-bottom: 20px;
        }

    .fill_lable img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }


    /*媽媽一唸，秒回一句「媽，我、愛、你*/
    .content1 {
        padding: 40px 10px;
    }

        .content1 h2 {
            font-size: 26px;
            margin-bottom: 10px;
        }

        .content1 h3 {
            font-size: 18px;
            margin: 0 auto 40px auto;
        }

    .language-box {
        margin-bottom: 30px;
    }

    .talk-box {
        margin: 5px auto 10px auto;
    }



    /*一機在手 外語通通有*/
    .content2 {
        padding: 40px 0 0 0;
    }

        .content2 h2 {
            font-size: 26px;
            margin-bottom: 10px;
        }

        .content2 h3 {
            font-size: 18px;
            margin: 0 auto 40px auto;
        }

    .figure-box {
        position: relative;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        background-color: #fff100;
        padding: 20px;
        margin: 0 auto;
        transition: 0.2s;
    }

        .figure-box img {
            position: absolute;
            max-width: 90px;
            height: auto;
            top: 20%;
            left: 20%;
        }
}
