charset "utf-8";
/* CSS Document */

* {
	font-family: 微軟正黑體, Microsoft JhengHei, sans-serif, Arial, Helvetica;
}
body, h1, h2, h3, h4, h5, h6, a, p, select {
	font-family: 微軟正黑體, Microsoft JhengHei, sans-serif, Arial, Helvetica;
}
/*文字反選顏色*/
::-moz-selection {
	background: #EC7700;
	color: white;
}
::selection {
	background: #EC7700;
	color: white;
}


html {
	height: 100%;
	margin: 0;
}
body {
	margin: 0;
	min-height: 100%;
	width: 100%;
}

/*清除格式*/
.CleanFormat {
	clear: both;
}
/*分隔線*/
.Dividers {
	margin: 10px auto;
	width: 100%;
	height: 1px;
	border-bottom: 1px dotted #373b80;
}

/*-------------------------WebStart-----------------------*/
#wrap {
	width:100%;
	min-width: 960px;
	margin:0 auto;
	overflow:hidden;
}
/*-------------------------Header-----------------------*/
header {

}
@media only screen and (max-width: 616px) {
	header {

	}
}
#head {

}
#logo {
	display:block;
	text-align:center;
	vertical-align:middle;
	padding:22px 0;
	width: 95%;
    max-width: 430px;
    margin: 0 auto;
}
#logo a, #logo a img {
	display:block;
	margin:0 auto;
	width: 100%;
    height: auto;
}
@media only screen and (max-width: 972px) and (min-width: 620px) {
	#logo {

	}
}
@media only screen and (max-width: 619px) {
	#logo {

	}
}
/*----Menu----*/
nav {
	height:60px;
}
nav > ul > li {
	display:inline-block;
	float:left;
	width:calc(10% - 1px);
	text-align:center;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #EA5514;
}
nav > ul > li:last-child {
	width:10%;
	border-right:0px;
}
nav > ul > li a {
	background:#EF8200;
	display:block;
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:bold;
	line-height:58px;
	transition:.3s;
}
nav > ul > li a:hover, nav > ul > li a.active {
	background:#231815;
	transition:.3s;
}
nav > ul > li > ul > li > a.active {
	
}

/*--手機版選單--*/
#MMenuBtn {
	display:none;
}
#MMenuBtn a {
	display:block;
	line-height:30px;
	font-size:16px;
	font-weight:bold;
	color:#EF8200;
}
@media only screen and (max-width: 750px) {
nav {
	height:0px;
	overflow:hidden;
	transition:.3s;
}
nav > ul > li {
	display:block;
	float:none;
	width:100%;
	text-align:center;
	border-right:0;
	border-bottom:1px solid #ffffff;
}
nav > ul > li:last-child {
	width:100%;
}
nav > ul > li a {
	background:#EF8200;
	display:block;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	line-height:50px;
	transition:.3s;
}
nav > ul > li a:hover, nav > ul > li a.active {
	background:#231815;
	transition:.3s;
}
#MMenuBtn {
	display:block;
	height:30px;
	border-bottom:1px solid #EF8200;
	text-align:center;
}
}



.SecMenu {
	background:#3E3A39;
	height:40px;
	overflow:hidden;
	width:100%;
	text-align:center;
}
.SecMenu li {
	display:inline-block;
	margin:0 5px;
}
.SecMenu li a {
	font-size:16px;
	font-weight:bold;
	line-height:30px;
	padding-top:5px;
	color:#ffffff;
	display:block;
	border-bottom:5px solid #3E3A39;
	transition:.3s;
}
.SecMenu li a:hover, .SecMenu li a.active {
	border-bottom:5px solid #ffffff;
	transition:.3s;
}


/*--麵包屑--*/
#navBar {
	width: 95%;
    max-width: 1100px;
    padding: 0 2.5%;
    display: block;
    margin: 0 auto;
}
div#navBar::after {
    content: "";
    display: block;
    clear: both;
}
#navBar li {
	color:#EF8200;
	float:left;
}
#navBar li::after {
	content:"/";
	/*display:inline-block;*/
	color:#231815;
	margin:0 5px;
}
#navBar li:last-child::after {
	content:"";
	display:none;
}
#navBar li a {
	color:#231815;
	transition:.3s;
}
#navBar li a:hover {
	color:#EF8200;
	transition:.3s;
}

