﻿@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 {
    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.8s; /* Chrome, Safari, Opera */
    animation-delay: 1.8s;
}

img.banner005 {
    -webkit-animation-delay: 2.2s; /* Chrome, Safari, Opera */
    animation-delay: 2.2s;
}


.responsive {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}




/*表單區*/
.fill {
    margin: 0 auto;
    background-color: #00cdea;
    text-align: center;
    padding: 60px 10px;
}

    .fill h1 {
        color: #fff;
        font-size: 40px;
        font-weight: 600;
        line-height: 1em;
        margin-top: 0;
        margin-bottom: 30px;
    }

        .fill h1 .focus {
            font-size: 20px;
            color: #ce605b;
        }

.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(0, 0, 0, 0.3);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background: #fff100;
    width: 100%;
    text-align: center;
    padding: 7px;
    font-size: 24px;
    font-weight: 600;
    color: #00b4d8;
    letter-spacing: 0.1em;
}

    .hvr-bounce-to-right02:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #0075a9;
        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: white;
    }

        .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);
        }

.fill-shap img {
    width: 101%;
    max-width: none;
    margin-left: -0.5%;
}


/* 出國旅行必學-超實用美語/日語會話 */

.content1 {
    margin: 0 auto;
    background: url(../images/c-bg.jpg) center center no-repeat;
    padding: 60px 0;
    background-size: cover;
}

 

.content1 h2 {
    display: block;
    color: #0075a9;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3em;
    margin: 0 auto 40px auto;
    text-align: center;
}

.list-box {
    margin: 0 auto;
    max-width: 350px;
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #e9e9e9;
    -webkit-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.15);
}

.second-list {
    padding: 0 16.5%;
}

.content1 h3 {
    text-align: center;
    background-color: #00b4d8;
    color: #fff100;
    margin: 0 auto;
    border-radius: 5px 5px 0 0;
    padding: 10px 0;
    font-size: 22px;
    font-weight: 500;
}

.list-txt {
    padding: 0 15px 15px 15px;
    width: 100%;
    height: 490px;
}


.content1 p {
    text-align: left;
    font-size: 15px;
}

.ch_type {
    margin-top: 15px;
    padding: 10px;
    background-color: #f2f2f2;
    color: #333333;
    font-size: 16px;
}

.us_type {
    margin: 5px 0 0 10px;
    color: #478ebf;
}

.jp_type {
    margin: 5px 0 0 10px;
    color: #e24d4d;
    font-family: 'Noto Sans JP', sans-serif;
}

.learn-more {
    width: 140px;
    height: 40px;
    border-radius: 20px;
    background-color: #00cdea;
    color: #fff;
    text-align: center;
    margin: 10px auto 30px auto;
    padding: 8px;
    font-size: 18px;
    font-weight: 600;
    transition:0.2s;
}

    .learn-more:hover {
        background-color: #00b4d8;
        color: #fff100;
    }



/*官網連結區*/
.content2 {
    position: relative;
    margin: 0 auto;
    padding: 60px 0 40px 0;
    background-color: #00b4d8;
}

.figure-box {
    position: relative;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: #fff100;
    padding: 20px;
    margin: 0 auto;
    transition: 0.2s;
}

    .figure-box img {
        position: absolute;
        max-width: 110px;
        height: auto;
        top: 19%;
        left: 19%;
    }

    .figure-box:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        border: 4px solid #0075a9;
    }

.content2 p {
    width: 100%;
    height: 30px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 20px auto;
    transition: 0.2s;
}

.content2 a :hover {
    color: #fff100;
}


