---------------------------------- 全頁 -------------------------------------------*/
html,body {
    width: 100%;
}

body {
	font-family: Arial,Helvetica,"source-han-sans-traditional","微軟正黑體","Microsoft JhengHei","sans-serif";
	font-size: 16px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

.container {
	margin: 0 auto;
	position: relative;
	height: 100%;
}


/*超連結樣式*/
a {
	color: #00aaff;
}
a:hover {
	color: #00aaff;
	text-decoration: underline;
}

/*浮動-置左*/
.float-l {
	float: left;
}

/*浮動-置右*/
.float-r {
	float: right;
}

/*清除浮動*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1; /*For IE 6&7 only*/
}

/*回到最上方btn*/
#gotop {
	display: none;
	position: fixed;
	right: 5px;
	bottom: 85px;
	width: 100px;
	height: 80px;
	background: url(/event/fixed/images/gotop.png);
	background-size: 100%;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 1000;
    -ms-background-position: 0 0;
        background-position: 0 0;
    -webkit-transition: background-position .5s ease;
	   -moz-transition: background-position .5s ease;
	    -ms-transition: background-position .5s ease;
	     -o-transition: background-position .5s ease;
	        transition: background-position .5s ease;
}
#gotop:hover {
	-ms-background-position: 0 -10px;
	    background-position: 0 -10px;
	-webkit-transition: background-position .5s ease;
	   -moz-transition: background-position .5s ease;
	    -ms-transition: background-position .5s ease;
	     -o-transition: background-position .5s ease;
	        transition: background-position .5s ease;
}

/*視窗寬度小於1270以下切換*/
@media screen and (max-width: 1270px){
	#gotop { bottom: 110px; }
}

/*視窗寬度小於767以下切換*/
@media screen and (max-width: 767px)  {
	#gotop {
		width: 75px;
		height: 60px;
		bottom: 35px;
	}
}


/*隱藏文字*/
.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	line-height: 0;
}



/*---------------------------------- header -------------------------------------------*/
#header {
	width: 100%;
	position: fixed;
	background-color: rgba(0,0,0,0.5);
	padding-top: 15px;
	padding-bottom: 10px;
	z-index: 9999;
	top: 0px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(56,56,56,0.7);
	        box-shadow: 0px 1px 5px 0px rgba(56,56,56,0.7);
}

#header-teacher {
	width: 100%;
	position: fixed;
	background-color: rgba(243,109,1,1);
	padding-top: 15px;
	padding-bottom: 10px;
	z-index: 9999;
	top: 0px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(56,56,56,0.7);
	        box-shadow: 0px 1px 5px 0px rgba(56,56,56,0.7);
}

#header>.container {
	max-width: 1200px;
}

.header-font {
	font-size: 0.8125em; /*13px*/
	color: #fff;
	font-weight: bold;
}
a.header-font:hover {
	color: #FFF;
}
a.header-font:focus {
	color: #FFF;
}

a.header-btn-txt {
	color: #ff0;
	font-weight: bold;
	font-size: 0.9375em; /*15px*/
	line-height: 43px;
}
a.header-btn-txt:hover {
	background-color: #ff0;
	color: #000;
	text-decoration: none;
}


/*--------------- 社群icon(B) ---------------*/

.social-icons li {
	list-style-type: none;
	float: right;
	background-image: url(/event/fixed/images/SocialMedia_icons.png);
	background-repeat: no-repeat;
	width: 41px;
	height: 41px;
	margin: 0 3px;
	border: 2px solid;
	border-color: #FFF;
 	-webkit-background-size: 500%;
		 -o-background-size: 500%;
			background-size: 500%;
	-webkit-border-radius: 50%;
			border-radius: 50%;
	-webkit-transition: background-color .3s ease, border-color .3s ease;
	   -moz-transition: background-color .3s ease, border-color .3s ease;
		-ms-transition: background-color .3s ease, border-color .3s ease;
		 -o-transition: background-color .3s ease, border-color .3s ease;
			transition: background-color .3s ease, border-color .3s ease;
    }