/*--頁碼--*/
.pageContrl {
	text-align:center;
	padding:20px 0;
}
.pageContrl li {
	display:inline-block;
	width:30px;
	height:30px;
	border:1px solid #3E3A39;
	margin:0 10px;
}
.pageContrl li a {
	display:block;
	color:#ffffff;
	background:#3E3A39;
	line-height:30px;
	font-size:16px;
	transition:.3s;
}
.pageContrl li a:hover, .pageContrl li a.active {
	color:#3E3A39;
	background:#ffffff;
	transition:.3s;
}

.pageContrl .backBtn {
	width:95%;
	max-width:150px;
	margin:0 auto;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	border:1px solid #3E3A39;
    overflow: hidden;
}
.pageContrl .backBtn a {
	background:#3E3A39;
	color:#ffffff;
	font-size:16px;
	line-height:30px;
	display:block;
	transition:.3s;
}
.pageContrl .backBtn a:hover {
	background:#ffffff;
	color:#3E3A39;
	transition:.3s;
}
/*-------------------------Banner-----------------------*/
#Banner {
	max-height:450px;
	overflow:hidden;
}
.Wbanner, .Mbanner {
	width:100%;
}
.Mbanner {
	display:none;
}

.WebBanner, .WebBanner a, .WebBanner a img, .MobileBanner, .MobileBanner a, .MobileBanner a img {
	width:100%;
	height:auto;
}

@media only screen and (max-width: 750px) {
.Wbanner {
	display:none;
}
.Mbanner {
	display:block;
}
}

/*-------------------------BODY-----------------------*/
article {
	width:95%;
	max-width:1100px;
	padding:30px 2.5%;
	display:block;
	margin:0 auto;
}


section {

}

section h2 {
	color:#EF8200;
	font-size:18px;
	font-weight:bold;
	border-bottom:5px solid #EF8200;
	line-height:40px;
}
.PageBlock {
	width:100%;
}

.PagesContent {
	width:calc(100% - 40px);
	padding:20px;
	border-bottom:1px solid #EF8200;
}
.PagesContent::after {
	content:"";
	display:block;
	clear:both;
}
/*-------------------------最新消息列表------------------------*/
#NewsList {
	width:100%;
}
#NewsList li {
	height:50px;
	border-bottom:1px solid #999999;
	line-height:50px;
	overflow:hidden;
}
#NewsList li a {
	display:block;
	padding:0 10px;
	transition:.3s;
}
#NewsList li a .NewsListDate, #NewsList li a .NewsListType {
	margin-right:10px;
}
#NewsList li a .NewsListDate, #NewsList li a .NewsListTitle{
	color:#3E3A39;
	transition:.3s;
}
#NewsList li a .NewsListType {
	color:#FFFFFF;
	padding:5px 10px;
	background:#3E3A39;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	transition:.3s;
}
@media only screen and (max-width: 750px) {
.NewsListType {
	display:none;
}
}
#NewsList li a:hover {
	background:#3E3A39;
	transition:.3s;
}
#NewsList li a:hover .NewsListDate, #NewsList li a:hover .NewsListTitle{
	color:#FFFFFF;
	transition:.3s;
}
#NewsList li a:hover .NewsListType {
	color:#3E3A39;
	background:#FFFFFF;
	transition:.3s;
}