/*  ↓↓↓↓    螢幕尺寸大於2560時頁面顯示效果↓↓↓↓    */
@media (min-width: 1921px) {
    /*BANNER*/
    img.banner_big {
        width: 100%;
        height: auto;
    }

    img.banner_min {
        display: none;
    }

    img.banner001 {
        display: block;
        top: 5%;
        left: 30%;
        z-index: 5;
        width: 36%;
        height: auto;
    }

    img.banner002 {
        display: block;
        top: 35%;
        left: 32.5%;
        z-index: 5;
        width: 29%;
        height: auto;
    }

    img.banner003 {
        display: block;
        top: 52%;
        left: 29%;
        z-index: 5;
        width: 13%;
        height: auto;
    }

    img.banner004 {
        display: block;
        top: 58%;
        left: 41%;
        z-index: 5;
        width: 13%;
        height: auto;
    }

    img.banner005 {
        display: block;
        top: 52%;
        left: 55%;
        z-index: 5;
        width: 13%;
        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: 4%;
        left: 34%;
        z-index: 5;
        width: 38%;
        height: auto;
    }

    img.banner002 {
        display: block;
        top: 36%;
        left: 37%;
        z-index: 5;
        width: 29%;
        height: auto;
    }

    img.banner003 {
        display: block;
        top: 52%;
        left: 31%;
        z-index: 5;
        width: 13%;
        height: auto;
    }

    img.banner004 {
        display: block;
        top: 58%;
        left: 43%;
        z-index: 5;
        width: 13%;
        height: auto;
    }

    img.banner005 {
        display: block;
        top: 53%;
        left: 57%;
        z-index: 5;
        width: 13%;
        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: 4%;
        left: 34%;
        z-index: 5;
        width: 38%;
        height: auto;
    }

    img.banner002 {
        display: block;
        top: 36%;
        left: 37%;
        z-index: 5;
        width: 29%;
        height: auto;
    }

    img.banner003 {
        display: block;
        top: 52%;
        left: 31%;
        z-index: 5;
        width: 13%;
        height: auto;
    }

    img.banner004 {
        display: block;
        top: 58%;
        left: 43%;
        z-index: 5;
        width: 13%;
        height: auto;
    }

    img.banner005 {
        display: block;
        top: 53%;
        left: 57%;
        z-index: 5;
        width: 13%;
        height: auto;
    }

    /*出國旅行必學-超實用美語/日語會話*/

    .second-list {
        padding: 0 16.5%;
    }
}


/*  ↓↓↓↓    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: 4%;
        left: 34%;
        z-index: 5;
        width: 38%;
        height: auto;
    }

    img.banner002 {
        display: block;
        top: 36%;
        left: 37%;
        z-index: 5;
        width: 29%;
        height: auto;
    }

    img.banner003 {
        display: block;
        top: 52%;
        left: 31%;
        z-index: 5;
        width: 13%;
        height: auto;
    }

    img.banner004 {
        display: block;
        top: 58%;
        left: 43%;
        z-index: 5;
        width: 13%;
        height: auto;
    }

    img.banner005 {
        display: block;
        top: 53%;
        left: 57%;
        z-index: 5;
        width: 13%;
        height: auto;
    }

    /*出國旅行必學-超實用美語/日語會話*/

    .second-list {
        padding: 0 16.5%;
    }
}



/*  ↓↓↓↓    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: 4%;
        left: 34%;
        z-index: 5;
        width: 38%;
        height: auto;
    }

    img.banner002 {
        display: block;
        top: 36%;
        left: 37%;
        z-index: 5;
        width: 29%;
        height: auto;
    }

    img.banner003 {
        display: block;
        top: 52%;
        left: 31%;
        z-index: 5;
        width: 13%;
        height: auto;
    }

    img.banner004 {
        display: block;
        top: 58%;
        left: 43%;
        z-index: 5;
        width: 13%;
        height: auto;
    }

    img.banner005 {
        display: block;
        top: 53%;
        left: 57%;
        z-index: 5;
        width: 13%;
        height: auto;
    }

    /*出國旅行必學-超實用美語/日語會話*/

    .second-list {
        padding: 0 14%;
    }
}

