@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
iframe {
	height: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.3vw;
}
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;
}
/*============================================================
header
============================================================*/
.edm_header_001 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    color: #666;
    background-color: rgba(255%,255%,255%,1);
    padding: 0.5em 1em;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 10%);
    z-index: 99;
}
/*============================================================
首頁
============================================================*/
.main0{
	width: 100%;
	position: relative;
	height: 900px;
	background: url(../images/toeic-600-800_1920.jpg) center top no-repeat;
	background-image: -webkit-image-set(url(../images/toeic-600-800_1920.jpg) 1x,
               url(../images/toeic-600-800_3840.jpg) 2x);
	background-image: -moz-image-set(url(../images/toeic-600-800_1920.jpg) 1x,
               url(../images/toeic-600-800_3840.jpg) 2x);
	background-image: -o-image-set(url(../images/toeic-600-800_1920.jpg) 1x,
               url(../images/toeic-600-800_3840.jpg) 2x);
	background-image: -ms-image-set(url(../images/toeic-600-800_1920.jpg) 1x,
               url(../images/toeic-600-800_3840.jpg) 2x);
    margin-top: 60px;
	z-index: 1;
	/*overflow: hidden;*/
}
.logo {
	width:18%;
    position: absolute;
	margin-top: 3%;
    margin-left:5%;
}
.big-mark {
	width:36.5%;
	position: absolute;
	margin-top:10.5%;	
	margin-left:5%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.big-mark:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 10;
}
.copywriting {
    width: 50%;
    position: absolute;
	font-family: source-han-serif-tc, serif;
	line-height: 60px;
	font-weight: bolder;
    font-size: 25pt;
	text-align: left;
	letter-spacing:9px;
    margin-top: 28%;
    margin-left: 8%;
    color: #333333;
}
.people {
	width:53.4%;
	position: absolute;
	margin-top:0%;	
	margin-left:43%;
}
/*============================================================
表單
============================================================*/
.mark1 {
    width: 100%;
    position: absolute;
	display: block;
    font-family: source-han-serif-tc, serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28pt;
    text-align: center;
	letter-spacing:5px;
	line-height:0px;
    color: #FFFFFF;
	z-index: 4;
}
.mark1-m {
    display: none;
}
.form {
	width: 100%;
	height: 300px;
    background-size:  80px;
    background-position: center center;
    padding-top: 2rem;
    padding-bottom: 2rem;
	background-color: #808080;
}


