@charset "utf-8";
@import url("initial.css");
/*
-------------------------------
editor:Sophie
date:2016-04-20

--------------------------------*/
body {

	font-size: 15px;
	margin: 0px;
	padding: 0px;
	color:#222222;
	font-family:'Microsoft JhengHei',Arial, Helvetica, sans-serif;
	background: url(../images/body.jpg) no-repeat center top #eeeeee;


}

#container {
	width: 100%;
	margin: 0 auto;
	position:relative;
	overflow: hidden;
	min-height: 970px;
	background: url(../images/container.png) no-repeat center bottom;

}

.index_container {
	width: 100%;
	margin: 0 auto;
	position:relative;
	
}

.main_container {
	width: 100%;
	margin: 0 auto;
	background:none;
}

.index_container #mainContent {
	top:165px;
	top: 0px;
}

/*=========link=========*/
a:link {
	color: #222222;
	text-decoration: none;
}
a:hover {
	color: #222222;
	text-decoration: none;
}



/*=========header=========*/
.index_container #header {
	width:100%;
	margin: 0 auto;
	height:165px;
	background:url(../images/header_bg.png) bottom center no-repeat;
	z-index:2;
	
	
}

.main_container #header {
	width:100%;
	margin: 0 auto;
	position: relative;
	height:165px;
	background:url(../images/header_bg.png) bottom center no-repeat;
	
	
}
.site_logo {
	position: absolute;
	left:5%;
	top:15px;
}
.site_top_info {}

.site_banner {
	position:absolute;
	top:0px;
	left:0;
	
}

#mainContent {
	width:1250px;
	margin: 0px auto;
	margin-bottom:15px;
	overflow: hidden;
	padding-bottom: 0px;
	position:relative;
	background: rgba(255,255,255,0.90);
	border-radius: 10px;
	padding: 15px;
}




/*=========左中右三=========*/	
#left_sidebar {
	float: left;

}
#content {
	float: left;


}
#right_sidebar {
	float: right;

	

}




/*=========footer=========*/	
#footer {
	color: #fff;
	width:100%;
	margin:0 auto;
	line-height:1.5em;
	position: relative;
	text-align: center;
	padding:15px 0;
	background: rgba(0,0,0,0.20);

} 

#footer .icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

#footer p{
	padding: 0;
	margin: 0;
}


#accessibility {
	position: absolute;
	width: 88px;
	height: 31px;
	left: 30px;
	top: 15px;
	display:none;
}
#left_sidebar, #right_sidebar, #content {
	padding-bottom: 3000px !important;
	margin-bottom: -3000px !important;
}


#site_navigat ul {
	padding: 0;
	margin: 0 auto;
	text-align: left;
	margin-left: 20px;
	line-height: 27px;
}
#site_navigat li {
	padding: 0;
	margin: 0 auto;
	float: left;
	list-style-type: none;
	font-size: 15px;
	font-weight: bold;
	width: 100px;
	height: 27px;
	text-align: center;
}
#site_navigat a:link {
	color: #000000;
	text-decoration: none;
}
#site_navigat a:visited {
	color: #000000;
	text-decoration: none;
}
#site_navigat a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	line-height: 29px;
}


/*=========top單級選單樣式=========*/
.solidblockmenu {
	position:absolute;
	top:0px;
	right:5%;
	z-index:99999;
	font-size:16px;
}



.solidblockmenu ul {
	width:100%;
	list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
	float:right;
}
.solidblockmenu li {
	display: inline;
    font-weight: bold;
    position: relative;
    text-align: left;
		line-height:85px;
}

.solidblockmenu li:hover {
	background:none; 

}
.solidblockmenu li a {
    padding-left: 10px!important;
    padding-right: 10px!important;
    color: #FFFFFF;
    padding-top: 0px!important;
	text-align:center;


}

.solidblockmenu li a:hover {
	color:#ffffff;

}

.solidblockmenu li {

    color: #FFFFFF!important;

}

.solidblockmenu li span {

    color: #FFFFFF!important;

}




/*=========左選單層級=========*/	
.left_layout {
	text-align: left;
	margin-bottom:15px;
	padding-right:15px;


}


