@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);
/* CSS Document */

/* == 共用區 ============================================================================= */

*{
	margin:0; 
	padding:0;
	-webkit-box-sizing:border-box; /*safari & chrome*/
	-moz-box-sizing:border-box; /*firebox*/
	box-sizing:border-box; /*解除padding影響寬度關係*/
	}
html{
    overflow-x: hidden;
}
html, body{
	-webkit-text-size-adjust: 100%; /*避免文字自動放大*/
	width:100%;
	height:100%;
    
    font-family:"微軟正黑體", Arial, Helvetica,sans-serif; 

	}
ul{ list-style:none; }

body{}



.texthidden{
	display:block; /*轉換為塊級元素*/
	height:0; 
	width:0; 
	overflow:hidden;
	}/*隱藏文字，切勿使用display:none;*/

/* == top == */

.top {
    display: block;
    position: fixed;
    /*固定定位*/
    right: 50px;
    top: 82%;
    /*距離上邊界高度*/
    z-index: 999;
    /*設定層級順序，數字越大，層級越高，可避免被蓋住*/
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #EA5429;

}

.top h3 {
    margin: 0px 0;
    text-align: center;
    color: #FFFFFF;
}

.top a {
    margin: 0px 0;
    text-align: center;
    font-size: 1.5em;
    text-decoration: none;
    color: #FFFFFF;
    line-height: 1.6em;
}


/* == 側邊按鈕 == */
.page_btn {
    width: 180px;
    height: auto;
    padding: 1vh;
    position: fixed;
    top: 4%;
    right: 0;
    z-index: 800;
	}
.page_btn ul {
    width: 70%;
	}
.page_btn ul li {
    width: 180px;
    height: auto;
	}
.page_btn ul li img {
    display: block;
    width: 70%;
    margin: auto;
	}
.page_btn ul li:hover {
    transform: scale(0.8, 0.8);
	}

.btn a{
	display:block;
    margin:0 auto;
    width:300px;
	height:60px;
	background-color:#ff3300;
	border-radius:10px;
	-webkit-border-radius:10px;
	font-size:2.3em;
	line-height:60px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	}
.btn a{
	display:block;
    margin:0 auto;
    width:300px;
	height:60px;
	background-color:#ff3300;
	border-radius:10px;
	-webkit-border-radius:10px;
	font-size:2.3em;
	line-height:60px;
	text-align:center;
	text-decoration:none;
	color:#fff;
    }
.footer {
    width: 100%;
    height: 340px;
    margin: 0 auto;
    padding: 20px 0 40px 0;
    background-color: #fff;
	}
.footer ul {
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding: 10px 10% 7% 16%;
	}
.footer ul li {
    display: block;
    text-align: center;
    float: left;
    width: 13%;
    height: 13%;
    padding: 5px;
    margin: 0 10px 20px 10px;
    background-color: #384796;
    -webkit-border-radius: 25px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 3px;
    border-color: #fff;
    border-style: solid;
    font-size: 1.3em;
    font-weight: 2px;
	}
.footer ul li:hover {
    background-color: #2DA7E0;
    border-color: #fff;
	}
.footer a {
    display: block;
    color: #fff;
    text-decoration: none;
	}
.footer a:hover {
    color: #fff;
	}


