﻿@charset "utf-8";
/* CSS Document */

html {
    Font-size: 100%;
}

body {
    font-family: arial, "微軟正黑體", "sans-serif"; /*	background-image: url(../images/bg.jpg);*/
    overflow-y: scroll;
    overflow-x: hidden;
}

.topic1 {
    font-size: 36px;
    font-weight: bold;
    color: #6f2108;
}

.topic2 {
    font-size: 32px;
    color: #71226e;
}

.rb2g {
    background-image: url('../images/balloon_bg.jpg');
    background-size: cover;
}

.balloone_word {
    position: absolute;
    top: 0;
    left: 0;
}

.container_my {
    margin: 0 auto;
    width: 1200px;
}

.card_wrapper {
    width: 100%;
    height: 240px;
    box-sizing: border-box;
    cursor: pointer;
    /*	perspective:1000px;*/
}

    .card_wrapper:hover .card_inner {
        transform: rotateX(180deg) translateZ(0);
    }

.card_inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    transform-origin: center center;
    transition: transform 0.6s;
}

.card_front {
    position: absolute;
    z-index: 4;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.card_back {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform-origin: center center;
    transform: rotateX(-180deg);
}

    .card_front img, .card_back img {
        width: 100%;
        height: 100%;
    }

.balloonanimation1 {
    position: relative;
}

@-webkit-keyframes balloonanimation1 {
    0% {
        top: 0px;
    }

    20% {
    }

    50% {
        top: 12px;
    }

    80% {
    }

    100% {
        top: 0px;
    }
}

.balloonanimation2 {
    position: relative;
}

@-webkit-keyframes balloonanimation2 {
    0% {
        top: 0px;
    }

    20% {
    }

    50% {
        top: 10px;
    }

    80% {
    }

    100% {
        top: 0px;
    }
}

.balloonanimation3 {
    position: relative;
}

@-webkit-keyframes balloonanimation3 {
    0% {
        top: 0px;
    }

    20% {
    }

    50% {
        top: 16px;
    }

    80% {
    }

    100% {
        top: 0px;
    }
}

.balloonanimation4 {
    position: relative;
}

@-webkit-keyframes balloonanimation4 {
    0% {
        top: 0px;
    }

    20% {
    }

    50% {
        top: 10px;
    }

    80% {
    }

    100% {
        top: 0px;
    }
}

.balloonanimation5 {
    position: relative;
}

@-webkit-keyframes balloonanimation5 {
    0% {
        top: 0px;
    }

    20% {
    }

    50% {
        top: 8px;
    }

    80% {
    }

    100% {
        top: 0px;
    }
}

/* 版頭動態 */
.slideshow {
    /*position: absolute;*/
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.slideshow-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background: no-repeat 50% 50%;
    background-size: cover;
    -webkit-animation-name: kenburns;
    animation-name: kenburns;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 16s;
    animation-duration: 16s;
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

    .slideshow-image:nth-child(1) {
        -webkit-animation-name: kenburns-1;
        animation-name: kenburns-1;
        z-index: 3;
    }

    .slideshow-image:nth-child(2) {
        -webkit-animation-name: kenburns-2;
        animation-name: kenburns-2;
        z-index: 2;
    }

    .slideshow-image:nth-child(3) {
        -webkit-animation-name: kenburns-3;
        animation-name: kenburns-3;
        z-index: 1;
    }

    .slideshow-image:nth-child(4) {
        -webkit-animation-name: kenburns-4;
        animation-name: kenburns-4;
        z-index: 0;
    }

@-webkit-keyframes kenburns-1 {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    1.5625% {
        opacity: 1;
    }

    23.4375% {
        opacity: 1;
    }

    26.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    98.4375% {
        opacity: 0;
        -webkit-transform: scale(1.21176);
        transform: scale(1.21176);
    }

    100% {
        opacity: 1;
    }
}

@keyframes kenburns-1 {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    1.5625% {
        opacity: 1;
    }

    23.4375% {
        opacity: 1;
    }

    26.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    98.4375% {
        opacity: 0;
        -webkit-transform: scale(1.21176);
        transform: scale(1.21176);
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes kenburns-2 {
    23.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    26.5625% {
        opacity: 1;
    }

    48.4375% {
        opacity: 1;
    }

    51.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes kenburns-2 {
    23.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    26.5625% {
        opacity: 1;
    }

    48.4375% {
        opacity: 1;
    }

    51.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-webkit-keyframes kenburns-3 {
    48.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    51.5625% {
        opacity: 1;
    }

    73.4375% {
        opacity: 1;
    }

    76.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes kenburns-3 {
    48.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    51.5625% {
        opacity: 1;
    }

    73.4375% {
        opacity: 1;
    }

    76.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-webkit-keyframes kenburns-4 {
    73.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    76.5625% {
        opacity: 1;
    }

    98.4375% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes kenburns-4 {
    73.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    76.5625% {
        opacity: 1;
    }

    98.4375% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* 版頭動態 end */





.balloon_btn {
    position: absolute;
    bottom: 30px;
    -webkit-animation-duration: 2s; /* Chrome, Safari, Opera */
    animation-duration: 2s;
    width: 19%;
    min-width: 200px;
}

.balloon_wrapper {
    height: 1280px;
    position: relative;
    background-image: url(../images/balloon_bg.jpg);
    background-size: 100%;
    /*background-position: bottom center;*/
    background-repeat: repeat-x;
}

.balloon_girl {
    width: 100%;
    bottom: 0;
    padding-top: 200px;
}

.girl_width {
    width: 100%;
}

.balloon_title {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 0;
    color: #6f2108;
    font-size: 36px;
    font-weight: bold;
    padding-top: 50px;
}

.balloon_middle {
    width: 70%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.balloon_all {
    width: 100%;
    position: absolute;
}

.balloon_01 {
    position: absolute;
    width: 36%;
    margin-left: -19%;
    margin-top: 10%;
}

.balloon_02 {
    position: absolute;
    width: 36%;
    margin-left: 31%;
    margin-top: 10%;
}

.balloon_03 {
    position: absolute;
    width: 36%;
    margin-left: 81%;
    margin-top: 10%;
}

.balloon_04 {
    position: absolute;
    width: 36%;
    margin-left: 4.5%;
    margin-top: 58%;
}

.balloon_05 {
    position: absolute;
    width: 36%;
    margin-left: 56%;
    margin-top: 58%;
}

.pic_bg {
    background-image: url(../images/icon_bg.jpg);
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: repeat-x;
}



.btm_pic {
    width: 100%;
    height: auto;
    padding: 0 10%;
    cursor: pointer;
}

.btm_title {
    width: 100%;
    padding-top: 30px;
    font-size: 36px;
    line-height: 140%;
    padding-bottom: 20px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}

.btm_wrapper::after {
    content: "";
    clear: both;
    display: block;
}

.btm_wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 50px;
}

.btm_show {
    width: 33.333%;
    padding: 0 0%;
    float: left;
    box-sizing: padding-box;
}

.btm_txt1 {
    width: 100%;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #00134a;
    padding-top: 15px;
    padding-bottom: 6px;
}

.icon4 {
    display: inline-block;
    padding-top: 5px;
}

.showhide {
    display: block;
}

.showhide1920 {
    display: block;
}

.showhide1919 {
    display: none;
}

.showhide1280 {
    display: block;
}

.showhide1279 {
    display: none;
}

.showhide960 {
    display: block;
}

.showhide959 {
    display: none;
}

.showhide768 {
    display: block;
}

.showhide767 {
    display: none;
}

.showhide480 {
    display: block;
}

.showhide479 {
    display: none;
}

.class_bottom {
    margin: 0 auto;
    width: 92%;
    padding-top: 20px;
}

.class_btn {
    font-weight: bold;
    padding: 15px 50px;
    line-height: 100%;
    font-size: 26px;
    border-radius: 6px;
    cursor: pointer;
}

.class_btn1 {
    background: #ff9f00;
    color: #fff;
}

    .class_btn1:hover {
        background: #ff7200;
        color: #fff;
        text-decoration: none;
    }

.class_btn2 {
    background: #006cff;
    color: #fff;
}

    .class_btn2:hover {
        background: #0040c2;
        color: #fff;
        text-decoration: none;
    }

.class_btn3 {
    background: #249a00;
    color: #fff;
}

    .class_btn3:hover {
        background: #196a00;
        color: #fff;
        text-decoration: none;
    }

.class_btn4 {
    background: #db01a5;
    color: #fff;
}

    .class_btn4:hover {
        background: #960071;
        color: #fff;
        text-decoration: none;
    }

.width1280 {
    max-width: 1280px;
    min-width: 280px;
    height: auto;
    margin: 0 auto;
}

.bigtitle {
    color: #ffffff;
    padding-top: 50px;
    padding-bottom: 25px;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.3em;
}

    .bigtitle p {
        color: #fff799;
        font-size: 30px;
        font-weight: 600;
    }

.fill_left {
    width: 50%;
    float: left;
    position: relative;
}

    .fill_left img {
        max-width: 570px;
        width: 98%;
    }



.fill_right {
    width: 50%;
    float: left;
}

.wrapper {
    position: relative;
    background-image: url(images/banner002.jpg);
    overflow: hidden;
}

.txtps {
    color: #333;
    font-size: 16px;
    line-height: 200%;
}

.bannerwrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 46em;
}

.banner_show1 h1 {
    position: absolute;
    display: block;
    z-index: 6;
    top: 49%;
    left: 50%;
    width: 100%;
    max-width: 530px;
    height: 300px;
    text-align: center;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 5em;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 0.9em;
    color: #fff;
    text-transform: uppercase;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    padding: 0.5em 0.5em;
    text-shadow: 3px 3px 1px rgba(0,0,0,0.1);
    background-color: rgba(0,0,0,0.5);
}

.txt-s {
    font-size: 0.68em;
}

.line {
    width: 95%;
    height: 1px;
    background-color: #ffffff;
    margin-top: 3%;
    margin-left: 2%;
    margin-right: 2%;
    text-align: center;
}

.subtitle {
    position: absolute;
    z-index: 6;
    top: 62%;
    left: 7.5%;
    width: 85%;
    text-align: center;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 0.257em;
    font-weight: 100;
    letter-spacing: 0.1em;
    color: #fff;
    padding: 0.6em 0.3em;
    /*-webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);*/
    text-transform: uppercase;
}

.fa-star {
    font-size: 0.95em;
    color: #fdf598;
}



/*.banner_show2 {
    position: absolute;
    width: 40%;
    margin-left: 3%;
    height: auto;
    top: 50%;
    left: 28%;
}

    .banner_show2 p {
        position: absolute;
        letter-spacing: 0.1em;
        font-size: 1em;
        color: #fff;
        letter-spacing: 0.1em;
        text-align: center;
        margin-top: 0%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        z-index: 99;
        text-align: center;
        font-family: 'Noto Sans TC', sans-serif;
        font-weight: 100;
        text-transform: uppercase;
        padding: 0.6em 0.3em;
        width: 30%;
    }*/

.bannerpicfull {
    display: block;
    width: 100%;
    height: auto;
}
/*.bannerpic1280 {
	display: none;
	width: 100%;
	height: auto;
}*/
/*.bannerpic960 {
    display: none;
    width: 100%;
    height: auto;
}*/
/*.bannerpic480 {
	display: none;
	width: 100%;
	height: auto;
}*/
.state {
    color: #212529;
    text-decoration: underline;
}

/* 這是設定所有放大縮小的物件是使用移動方式變化 */
.NO {
    display: none;
}
/* wow進場後額外繼續輪播的動畫 */
.myAni {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .myAni.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .myAni.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

    .myAni.infinite.pulse {
        /*animation-delay: 2s;*/
        -webkit-animation-name: pulse !important;
        animation-name: pulse !important;
    }

/*----------在家線上學英文，CP值超高！----------*/
.row {
    margin-left: 0;
    margin-right: 0;
}

.fill2 {
    text-align: center;
    z-index: 100;
    /*padding-top: 2%;
	padding-bottom: 25px;*/
    width: 100%;
    height: auto;
    /*border-top: 15px solid #f6d258;*/
    background-color: #eeeeee;
}

.width1280_2 {
    max-width: 1280px;
    min-width: 280px;
    /*padding:10% 0;*/
    height: auto;
    margin: 40 auto;
}

#fzone h1 {
    font-size: 36px;
    color: #293462;
    font-weight: bold;
    margin-top: 3%;
    margin-bottom: 4%;
    text-align: center;
    padding: 0 3%;
}

#fzone h3 {
    font-size: 28px;
    text-align: center;
    color: #293462;
    margin: 5% 0;
    font-weight: 600;
}

#fzone img {
    padding: 0 6%;
    max-width: 300px;
    min-width: 250px;
    width: 80%;
}

#fzone P {
    font-size: 18px;
    padding: 0 10%;
    color: #4f4f4f;
    margin-bottom: 15%;
    letter-spacing: 0.05em;
}

.get_button {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 4px 4px 0px rgba(0, 0,0, 0.27);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background: #293462;
    width: 25%;
    text-align: center;
    padding: 10px;
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
}

    .get_button:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #039be5;
        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;
    }

    .get_button:hover, .get_button:focus, .get_button:active {
        color: white;
    }

        .get_button:hover:before, .get_button:focus:before, .get_button: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);
        }

/*表頭表尾 請勿------------------------------------砍*/
.top, .footer {
    line-height: 0px;
    width: 100%;
}

.top, .footer {
    z-index: 99;
    position: relative;
}
/*很多物件通用*/
.linehight {
    display: inline-block;
}

.myButton {
    background-color: #44c767;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 17px;
    padding: 9px 33px;
    text-decoration: none;
}

    .myButton:hover {
        background-color: #5cbf2a;
    }

    .myButton:active {
        position: relative;
        top: 1px;
    }
/*BANNER 進場delay時間、浮動*/
/*表單區*/
.fill {
    position: relative;
    z-index: 6;
    text-align: center;
    padding-bottom: 70px;
    z-index: 100;
    /*padding-top: 2%;
	padding-bottom: 25px;*/
    width: 100%;
    height: auto;
    /*border-top: 15px solid #f6d258;*/
    background-color: #0094c9;
    background-size: 100% 100%;
}

.fill2 {
    text-align: center;
    z-index: 100;
    padding-top: 10px;
    padding-bottom: 80px;
    height: auto; /*border-top: 15px solid #f6d258;*/
}

.fill h2 {
    text-align: center;
    line-height: 25px;
    /*font-style: italic;*/
    color: #2a2a2a
}

    .fill h2 .important {
        text-align: center;
        line-height: 25px;
        font-weight: bold;
        margin-top: 0px;
        font-style: italic;
        color: #f6d258
    }

.fill .share {
    display: block;
    width: 280px;
    margin: 0 auto;
}

    .fill .share ul {
    }

        .fill .share ul li {
            float: left;
            list-style: none;
            padding-left: 12px;
        }

.fill #sBut {
    display: block;
    margin: 0 auto;
    width: 100%
}

.go_button {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 4px 4px 0px rgba(0, 0,0, 0.27);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background: #f9d423;
    width: 98%;
    text-align: center;
    padding: 10px;
    color: #6a3906;
    font-size: 30px;
    font-weight: bold;
}

    .go_button:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #293462;
        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;
    }

    .go_button:hover, .go_button:focus, .go_button:active {
        color: white;
    }

        .go_button:hover:before, .go_button:focus:before, .go_button: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);
        }