.left_layout_title {  /*top*/
	height:46px;
	width:100%;
	position:relative;
	background-image: -moz-linear-gradient(top, #0d98cf, #08b6f7); /* Firefox */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0d98cf), color-stop(1, #08b6f7)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d98cf', endColorstr='#08b6f7', GradientType='0'); /* IE*/
	border-top-left-radius:0.5em;  
	border-top-right-radius:0.5em;  
	-webkit-border-top-left-radius:0.5em; /* Safari */  
	-webkit-border-top-right-radius:0.5em; /* Safari */  
}

.left_layout_title .mt_03 {}
.left_layout_title .mt_02 {}
.left_layout_title .mt_01 {}

.left_layout_title .mt_01 .h3 {
	color: #FFFFFF;
	font-weight: normal;
	line-height:46px;
	text-align: center;
	font-size:16px;

}




.left_layout_title .mt_01 .module_more {
	position:absolute;
	right:0px;
	top:10px;
}


.left_layout_title .module_more a {
	clear: both;
	font-size: 15px;
	color:#666666;
}


.left_layout_content {/*content*/
	list-style-type: none;
	margin-top:2px;
	overflow: hidden;
	line-height: 20px;
	border:1px #d0d0d0 solid;
	border-bottom:none;
	background: #fff;

}
/*返回上一層*/
.sub_menu_back{
	text-align: right;
}
.sub_menu_back a{}

.left_layout_content .mudule_2 {
	background: none !important;
	
}

.left_layout_content .mc_03 {
}
.left_layout_content .mc_02 {
}
.left_layout_content .mc_01 {
	padding-top:5px;
	　background: #fff;


}




.left_layout_bottom {/*bottom*/
	height:30px;
	background:#ffffff;
	border:1px #d0d0d0 solid;
	border-top:none;
	border-bottom-left-radius:1em;  
	border-bottom-right-radius:1em;  
	-webkit-border-bottom-left-radius:1em; /* Safari */  
	-webkit-border-bottom-right-radius:1em; /* Safari */ 
	
}
.left_layout_bottom .mb_03 {
	background: url() no-repeat left top;

}
.left_layout_bottom .mb_02 {
	background: url() no-repeat right top;
}
.left_layout_bottom .mb_01 {
	background: url() repeat-x left top;

}




/*=========自定義左邊模組顯示樣式=========*/
.mudule_2{
	position:relative;

}
.mudule_2 .left_layout_title{
	position:inherit;
	background:none;
}

.mudule_2 .left_layout_title .mt_01 .h3 {
	color: #FFFFFF;
	font-weight: normal;
	line-height:46px;
	font-size:18px;
	border-bottom:1px #e5d5bf solid;
	padding-bottom:5px;

}

.mudule_2 .left_layout_title .mt_01 .module_more {
	position:absolute;
	top:5px;
	right:5px;
	color:#333333;
}

.mudule_2 .left_layout_content{ border:none;
	background: none !important;}

.mudule_2 .left_layout_bottom{ display:none;}




/*=========中間模=========組*/
.center_layout {
	text-align: left;
	margin:0px;
	margin-bottom:15px;

}


.center_layout_title {/*top*/
	width:100%;
	position:relative;
	/*background:url(../images/center_title_line.jpg) left bottom no-repeat;*/
}

.center_layout_title .mt_03 {}
.center_layout_title .mt_02 {}
.center_layout_title .mt_01 {}

.center_layout_title .mt_01 .h3 {
	color:#333333;
    font-size: 18px;
	padding-left:20px;
}




.center_layout_title .mt_01 .module_more {
	position:absolute;
	right:15px;
	top:15px;
}
.center_layout_title .mt_01 .module_more a {
	clear: both;
	color: #666666;
	font-size: 15px;
}


.center_layout_content { /*conter*/
	padding-left: 0px;
	list-style-type: none;
	overflow: hidden;
	
}
.center_layout_content .mc_03 {}
.center_layout_content .mc_02 {}
.center_layout_content .mc_01 {
	padding:0px 0px;
}


/*=========bottom=========*/
.center_layout_bottom {}
.center_layout_bottom .mb_03 {}
.center_layout_bottom .mb_02 {}
.center_layout_bottom .mb_01 {}



/*=========自定義中間模組顯示樣式=========*/
.more_modules .center_layout_title,
.mudule_6 .center_layout_title,
.mudule_5 .center_layout_title{
	display:none;
}
.mudule_5 .center_layout_content {
	background:url(../images/p_icon.png) left center no-repeat;
	padding-left:62px;
	
}

.mudule_4 .center_layout_title .mt_01 .h3 {
	/*color:#333333;
    font-size: 18px;
	padding-left:50px;
	height:39px;
	line-height:39px;
	background:url(../images/download_icon.png) left top no-repeat;*/
	display: none;
}

/*計時器*/
#content .counter_layout{
	margin: 0 auto;
	text-align: center;
}

#content .counter_layout .counter_content{
	    padding: 2rem 0;
    width: 820px;
    margin: 0 auto;
}

#content .center_layout .counter_now, #content .center_layout .counter_day, #content .center_layout .counter_year, #content .center_layout .counter_total{
	float: left;
	margin: 0 1rem;
}

/*=========輪播模組樣式=========*/
.flash_module_div {
	width: 100%;
	margin:0px;
	height:100%;
	padding:0px;
	margin-bottom:15px;
}


/*=========右邊模組=========*/
.right_layout {
	text-align: left;
	margin-bottom:15px;
}



.right_layout_title {/*top*/
	width:100%;
	background:url(../images/right_title_bg.jpg) left center no-repeat;
	height:45px;
}




.right_layout_title .mt_03 {
	
}
.right_layout_title .mt_02 {

}
.right_layout_title .mt_01 {

}
.right_layout_title .mt_01 .h3 {
	color: #333333;
	float: left;
	font-weight:normal;
	height:45px;
	padding-left:60px;
	font-size:18px;
	background:url(../images/links_icon.png) left 0px no-repeat;
}


.right_layout_title .mt_01 .module_more {
	position:absolute;
	right:0px;
	top:10px;
}
.right_layout_title .mt_01 .module_more a {
	clear: both;
	color: #666666;
	font-size: 15px;
}
/*content*/
.right_layout_content {
	line-height: 20px;
	list-style-type: none;
}
.right_layout_content .mc_03 {
}
.right_layout_content .mc_02 {
}
.right_layout_content .mc_01 {
}
.right_layout_bottom {/*bottom*/

}
.right_layout_bottom .mb_03 {
	
}
.right_layout_bottom .mb_02 {
	
}
.right_layout_bottom .mb_01 {
	
}





.mudule_3 .right_layout_title,
.counter_layout .left_layout_title {
	display:none;
	
}




