@charset "UTF-8";

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

body {
    line-height: 1;
}

ol,ul {
    list-style: none;
}

blockquote,q {
    quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::selection {
    background-color: #2d2929;
    color: #f1ff00;
    text-shadow: none;
}

::-moz-selection {
    background-color: #2d2929;
    color: #f1ff00;
    text-shadow: none;
}

body {
    font-family: Arial,"文泉驛正黑","WenQuanYi Zen Hei","儷黑 Pro","LiHei Pro","微軟正黑體","Microsoft JhengHei","新細明體",DFKai-SB,sans-serif;
}

img {
    display: none;
}

hr {
    border-bottom: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin: 4px 0;
}

.ALL img {
    display: block;
    max-width: 100%;
}

.ALL div {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

div.CONTENT1 {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    position: relative;
}

.clear {
    clear: both;
}
#GOTOP {
    display: none;
}

#GOTOP i {
    display: none;
}

#TOP-MENU {
    display: none;
    width: 100%;
    height: 55px;
    background-color: #481c87;
    margin-bottom: 0;
    position: absolute;
}

#TOP-MENU ul {
    display: block;
    overflow: hidden;
    width: 240px;
    text-align: center;
    padding-top: 11px;
    margin: 0 auto;
}

#TOP-MENU li {
    display: block;
    float: left;
    margin: 0 auto;
}

#LOGO a {
    display: block;
    background: url(LOGO.svg) no-repeat;
    width: 183px;
    height: 34px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    margin-right: 8px;
}

#FBLOGO a {
    display: block;
    background-position: bottom;
}

#FBLOGO i {
    font-size: 36px;
    color: #fff;
}

#FBLOGO i:hover {
    color: #ad78fa;
}

#FBLOGO a:hover {
    background-position: top;
}

#GJUNAD {
    display: block;
    width: 100%;
    height: 64px;
    margin-bottom: 0;
}

.CENTER {
    width: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
}

.W_CENTER {
    width: 100%;
    height: auto;
    max-width: 1000px;
    margin: 0 auto;
}

.ALL {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.CONTENT1 {
    display: block;    
    padding: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 0;
}

.CONTENT1 .W_CENTER {
    width: 100%;
    max-width: 100%;
    position: relative;
    height: 600px;
    background: url(TOP_01.jpg) bottom center no-repeat;
}

.CONTENT1 .boy {
    position: absolute;
    z-index: 5;
    top: 22px;
    left: 50%;
    right: 50%;
    margin-left: 218px;
    width: 291px;
}

.CONTENT1 .handline {
    position: absolute;
    z-index: 1;
    top: 85px;
    left: 50%;
    right: 50%;
    margin-left: -415px;
    width: 710px;
}

.CONTENT1 .rocket {
    position: absolute;
    z-index: 5;
    top: 31px;
    left: 50%;
    right: 50%;
    margin-left: -506px;
    width: 135px;
}
.CONTENT1 .planet {
    position: absolute;
    z-index: 5;
    top: 98px;
    left: 50%;
    right: 50%;
    margin-left: 30px;
    width: 274px;
}
.CONTENT1 .planet p{
    animation-delay:3.2s;
    -webkit-animation-delay:3.2s;
    -moz-animation-delay:3.2s;
    -ms-animation-delay:3.2s;
    -o-animation-delay:3.2s;
    animation: pulse 1.8s infinite alternate ease-in-out;
    -webkit-animation: pulse 1.8s infinite alternate ease-in-out;
    -moz-animation: pulse 1.8s infinite alternate ease-in-out;
    -ms-animation: pulse 1.8s infinite alternate ease-in-out;
    -o-animation: pulse 1.8s infinite alternate ease-in-out;
}
.CONTENT1 .planet img{
    width: 74px;
    animation-delay:3.1s;
    -webkit-animation-delay:3.1s;
    -moz-animation-delay:3.1s;
    -ms-animation-delay:3.1s;
    -o-animation-delay:3.1s;
    animation: GOING2 3s infinite alternate linear;
    -webkit-animation: GOING2 3s infinite alternate linear;
    -moz-animation: GOING2 3s infinite alternate linear;
    -ms-animation: GOING2 3s infinite alternate linear;
    -o-animation: GOING2 3s infinite alternate linear;
}
@keyframes GOING2 {
 0% { margin-top: 0px;}
 50% { margin-top: 10px;}
 51% { margin-top: 10px;}
 100% { margin-top: 0px;}
}

.H1_B {
    display: block;
    max-width: 90%;
    width: 494px;
    height: auto;
    position: absolute;
    margin-left: -323px;
    top: 107px;
    left: 50%;
    right: 50%;
}

.H2_B {
    max-width: 100%;
    width: 520px;
    display: block;
    position: absolute;
    top: 296px;
    left: 50%;
    right: 50%;
    margin-left: -277px;
}

.H5_B {
    width: 56px;
    height: 56px;
    line-height: 56px;
    position: absolute;
    z-index: 8;
    margin-left: -70px;
    top: 420px;
    left: 50%;
    right: 50%;
}

.H5_B h5 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fc6340;
    color: #fff;
    font-size: 34px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    transition: 0.4s;
    -webkit-animation: bounce 2s 1.5s infinite;
    -o-animation: bounce 2s 1.5s infinite;
    animation: bounce 2s 1.5s infinite;
}