.option {
    text-align: left;
    margin-left: 1%;
    amrgin-bottom: 1%;
}

.fill .form-control {
    margin-bottom: 5px;
    margin-left: 7px;
    width: 98%;
    margin: 3px auto;
    display: block;
    height: 50px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    background-image: none;
    border: 0px;
    border-radius: 0px;
}

.fill .statement {
    color: #4b4b4b;
    line-height: 40px;
    text-align: left;
}

    .fill .statement a {
        color: #4b4b4b;
        text-decoration: underline;
    }

        .fill .statement a:hover {
            color: #f9d423;
        }

.fa-chevron-right {
    margin-left: 10px;
}

.balloon_bottom {
    top: 0;
    font-size: 32px;
    padding-top: -20px;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 0;
    color: #6f2108;
    font-size: 36px;
    font-weight: bold;
    padding-top: 1080px;
}

/*--------------------------以下內容開始---------------------------------------*/

/*	↓↓↓↓	螢幕尺寸小於1280時頁面顯示效果↓↓↓↓	 */
@media (max-width: 1280px) {
    

    .rb2g1 {
        width: 57%;
        max-width: 430px;
    }

    .rb2g {
        background-image: url(../images/balloon_md_bg.jpg);
        background-size: cover;
    }

    .balloon_wrapper {
        position: relative;
        background-image: url(../images/balloon_md_bg.jpg);
        background-size: 100%;
        /*background-position: bottom center;*/
        background-repeat: repeat-x;
    }

    .balloon_01 {
        width: 34%;
        margin-left: -5%;
        margin-top: 18%;
    }

    .balloon_02 {
        width: 34%;
        margin-left: 33%;
        margin-top: 18%;
    }

    .balloon_03 {
        width: 34%;
        margin-left: 71%;
        margin-top: 18%;
    }

    .balloon_04 {
        width: 34%;
        margin-left: 14%;
        margin-top: 65%;
    }

    .balloon_05 {
        width: 34%;
        margin-left: 53%;
        margin-top: 65%;
    }

    .balloon_girl {
        width: 100%;
        bottom: 0;
        padding-top: 400px;
    }

    .balloon_all {
        margin-top: 0px;
    }

    .balloon_middle {
        width: 90%;
        max-width: 860px;
    }

    .balloon_title {
        top: 0;
        font-size: 32px;
        padding-top: 40px;
    }

    .container_my {
        margin: 0 auto;
        width: 900px;
    }

    .card_wrapper {
        width: 100%;
        height: 180px;
        box-sizing: border-box;
        cursor: pointer;
        /*	perspective:1000px;*/
    }

    .btm_pic {
        padding: 0 2%;
    }

    .btm_show {
        width: 33.33%;
        padding: 0 2%;
    }

    .btm_title {
        font-size: 30px;
    }

    .banner_show1 {
        /* width: 45%; */
        /* margin-left: -10%; */
        /* top: 35%; */
        /* left: 39%; */
    }

    .banner_show2 {
        width: 43%;
        margin-left: 2%;
        top: 0%;
        left: 28%;
    }

    .tablecontrol {
        width: 60%;
    }

    .table_bg {
        background-size: 105%;
    }

    .titletxt {
        width: 65%;
        padding-bottom: 20px;
        margin: 20 auto 0;
    }

    .title_top {
        font-size: 20px;
        top: 0px;
    }

    .bannerpicfull {
        display: block;
    }

    .bannerpic1280 {
        display: none;
    }

    .bannerpic960 {
        display: none;
    }

    .bannerpic480 {
        display: none;
    }
}