.mudule_1 .left_layout_title,
.mudule_1 .right_layout_title{
	height:46px;
	background-image: -moz-linear-gradient(top, #0d98cf, #08b6f7); /* Firefox */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0d98cf), color-stop(1, #08b6f7)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d98cf', endColorstr='#08b6f7', GradientType='0'); /* IE*/
	border-top-left-radius:0.5em;  
	border-top-right-radius:0.5em;  
	-webkit-border-top-left-radius:0.5em; /* Safari */  
	-webkit-border-top-right-radius:0.5em; /* Safari */  
}

.mudule_1 .left_layout_title .h3,
.mudule_1 .right_layout_title .h3{
	color:#FFF;
	font-size:18px;
	padding-left:50px;
	line-height:46px;
	background:url(../images/rl_icon.png) 5px center no-repeat;
}


.mudule_1{ margin-bottom:15px;}
.mudule_1 .right_layout_content,
.mudule_1 .left_layout_content{
	margin-top:0px;
	border-left:2px #27a3e0 solid;
	border-right:2px #27a3e0 solid;
	background:#ffffff;
	border-bottom:2px #27a3e0 solid;	
	padding-top:5px;
	border-bottom-left-radius:1em;  
	border-bottom-right-radius:1em;  
	-webkit-border-bottom-left-radius:1em; /* Safari */  
	-webkit-border-bottom-right-radius:1em; /* Safari */ 

}

.mudule_1 .right_layout_content .mc_01{
	padding-top:0px;
}
.mudule_1 .right_layout_bottom,
.mudule_1 .left_layout_bottom{
	display:none;

}

.member_layout .left_layout_title,
.member_layout .right_layout_title{
	height:32px;
	background:#5f52a0;
}


.member_layout .left_layout_title .h3,
.member_layout .right_layout_title .h3{
	color:#FFF;
	font-size:15px;
	padding-left:15px;
	line-height:32px;


}

.member_layout .right_layout_content,
.member_layout .left_layout_content{
	border:1px #beb8e0 solid;
	border-top:none;
	padding:10px 0px;
}



.mamber_login{
    padding:2rem 2rem 1rem 2rem;
    width: 400px;
    border: 1px solid #ccc;
    margin: 0 auto;
    border-radius: 15px;
	margin-bottom: 2rem;
}

.member_login_form td{

}

.member_login_form  input{
	height: 26px;
    background:#fff;
    border-radius: 2px;
    border: 1px #CCC solid;
    margin: 2px 0;
	padding: 5px 1%;
}
.member_login_form .login_input{ 
	width: 98%;
}

.member_login_form .login_input_v{}





.log_button{
	overflow: hidden;
	text-align: center;
	width: 100%;
	padding: 1rem 0;
	
}

.log_button div{
	text-align:center;
	float: left;
	width: 49%;
	display: inline-block;
}


.log_button a{
	color: #fff;
	font-size:15px;
	padding: 8px 10px;
	display: block;
	border-radius: 2px;

}


.log_button .membe{
	margin-right: 1%;
}
.log_button .member a{
	background: #279e7e;

	
}
.log_button .mamber_reg_forget{
		float: right;
}
.log_button .lbl_member_forget_pswd{
	background:#525252;

}

/*會員登入後專區*/
.mamber_login .n-user{
	padding-bottom: 1rem;
	text-align: center;
}
.mamber_login .n-user .user_nane{}
.mamber_login .n-user .b_infor{}
.mamber_login .n-user .b_infor a{
    display: inline-block;
    padding: 2px;
	color: rgba(7,135,97,1.00);
    border-radius: 3px;
}
.mamber_login .n-user .record{
    width: 100%;
    display: block;
}
.mamber_login .n-user .record a{
    display: block;
    margin-top: 8px;
    background: #3291b5;
    padding: 8px 10px;
	color: 10px;
	color: #fff;
	border-radius: 3px;
}
/*忘記密碼*/
.normal {
	color: #000;
	text-align: center;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 1rem;
    letter-spacing: 1px;
}
.mamber_login.get_pswd{
	
}
.mamber_login.get_pswd input{
	width: 100%;
}
.mamber_login.get_pswd #code{
	width: inherit;
}

/*=========中間圖片清單=========*/
.center_layout_content .img_list, .infor_contain .img_list {
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
	width: 100%;
    margin-top: 15px;

}


.center_layout_content .img_list li, .infor_contain .img_list li {
	margin: 0px;
	float: left;
	padding:0px;
	margin-right:14px;
	margin-bottom:15px;
}






.img_list p {
	padding: 0px;
	margin:0px;
	width:100%;
}
.center_layout_content .img_list p {
	padding: 0px;
	margin:0px;
	font-size:15px;

}


.center_layout_content .img_list img, .infor_contain .img_list img {
	border:none;
	text-align: center;
}




.center_layout_content .img_list img, .infor_contain .img_list img {
	border:none;
	text-align: center;
}



/*=========左右邊圖片清單=========*/
.left_layout_content .img_list, .right_layout_content .img_list {
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
	width: 100%;
	
}
.left_layout_content .img_list li {
	margin: 0px;
	float: left;

}

.left_layout_content .img_list img, .right_layout_content .img_list img {
	border-color:#FFF;
	text-align: center;
}




.infor_list .img_list{
	margin-top:10px;
	
}

.infor_list .img_list li{
	width:220px;
	float:left;
	margin-bottom:20px;
	line-height:20px;

}

.infor_list .img_list li img{
	border:1px #ececec solid;
	padding:2px;
	margin-bottom:5px;

}


.infor_list .img_list li span{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
}

.infor_list .img_list li .sort_name{
	font-size:13px;
	height:30px;
	line-height:15px;
	text-align:center;
}

.infor_list .img_list p{
	width:220px;
	height:36px;
	line-height:18px;
	overflow: hidden;
	
}

.infor_list .img_list li a{
    color: #0573b9!important;
    text-decoration: none;
}	
.infor_list .img_list li a:link {
    color: #0573b9!important;
    text-decoration: none;
}	




/*=========明細清單=========*/	
.news_list {
	margin: auto;
	list-style-type: none;
	padding: 8px 0 0;
}

.news_list li {
	margin:10px 0px;
	padding:0px;
	border-bottom: 1px solid #c3c3c3;
	line-height: 22px;
	background:url(../images/icon3.gif) left center no-repeat;
	padding-left:20px;


}

.sub_menu_parent {
	margin:10px 0px;
	padding:0px;
	border-bottom: 1px solid #ececec;
	line-height: 22px;
	background:url(../images/icon3.gif) 5px 6px no-repeat;
 padding: 0 0 10px 25px;


}

