@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: 1200px;
    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: 40px;
    height: auto;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.4rem;
    padding: 6px;
    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 {
	/*background-image: url("../images/design-bg.png");
	background-repeat: repeat-y;
	background-position: 0 0;*/
}

/*header --------------------------*/
.header {
	position: relative;
    width: 100%;
	height: 710px;
	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: 20px;
	z-index: 60!important;
}
.main-title {
	left:88px;
	top:30px;
}

.language {
	left:20px;
	top:412px;
	z-index: 60!important;
}

/*文字輪播 ---------------------------*/
.bar {
	font-size: 30px;
	color:#fff;
	background: #ff9000;
	position: relative;
	height: 90px;
	line-height: 90px;
	font-weight: 500;
	letter-spacing: 4px;
}
.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';
}
/*跑馬燈*/
.run {
	position: relative;
	background-color: #ffbd00;
	width: 100%;
	height: 60px;
	bottom: 0;
	align-items: center;
	overflow: hidden;
}
.runword {
	position: relative;
	top: 17px;
	width: max-content;
	animation: run 15s linear infinite;
}
.runword img {
	margin: auto 7px;
	width: 580px;
}
@keyframes run {
	0% {
		left: 0;
		transform: translateX(0%);
	}
	100% {
		left: 0;
		transform: translateX(-20%);
	}
		
}
/*專案 --------------------*/
.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: 25px;
}
.section2 h3.title {
	font-size: 26px;
	font-weight: 400;
	color:#fff;
	letter-spacing: 3px;
	text-align: center;
}
.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: 14px;
	color:#fff;
	font-weight: 400;
	text-align: center;
	display: block;
}
.section2 .star1, .section2 .star2 {
	position: absolute;
	left: -35px;
	top:15px;
}
.section2 .star2 {
	right: 10px;
	left: inherit;
	top:60px;
}

/*問題 --------------------*/
.section3 {
	background: #ececec;
	padding:50px 0 0 0;
	
}
.section3 .fixed-width{
	position: relative;
	min-height: 500px;
}
.section3 h2.title{
	color:#2990a0;
	letter-spacing: 2px;
}
.section3 img {
	position: absolute;
}
.section3 .person {
	bottom:0;
	right: 180px;
}
.section3 .Q1 {
	left:85px;
	top:110px;
}
.section3 .Q2 {
	left:430px;
	top:150px;
}
.section3 .Q3 {
	left:150px;
	top:300px;
}

/*系統訓練 --------------*/
.section4 {
	overflow: hidden;
	color:#fff;
}
.section4 > section, .section4 > div {
	position: relative;
	float: left;
	height: 450px;
}
.section4 .sec1 {
	background: #3aa5b6;
	width: 34%;
	padding-top:80px;
}
.section4 h2.title {
	margin:0 auto;
}
.section4 h2.title span {
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 8px;
	display: inline-block;
	padding-left: 13px;
}
.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: 22%;
	padding:130px 0 0 30px;
}
.section4 > div h3.title {
	font-size: 26px;
	letter-spacing: 3px;
	font-style: italic;
	position: relative;
	margin:0 0 15px 0;
	z-index: 50;
}
.section4 > div h3.title::before {
	content: " ";
	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 {
/*	transition: 0.3s;*/
	margin: 0 auto;
/*	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 {
	width: 1320px;
}
.section6 h2.title {
	color:#3aa5b6;
	letter-spacing: 2px;
	margin:0 0 10px 0;
}
.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 0;
}
.section6 .class img {
	box-shadow: 2px 2px 12px rgba(0,0,0,0.15);
	border-radius: 6px;
	margin-left: 20px;
}

/*學員好評 -------------*/
/*系統訓練 --------------*/
.section7 {
	overflow: hidden;
	color:#fff;
}
.section7 > section, .section7 > div {
	position: relative;
	float: left;
	height: 450px;
}
.section7 .sec1 {
	background: #f28d00;
	width: 34%;
	padding-top:60px;
}
.section7 .sec1 p {
	font-size: 21px;
	font-weight: 400;
	letter-spacing: 12px;
	line-height: 1.7em;
	margin:50px 0 0 0 ;
	text-align: center;
}
.section7 h2.title {
	margin:0 auto;
}
.section7 h2.title span {
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 8px;
	display: inline-block;
	padding-left: 13px;
}
.section7 > div {
	background: #fb9506;
	width: 22%;
	padding:30px 30px 0 30px;
}
.section7 > div img {
	margin:8px 0 0 5px;
}
.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-width:1600px) {
	.section4 > section, .section4 > div {
		height: 430px;
	}
	.section4 .sec1{
		width: 28%;
		padding-top:60px;
	}
	.section4 h2.title {
		font-size: 40px;
	}
	.section4 h2.title span {
		font-size: 20px;
		letter-spacing: 8px;
		padding-left: 0;
	}
	.section4 > div {
		padding:40px 0 0 30px;
		width:24%;
	}
	.section4 .sec1 p {
		font-size: 18px;
		letter-spacing: 4px;
		margin:60px 0 0 0;
	}
	.section4 > div img {
		width: 55%;
	}
	.section4 .sec3 img {
		width: 80%;
	}
	
	.section7 h3.title {
		font-size: 22px;
	}
	
	
}
	

/*---------------筆電區-------------------------*/
@media screen and (max-width:1366px) {
	.section4 > div img{
		width: 60%;
	}
	.section4 .sec3 img {
		width: 85%;
	}
	.section4 > div p {
		letter-spacing: 2px;
		padding:0 15px 0 0;
	}
	
	.section7 > section, .section7 > div {
		height: 380px;
	}
	.section7 > div img {
		display: block;
		margin:0 auto;
	}
	.section7 h3.title {
		display: block;
		top:0;
		padding:0;
		text-align: center;
		margin:10px 0 30px 0;
	}
	.section7 > div p {
		line-height: 1.6em;
	}
	
	
}

/*---------------平板區-------------------------*/

@media screen and (max-device-width:1025px) {
	.hide-pc {
		display: block!important;
	}
	.hide-pad {
		display: none!important;
	}
	.fixed-width {
		/*width: 720px;*/
	}
	
	.section6 .fixed-width {
		width:1000px;
	}
	.section6 section {
		margin:0 0 20px 0;
	}
	.section6 .class img {
		margin-bottom:30px!important;
	}
	

	
}