/*	↓↓↓↓	螢幕尺寸小於990時頁面顯示效果↓↓↓↓	 */
@media (max-width: 990px) {
    .rb2g {
        background-image: none;
        background-color: #a6e2e2;
    }
}

/*	↓↓↓↓	螢幕尺寸小於960時頁面顯示效果↓↓↓↓	 */
@media (max-width: 960px) {

    .slideshow {
        position: absolute;
        width: 100vw;
        height: 100vh;
        overflow: hidden;
    }

    .balloon_wrapper {
        position: relative;
        background-image: url(../images/balloon_md_bg.jpg);
        background-size: 100%;
        /*background-position: bottom center;*/
        background-repeat: repeat-x;
    }


    .balloon_girl {
        width: 100%;
        bottom: 0;
        padding-top: 75%;
    }

    .balloon_01 {
        width: 30%;
        margin-left: 0%;
        margin-top: 12%;
    }

    .balloon_02 {
        width: 30%;
        margin-left: 35%;
        margin-top: 12%;
    }

    .balloon_03 {
        width: 30%;
        margin-left: 70%;
        margin-top: 12%;
    }

    .balloon_04 {
        width: 30%;
        margin-left: 18%;
        margin-top: 55%;
    }

    .balloon_05 {
        width: 30%;
        margin-left: 53%;
        margin-top: 55%;
    }

    .balloon_all {
        margin-top: 0px;
    }

    .balloon_middle {
        width: 100%;
    }

    .balloon_title {
        font-size: 28px;
        padding-top: 30px;
    }

    .container_my {
        margin: 0 auto;
        width: 700px;
    }

    .card_wrapper {
        width: 100%;
        height: 150px;
        box-sizing: border-box;
        cursor: pointer;
        /*	perspective:1000px;*/
    }

    .btm_pic {
        padding: 0 2%;
    }

    .btm_show {
        width: 33.33%;
        padding: 0 2%;
    }

    .btm_txt1 {
        font-size: 24px;
        padding-top: 12px;
        padding-bottom: 4px;
    }

    .class_bottom {
        padding-top: 15px;
    }

    .class_btn {
        padding: 12px 40px;
        font-size: 24px;
        border-radius: 4px;
    }

    .bigtitle {
        padding-top: 30px;
        padding-bottom: 20px;
        font-size: 36px;
    }

        .bigtitle p {
            color: #fff799;
            font-size: 27px;
            font-weight: 600;
        }


    /*手機板的FOOTER------別刪除-------------------------------*/
    .FOOTER_frame {
        height: 450px;
    }

    .bannerpicfull {
        display: none;
    }

    .bannerpic1280 {
        display: none;
    }

    .bannerpic960 {
        display: block;
    }

    .bannerpic480 {
        display: none;
    }

    .showhide960 {
        display: none;
    }

    .showhide959 {
        display: block;
    }
}
/*	↓↓↓↓	螢幕尺寸小於768時頁面顯示效果↓↓↓↓	 */