.center_layout_content .news_list li {
	margin:10px 0px;
	padding:0px;
	border-bottom:none;
	line-height: 22px;
	background:none;
	padding-left:20px;


}
.news_list li font { color:#ce0a0a}

.news_list li span {
	background:none;
	margin-right: 10px;
         /* W3C syntax */
}

.infor_list .news_list li span {
	background:none;
	float:right;
	color:#333333;
	font-size:13px;
	padding:3px 10px;
	margin-right: 10px;           /* W3C syntax */
}

.infor_list .news_list {
	margin:inherit;
	list-style-type: none;
	padding: 8px 0 0;
	width:98%;
}

.infor_list .news_list li{

	margin: 8px;
    padding: 0px;

    background: url(../images/icon3.gif) left center no-repeat;
    padding-left: 20px;
    width: 100%;
    float: left;
} 

.infor_list .news_list li a{
	height:40px;
	display:table-cell;
	vertical-align:middle;
	line-height: 18px;
} 

/*===============自定義左邊模組明細清單樣式=========*/

.mudule_2 .mc_02{
}
.mudule_2 .mc_01{
	background: rgba(223,223,223,0.90);
	border-radius: 8px;
}
.mudule_2 .news_list{
     margin: 0 auto;
    padding: 10px 0;
	
	
	 margin: 10px 20px;

}

.mudule_2 .news_list li {

	background:url(../images/word_icon.png) left 10px no-repeat;
  border-bottom: 1px dashed #777;
    line-height: 22px;
    margin: 0 0 8px;
    padding: 0 0 8px 12px;
    position: relative;
}


.mudule_2 .news_list li span {
	padding:0px;
	margin:0px;
	color:#333333;

}

.more_module_center_layout_content .news_list li,
.more_module_left_layout_content .news_list li{
	border-bottom:1px #ececec solid;
	background:url(../images/icon5.jpg) left center no-repeat;
	padding-left:20px;
	
	
}

.more_module_center_layout_content .news_list li font,
.more_module_left_layout_content .news_list li font { 
	color:#333333
}
.more_module_center_layout_content .news_list li span,
.more_module_left_layout_content .news_list li span{
	background:none;
	color:#333333;
	font-size:13px;
	padding:0px;
	margin-right: 10px;

}

.more_module_left_layout_content .news_list li a{
	background:url(../images/see_icon.png) left center no-repeat;
	padding-left:18px;
	color:#1688b1;

}

.more_module_center_layout_content .news_list li a{
	background:url(../images/word_icon.png) left center no-repeat;
	padding-left:18px;
	color:#1688b1;
	
}

.right_layout_content .news_list{
	margin:0 auto;
	padding:0px;
	width:90%;
}

.right_layout_content .news_list li {
	margin:10px 0px;
	padding:0px;
	border-bottom: none;
	background:url(../images/icon1.jpg) left center no-repeat;
	padding-left:10px;
}


.right_layout_content .news_list li span {
	background:none;
	color:#333333;
	font-size:13px;
	padding:0px;
	margin-right: 10px;

}



/*===============中間嵌套模組樣式=========*/
.left_more_modules, .center_more_modules{
	float:left;
}

.more_module_left_layout .more_module_left_layout_title{
	
	background:#ffa016;
	height:28px;
	
	}
.more_module_left_layout .more_module_left_layout_title .mt_03{}
.more_module_left_layout .more_module_left_layout_title .mt_02{}
.more_module_left_layout .more_module_left_layout_title .mt_01{
	position:relative;
	
}
.more_module_left_layout .more_module_left_layout_title .h3{
	color:#ffffff;
	background:url(../images/title2_icon.png) left top no-repeat;
	padding-left:36px;
	font-size:16px;
	height:28px;
	padding-top:3px;

}

.more_module_left_layout .more_module_left_layout_title .mt_01 .more_module_more{
	position:absolute;
	top:10px;
	right:2px;
}


.more_module_center_layout .more_module_center_layout_title{
	background:#3cb0d9;
	height:28px;

}
.more_module_center_layout .more_module_center_layout_title .mt_03{}
.more_module_center_layout .more_module_center_layout_title .mt_02{}
.more_module_center_layout .more_module_center_layout_title .mt_01{
	position:relative;
	}
.more_module_center_layout .more_module_center_layout_title .h3{
	color:#ffffff;
	background:url(../images/title3_icon.png) left top no-repeat;
	padding-left:36px;
	font-size:16px;
	height:28px;
	padding-top:3px;
}
.more_module_center_layout .more_module_center_layout_title  .mt_01 .more_module_more{
	position:absolute;
	top:10px;
	right:2px;
}




/*===============頁面資訊內容樣=========式*/
.information {
	margin: 0px auto;
	width:100%;
	margin-top:0px;
}
.infor_nav { /*top*/
	width:100%;
	background:url(../images/infor_title.png) left 15px no-repeat;
	position:relative;
	border-bottom:2px #C33 solid;
}
.infor_nav hr {
	display: none;
}
.infor_nav .mt_03 {
	padding-left: 30px;
}
.infor_nav .mt_02 {
	
}
.infor_nav .mt_01 {
	
}
.infor_title {
	color:#333333;
	text-align: left;
	font-size:20px;
	font-weight:bold;
	line-height:28px;
	padding-top: 30px;
	height:60px;
	display:table-cell;
	vertical-align:middle;
	padding-left:40px;

}

.infor_title span {
	font-size:20px;
	color:#333333;

}

.nav_title {
	position:absolute;
	right:0px;
	top:18px;
	font-size:15px;


}

.nav_title span {
		font-size:15px;

	}





.infor_contain {/*center*/
	line-height: 24px;
	list-style-type: none;
    min-height: 100px;
	overflow:hidden;

}
.infor_contain .mc_03 {
}
.infor_contain .mc_02 {
}
.infor_contain .mc_01 {
	padding:0px;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
}
.infor_bottom {/*bottom*/
}
.information .mb_03 {
	
}
.information .mb_02 {
	
}
.information .mb_01 {
	
}

/*內頁招生學校聯絡資訊*/
.admissions_school{
	overflow: hidden;

}
.admissions_school table{}
.admissions_school td{}
.admissions_school td img{
	width: 350px!important;
	height: 220px!important;
}
.admissions_school td p{
	padding: 0;
	margin:0;
}
.admissions_school td p a{
    font-weight: bold;
    margin: 5px 0 0 0;
    color: #208348;
    font-size: 16px;
    display: inline-block;
    padding: 0;
}
/*=========more_infor.php頁面資訊內容樣式=========*/
.infor_list {
	float: left;
	overflow: hidden;
	width: 100%;
}	
.pic_content /*圖片上傳排列*/	{}

.infor_list ul {
	list-style: none;
    padding: 0;
}
.infor_list ul li{
	/*float: left;*/
    margin: 5px 0px;}
.infor_list ul li a.cboxElement{}

div.img_title{}


/*========= 國中資源挹注項目 =========*/
.resources{}
.resources h3{
	color: #333333;padding-left: 20px;

}

.resources  li{
	background: rgba(204,225,152,1.00);
	border-radius: 5px;
	padding: 10px;
	width: 45%;
	height: 150px;
	display: block;
	margin-right: 1% !important;
	float: left;
	position: relative !important;
	background: #c6d89c;
}

.resources  li h4{
	color:#333;
	background: url(../images/light-bulb.png) no-repeat left 0;
	padding-left: 34px;
	height: 28px;
	padding-top: 5px;
	margin-left: 60px;

}

.resources  li span{
font-size: 100px;
color: rgba(127, 170, 35, 0.2);
font-family: 'Roboto';
position: absolute;
padding-top: 30px;
}
.resources  li p{
	color: #333;
	font-size: 16px;
	padding: 5px 10px 5px 15px !important;

}

/*=========聯絡我們=========*/

.flow_section{
   margin: 0 0 30px;
    padding: 25px;
}



.flow_section .flow_box{
	  display: table;
    margin-bottom: 00px;
    width: 100%;
	height: 70px;
}


.flow_section .flow_box > dt .flow_title {
    display: inline-block;
    font-size: 116%;
	color: #444444;
    margin-left: 5px;
}



.flow_section .flow_box > dt::after{
    content: "";
    left: 400px;
    position: absolute;
border-style: solid;
border-width: 40px 0 40px 20px;
	top:0;
border-color: transparent transparent transparent #d0d0d0;
	
	
}

.flow_section .flow_box > dt{
	   background-color: #d0d0d0;
    box-sizing: border-box;
    display: table-cell;
    padding: 0 10px;
    position: relative;
    vertical-align: middle;
    width: 400px;
		height: 70px;
	
	
	-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
	
}

.flow_section .flow_box > dt .number{
	    background-color: #666;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 130%;
    line-height: 1;
    padding: 1px 0;
    text-align: center;
    vertical-align: top;
    width: 20px;
}

.flow_section .flow_box .flow_title{
	display: inline-block;
    font-size: 116%;
    margin-left: 5px;
}



.flow_section .flow_box > dd {
    display: table-cell;
    padding-left: 30px;
		height: 70px;
	 border-bottom: 1px solid #ccc;
}

.flow_section .flow_box p{
	margin: 0 0 5px 0;
}
.flow_section .flow_box ul{
	list-style: none;
	padding: 0;
	
}
.flow_section .flow_box a:hover{
	color: rgba(8,123,196,1.00);
	
}

/*=========FLASH=========*/
.counter_module_div {
	margin: 2px 0 6px;
    text-align: center;
}
/*=========計時器=========*/
.counter_layout{
	 }
.counter_layout .counter_title{/*top*/
	}
.counter_layout .counter_title .mt_03{
	clear:both;
	background:none;
	padding:0;}	
.counter_layout .counter_title .mt_02{
	clear:both;
	background:none;
	padding:0;}	
.counter_layout .counter_title .mt_01{
	clear:both;
	background:none;
	padding:0;}	
.counter_layout .counter_title .mt_01 .h3{
    clear:both;
	text-indent:-9999px;}	

.counter_layout.counter_content{/*bottom*/
    clear: both;
	}
.counter_layout.counter_content .mc_03{}
.counter_layout.counter_content .mc_02{}
.counter_layout.counter_content .mc_01{}	

.counter_layout .center_layout_bottom{/*bottom*/
	}
.counter_layout .center_layout_bottom .mb_03{}
.counter_layout .center_layout_bottom .mb_02{}
.counter_layout .center_layout_bottom .mb_01{}	
.counter_month {
	text-align: center;
	padding: 2px auto;
}
.counter_total {
	text-align: center;
	padding: 2px auto;
}
/*=========會員模組=========*/
.member_layout{}
.member_layout .center_layout_title/*top*/ {}
.member_layout .center_layout_title .mt_03{}
.member_layout .center_layout_title .mt_02{}
.member_layout .center_layout_title .mt_01{}
.member_layout .center_layout_title .mt_01 .h3{
	text-align: center;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 1rem;
    letter-spacing: 1px;
}


.member_layout .left_layout_content/*content*/ {}
.member_layout .left_layout_content .mc_03{}
.member_layout .left_layout_content .mc_02{}
.member_layout .left_layout_content .mc_01{}
.member_layout .left_layout_content .mc_01 .mamber_login{}
#member_form{}

.member_layout .left_layout_bottom/*bottom*/ {}
.member_layout .left_layout_bottom .mc_03{}
.member_layout .left_layout_bottom .mc_02{}
.member_layout .left_layout_bottom .mc_01{}

/*=========search_form=========*/	
#search_form {
	text-align: center;
	height:29px;
	padding-top:29px;
}
/*web_paging*/	
.web_paging {
	text-align: center;
}

