@charset "big5";
/*

主色 
	
	
*/
* {
	box-sizing:border-box;
}
html, body {
	height: 100%;
}
body {
    margin: 0;
    padding: 0;
	/*font-family: 'Roboto', 'Arial', 'Noto Serif TC', '微軟正黑體', sans-serif;*/
	font-family: 'Roboto','Noto Sans TC', '微軟正黑體',sans-serif;
	font-size: 16px;
	color:#474643;
	overflow-x: hidden;
	background: #fefefe;
}

img {
    vertical-align: top;
}

h1,h2,h3,h4,h5,p,a {
    text-justify: auto;
    text-decoration: none;
    text-align: justify;
}

.clear-float {
	clear: both;
}
.center {
	text-align: center;
}
.section {
	position: relative;
}
.img-full {
	width:100%;
	height: auto;
}
.hide-pc {
	display: none!important;
}
#ClickTitle {
	height: 74px;
	position: relative;
	z-index: 100;
}
.fixed-width {
    width: 640px;
    margin: 0 auto;
	position: relative;
	height: 100%;
}

h2.title {
	font-size: 42px;
	margin:0 0 50px 0;
	font-weight: 700;
	text-align: center;
}
/*回表單*/
.goDownBtn{
    position: fixed;
    bottom: 20px;
    z-index: 100;
    background-color: #1a73e8;
    width: 42px;
    height: auto;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.9rem;
    padding: 8px;
    font-weight: 400;
    border-radius: 3px;
    text-align: center;
    -webkit-animation: gotoTop .5s steps(2) infinite alternate;
    animation: gotoTop .5s steps(2) infinite alternate;
    cursor: pointer;
    right: 8px;
    border: #ffff 0.5px solid;
    box-shadow: 0 0 0 0.3rem #1a73e8;
    transition: all 0.2s;
}
.goDownBtn:hover{
    background-color: #3aa5b6;
    box-shadow: 0 0 0 0.3rem #3aa5b6;
}
.goDownBtn p{
	display: inline-block;
	margin:0 auto;
	vertical-align: middle;
}
.goDownBtn img{
	max-width:100%;
	margin: 0 auto;
    padding-bottom: 0.5rem;
}

.wrap {
	width:640px;
	margin: 0 auto;
	overflow: hidden;

}
table {
	width:640px
}
/*header --------------------------*/
.header {
	position: relative;
    width: 100%;
	height: 900px;
	background-color: #fff;
    background:url("../images/header-bg.jpg") no-repeat;
    background-position: top center;
    background-size: cover;
	margin:0 0 0 0;
	overflow: hidden;
}

.header .fixed-width img{
	position: absolute;
	z-index: 50;
}
.girl {
	bottom: 0;
	right: 0px;
	z-index: 60!important;
}
.main-title {
	left:20px;
	top:20px;
}

.language {
	left:80px;
	top:420px;
	z-index: 60!important;
}

/*文字輪播 ---------------------------*/
.bar {
	font-size: 28px;
	color:#fff;
	background: #ff9000;
	position: relative;
	height: 90px;
	line-height: 90px;
	font-weight: 500;
	letter-spacing: 2px;
}
.bar::before {
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 15px 0 15px;
	border-color: #ff9000 transparent transparent transparent;
	position: absolute;
	left:calc(50% - 15px);
	bottom:-20px;
	z-index: 70;
}
.entries {
 /* padding: 1em;
  margin: 1em auto;
  height: 3em;*/
}
.entries .entry {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  display: none;
}
.entries .entry:before {
  content: '\201C';
}
.entries .entry:after {
  content: '\201D';
}