.H5_B h5:hover {
    color: #ffe744;
}
#smallArrow { 
    display: none; 
}
.LINE1 {
    width: 100%;
    height: 44px;
    background: url(LINE1.png) center top no-repeat;
    z-index: 300;
}
.LINE2 {
    width: 100%;
    height: 53px;
    background: url(LINE2.png) center top no-repeat;
    z-index: 300;
}
.LINE3 {
    width: 100%;
    height: 38px;
    background: url(LINE3.png) center top no-repeat;
    z-index: 300;
}

.CONTENT2 {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #ffe744;
}

.CONTENT2 .W_CENTER {
    width: 95%;
    max-width: 950px;
    overflow: hidden;
    text-align: center;
    margin: 30px auto 0;
}

.h4_B {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 0.1em;
}
.h4_B h1 {
    font-weight: 900;
    font-size: 40px;
    color: #fb2f00;
    margin-bottom: 15px;
    text-shadow: 2px 2px rgba(255,255,255,0.7);
    font-family: Microsoft YaHei;
    letter-spacing: 3px;
}
.h4_B p {
    font-size: 30px;
    font-weight: bold;
    color: #0768c3;
}
.h4_B p i {
    font-size: 75%;
    vertical-align: 2px;
    margin: 0 2px;
}
.h4_B p small {
    font-size: 70%;
    margin-left: 5px;
}


.CONTENT2 .W_CENTER .FREE_B {
    display: block;
    width: 37%;
    float: left;
    position: relative;
    margin-bottom: 20px;
    margin-top: 0;
}

.CONTENT2 .W_CENTER .FREE_B img {
    display: block;
    width: 100%;
    margin: -20px auto 0;
}

.CONTENT2 .W_CENTER h6 {
    display: block;
    font-size: 13px;
    text-align: center;
    color: #000;
    line-height: 1.2;
    padding: 20px 10px 0 10px;
}

.CONTENT2 .W_CENTER #FROM_B {
    width: 63%;
    padding: 0 0 0 10px;
    float: left;
}

#FROM_B #FROM {
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
}

#FROM_B #FROM ul {
    width: 100%;
}

#FROM_B #FROM li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

#FROM_B #FROM #NAME, #FROM_B #FROM #PHONE, #FROM_B #FROM #EMAIL, #FROM_B #FROM .WLI, 
#FROM_B #FROM #CITY, #FROM_B #FROM #SCHOOL, #FROM_B #FROM #READ, #FROM_B #FROM #BUT {
    width: 49%;
    float: left;
}
#FROM_B #FROM #PHONE, #FROM_B #FROM .WLI, #FROM_B #FROM #SCHOOL, #FROM_B #FROM #BUT {
    float: right;
}
#FROM_B #FROM .INP_A {
    width: 100%;
    font-family: Arial,"文泉驛正黑","WenQuanYi Zen Hei","儷黑 Pro","LiHei Pro","微軟正黑體","Microsoft JhengHei","新細明體",DFKai-SB,sans-serif;
    color: #232323;
    height: 38px;
    line-height: 37px;
    max-height: 38px;
    font-size: 16px;
    text-align: left;
    overflow: hidden;
    border: 1px solid #c6de9c;
    padding-left: 8px;
    -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.5);
    -ms-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.5);
    -o-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.5);
    box-shadow: inset 1px 1px 3px rgba(0,0,0,0.5);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
}