.xp_box{
	width:98%;
	margin-left:1%;
	margin-right:1%;
	float:left;
	margin-top:1%;
}

.xp_box ul{
	width:100%;
	margin:0 auto;
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.xp_box_li{
	margin-left: 5px;
	margin-right: 8px;
	float: left;
}

.xp_box_li img{
	float: left;
	width: 198px;
	height:130px;
	border:1px #CCC solid;
}

.xp_box_li p{
	float:left;
	text-align:center;
	height:36px;
	background:url(../images/xb_title_bg.jpg) center no-repeat;
	margin:0px;
	padding:0px;
	line-height:18px;
	vertical-align:middle;    
     display:table-cell;
	 font-size:15px;
	
	}


	
.xp_box_list{
	width:97%;
	margin-left:1%;
	margin-right:1%;
	float:left;
	margin-top:1%;
}

#pic_content{ width:98%;
	margin-left:1%;
	margin-right:1%;
	float:left;
	margin-top:1%;}

#pic_content ul{
	width:100%;
	float:left;
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#pic_content ul li{
	margin-left: 15px;
	margin-right: 15px;
	float: left;
	width: 120px;
}

.highslide-image {
		border: 1px solid black;
	}

	.highslide-controls .highslide-close {
		display: none;
	}
	.highslide-caption {
		padding: .5em 0;
		
	}
	
	.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
		border-color: black;
	visibility: visible;
	cursor: default;
	padding:3px;
	border:1px #CCC dotted;
	margin-right:3px;
	
}
.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}

