@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;700&display=swap');
*{
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family:  Microsoft JhengHei;
    width: 100%;
    height: 100%;
	font-size:14px;
}
img{
    max-width: 100%; 
    width: auto;
    height: auto;
}
h1{
    font-family: 'Noto Sans TC', sans-serif;
    font-size:2.5em;
    line-height: 1.2em;
    font-weight: 700;
    color: #3f3f3f;
    text-align: center;
    margin: 50px 0 20px 0;
}
.container{
	max-width:1000px;
	margin:0 auto;
    position: relative;
}
.row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.title{
    padding-top: 100px;
}
.myMOUSE{
    cursor: pointer; 
}
@media screen and (max-width:576px) {	
    h1{
        font-size: 1.3em;
        margin: 30px 0 10px 0;
    }
    .title{
        padding-top: 50px;
        width: 90%;
        display: block;
        margin: auto;
    }
}

/* ============ header============ */
/*主視覺*/
.header{
    background:  url("../images/blue-bg.png") repeat top center;
	width: 100%;
    max-height:1640px;    
    overflow: hidden;
    position: relative;
}
.header-container{
    padding-top: 6%;
	max-width:1200px;
	margin:0 auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.top-item{
    padding-top: 3%;
}
.coupon-box{
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 7%;
    margin-top: -19%;
}
.coupon-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 93%;
    position: absolute;
    top: 18%;
}
.coupon {
    flex: 0 0 50%;
    text-align: center;
    padding: 2% 1%;
}

.coupon-inner {
    padding: 3% 0 0 3%;
    display: inline-block;
    position: relative;
}

.coupon-inner > .coupon-img {
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s;
}

.coupon-inner:hover > .coupon-img {
    position: absolute;
    padding: 3% 0 0 3%;
}

@media screen and (max-width:576px) {	
    .header{
        padding: 0 2%;
    }
    .coupon-box{
        padding-bottom: 15%;
        margin-top: -31%;
    }
    .coupon-block {
        top: 16%;
    }
 }


/* ============ 振興你的外語力============ */
.section1{
    width: 100%;
	height: auto;
	position: relative;
    background:  url("../images/blue-bg.png") repeat top center;
}
.class-box{
    width: 100%;
    display: flex;
    justify-content: center;
}
.class-box img{
    width: 33%;
    padding: 20px 20px;
}
.class-box .class:hover{
    transform: translateY(-15px);
    transition: .2s;
}
.icon{
    width: 33%;
    padding: 20px 20px;
    position: relative;
}
.free{
    position: absolute;
    left: -1%;
    top: 0%;
}
.interest-btn{
    text-align: center;
    padding:  30px 0 100px 0;
}
.interest{    
    background-color: #ffd15f;    
    transition: .3s;
}
.interest:hover{
    background-color: #f97091;
}
@media screen and (max-width:576px) {	
    .class-box{
        width: 90%;
    }
    .class-box img{
        width: 33%;
        padding: 5px 2px;
    }    
    .class-box .class:hover{
        transform: translateY(0px);
    }
    .icon {
        width: 85%;
        padding: 10px 70px;
    }
    .interest{
        width: 80%; 
    }
    .free{
        width: 20%;
        top: 2%;
        left: 19%;
    }
    .interest-btn {
        padding: 30px 0 50px 0;
    }
 }

/* ============ 選擇聯成外語原因============ */
.section2{
    width: 100%;
	height: auto;
	position: relative;
    background-color: #00d9ae;
}
.reason-box{
    padding-bottom: 100px;
}
.reason{
    display: block;
    position: relative;
    width: 80%;
    margin: 50px 0 0 0;
}
.label-left{
    position: absolute;
    left: -10%;
    top: -10%;
}
.label-right{
    position: absolute;
    right: -10%;
    top: -10%;
}
@media screen and (max-width:576px) {	
    .reason-box{
        padding: 20px 0 50px 0;
    }
    .reason{
        margin: 20px 0 0 0;
    }
   .label-left {
        top: -18%;
        width: 20%;
    }
    .label-right{
        top: -18%;
        width: 20%;
    }
}
/* ============ 不論是什麼樣的你============ */
.section3{
    width: 100%;
	height: auto;
	position: relative;
    background: url("../images/blue-bg.png") repeat top center;
}
.people-box{
    width: 80%;
    padding: 50px 0 100px 0;
    margin: auto;
}
.people{
    width: 20%;
    margin: 0 15px;
}
@media screen and (max-width:576px) {	
     .people-box{
        width: 100%;
    }
     .people {
        width: 85%;
        padding: 10px 70px;
    } 
}

/* ============ 學員感言============ */
.section4{
    width: 100%;
	height: auto;
	position: relative;
    background-color: #00d9ae;
}
.stu {
    display: flex;
    position: relative;
}
.stu .stu-block img{
    margin: 0 auto;
}
.stu .stu-block {
    padding:  1% 0 2% 0; 
}
.stu .slick-dots{
    bottom: 12%;
}
.slick-next:before, .slick-prev:before{
    font-size: 2rem;
}
.slick-next, .slick-prev{
    top: 43%;
}
.slick-next {
    right: 2%;
}
.slick-prev {
    left: 1%;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

@media screen and (max-width:576px) {	
    .stu {
        width: 80%;
        margin: 0 auto;
    }
    .stu .stu-block {
        padding: 1% 0 3% 0;
    }
    .stu .slick-dots {
        bottom: 10%;
    }
    .slick-next:before, .slick-prev:before{
        font-size: 1.5rem;
    }
    .slick-next {
        right: -7%;
    }
    .slick-prev {
        left: -9%;
    }
    
}

/* ============ 到表單按鈕============ */
.goform {
	position:fixed;
	display: block;
	z-index: 500;
    right: 1%;
    bottom: 4%;
}
.goform:hover{
    opacity: .8;
    transition: .5s;
}
.goform img{
    width: 90%;
}


/*-----------------------footer---------------------*/
.mobile_bottom_footer .mobile_bottom_box li {
	font-size: 0.9em;
	margin:2px 0 5px 5px;
	height:23px;
}
.mobile_bottom_footer .mobile_bottom_logo {
	height: 140px;
	line-height: 120px;
}

@media screen and (max-width: 768px) {

    .goform{
        right: -3%;
        bottom: 1%;
    }
    .goform img{
        width: 80%;
    }
    
}
@media screen and (max-width: 576px) {
    .goform{
        right: -20%;
        bottom: 1%;
    }
    .goform img{
        width: 52%;
    }
}



.blink {
    animation-duration: .6s;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    81% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.floating{
	animation-duration: .6s;
    animation-name: floating;
    animation-iteration-count: infinite;
    animation-direction: alternate;
	animation-delay:.6s;
    animation-timing-function: ease-in-out;
}
@keyframes floating{
	100%{
		transform:translate(0, -13px);
	}
	0%{
		transform: translate(0,0);
	}

}