/*--最新消息內容頁--*/
.newsDate {
	padding:10px 20px 0;
	color:#666666;
}
/*-------------------------相簿列表-------------------------*/
.indexAlbumList {
	width:100%;
	padding:20px 0;
}
.indexAlbumList::after {
	content:"";
	display:block;
	clear:both;
}
.indexAlbumList li {
	width:30%;
	margin-right:5%;
	float:left;
	height: 230px;
	overflow: hidden;
	display: block;
	position: relative;
}
.indexAlbumList li:last-child, .indexAlbumList li:nth-child(3n){
	margin-right:0;
}
@media only screen and (max-width: 800px) {
.indexAlbumList li {
	width:100%;
	max-width:350px;
	margin:0 auto 20px !important;
	float:none;
}
}
.albumPage li {
	margin-bottom: 20px;
}
.indexAlbumList li img {
	/*-width:100%;-*/
	display:block;
	height:auto;
}
.indexAlbumList li .albumListInfo {
	padding:5px 10px;
	position: absolute;
	width: calc(100% - 20px);
	bottom:0;
}
.albumListInfo {
	overflow:hidden;
	height:42px;
}
.albumListDate {
	font-size:12px;
	font-weight:normal;
	line-height:20px;
}
.albumListTitle {
	font-size:16px;
	font-weight:bold;
	line-height:22px;
}
.indexAlbumList li a img {
	opacity:.7;
	transition:.3s;
}
.indexAlbumList li a:hover img {
	opacity:1;
	transition:.3s;
}
a .albumListInfo {
	background:#EF8200;
	color:#ffffff;
	transition:.3s;
}
a:hover .albumListInfo {
	background:#3E3A39;
	transition:.3s;
}
.albumDate {
	color: #EF8200;
}
.ablumContentInfoBlock {
	padding:10px;
	border-bottom:1px solid #EF8200;
}


/*--師資介紹--*/
.teacherList > li {
	border-bottom:1px dotted #EF8200;
	padding-bottom:10px;
	margin-bottom:10px;
}
.teacherList > li:last-child {
	border-bottom:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}
.teacherList > li::after {
	display:block;
	content:"";
	clear:both;
}
.teacherImgBlock {
	display:block;
	float:left;
	width:250px;
	height:314px;
	margin-right:20px;
}
.teacherInfoBlock {
	display:block;
	float:left;
	width:calc(100% - 270px);
	padding: 10px 0;
}

h1.teacherName {
	font-size:18px;
	font-weight:bold;
	color:#EF8200;
}
h3.teacherTitle {
	font-size:14px;
	font-weight:bold;
	color:#EF8200;
	border-bottom:1px solid #EF8200;
	padding-bottom: 10px;
	margin-bottom:10px;
}
@media only screen and (max-width: 600px) {
.teacherImgBlock {
	display:block;
	float:none;
	width:250px;
	height:314px;
	margin:0 auto;
}
.teacherInfoBlock {
	display:block;
	float:none;
	width:100%;
	padding: 10px 0;
}
h1.teacherName, h3.teacherTitle {
	text-align:center;
}
}
ul.PT {
	max-height: 130px;
    width: calc(100% - 20px);
    overflow: auto;
}
ul.infoList li {
	margin-bottom:5px;
}
ul.infoList li::after {
	display:block;
	content:"";
	clear:both;
}
.itemTitle, .itemContent {
	float:left;
	display:block;
}
.itemTitle {
	font-weight:bold;
}
.itemContent {
	color:#3E3A39;
	width: calc(100% - 70px);
}
/*兼任講師*/
.PteacherList > li {
	border:3px solid #EF8200;
	width:calc(48% - 6px);
	margin-right:2%;
	float:left;
	height:200px;
	margin-bottom:20px;
}
.PteacherList > li:nth-child(even) {
	margin-right:0;
}
@media only screen and (max-width: 600px) {
.PteacherList > li {
	border:3px solid #EF8200;
	width:calc(100% - 6px);
	margin:0 auto 20px !important;
	float:none;
	height:200px;
}
}
.PteacherList > li > h1 {
	background:#EF8200;
	color:#ffffff;
	font-size:18px;
	line-height:50px;
	height: 50px;
	text-align:center;
}