.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.highslide-caption {
	display: none;
	font-size: 1em;
	padding: 5px;
	/*background: white;*/
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
a.highslide-full-expand {
   background: url(graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration:none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}

.highslide-viewport {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position:relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Thumbnail boxes for the galleries.                                        */
/* Remove these if you are not using a gallery.                              */
/*****************************************************************************/
.highslide-gallery ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.highslide-gallery ul li {
	display: block;
	position: relative;
	float: left;
	width: 106px;
	height: 106px;
	border: 1px solid silver;
	background: #ededed;
	margin: 2px;
	line-height: 0;
	overflow: hidden;
}
.highslide-gallery ul a {
	position: absolute;
	top: 50%;
	left: 50%;
}
.highslide-gallery ul img {
 	position: relative;
	top: -50%;
	left: -50%;
}
html>/**/body .highslide-gallery ul li {
	display: table;
	text-align: center;
}
html>/**/body .highslide-gallery ul li {
	text-align: center;
}
html>/**/body .highslide-gallery ul a {
	position: static;
	display: table-cell;
	vertical-align: middle;
}
html>/**/body .highslide-gallery ul img {
	position: static;
}

/*****************************************************************************/
/* Controls for the galleries.											     */
/* Remove these if you are not using a gallery							     */
/*****************************************************************************/
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(graphics/controlbar-white.gif) right -90px no-repeat;

}
.highslide-controls li {
	float: left;
	padding: 5px 0;
	margin:0;
	list-style: none;
}
.highslide-controls a {
	background-image: url(graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a.disabled span {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
	cursor: pointer;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: white;
}
.highslide-html-content {
	display: none;
	width: 400px;
	padding: 0 5px 5px 5px;
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 16px;
}
.highslide-footer .highslide-resize {
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url(graphics/resize.gif) no-repeat;
}
.highslide-footer .highslide-resize span {
	display: none;
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							 */
/* See www.highslide.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.draggable-header .highslide-heading {
	position: absolute;
	margin: 2px 0.4em;
}

.draggable-header .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.draggable-header .highslide-header .highslide-move * {
	display: none;
}
.draggable-header .highslide-header .highslide-close {
	position: absolute;
	right: 2px;
	top: 2px;
	z-index: 5;
	padding: 0;
}
.draggable-header .highslide-header .highslide-close a {
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(graphics/closeX.png);
}
.draggable-header .highslide-header .highslide-close a:hover {
	background-position: 0 16px;
}
.draggable-header .highslide-header .highslide-close span {
	display: none;
}
.draggable-header .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'titlebar' */
.titlebar .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.titlebar .highslide-heading {
	position: absolute;
	width: 90%;
	margin: 1px 0 1px 5px;
	color: #666666;
}

.titlebar .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.titlebar .highslide-header .highslide-move * {
	display: none;
}
.titlebar .highslide-header li {
	position: relative;
	top: 3px;
	z-index: 2;
	padding: 0 0 0 1em;
}
.titlebar .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border {
	background: white;
}
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
	border: none;
}
.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
	background: #444;
}
.outer-glow .highslide-image {
	border: 5px solid #444444;
}
.outer-glow .highslide-caption {
	border: 5px solid #444444;
	border-top: none;
	padding: 5px;
	background-color: gray;
}

/* hs.wrapperClassName = 'colored-border' */
.colored-border {
	background: white;
}
.colored-border .highslide-image {
	border: 2px solid green;
}
.colored-border .highslide-caption {
	border: 2px solid green;
	border-top: none;
}

/* hs.wrapperClassName = 'dark' */
.dark {
	background: #111;
}
.dark .highslide-image {
	border-color: black black #202020 black;
	background: gray;
}
.dark .highslide-caption {
	color: white;
	background: #111;
}
.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
	background-image: url(graphics/controlbar-black-border.gif);
}

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
	color: white;
	border: none;
	font-weight: bold;
}

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding: 0 0 0 22px;
	margin: 0;
	background: url(graphics/icon.gif) no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	margin: 0;
	top: -23px;
	left: 7px;
	background: none;
}
.controls-in-heading .highslide-controls ul {
	position: static;
	height: 20px;
	background: none;
}
.controls-in-heading .highslide-controls li {
	padding: 0;
}
.controls-in-heading .highslide-controls a {
	background-image: url(graphics/controlbar-white-small.gif);
	height: 20px;
	width: 20px;

}

.controls-in-heading .highslide-controls .highslide-move {
	display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}

/*****************************************************************************/
/* Styles for text based controls.						                     */
/* You can safely remove this if you don't use text based controls			 */
/*****************************************************************************/