.head {
    width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	text-align: center;
    background-size: cover;
	background-image: url("../images/bg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.head img{
	max-width: 1090px;
	padding-top: 3%;
	padding-bottom: 3%;
	margin-left: 3%;	
}

.con00,.con01 {
    width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	text-align: center;
    background-color: #edecef;
}

.con00 img{
    max-width: 600px;
}

/* == 課程  == */
.course{
    width: 1200px;
    height: auto;
    padding: 1% 2%;
    margin: auto;
    text-align: center;
	border-radius: 20px;
    -webkit-border-radius: 20px;
	}
.course ul {
    width: 1100px;
    height: auto;
    margin: 0 auto;
	}
.course ul li {
    width: 17%;
    height: auto;
    padding: 1%;
    display: inline-block;
    background-color: #2d478e;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    margin-right: 10px;
    margin-bottom: 15px;
    border: 4px solid #FFF;
	}

.course ul li a {
    display: block;
    width: 100%;
	font-family:"微軟正黑體"; 
    text-align: center;
    text-decoration: none;
    color: #FFF;
	}
.course span{
    padding:1% ;
	color: #fff;
	font-size: 1.5em;
	font-family:"微軟正黑體"; 
    line-height: 1.5em;
    font-weight: 800;
}
.course p{
	color: #fff;
	font-size: 1.2em;
	font-family:"微軟正黑體"; 
    }

.con01 img{
    max-width: 950px;
    padding: 3% 0;
}

.con02{
     width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	text-align: center;
    background-color: #eeef97;
}

.con02 img{
      max-width: 950px;
    padding: 3% 0;
}

.con03{
     width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	text-align: center;
    background:url("../images/city.png")center bottom/100em no-repeat #9ed0dc;
}

.con03 img{
      max-width: 940px;
    padding: 8% 0;
}

.con04{
     width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	text-align: center;
    background-color: #eeef97;
}

.con04 img{
     max-width: 940px;
}

.con04 ul {
    margin: 0 auto;
    width: 950px;
    height: 200px;
    position: relative;
	text-align: center;
}

.con04 ul li{
    max-width: 33%;
    padding: 1%;
    float: left;
}

.con05{
    width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	text-align: center;
    background-color: #edecef;
    padding-top: 5%;
    padding-bottom: 10%;
}
.con05 ul {
    margin: 0 auto;
    width: 1000px;
    height: 300px;
    position: relative;
	text-align: center;
}

.con05 ul li{
    max-width: 33%;
    padding: 1%;
    float: left;
}

.con05 img{
    margin: 0 auto;
    display: block;
    max-width: 940px;
    position: relative;
    text-align: center;
    padding: 2% 0;
}
.nav-kp{
    margin: 0 auto;
    max-width: 600px;
    height: auto;
    padding: 1%;
    position: relative;
    text-align: center;
    background-color: #2d478e;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    border: 4px solid #FFF;
}

.nav-kp a{
    font-size: 2em;
    display: block;
	font-family:"微軟正黑體"; 
    text-align: center;
    text-decoration: none;
    color: #FFF;
}

.con06{
      width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	text-align: center;
    background-color: #a2d7dd;
    padding-top: 5%;
    padding-bottom: 8%;
}

.con06 img{
     margin: 0 auto;
    display: block;
    max-width: 850px;
    position: relative;
    text-align: center;
    padding-bottom: 5%;
}

.nav-line{
    margin: 0 auto;
    max-width: 600px;
    height: auto;
    padding: 1%;
    position: relative;
    text-align: center;
    background-color: #43b14c;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    border: 4px solid #FFF;
}

.nav-line a{
    font-size: 2em;
    display: block;
	font-family:"微軟正黑體"; 
    text-align: center;
    text-decoration: none;
    color: #FFF;
}

.con07{
     width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	text-align: center;
    background-color: #edecef;
    padding-top: 5%;
    padding-bottom: 8%;
}

.con07 img{
    max-width: 1024px;
}

.con08{
    width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	text-align: center;
    background-color: #a2d7dd;
    padding-top: 5%;
    padding-bottom: 8%;
}
.con08 img{
    max-width: 1050px;
}

.con09{
     width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	text-align: center;
    background-color: #edecef;
    padding-top: 5%;
    padding-bottom: 12%;
}
.con09 img{
    max-width: 1050px;
}

/*== 手機版型區 =========================================== */

@media screen and (max-width:767px) {

img{ width: 95%;}

    
/* == 課程  == */
.course{
    width: 100%;
    height: auto;
    padding: 1% 2%;
    margin: auto;
    text-align: center;
	border-radius: 20px;
    -webkit-border-radius: 20px;
	}
.course ul {
    width: 98%;
    height: auto;
    margin: 0 auto;
	}
.course ul li {
    width: 45%;
    height: auto;
    padding: 1%;
    display: inline-block;
    background-color: #2d478e;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    margin-right: 10px;
    margin-bottom: 15px;
    border: 4px solid #FFF;
	}

    
.course ul li a {
    display: block;
    width: 100%;
	font-family:"微軟正黑體"; 
    text-align: center;
    text-decoration: none;
    color: #FFF;
	}
.course span{
    padding:1% ;
	color: #fff;
	font-size: 1.2em;
	font-family:"微軟正黑體"; 
    line-height: 1.5em;
    font-weight: 800;
}
.course p{
	color: #fff;
	font-size: 0.8em;
	font-family:"微軟正黑體"; 
    }
.con04 ul {
    margin: 0 auto;
    width: 100%;
    height: 80px;
    position: relative;
	text-align: center;
}
.con05 ul {
    margin: 0 auto;
    width: 100%;
    height: auto;
    position: relative;
	text-align: center;
}
.nav-kp{
    margin: 0 auto;
    max-width: 90%;
    height: auto;
    padding: 1%;
    position: relative;
    text-align: center;
    background-color: #2d478e;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    border: 4px solid #FFF;
}

.nav-kp a{
    font-size: 1.5em;
    padding: 2%;
    display: block;
	font-family:"微軟正黑體"; 
    text-align: center;
    text-decoration: none;
    color: #FFF;
}

.nav-line{
    margin: 0 auto;
    max-width: 80%;
    height: auto;
    padding: 1%;
    position: relative;
    text-align: center;
    background-color: #43b14c;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    border: 2px solid #FFF;
}

.nav-line a{
     padding: 2%;
    font-size: 1em;
    display: block;
	font-family:"微軟正黑體"; 
    text-align: center;
    text-decoration: none;
    color: #FFF;
}
 /* == 手機top == */

    .top {
        display: block;
        position: fixed;
        /*固定定位*/
        right: 5%;
        top: 77%;
        /*距離上邊界高度*/
        z-index: 999;
        /*設定層級順序，數字越大，層級越高，可避免被蓋住*/
        width: 35px;
        height: 35px;
        border-radius: 50%;

    }

    .top h3 {
        margin: 0px 0;
        text-align: center;
        color: #FFFFFF;
    }

    .top a {
        margin: 0px 0;
        text-align: center;
        font-size: 1.2em;
        text-decoration: none;
        color: #FFFFFF;
        line-height: 1.6em;
    }
	
	
	
	/* == 側邊連結 == */

.page_btn {
	width: 100px;
    height: auto;
    padding: 1%;
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 900;
    }
.page_btn ul {
    width: 100%;
    }
.page_btn ul li {
    width: 90px;
    height: auto;
    }
.page_btn ul li img {
	display: block;
    width: 100%;
    margin: auto;
    }
.page_btn ul li:hover {
    transform: scale(0.8, 0.8);
    }
	
.btn a{
	display:block;
    margin:0 auto;
    width:250px;
	height:50px;
	line-height:50px;
	font-size:2.2em;
	text-align:center;
	text-decoration:none;
	background-color:#ff3300;
	color:#FFF;
	border-radius:10px;
	-webkit-border-radius:10px;
	}

	

	
.footer ul {
	width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 1% 1% 158% 1%;
    }
.footer ul li {
    display: block;
    text-align: center;
    float: left;
    width: 45%;
    height: auto;
    padding: 10px;
    margin-right: 3px;
    background-color: #30339b;
    -webkit-border-radius: 25px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 3px;
	border-color: #fff;
	border-style: solid;
	font-size: 1.2em;
	font-weight: 2px;
    }
.footer ul li:hover {
	background-color: #2DA7E0;
    border-color: #fff;
    }
}