.form .container {
    background: rgba(255%,255%,255%,0.6);
    border-radius: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 2rem;
}
/*============================================================
新多益介紹
============================================================*/
.main2{
	width: 100%;
	/*position: relative;*/
	height: 1350px;
	background-image: url(../images/new-toeic.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.mark2 h2{
    width: 100%;
    position: absolute;
	display: block;
    font-family: source-han-serif-tc, serif;
    font-style: normal;
    font-weight: 900;
    font-size: 55pt;
    text-align: center;
	letter-spacing:5px;
	margin-top: 3%;
    color: #776B80;
}
.mark3{
    width: 100%;
    position: absolute;
	font-family: source-han-serif-tc, serif;
	line-height: 0px;
	font-weight: bolder;
    font-size: 25pt;
    text-align: center;
	letter-spacing:9px;
    margin-top: 37%;
    color: #333333;
}
.movie {
	width: 40%;
	height: 45%; 
    position: absolute;
	margin-left: 30%;
	margin-top: 10%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.movie:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
}
.hearing {
	width:30%;
	position: absolute;
	margin-top:40%;	
	margin-left:15%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.hearing:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 10;
}
.read {
	width:30%;
	position: absolute;
	margin-top:40%;	
	margin-left:55%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.read:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 10;
}
/*============================================================
1對1 線上多益課程
============================================================*/
.main3{
	width: 100%;
	/*position: relative;*/
	height: 1000px;
	background-color:#1B3971;
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.mark4{
    width: 100%;
    position: absolute;
	font-family: source-han-serif-tc, serif;
	line-height: 0px;
	font-weight: bolder;
    font-size: 40pt;
    text-align: center;
	letter-spacing:9px;
    margin-top: 15%;
    color: #FFFF66;
}
.suitable {
	width:65%;
	position: absolute;
	display: block;
	margin-top:20%;	
	margin-left:17.5%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.suitable:hover {
	display: block;
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 10;
}
.suitable-m {
    display: none;
}
.suitable-m:hover {
    display: none;
}
.mark5{
    width: 100%;
    position: absolute;
	font-family: source-han-serif-tc, serif;
	line-height: 0px;
	font-weight: bolder;
    font-size: 40pt;
    text-align: center;
	letter-spacing:9px;
    margin-top: 35%;
    color: #FFFF66;
}
.feature {
	width:65%;
	position: absolute;
	display: block;
	margin-top:40%;	
	margin-left:17.5%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.feature:hover {
	display: block;
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 10;
}
.feature-m {
    display: none;
}
.feature-m:hover {
    display: none;
}
/*============================================================
嚴格篩選 2%師資錄取率
============================================================*/
.main4{
	width: 100%;
	/*position: relative;*/
	height: 1050px;
	background-image: url(../images/new-toeic.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.movie2 {
	width: 40%;
	height: 45%; 
    position: absolute;
	margin-left: 30%;
	margin-top: 28%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.movie2:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
}
.plan {
    width: 100%;
    position: absolute;
    margin: 12% 0 0 0%;/*div對齊效果*/
    text-align: center;/*display: inline對齊效果*/
    z-index: 2;
}
.box2 {
    display: inline-block;/*讓div並排*/ 
    width: 20%;
    height: auto;
    margin-top: 2%;
    margin-left:3%;
    color: #ffffff;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.box2:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 9;
}
/*============================================================
助你高分考照 多益名師
============================================================*/
.main5{
	width: 100%;
	/*position: relative;*/
	height: 1000px;
	background-color:#1B3971;
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.box3 {
    display: inline-block;/*讓div並排*/ 
    width: 22%;
    height: auto;
    margin-top: 0%;
    margin-left:3%;
    color: #ffffff;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.box3:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 9;
}
/*============================================================
提升英語能力 我們有好工具
============================================================*/
.main6{
	width: 100%;
	/*position: relative;*/
	height: 1000px;
	background-image: url(../images/new-toeic.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
/*============================================================
為何選擇Hi家教?
============================================================*/
.main7{
	width: 100%;
	/*position: relative;*/
	height: 1150px;
	background-color:#1B3971;
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.compare {
	width: 70%;
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	margin-left:13%;
	margin-top:12%;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 9;
}
.compare:hover {
	display: block;
    transform: translateX(2%) translateY(2%) scale(1.1);
}
.compare-m {
	display: none;
}
.compare-m:hover {
	display: none;
}
/*============================================================
Hi家教 多益英雄榜
============================================================*/
.main8{
	width: 100%;
	/*position: relative;*/
	height: 1150px;
	background-image: url(../images/new-toeic.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.box4 {
    display: inline-block;/*讓div並排*/ 
    width: 33%;
    height: auto;
    margin-top: 2%;
    margin-left:2%;
    color: #ffffff;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.box4:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 9;
}
.button {
    width: 20%;
    height: 70px;
    background-color: #5E6AB3;
    border-radius: 40px;
    border: 3px solid #ffffff;
    padding-top: 18px;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
    color: white;
    text-align: center;
    font-family: Cambria, "微軟正黑體", serif;
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    letter-spacing:5px;
    -webkit-font-smoothing: antialiased;
    margin-top: 55%;
    margin-left: 51.5%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.button:hover {
    background-color: #ffffff;
    border: 3px solid #5E6AB3;
    color: #5E6AB3;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0,0,0, 0.15);
    transform: translateX(-50%) translateY(-55%) scale(1.04);
}
/*============================================================
top
============================================================*/
.f_r{
	width:7%;
    position: fixed;
	top: 70%;
	left: -1%;
	z-index:5;
	cursor: pointer;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.f_r:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
}
/***top設定***/
#updown{
	_top: expression(eval((document.compatMode&&document.compatMode=="CSS1Compat")?documentElement.scrollTop+documentElement.clientHeight-this.clientHeight-1:document.body.scrollTop+document.body.clientHeight-this.clientHeight-1));
	position: fixed;
	_position: absolute;
	top: 92%;
	left: 22px;
	display: none;
	z-index:99;
}
#updown span{
	cursor:pointer;
	width:51px;
	height:51px;
	display:block;
	z-index:99;
}
#updown .up{
	background:url(../images/top.png) no-repeat;
	opacity: 0.5;
	z-index:99;
}
#updown .up:hover{
	background:url(../images/top.png) top right no-repeat;opacity: 0.8;
	z-index:99;
}
@media screen and (max-width:1680px) {
/*============================================================
首頁
============================================================*/
.main0{
	width: 100%;
	/*position: relative;*/
	height: 788px;
	background: url(../images/toeic-600-800_1680.jpg) center top no-repeat;
	background-image: -webkit-image-set(url(../images/toeic-600-800_1680.jpg) 1x,
               url(../images/toeic-600-800_.3360.jpg) 2x);
	background-image: -moz-image-set(url(../images/toeic-600-800_1680.jpg) 1x,
               url(../images/toeic-600-800_3360.jpg) 2x);
	background-image: -o-image-set(url(../images/toeic-600-800_1680.jpg) 1x,
               url(../images/toeic-600-800_3360.jpg) 2x);
	background-image: -ms-image-set(url(../images/toeic-600-800_1680.jpg) 1x,
               url(../images/toeic-600-800_3360.jpg) 2x);
	z-index: 1;
	/*overflow: hidden;*/
}
/*============================================================
新多益介紹
============================================================*/
.main2{
	width: 100%;
	/*position: relative;*/
	height: 1250px;
	background-image: url(../images/new-toeic.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.mark3{
    width: 100%;
    position: absolute;
	font-family: source-han-serif-tc, serif;
	line-height: 0px;
	font-weight: bolder;
    font-size: 25pt;
    text-align: center;
	letter-spacing:9px;
    margin-top: 35%;
    color: #333333;
}
.movie {
	width: 40%;
	height: 35%;
    position: absolute;
	margin-left: 29%;
	margin-top: 9%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.movie:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
}
.hearing {
	width:35%;
	position: absolute;
	margin-top:40%;	
	margin-left:10%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.hearing:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 10;
}
.read {
	width:35%;
	position: absolute;
	margin-top:40%;	
	margin-left:505;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.read:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 10;
}
/*============================================================
1對1 線上多益課程
============================================================*/
.main3{
	width: 100%;
	/*position: relative;*/
	height: 1000px;
	background-color:#1B3971;
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.mark4{
    width: 100%;
    position: absolute;
	font-family: source-han-serif-tc, serif;
	line-height: 0px;
	font-weight: bolder;
    font-size: 40pt;
    text-align: center;
	letter-spacing:9px;
    margin-top: 15%;
    color: #FFFF66;
}
.suitable {
	width:80%;
	position: absolute;
	margin-top:20%;	
	margin-left:10%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.suitable:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 10;
}
.mark5{
    width: 100%;
    position: absolute;
	font-family: source-han-serif-tc, serif;
	line-height: 0px;
	font-weight: bolder;
    font-size: 40pt;
    text-align: center;
	letter-spacing:9px;
    margin-top: 35%;
    color: #FFFF66;
}
.feature {
	width:80%;
	position: absolute;
	margin-top:40%;	
	margin-left:10%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.feature:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 10;
}
/*============================================================
嚴格篩選 2%師資錄取率
============================================================*/
.main4{
	width: 100%;
	/*position: relative;*/
	height: 900px;
	background-image: url(../images/new-toeic.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.movie2 {
	width: 40%;
	height: 35%; 
    position: absolute;
	margin-left: 31%;
	margin-top: 28%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.movie2:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
}
/*============================================================
助你高分考照 多益名師
============================================================*/
.main5{
	width: 100%;
	/*position: relative;*/
	height: 850px;
	background-color:#1B3971;
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
/*============================================================
提升英語能力 我們有好工具
============================================================*/
.main6{
	width: 100%;
	/*position: relative;*/
	height: 750px;
	background-image: url(../images/new-toeic.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
/*============================================================
為何選擇Hi家教?
============================================================*/
.main7{
	width: 100%;
	/*position: relative;*/
	height: 1000px;
	background-color:#1B3971;
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
/*============================================================
Hi家教 多益英雄榜
============================================================*/
.main8{
	width: 100%;
	/*position: relative;*/
	height: 1000px;
	background-image: url(../images/new-toeic.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.button {
    width: 20%;
    height: 70px;
    background-color: #5E6AB3;
    border-radius: 40px;
    border: 3px solid #ffffff;
    padding-top: 23px;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
    color: white;
    text-align: center;
    font-family: Cambria, "微軟正黑體", serif;
    font-style: normal;
    font-weight: 900;
    font-size: 25px;
    letter-spacing:5px;
    -webkit-font-smoothing: antialiased;
    margin-top: 55%;
    margin-left: 51.5%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.button:hover {
    background-color: #ffffff;
    border: 3px solid #5E6AB3;
    color: #5E6AB3;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0,0,0, 0.15);
    transform: translateX(-50%) translateY(-55%) scale(1.04);
}
/*============================================================
top
============================================================*/
.f_r{
	width:7%;
    position: fixed;
	top: 70%;
	left:-0.8%;
	z-index:5;
	cursor: pointer;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.f_r:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
}
}
@media screen and (max-width:1440px) {
/*============================================================
首頁
============================================================*/
.main0{
	width: 100%;
	/*position: relative;*/
	height: 675px;
	background: url(../images/toeic-600-800_1440.jpg) center top no-repeat;
	background-image: -webkit-image-set(url(../images/toeic-600-800_1440.jpg) 1x,
               url(../images/toeic-600-800_2880.jpg) 2x);
	background-image: -moz-image-set(url(../images/toeic-600-800_1440.jpg) 1x,
               url(../images/toeic-600-800_2880.jpg) 2x);
	background-image: -o-image-set(url(../images/toeic-600-800_1440.jpg) 1x,
               url(../images/toeic-600-800_2880.jpg) 2x);
	background-image: -ms-image-set(url(../images/toeic-600-800_1440.jpg) 1x,
               url(../images/toeic-600-800_2880.jpg) 2x);
	z-index: 1;
	/*overflow: hidden;*/
}
/*============================================================
新多益介紹
============================================================*/
.main2{
	width: 100%;
	/*position: relative;*/
	height: 1100px;
	background-image: url(../images/new-toeic.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.mark2 h2{
    width: 100%;
    position: absolute;
	display: block;
    font-family: source-han-serif-tc, serif;
    font-style: normal;
    font-weight: 900;
    font-size: 55pt;
    text-align: center;
	letter-spacing:5px;
	margin-top: 3%;
    color: #776B80;
}
.mark3{
    width: 100%;
    position: absolute;
	font-family: source-han-serif-tc, serif;
	line-height: 0px;
	font-weight: bolder;
    font-size: 25pt;
    text-align: center;
	letter-spacing:9px;
    margin-top: 37%;
    color: #333333;
}
.movie {
	width: 40%;
	height: 35%; 
    position: absolute;
	margin-left: 29%;
	margin-top: 10%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.movie:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
}
.hearing {
	width:35%;
	position: absolute;
	margin-top:40%;	
	margin-left:10%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.hearing:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 10;
}
.read {
	width:35%;
	position: absolute;
	margin-top:40%;	
	margin-left:505;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.read:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 10;
}
/*============================================================
1對1 線上多益課程
============================================================*/
.main3{
	width: 100%;
	/*position: relative;*/
	height: 800px;
	background-color:#1B3971;
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.mark4{
    width: 100%;
    position: absolute;
	font-family: source-han-serif-tc, serif;
	line-height: 0px;
	font-weight: bolder;
    font-size: 40pt;
    text-align: center;
	letter-spacing:9px;
    margin-top: 15%;
    color: #FFFF66;
}
.suitable {
	width:80%;
	position: absolute;
	margin-top:20%;	
	margin-left:10%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.suitable:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 10;
}
.mark5{
    width: 100%;
    position: absolute;
	font-family: source-han-serif-tc, serif;
	line-height: 0px;
	font-weight: bolder;
    font-size: 40pt;
    text-align: center;
	letter-spacing:9px;
    margin-top: 35%;
    color: #FFFF66;
}
.feature {
	width:80%;
	position: absolute;
	margin-top:40%;	
	margin-left:10%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.feature:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 10;
}
/*============================================================
嚴格篩選 2%師資錄取率
============================================================*/
.main4{
	width: 100%;
	/*position: relative;*/
	height: 800px;
	background-image: url(../images/new-toeic.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.movie2 {
	width: 40%;
	height: 35%; 
    position: absolute;
	margin-left: 31%;
	margin-top: 28%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.movie2:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
}
/*============================================================
助你高分考照 多益名師
============================================================*/
.main5{
	width: 100%;
	/*position: relative;*/
	height: 800px;
	background-color:#1B3971;
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.box3 {
    display: inline-block;/*讓div並排*/ 
    width: 25%;
    height: auto;
    margin-top: 0%;
    margin-left:3%;
    color: #ffffff;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.box3:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 9;
}
/*============================================================
提升英語能力 我們有好工具
============================================================*/
.main6{
	width: 100%;
	/*position: relative;*/
	height: 650px;
	background-image: url(../images/new-toeic.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
/*============================================================
為何選擇Hi家教?
============================================================*/
.main7{
	width: 100%;
	/*position: relative;*/
	height: 850px;
	background-color:#1B3971;
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.compare {
	width: 70%;
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	margin-left:13%;
	margin-top:12%;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 9;
}
.compare:hover {
	display: block;
    transform: translateX(2%) translateY(2%) scale(1.1);
}
/*============================================================
Hi家教 多益英雄榜
============================================================*/
.main8{
	width: 100%;
	/*position: relative;*/
	height: 1000px;
	background-image: url(../images/new-toeic.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.box4 {
    display: inline-block;/*讓div並排*/ 
    width: 40%;
    height: auto;
    margin-top: 2%;
    margin-left:2%;
    color: #ffffff;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.box4:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 9;
}
.button {
    width: 25%;
    height: 70px;
    background-color: #5E6AB3;
    border-radius: 40px;
    border: 3px solid #ffffff;
    padding-top: 23px;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
    color: white;
    text-align: center;
    font-family: Cambria, "微軟正黑體", serif;
    font-style: normal;
    font-weight: 900;
    font-size: 25px;
    letter-spacing:5px;
    -webkit-font-smoothing: antialiased;
    margin-top: 64%;
    margin-left: 51.5%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.button:hover {
    background-color: #ffffff;
    border: 3px solid #5E6AB3;
    color: #5E6AB3;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0,0,0, 0.15);
    transform: translateX(-50%) translateY(-55%) scale(1.04);
}
/*============================================================
top
============================================================*/
.f_r{
	width:7%;
    position: fixed;
	top: 70%;
	left: -0.2%;
	z-index:5;
	cursor: pointer;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.f_r:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
}
/***top設定***/
#updown{
	_top: expression(eval((document.compatMode&&document.compatMode=="CSS1Compat")?documentElement.scrollTop+documentElement.clientHeight-this.clientHeight-1:document.body.scrollTop+document.body.clientHeight-this.clientHeight-1));
	position: fixed;
	_position: absolute;
	top: 92%;
	left: 22px;
	display: none;
	z-index:99;
}
#updown span{
	cursor:pointer;
	width:51px;
	height:51px;
	display:block;
	z-index:99;
}
#updown .up{
	background:url(../images/top.png) no-repeat;
	opacity: 0.5;
	z-index:99;
}
#updown .up:hover{
	background:url(../images/top.png) top right no-repeat;opacity: 0.8;
	z-index:99;
}
}
@media screen and (max-width:1280px) {
/*============================================================
首頁
============================================================*/
.main0{
	width: 100%;
	/*position: relative;*/
	height: 600px;
	background: url(../images/toeic-600-800_1280.jpg) center top no-repeat;
	background-image: -webkit-image-set(url(../images/toeic-600-800_1280.jpg) 1x,
               url(../images/toeic-600-800_2560.jpg) 2x);
	background-image: -moz-image-set(url(../images/toeic-600-800_1280.jpg) 1x,
               url(../images/toeic-600-800_2560.jpg) 2x);
	background-image: -o-image-set(url(../images/toeic-600-800_1280.jpg) 1x,
               url(../images/toeic-600-800_2560.jpg) 2x);
	background-image: -ms-image-set(url(../images/toeic-600-800_1280.jpg) 1x,
               url(../images/toeic-600-800_2560.jpg) 2x);
	z-index: 1;
	/*overflow: hidden;*/
}
/*============================================================
新多益介紹
============================================================*/
.main2{
	width: 100%;
	/*position: relative;*/
	height: 1100px;
	background-image: url(../images/new-toeic.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.mark2 h2{
    width: 100%;
    position: absolute;
	display: block;
    font-family: source-han-serif-tc, serif;
    font-style: normal;
    font-weight: 900;
    font-size: 55pt;
    text-align: center;
	letter-spacing:5px;
	margin-top: 3%;
    color: #776B80;
}
.mark3{
    width: 100%;
    position: absolute;
	font-family: source-han-serif-tc, serif;
	line-height: 0px;
	font-weight: bolder;
    font-size: 25pt;
    text-align: center;
	letter-spacing:9px;
    margin-top: 42%;
    color: #333333;
}
.movie {
	width: 40%;
	height: 35%; 
    position: absolute;
	margin-left: 29%;
	margin-top: 13%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.movie:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
}
.hearing {
	width:35%;
	position: absolute;
	margin-top:48%;	
	margin-left:10%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.hearing:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 10;
}
.read {
	width:35%;
	position: absolute;
	margin-top:48%;	
	margin-left:55%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.read:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 10;
}
/*============================================================
1對1 線上多益課程
============================================================*/
.main3{
	width: 100%;
	/*position: relative;*/
	height: 700px;
	background-color:#1B3971;
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.mark4{
    width: 100%;
    position: absolute;
	font-family: source-han-serif-tc, serif;
	line-height: 0px;
	font-weight: bolder;
    font-size: 40pt;
    text-align: center;
	letter-spacing:9px;
    margin-top: 15%;
    color: #FFFF66;
}
.suitable {
	width:80%;
	position: absolute;
	margin-top:20%;	
	margin-left:10%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.suitable:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 10;
}
.mark5{
    width: 100%;
    position: absolute;
	font-family: source-han-serif-tc, serif;
	line-height: 0px;
	font-weight: bolder;
    font-size: 40pt;
    text-align: center;
	letter-spacing:9px;
    margin-top: 35%;
    color: #FFFF66;
}
.feature {
	width:80%;
	position: absolute;
	margin-top:40%;	
	margin-left:10%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.feature:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 10;
}
/*============================================================
嚴格篩選 2%師資錄取率
============================================================*/
.main4{
	width: 100%;
	/*position: relative;*/
	height: 700px;
	background-image: url(../images/new-toeic.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.movie2 {
	width: 40%;
	height: 35%; 
    position: absolute;
	margin-left: 31%;
	margin-top: 28%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.movie2:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
}
.plan {
    width: 100%;
    position: absolute;
    margin: 12% 0 0 0%;/*div對齊效果*/
    text-align: center;/*display: inline對齊效果*/
    z-index: 2;
}
.box2 {
    display: inline-block;/*讓div並排*/ 
    width: 20%;
    height: auto;
    margin-top: 2%;
    margin-left:3%;
    color: #ffffff;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.box2:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 9;
}
/*============================================================
助你高分考照 多益名師
============================================================*/
.main5{
	width: 100%;
	/*position: relative;*/
	height: 730px;
	background-color:#1B3971;
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.box3 {
    display: inline-block;/*讓div並排*/ 
    width: 25%;
    height: auto;
    margin-top: 0%;
    margin-left:3%;
    color: #ffffff;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.box3:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 9;
}
/*============================================================
提升英語能力 我們有好工具
============================================================*/
.main6{
	width: 100%;
	/*position: relative;*/
	height: 600px;
	background-image: url(../images/new-toeic.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
/*============================================================
為何選擇Hi家教?
============================================================*/
.main7{
	width: 100%;
	/*position: relative;*/
	height: 750px;
	background-color:#1B3971;
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.compare {
	width: 70%;
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	margin-left:13%;
	margin-top:12%;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 9;
}
.compare:hover {
	display: block;
    transform: translateX(2%) translateY(2%) scale(1.1);
}
/*============================================================
Hi家教 多益英雄榜
============================================================*/
.main8{
	width: 100%;
	/*position: relative;*/
	height: 950px;
	background-image: url(../images/new-toeic.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.box4 {
    display: inline-block;/*讓div並排*/ 
    width: 40%;
    height: auto;
    margin-top: 2%;
    margin-left:2%;
    color: #ffffff;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.box4:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 9;
}
.button {
    width: 25%;
    height: 70px;
    background-color: #5E6AB3;
    border-radius: 40px;
    border: 3px solid #ffffff;
    padding-top: 25px;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
    color: white;
    text-align: center;
    font-family: Cambria, "微軟正黑體", serif;
    font-style: normal;
    font-weight: 900;
    font-size: 25px;
    letter-spacing:5px;
    -webkit-font-smoothing: antialiased;
    margin-top: 67%;
    margin-left: 51.5%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.button:hover {
    background-color: #ffffff;
    border: 3px solid #5E6AB3;
    color: #5E6AB3;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0,0,0, 0.15);
    transform: translateX(-50%) translateY(-55%) scale(1.04);
}
/*============================================================
top
============================================================*/
.f_r{
	width:7%;
    position: fixed;
	top: 65%;
	left: 0.1%;
	z-index:5;
	cursor: pointer;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.f_r:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
}
/***top設定***/
#updown{
	_top: expression(eval((document.compatMode&&document.compatMode=="CSS1Compat")?documentElement.scrollTop+documentElement.clientHeight-this.clientHeight-1:document.body.scrollTop+document.body.clientHeight-this.clientHeight-1));
	position: fixed;
	_position: absolute;
	top: 92%;
	left: 22px;
	display: none;
	z-index:99;
}
#updown span{
	cursor:pointer;
	width:51px;
	height:51px;
	display:block;
	z-index:99;
}
#updown .up{
	background:url(../images/top.png) no-repeat;
	opacity: 0.5;
	z-index:99;
}
#updown .up:hover{
	background:url(../images/top.png) top right no-repeat;opacity: 0.8;
	z-index:99;
}
}
@media screen and (max-width:1024px) {
/*============================================================
首頁
============================================================*/
.main0{
	width: 100%;
	/*position: relative;*/
	height: 480px;
	background: url(../images/toeic-600-800_1024.jpg) center top no-repeat;
	background-image: -webkit-image-set(url(../images/toeic-600-800_1024.jpg) 1x,
               url(../images/toeic-600-800_2048.jpg) 2x);
	background-image: -moz-image-set(url(../images/toeic-600-800_1024.jpg) 1x,
               url(../images/toeic-600-800_2048.jpg) 2x);
	background-image: -o-image-set(url(../images/toeic-600-800_1024.jpg) 1x,
               url(../images/toeic-600-800_2048.jpg) 2x);
	background-image: -ms-image-set(url(../images/toeic-600-800_1024.jpg) 1x,
               url(../images/toeic-600-800_2048.jpg) 2x);
	z-index: 1;
	/*overflow: hidden;*/
}
.copywriting {
    width: 50%;
    position: absolute;
	font-family: source-han-serif-tc, serif;
	line-height: 40px;
	font-weight: bolder;
    font-size: 20pt;
	text-align: left;
	letter-spacing:9px;
    margin-top: 30%;
    margin-left: 8%;
    color: #333333;
}
/*============================================================
新多益介紹
============================================================*/
.main2{
	width: 100%;
	/*position: relative;*/
	height: 1030px;
	background-image: url(../images/new-toeic.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.mark2 h2{
    width: 100%;
    position: absolute;
	display: block;
    font-family: source-han-serif-tc, serif;
    font-style: normal;
    font-weight: 900;
    font-size: 55pt;
    text-align: center;
	letter-spacing:5px;
	margin-top: 3%;
    color: #776B80;
}
.mark3{
    width: 100%;
    position: absolute;
	font-family: source-han-serif-tc, serif;
	line-height: 0px;
	font-weight: bolder;
    font-size: 25pt;
    text-align: center;
	letter-spacing:9px;
    margin-top: 52%;
    color: #333333;
}
.movie {
	width: 52%;
	height: 37%;
    position: absolute;
	margin-left: 23%;
	margin-top: 15%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.movie:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
}
.hearing {
	width:40%;
	position: absolute;
	margin-top:58%;	
	margin-left:8%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.hearing:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 10;
}
.read {
	width:40%;
	position: absolute;
	margin-top:58%;	
	margin-left:55%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.read:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 10;
}
/*============================================================
1對1 線上多益課程
============================================================*/
.main3{
	width: 100%;
	/*position: relative;*/
	height: 680px;
	background-color:#1B3971;
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.mark4{
    width: 100%;
    position: absolute;
	font-family: source-han-serif-tc, serif;
	line-height: 0px;
	font-weight: bolder;
    font-size: 40pt;
    text-align: center;
	letter-spacing:9px;
    margin-top: 20%;
    color: #FFFF66;
}
.suitable {
	width:80%;
	position: absolute;
	margin-top:25%;	
	margin-left:10%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.suitable:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 10;
}
.mark5{
    width: 100%;
    position: absolute;
	font-family: source-han-serif-tc, serif;
	line-height: 0px;
	font-weight: bolder;
    font-size: 40pt;
    text-align: center;
	letter-spacing:9px;
    margin-top: 45%;
    color: #FFFF66;
}
.feature {
	width:80%;
	position: absolute;
	margin-top:50%;	
	margin-left:10%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.feature:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 10;
}
/*============================================================
嚴格篩選 2%師資錄取率
============================================================*/
.main4{
	width: 100%;
	/*position: relative;*/
	height: 650px;
	background-image: url(../images/new-toeic.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.movie2 {
	width: 52%;
	height: 37%;
    position: absolute;
	margin-left: 24%;
	margin-top: 28%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.movie2:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
}
.plan {
    width: 100%;
    position: absolute;
    margin: 12% 0 0 0%;/*div對齊效果*/
    text-align: center;/*display: inline對齊效果*/
    z-index: 2;
}
.box2 {
    display: inline-block;/*讓div並排*/ 
    width: 20%;
    height: auto;
    margin-top: 2%;
    margin-left:3%;
    color: #ffffff;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.box2:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 9;
}
/*============================================================
助你高分考照 多益名師
============================================================*/
.main5{
	width: 100%;
	/*position: relative;*/
	height: 630px;
	background-color:#1B3971;
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.box3 {
    display: inline-block;/*讓div並排*/ 
    width: 27%;
    height: auto;
    margin-top: 0%;
    margin-left:3%;
    color: #ffffff;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.box3:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 9;
}
/*============================================================
提升英語能力 我們有好工具
============================================================*/
.main6{
	width: 100%;
	/*position: relative;*/
	height: 480px;
	background-image: url(../images/new-toeic.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
/*============================================================
為何選擇Hi家教?
============================================================*/
.main7{
	width: 100%;
	/*position: relative;*/
	height: 750px;
	background-color:#1B3971;
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.compare {
	width: 83%;
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	margin-left:10%;
	margin-top:15%;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 9;
}
.compare:hover {
	display: block;
    transform: translateX(2%) translateY(2%) scale(1.1);
}
/*============================================================
Hi家教 多益英雄榜
============================================================*/
.main8{
	width: 100%;
	/*position: relative;*/
	height: 750px;
	background-image: url(../images/new-toeic.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.box4 {
    display: inline-block;/*讓div並排*/ 
    width: 41%;
    height: auto;
    margin-top: 2%;
    margin-left:2%;
    color: #ffffff;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.box4:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 9;
}
.button {
    width: 40%;
    height: 70px;
    background-color: #5E6AB3;
    border-radius: 40px;
    border: 3px solid #ffffff;
    padding-top: 26px;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
    color: white;
    text-align: center;
    font-family: Cambria, "微軟正黑體", serif;
    font-style: normal;
    font-weight: 900;
    font-size: 25px;
    letter-spacing:5px;
    -webkit-font-smoothing: antialiased;
    margin-top: 67%;
    margin-left: 51.5%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.button:hover {
    background-color: #ffffff;
    border: 3px solid #5E6AB3;
    color: #5E6AB3;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0,0,0, 0.15);
    transform: translateX(-50%) translateY(-55%) scale(1.04);
}
/*============================================================
top
============================================================*/
.f_r{
	width:7%;
    position: fixed;
	top: 58%;
	left: 0.5%;
	z-index:5;
	cursor: pointer;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.f_r:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
}
/***top設定***/
#updown{
	_top: expression(eval((document.compatMode&&document.compatMode=="CSS1Compat")?documentElement.scrollTop+documentElement.clientHeight-this.clientHeight-1:document.body.scrollTop+document.body.clientHeight-this.clientHeight-1));
	position: fixed;
	_position: absolute;
	top: 92%;
	left: 15px;
	display: none;
	z-index:99;
}
#updown span{
	cursor:pointer;
	width:51px;
	height:51px;
	display:block;
	z-index:99;
}
#updown .up{
	background:url(../images/top.png) no-repeat;
	opacity: 0.5;
	z-index:99;
}
#updown .up:hover{
	background:url(../images/top.png) top right no-repeat;opacity: 0.8;
	z-index:99;
}
}
@media screen and (max-width:768px) {
/*============================================================
首頁
============================================================*/
.main0{
	width: 100%;
	/*position: relative;*/
	height: 1365px;
	background: url(../images/toeic-600-800_768.jpg) center top no-repeat;
	background-image: -webkit-image-set(url(../images/toeic-600-800_768.jpg) 1x,
               url(../images/toeic-600-800_3840.jpg) 2x);
	background-image: -moz-image-set(url(../images/toeic-600-800_768.jpg) 1x,
               url(../images/toeic-600-800_1536.jpg) 2x);
	background-image: -o-image-set(url(../images/toeic-600-800_768.jpg) 1x,
               url(../images/toeic-600-800_1536.jpg) 2x);
	background-image: -ms-image-set(url(../images/toeic-600-800_768.jpg) 1x,
               url(../images/toeic-600-800_1536.jpg) 2x);
	z-index: 1;
	/*overflow: hidden;*/
}
.logo {
	width:50%;
    position: absolute;
	margin-top: 8%;
    margin-left:5%;
}
.big-mark {
	width:80%;
	position: absolute;
	margin-top:25%;	
	margin-left:10%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.big-mark:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 10;
}
.copywriting {
    width: 70%;
    position: absolute;
	font-family: source-han-serif-tc, serif;
	line-height: 60px;
	font-weight: bolder;
    font-size: 20pt;
	text-align: left;
	letter-spacing:7px;
    margin-top: 58%;
    margin-left: 16%;
    color: #333333;
}
.people {
	width:98%;
	position: absolute;
	margin-top:95%;	
	margin-left:1%;
}
/*============================================================
表單
============================================================*/
.mark3 {
    width: 100%;
    position: absolute;
	display: block;
    font-family: font-family: Cambria, "微軟正黑體", serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28pt;
    text-align: center;
	letter-spacing:5px;
	line-height:0px;
    color: #FFFFFF;
	z-index: 4;
}
.mark3-m {
    display: none;
}
.form {
	width: 100%;
	height: 480px;
    background-size:  80px;
    background-position: center center;
    padding-top: 2rem;
    padding-bottom: 2rem;
	background-color: #808080;
}


.form .container {
	width: 85%;
    background: rgba(255%,255%,255%,0.6);
    border-radius: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 2rem;
}
/*============================================================
新多益介紹
============================================================*/
.main2{
	width: 100%;
	/*position: relative;*/
	height: 1600px;
	background-image: url(../images/new-toeic.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.mark2 h2{
    width: 100%;
    position: absolute;
	display: block;
    font-family: source-han-serif-tc, serif;
    font-style: normal;
    font-weight: 900;
    font-size: 40pt;
    text-align: center;
	letter-spacing:5px;
	margin-top: 5%;
    color: #776B80;
}
.mark3{
    width: 100%;
    position: absolute;
	font-family: source-han-serif-tc, serif;
	line-height: 0px;
	font-weight: bolder;
    font-size: 25pt;
    text-align: center;
	letter-spacing:9px;
    margin-top: 80%;
    color: #333333;
}
.movie {
	width: 88%;
	height: 37%; 
    position: absolute;
	margin-left: 4%;
	margin-top: 20%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.movie:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
}
.hearing {
	width:70%;
	position: absolute;
	margin-top:85%;	
	margin-left:15%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.hearing:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 10;
}
.read {
	width:70%;
	position: absolute;
	margin-top:140%;	
	margin-left:15%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.read:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 10;
}
/*============================================================
1對1 線上多益課程
============================================================*/
.main3{
	width: 100%;
	/*position: relative;*/
	height: 630px;
	background-color:#1B3971;
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.mark4{
    width: 100%;
    position: absolute;
	font-family: source-han-serif-tc, serif;
	line-height: 0px;
	font-weight: bolder;
    font-size: 30pt;
    text-align: center;
	letter-spacing:9px;
    margin-top: 30%;
    color: #FFFF66;
}
.suitable {
	width:90%;
	position: absolute;
	margin-top:35%;	
	margin-left:5%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.suitable:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 10;
}
.mark5{
    width: 100%;
    position: absolute;
	font-family: source-han-serif-tc, serif;
	line-height: 0px;
	font-weight: bolder;
    font-size: 30pt;
    text-align: center;
	letter-spacing:9px;
    margin-top: 58%;
    color: #FFFF66;
}
.feature {
	width:90%;
	position: absolute;
	margin-top:65%;	
	margin-left:5%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.feature:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 10;
}
/*============================================================
嚴格篩選 2%師資錄取率
============================================================*/
.main4{
	width: 100%;
	/*position: relative;*/
	height: 1080px;
	background-image: url(../images/new-toeic.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.movie2 {
	width: 88%;
	height: 37%; 
    position: absolute;
	margin-left: 5%;
	margin-top: 82%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 3;
}
.movie2:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
}
.plan {
    width: 100%;
    position: absolute;
    margin: 12% 0 0 0%;/*div對齊效果*/
    text-align: center;/*display: inline對齊效果*/
    z-index: 2;
}
.box2 {
    display: inline-block;/*讓div並排*/ 
    width:45%;
    height: auto;
    margin-top: 7%;
    margin-left:0%;
    color: #ffffff;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 9;
}
.box2:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 9;
}
/*============================================================
助你高分考照 多益名師
============================================================*/
.main5{
	width: 100%;
	/*position: relative;*/
	height: 1250px;
	background-color:#1B3971;
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.box3 {
    display: inline-block;/*讓div並排*/ 
    width: 40%;
    height: auto;
    margin-top: 10%;
    margin-left:4%;
    color: #ffffff;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.box3:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 9;
}
/*============================================================
提升英語能力 我們有好工具
============================================================*/
.main6{
	width: 100%;
	/*position: relative;*/
	height: 550px;
	background-image: url(../images/new-toeic.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
/*============================================================
為何選擇Hi家教?
============================================================*/
.main7{
	width: 100%;
	/*position: relative;*/
	height: 630px;
	background-color:#1B3971;
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.compare {
	width: 86%;
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	margin-left:6%;
	margin-top:22%;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 9;
}
.compare:hover {
	display: block;
    transform: translateX(2%) translateY(2%) scale(1.1);
}
/*============================================================
Hi家教 多益英雄榜
============================================================*/
.main8{
	width: 100%;
	/*position: relative;*/
	height: 700px;
	background-image: url(../images/new-toeic.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.box4 {
    display: inline-block;/*讓div並排*/ 
    width: 43%;
    height: auto;
    margin-top: 6%;
    margin-left:0%;
    color: #ffffff;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.box4:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 9;
}
.button {
    width: 40%;
    height: 70px;
    background-color: #5E6AB3;
    border-radius: 40px;
    border: 3px solid #ffffff;
    padding-top: 20px;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
    color: white;
    text-align: center;
    font-family: Cambria, "微軟正黑體", serif;
    font-style: normal;
    font-weight: 900;
    font-size: 25px;
    letter-spacing:5px;
    -webkit-font-smoothing: antialiased;
    margin-top: 80%;
    margin-left: 51.5%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.button:hover {
    background-color: #ffffff;
    border: 3px solid #5E6AB3;
    color: #5E6AB3;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0,0,0, 0.15);
    transform: translateX(-50%) translateY(-55%) scale(1.04);
}
/*============================================================
top
============================================================*/
.f_r{
    display: none;
}
.f_r:hover {
    display: none;
}
/***top設定***/
#updown{
	_top: expression(eval((document.compatMode&&document.compatMode=="CSS1Compat")?documentElement.scrollTop+documentElement.clientHeight-this.clientHeight-1:document.body.scrollTop+document.body.clientHeight-this.clientHeight-1));
	position: fixed;
	_position: absolute;
	top: 92%;
	left: 15px;
	display: none;
	z-index:99;
}
#updown span{
	cursor:pointer;
	width:51px;
	height:51px;
	display:block;
	z-index:99;
}
#updown .up{
	background:url(../images/top.png) no-repeat;
	opacity: 0.5;
	z-index:99;
}
#updown .up:hover{
	background:url(../images/top.png) top right no-repeat;opacity: 0.8;
	z-index:99;
}
}
@media screen and (max-width:480px) {
/*============================================================
首頁
============================================================*/
.main0{
	width: 100%;
	/*position: relative;*/
	height: 853px;
	background: url(../images/toeic-600-800_480.jpg) center top no-repeat;
	background-image: -webkit-image-set(url(../images/toeic-600-800_480.jpg) 1x,
               url(../images/toeic-600-800_960.jpg) 2x);
	background-image: -moz-image-set(url(../images/toeic-600-800_480.jpg) 1x,
               url(../images/toeic-600-800_960.jpg) 2x);
	background-image: -o-image-set(url(../images/toeic-600-800_480.jpg) 1x,
               url(../images/toeic-600-800_960.jpg) 2x);
	background-image: -ms-image-set(url(../images/toeic-600-800_480.jpg) 1x,
               url(../images/toeic-600-800_960.jpg) 2x);
	z-index: 1;
	/*overflow: hidden;*/
}
.logo {
	width:50%;
    position: absolute;
	margin-top: 8%;
    margin-left:25%;
}
.big-mark {
	width:85%;
	position: absolute;
	margin-top:25%;	
	margin-left:7.5%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.big-mark:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 10;
}
.copywriting {
    width: 70%;
    position: absolute;
	font-family: source-han-serif-tc, serif;
	line-height: 50px;
	font-weight: bolder;
    font-size: 17pt;
	text-align: left;
	letter-spacing:1px;
    margin-top: 58%;
    margin-left: 14%;
    color: #333333;
}
.people {
	width:98%;
	position: absolute;
	margin-top:97.5%;	
	margin-left:1%;
}
/*============================================================
表單
============================================================*/
.mark1 {
    display: none;
}
.mark1-m {
    width: 100%;
    position: absolute;
	display: block;
    font-family: font-family: Cambria, "微軟正黑體", serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20pt;
    text-align: center;
	letter-spacing:1px;
	line-height:0px;
    color: #FFFFFF;
	z-index: 99;
}
.form {
	width: 100%;
	height:480px;
    background-size:  80px;
    background-position: center center;
    padding-top: 2rem;
    padding-bottom: 2rem;
	background-color: #808080;
	z-index: 99;
}


.form .container {
	width: 85%;
    background: rgba(255%,255%,255%,0.6);
    border-radius: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 2rem;
	z-index: 99;
}
/*============================================================
新多益介紹
============================================================*/
.main2{
	width: 100%;
	/*position: relative;*/
	height: 1250px;
	background-image: url(../images/new-toeic.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.mark2 h2{
    width: 100%;
    position: absolute;
	display: block;
    font-family: source-han-serif-tc, serif;
    font-style: normal;
    font-weight: 900;
    font-size: 25pt;
    text-align: center;
	letter-spacing:0px;
	margin-top: 10%;
    color: #776B80;
}
.mark3{
    width: 100%;
    position: absolute;
	font-family: source-han-serif-tc, serif;
	line-height: 20px;
	font-weight: bolder;
    font-size: 20pt;
    text-align: center;
	letter-spacing:1px;
    margin-top: 85%;
    color: #333333;
}
.movie {
	width: 88%;
	height: 27%;  
    position: absolute;
	margin-left: 4%;
	margin-top: 25%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.movie:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
}
.hearing {
	width:85%;
	position: absolute;
	margin-top:100%;	
	margin-left:7.5%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.hearing:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 10;
}
.read {
	width:85%;
	position: absolute;
	margin-top:175%;	
	margin-left:7.5%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.read:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 10;
}
/*============================================================
1對1 線上多益課程
============================================================*/
.main3{
	width: 100%;
	/*position: relative;*/
	height: 750px;
	background-color:#1B3971;
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.mark4{
    width: 100%;
    position: absolute;
	font-family: source-han-serif-tc, serif;
	line-height: 0px;
	font-weight: bolder;
    font-size: 20pt;
    text-align: center;
	letter-spacing:9px;
    margin-top: 30%;
    color: #FFFF66;
}
.suitable {
    display: none;
}
.suitable:hover {
    display: none;
}
.suitable-m {
	width:85%;
	position: absolute;
	display: block;
	margin-top:35%;	
	margin-left:5%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.suitable-m:hover {
	display: block;
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 10;
}
.mark5{
    width: 100%;
    position: absolute;
	font-family: source-han-serif-tc, serif;
	line-height: 0px;
	font-weight: bolder;
    font-size: 20pt;
    text-align: center;
	letter-spacing:9px;
    margin-top: 100%;
    color: #FFFF66;
}
.feature {
    display: none;
}
.feature:hover {
    display: none;
}
.feature-m {
	width:85%;
	position: absolute;
	display: block;
	margin-top:105%;	
	margin-left:5%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.feature-m:hover {
	display: block;
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 10;
}
/*============================================================
嚴格篩選 2%師資錄取率
============================================================*/
.main4{
	width: 100%;
	/*position: relative;*/
	height: 1300px;
	background-image: url(../images/new-toeic.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.movie2 {
	width: 88%;
	height: 27%;  
    position: absolute;
	margin-left: 4%;
	margin-top: 220%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.movie2:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
}
.plan {
    width: 100%;
    position: absolute;
    margin: 20% 0 0 0%;/*div對齊效果*/
    text-align: center;/*display: inline對齊效果*/
    z-index: 2;
}
.box2 {
    display: inline-block;/*讓div並排*/ 
    width:80%;
    height: auto;
    margin-top: 7%;
    margin-left:0%;
    color: #ffffff;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 9;
}
.box2:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 9;
}
/*============================================================
助你高分考照 多益名師
============================================================*/
.main5{
	width: 100%;
	/*position: relative;*/
	height: 1800px;
	background-color:#1B3971;
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.box3 {
    display: inline-block;/*讓div並排*/ 
    width: 70%;
    height: auto;
    margin-top: 10%;
    margin-left:4%;
    color: #ffffff;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.box3:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 9;
}
/*============================================================
提升英語能力 我們有好工具
============================================================*/
.main6{
	width: 100%;
	/*position: relative;*/
	height: 850px;
	background-image: url(../images/new-toeic.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
/*============================================================
為何選擇Hi家教?
============================================================*/
.main7{
	width: 100%;
	/*position: relative;*/
	height: 550px;
	background-color:#1B3971;
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.compare {
    display: none;
}
.compare:hover {
    display: none;
}
.compare-m {
	width: 87%;
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	margin-left:4%;
	margin-top:26%;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 9;
}
.compare-m:hover {
	display: block;
    transform: translateX(2%) translateY(2%) scale(1.1);
}
/*============================================================
Hi家教 多益英雄榜
============================================================*/
.main8{
	width: 100%;
	/*position: relative;*/
	height: 1200px;
	background-image: url(../images/new-toeic.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.box4 {
    display: inline-block;/*讓div並排*/ 
    width: 87%;
    height: auto;
    margin-top: 6%;
    margin-left:-3%;
    color: #ffffff;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.box4:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 9;
}
.button {
    width: 80%;
    height: 70px;
    background-color: #5E6AB3;
    border-radius: 40px;
    border: 3px solid #ffffff;
    padding-top: 20px;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
    color: white;
    text-align: center;
    font-family: Cambria, "微軟正黑體", serif;
    font-style: normal;
    font-weight: 900;
    font-size: 25px;
    letter-spacing:5px;
    -webkit-font-smoothing: antialiased;
    margin-top: 240%;
    margin-left: 51.5%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.button:hover {
    background-color: #ffffff;
    border: 3px solid #5E6AB3;
    color: #5E6AB3;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0,0,0, 0.15);
    transform: translateX(-50%) translateY(-55%) scale(1.04);
}
/*============================================================
top
============================================================*/
.f_r{
    display: none;
}
.f_r:hover {
    display: none;
}
/***top設定***/
#updown{
	_top: expression(eval((document.compatMode&&document.compatMode=="CSS1Compat")?documentElement.scrollTop+documentElement.clientHeight-this.clientHeight-1:document.body.scrollTop+document.body.clientHeight-this.clientHeight-1));
	position: fixed;
	_position: absolute;
	top: 92%;
	left: 15px;
	display: none;
	z-index:99;
}
#updown span{
	cursor:pointer;
	width:51px;
	height:51px;
	display:block;
	z-index:99;
}
#updown .up{
	background:url(../images/top.png) no-repeat;
	opacity: 0.5;
	z-index:99;
}
#updown .up:hover{
	background:url(../images/top.png) top right no-repeat;opacity: 0.8;
	z-index:99;
}
}
@media screen and (max-width:428px) {
/*============================================================
首頁
============================================================*/
.main0{
	width: 100%;
	/*position: relative;*/
	height: 753px;
	background: url(../images/toeic-600-800_424.jpg) center top no-repeat;
	background-image: -webkit-image-set(url(../images/toeic-600-800_424.jpg) 1x,
               url(../images/toeic-600-800_848.jpg) 2x);
	background-image: -moz-image-set(url(../images/toeic-600-800_424.jpg) 1x,
               url(../images/toeic-600-800_848.jpg) 2x);
	background-image: -o-image-set(url(../images/toeic-600-800_424.jpg) 1x,
               url(../images/toeic-600-800_848.jpg) 2x);
	background-image: -ms-image-set(url(../images/toeic-600-800_424.jpg) 1x,
               url(../images/toeic-600-800_848.jpg) 2x);
	z-index: 1;
	/*overflow: hidden;*/
}
.logo {
	width:50%;
    position: absolute;
	margin-top: 8%;
    margin-left:25%;
}
.big-mark {
	width:85%;
	position: absolute;
	margin-top:25%;	
	margin-left:7.5%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.big-mark:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 10;
}
.copywriting {
    width: 80%;
    position: absolute;
	font-family: source-han-serif-tc, serif;
	line-height: 40px;
	font-weight: bolder;
    font-size: 17pt;
	text-align: left;
	letter-spacing:0px;
    margin-top: 59%;
    margin-left: 14%;
    color: #333333;
}
.people {
	width:98%;
	position: absolute;
	margin-top:92%;	
	margin-left:1%;
}
/*============================================================
表單
============================================================*/
.mark1-m {
    width: 100%;
    position: absolute;
	display: block;
    font-family: font-family: Cambria, "微軟正黑體", serif;
    font-style: normal;
    font-weight: 700;
    font-size: 17pt;
    text-align: center;
	letter-spacing:1px;
	line-height:0px;
    color: #FFFFFF;
	z-index: 4;
}
.form {
	width: 100%;
	height:480px;
    background-size:  80px;
    background-position: center center;
    padding-top: 2rem;
    padding-bottom: 2rem;
	background-color: #808080;
}


.form .container {
	width: 85%;
    background: rgba(255%,255%,255%,0.6);
    border-radius: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 2rem;
}
/*============================================================
新多益介紹
============================================================*/
.main2{
	width: 100%;
	/*position: relative;*/
	height: 1100px;
	background-image: url(../images/new-toeic.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.mark2 h2{
    width: 100%;
    position: absolute;
	display: block;
    font-family: source-han-serif-tc, serif;
    font-style: normal;
    font-weight: 900;
    font-size: 25pt;
    text-align: center;
	letter-spacing:0px;
	margin-top: 10%;
    color: #776B80;
}
.mark3{
    width: 100%;
    position: absolute;
	font-family: source-han-serif-tc, serif;
	line-height: 20px;
	font-weight: bolder;
    font-size: 17pt;
    text-align: center;
	letter-spacing:1px;
    margin-top: 88%;
    color: #333333;
}
.movie {
	width: 88%;
	height: 22%;  
    position: absolute;
	margin-left: 4%;
	margin-top: 30%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.movie:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
}
.hearing {
	width:85%;
	position: absolute;
	margin-top:100%;	
	margin-left:7.5%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.hearing:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 10;
}
.read {
	width:85%;
	position: absolute;
	margin-top:175%;	
	margin-left:7.5%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.read:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 10;
}
/*============================================================
1對1 線上多益課程
============================================================*/
.main3{
	width: 100%;
	/*position: relative;*/
	height: 680px;
	background-color:#1B3971;
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.mark4{
    width: 100%;
    position: absolute;
	font-family: source-han-serif-tc, serif;
	line-height: 0px;
	font-weight: bolder;
    font-size: 20pt;
    text-align: center;
	letter-spacing:9px;
    margin-top: 30%;
    color: #FFFF66;
}
.suitable {
    display: none;
}
.suitable:hover {
    display: none;
}
.suitable-m {
	width:85%;
	position: absolute;
	display: block;
	margin-top:35%;	
	margin-left:5%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.suitable-m:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 10;
}
.mark5{
    width: 100%;
    position: absolute;
	font-family: source-han-serif-tc, serif;
	line-height: 0px;
	font-weight: bolder;
    font-size: 20pt;
    text-align: center;
	letter-spacing:9px;
    margin-top: 100%;
    color: #FFFF66;
}
.feature {
    display: none;
}
.feature:hover {
    display: none;
}
.feature-m {
	width:85%;
	position: absolute;
	display: block;
	margin-top:105%;	
	margin-left:5%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.feature-m:hover {
	display: block;
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 10;
}
/*============================================================
嚴格篩選 2%師資錄取率
============================================================*/
.main4{
	width: 100%;
	/*position: relative;*/
	height: 1150px;
	background-image: url(../images/new-toeic.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.movie2 {
	width: 88%;
	height: 22%;  
    position: absolute;
	margin-left: 4%;
	margin-top: 220%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.movie2:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
}
.plan {
    width: 100%;
    position: absolute;
    margin: 20% 0 0 0%;/*div對齊效果*/
    text-align: center;/*display: inline對齊效果*/
    z-index: 2;
}
.box2 {
    display: inline-block;/*讓div並排*/ 
    width:80%;
    height: auto;
    margin-top: 7%;
    margin-left:0%;
    color: #ffffff;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 9;
}
.box2:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 9;
}
/*============================================================
助你高分考照 多益名師
============================================================*/
.main5{
	width: 100%;
	/*position: relative;*/
	height: 1650px;
	background-color:#1B3971;
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.box3 {
    display: inline-block;/*讓div並排*/ 
    width: 70%;
    height: auto;
    margin-top: 10%;
    margin-left:4%;
    color: #ffffff;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.box3:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 9;
}
/*============================================================
提升英語能力 我們有好工具
============================================================*/
.main6{
	width: 100%;
	/*position: relative;*/
	height: 800px;
	background-image: url(../images/new-toeic.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
/*============================================================
為何選擇Hi家教?
============================================================*/
.main7{
	width: 100%;
	/*position: relative;*/
	height: 500px;
	background-color:#1B3971;
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.compare {
    display: none;
}
.compare:hover {
    display: none;
}
.compare-m {
	width: 87%;
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	margin-left:4%;
	margin-top:26%;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 9;
}
.compare-m:hover {
	display: block;
    transform: translateX(2%) translateY(2%) scale(1.1);
}
/*============================================================
Hi家教 多益英雄榜
============================================================*/
.main8{
	width: 100%;
	/*position: relative;*/
	height: 1100px;
	background-image: url(../images/new-toeic.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.box4 {
    display: inline-block;/*讓div並排*/ 
    width: 87%;
    height: auto;
    margin-top: 6%;
    margin-left:-3%;
    color: #ffffff;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.box4:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 9;
}
.button {
    width: 80%;
    height: 70px;
    background-color: #5E6AB3;
    border-radius: 40px;
    border: 3px solid #ffffff;
    padding-top: 20px;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
    color: white;
    text-align: center;
    font-family: Cambria, "微軟正黑體", serif;
    font-style: normal;
    font-weight: 900;
    font-size: 25px;
    letter-spacing:5px;
    -webkit-font-smoothing: antialiased;
    margin-top: 240%;
    margin-left: 51.5%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.button:hover {
    background-color: #ffffff;
    border: 3px solid #5E6AB3;
    color: #5E6AB3;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0,0,0, 0.15);
    transform: translateX(-50%) translateY(-55%) scale(1.04);
}
/*============================================================
top
============================================================*/
.f_r{
    display: none;
}
.f_r:hover {
    display: none;
}
/***top設定***/
#updown{
	_top: expression(eval((document.compatMode&&document.compatMode=="CSS1Compat")?documentElement.scrollTop+documentElement.clientHeight-this.clientHeight-1:document.body.scrollTop+document.body.clientHeight-this.clientHeight-1));
	position: fixed;
	_position: absolute;
	top: 92%;
	left: 15px;
	display: none;
	z-index:99;
}
#updown span{
	cursor:pointer;
	width:51px;
	height:51px;
	display:block;
	z-index:99;
}
#updown .up{
	background:url(../images/top.png) no-repeat;
	opacity: 0.5;
	z-index:99;
}
#updown .up:hover{
	background:url(../images/top.png) top right no-repeat;opacity: 0.8;
	z-index:99;
}
}
@media screen and (max-width:424px) {
/*============================================================
首頁
============================================================*/
.main0{
	width: 100%;
	/*position: relative;*/
	height: 753px;
	background: url(../images/toeic-600-800_424.jpg) center top no-repeat;
	background-image: -webkit-image-set(url(../images/toeic-600-800_424.jpg) 1x,
               url(../images/toeic-600-800_848.jpg) 2x);
	background-image: -moz-image-set(url(../images/toeic-600-800_424.jpg) 1x,
               url(../images/toeic-600-800_848.jpg) 2x);
	background-image: -o-image-set(url(../images/toeic-600-800_424.jpg) 1x,
               url(../images/toeic-600-800_848.jpg) 2x);
	background-image: -ms-image-set(url(../images/toeic-600-800_424.jpg) 1x,
               url(../images/toeic-600-800_848.jpg) 2x);
	z-index: 1;
	/*overflow: hidden;*/
}
.people {
	width:98%;
	position: absolute;
	margin-top:98%;	
	margin-left:1%;
}
/*============================================================
新多益介紹
============================================================*/
.main2{
	width: 100%;
	/*position: relative;*/
	height: 1100px;
	background-image: url(../images/new-toeic.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.mark2 h2{
    width: 100%;
    position: absolute;
	display: block;
    font-family: source-han-serif-tc, serif;
    font-style: normal;
    font-weight: 900;
    font-size: 22pt;
    text-align: center;
	letter-spacing:0px;
	margin-top: 10%;
    color: #776B80;
}
.mark3{
    width: 100%;
    position: absolute;
	font-family: source-han-serif-tc, serif;
	line-height: 20px;
	font-weight: bolder;
    font-size: 17pt;
    text-align: center;
	letter-spacing:1px;
    margin-top: 88%;
    color: #333333;
}
.movie {
	width: 88%;
	height: 27%;  
    position: absolute;
	margin-left: 4%;
	margin-top: 30%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.movie:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
}
.hearing {
	width:85%;
	position: absolute;
	margin-top:100%;	
	margin-left:7.5%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.hearing:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 10;
}
.read {
	width:85%;
	position: absolute;
	margin-top:175%;	
	margin-left:7.5%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.read:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 10;
}
/*============================================================
1對1 線上多益課程
============================================================*/
.main3{
	width: 100%;
	/*position: relative;*/
	height: 680px;
	background-color:#1B3971;
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.mark4{
    width: 100%;
    position: absolute;
	font-family: source-han-serif-tc, serif;
	line-height: 0px;
	font-weight: bolder;
    font-size: 20pt;
    text-align: center;
	letter-spacing:9px;
    margin-top: 30%;
    color: #FFFF66;
}
.suitable {
    display: none;
}
.suitable:hover {
    display: none;
}
.suitable-m {
	width:85%;
	position: absolute;
	display: block;
	margin-top:35%;	
	margin-left:5%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.suitable-m:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 10;
}
.mark5{
    width: 100%;
    position: absolute;
	font-family: source-han-serif-tc, serif;
	line-height: 0px;
	font-weight: bolder;
    font-size: 20pt;
    text-align: center;
	letter-spacing:9px;
    margin-top: 100%;
    color: #FFFF66;
}
.feature {
    display: none;
}
.feature:hover {
    display: none;
}
.feature-m {
	width:85%;
	position: absolute;
	display: block;
	margin-top:105%;	
	margin-left:5%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.feature-m:hover {
	display: block;
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 10;
}
/*============================================================
嚴格篩選 2%師資錄取率
============================================================*/
.main4{
	width: 100%;
	/*position: relative;*/
	height: 1150px;
	background-image: url(../images/new-toeic.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.movie2 {
	width: 88%;
	height: 27%;  
    position: absolute;
	margin-left: 4%;
	margin-top: 220%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.movie2:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
}
.plan {
    width: 100%;
    position: absolute;
    margin: 20% 0 0 0%;/*div對齊效果*/
    text-align: center;/*display: inline對齊效果*/
    z-index: 2;
}
.box2 {
    display: inline-block;/*讓div並排*/ 
    width:80%;
    height: auto;
    margin-top: 7%;
    margin-left:0%;
    color: #ffffff;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 9;
}
.box2:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 9;
}
/*============================================================
助你高分考照 多益名師
============================================================*/
.main5{
	width: 100%;
	/*position: relative;*/
	height: 1650px;
	background-color:#1B3971;
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.box3 {
    display: inline-block;/*讓div並排*/ 
    width: 70%;
    height: auto;
    margin-top: 10%;
    margin-left:4%;
    color: #ffffff;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.box3:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 9;
}
/*============================================================
提升英語能力 我們有好工具
============================================================*/
.main6{
	width: 100%;
	/*position: relative;*/
	height: 800px;
	background-image: url(../images/new-toeic.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
/*============================================================
為何選擇Hi家教?
============================================================*/
.main7{
	width: 100%;
	/*position: relative;*/
	height: 500px;
	background-color:#1B3971;
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.compare {
    display: none;
}
.compare:hover {
    display: none;
}
.compare-m {
	width: 87%;
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	margin-left:4%;
	margin-top:26%;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 9;
}
.compare-m:hover {
	display: block;
    transform: translateX(2%) translateY(2%) scale(1.1);
}
/*============================================================
Hi家教 多益英雄榜
============================================================*/
.main8{
	width: 100%;
	/*position: relative;*/
	height: 1050px;
	background-image: url(../images/new-toeic.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.box4 {
    display: inline-block;/*讓div並排*/ 
    width: 87%;
    height: auto;
    margin-top: 6%;
    margin-left:-3%;
    color: #ffffff;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.box4:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 9;
}
.button {
    width: 80%;
    height: 70px;
    background-color: #5E6AB3;
    border-radius: 40px;
    border: 3px solid #ffffff;
    padding-top: 20px;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
    color: white;
    text-align: center;
    font-family: Cambria, "微軟正黑體", serif;
    font-style: normal;
    font-weight: 900;
    font-size: 25px;
    letter-spacing:5px;
    -webkit-font-smoothing: antialiased;
    margin-top: 240%;
    margin-left: 51.5%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.button:hover {
    background-color: #ffffff;
    border: 3px solid #5E6AB3;
    color: #5E6AB3;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0,0,0, 0.15);
    transform: translateX(-50%) translateY(-55%) scale(1.04);
}
/*============================================================
top
============================================================*/
.f_r{
    display: none;
}
.f_r:hover {
    display: none;
}
/***top設定***/
#updown{
	_top: expression(eval((document.compatMode&&document.compatMode=="CSS1Compat")?documentElement.scrollTop+documentElement.clientHeight-this.clientHeight-1:document.body.scrollTop+document.body.clientHeight-this.clientHeight-1));
	position: fixed;
	_position: absolute;
	top: 92%;
	left: 15px;
	display: none;
	z-index:99;
}
#updown span{
	cursor:pointer;
	width:51px;
	height:51px;
	display:block;
	z-index:99;
}
#updown .up{
	background:url(../images/top.png) no-repeat;
	opacity: 0.5;
	z-index:99;
}
#updown .up:hover{
	background:url(../images/top.png) top right no-repeat;opacity: 0.8;
	z-index:99;
}
}
@media screen and (max-width:414px) {
/*============================================================
Hi家教 多益英雄榜
============================================================*/
.button {
    width: 80%;
    height: 70px;
    background-color: #5E6AB3;
    border-radius: 40px;
    border: 3px solid #ffffff;
    padding-top: 20px;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
    color: white;
    text-align: center;
    font-family: Cambria, "微軟正黑體", serif;
    font-style: normal;
    font-weight: 900;
    font-size: 25px;
    letter-spacing:5px;
    -webkit-font-smoothing: antialiased;
    margin-top: 245%;
    margin-left: 51.5%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.button:hover {
    background-color: #ffffff;
    border: 3px solid #5E6AB3;
    color: #5E6AB3;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0,0,0, 0.15);
    transform: translateX(-50%) translateY(-55%) scale(1.04);
}
/*============================================================
top
============================================================*/
.f_r{
    display: none;
}
.f_r:hover {
    display: none;
}
/***top設定***/
#updown{
	_top: expression(eval((document.compatMode&&document.compatMode=="CSS1Compat")?documentElement.scrollTop+documentElement.clientHeight-this.clientHeight-1:document.body.scrollTop+document.body.clientHeight-this.clientHeight-1));
	position: fixed;
	_position: absolute;
	top: 92%;
	left: 15px;
	display: none;
	z-index:99;
}
#updown span{
	cursor:pointer;
	width:51px;
	height:51px;
	display:block;
	z-index99;
}
#updown .up{
	background:url(../images/top.png) no-repeat;
	opacity: 0.5;
	z-index:99;
}
#updown .up:hover{
	background:url(../images/top.png) top right no-repeat;opacity: 0.8;
	z-index:99;
}
}
@media screen and (max-width:384px) {
/*============================================================
首頁
============================================================*/
.main0{
	width: 100%;
	/*position: relative;*/
	height: 682px;
	background: url(../images/toeic-600-800_384.jpg) center top no-repeat;
	background-image: -webkit-image-set(url(../images/toeic-600-800_384.jpg) 1x,
               url(../images/toeic-600-800_768.jpg) 2x);
	background-image: -moz-image-set(url(../images/toeic-600-800_384.jpg) 1x,
               url(../images/toeic-600-800_768.jpg) 2x);
	background-image: -o-image-set(url(../images/toeic-600-800_384.jpg) 1x,
               url(../images/toeic-600-800_768.jpg) 2x);
	background-image: -ms-image-set(url(../images/toeic-600-800_384.jpg) 1x,
               url(../images/toeic-600-800_768.jpg) 2x);
	z-index: 1;
	/*overflow: hidden;*/
}
.copywriting {
    width: 85%;
    position: absolute;
	font-family: source-han-serif-tc, serif;
	line-height: 40px;
	font-weight: bolder;
    font-size: 15pt;
	text-align: left;
	letter-spacing:0px;
    margin-top: 59%;
    margin-left: 14%;
    color: #333333;
}
.people {
	width:98%;
	position: absolute;
	margin-top:99%;	
	margin-left:1%;
}
/*============================================================
新多益介紹
============================================================*/
.main2{
	width: 100%;
	/*position: relative;*/
	height: 1000px;
	background-image: url(../images/new-toeic.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.mark2 h2{
    width: 100%;
    position: absolute;
	display: block;
    font-family: source-han-serif-tc, serif;
    font-style: normal;
    font-weight: 900;
    font-size: 20pt;
    text-align: center;
	letter-spacing:0px;
	margin-top: 10%;
    color: #776B80;
}
.mark3{
    width: 100%;
    position: absolute;
	font-family: source-han-serif-tc, serif;
	line-height: 20px;
	font-weight: bolder;
    font-size: 15pt;
    text-align: center;
	letter-spacing:1px;
    margin-top: 88%;
    color: #333333;
}
.movie {
	width: 88%;
	height: 28%;  
    position: absolute;
	margin-left: 4%;
	margin-top: 30%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.movie:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
}
.hearing {
	width:85%;
	position: absolute;
	margin-top:100%;	
	margin-left:7.5%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.hearing:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 10;
}
.read {
	width:85%;
	position: absolute;
	margin-top:175%;	
	margin-left:7.5%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.read:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 10;
}
/*============================================================
1對1 線上多益課程
============================================================*/
.main3{
	width: 100%;
	/*position: relative;*/
	height: 650px;
	background-color:#1B3971;
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.mark4{
    width: 100%;
    position: absolute;
	font-family: source-han-serif-tc, serif;
	line-height: 0px;
	font-weight: bolder;
    font-size: 20pt;
    text-align: center;
	letter-spacing:9px;
    margin-top: 30%;
    color: #FFFF66;
}
.suitable {
    display: none;
}
.suitable:hover {
    display: none;
}
.suitable-m {
	width:85%;
	position: absolute;
	display: block;
	margin-top:35%;	
	margin-left:5%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.suitable-m:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 10;
}
.mark5{
    width: 100%;
    position: absolute;
	font-family: source-han-serif-tc, serif;
	line-height: 0px;
	font-weight: bolder;
    font-size: 20pt;
    text-align: center;
	letter-spacing:9px;
    margin-top: 100%;
    color: #FFFF66;
}
.feature {
    display: none;
}
.feature:hover {
    display: none;
}
.feature-m {
	width:85%;
	position: absolute;
	display: block;
	margin-top:105%;	
	margin-left:5%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 10;
}
.feature-m:hover {
	display: block;
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 10;
}
/*============================================================
嚴格篩選 2%師資錄取率
============================================================*/
.main4{
	width: 100%;
	/*position: relative;*/
	height: 1050px;
	background-image: url(../images/new-toeic.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.movie2 {
	width: 88%;
	height: 28%;  
    position: absolute;
	margin-left: 4%;
	margin-top: 220%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.movie2:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
}
.plan {
    width: 100%;
    position: absolute;
    margin: 20% 0 0 0%;/*div對齊效果*/
    text-align: center;/*display: inline對齊效果*/
    z-index: 2;
}
.box2 {
    display: inline-block;/*讓div並排*/ 
    width:80%;
    height: auto;
    margin-top: 7%;
    margin-left:0%;
    color: #ffffff;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 9;
}
.box2:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 9;
}
/*============================================================
助你高分考照 多益名師
============================================================*/
.main5{
	width: 100%;
	/*position: relative;*/
	height: 1450px;
	background-color:#1B3971;
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.box3 {
    display: inline-block;/*讓div並排*/ 
    width: 70%;
    height: auto;
    margin-top: 10%;
    margin-left:4%;
    color: #ffffff;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.box3:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 9;
}
/*============================================================
提升英語能力 我們有好工具
============================================================*/
.main6{
	width: 100%;
	/*position: relative;*/
	height: 800px;
	background-image: url(../images/new-toeic.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
/*============================================================
為何選擇Hi家教?
============================================================*/
.main7{
	width: 100%;
	/*position: relative;*/
	height: 450px;
	background-color:#1B3971;
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.compare {
    display: none;
}
.compare:hover {
    display: none;
}
.compare-m {
	width: 87%;
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	margin-left:4%;
	margin-top:26%;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 9;
}
.compare-m:hover {
	display: block;
    transform: translateX(2%) translateY(2%) scale(1.1);
}
/*============================================================
Hi家教 多益英雄榜
============================================================*/
.main8{
	width: 100%;
	/*position: relative;*/
	height: 950px;
	background-image: url(../images/new-toeic.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.box4 {
    display: inline-block;/*讓div並排*/ 
    width: 87%;
    height: auto;
    margin-top: 6%;
    margin-left:-3%;
    color: #ffffff;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.box4:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 9;
}
.button {
    width:90%;
    height: 70px;
    background-color: #5E6AB3;
    border-radius: 40px;
    border: 3px solid #ffffff;
    padding-top: 20px;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
    color: white;
    text-align: center;
    font-family: Cambria, "微軟正黑體", serif;
    font-style: normal;
    font-weight: 900;
    font-size: 25px;
    letter-spacing:5px;
    -webkit-font-smoothing: antialiased;
    margin-top: 240%;
    margin-left: 51.5%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.button:hover {
    background-color: #ffffff;
    border: 3px solid #5E6AB3;
    color: #5E6AB3;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0,0,0, 0.15);
    transform: translateX(-50%) translateY(-55%) scale(1.04);
}
/*============================================================
top
============================================================*/
.f_r{
    display: none;
}
.f_r:hover {
    display: none;
}
/***top設定***/
#updown{
	_top: expression(eval((document.compatMode&&document.compatMode=="CSS1Compat")?documentElement.scrollTop+documentElement.clientHeight-this.clientHeight-1:document.body.scrollTop+document.body.clientHeight-this.clientHeight-1));
	position: fixed;
	_position: absolute;
	top: 92%;
	left: 15px;
	display: none;
	z-index:99;
}
#updown span{
	cursor:pointer;
	width:51px;
	height:51px;
	display:block;
	z-index:99;
}
#updown .up{
	background:url(../images/top.png) no-repeat;
	opacity: 0.5;
	z-index:99;
}
#updown .up:hover{
	background:url(../images/top.png) top right no-repeat;opacity: 0.8;
	z-index:99;
}
}
@media screen and (max-width:375px) {
/*============================================================
首頁
============================================================*/
.people {
	width:98%;
	position: absolute;
	margin-top:104%;	
	margin-left:1%;
}
/*============================================================
表單
============================================================*/
.mark1-m {
    width: 100%;
    position: absolute;
	display: block;
    font-family: font-family: Cambria, "微軟正黑體", serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15pt;
    text-align: center;
	letter-spacing:1px;
	line-height:0px;
    color: #FFFFFF;
	z-index: 4;
}
/*============================================================
新多益介紹
============================================================*/
.main2{
	width: 100%;
	/*position: relative;*/
	height: 950px;
	background-image: url(../images/new-toeic.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.movie {
	width: 88%;
	height: 27%;  
    position: absolute;
	margin-left: 4%;
	margin-top: 30%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
/*============================================================
1對1 線上多益課程
============================================================*/
.main3{
	width: 100%;
	/*position: relative;*/
	height: 600px;
	background-color:#1B3971;
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
/*============================================================
嚴格篩選 2%師資錄取率
============================================================*/
.main4{
	width: 100%;
	/*position: relative;*/
	height: 1030px;
	background-image: url(../images/new-toeic.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.movie2 {
	width: 88%;
	height: 27%;  
    position: absolute;
	margin-left: 4%;
	margin-top: 220%;
	transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
/*============================================================
助你高分考照 多益名師
============================================================*/
.main5{
	width: 100%;
	/*position: relative;*/
	height: 1400px;
	background-color:#1B3971;
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.box3 {
    display: inline-block;/*讓div並排*/ 
    width: 70%;
    height: auto;
    margin-top: 10%;
    margin-left:4%;
    color: #ffffff;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.box3:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 9;
}
/*============================================================
提升英語能力 我們有好工具
============================================================*/
.main6{
	width: 100%;
	/*position: relative;*/
	height: 700px;
	background-image: url(../images/new-toeic.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
/*============================================================
為何選擇Hi家教?
============================================================*/
.main7{
	width: 100%;
	/*position: relative;*/
	height: 450px;
	background-color:#1B3971;
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.compare {
    display: none;
}
.compare:hover {
    display: none;
}
.compare-m {
	width: 87%;
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	margin-left:4%;
	margin-top:26%;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
	z-index: 9;
}
.compare-m:hover {
	display: block;
    transform: translateX(2%) translateY(2%) scale(1.1);
}
/*============================================================
Hi家教 多益英雄榜
============================================================*/
.main8{
	width: 100%;
	/*position: relative;*/
	height: 950px;
	background-image: url(../images/new-toeic.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
.box4 {
    display: inline-block;/*讓div並排*/ 
    width: 87%;
    height: auto;
    margin-top: 6%;
    margin-left:-3%;
    color: #ffffff;
    transform: translateX(1%) translateY(1%);
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.box4:hover {
    transform: translateX(2%) translateY(2%) scale(1.1);
	z-index: 9;
}
.button {
    width:90%;
    height: 70px;
    background-color: #5E6AB3;
    border-radius: 40px;
    border: 3px solid #ffffff;
    padding-top: 20px;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
    color: white;
    text-align: center;
    font-family: Cambria, "微軟正黑體", serif;
    font-style: normal;
    font-weight: 900;
    font-size: 25px;
    letter-spacing:5px;
    -webkit-font-smoothing: antialiased;
    margin-top: 245%;
    margin-left: 51.5%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1.0);
}
.button:hover {
    background-color: #ffffff;
    border: 3px solid #5E6AB3;
    color: #5E6AB3;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0,0,0, 0.15);
    transform: translateX(-50%) translateY(-55%) scale(1.04);
}
/*============================================================
top
============================================================*/
.f_r{
    display: none;
}
.f_r:hover {
    display: none;
}
/***top設定***/
#updown{
	_top: expression(eval((document.compatMode&&document.compatMode=="CSS1Compat")?documentElement.scrollTop+documentElement.clientHeight-this.clientHeight-1:document.body.scrollTop+document.body.clientHeight-this.clientHeight-1));
	position: fixed;
	_position: absolute;
	top: 92%;
	left: 15px;
	display: none;
	z-index:99;
}
#updown span{
	cursor:pointer;
	width:51px;
	height:51px;
	display:block;
	z-index:99;
}
#updown .up{
	background:url(../images/top.png) no-repeat;
	opacity: 0.5;
	z-index:99;
}
#updown .up:hover{
	background:url(../images/top.png) top right no-repeat;opacity: 0.8;
	z-index:99;
}
}