/*專案 --------------------*/
.section2 {
	position: relative;
    width: 100%;
	padding:60px 0 50px 0;
    background:url("../images/project-bg.jpg") no-repeat;
    background-position: top center;
    background-size: cover;
	margin:0 0 0 0;
	overflow: hidden;
}
.section2 h2.title {
	margin:0 0 0px 0;
	padding-left: 40px;
}
.section2 h3.title {
	font-size: 26px;
	font-weight: 400;
	color:#fff;
	letter-spacing: 2px;
	text-align: left;
	padding:0 50px;
}
.section2 h3.title i {
	font-size: 32px;
	color:#fff100;
	margin:0 5px 0 -15px;
}
.section2 .class {
	margin:40px auto;
	display: block;
}
.section2 .sub {
	font-size: 16px;
	color:#fff;
	font-weight: 400;
	text-align: left;
	display: block;
	padding:0 60px;
}
.section2 .star1, .section2 .star2 {
	position: absolute;
	left: 10px;
	top:15px;
}
.section2 .star2 {
	right: 25px;
	left: inherit;
	top:60px;
}

/*問題 --------------------*/
.section3 {
	background: #ececec;
	padding:50px 0 0 0;
	
}
.section3 .fixed-width{
	position: relative;
	min-height: 700px;
}
.section3 h2.title{
	color:#2990a0;
	letter-spacing: 2px;
	text-align: left;
	padding:0 50px 50px 50px;
}
.section3 img {
	position: absolute;
}
.section3 .person {
	bottom:0;
	right: 20px;
}
.section3 .Q1 {
	left:35px;
	top:150px;
}
.section3 .Q2 {
	left:340px;
	top:185px;
}
.section3 .Q3 {
	left:75px;
	top:335px;
}

/*系統訓練 --------------*/
.section4 {
	overflow: hidden;
	color:#fff;
}
.section4 > section, .section4 > div {
	position: relative;
}
.section4 .sec1 {
	background: #3aa5b6;
	width: 100%;
	padding:50px 0 10px 0;
}
.section4 h2.title {
	margin:0 0 15px 15px;
	font-size: 52px;
	line-height: 1em;
	text-align: left;
	letter-spacing: 1px;
}
.section4 h2.title span {
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 8px;
	display: block;
	color:#e3f1f3;
}
.section4 .sec1 p {
	font-size: 21px;
	font-weight: 400;
	letter-spacing: 12px;
	line-height: 1.7em;
	margin:100px 0 0 0 ;
	text-align: center;
}
.section4 > div {
	background: #41b2c4;
	width: 100%;
	padding:80px 0 130px 20px;
	height: 680px;
}
.section4 > div h3.title {
	font-size: 28px;
	letter-spacing: 10px;
	font-style: italic;
	position: relative;
	margin:0 0 20px 20px;
	z-index: 50;
	font-weight: 400;
}
.section4 > div h3.title:nth-of-type(1) {
	margin-top:80px;
}
.section4 > div h3.title::before {
	width:180px;
	height: 1px;
	background: #fff;
	bottom:-5px;
	left: 0;
	position: absolute;
}
.section4 > div img{
	position: absolute;
	right: 0;
	bottom: 0;
}
.section4 > div p {
	font-size: 16px;
	font-style: italic;
	letter-spacing: 4px;
	position: relative;
	z-index: 50;
}
.section4 .sec3 {
	background: #4abcce;
}

/*4大熱門語系 --------------------*/
.section5 {
	position: relative;
    width: 100%;
	padding:50px 0 60px 0;
    background:url("../images/popular-bg.jpg") no-repeat;
    background-position: top center;
    background-size: cover;
	margin:0 0 0 0;
	overflow: hidden;
}
.section5 h2.title {
	color:#3aa5b6;
}
.section5 > div div {
	text-align: center;
}
.section5 a {
	
}
/*
.section5 a:hover img {
	transform: translateY(-20px);
	box-shadow: 2px 2px 15px rgba(0,0,0,0.3);
}
*/
.section5 img {
	margin:0 auto;
/*
	transition: 0.3s;
	margin: 0 15px 30px 15px;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.15);
*/
}