@media (max-width: 768px) {

    .rb2g {
        background-image: none;
        background-color: #a6e2e2;
    }

    .balloon_girl {
        width: 100%;
        bottom: 0;
        padding-top: 90%;
    }

    .balloon_01 {
        width: 50%;
        margin-left: 10%;
        margin-top: 10%;
    }

    .balloon_02 {
        width: 50%;
        margin-left: 50%;
        margin-top: 16%;
    }

    .balloon_03 {
        width: 50%;
        margin-left: 48%;
        margin-top: 55%;
    }

    .balloon_04 {
        width: 50%;
        margin-left: 20%;
        margin-top: 85%;
    }

    .balloon_05 {
        width: 50%;
        margin-left: 6%;
        margin-top: 49%;
    }

    .balloon_all {
        margin-top: 0px;
        width: 100%;
    }

    .balloon_middle {
        width: 100%;
        left: 0%;
        margin: 0 auto;
    }

    .balloon_title {
        text-align: right;
        padding-right: 40px;
        top: 0;
        font-size: 22px;
        padding-top: 12px;
    }


    .container_my {
        margin: 0 auto;
        width: 480px;
    }

    .card_wrapper {
        width: 100%;
        height: 200px;
        box-sizing: border-box;
        cursor: pointer;
        /*	perspective:1000px;*/
    }

    .btm_pic {
        padding: 0 2% 15px;
        ;
    }

    .btm_show {
        width: 100%;
        padding: 0 20%;
    }

    .btm_txt1 {
        font-size: 22px;
        padding-top: 12px;
        padding-bottom: 4px;
    }

    .btm_title {
        font-size: 26px;
    }

    .fill_left {
        width: 100%;
        float: left;
        cursor: pointer;
        border-radius: 12px;
        position: relative;
        padding-bottom: 20px;
    }



    .fill_right {
        width: 100%;
        float: clear;
    }

    .bigtitle {
        padding-top: 28px;
        padding-bottom: 20px;
        font-size: 26px;
    }

    .go_button {
        margin-bottom: 0px;
        cursor: pointer;
        width: 98%;
        height: auto;
        padding-top: 5px;
    }

    .form-control {
        font-size: 16px;
    }

    .showhide768 {
        display: block;
    }

    .showhide767 {
        display: none;
    }


    .bigtitle {
        padding-top: 30px;
        padding-bottom: 20px;
        font-size: 36px;
    }

        .bigtitle p {
            color: #fff799;
            font-size: 23px;
            font-weight: 600;
        }

    .get_button {
        width: 38%;
    }

    .block760 {
        display: block;
    }
}

