@charset "utf-8";
/* CSS Document */

/*------------共用區------------*/



*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
    -webkit-box-sizing:border-box;
	list-style:none;
}



body {
	-webkit-text-size-adjust:100%;/*避免ios用戶字體自動放大*/
	font-family:'微軟正黑體', Arial, Helvetica, sans-serif;
width:100%;}


ul{list-style:none;}
td{ padding:5px;}
.Stay{ width:100%; height:auto; background-color:#FBE4DB; text-align:center; margin:3px auto; font-size:1.5em; color:#003399; max-width:980px; }


.supbig_text{ font-size:44px;}
.left_ali{ text-align:left;}
.center_ali{ text-align:center;}
.w_bg{ background-color:#EEEEEF;}

.fbg{
    	width:100%;
	max-width:1000px;
background-color:;

}

.small{
	font-size:30px;
color: #000;
	font-weight: bold;
  text-align:center;
    margin: 1% 0 1% 0;
}

.vid{ width:980px; height:570px; text-align:center; margin:0 auto;}

.bg-video{
	background-position:center!important;
	background-size: cover!important;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
    padding:0 2% ;
}

img{ border: 0;}

.wrapper{width: 1000px; margin: 20px auto 40px;}
.slideA{ padding: 10px; }
.slideA img{width: 100%;}


/*------------桌機板------------*/


/*nav*/
nav{padding: 10px 0;
	display:flex;justify-content: center;background: #29689A;
	z-index:1;color:#FFF;list-style: none;
	width:100%;
	position:fixed;	text-decoration: none;
}
nav ul{display:flex;
	justify-content: space-between;
	width:1000px;
	max-width:1200px;	
	padding: 1% 0;
}
nav ul li a{font-size: 26px;
	font-weight: bold;color:#FFF;list-style: none;

text-decoration: none;position: relative;}
nav ul li a:hover {animation: none;color:#F0EDA8;}
nav ul li a::after{content: '';color:#F0EDA8;text-decoration: none;height: 2px;width: 0;position: absolute;bottom:0;left: 51%;transition: all .5s;}

nav ul li i{color:#fff;animation: upDown 1s linear infinite;}
	
	
	

nav ul li a:hover i{animation: none;color:#F0EDA8;}
nav ul li a:active::after{left: 0;width: 100%;}

@keyframes upDown{
0%{transform: translateY(0px);}
25%{transform: translateY(-5px);}
75%{transform: translateY(5px);}
100%{transform: translateY(0px);}
}





@keyframes slideR{
 0%{transform: translateX(0);}
 50%{transform: translateX(10px);}
 100%{transform: translateX(0);}
}



.bnn3{ width:1200px; margin:0 auto; padding:0.5%;}
.bnn3 ul{list-style:none; text-align:center}
.bnn3 li{ width:50%; margin:1%;padding:1%; font-size:35px; font-weight:bold;color:#FFF;display:inline-block; background-color:#000;border-radius:30px;}
.bnn3 li a{display:block;color:#FFF;text-decoration:none;}

.bnn3 li a:hover{ 
    color:#AE92FF;
transform:scale(0.95,0.95);
	}









/* 各班連結 */

.fram{ width:100%; margin:0 auto; text-align:center;overflow:hidden;}
.fram img{ max-width:980px;}
.t01{ font-size:50px; font-weight:bold; color:#000; text-align:center;}
.t02{width:980px; margin:0 auto; padding:1%; font-size:24px; color:#000; text-align:center; }

.bn3{ width:1100px; margin:0% auto;}

.bn3 li{display:inline-block; width:20%;border:2px solid  #000; font-size:28px; font-weight:bold; text-align:center; color:#000; padding:1%;margin:1% 1% 2% 1%;}
.box1{ width:100%;overflow:hidden;}
.box2{ width:48%;float:left; font-size:24px; color: #000; background-color:#7E308D;
}
.box3{ width:48%;float:right;  font-size:24px; color: #000; background-color:#39B54A; }
.box2 a{display:block;color:#FFF;
	text-decoration: none;
}
.box3 a{display:block;color: #FFF;text-decoration: none;}







/*各班連結*/
.link{ 
    padding:1% 0 1% 0; 
	width:100%;
	text-align:center;  
	}
.link h2{
    font-size:1.8em; 
	line-height:1.6;
	color:#605cff;
	font-weight: bold;
	}
.link ul{
	margin:0 auto; 
	width:1000px; 
	list-style:none;
	}
.link li{ 
    display:inline-block; 
	margin:4px; 
	padding:0; 
	width:30%; 
	}
.link li a{
	display:block; 
	border-radius:50px;
	background:#605cff;
    font-size:1.5em; 
	line-height:60px; 
	text-decoration:none; 
	color:#FFFFFF;
	transition:0.5s;
	}
.link li a:hover{ 
    transform:translate(0,5px);
    box-shadow:1px 1px 15px rgba(20%,20%,40%,0.5);
	}


/*line*/
.line{ 
    padding:0 0 3% 0; 
	width:100%;
	text-align:center;  
	}
.line h2{
    font-size:1.8em; 
	line-height:1.6;
	color:#E0552B;
	font-weight: bold;
	}
.line ul{
	margin:0 auto; 
	width:1200px; 
	list-style:none;
	}
.line li{ 
    display:inline-block; 
	margin:4px; 
	padding:0; 
	width:20%; 
	}
.line li a{
	display:block; 
	border-radius:50px; -webkit-border-radius:50px; 
	background:#E0552B;
    font-size:1.5em; 
	line-height:60px; 
	text-decoration:none; 
	color:#FFFFFF;
	transition:0.5s;
	}
.line li a:hover{ 
    transform:translate(0,5px);
    box-shadow:1px 1px 15px rgba(20%,20%,40%,0.5);
	}



.car2{
	width:100%;
    padding:2% 1%;
	margin:0% auto;}
.car2 li{
	background-color:#fff;
     margin:2% 1%;
	width:30%;
	height:45px;
	line-height:45px;
	font-size:25px;
	font-weight:bolder;
	text-align:center;
	display:inline-block;
	margin-bottom:1%;
	border-radius:60px;
	transition:0.5s;}

	
.car2 li a{
	color:#66321B;
	display:block;
	text-decoration:none;}
.car2 li:hover{
	background-color:#FDE18C;
	transform:scale(0.95,0.95);}

.car5{
	width:100%;
    padding:2% 1%;
	margin:2% auto;}
.car5 li{
	background-color:#C7E2FB;
     margin:2% 1%;
	width:30%;
	height:45px;
	line-height:45px;
	font-size:25px;
	font-weight:bolder;
	text-align:center;
	display:inline-block;
	margin-bottom:1%;
	border-radius:60px;
	transition:0.5s;}
.car5 li a{
	color:#fff;
	display:block;
	text-decoration:none;}
.car5 li:hover{
	background-color:#25547F;
	transform:scale(0.95,0.95);}


/*桌機刊頭*/
#header{
	width:100%;
    margin:0 auto;
 background-color: #F3EFBF;}

.headeroutside{width:100%;
	background-color: #FFF;
	background-attachment: fixed;
	background-size: cover;
		
}

/*手機刊頭*/
#header-m{
	width:0;
	height:0;
	overflow:hidden;}

/*內容滿版背景*/
.contentoutside{width:100%;
	background-color:#FFFFFF;
}
.contentoutside2{width:100%;
    background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;	background-color:#EAF2CE;
}
.contentoutside3{width:100%;
	background-color:#C4DEE2;
}

.contentoutside4{width:100%;
	background-color:#F3EFBF;
}

/*桌機內容*/
.content{
	width:100%;
	max-width:980px;
	margin:0 auto;
	padding:0;
	text-align:center;}

/*圖片切換*/
.pic{
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:center;}
.pic img{
	max-width:980px;}
.pic-m{
	width:0;
	height:0;
	overflow:hidden;}
.bn{
	width:100%;
    padding:0 1% 2% 1%;
	color:#fff;
	margin:0 auto;}
.bn li{
	background-color:#FD6758;
     margin:0% 1% 1% 1%;
	width:60%;
	height:60px;
	line-height:60px;
	font-size:30px;
	font-weight:bolder;
	text-align:center;
	display:inline-block;
	margin-bottom:1%;
	border-radius:60px;
	transition:0.5s;}
.bn li a{
	color:#fff;
	display:block;
	text-decoration:none;}
.bn li:hover{
	background-color:#0D7A8C;
	color:rgba(255,255,255,1.00);
	transform:scale(0.95,0.95);}
	
/* 完整上榜規劃 */
.course{background:#EEEEEF ;padding:15px calc((90% - 1200px)/2) 15px calc((100% - 1200px)/2);text-align: center;}
.course h2{font-family:'Noto Sans TC',sans-serif;font-weight: bold;font-size: 40px;color: #003343;display: inline-block;}
.course .forword{margin: 5px 0 5px 0;color: #003343; font-size:50px; font-weight:bold;}
.course>span{font-size: 30px;font-family:'Noto Sans TC',sans-serif;padding:10px 30px;box-sizing: border-box;box-sizing: border-box;display: inline-block;background: #bdce2c;border:2px dashed #fff;border-radius: 50px;color: #003343;}
.course ul{display: flex;justify-content: space-between;}
.course ul li{width:32%;box-sizing: border-box;padding: 40px 30px;background: #fff;border-radius: 10px;margin: 20px 0;}
.course ul img{width:45%;transform: translateY(5px);}
.course ul li:nth-child(1) .head{background: #29bbca;}
.course ul li:nth-child(2) .head{background: #fea82b;}
.course ul li:nth-child(3) .head{background: #d38ac1;}
.course ul .head{color: #fff;font-size: 28px;padding: 10px 20px;box-sizing: border-box;border-radius: 10px;margin-bottom: 20px;}
.course ul p{width: 100%;font-size: 24px;color: #003343;font-family:'Noto Sans TC',sans-serif;text-align: left;line-height:1.6; text-align: center;}
.course ul span{color:#ff6996;}
.course>p{font-size:24px;margin:30px 0;}
.course>a{font-size: 24px;color: #fff;background: #ff5f8f;text-decoration: none;box-sizing: border-box;padding:8px 50px;font-family: 'Noto Sans TC', sans-serif;}
.course>a::before{content:'\f0a4';display: inline-block;font-family: "Font Awesome 5 Free";line-height: 1;font-weight: 400;margin-right: 5px;}
/* 完整上榜規劃 */

/* 優質服務 */
.plane{background:#fff;padding:10px calc((100% - 1200px)/2);text-align: center;}
.plane h2{font-family:'Noto Sans TC',sans-serif;font-size:40px;color: #ec6941;background: #fff;border: 1px solid #ec6941;display: inline-block;margin: 30px 0;border-radius:50px;padding:10px 30px;}
.plane .forword{line-height: 1.3;width: 80%;font-size: 22px;margin:10px auto 20px auto;color: #333333;}
.plane ul{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top:10px;}
.plane ul li{width: 17%;margin-bottom:10px;}
.plane ul .tit{font-size:23px;color: #29bbca;font-weight: bold;line-height: 2;}
.plane ul p{text-align: left;line-height: 1.6;font-size: 18px;}
.plane>p{font-size:20px;margin:10px auto 20px auto;line-height: 1.3;width: 80%;}
.plane>a{font-size:22px;color: #fff;background: #29bbca;text-decoration: none;box-sizing: border-box;padding:5px 40px;font-family: 'Noto Sans TC', sans-serif;}
.plane>a::before{content:'\f0a4';display: inline-block;font-family: "Font Awesome 5 Free";line-height: 1;font-weight: 400;margin-right: 5px;}
/* 優質服務 */

/* footer */
footer{ background:#F3EFBF; }
footer .wrap{padding: 30px calc((100% - 1200px)/2) ; text-align: center;}
footer .wrap h2 {font-size: 40px; line-height: 1.2; color: #26294D; }
footer ul{ margin: 20px 0 0; display: flex; justify-content:center; flex-wrap: wrap;}
footer ul li a{ 
      color: #5c5c5c; text-decoration: none; display: block; 
      width: 260px; height: 60px; margin: 6px 6px; background-color: #fff; border-radius:8px; line-height: 60px; font-size: 26px; font-weight: bold; transition: .3s;}
footer ul li a:hover{ background-color: #fff3de;}

/* ==========other========== */
@media(max-width:912px){


	/*nav*/
.nav{width: 100%;
	z-index:1;
	padding:1% 0 1% 0;
	}
nav ul{width: 100%;
	margin: 0 auto;
	padding: 1% 0;
	justify-content: space-between;
	}
nav ul li a{font-size: 18px;
	vertical-align:middle;}	
nav{padding:0% 1%;
	height: 60px;
	}
nav ul li{margin: 0 auto;
	text-align: center;
padding:1% 3%;
	margin:  0 auto;
	}

nav ul a i{animation: none;}	

/*------------手機板---------------*/
@media screen and (max-width:767px){
	.slideC{ width: 100%; }

	/*nav*/
.nav{width: 100%;
	z-index:1;
	padding:1% 0 1% 0;
	}
nav ul{width: 100%;
	margin: 0 auto;
	padding: 1% 0;
	justify-content: space-between;
	}
nav ul li a{font-size: 15px;
	vertical-align:middle;}	
nav{padding:0% 2%;
	height: 95px;
	}
nav ul li{margin: 0 auto;
	text-align: center;
padding:1% 3%;
	margin:  0 auto;
	}

nav ul a i{animation: none;}	
/*桌機刊頭*/
#header{
	width:0;
	height:0;
	overflow:hidden;}
	
/*手機刊頭*/
#header-m{
	display:block;
	width:100%;
	height:auto;
	margin:0;}
	
	
    
/*圖片切換*/
.pic{
	width:0;
	height:0;
	overflow:hidden;}
.pic-m{
	overflow:visible;
	display:block;
	width:100%;
	height:auto;
	margin:0;}



.luie2{ margin:0% auto; 
    padding:1%; 
	width:100%;
	text-align:center; 
	}

.luie2 ul{
	margin:0 auto; 
	padding:0; 
	list-style:none;
	}
.luie2 li{ 
    display:inline-block; 
	margin:1% 0 5% 0; 
	padding:1%; 
width:100%; 
	height:20px;
	font-weight: bold
	}
.luie2 li a{
	display:block; 
	border-radius:10px; 
		background-color:#050F12;
    font-size:30px;  
	text-decoration:none;	
color:#FFFFFF;
	transition:0.5s;
	}
.luie2 li a:hover{ 
	transform:translate(0,5px);
	}
/*line*/
.line{ 
    padding: 0 0 5% 0; 
	width:100%;
	text-align:center;  
	}
.line h2{
    font-size:1.4em; 
	line-height:1.6;
	color:#E0552B;
	font-weight: bold;
	}
.line ul{
	margin:0 auto; 
	width:100%; 
	list-style:none;
	}
.line li{ 
    display:inline-block; 
	margin:4px; 
	padding:0; 
	width:40%; 
	}
.line li a{
	display:block; 
	border-radius:6px; -webkit-border-radius:50px; 
	background:#E0552B;
    font-size:1.2em; 
	line-height:40px; 
	text-decoration:none; 
	color:#FFFFFF;
	transition:0.5s;
	}
.line li a:hover{ 
    transform:translate(0,5px);
    box-shadow:1px 1px 15px rgba(20%,20%,40%,0.5);
	}       
	
	
/* 完整上榜規劃 */
.course{padding:10px 1%;}
.course h2{font-size: 11vw;}
.course .forword{text-align: center;font-size:20px;}
.course>span{font-size: 7vw;padding:2px 20px;}
.course ul{flex-wrap: wrap;}
.course ul li:last-child{margin-bottom: 0;}
.course ul li{width:90%;margin-bottom: 10px;padding: 10px; }
.course ul .head{font-size:4vw;}
.course ul p {font-size:3.5vw;text-align: center;}
/* 完整上榜規劃 */

/* 優質服務 */
.plane h2{font-size:4vw;padding:7px 9px;margin: 8px 0;}
.plane ul li{width:29%;}
.plane ul .tit{font-size:3.5vw;}
.plane>p{margin-top: 0;}
/* 優質服務 */



    	
/* 各班連結 */
.bn3{ width:100%; margin:1% auto; }
.bn3 li{display:inline-block; width:30%;border:2px solid  #000; font-size:14px; font-weight:bold; text-align:center; color:#000; padding:1%;margin:1%;}
.box1{ width:100%;overflow:hidden; text-align:center;}
.box2{ width:48%;float:left; font-size:14px; color: #000; background-color:#7E308D; text-align:center; }
.box3{ width:48%;float:right;  font-size:14px; color: #000; background-color:#49B140;  text-align:center; }
.box2 a{display:block;color:#FFF;}
.box3 a{display:block;color:#FFF;}
.t01{ font-size:24px; font-weight:bold; color:#000;}
.t02{width:100%; margin:0 auto; padding:1%; font-size:12px; color:#000; text-align:center; }
	
.bnn3{ width:100%; margin:0 auto; padding:1%;}
.bnn3 ul{list-style:none; text-align:center}
.bnn3 li{ width:65%; margin:1%;padding:1%; font-size:16px; font-weight:bold; color:#FFFFFF;display:inline-block; background-color:#000;border-radius:15px;}
.bnn3 li a{display:block;color:#FFFFFF;text-decoration:none;}


	
.car2{
	width:100%;
    padding:2% 1%;
	margin:0% auto;}
.car2 li{
	background-color:#fff;
 
	width:48%;
	height:45px;
	line-height:45px;
	font-size:20px;
	font-weight:bolder;
	text-align:center;
	display:inline-block;
	margin-bottom:1%;
	border-radius:60px;
	transition:0.5s;}
.car2 li a{
	color:#66321B;
	display:block;
	text-decoration:none;}
.car2 li:hover{
	background-color:#FDE18C;
	transform:scale(0.95,0.95);}	
.car5{
	width:100%;
    padding:2% 1%;
	margin:2% auto;}
.car5 li{
	background-color:#4687C1;
	width:48%;
	height:45px;
	line-height:45px;
	font-size:20px;
	font-weight:bolder;
	text-align:center;
	display:inline-block;
	margin-bottom:1%;
	border-radius:60px;
	transition:0.5s;}
.car5 li a{
	color:#fff;
	display:block;
	text-decoration:none;}
.car5 li:hover{
	background-color:#25547F;
	transform:scale(0.95,0.95);}	

.vid{ width:100%; height:auto;}
	


/* 各班連結 */


.bn3{ width:100%; margin:0% auto;}

.bn3 li{display:inline-block; width:50%;border:2px solid  #000; font-size:28px; font-weight:bold; text-align:center; color:#000; padding:1%;margin:1% 1% 2% 1%;}
.box1{ width:100%;overflow:hidden;}
.box2{ width:48%;float:left; font-size:24px; color: #000; background-color:#7E308D;
}
.box3{ width:48%;float:right;  font-size:24px; color: #000; background-color:#39B54A; }
.box2 a{display:block;color:#FFF;
	text-decoration: none;
}
.box3 a{display:block;color: #FFF;text-decoration: none;}

/* footer */
footer .wrap{padding: 40px 2% 70px;}
footer .wrap h2 {font-size: 26px;}
footer ul{ margin: 20px 0 0; padding: 0; flex-wrap: wrap;}
footer ul li a{ 
      font-size: 15px; width: 110px; height: 40px; margin: 3px 3px; line-height: 40px; font-size: 18px; }

    