.text-controls .highslide-controls {
	width: auto;
	height: auto;
	margin: 0;
	text-align: center;
	background: none;
}
.text-controls ul {
	position: static;
	background: none;
	height: auto;
	left: 0;
}
.text-controls .highslide-move {
	display: none;
}
.text-controls li {
    background-image: url(graphics/controlbar-text-buttons.png);
	background-position: right top !important;
	padding: 0;
	margin-left: 15px;
	display: block;
	width: auto;
}
.text-controls a {
    background: url(graphics/controlbar-text-buttons.png) no-repeat;
    background-position: left top !important;
    position: relative;
    left: -10px;
	display: block;
	width: auto;
	height: auto;
	text-decoration: none !important;
}
.text-controls a span {
	background: url(graphics/controlbar-text-buttons.png) no-repeat;
    margin: 1px 2px 1px 10px;
	display: block;
    min-width: 4em;
    height: 18px;
    line-height: 18px;
	padding: 1px 0 1px 18px;
    color: #333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}
.text-controls .highslide-next {
	margin-right: 1em;
}
.text-controls .highslide-full-expand a span {
	min-width: 0;
	margin: 1px 0;
	padding: 1px 0 1px 10px;
}
.text-controls .highslide-close a span {
	min-width: 0;
}
.text-controls a:hover span {
	color: black;
}
.text-controls a.disabled span {
	color: #999;
}

.text-controls .highslide-previous span {
	background-position: 0 -40px;
}
.text-controls .highslide-previous a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-previous a.disabled span {
	background-position: 0 -140px;
}
.text-controls .highslide-play span {
	background-position: 0 -60px;
}
.text-controls .highslide-play a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-play a.disabled span {
	background-position: 0 -160px;
}
.text-controls .highslide-pause span {
	background-position: 0 -80px;
}
.text-controls .highslide-next span {
	background-position: 0 -100px;
}
.text-controls .highslide-next a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-next a.disabled span {
	background-position: 0 -200px;
}
.text-controls .highslide-full-expand span {
	background: none;
}
.text-controls .highslide-full-expand a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-close span {
	background-position: 0 -120px;
}


/*****************************************************************************/
/* Styles for the thumbstrip.							                     */
/* See www.highslide.com/ref/hs.addSlideshow    							 */
/* You can safely remove this if you don't use a thumbstrip 				 */
/*****************************************************************************/

.highslide-thumbstrip {
	height: 100%;
}
.highslide-thumbstrip div {
	overflow: hidden;
}
.highslide-thumbstrip table {
	position: relative;
	padding: 0;
	border-collapse: collapse;
}
.highslide-thumbstrip td {
	padding: 1px;
	/*text-align: center;*/
}
.highslide-thumbstrip a {
	outline: none;
}
.highslide-thumbstrip img {
	display: block;
	border: 1px solid gray;
	margin: 0 auto;
}
.highslide-thumbstrip .highslide-active-anchor img {
	visibility: visible;
}
.highslide-thumbstrip .highslide-marker {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent; /* change this to actual background color in highslide-ie6.css */
}
.highslide-thumbstrip-horizontal div {
	width: auto;
	/* width: 100% breaks in small strips in IE */
}
.highslide-thumbstrip-horizontal .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-up div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(graphics/scrollarrows.png) left center no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down {
	display: none;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(graphics/scrollarrows.png) center right no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal table {
	margin: 2px 0 10px 0;
}
.highslide-viewport .highslide-thumbstrip-horizontal table {
	margin-left: 10px;
}
.highslide-thumbstrip-horizontal img {
	width: auto;
	height: 40px;
}
.highslide-thumbstrip-horizontal .highslide-marker {
	top: 47px;
	border-left-width: 6px;
	border-right-width: 6px;
	border-bottom: 6px solid gray;
}
.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	margin-left: 10px;
}
.dark .highslide-thumbstrip-horizontal .highslide-marker, .highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	border-bottom-color: white !important;
}

.highslide-thumbstrip-vertical-overlay {
	overflow: hidden !important;
}
.highslide-thumbstrip-vertical div {
	height: 100%;
}
.highslide-thumbstrip-vertical a {
	display: block;
}
.highslide-thumbstrip-vertical .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-up div {
	margin-left: 10px;
	cursor: pointer;
	background: url(graphics/scrollarrows.png) top center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down div {
	margin-left: 10px;
	cursor: pointer;
	background: url(graphics/scrollarrows.png) bottom center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical table {
	margin: 10px 0 0 10px;
}
.highslide-thumbstrip-vertical img {
	max-width: 60px;
}
.highslide-thumbstrip-vertical .highslide-marker {
	left: 0;
	margin-top: 8px;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left: 6px solid gray;
}
.dark .highslide-thumbstrip-vertical .highslide-marker, .highslide-viewport .highslide-thumbstrip-vertical .highslide-marker {
	border-left-color: white;
}

.highslide-viewport .highslide-thumbstrip-float {
	overflow: auto;
}
.highslide-thumbstrip-float ul {
	margin: 2px 0;
	padding: 0;
}
.highslide-thumbstrip-float li {
	display: block;
	height: 60px;
	margin: 0 2px;
	list-style: none;
	float: left;
}
.highslide-thumbstrip-float img {
	display: inline;
	border-color: silver;
	max-height: 56px;
}
.highslide-thumbstrip-float .highslide-active-anchor img {
	border-color: black;
}
.highslide-thumbstrip-float .highslide-scroll-up div, .highslide-thumbstrip-float .highslide-scroll-down div {
	display: none;
}
.highslide-thumbstrip-float .highslide-marker {
	display: none;
}


.information .mamber_login table{ 
	/*width:42%!important;*/
	margin:0 auto;
	}
	

	
.left_more_modules,
.center_more_modules{
	float:left;
}

.left_more_modules{ 
	float:left;
	padding-right:15px;
	position:relative;
}

.tabcss h3{
	background:url(../images/left_icon.png) left center no-repeat;
	padding-left:25px;
	color:#00a3ee;
	font-weight:normal;
	
	}



@media (min-width: 1200px){
.site_logo {
	position: absolute;
	left:6%;
	top:15px;
}


#container{

	
}

.solidblockmenu {
	position: absolute;
	right:6%;
	top: 0px;
	width: 65%;
	text-align: right;
	float: right;

}

#MenuTop{		left:6%;}

.index_container #mainContent {

}
.index_container  #footer {


	}


}
@media (min-width: 1440px){
	
html { overflow-x: hidden;}
.site_logo {
	position: absolute;
	left:10%;
	top:15px;
}


.solidblockmenu {
	position: absolute;
	right:10%;
	top: 0px;
	text-align: right;
	float: right;

}
#MenuTop{		left:10%;}
#container{

	
}
.index_container #mainContent {


}
.index_container #footer {


	}



}

@media (min-width: 1920px){ 

html { overflow-x: hidden;}

.site_logo {
	position: absolute;
	left:18%;
	top:15px;
}


.solidblockmenu {
	position: absolute;
	right:18%;
	top: 0px;
	width: 65%;
	text-align: right;
	float: right;

}


#MenuTop{	left:18%;}

#container{

	
}
.index_container #mainContent {

	
}

.index_container #footer {

	}

}

@media (min-width: 2400px){ 

html { overflow-x: hidden;}

.site_logo {
	position: absolute;
	left:26%;
	top:15px;
}


.solidblockmenu {
	position: absolute;
	right:26%;
	top: 0px;
	width: 65%;
	text-align: right;
	float: right;

}

.index_container #mainContent {

}
.index_container #footer {


	}



}