@media (max-width: 600px) {

    .bannerwrapper {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 30em;
    }

    .banner_show1 h1 {
        position: absolute;
        display: block;
        z-index: 6;
        top: 30%;
        left: 50%;
        width: 100%;
        max-width: 340px;
        height: 250px;
        text-align: center;
        font-family: 'Noto Sans TC', sans-serif;
        font-size: 3.4em;
        font-weight: 600;
        letter-spacing: 0.1em;
        line-height: 0.9em;
        color: #fff;
        text-transform: uppercase;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        padding: 0.6em 0.3em;
        text-shadow: 3px 3px 1px rgba(0,0,0,0.1);
        background-color: rgba(0,0,0,0.5);
    }

    .txt-s {
        font-size: 0.68em;
    }

    .line {
        width: 95%;
        height: 1px;
        background-color: #ffffff;
        margin-top: 4%;
        margin-left: 2%;
        margin-right: 2%;
        text-align: center;
    }

    .subtitle {
        position: absolute;
        z-index: 6;
        top: 58%;
        left: 8%;
        width: 85%;
        text-align: center;
        font-family: 'Noto Sans TC', sans-serif;
        font-size: 0.38em;
        font-weight: 100;
        letter-spacing: 0.1em;
        color: #fff;
        padding: 0.6em 0.3em;
        /*-webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);*/
        text-transform: uppercase;
        line-height: 1.5em;
    }

    .block480 {
        display: block;
    }

    .balloon_girl {
        width: 100%;
        bottom: 0;
        padding-top: 125%;
    }

    .balloon_01 {
        width: 70%;
        margin-left: -8%;
        margin-top: 12%;
    }

    .balloon_02 {
        width: 60%;
        margin-left: 44%;
        margin-top: 25%;
    }

    .balloon_03 {
        width: 60%;
        margin-left: 42%;
        margin-top: 72%;
    }

    .balloon_04 {
        width: 60%;
        margin-left: 10%;
        margin-top: 108%;
    }

    .balloon_05 {
        width: 60%;
        margin-left: -6%;
        margin-top: 65%;
    }

    .balloon_all {
        margin-top: 0px;
        width: 100%;
    }

    .balloon_middle {
        width: 100%;
        left: 0%;
        margin: 0 auto;
    }
}