.social-icons li:hover {
	-webkit-box-shadow: 1px 1px 5px #aaa;
			box-shadow: 1px 1px 5px #aaa;
	-webkit-transition: background-color .3s ease, border-color .3s ease;
	   -moz-transition: background-color .3s ease, border-color .3s ease;
		-ms-transition: background-color .3s ease, border-color .3s ease;
		 -o-transition: background-color .3s ease, border-color .3s ease;
			transition: background-color .3s ease, border-color .3s ease;
}
.social-icons li:focus, .social-icons li:active {
	-webkit-box-shadow: none;
			box-shadow: none;
}

.social-icons li a {
	display: block;
	width: 100%;
	height: 100%;
}


li.icon-line { background-position: 0 0; }
li.icon-line:hover {
	border-color: #00b900;
	background-color: #00b900;
}

li.icon-youtube { background-position: 25% 0; }
li.icon-youtube:hover {
	border-color: #e62117;
	background-color: #e62117;
}

li.icon-fb { background-position: 50% 0; }
li.icon-fb:hover {
	border-color: #3b5998;
	background-color: #3b5998;
}

li.icon-g-plus { background-position: 75% 0; }
li.icon-g-plus:hover {
	border-color: #db4e3f;
	background-color: #db4e3f;
}

li.icon-pixnet { background-position: 100% 0; }
li.icon-pixnet:hover {
	border-color: #01479d;
	background-color: #01479d;
}

/*--------------- 社群icon(E) ---------------*/


/*---------------------------------- header-sm -------------------------------------------*/
#header-sm {

	width: 100%;
	position: fixed;
	background-color: #ff6600;
	z-index: 9999;
	top: 0;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(56,56,56,0.7);
	        box-shadow: 0px 1px 5px 0px rgba(56,56,56,0.7);
}

#header-sm>.container {
	text-align: center;
}

#header-sm .header-font {
	font-size: 0.9375em; /*15px*/
	line-height: 56px;
}


/*---------------------------------- content -------------------------------------------*/
#content {
	width: 100%;
	margin-top: 68px;
	background:#fff;
}



/*---------------------------------- footer -------------------------------------------*/
#footer {
	width: 100%;
	font-size: 0.8125em; /*13px*/
	color: #454545;
	background:#ccc;
	height: 80px;
}

#footer>.container {
	max-width: 750px;
    padding: 14px 0;
}

.footer-contacts{
	line-height: 19px;
    padding: 6px 0;
}


/*---------------------------------- footer-sm -------------------------------------------*/
#footer-sm {
	width: 100%;
	font-size: 0.8125em; /*13px*/
	color: #454545;
	background:#ccc;
}

#footer-sm>.container {
	min-width: 320px;
	padding: 14px 0;
	text-align: center;
}

.footer-btn {
	display: inline-block;
	vertical-align: bottom;
	margin: 0 3%;
}

#footer-sm .footer-contacts {
	display: inline-block;
	padding-bottom: 11px;
}

.footer-number {
	display: inline-block;
	padding: 4px 0;
}

/*---------------------------------- 文字樣式-------------------------------------------*/
.txt-24 {
	font-size: 1.5em; /*24px*/
	color: #fff;
	font-weight: normal;
}
.txt-20 {
	font-size: 1.25em; /*20px*/
	color: #fff;
	font-weight: normal;
}

.txt-16 {
	font-size: 1em; /*16px*/
	color: #fff;
	font-weight: normal;
}

.txt-title01 {
	font-size: 1.25em; /*20px*/
	color: #FF6600;
	line-height: 2.1875em;
}

.txt-13 {
	font-size: 0.8125em; /*13px*/
	color: #000;
	line-height: 1.5em;
}

.txt-16 {
	font-size: 1em; /*13px*/
	color: #313131;
	line-height: 1.5em;
}

/*--------------------------------------------------------------------------------------------*/

/*視窗寬度小於991以下，header/footer切換*/
@media screen and (max-width: 991px)  {
	/*page內容與上邊界距離*/
	#content {
		margin-top: 56px;
	}
}