/*---聯絡我們---*/
.schoolGoogleMap {
	width:50%;
	height:450px;
	float:left;
	margin-right:20px;
}
.schoolGoogleMap iframe {
	display:block;
	width:100%;
	height:100%;
}
.SchoolInfo {
	float:left;
	width:calc(50% - 20px);
}
.SchoolInfo h3 {
	color:#EF8200;
	font-size:16px;
	font-weight:bold;
}
@media only screen and (max-width: 600px) {
.schoolGoogleMap {
	width:100%;
	height:450px;
	float:none;
	margin-right:0px;
	margin-bottom:20px;
}
.SchoolInfo {
	float:none;
	width:100%;
	margin-bottom:20px;
}
}
/*--下載--*/
.donwLoadBlock {
	margin-top:10px;
	border-top:1px dotted #EC7700;
	padding:10px 0;
}
.donwLoadBlock h3 {
	color:#EF8200;
	font-size:16px;
	font-weight:bold;
	padding:0 10px 5px;
}
.donwLoadBlock ol {
	list-style:decimal;
    padding-left: 30px;
}
.donwLoadBlock ol li a {
	color:#EC7700;
	border-bottom:1px solid rgba(239,130,0,0);
	transition:.3s;
}
.donwLoadBlock ol li a:hover {
	color:#3E3A39;
	border-bottom:1px solid rgba(35,24,21,1);
	transition:.3s;
}
/*--相關連結--*/
.LinkList li {
	float:left;
	width:200px;
	height:150px;
	margin:32px;
}
.LinkList li img {
	width:100%;
	margin:0 auto;
	display:block;
	height:auto !important;
}
.LinkList li a {
	display: block;
    background: #ffffff;
    color: #EC7700;
    transition: .3s;
    font-weight: bold;
    height: 100%;
    line-height: 43px;
	text-align:center;
}
.LinkList li a:hover {
	background:#3E3A39;
	color:#ffffff;
	transition:.3s;
}
/*-------------------------FOOTER-----------------------*/

footer {
	background:#EF8200;
	width:100%;
	/*height:200px;*/
}
#footerBlock {
	width:95%;
	max-width:1100px;
	margin:0 auto;
	padding:20px 0;
}
.footerTop {
	padding-bottom:20px;
}
.footerTop::after {
	content:"";
	display:block;
	clear:both;
}
.footerLogo img {
	width:100%;
	display:block;
	height:auto !important;
}
.footerLogo {
	width:20%;
	float:left;
	display:block;
	margin-right:50px;
	max-width:275px;
}
.footerRight {
	float:left;
	display:block;
	width:calc(80% - 50px);
}
.footerMenu {
    width: 100%;
    text-align: right;
	color:#ffffff;
	padding:5px 0;
}
.footerMenu li {
	max-width: 10%;
    text-align: right;
    display: inline-block;
}
.footerMenu li a {
	color:#ffffff;
}
.footerMenu li a:hover {
	color:#3E3A39;
}
.footerMenu li::after, .schoolInfo p::after {
	content: "．";
    display: inline-block;
	margin:0 2px;
}
.footerMenu li:last-child::after, .schoolInfo p:last-child::after {
	content: "";
	display:none;
	margin-right:0;
}
.schoolInfo {
	color:#ffffff;
	text-align:right;
}
.schoolInfo p {
	display:inline-block;
}
@media only screen and (max-width: 1075px) {
.footerLogo {
	width:100%;
	float:none;
	text-align:center;
	margin:0 auto;
	max-width:275px;
	margin-bottom:10px;
}
.footerRight {
	float:none;
	display:block;
	width:100%;
}
.footerMenu {
    width: 100%;
    text-align:center;
	color:#ffffff;
	padding:5px 0;
}
.schoolInfo {
	text-align:center;
}
}
@media only screen and (max-width: 810px) {
.footerMenu {
	display:none;
}
.schoolInfo p {
	display:block;
}
.schoolInfo p::after {
	content: "";
    display: none;
	margin:0;
}
}
#copyright {
	border-top:1px solid #ffffff;
	padding-top:10px;
	color:#ffffff;
	text-align:center;
	line-height:20px;
	font-size:14px
}



/*--自適應強制內容--*/
.PagesContent img, .PagesContent table, .PagesContent div, .PagesContent p, .PagesContent ul, .PagesContent ol, .PagesContent li, .PagesContent h1, .PagesContent h2, .PagesContent h3, .PagesContent h4, .PagesContent h5, .PagesContent span {
	max-width:100% !important;
}


/*--編輯器內容校正--*/
.PagesContent span, .PagesContent a, .PagesContent u {
	font-size:inherit;
	color:inherit;
	font-weight:inherit;
}