#FROM_B #FROM #READ {
    padding: 0;
    position: relative;
}

#FROM_B #FROM .CHBOX {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    min-height: 21px;
    min-width: 21px;
    float: left;
    margin-top: 12px;
}

#FROM_B #FROM #READ span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 1.8;
    font-size: 13px;
    color: #2d2929;
    position: absolute;
    left: 30px;
    top: 12px;
    font-weight: 400;
}

#FROM_B #FROM #READ span a {
    color: #2d2929;
    font-size: 13px;
    font-weight: 400;
    color: #2d2929;
}

.INP_A:focus {
    outline: 0;
}

#FROM_B #FROM #BUT {
    padding: 10px 0;
    margin: 5px 0 10px;
    font-size: 26px;
    letter-spacing: 0;
    color: #fff;
    cursor: pointer;
    -webkit-text-shadow: 1px 2px 1px rgba(0,0,0,.3);
    -moz-text-shadow: 1px 2px 1px rgba(0,0,0,.3);
    -ms-text-shadow: 1px 2px 1px rgba(0,0,0,.3);
    -o-text-shadow: 1px 2px 1px rgba(0,0,0,.3);
    text-shadow: 1px 2px 1px rgba(0,0,0,.3);
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background: #fc6340; /* Old browsers */
    background: -moz-linear-gradient(top,  #fc6340 0%, #fc6340 50%, #fb2f00 51%, #fb2f00 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fc6340 0%,#fc6340 50%,#fb2f00 51%,#fb2f00 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fc6340 0%,#fc6340 50%,#fb2f00 51%,#fb2f00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc6340', endColorstr='#fb2f00',GradientType=0 ); /* IE6-9 */
}

#FROM_B #FROM #BUT:hover {
    top: 13px;
    box-shadow: 0 3px 0 rgba(0,0,0,0.2);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

#BUT p {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 100%;
    height: 100%;
    color: #fff;
    letter-spacing: 2px;
    line-height: 1;
}

#BUT p:hover {
    color: #f0ff00;
}

.CONTENT3 {
    background-color: #abf9f3;
    padding: 0 0 10px;
}
.CONTENT3 h2 {
    width: 100%;
    text-align: center;
    background-color: #7ae0d8;
    color: #115651;
    font-size: 38px;
    padding-bottom: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}

.CONTENT3 h2 span {
    vertical-align: 5px;
}

.CONTENT3 ul.box_wrap {
    width: 1000px;
    max-width: 95%;
    margin: 20px auto;
}

.CONTENT3 ul.box_wrap li {
    border: 2px solid #219b9c;
    border-radius: 10px;
    padding: 15px;
    margin-right: 25px;
    background-color: rgba(255,255,255,0.3);
}

.CONTENT3 ul.box_wrap li:nth-child(3) {
    margin-right: 0;
}

.CONTENT3 .class_name {
    border-radius: 10px;
    background-color: #219b9c;
    color: #fffea7;
    text-align: center;
    width: 85%;
    margin: -38px auto 0;
    padding: 10px 5px 7px;
    font-size: 28px;
    font-weight: bold;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}

.CONTENT3 .class_name small {
    font-weight: normal;
    font-size: 70%;
    margin-right: 3px;
}

.CONTENT3 .class_photo {
    width: 170px;
    max-width: 90%;
    margin: 20px auto;
}

.owl-carousel  .owl-item {
    padding-top: 40px;
}

 .CONTENT3 ul.class_txt li {
    border: 0;
    background-color: transparent;
    padding: 0;
    font-size: 15px;
    line-height: 24px;
    margin-left : 15px; 
    text-indent : -7px;
}