.btn{
	height:20px;
	font-size:12px;
    position: absolute;
    background-color:#ffa631;
    cursor: pointer;
	color:#FFFfff;
    display: inline-block;
    text-align: center;
    width: 60px;
    border: 0px solid rgb(255,87,0);
		border-radius:12px;
-moz-border-radius:12px; /* Old Firefox */
margin-top:15px;
}

.btn:hover{
	color:#FFFfff;
	height:20px;
	font-size:12px;
    position: absolute;
    background-color:#00d90a;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    width: 60px;
    border: 0px solid rgb(255,87,0);
}


.tab1 h3{
	font-size:15px;
	margin:0px;
	padding:0px;
	margin-top:2px;
	margin-bottom:5px;
	
	}
.tab1 p{
	font-size:15px;
	margin:0px;
	padding:0px;
	margin-top:5px;
}





#search_form{
	background:url(../images/search_bg.jpg) left top no-repeat;
	padding-left:8px;
	text-align:left;
}
.search_key {
	background:none;
	height:22px;
	border:none;
	outline:none;
}

.search_btn{
	width:50px;
	height:25px;
	border:none;
	font-size:18px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:15px;
	background:none;
	cursor:pointer;

}


#search_form_c .search_key{
	border:1px #CCC solid;
	
}
#search_form_c .search_btn {
    width: 60px;
    height: 28px;
    border: none;
    font-size: 18px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    margin-left:0px;
    background:#C30;
    cursor: pointer;
	 -moz-border-radius: 8px;      /* Gecko browsers */
    -webkit-border-radius: 8px;   /* Webkit browsers */
    border-radius:8px;            /* W3C syntax */


}

.freecss .login-form .myButton {
    display: block;
    overflow: hidden;
    width: 100%;
    padding-bottom: 1em;

}

.myButton .myButtonSubmit, .myButton .myButtonReset {
    background:#0078d7;
    border-radius: 8px;
    -moz-border-radius: 8px;
    padding:  0.6em 2.5em;
	border:none;
	   font-size: 1.2em;
    text-transform: uppercase;
    color: #FFF!important;
    font-weight: 400;
	    font-family: 'Microsoft JhengHei',Arial, Helvetica, sans-serif;
}

.myButton .myButtonSubmit:hover, .myButton .myButtonReset:hover {
    background: #084779;
    border-radius: 8px;
    -moz-border-radius: 8px;
    padding: 0.6em 2.5em;
	border:none;
	   font-size: 1.2em;
    text-transform: uppercase;
    color: #FFF!important;
    font-weight: 400;
	    font-family: 'Microsoft JhengHei',Arial, Helvetica, sans-serif;
}


.self_form_table{ width:80%!important; margin:0 auto;    font-family: 'Microsoft JhengHei',Arial, Helvetica, sans-serif;}

.faq_for_right .input_text_100px{
	width:99%!important;
	 padding: 8px 5px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    background: none;
	background-color: #fff;
    border: 1px #cccccc solid;
}

.code_cells_right .input_text_100px{
	  padding: 8px 5px;
    background: none;
    border:none;
}

#column_value_44{
	padding: 8px 5px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    background: none;
    border: 1px #cccccc solid;
	background-color: #fff;   width: 99% !important;
}

#column_value_54{
	width:99%!important;
}
.code_cells_left{
	width:102px!important;
	text-align:center!important;
}

#code{	padding: 8px 30px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    background: none;
    border: 1px #cccccc solid;
	background-color: #fff;
	margin-left:5px;}

.faq_for_left{
	width:100px!important;
	text-align:center!important;
}


.formSave{
	width:100%!important;
}



#left_sidebar.mamber_login{
	background:none;
	width:inherit;
    margin-top:15px!important;
	margin:0 auto;
	padding:20px 0px;
	border-radius:6px;
	-moz-border-radius:6px; /* Old Firefox */
	border:none;

	
}




.cb-slideshow{	
	width: 100%;
	height:303px;
	position:absolute;
	z-index:1;
	top:155px;
	margin:0px;
	padding:0px;
	list-style:none;
	display: none;


}

.cb-slideshow li span { 
    width: 100%;
	height:303px;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 60s linear infinite 0s;
    -moz-animation: imageAnimation 60s linear infinite 0s;
    -o-animation: imageAnimation 60s linear infinite 0s;
    -ms-animation: imageAnimation 60s linear infinite 0s;
    animation: imageAnimation 60s linear infinite 0s; 
}

.cb-slideshow li:nth-child(1) span { 
    background-image: url(../images/banner1.jpg);
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(../images/banner5.jpg);
    -webkit-animation-delay: 15s;
    -moz-animation-delay: 15s;
    -o-animation-delay: 15s;
    -ms-animation-delay: 15s;
    animation-delay: 15s; 
}

.cb-slideshow li:nth-child(3) span { 
    background-image: url(../images/banner1.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}
.cb-slideshow li:nth-child(4) span { 
	background-image: url(../images/banner5.jpg);
    -webkit-animation-delay: 45s;
    -moz-animation-delay: 45s;
    -o-animation-delay: 45s;
    -ms-animation-delay: 45s;
    animation-delay: 45s; 
}
.cb-slideshow li:nth-child(5) span { 
	background-image: url(../images/banner1.jpg);
    -webkit-animation-delay: 60s;
    -moz-animation-delay: 60s;
    -o-animation-delay: 60s;
    -ms-animation-delay: 60s;
    animation-delay: 60s; 
}

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
   89%  { opacity: 0.1 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    89%  { opacity: 0.1 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    89%  { opacity: 0.1 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
   89%  { opacity: 0.1 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
  
    100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
     0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }

    100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    100% { opacity: 0 }
}
@keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}

.footer_people{ display:none;}

.info_tab {
    border-bottom: 1px #9981b5 solid;
    padding-bottom: 1em;
    margin-bottom: 1em;
    margin-top: 1em;
}
.info_tab_content {
    background: #ffffff;
    border: 1px #CCC solid;
    border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 1em;
    margin-bottom: 15px;
    margin-top: -18px;}