/*萬元補助專案 ------------*/
.section6 {
	position: relative;
    width: 100%;
	padding:50px 0 0px 0;
	background-color: #f8f8f8;
    background:url("../images/texture.png") repeat;
    background-position: top center;
    background-size: cover;
	margin:0 0 0 0;
	overflow: hidden;
}
.section6 .fixed-width {
	
}
.section6 h2.title {
	font-size: 40px;
	color:#3aa5b6;
	letter-spacing: 0px;
	margin:0 30px 30px 30px;
}
.section6 h2.title span {
	color:#ff7800;
}
.section6 h3.title {
	color:#3aa5b6;
	font-size: 32px;
	letter-spacing: 4px;
	text-align: center;
	margin:0 0 50px 0;
}
.section6 section {
	margin: 0 0 60px 0;
}
.section6 h4 {
	color:#fff;
	font-size: 24px;
	background: #ff9500;
	width: 160px;
	height: 44px;
	line-height: 45px;
	text-align: center;
	border-radius: 50px;
	margin: 0 0 25px 40px;
}
.section6 .class img {
	box-shadow: 3px 3px 15px rgba(0,0,0,0.15);
	border-radius: 6px;
	display: block;
	margin:0 auto 18px auto;
}

/*學員好評 -------------*/
/*系統訓練 --------------*/
.section7 {
	overflow: hidden;
	color:#fff;
	margin-bottom: -4px;
}
.section7 > section, .section7 > div {
	position: relative;
}
.section7 .sec1 {
	background: #f28d00;
	padding:40px 0 40px 0;
}
.section7 .sec1 p {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 12px;
	line-height: 1.7em;
	margin:30px 0 0 0 ;
	text-align: center;
}
.section7 h2.title {
	margin:0 auto;
	font-size: 48px;
	letter-spacing: 2px;
}
.section7 h2.title span {
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 8px;
	display: inline-block;
	padding-left: 13px;
}
.section7 > div {
	
}

.section7 h3.title {
	font-size: 28px;
	font-style: italic;
	padding-left: 130px;
	position: relative;
	top:-65px;
}
.section7 > div p {
	font-size: 16px;
	letter-spacing: 1px;
	position: relative;
	z-index: 50;
	line-height: 1.7em;
	margin:-15px 0 0 0;
	font-weight: 400;
}
.section7 .sec3 {
	background: #ff9f18;
}


/*跑馬燈 ----------*/
.marquee-wrap > div {
    height: 130px;
    overflow: hidden;
    position: relative;
}
.marquee-wrap p {
    cursor: default;
    width: 100%;
    width: max-content;
    width: -moz-max-content;
    position: absolute;
    left: 0%;
    margin: 0;
    line-height: 50px;
	font-size: 18px;
}
.marquee1 p , .marquee3 p{
    animation: marqee 26s linear infinite;
}
.marquee2 p{
    animation: marqee2 26s linear infinite;
}
@keyframes marqee {
  0% {
    left: 0%;
    transform: translateX(0%);
  }
  100% {
    left: 0%;
    transform: translateX(-20%);
  }
}
@keyframes marqee2 {
  0% {
    right: 0%;
    transform: translateX(-20%);
  }
  100% {
    right: 0%;
    transform: translateX(0%);
  }
}


#footer{
    background-image:url(../images/fotter.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 20px 0;
	width:100%;
    text-align: center;
    overflow: hidden;
}

.blink {
    animation-duration: .6s;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    81% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.floating{
	animation-duration: .6s;
    animation-name: floating;
    animation-iteration-count: infinite;
    animation-direction: alternate;
	animation-delay:.6s;
    animation-timing-function: ease-in-out;
}
@keyframes floating{
	100%{
		transform:translate(0, -13px);
	}
	0%{
		transform: translate(0,0);
	}

}


/*-------------------小螢幕---------------------*/

@media screen and (max-device-width:360px) {


	
}




