@charset "utf-8";
/* CSS Document */

* {
	position: relative;
}

body {
    margin: 0;
    padding: 0;
	background-color: #2c2c2c;
	font-family: 'Roboto','Noto Sans TC', '微軟正黑體',sans-serif;
	font-size: 16px;
	overflow-x: hidden;
}

body .mobile_bottom_box li {
	font-size: 1em;
	margin: 5px 0 5px 12px;
}


/*------GO TOP------*/

.gotop {
	z-index: 10;
	position: fixed;
	cursor: pointer;
	right: 20px;
	bottom: 10px;
}

/*------主視覺------*/

.main {
	width: 100%;
	height: 700px;
	background-image: url("../images/main-bg.gif");
	background-size: cover;
	background-position: center center;
	text-align: center;
}
.title-box {
	top: 30px;
	width: 50%;
	margin: auto;
	animation: flow-title 2.5s ease-in-out infinite;
}
img.computer {
	top: 52px;
	margin-left: 20px;
}
img.computer.m {
	display: none;
}
img.runman {
	z-index: 5;
	position: absolute;
	top: 220px;
	margin-left: -900px;
}
img.hand {
	position: absolute;
	top: 220px;
	right: 0px;
}
.run {
	position: absolute;
	background-color: #2c2c2c;
	width: 100%;
	height: 60px;
	bottom: 0;
	align-items: center;
	overflow: hidden;
}
.runword {
	top: 17px;
	width: max-content;
	animation: run 15s linear infinite;
}
.runword img {
	margin: auto 7px;
}
@keyframes run {
	0% {
		left: 0;
		transform: translateX(0%);
	}
	100% {
		left: 0;
		transform: translateX(-20%);
	}
		
}

@keyframes flow-title {
	0% {
		transform: translate(0,0);
	}
	50% {
		transform: translate(0,10%);
	}
	100% {
		transform: translate(0,0);
	}
}

/*------暑期優惠------*/

