@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%;
	height:100%;
    background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#FFF;
}


ul{list-style:none;}
td{ padding:5px;}
.Stay{ width:100%; height:auto; background-color:#FFF; 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:#F2C820;}

.fbg{
    	width:100%;
	max-width:1000px;
background-color:#F2C820;

}

.small{
	font-size:30px;
color: #000;
	font-weight: bold;
  text-align:center;
    margin: 1% 0 1% 0;
}


.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% ;
}



/*------------桌機板------------*/

/*nav*/
nav{padding: 1% 0;
	display: flex;justify-content: center;
	background-color:#FFF;
	z-index:1;
	width:100%;
	position:fixed;
}
nav ul{display:flex;justify-content: space-between;
	text-decoration: none;
	max-width:900px;
	margin:0 auto;
	padding:0;
}
nav li {position: relative;
	transition:0.5s;
	padding:0 12%;
}

nav li:hover {
	transform:scale(0.95,0.95);
}




@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:#FFFFFF;display:inline-block; background-color:#000;border-radius:30px;}
.bnn3 li a{display:block;color:#FFFFFF;text-decoration:none;}
	  
.bnn3 a::after{content:'\f0a5';display: inline-block; font-family:"Font Awesome 5 Free";animation:slideR 1s linear infinite;}
@keyframes slideR{
 0%{transform: translateX(0);}
 50%{transform: translateX(10px);}
 100%{transform: translateX(0);}
}





/* 各班連結 */

.fram{ width:100%; margin:0 auto; text-align:center;overflow:hidden; background-color:#F2C820;}
.fram img{ max-width:1200px;}
.t01{ font-size:50px; font-weight:bold; 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:#F7931E;
}
.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);
	}
/*浮動連結*/
  div#social-address{
        position:fixed; bottom:50%; left:0; z-index:1000!important;box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.3);
        font-family: '微軟正黑體'; font-size: 16px!important;text-align: center;
    }
    div#social-address .social-btn{color:white;padding: 16px 8px;cursor: pointer; display: block;}
    div#social-address a{color: inherit;text-decoration:none;}
    div#social-address p{margin:0;}
    div#social-address a:hover,div#social-address .social-btn:hover{-webkit-filter:brightness(60%) contrast(150%);    -o-filter:brightness(60%) contrast(150%);    filter:brightness(60%) contrast(150%);}
    div#social-address img {    width: 1em;    padding: 0 0 0.25em 0;}
    div#social-address .mlu{ background-color:#304E8E;}
    div#social-address .mline{ background-color:#29A339; }
    div#social-address .social-btn.mline{position: relative;}
    div#social-address #social-address-lines{
        position: absolute;
        background: rgba(255, 255, 255, 0.9);
        color: #29A339;
        top: 0%;
        left: 100%;
        margin: 0.5em 0.25em;
        border: 2px solid;
        border-radius: 0.25em;
        box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.5);
        width: 7em;
        display: inline-table;
    }
    div#social-address #social-address-lines a{display: block;padding: 0 0.5em;}
    div#social-address #social-address-lines a:hover{background: #ededed;}
    div#social-address #social-address-lines p{line-height: 1;border-bottom: 1px solid #ededed;margin: 0;padding: 0.5em 0;}
    div#social-address #social-address-lines a:last-child p{border-bottom: none;}
	



div#social-address .mline2{ background-color:#304E8E; }
    div#social-address .social-btn.mline2{position: relative;}
    div#social-address #social-address-lines2{
        position: absolute;
        background: rgba(255, 255, 255, 0.9);
        color:#304E8E;
        top: 0%;
        left: 100%;
        margin: 0.5em 0.25em;
        border: 2px solid;
        border-radius: 0.25em;
        box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.5);
        width: 7em;
        display: inline-table;
    }
    div#social-address #social-address-lines2 a{display: block;padding: 0 0.5em;}
    div#social-address #social-address-lines2 a:hover{background: #ededed;}
    div#social-address #social-address-lines2 p{line-height: 1;border-bottom: 1px solid #ededed;margin: 0;padding: 0.5em 0;}
    div#social-address #social-address-lines2 a:last-child p{border-bottom: none;}	



.car5{
	width:100%;
    padding:2% 1%;
	margin:2% auto;}
.car5 li{
	background-color:#000;
     margin:2% 1%;
	width:21%;
	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%;
	max-width:1200px;
	margin:0 auto;
	background-color:#F2C820;
	}

.headeroutside{width:100%;
	
	background-color:#F2C820;
	background-attachment: fixed;
	background-size: cover;
		
}

/*手機刊頭*/
#header-m{
	width:0;
	height:0;
	overflow:hidden;}

/*內容滿版背景*/
.contentoutside{width:100%;
	background-color:#FFF;
}
.contentoutside2{width:100%;
	background-color:#F2C820;
}
.contentoutside3{width:100%;
	background-color:#F2C820;
}
/*桌機內容*/
.content{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:0;
	text-align:center;
	}

/*圖片切換*/
.pic{
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:center;
	}
.pic img{
	max-width:1200px;}
.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:#ACD5E3 ;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;}
/* 優質服務 */



/*------------手機板---------------*/
@media screen and (max-width:767px){
	
/*nav*/
nav{padding: 1% 0; display: flex;justify-content: center;rgba(13,122,140,0.8)
	z-index:1;
	width:100%;
	position:fixed;
	text-align: center;
}
nav ul{display:flex;justify-content: space-between;
	width: 98%;
	padding:0 ;
	margin: 2% 1%;
}	
	

nav li {position: relative;
	transition:0.5s;
	padding: 1%;
}

nav li:hover {
	transform:scale(0.95,0.95);
}


/*桌機刊頭*/
#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:#EF8641; 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;}

	
.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;}

	
.car5{
	width:100%;
    padding:2% 1%;
	margin:2% auto;}
.car5 li{
	background-color:#000;
	width:20%;
	height:35px;
	line-height:35px;
	font-size:13px;
	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);}	
	
	
/*浮動連結*/
div#social-address{ width: 100%;bottom: 0;content: "";display: inline-block;clear: both; }
    div#social-address .social-btn{ display: block;float: left;width: 49.99%;padding: 8px 0;}
    div#social-address img {    width: 1em;    padding:0.25em 0.25em 0 0;}
    div#social-address br{display: none;}
    div#social-address .mlu{display: inline-block; }
    div#social-address #social-address-lines{width: 100%;top:initial;bottom:100%;left: 0;}
 
     div#social-address #social-address-lines2{width: 100%;top:initial;bottom:100%;left: 0;}   
   
    