.CONTENT3 ul.class_txt li b {
    font-weight: bold;
    font-size: 105%;
    color: #219b9c;
}

.CONTENT3 ul.class_txt li i {
    color: #219b9c;
}

.CONTENT3 li.item.nomargin { margin: 0; }

.CONTENT4 {
    padding: 0 0 20px;
    width: 100%;
    background: #fff url(light-gray.gif) repeat;
}

.CONTENT4 h2 {
    width: 1000px;
    max-width: 90%;
    margin: 30px auto;
    color: #ffffff;
    background-color: #219b9c;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
    border-radius: 100px;
    padding: 15px 0 8px;
}

.CONTENT4 ul.people_wrap {
    width: 1000px;
    max-width: 95%;
    margin: 20px auto;
}

.CONTENT4 .people_photo {
    width: 230px;
    max-width: 95%;
    margin: auto;
}

.CONTENT4 .people_title {
    display: block;
    font-size: 140%;
    line-height: 1.3;
    color: #219b9c;
    font-weight: bold;
    text-align: center;
    margin: 20px auto 10px;
}
.CONTENT4 .people_txt {
    width: 85%;
    margin: 0 auto;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
}

@media screen and (max-width:1024px) {
    #TOP-MENU   { display: block; }
    #GJUNAD     { display: none; }
}
@media screen and (max-width:1010px) {
    .CONTENT3 ul.box_wrap li.item   { min-height: 380px; }
}
@media screen and (max-width:950px) {
    .CONTENT1 .rocket   { display: none; }
    .CONTENT1 .boy      { margin-left: 168px; }
    .CONTENT1 .handline { margin-left: -465px; }
    .H1_B               { margin-left: -373px; }
    .H2_B               { margin-left: -327px; }
    .CONTENT1 .planet   { margin-left: -20px; }
    .H5_B               { margin-left: -120px; }
}

