@charset "utf-8";

/*Google網路中文字型應用01 – cwTeXKai (Chinese Traditional) 楷體字型*/
@import url(https://fonts.googleapis.com/earlyaccess/cwtexkai.css);

/*Google網路中文字型應用02 – cwTeXYen (Chinese Traditional) 圓體字型*/
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);

/*Google網路中文字型應用03 – cwTeXFangSong (Chinese Traditional) 仿宋體字型*/
@import url(https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css);

/*Google網路中文字型應用04 – Noto Sans TC (Chinese Traditional) 黑體（思源黑體）*/
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

/*Google網路中文字型應用05 – cwTeXMing (Chinese Traditional) 明體字型*/
@import url(https://fonts.googleapis.com/earlyaccess/cwtexming.css);


/* == 共用區 ============================================================================= */

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    /*safari & chrome*/
    -moz-box-sizing: border-box;
    /*firebox*/
    box-sizing: border-box;
    /*解除padding影響寬度關係*/
	}
html,
body {
    -webkit-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
	background-image: url(../images/bg-Y.jpg);
	background-color:#3ABDE0;
    background-position: center;
	background-repeat: repeat-y;
    font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	}
ul {
    list-style: none;
	}

.bule{	color: #036EB7;}
.purple{color: #910782;}
.pink{	color: #E83F68;}


/* == 桌機版 ============================================================================= */

/* == 固定上方選單 == */
.fiexd-header {
	width: 100%;
    height: 70px;
    margin: auto;
    text-align: center;
	background-color: #35247C;
	position:fixed; /*固定位置定位*/
	top:0; /*距離上方 0 像素*/
	z-index:10; /*重疊時會在其他元素之上*/
	}
.fiexd-header ul {
    width: 900px;
    height: auto;
    margin: 0 auto;
	}
.fiexd-header ul li {
    width: auto;
    height: auto;
	padding: 1%;
    display: inline-block;
	color: #FFF;
	line-height: 45px;
	}
.fiexd-header ul li a {
    display: block;
    width: 100%;
    font-size: 1.7em;
    text-align: center;
    text-decoration: none;
    color: #FFF;
	}
.fiexd-header ul li a:hover {
	text-decoration:underline;
	}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	}
/*sticky 後面直接連著 ,content的元素 他的padding-top設定成102px*/

.sticky + .con01{
	padding-top: 500px;
	}



.btn a{
	display:block;
    margin:0 auto;
    width:700px;
	height:70px;
	background-color:#FFF;
	border-radius:10px;
	-webkit-border-radius:10px;
	font-size:2.3em;
	font-weight: 800;
	line-height:70px;
	text-align:center;
	text-decoration:none;
	color:#602B87;
	box-shadow: 2px 2px 2px #cccccc;
	transition:.3s ;/*動畫速度*/
	}
.btn a:hover {
    box-shadow: 0px 3px 3px #333;
    transform: scale(.9, .9);
	color: #DF4B4E;
	}

/* == top == */
.top {
    display: block;
    position: fixed;
    /*固定定位*/
    right: 1%;
    top: 82%;
    /*距離上邊界高度*/
    z-index: 999;
    /*設定層級順序，數字越大，層級越高，可避免被蓋住*/
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1D2088;
	}
.top h3 {
    margin: 12px 0;
    text-align: center;
    color: #FFFFFF;
	}
.top a {
    margin: 6px 0;
    text-align: center;
    font-size: 1.2em;
    text-decoration: none;
    color: #FFFFFF;
	}

.top-container {
	background-color: #f1f1f1;
	padding: 30px;
	text-align: center;
	}

.head{
	width: 100%;
	height: 560px;
	background-image:url("../images/head.png");
	position: relative;
	}
.head img{
	width: 100%;
	max-width: 1000px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left:-500px;
	}

.con01 {
	margin: 0 auto;
	padding: 50px 0 50px;
	width: 100%;
	height: auto;
	}
.con02 {
	margin: 0 auto;
	padding: 50px 0 50px;
	width: 100%;
	height: auto;
	}
.con03 {
	margin: 0 auto;
	padding: 50px 0 50px;
	width: 100%;
	height: auto;
	}
.con04 {
	margin: 0 auto;
	padding: 50px 0 50px;
	width: 100%;
	height: auto;
	}
.con05 {
	margin: 0 auto;
	padding: 50px 0 50px;
	width: 100%;
	height: auto;
	}
.con06 {
	margin: 0 auto;
	padding: 50px 0 50px;
	width: 100%;
	height: auto;
	}
.con07 {
	margin: 0 auto;
	padding: 50px 0 50px;
	width: 100%;
	height: auto;
	}

.box{
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	height: auto;
	}

.movie{
	margin: 0 auto;
	padding: 1%;
	width: 80%;
	max-width: 800px;
	height: auto;
	}

/* == 各班LINE連結 == */
.LINE{
    width: 1000px;
    height: auto;
    padding: 1% 2%;
    margin: auto;
    text-align: center;
	border-radius: 20px;
    -webkit-border-radius: 20px;
	}
.LINE ul {
    width: 900px;
    height: auto;
    margin: 0 auto;
	}
.LINE ul li {
    width: 16%;
    height: auto;
    padding: 1%;
    display: inline-block;
    background-color: #0F8B43;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    margin-right: 10px;
    margin-bottom: 15px;
	transition:.3s ;/*動畫速度*/
	}
.LINE ul li:hover {
    box-shadow: 0px 3px 3px #333;
    transform: scale(.9, .9);
	}
.LINE ul li a {
    display: block;
    width: 100%;
    font-size: 1.5em;
	font-family:"微軟正黑體"; 
	font-weight:bold;
    text-align: center;
    text-decoration: none;
    color: #FFF;
	}

/* == 班址 == */
.footer {
    width: 100%;
    height: 150px;
    background-color: #E7456D;
	}
.footer .box {
    margin: 0 auto;
    padding: 40px 0 0;
    width: 100%;
    max-width: 1000px;
    overflow: hidden;
	}
.footer .box .left {
    float: left;
    width: 230px;
	}
.footer .box .right {
    float: right;
    width: 770px;
	}
.footer .box .right ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
	}
.footer .box .right li a {
    float: left;
    display: block;
    padding: 0;
    margin: 0 20px 10px;
    width: 100px;
    height: 22px;
    font-size: 1.2em;
    text-decoration: none;
    color: #FFF;
	}




/*== 手機版型區 =========================================== */

@media screen and (max-width:767px) {
	
/* == 固定上方選單 == */
.fiexd-header {
	display: none;
	width: 100%;
    height: auto;
    padding: 2%;
    margin: auto;
    text-align: center;
	background:#35247C;
	position:fixed; /*固定位置定位*/
	top:0; /*距離上方 0 像素*/
	z-index:1; /*重疊時會在其他元素之上*/
	}
.fiexd-header ul {
	width: 90%;
    height: auto;
    margin: 0 auto;
    }
.fiexd-header ul li {
	padding: 0;
	width: auto;
    height: auto;
    display: inline-block;
	color:#FFF;
	line-height: 30px;
    }

.fiexd-header ul li a {
	display: block;
    width: 100%;
    font-size: 1.1em;
    text-align: center;
    text-decoration: none;
    color:#FFF;
    }
.fiexd-header ul li a:hover {
	text-decoration: underline;
    }
	
.btn a{
	display:block;
    margin:10px auto;
    width:80%;
	height:40px;
	line-height:40px;
	font-size:1em;
	text-align:center;
	text-decoration:none;
	background-color:#FFF;
	color:#602B87;
	border-radius:10px;
	-webkit-border-radius:10px;
	}
	
 /* == 手機top == */
.top {
	display: block;
    position: fixed;/*固定定位*/
    right: 5%;
    top: 70%;/*距離上邊界高度*/
    z-index: 999; /*設定層級順序，數字越大，層級越高，可避免被蓋住*/
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(51, 75, 188, 0.7);
    }
.top h3 {
    margin: 15px 0;
    text-align: center;
    color: #FFFFFF;
    }
.top a {
    margin: 6px 0;
    text-align: center;
    font-size: 1em;
    text-decoration: none;
    color: #FFFFFF;
    }
	
.head{
	width: 100%;
	height: 0;
	padding-bottom: 48%;
	background-image:url("../images/head_m.png");
	background-size: cover;
	position: relative;
	}
.head img{
	width: 90%;
	position: absolute;
	top:-10%;
	left: 50%;
	margin-left:-45%;
	}	
	
.con01 {
	margin: 0 auto;
	padding: 1% 0 ;
	width: 95%;
	height: auto;
	}
.con02 {
	margin: 0 auto;
	padding: 1% 0;
	width: 95%;
	height: auto;
	}
.con03 {
	margin: 0 auto;
	padding: 1% 0;
	width: 95%;
	height: auto;
	}
.con04 {
	margin: 0 auto;
	padding: 1% 0;
	width: 95%;
	height: auto;
	}
.con05 {
	margin: 0 auto;
	padding: 1% 0;
	width: 95%;
	height: auto;
	}
.con06 {
	margin: 0 auto;
	padding: 1% 0;
	width: 100%;
	height: auto;
	}
.con07 {
	margin: 0 auto;
	padding: 1% 0;
	width: 95%;
	height: auto;
	}	
		
/* == 各班LINE連結 == */
.LINE {
	width: 90%;
    height: auto;
    padding: 5% 0;
    margin: auto;
    text-align: center;
    }
.LINE ul {
    width: 90%;
    height: auto;
    margin: 0 auto;
    }
.LINE ul li {
	width: 40%;
    height: auto;
    padding: 1%;
    display: inline-block;
    background-color: #0F8B43;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    margin-right: 10px;
    margin-bottom: 15px;
    }
.LINE ul li:hover {
    box-shadow: 0px 3px 3px #333;
    transform: scale(.9, .9);
    }
.LINE ul li a {
    display: block;
    width: 100%;
    font-size: 1.1em;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    }
	
/* == 班址 == */
.footer {
	width: 100%;
	height: auto;/*桌機有寫高度，手機版須改為auto*/
	background-color: #E7456D;
	overflow: hidden;
    }
.footer .box {
	margin: 0 auto;
	padding: 30px 0;
	width: 100%;
	overflow: hidden;
	}
.footer .box .left {
	margin: 0 auto 15px auto;
	width: 100%;
	max-width: 230px;
	float: none;
	}
.footer .box .right {
	width: 100%;
	float: none;
	}
.footer .box .right ul {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0 10%;
	}
.footer .box .right li a {
	float: left;
	display: inline-block;
	padding: 0;
	margin: 0 0 10px 0;
	width: 30%;/*三欄可抓30%*/
	height: 22px;
	font-size: 1em;
	text-decoration: none;
	color: #FFF;
    }	
	
	
	
	
	
	
	
	
	
	
}