/* ↓↓↓↓ pad 豎屏時, 頁面顯示尺寸 < 480顯示效果 ↓↓↓↓  */
@media (max-width: 480px) {

    .bannerwrapper {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 30em;
    }

    .banner_show1 h1 {
        position: absolute;
        display: block;
        z-index: 6;
        top: 30%;
        left: 50%;
        width: 100%;
        max-width: 340px;
        height: 250px;
        text-align: center;
        font-family: 'Noto Sans TC', sans-serif;
        font-size: 3.4em;
        font-weight: 600;
        letter-spacing: 0.1em;
        line-height: 0.9em;
        color: #fff;
        text-transform: uppercase;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        padding: 0.6em 0.3em;
        text-shadow: 3px 3px 1px rgba(0,0,0,0.1);
        background-color: rgba(0,0,0,0.5);
    }

    .txt-s {
        font-size: 0.68em;
    }

    .line {
        width: 95%;
        height: 1px;
        background-color: #ffffff;
        margin-top: 4%;
        margin-left: 2%;
        margin-right: 2%;
        text-align: center;
    }

    .subtitle {
        position: absolute;
        z-index: 6;
        top: 58%;
        left: 8%;
        width: 85%;
        text-align: center;
        font-family: 'Noto Sans TC', sans-serif;
        font-size: 0.38em;
        font-weight: 100;
        letter-spacing: 0.1em;
        color: #fff;
        padding: 0.6em 0.3em;
        /*-webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);*/
        text-transform: uppercase;
        line-height: 1.5em;
    }

    .fa-star {
        font-size: 0.95em;
        color: #fdf598;
    }

    .topic1 {
        font-size: 26px;
        font-weight: bold;
        color: #6f2108;
    }

    .topic2 {
        font-size: 20px;
        color: #71226e;
    }

    #fzone h1 {
        font-size: 30px;
        line-height: 1.4em;
        margin: 48px auto;
    }

    .rb2g1 {
        width: 80%;
    }

    .rb2g {
        background-color: #a6e2e2;
        background-image: none;
    }

    .bigtitle.showhide767 {
        font-size: 24px;
        padding-top: 10px;
        text-align: center;
        padding: 10px 0 0 0;
    }

    .balloon_girl {
        width: 100%;
        bottom: 0;
        padding-top: 260%;
    }

    .girl_width {
        width: 100%;
    }

    .balloon_all {
        margin-top: 0px;
        position: absolute;
    }

    .balloon_middle {
        width: 100%;
        position: relative;
    }

    .balloon_01 {
        width: 100%;
        margin-left: 0%;
        margin-top: 72px;
        position: relative;
    }

    .balloon_02 {
        width: 100%;
        margin-left: 0%;
        margin-top: 0%;
        position: relative;
    }

    .balloon_03 {
        width: 100%;
        margin-left: 0%;
        margin-top: 0%;
        position: relative;
    }

    .balloon_04 {
        width: 100%;
        margin-left: 0%;
        margin-top: 0%;
        position: relative;
    }

    .balloon_05 {
        width: 100%;
        margin-left: 0%;
        margin-top: 0%;
        position: relative;
    }

    .fill {
        background-color: #0094c9;
    }

    .balloon_title {
        font-size: 19px;
        padding-top: 10px;
        text-align: center;
        padding: 10px 0 0 0;
    }

    .container_my {
        margin: 0 auto;
        width: 300px;
    }

    .card_wrapper {
        width: 100%;
        height: 170px;
        box-sizing: border-box;
        cursor: pointer;
        /*	perspective:1000px;*/
    }

    .btm_pic {
        padding: 0 2% 15px;
        ;
    }

    .btm_show {
        width: 100%;
        padding: 0 10%;
    }

    .btm_txt1 {
        font-size: 18px;
        padding-top: 12px;
        padding-bottom: 4px;
    }

    .btm_title {
        font-size: 22px;
        width: 100%;
        margin: 0 auto;
    }

    .class_bottom {
        padding-top: 10px;
    }

    .class_btn {
        padding: 10px 30px;
        font-size: 20px;
    }

    .bigtitle {
        padding-top: 30px;
        padding-bottom: 20px;
        font-size: 30px;
    }

   

    .banner_show2 {
        width: 80%;
        margin-left: 14%;
        top: 1%;
        left: -4%;
    }

    .bannerpicfull {
        display: none;
    }

    .bannerpic1280 {
        display: none;
    }

    .bannerpic960 {
        display: block;
    }

    .bannerpic480 {
        display: none;
    }

    .showhide480 {
        display: none;
    }

    .showhide479 {
        display: block;
    }

    .get_button {
        width: 74%;
    }

    .block480 {
        display: block;
    }
}