/*--------------- 左邊超連結(B) ---------------*/
.top-left {
	position: fixed;
	top: 122px;
	left: 0;
	z-index: 2000;
	word-wrap: break-word;
}
.top-left > div {
	width: 2em;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 0.5em 0 0;
	padding: 0.5em;
	text-align: center;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
	-webkit-transition: width .3s ease, margin .3s ease, padding .3s ease;
	-moz-transition: width .3s ease, margin .3s ease, padding .3s ease;
	-ms-transition: width .3s ease, margin .3s ease, padding .3s ease;
	-o-transition: width .3s ease, margin .3s ease, padding .3s ease;
	transition: width .3s ease, margin .3s ease, padding .3s ease;
}
.top-left > div:hover {
	cursor: pointer;
	width: 2.5em;
	margin: 0 0 0 0;
	padding: 0.5em 0.5em 0.5em 1em;
	-webkit-transition: width .3s ease, margin .3s ease, padding .3s ease;
	-moz-transition: width .3s ease, margin .3s ease, padding .3s ease;
	-ms-transition: width .3s ease, margin .3s ease, padding .3s ease;
	-o-transition: width .3s ease, margin .3s ease, padding .3s ease;
	transition: width .3s ease, margin .3s ease, padding .3s ease;
}

.top-left > div > a, .top-left > div > button {
	display: inline-block;
	width: 100%;
	line-height: 1.4em;
	color: #FFF;
}
.top-left > div > a:hover, .top-left > div > button:hover,
.top-left > div > a:active, .top-left > div > button:active,
.top-left > div > a:visited, .top-left > div > button:visited,
.top-left > div > a:focus, .top-left > div > button:focus {
	text-decoration: none;
}

/*三個button顏色設定*/
.top-left-1 { background-color: #74A588; }
.top-left-2 { background-color: #DC9C76; }
.top-left-3 { background-color: #b15bc1; }


/*選單*/
.top-left-dropdown {
	position: relative;
}

.top-left-dropdown > .dropdown-menu-left {
	position: absolute;
	top: -3px;
	left: 3.9em;
	border-radius: 0px;
	font-size: 0.75em;
}

.top-left-dropdown > .dropdown-menu-left a {
	color: #D6655A;
	line-height: 3em;
	font-size: 14px;
	padding: 3px 5px;
}

.top-left-dropdown > .dropdown-menu-left li.line a { color: #39b500; }  /*line btn*/
.top-left-dropdown > .dropdown-menu-left li.fb a { color: #0084ff; }  /*fb btn*/

.top-left-dropdown > .dropdown-menu-left a img { vertical-align: middle; }

.top-left-dropdown .glyphicon-chevron-right{ display: inline-block; }
.top-left-dropdown .glyphicon-chevron-up{ display: none; }



/*如果使用者之視窗寬度介於 ~ 1270px，將會再載入這裡的 CSS。*/
@media screen and (max-width: 1270px) {
	.top-left{
		bottom: -1px;
		top: auto;
		width: 100%;
		height: auto;
	}

	.top-left > div {
		float: left;
		width: 33.3333%;
		margin: 0.5em 0 0 0;
	}

	.top-left > div:hover {
		width: 33.3333%;
		margin: 0 0 0 0;
		padding: 0.5em 0.5em 1em 0.5em;
	}

	.top-left-dropdown > .dropdown-menu-left{
		bottom: 3.5em;
		top: auto;
		left: auto;
		right: 0px;
		min-width: auto;
		width: 100%;
	}

	.top-left-dropdown .glyphicon-chevron-right{ display: none; }
	.top-left-dropdown .glyphicon-chevron-up{ display: inline-block; }
}

/*如果使用者之視窗寬度 <= 480px，將會再載入這裡的 CSS。*/
@media screen and (max-width: 480px) {
	.top-left > div {
		font-size: 15px;
		font-size: 1.5rem;
	}
}
/*--------------- 左邊超連結(E) ---------------