.summer {
	width: 100%;
	background-color: #2c2c2c;
	text-align: center;
	padding: 3.5% 0;
}
.summer-box {
	background-color: #f5f5f5;
	width: 1000px;
	height: 550px;
	margin: auto;
	border-radius: 10px;
}
img.coupon-subtitle {
	margin-top: -40px;
}
.coupon-title {
	margin: 30px 0;
	display: flex;
	justify-content: center;
}
.line-title {
	width: 230px;
	height: 4px;
	border-top: solid 1px #232323;
	border-bottom: solid 1px #232323;
	margin: auto 0;
}
img.line-img {
	margin: auto 20px;
}
.coupon {
	width: 780px;
}
.coupon img {
	margin: 10px;
	transition: 0.5s;
}
.coupon img:hover {
	transform: translate(0,-10px);
	filter: drop-shadow(0 10px 0 #2c2c2c);
}
.speaker {
	z-index: 3;
	position: absolute;
	bottom: 0;
	margin-left: 250px;
}

/*------多益證照------*/

.toeic {
	width: 100%;
	padding: 4% 0 5%;
	background-image: url("../images/certificate-bg.jpg");
	background-size: cover;
	background-position: center center;
	text-align: center;
}
.ta-title {
	margin-bottom: 3.5%;
	display: flex;
	justify-content: center;
}
.talk-box {
	width: 950px;
	margin: auto auto 5%;
}
.talk-box .m {
	display: none;
}
img.talk {
	position: absolute;
	z-index: 5;
	animation: flow-talk 3s ease-in-out infinite;
}
img.talk01 {
	top: 58px;
	left: -45px;
}
img.talk02 {
	top: -10px;
	left: 230px;
}
img.talk03 {
	top: -28px;
	right: 235px;
}
img.talk04 {
	right: -50px;
}
@keyframes flow-talk {
	0% {
		transform: translate(0,0);
	}
	50% {
		transform: translate(0,10%);
	}
	100% {
		transform: translate(0,0);
	}
}



/*------多益證照班別------*/

.toeic-area {
	position: relative;
	text-align: center;
}
.title-fix {
	width: 1100px;
	height: auto;
	margin: auto;
	text-align: right;
}
.toeic-area h2.title {
	position: absolute;
	top: 50px;
	right: 0;
}
.toeic-area h2.title .m {
	display: none;
}
img.flowman {
	position: absolute;
	top: 150px;
	margin-left: -50px;
	animation: flow 3s ease-in-out infinite;
}
.toeic-area .course-area {
	width: 640px;
	z-index: 5;
	margin: auto;
	padding-right: 510px;
}
.class-area {
	background-image: url("../images/course-bg.jpg");
	text-align: left;
}
.toeic-area .is-open {
	border: 1px solid transparent;
	border-color: #01dbc3;
	box-shadow: 0 0 0 1px #01dbc3;
}
.class-area .beefup__head {
	font-size: 36px;
	padding:15px 20px;
	text-align: center;
}
.class-area .beefup__body {
	padding:5px 20px 10px 20px;
}
.beefup__body h3 {
	font-size: 20px;
	position: relative;
	margin:0 0 6px 15px;
}
.beefup__body .divider {
	top: -18px;
}
.beefup__body h3 strong {
	position: relative;
	z-index: 20;
	font-weight: 500;
}
.beefup__body h3:before {
	content: " ";
	position: absolute;
	top:2px;
	left: -5px;
	width: 88px;
	height: 26px;
	background: #f5ca0b;
}
.beefup__body ul {
	margin:0 0 20px 15px;
}
.beefup__body ul li{
	position: relative;
	line-height: 1.9em;
	padding:0 0 0 20px;
	font-size: 17px;
	/*color:#686868;*/
}
.beefup__body ul li:before{
	content: " ";
	position: absolute;
	top:15px;
	left: 6px;
	width: 3px;
	height: 3px;
	border-radius:50px;
	background: #ff2a6b;
}
.beefup__body .icon {
	position: relative;
	float: right;
	margin:-155px 5px 0 0;
}
.l2 .icon {margin:-130px 5px 0 0;}
.l4 .icon {margin:-112px 10px 0 0;}
.l5 .icon {margin:-165px 10px 0 0;}

.clear-float {
	clear: both;
	height: 0;
}

@keyframes flow {
	0% {
		transform: translate(0,0);
	}
	50% {
		transform: translate(0,4%);
	}
	100% {
		transform: translate(0,0);
	}
}


/*------課程特色------*/

.fight-title {
	padding: 1.5% 0;
	background-color: #2c2c2c;
	display: flex;
	justify-content: center;
}
.line-title.white {
	border-color: #f5f5f5;
}
.fight-content {
	padding: 2.5% 0 7%;
	background-image: url("../images/toeic-fight-bg.jpg");
	background-size: cover;
	background-position: center center;
	text-align: center;
}
.feature {
	width: 800px;
	margin: auto;
	margin-bottom: 2.5%;
}
.feature-title {
	margin-bottom: 2.5%;
}
.step-box {
	width: 800px;
	margin: auto;
}
.step-title {
	margin-bottom: 2.5%;
}
.step .m {
	display: none;
}
img.step-word {
	position: absolute;
	top: 58px;
	right: 135px;
}
img.footstep {
	position: absolute;
	bottom: -23px;
	right: 25px;
}
img.fiveman {
	position: absolute;
	top: 20px;
	left: -100px;
}

/*------學員感言------*/

.student {
	background-color: #2c2c2c;
	height: 480px;
}
.purple {
	z-index: 3;
	position: absolute;
	width: 100%;
	height: 30px;
	bottom: 0;
	background-color: #9046da;
}
.stu-box {
	z-index: 5;
	width: 1000px;
	margin: auto;
	top: -90px;
}
.line {
	height: 20px;
	background-color: #2c2c2c;
}
.stu-content {
	padding: 3.5% 0;
	background-color: #f5ca0b;
	border-radius: 0 0 10px 10px;
	text-align: center;
}
img.student-title {
	margin-bottom: 3%;
}
.slick-stu {
	width: 570px;
	margin: auto;
}
.slick-next {
	right: -60px;
}
.slick-prev {
	left: -60px;
}
.slick-prev:before, .slick-next:before {
	font-size: 25px;
	color: #2c2c2c;
}
.slick-dots {
	bottom: -35px;
}


/*------平板~筆電------*/

@media screen and (max-width:1440px) {
	img.hand {
		right: -120px;
	}
	.stu-box {
		top: -60px;
	}
}

@media screen and (max-width:1024px) {
	.title-box {
		width: 90%;
	}
	img.runman {
		margin-left: -870px;
	}
	img.hand {
		right: -330px;
	}
	.summer {
		padding: 5% 0;
	}
	.summer-box {
		width: 90%;
	}
	.coupon {
		width: 700px;
	}
	img.talk {
		transform: scale(0.9);
	}
	.toeic {
		padding: 5% 0;
	}
	.title-fix {
		width: 100%;
		text-align: left;
	}
	.toeic-area h2.title {
		position: relative;
		top: 0;
		right: -150px;
		margin-bottom: 3%;
	}
	img.flowman {
		top: -150px;
		margin-left: -100px;
	}
	.toeic-area .course-area {
		padding-right: 300px;
	}
	.fight-content {
		padding: 5% 0 10%;
	}
	.stu-box {
		width: 90%;
	}
}

@media screen and (max-width:820px) {
	img.runman, img.hand {
		display: none;
	}
	.summer {
		padding: 8% 0;
	}
	.line-title {
		display: none;
	}
	.speaker {
		display: none;
	}
	.coupon {
		width: 100%;
	}
	.talk-box {
		width: 100%;
	}
	.talk-box .pc, img.talk {
		display: none;
	}
	.talk-box .m {
		display: block;
		margin: auto;
	}
	.title-fix {
		text-align: center;
	}
	.toeic-area h2.title {
		right: 0;
	}
	.toeic-area h2.title .pc, img.flowman {
		display: none;
	}
	.toeic-area h2.title .m {
		display: block;
		margin: auto;
	}
	.toeic-area .course-area {
		padding-right: 0;
	}
	.fight-title {
		padding: 3% 0;
	}
	.feature {
		width: 100%;
	}
	img.fivefeature {
		width: 95%;
		margin: auto;
	}
	.step-box {
		width: 100%;
	}
	.stu-box {
		top: -40px;
	}
	.slick-next {
		right: -40px;
	}
	.slick-prev {
		left: -40px;
	}
}


/*------手機------*/

@media screen and (max-width:767px) {
	.gotop {
		transform: scale(0.6);
		right: -10px;
		bottom: -10px;
	}
	.main {
		height: 550px;
	}
	.title-box {
		z-index: 5;
		width: 100%;
		top: 30px;
	}
	.title-box img {
		width: 90%;
		margin: auto;
	}
	.computer-box {
		width: 100%;
		height: auto;
		display: flex;
		justify-content: center;
	}
	img.computer {
		width: 105%;
		margin: auto;
		top: 50px;
	}
	img.computer.pc {
		display: none;
	}
	img.computer.m {
			display: block;
	}
	img.coupon-subtitle {
		width: 90%;
		margin-top: -30px;
	}
	img.line-img {
		width: 90%;
		margin: auto;
	}
	.summer-box {
		height: auto;
		padding-bottom: 8%;
	}
	.talk-box {
		margin: auto auto 8%;
	}
	.talk-box .m {
		width: 98%;
	}
	.toeic-area h2.title {
		margin-bottom: 5%;
	}
	.toeic-area h2.title .m {
		width: 90%;
	}
	.toeic-area .course-area {
		width: 95%;
	}
	.class-area .beefup__head {
		font-size: 30px;
		text-align: left;
	}
	.beefup__body .divider {
		width: 100%;
	}
	.beefup__body h3 {
		margin: 0 0 6px 5px;
	}
	.beefup__body ul {
		margin: 0 0 20px 0;
	}
	.beefup__body ul li {
		font-size: 16px;
	}
	.beefup__body .icon {
		opacity: 0.1;
	}
	.fight-content {
		padding: 8% 0 18%;
	}
	.feature {
		margin-bottom: 8%;
	}
	.feature-title {
		width: 90%;
	}
	.step-title {
		width: 90%;
	}
	.step .pc, img.step-word {
		display: none;
	}
	.step .m {
		display: block;
		width: 90%;
		margin: auto;
	}
	img.fiveman {
		width: 58%;
		left: -90px;
		top: auto;
		bottom: 0;
	}
	img.footstep {
		width: 10%;
		right: 10px;
		bottom: -30px;
	}
	img.student-title {
		width: 90%;
	}
	.slick-stu {
		width: 90%;
	}
	.slick-dots {
		bottom: -25px;
	}
	.slick-prev:before, .slick-next:before {
		display: none;
	}
	.student {
		height: 280px;
	}
	
}


	
/*------手機(小)------*/

	@media screen and (max-width:350px) {
		.main {
			height: 420px;
		}
}