/*  ↓↓↓↓    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: 5%;
        left: 13%;
        z-index: 5;
        width: 77%;
        height: auto;
    }

    img.banner002 {
        display: block;
        top: 31%;
        left: 21%;
        z-index: 5;
        width: 57%;
        height: auto;
    }

    img.banner003 {
        display: block;
        top: 45%;
        left: 12%;
        z-index: 5;
        width: 24%;
        height: auto;
    }

    img.banner004 {
        display: block;
        top: 51%;
        left: 34%;
        z-index: 5;
        width: 24%;
        height: auto;
    }

    img.banner005 {
        display: block;
        top: 45%;
        left: 60%;
        z-index: 5;
        width: 24%;
        height: auto;
    }

    /*表單*/
    .fill_lable img {
        width: 90%;
        padding-top: 5px;
        padding-bottom: 10px;
    }

    /*出國旅行必學-超實用美語/日語會話*/

    .second-list {
        padding: 0 14%;
    }

    .list-txt {
        padding: 0 15px 15px 15px;
        width: 100%;
        height: 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: 5%;
        left: 13%;
        z-index: 5;
        width: 77%;
        height: auto;
    }

    img.banner002 {
        display: block;
        top: 31%;
        left: 21%;
        z-index: 5;
        width: 57%;
        height: auto;
    }

    img.banner003 {
        display: block;
        top: 45%;
        left: 12%;
        z-index: 5;
        width: 24%;
        height: auto;
    }

    img.banner004 {
        display: block;
        top: 51%;
        left: 34%;
        z-index: 5;
        width: 24%;
        height: auto;
    }

    img.banner005 {
        display: block;
        top: 45%;
        left: 60%;
        z-index: 5;
        width: 24%;
        height: auto;
    }


    /*填表區*/
    .fill {
        padding: 40px 20px;
    }

        .fill h1 {
            font-size: 32px;
            margin-bottom: 20px;
        }

            .fill h1 .focus {
                font-size: 20px;
                color: #ce605b;
            }

    /*出國旅行必學-超實用美語/日語會話*/
    .content1 {
        padding: 40px 20px;
    }

        .content1 h2 {
            font-size: 32px;
        }

    .second-list {
        padding: 0 0%;
    }

    .list-txt {
        padding: 0 15px 15px 15px;
        width: 100%;
        height: auto;
    }



    /*官網連結區*/
    .content2 {
        padding: 40px 0 0 0;
    }
}

/* ↓↓↓↓ 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: 5%;
        left: 6%;
        z-index: 5;
        width: 88%;
        height: auto;
    }

    img.banner002 {
        display: block;
        top: 34%;
        left: 12%;
        z-index: 5;
        width: 73%;
        height: auto;
    }

    img.banner003 {
        display: block;
        top: 52%;
        left: 0%;
        z-index: 5;
        width: 35%;
        height: auto;
    }

    img.banner004 {
        display: block;
        top: 59%;
        left: 29.5%;
        z-index: 5;
        width: 35%;
        height: auto;
    }

    img.banner005 {
        display: block;
        top: 52%;
        left: 64%;
        z-index: 5;
        width: 35%;
        height: auto;
    }



    /*填表區*/
    .fill {
        padding: 40px 20px;
    }


        .fill h1 {
            font-size: 32px;
            margin-bottom: 20px;
        }

            .fill h1 .focus {
                font-size: 18px;
                color: #ce605b;
            }



    /*出國旅行必學-超實用美語/日語會話*/
    .content1 {
        padding: 40px 20px;
    }

        .content1 h2 {
            font-size: 32px;
        }

    .second-list {
        padding: 0 0;
    }

    .list-txt {
        padding: 0 15px 15px 15px;
        width: 100%;
        height: auto;
    }

    /*官網連結區*/
    .content2 {
        padding: 40px 0 0 0;
    }

    .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%;
    }

    .content2 p {
        width: 100%;
        height: 50px;
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        margin: 20px auto;
        transition: 0.2s;
    }
}



/* ↓↓↓↓ 手機尺寸SE ,顯示效果 ↓↓↓↓  */
@media (max-width: 320px) {

    /*BANNER*/
    img.banner_big {
        display: none;
    }

    img.banner_min {
        width: 100%;
        height: auto;
    }

    img.banner001 {
        display: block;
        top: 5%;
        left: 6%;
        z-index: 5;
        width: 88%;
        height: auto;
    }

    img.banner002 {
        display: block;
        top: 34%;
        left: 12%;
        z-index: 5;
        width: 73%;
        height: auto;
    }

    img.banner003 {
        display: block;
        top: 52%;
        left: 0%;
        z-index: 5;
        width: 35%;
        height: auto;
    }

    img.banner004 {
        display: block;
        top: 59%;
        left: 29.5%;
        z-index: 5;
        width: 35%;
        height: auto;
    }

    img.banner005 {
        display: block;
        top: 52%;
        left: 64%;
        z-index: 5;
        width: 35%;
        height: auto;
    }


    /*填表區*/
    .fill {
        padding: 40px 20px;
    }

        .fill h1 {
            font-size: 25px;
            margin-bottom: 20px;
        }

            .fill h1 .focus {
                font-size: 18px;
                color: #ce605b;
            }


    /*出國旅行必學-超實用美語/日語會話*/
    .content1 {
        padding: 40px 20px;
    }

        .content1 h2 {
            font-size: 25px;
        }

    .second-list {
        padding: 0 0;
    }

    /*官網連結區*/
    .content2 {
        padding: 40px 0 0 0;
    }
}