@media screen and (max-width:890px) {
    .CONTENT3 ul.box_wrap li.item   { min-height: 410px; }
    .CONTENT3 .class_name           { font-size: 25px; }
}
@media screen and (max-width:839px) {
    .CONTENT3 ul.box_wrap li.item.box01  { margin-right: 25px; }
    .CONTENT3 ul.box_wrap li.item.box03  { margin-left: 25px; margin-right: 5px;}
    .CONTENT3 ul.box_wrap li.item.box02  { margin-right: 5px; }
    .CONTENT3 ul.box_wrap li.item        { margin: 0; }
    .CONTENT3 h2                         { font-size: 32px; }
}
@media screen and (max-width:820px) {
    .CONTENT1 .W_CENTER { height: 500px; }
    .CONTENT1 .boy      { width: 150px; z-index: 6; top: inherit; bottom: -13px; margin-left: 200px;}
    .CONTENT1 .handline { width: 620px; margin-left: -310px; top: 35px; }
    .H1_B               { margin-left: -233px; width: 450px; top: 60px; }
    .H2_B               { margin-left: -190px; width: 450px; top: 235px; }
    .CONTENT1 .rocket   { display: block; width: 80px; margin-left: -343px; top: 41px;}
    .CONTENT1 .planet   { margin-left: 98px; top: 40px; }
    .H5_B               { margin-left: -20px; z-index: 6; width: 40px; height: 40px; line-height: 40px; top: 380px; }
    .H5_B h5            { font-size: 23px; }
}
@media screen and (max-width:768px) {
    .CONTENT2           { display: block; }
    .CONTENT2 .W_CENTER { padding: 0 5px 20px 5px; }
    .CONTENT2 .W_CENTER .FREE_B {
        display: block;
        width: 100%;
        min-width: 290px;
        margin: 0 auto;
        float: none;
        margin-bottom: 10px;
        margin-top: 0;
    }
    .CONTENT2 .W_CENTER #FROM_B { width: 90%; padding: 0; float: none; margin: 0 auto; }
    #FROM_B #FROM               { padding: 0; }
    #FROM_B #FROM li            { width: 100%; margin-bottom: 0; }
    #FROM_B #FROM li.WLI        { width: 50%; }
    #FROM_B #FROM .INP_A        { height: 35px; line-height: 35px; max-height: 35px; font-size: 16px; padding-left: 12px; }
    #FROM_B #FROM .CHBOX        { min-height: 24px; min-width: 24px; float: left; margin-top: 8px; }
    #FROM_B #FROM #READ span    { line-height: 1.3; font-size: 15px; left: 30px; top: 12px; }
    #FROM_B #FROM #READ span a  { font-size: 15px; }
    .GOGO                       { width: 80%; }
    .CONTENT2 .W_CENTER .FREE_B img { width: 400px; max-width: 95%; margin-bottom: 15px; }
    .h4_B                       { text-align: center; }
    .h4_B                       { padding: 0; }
    #FROM_B #FROM #NAME, #FROM_B #FROM #PHONE, #FROM_B #FROM #EMAIL, #FROM_B #FROM .WLI, 
    #FROM_B #FROM #READ, #FROM_B #FROM #BUT, #rQ1 { width: 100%; margin-bottom: 8px; }
}
@media screen and (max-width:767px) {
    .h4_B h1                    { font-size: 28px; line-height: 38px;}
    .h4_B p                     { font-size: 20px; }
}
@media screen and (max-width:660px) {
    #smallArrow { display: block; }
    .CONTENT1 .boy, .LINE1, .CONTENT1 .handline, .H1_B, .H2_B, .CONTENT1 .rocket, .CONTENT1 .planet, #largeArrow { display: none;}
    .H5_B               { width: 50px; height: 50px; line-height: 50px; margin-left: -25px; z-index: 6; top: inherit; bottom: 15%; }
    .H5_B h5            { font-size: 28px; }
    .CONTENT1 .W_CENTER { height: 0; }
    .CONTENT1  {
        display: block;
        background: url(small_bg.gif) center center no-repeat;
        padding: 0;
        height: 0;
        overflow: hidden;
        position: relative;
        padding-bottom: 76.54237%;
        background-size: 100% auto;
    }
}
@media screen and (max-width:549px) {
    .CONTENT3 ul.box_wrap li.item.box01, .CONTENT3 ul.box_wrap li.item.box02, 
    .CONTENT3 ul.box_wrap li.item.box03 { width: 95%; margin: 0 0 0 10px;}
    .H5_B               { width: 40px; height: 40px; line-height: 40px; margin-left: -20px; bottom: 18%; }
    .H5_B h5            { font-size: 26px; }
    .h4_B span.s1       { display: none; }
    .h4_B span.s2       { display: block; }
}
@media screen and (max-width:550px) {
    .CONTENT2 .CONLIEN2         { height: 9px; }
}

@media screen and (max-width:510px) {
    .CONTENT3 h2, .CONTENT4 h2  { font-size: 26px; }
}

@media screen and (max-width:480px) {
    .H3_B                       { font-size: 22px; }
    .CONTENT2 .W_CENTER #FROM_B { width: 97%; }
}

@media screen and (max-width:440px) {
    .CONTENT2 .W_CENTER #FROM_B { width: 96%; }
    .h4_B h1                    { font-size: 28px; line-height: 38px;}
    .h4_B p                     { font-size: 20px; }
    .H5_B                       { width: 30px; height: 30px; line-height: 30px; margin-left: -15px; bottom: 18%; }
    .H5_B h5                    { font-size: 18px; }
}

@media screen and (max-width:400px) {
    #POP_BOX_1                  { padding: 30px 5px; font-size: 20px; }
    #POP_BOX_1 h6               { font-size: 20px; }
    .CONTENT2 .W_CENTER .FREE_B { display: block; width: 100%; min-width: auto; max-width: 290px; }
    .CONTENT3 h2, .CONTENT4 h2  { font-size: 21px; }
    .h4_B h1                    { font-size: 22px; line-height: 30px;}
    .h4_B p                     { font-size: 14px; }
}

@media screen and (max-width:380px) {
}

@media screen and (max-width:359px) {
    .H5_B                       { margin-top: 25px; }
    .CONTENT3 h2, .CONTENT4 h2  { font-size: 19px; }
    .H5_B                       { bottom: 14.5%; }
}