@media (max-width: 350px) {

    .bannerwrapper {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 26em;
    }

    .banner_show1 h1 {
        position: absolute;
        display: block;
        z-index: 6;
        top: 28%;
        left: 50%;
        width: 100%;
        max-width: 290px;
        height: 200px;
        text-align: center;
        font-family: 'Noto Sans TC', sans-serif;
        font-size: 2.9em;
        font-weight: 600;
        letter-spacing: 0.1em;
        line-height: 0.9em;
        color: #fff;
        text-transform: uppercase;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        padding: 0.4em 0.35em;
        text-shadow: 3px 3px 1px rgba(0,0,0,0.1);
        background-color: rgba(0,0,0,0.5);
    }

    .txt-s {
        font-size: 0.68em;
    }

    .line {
        width: 95%;
        height: 1px;
        background-color: #ffffff;
        margin-top: 4%;
        margin-left: 2%;
        margin-right: 2%;
        text-align: center;
    }

    .subtitle {
        position: absolute;
        z-index: 6;
        top: 57%;
        left: 8%;
        width: 85%;
        text-align: center;
        font-family: 'Noto Sans TC', sans-serif;
        font-size: 0.4em;
        font-weight: 100;
        letter-spacing: 0.1em;
        color: #fff;
        padding: 0.6em 0.3em;
        /*-webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);*/
        text-transform: uppercase;
        line-height: 1.5em;
    }

    .fa-star {
        font-size: 0.95em;
        color: #fdf598;
    }

    .bigtitle {
        font-size: 22px;
    }

    .topic1 {
        font-size: 26px;
    }

    .block350 {
        display: block;
    }
}
