
/*-----------------------------------通用-----------------------------------*/
body {
	margin:0; 
	padding:0; 
	line-height:180%!important;
	font-family:"微軟正黑體",open-sans, Arial, sans-serif !important;
	color:#333;
	background:#fff;
	font-size:16px;
}
*{
padding:0;
margin:0;}
a{
	color:#333;
}
a:hover ,a:focus{
	color: #c28f87;
}
a, a:hover ,a:focus{
	text-decoration:none;
}
img{
	max-width:100%; 
	height:auto;
}
h1{
	margin:0 !important;
	line-height: normal;
}
h2{
	font-weight:bold;
	color:inherit;
	margin: 0;
	line-height:130%;
	letter-spacing: 0px;
}
h3{
	color:#c28f87;
	font-weight:bold;
	margin: 0;
	line-height:130%;
	letter-spacing: 0px;
	margin-bottom:10px;
	font-size:1.75em;
}
p {
    margin: 0 0 5px;
	line-height:180%!important;
}
hr{
	float:left;
	width:100%;
}
label {
    font-weight: 400;
	margin:5px 0;
}
.text_center{
	text-align:center;
}
.text_right{
	text-align:right;
}
.float_left{
	float:left;
}
.float_right{
	float:right;
}
input[type=file] {
    max-width: 190px;
}
select {
	background:#fff;
	height: 34px;
}
.btn_01{
	padding:7px 20px 7px 20px;
	background: #4b3470;
	color:#fff;
	border:none;
	letter-spacing:1px;
	cursor:pointer;
	margin:5px 0;
	border-radius:30px;
}
.btn_01:hover ,.btn_01:focus{
	background:#c28f87;
	color:#fff;
}
.btn_02{
	background:#c28f87;
	color:#fff;
	border-radius:4px!important;
	padding: 3px 15px;
    border: none;
    letter-spacing: 1px;
    cursor: pointer;
    margin: 5px 0;
    border-radius: 30px;
	opacity:0.8;
}
.btn_03{
	background:#666;
	color:#fff;
	border-radius:4px!important;
	padding: 3px 15px;
    border: none;
    letter-spacing: 1px;
    cursor: pointer;
    margin: 5px 0;
    border-radius: 30px;
	opacity:0.8;
}
.btn_04{
	padding:7px 20px 7px 20px;
	background: #666;
	color:#fff;
	border:none;
	letter-spacing:1px;
	cursor:pointer;
	margin:5px 0;
	border-radius:30px;
	opacity:0.8;
}
.btn_04 i{
	padding-right:5px;
}
.btn_02:hover, .btn_03:hover ,.btn_04:hover ,.btn_02:hover, .btn_03:hover ,.btn_04:hover{
	opacity:1;
	color:#fff;
}
button.btn_01 ,input.btn_01 ,button.btn_04 ,input.btn_04{
	padding:3px 20px;
}
.vertical_middle{
	vertical-align:middle;
}
.display_none{
	display:none;
}
.page_line{
	border-bottom:dotted #ccc 2px;
	margin:10px 0;
}
.white{
	color:#fff;
}
.red{
	color:red;
}
.blue{
	color:#145f7b;
}
.bg-white {
    background: #fff!important;
}
.bg-grey-steel {
    background: #e9edef!important;
}
/*.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 0px;
    padding-left: 0px;
}*/
.img_padding {
    padding: 10px;
}
.content_font{
	float:left;
	width:100%;
}
.scroll-to-top:hover {
	background:#c28f87;
	color:#fff;
}
.scroll-to-top:hover i{
	color:#fff;
}
.float-left{
	float:left;
}
.float-right{
	float:right;
}
.text-center{
	text-align:center;
}
.display_inline{
	display:inline-block !important;
}
.remarks{
    font-size: 0.9em;
    padding-left: 2px;
	line-height:150%;
}
.w-auto{
	width:auto;
}
.w-100{
	width:100%;
}
.input-xlarge {
    width: 420px!important;
}
.input-large {
    width: 320px!important;
}
.input-medium {
    width: 240px!important;
}
.input-small {
    width: 145px!important;
}
.input-xsmall {
    width: 80px!important;
}
.nomargin{
	margin:0px;
}
.nomargintop{
	margin-top:0px;
}
.nomarginbottom{
	margin-bottom:0px;
}
.nomarginleft{
	margin-left:0px;
}
.nomarginright{
	margin-right:0px;
}
.nopaddingtop{
	padding-top:0px;
}
.nopaddingbottom{
	padding-bottom:0px;
}
.nopaddingleft{
	padding-left:0px;
}
.nopaddingright{
	padding-right:0px;
}
.img_padding{
	padding:10px;
}
.fa-xs {
    font-size: 0.9em;
}
.line{
	background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
	height:2px;
	float:left;
	width:100%;
	margin:25px 0;
}
.date{
	color:#4b3470;
	font-size:0.8em;
	padding:5px 0;
}
.top_class {
    color: #fff;
    padding: 4px 7px;
    background: #4d5327;
    border-radius: 5px;
    margin-left: 5px;
}
.form-control {
    padding: 6px 8px;
}
.square_date{
	float:left;
	margin-right:10px;
	background:#4b3470;
	width:65px;
	color:#fff;
	border:solid #4b3470 7px;
	line-height:110%;
	text-align:center;
	font-size:13px;
	margin-bottom:5px;
}
.square_date .day{
	background:#fff;
	color:#4b3470;
	width:100%;
	padding:0;
	text-align:center;
	padding:4px 5px;
	margin-bottom:5px;
	font-size:28px;
	font-weight:bold;
	float:left;
	line-height: 100%;
	font-family:Tahoma;
}



/*for無障礙
.accesskey{
	text-decoration:none;
}
.accesskey:focus {
	outline:2px solid #00b0f0;
	text-decoration:none;
}
a:focus {
	outline:2px solid #00b0f0 !important;
	text-decoration:none;
}
a.sr-only {
    color: #fff;
    background: #000;
    float: left;
}
input.form-control:focus ,textarea.form-control:focus ,input[type="text"]:focus,input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus, textarea:focus ,select:focus{
    background-color:#ffbf47 !important;
	color:#000 !important;
	outline:2px solid #00b0f0!important;
}
input[type=submit]:focus{
	outline:2px solid #00b0f0!important;
}
button:focus{
	outline:2px solid #00b0f0;
}*/


/*header*/
.header-logo h1 a:nth-child(1){
	padding:6px 10px 5px 25px; 
	float:left;
	/*background:#4E070B;*/
}
.header-logo h1 a:nth-child(2) img{
	border-left: solid rgba(255,255,255,0.5) 2px;
	padding-left:10px;
}
.header-logo h1 a:nth-child(2){
	padding:6px 5px 5px 0; 
	float:left;
}
#header .header-nav-top {
    padding-top: 10px;
}
.header-btn-collapse-nav-search ,.header-btn-collapse-nav-search:hover ,.header-btn-collapse-nav-search:focus{
	color: #fff;
    background-color: transparent;
	padding: 4px 10px;
	display: inline-block;
	vertical-align: top;
}
.header-nav-search{
	float:right;
	background: #fff;
    padding: 5px 10px;
	border-radius:0 0 5px 5px;
	border-right:solid #ccc 1px;
	border-bottom:solid #ccc 1px;
	border-left:solid #ccc 1px;
}
.search_input{
	border:none;
	font-size:0.9em;
}
.search_icon_1{
	border:none;
	background-color:transparent;
	color:#4b3470;
}


.header-nav-top .lang_select{
	border-radius:5px;
	background:#9b726c;
	display: inline-block;
}
.header-nav-top .lang_select a{
	border-radius:0;
}
.header-nav-top .lang_select li:hover {
	background:rgba(145,37,42,0.2);
}
.header-nav-top .lang_select li:first-child{
	border-radius:5px 0 0 5px;
}
.header-nav-top .lang_select li:last-child{
	border-radius:0 5px 5px 0;
}
.header-nav-top .lang_select .active{
	background:#c28f87;
}
ul.nav-pills > li.active > a {
    background-color: transparent !important;
}
#header .header-nav-main nav > ul > li > a.active {
    border-bottom: solid 2px #4b3470;
}



/*top menu*/
.dropdown-menu{
	font-size:1em;
}
.dropdown-menu>li>a:hover ,.dropdown-menu>li>a:focus ,.dropdown-menu>li:focus,.dropdown-menu>li a:active{
	background:rgba(255, 255, 255, 1);
	color:#7e2a2c !important;
}
.header-nav-main nav > ul > li > a{
    color: #4b3470!important;
}
.header-nav-main nav > ul > li > a:hover {
    /*color: #c28f87!important;*/
}
#header .header-nav-main nav > ul >li:hover:after {
    width: 100%;
    background: #4d5327;
}
#header .header-nav-main nav > ul > li:last-child .dropdown-menu{
    right:0;
}
.header-nav-main .dropdown-menu{
    margin:0 !important;
}


/*index_banner*/
.index_banner{
	margin-top:81px;
}
.slider-container  .container{
    text-align: center;
}
.index_banner .item_box{
	text-align:center;
	width:100%;
	max-width:500px;
}
.tp-caption.item_box{
    /*background: rgba(0,0,0,.54) ;
    padding: 25px 25px 35px 25px !important;*/
    width: 100%;
    max-width: 700px !important;
    color:#fff;
    line-height: 150% !important;
    white-space: normal;
}
.index_banner .title{
	font-size:2em;
	margin-bottom:15px;
	line-height:150%;
	font-weight:bold;
	/*color:#4d5327;
	font-family:Tahoma;*/
	text-shadow: 0 1px 3px rgba(0,0,0,.8);
	color:#fff !important;
	width:100%;
	text-align:center;
}
.index_banner .title:after{
	content: ' ';
    display: block;
    clear: both;
    width: 50px;
    padding-top: 15px;
    border-bottom: 4px solid #c28f87;
	margin: 0 auto;
}
.index_banner .con_font{
	line-height:150%;
	font-size:1em;
	text-shadow: 0 1px 3px rgba(0,0,0,.8);
	color:#fff;
	line-height:190%;
	text-align:center;
}
.index_banner .btn_box{
	text-align:center;
}
.index_banner .btn_01{
	color:#fff;
}
.index_banner .btn_01:hover ,.index_banner .btn_01:focus{
	background:#c28f87;
	color:#fff;
}
.index_banner .btn_01  i{
	padding-left:5px;
}


/*index_icon*/
.index_icon{
	float:left;
	width:100%;
	background:#f1f1f1;
	padding:30px 0;
}
.index_icon .item{
	float:left;
	width:16.6%;
	padding:0 20px;
	border-right:dotted #fff 2px;
	text-align:center;
}
.index_icon .item:last-child{
	border-right:none;
}
.index_icon .item img{
	background:#fff;
	border-radius:50%;
}
.index_icon .item .title{
	color:#4b3470;
	height:40px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-weight:bold;
	line-height:130%;
	margin:5px 0 3px 0;
	font-size:1.1em;
}


/*index_news*/
.index_news{
	float:left;
	width:100%;
	padding:50px 0;
}
.index_news .nav-tabs {
	margin-left:-25px;
}
.index_news .nav-tabs li {
	padding-left:25px;
}
.index_news .nav-tabs li a ,.index_news .nav-tabs li a:hover {
	display: inline-block;
	border:none;
}
.index_news .nav-tabs li:after {
	content:"";
	margin:13px 14px 0 10px;
	width:1px;
	display: inline-block;
    height: 20px;
	border-right: solid 1px #333;
	position: absolute;
    float: left;	
}
.index_news .nav-tabs li:last-child:after {
	display:none;	
}
.index_news .tab-content {
    padding: 0px 5px;
}
.index_news .tab-content .item{
	float:left;
	width:29.3%;
	margin: 40px 2%;
}
.index_news .tab-content .item .title {
    color: #000;
    font-size: 1.25em;
    font-weight: bold;
    margin: 10px 0;
}
.index_news .tab-content .item .title:after {
	content: ' ';
    display: block;
    clear: both;
    width: 30px;
    margin-top: 10px;
    border-bottom: 3px solid #c28f87;
}
.index_news .tab-content .item .font_con {
    font-size: 0.9em;
	height:86px;
	overflow:hidden;
}
.index_news .tab-content .item .more {
    font-size: 0.8em;
	color:#4b3470;
}



/*index_video*/
.index_video{
	float:left;
	width:100%;
	background: linear-gradient(0deg,#fff 0%,#f5f5f5 100%);
	margin-top:70px;
}
.index_video .container{
	margin-top:-30px;
	margin-bottom:70px;
}
.index_video .left{
	float:left;
	width:50%;
	position:relative;
	padding:70px 50px 30px 120px;
	min-height:350px;
}
.index_video .left .top{
	font-size:60px;
	color:#4b3470;
	font-family: serif !important;
	transform: rotateZ(-90deg);
	position: absolute;
    left: -50px;
	top: 210px;
}
.index_video .left .top:after {
    content: ' ';
    display: block;
    clear: both;
    width: 120px;
    border-bottom: 2px solid #4b3470;
	display: inline-block;
	position: absolute;
    padding: 7px;	
	margin-left:10px;
}
.index_video .left .title{
	color: #000;
    font-size: 1.25em;
    font-weight: bold;
    margin: 0 0 15px 0;
}
.index_video .left .title:after {
	content: ' ';
    display: block;
    clear: both;
    width: 30px;
    margin-top: 15px;
    border-bottom: 3px solid #c28f87;
}
.index_video .left .font_con{
	font-size:0.9em;
	margin-bottom:20px;
}
.index_video .right{
	float:left;
	width:50%;
}


/*footer menu*/
.footer_menu{
	float:left;
	width:100%;
	background:#f1f1f1;
}
.footer_menu .container{
	background:url(../img/fooger_bg.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	padding:30px 15px 0 15px;
}
.footer_menu .item{
	float:left;
	width:25%;
	padding: 0 1.5%;
	margin-bottom:30px;
}
.footer_menu .item:first-child{
	text-align:center;
}
.footer_menu .item .title{
	color:#c28f87;
	font-size:1.125em;
	font-weight:bold;
}
.footer_menu .item ul{
	font-size:0.8em;
	list-style:none;
	padding:15px 0;
	margin-bottom:0;
}
.footer_menu .contact ul li{
	float:left;
	width:100%;
	margin-bottom:3px;
}
.footer_menu .contact ul i{
	float:left;
	margin-top:5px;
}
.footer_menu .contact ul .font{
	padding-left:25px;
}
.footer_menu .follow ul li{
	display:inline-block;
	padding:0 6px;
}


/*copyright*/
footer{
	float:left;
	width:100%;
}
footer .copyright{
	background:#2a203b;
	color:#ccc;
	padding:10px 0;
	text-align:center;
	font-size:0.875em;
}


/*second_menu*/
.second_menu{
	float:left;
	width:100%;
	margin-top:117px;
	position:fixed;
	background:#fff;
	z-index:99;
	border-bottom:solid #eee 1px;
}
.second_menu ul{
	list-style:none;
	text-align:center;
	margin: 5px;
}
.second_menu ul li{
	display: inline-block;
	margin:5px 10px 3px 10px;
}
.second_menu ul li a{
	padding: 7px 15px;
	border-radius:4px;
	font-weight:bold;
}
.second_menu ul li a:hover{
	background:#c28f87;
	color:#fff;
}
.second_menu ul li a.active{
	background:#4b3470;
	color:#fff;
}


/*third_menu*/
.third_menu{
	float:left;
	width:100%;
	text-align:center;
	list-style:none;
	margin:30px 10px;
}
.third_menu li{
	display:inline-block;
	margin: 10px 0;
}
.third_menu li a{
	padding:9px 15px;
	margin:4px;
	border-radius:5px;
	background:#f3e9e7;
	font-weight:bold;
}
.third_menu li a.active{
	background:#4b3470;
	color:#fff;
}
.third_menu li a:hover{
	background:#c28f87;
	color:#fff;
}


/*page_banner*/
.page_banner{
	float:left;
	width:100%;
	position:relative;
	background: url(../img/page_banner.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	height:160px;
	margin-top:160px;
	z-index:9;
}
.page_banner.one_page{
	margin-top:116px;
}


/*page_title*/
.page_title{
	float:left;
	width:100%;
	text-align:center;
	background:url(../img/title_icon.png);
	background-color:#f5f5f5;
	background-repeat:no-repeat;
	background-position:center bottom;
	padding:24px;
	vertical-align:
}
.page_title h2{
	font-size:1.75em;
	font-weight:bold;
	margin:0;
	color:#4b3470;
}


/*page content*/
.page_content{
	min-height:500px;
    float: left;
    width: 100%;
	font-size:14px;
}
.page_content .unit_con{
	padding:30px 5%;
}


.table-toolbar {
    margin: 15px 0 5px 0;
    float: left;
    width: 100%;
}
.table-toolbar .table-toolbar-left:nth-child(1) {
	/*padding-right: 20px;*/
}
.table-toolbar-left select, .table-toolbar-left input {
	display: inline-block;
	margin: 0 5px;
}
.table-toolbar-left {
    display: inline-block;
}
.table-toolbar-right {
    display: inline-block;
    float: right;
}
.table-toolbar-right img {
	width: 27px;
}
.table-toolbar label {
    display: inline-block;
    color: #333;
    margin-right: 5px;
    vertical-align: top;
}
.page_content .btn_box{
	float:left;
	width:100%;
	padding:30px 0;
}


/*page_top*/
.page_top{
	font-size: 0.9em;
	color:#555;
	padding-top:5px;
	float:left;
	width:100%;
}
.page_top a{
	color:#4d5327;
}
.page_top a:hover{
	color:#c28f87;
}
.page_top #main-content{
	font-size:0.8em;
}
.page_top .page_top_left{
	padding:7px 5px;
	line-height:150%;
}
.page_top .page_top_right{
	padding:5px;
}
.page_top .fa-angle-right{
	padding:5px 7px;
}
.page_top_right{
	float:right;
}
.page_top_right img{
	width:25px;
}


/*news_list*/
.news_list{
	float:left;
	width:100%;
}
.news_list .item{
	float:left;
	width:29.3%;
	margin:2%;
	box-shadow:0px 0px 2px 2px  rgba(20%,20%,20%,0.1);
	border-radius:10px;
}
.news_list .item:nth-child(3n+1){
	clear:both;
}
.news_list .item .img{
	float:left;
	width:100%;
	position: relative;
	border-radius:10px 10px 0 0;
}
.news_list .item img{
	border-radius:10px 10px 0 0;
}
.news_list .item .img .type{
	position:absolute;
	bottom:0;
	left:0;
	background:rgba(0,0,0,0.5);
	color:#fff;
	padding: 2px 15px;
}
.news_list .item .con{
	padding:20px;
	float:left;
	width:100%;
}
.news_list .item .title{
	color:#4b3470;
	font-size:1.35em;
	font-weight:bold;
	margin-bottom:5px;
}
.news_list .item .font_con{
	max-height:83px;
	overflow:hidden;
	width:100%;
}


/*news_list*/
.news_list_01{
	float:left;
	width:100%;
}
.news_list_01 .item{
	float:left;
	width:100%;
	padding:20px 0;
	border-bottom:solid #eee 1px;
}
.news_list_01 .item .img{
	float:left;
	width:20%;
	position: relative;
}
.news_list_01 .item .img .type{
	position:absolute;
	bottom:0;
	left:0;
	background:rgba(0,0,0,0.5);
	color:#fff;
	padding: 2px 15px;
}
.news_list_01 .item .con{
	float:left;
	width:80%;
	padding-left:30px;
}
.news_list_01 .item .title{
	color:#4b3470;
	font-size:1.25em;
	font-weight:bold;
	margin-bottom:5px;
}


/*page_con*/
.page_con{
	float:left;
	width:100%;
	padding:4% 0;
}
.page_con .news_img{
	float:right;
	width:340px;
	margin-left:40px;
}
.page_con .news_img img{
	padding:10px;
	box-shadow: 0px 0px 2px 2px rgba(20%,20%,20%,0.1);
	margin:10px;
}
.page_con .title_box{
	float:left;
	width:100%;
	margin-bottom:10px;
}
.page_con .title_box .square_date{
	margin-right: 20px;
}
.page_con .title_box .title{
	font-size:1.75em;
	font-weight:bold;
	line-height:150%;
}
.page_con .title_box .type{
	color:#c28f87;
}



/*activite_con*/
.activite_con{
	float:left;
	width:100%;
	padding:4% 0;
}
.activite_con .img{
	float:left;
	width:40%;
	padding:0 5% 5% 0;
}
.activite_con .img img{
	border:solid #eee 1px;
	width:100%;
}
.activite_con .font{
	float:left;
	width:60%;
}
.activite_con .title_box{
	float:left;
	width:100%;
	margin-bottom:10px;
}
.activite_con .title_box .square_date{
	margin-right: 20px;
}
.activite_con .title_box .title{
	font-size:1.75em;
	font-weight:bold;
	line-height:150%;
}
.activite_con .title_box .type{
	color:#c28f87;
}


/*epaper電子報*/
.epaper_bg{
	max-width:806px;
	margin:0 auto;
	background: url(img/epaper_bg.png);
	background-position:center;
}
.subscription{
	float:left;
	width:100%;
	padding:30px 0 0 0;
}
.subscription label{
	padding-right:8px;
}
.epaper_con{
	float:left;
	width:100%;
	border-bottom:solid #ccc 1px;
	margin-bottom:30px;
}
.epaper_con .img{
	float:left;
	width:50%;
	padding-right:5%;
}
.epaper_con .title_box{
	float:left;
	width:50%;
}
.epaper_con .title_box .title{
	margin-bottom:5px;
}
.epaper_con .btn_box{
	padding-bottom:0;
}
.epaper_list{
	float:left;
	width:100%;
}
.epaper_list .item{
	float:left;
	width:29.3%;
	margin:2%;
}
.epaper_list .item:nth-child(3n+1){
	clear:both;
}
.epaper_list .item .title{
	text-align:center;
	line-height:170%;
	margin-top:3px;
}
.epaper_title h2{
	font-size:1.4em;
	font-weight:bold;
	line-height:130%;
	color:#4b3470;
	text-align:center;
	margin-top:20px;
	float:left;
	width:100%;
}
.epaper_list_01{
	float:left;
	width:100%;
	margin:0 0 35px 0;
}
.epaper_list_01 .item{
	float:left;
	width:33.3%;
	padding:2px;
}
.epaper_list_01 .item .con{
	padding:15px;
}
.epaper_list_01 .item .title{
	color:#4b3470;
	font-size:14px;
	line-height:160%;
	margin-bottom:10px;
	font-weight:bold;
}
.epaper_list_01 .item .font_con{
	font-size:12px;
	line-height:190%;
	height: 70px;
    overflow: hidden;
}
.epaper_list_02{
	float:left;
	width:100%;
	background:#f9f0e8;
	margin:0 0 35px 0;
}
.epaper_list_02 .left{
	float:left;
	width:50%;
}
.epaper_list_02 .right{
	float:left;
	width:50%;
	padding:30px 30px 30px 45px;
}
.epaper_list_02 ul li{
	color:#a45f54;
	margin-bottom:15px;
}
.epaper_list_02 .title{
	color:#a45f54;
	font-size:14px;
	line-height:160%;
	margin-bottom:5px;
	font-weight:bold;
}
.epaper_list_02 .font_con{
	font-size:12px;
	line-height:190%;
	max-height: 65px;
    overflow: hidden;
	color:#333;
}
.epaper_activity{
	float:left;
	width:100%;
	overflow: hidden;
}
.epaper_activity .left{
	float:left;
	width:42%;
	background-color: #f9f0e8;
  	padding-bottom: 50em;
 	 margin-bottom: -50em;
}
.epaper_activity .left .img{
	float:left;
	width:100%;
}
.epaper_activity .left .img img{
	width:100%;
}
.epaper_activity .left .con{
	float:left;
	width:100%;
	padding:30px;
}
.epaper_activity .left .con .title{
	color:#a45f54;
	font-size:14px;
	line-height:160%;
	margin-bottom:15px;
	font-weight:bold;
}
.epaper_activity .left .con .font_con{
	font-size:12px;
	line-height:190%;
}
.epaper_activity .right{
	float:left;
	width:58%;
	background-color: #c28f87;
  	padding-bottom: 50em;
  	margin-bottom: -50em;
	padding-top:30px;
	padding-left:30px;
	padding-right:30px;
}
.epaper_activity .right .top_title{
	text-align:center;
	font-size:14px;
}
.epaper_activity .right .top_title{
	text-align:center;
	margin-bottom:15px;
}
.epaper_activity .right .item{
	margin:5px 0 20px 0;
}
.epaper_activity .square_date {
    background: #fff;
	color:#a45f54;
	border: solid #fff 3px;
	width: 55px;
	font-weight:bold;
	font-size:18px;
}
.epaper_activity .square_date .day {
    background: #a45f54;
    color: #fff;
    font-size: 14px;
	font-weight:400;
	padding: 6px 4px;
}
.epaper_activity .right .title_box .title{
	color:#fff;
	font-size:14px;
	line-height:160%;
	margin-bottom:5px;
	font-weight:bold;
}
.epaper_activity .right .title_box .font_con{
	font-size:12px;
	line-height:190%;
	color:#f0d6d2;
}
.epaper_activity .right a:hover .font_con{
	color:#fff;
}
.epaper_footer{
	background:#f7f7f7;
	padding:20px;
	text-align:center;
	font-size:12px;
	float:left;
	width:96%;
	margin:0 2% 10px 2%;
	color:#999;
}
.epaper_footer .share img{
	width:33px;
	padding:0 3px;
}


/*album*/
.album_title{
	float:left;
	width:100%;
	text-align:center;
}
.album_title .title{
	font-size: 1.75em;
    font-weight: bold;
    line-height: 150%;
}
.album_title .date{
	color: #c28f87;
}
.album_view_list{
	float:left;
	width:100%;
	list-style:none;
}
.album_view_list .item{
	float:left;
	width:20%;
	padding:1%;
}
.album_view_list .item:nth-child(5n+1){
	clear: none;
}


/*welfare_list*/
.hot_icon{
	background:#C00;
	color:#fff;
	padding:0 10px;
	font-weight:bold;
	border-radius:30px;
	font-size:12px;
	float:left;
	line-height:190%;
	margin-right:10px;
}
.welfare_list .item {
    box-shadow: none;
}
.welfare_list .item .con {
	background:#f5f5f5;
	border-radius:0 0 10px 10px;
}
.welfare_list .view_count{
	float:right;
	margin-top:10px;
	color:#c00;
}


/*club相關網站連結*/
.club_footer{
	text-align:center;
	padding:30px 0;
}


/*alumni歷屆校友*/
.alumni_list .item {
    width: 21%;
    margin: 2%;
    box-shadow: none;
    border-radius: 10px;
	background:#f5f5f5;
}
.alumni_list .item:nth-child(3n+1) {
	clear:none;
}
.alumni_list .item:nth-child(4n+1) {
	clear:both;
}
.alumni_list .item .con{
	text-align:center;
	background: url(../img/title_icon.png);
    background-repeat: no-repeat;
    background-position: center top;
	background-size:60%;
}
.alumni_list .item .font_con{
    border-top: solid rgba(194,143,135,0.3) 1px;
	padding-top:5px;
	max-height: 88px;
}
.alumni_con .left{
	float:left;
	width:30%;
	padding-right:5%;
}
.alumni_con .left img{
	border-radius:10px 0 10px 0;
	box-shadow:5px 5px 0px 0px rgba(0,0,0,0.1); 
}
.alumni_con .left .title{
	font-size: 1.75em;
    font-weight: bold;
    line-height: 150%;
	color:#4b3470;
	margin:15px 0;
	border
}
.alumni_con .left .font_con{
	border-left: solid #c28f87 2px;
    padding: 0 0 0 15px;
	margin-left:10px;
}
.alumni_con .right{
	float:left;
	width:70%;
}
.alumni_con .right .tabs li{
	padding-right:5px;
}
.alumni_con .right .tabs li a{
	font-size:16px;
	padding:5px 15px;
	background:#eee;
	border-radius:30px;
}
.alumni_con .right .tabs li a:hover{
	background:#c28f87;
	color:#fff;
}
.alumni_con .right .tabs li.active a{
	background:#4b3470;
}


/*periodical校訊*/
.periodical_one{
	float:left;
	width:100%;
	border-bottom:solid #ccc 1px;
	margin-bottom:30px;
}
.periodical_one .img{
	float:left;
	width:35%;
	padding-right:5%;
}
.periodical_one .title_box{
	float:left;
	width:65%;
}
.periodical_one .title_box .table-toolbar{
	padding-bottom:10px;
}
.periodical_one .title_box .title {
    margin-bottom: 5px;
}
.periodical_list{
	float:left;
	width:100%;
}
.periodical_list .item{
	float:left;
	width:21%;
	margin:2%;
}
.periodical_list .item:nth-child(4n+1){
	clear:both;
}
.periodical_list .item .title{
	text-align:center;
	line-height:170%;
	margin-top:3px;
}
.periodical_list .btn_box{
	padding: 10px 0;
	text-align:center;
}
.periodical_list .btn_box .btn_01{
	padding: 5px 10px;
}
.periodical_list .btn_box .btn_04{
	padding: 5px 6px 5px 11px;
}
.periodical_banner{
	float:left;
	width:100%;
	height:auto !important;
	position:relative;
}
.periodical_banner img{
	width:100%;
}
.periodical_banner .title{
	position:absolute;
	top:0;
	left:30px;
	padding:30px 30px 50px 30px;
	color:#fff;
	font-size:30px;
	line-height:170%;
	font-weight:bold;
	border-radius:0 0 90px 90px;
	text-align:center;
	box-shadow:5px 5px 0px 0px rgba(0,0,0,0.2);
	border:solid rgba(255,255,255,0.8) 1px;
	border-top:none;
	background: url(../img/title_icon_01.png);
	background-color:rgba(75,52,112,0.9);
    background-repeat: no-repeat;
    background-position: center top;
	background-size:40%;
}
.periodical_banner .title .type{
	font-size:20px;
	line-height:130%;
}
.periodical_con .tabs li{
	padding-right:5px;
}
.periodical_con .tabs li a{
	font-size:16px;
	padding:5px 15px;
	background:#eee;
	border-radius:30px;
}
.periodical_con .tabs li a:hover{
	background:#c28f87;
	color:#fff;
}
.periodical_con .tabs li.active a{
	background:#4b3470;
}


/*event活動年表*/
.event_list{
	float:left;
	width:100%;
    position: relative;
	background:url(../img/event_bg.png);
	background-repeat:no-repeat;
	background-position:left top;
}
.event_list .item {
    float:left;
	width:100%;
	margin-bottom:60px;
	padding-left:400px;
}
.event_list .item:before {
    content: "";
    position: absolute;
    left: 519px;
    top: 0;
    display: block;
    width: 2px;
    height: 100%;
    background: #c28f87;
}
.event_list .year{
	font-family:Tahoma;
	font-weight:bold;
	font-size:36px;
	color:#666;
}
.event_list .year:after{
	content: "\f111";
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	font-size:16px;
	color:#c28f87;
    vertical-align: top;
	padding:0 0 0 20px;
}
.event_list ul{
	list-style:none;
	margin: -35px 0 20px 150px;
}
.event_list ul li{
	float:left;
	width:100%;
	background:#fff;
	border:solid #fff 1px;
	padding:5px 10px 5px 10px;
	border-radius:5px;
}
.event_list li.side_box{
	width:100%;
	clear:both;
}
.event_list li.side_box{
	cursor:pointer;
}
.event_list li.side_box .title_box{
	margin-bottom:0;
}
.event_list li .title_box .title{
	font-size:18px;
	font-weight:bold;
	color:#000;
	padding-left:100px;
	margin-top:-30px;
}
.event_list li .title_box .date{
	font-weight:400;
	color:#c28f87;
	font-size:14px;
}
.event_list li .title_box .date:after{
	content:"-";
	padding:0 10px;
	color:#ccc;
}
.event_list .font_con{
	float:left;
	background:#f5f5f5;
	padding:20px;
	border-radius:10px;
	margin:10px 0 15px 0;
}
.event_list li .btn_box{
	padding:15px 0 5px 0 ;
}


/*alone專屬版面*/
.alone_con #header .header-nav-bar{
	display:none !important;	
}
.alone_banner{
	float:left;
	width:100%;
	height:auto !important;
	margin-top:68px;	
}
.alone_banner img{
	width:100%;
}
.alone_con .page_title {
    background-color: rgba(194,143,135,0.1);
}
.alone_con .page_title h2 {
    color: #91252a;
}
.alone_con .page_con .left{
	float:left;
	width:20%;
}
.alone_con .page_con .left ul{
	list-style:none;
}
.alone_con .page_con .left ul li a{
	float:left;
	width:100%;
	padding:10px 15px;
	background:#f5f5f5;
	font-size:16px;
	margin-bottom:3px;
	border-left:solid #91252a 2px
}
.alone_con .page_con .left ul li a:hover ,.alone_con .page_con .left ul li a:focus{
	background:rgba(145,37,42,0.7);
	color:#fff;
}
.alone_con .page_con .left ul li a.active{
	background:#91252a;
	color:#fff;
}
.alone_con .page_con .left ul li:hover a{
	color:#fff;
}
.alone_con .page_con .right{
	float:left;
	width:80%;
	padding-left:5%;
}
.alone_con .page_con .right .table-toolbar {
    margin: 0;
}
.alone_con .page_con .right h3{
	color:#91252a;
	margin-top:10px;
	float:left;
	width:100%;
}
.alone_con .square_date {
    background: #91252a;
    border: solid #91252a 7px;
}
.alone_con .square_date .day {
    color: #91252a;
}
.alone_con  .news_list_01 .item .title {
    color: #000;
}
.alone_con .btn_page:hover {
    background: #91252a;
}
.alone_con .scroll-to-top:hover {
    background: #91252a;
}
.alone_con footer .copyright {
    background: #333;
}
.alone_con .btn_01 {
    background: #91252a;
}
.alone_con .btn_01:hover {
    background: #c28f87;
}


/*alone專屬版面 blue*/
.alone_con.color_01 a:hover, .alone_con.blue a:focus {
    color: #246996;
}
.alone_con.color_01 .page_title {
    background-color: rgba(4,56,89,0.1);
}
.alone_con.color_01 .page_title h2 {
    color: #043859;
}
.alone_con.color_01 .page_con .left ul li a{
	border-left:solid #043859 2px
}
.alone_con.color_01 .page_con .left ul li a:hover ,.alone_con.color_01 .page_con .left ul li a:focus{
	background:rgba(4,56,89,0.7);
}
.alone_con.color_01 .page_con .left ul li a.active{
	background:#043859;
}
.alone_con.color_01 .page_con .right h3{
	color:#043859;
}
.alone_con.color_01 .square_date {
    background: #043859;
    border: solid #043859 7px;
}
.alone_con.color_01 .square_date .day {
    color: #043859;
}
.alone_con.color_01 .btn_page:hover {
    background: #043859;
}
.alone_con.color_01 .scroll-to-top:hover {
    background: #043859;
}
.alone_con.color_01 .btn_01 {
    background: #043859;
}
.alone_con.color_01 .btn_01:hover {
    background: #246996;
}


/*sitemap網站導覽*/
.sitemap_list{
	list-style:none;
	float:left;
	width:100%;
	display:table;
	margin-bottom: 40px;
}
.sitemap_list .sitemap_item{
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	vertical-align: middle !important;
    padding: 10px 10px 10px 20px;
	width: 100%;
	float:left;
	display:table-row;
}
.sitemap_list .sitemap_item:last-child{
	border-bottom: solid 1px #ddd;
}
.sitemap_list_1{
	list-style:none;
	float:left;
	width:100%;
	display:table;
	margin-top:5px;
}
.sitemap_list_1 li{
	vertical-align: middle !important;
	width: 100%;
	float:left;
	display:table-row;
}
.sitemap_item {
    float: left;
}
.sitemap_item_1{
	padding:5px 10px 3px 23px !important;
	float:left;	
}
.sitemap_item_2{
	padding:5px 10px 3px 38px !important;
	float:left;	
}
.sitemap_no{
	display:table-cell;
}
.sitemap_font{
	padding-left:10px;
	display:table-cell;
}


/*page_bottom*/
.page_bottom{
	float:left;
	width:100%;
	padding:20px 0;
}
.page_bottom>div{
	float:left;
	width:100%;
	padding:3px 0;
}
.page_bottom .title{
	width:120px;
	background:#f5f5f5 /*#747474*/;
	/*color:#fff;*/
	border-radius:30px;
	padding:3px 5px;
	text-align:center;
	float:left;
}
.page_bottom .title i{
	padding-right:5px;
}
.page_bottom .con_font{
	padding-left:130px;
	line-height:170%;
	margin-top:-33px;
	float:left;
	clear:both;
}
.page_bottom .con_font a{
	padding:4px 0;
	float:left;
	/*width:100%;*/
	clear:both;
}


/*表單管理*/
.submit_btn{
	width:100%;
	float:left;
	text-align:center;
}
.form_con{
	margin:0 auto;
	max-width:650px;
	padding:20px 0 0 0;
}
.form_box{
	border: solid #f5f5f5 10px;
	padding:10px;
	background:#fff;
}
.form_box .table-row{
	border-bottom:#900 solid 1px;
}
.form_q{
	display:table-cell;
	width:25%;
	padding:6px 8px 10px 8px;
	text-align:right;
	/*border-bottom: #ccc dotted 1px;*/
	border-right: #ccc dotted 1px;
	font-weight:bold;
	color:#000;
	vertical-align: top;
}
.form_a{
	display:table-cell;
	width:75%;
	padding:8px;
	margin:8px;
	/*border-bottom: #ccc dotted 1px;*/
	line-height:170%;
}
.form_a input{
	height:34px;
}
.form_a .mt-radio,.form_a .mt-checkbox ,.input_table .mt-radio,.input_table .mt-checkbox{
	margin:5px 25px 5px 5px;	
}
.mt-radio span,.mt-checkbox span{
	margin-top:3px !important;
	background:#fff  !important;	
}
.form_box .table-row:nth-child(even){
	background:#f5f5f5;
}
.form-control{
	box-shadow:none;
	padding: 6px;
}
.required{
	color:red;
	font-size:0.9em;
	line-height:140%;
	padding:3px 0;
}
.form_a i{
	padding:0 5px 0 10px;
}
.form_a label{
	font-weight:500;
	margin-bottom:3px;
	margin-top:2px;
}
.verification_code{
	margin:3px 0 3px 10px;
	display:inline-block;
}


/*表單checkbox radio*/
.mt-checkbox, .mt-radio {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-top: 5px;
    cursor: pointer;
    font-size: 14px;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.mt-checkbox.mt-checkbox-disabled, .mt-checkbox.mt-radio-disabled, .mt-radio.mt-checkbox-disabled, .mt-radio.mt-radio-disabled {
    opacity: .6;
    filter: alpha(opacity=60);
}
.mt-checkbox>input, .mt-radio>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
}
.mt-checkbox>span, .mt-radio>span {
    border: 1px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    background: #E6E6E6;
	margin-top:3px;
}
.mt-checkbox>span:after, .mt-radio>span:after {
    content: '';
    position: absolute;
    display: none;
}
.input-icon>i, .mt-checkbox-list .mt-checkbox, .mt-checkbox-list .mt-radio, .mt-checkbox>input:checked~span:after, .mt-radio-list .mt-checkbox, .mt-radio-list .mt-radio, .mt-radio>input:checked~span:after {
    display: block;
}
.mt-checkbox:hover>input:not([disabled])~span, .mt-checkbox>input:focus~span, .mt-radio:hover>input:not([disabled])~span, .mt-radio>input:focus~span {
    background: #d9d9d9;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.mt-checkbox:hover>input:not([disabled]):checked~span, .mt-checkbox>input:checked~span, .mt-radio:hover>input:not([disabled]):checked~span, .mt-radio>input:checked~span {
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #d9d9d9;
}
.icon-btn, .icon-btn:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.mt-checkbox>input:disabled~span, .mt-radio>input:disabled~span {
    opacity: .6;
    filter: alpha(opacity=60);
    pointer-events: none;
}
.mt-checkbox.mt-checkbox-outline:hover>input:not([disabled]):checked~span, .mt-checkbox.mt-checkbox-outline:hover>input:not([disabled])~span, .mt-checkbox.mt-checkbox-outline>input:checked~span, .mt-checkbox.mt-checkbox-outline>input:focus~span, .mt-checkbox.mt-checkbox-outline>span, .mt-checkbox.mt-radio-outline:hover>input:not([disabled]):checked~span, .mt-checkbox.mt-radio-outline:hover>input:not([disabled])~span, .mt-checkbox.mt-radio-outline>input:checked~span, .mt-checkbox.mt-radio-outline>input:focus~span, .mt-checkbox.mt-radio-outline>span, .mt-radio.mt-checkbox-outline:hover>input:not([disabled]):checked~span, .mt-radio.mt-checkbox-outline:hover>input:not([disabled])~span, .mt-radio.mt-checkbox-outline>input:checked~span, .mt-radio.mt-checkbox-outline>input:focus~span, .mt-radio.mt-checkbox-outline>span, .mt-radio.mt-radio-outline:hover>input:not([disabled]):checked~span, .mt-radio.mt-radio-outline:hover>input:not([disabled])~span, .mt-radio.mt-radio-outline>input:checked~span, .mt-radio.mt-radio-outline>input:focus~span, .mt-radio.mt-radio-outline>span {
    border: 1px solid #ccc;
    background: 0 0;
}
.mt-radio>span, .timeline .timeline-badge-userpic img {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
}
.mt-radio>span {
    -ms-border-radius: 50%!important;
    -o-border-radius: 50%!important;
    border-radius: 50%!important;
}
.mt-radio>span:after {
    left: 6px;
    top: 6px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #666;
}
.mt-radio>input:disabled~span:after {
    background: #666;
}
.mt-checkbox>span:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #666;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.mt-checkbox>input:disabled~span:after {
    border-color: #666;
}
.mt-checkbox-list, .mt-radio-list {
    padding: 10px 0;
}


/*search*/
.search_list{
	float:left;
	width:100%;	
}
.search_list li{
	float:left;
	width:100%;
	border-bottom: dotted #ccc 1px;
	padding:10px;	
}


/*print*/
.con_box{
	padding: 2%;
    margin: 2%;
    border: solid 1px #ccc;
    float: left;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 4px rgba(20%,20%,20%,0.1);
	background: #fff;
	font-size:14px;
}
.con_banner{
	margin-bottom:15px;
}
.con_banner img{
	border-radius:10px;
	box-shadow: 0px 0px 6px 2px rgba(20%,20%,20%,0.1);
	border: solid 1px #fff;
}
.con_box .page_title{
	padding: 15px 15px 5px 15px;
}
.con_box h2{
    font-size: 1.75em;
    font-weight: bold;
    margin: 0 0 10px 0;
    color: #4b3470;
}
.con_box .date ,.con_box .edit_con{
	padding:0 10px;
}
.con_box .page_title_item{
	text-align:left;
}
.con_box .form_con {
    padding: 10px 0 0 0;
}
.con_footer{
	font-size:0.9em;
	padding: 0 20px 20px 20px;
	line-height:150%;
}
.con_float{
	float:left;
	width:100%;
}
.con_box .page_con{
	padding:10px 0;
}


/*table scroll*/
.table-scrollable{
	width:100%;
	overflow-x:auto;
	overflow-y:hidden;
	/*margin:5px 0 15px 0 !important;
	float:left;
	border-top: none;
	border-bottom: 1px solid #e7ecf1;
	border-left: 1px solid #e7ecf1;
	border-right: 1px solid #e7ecf1;*/
	border:none;
}
.table-scrollable>.table-bordered>thead>tr:last-child>th,.table.table-bordered thead>tr>th{
	border-bottom:0;
	/*border:1px solid #4d5327;*/
	line-height: 130%;
    vertical-align: middle;
	padding: 10px;
}
.table-scrollable>.table{
	width:100%!important;
	margin:0!important;
	min-width:650px;
	font-weight:bold; 
}
.table-scrollable>.table>thead{
	/*border-top: solid 1px #ddd;*/
}
.table-scrollable>.table>thead>tr>th , .table-scrollable th ,table>thead>tr>th{
	white-space:nowrap; 
	padding: 15px 20px; 
	background:#f5f5f5; 
	color:#333;
	font-weight:500;
	text-align:center;
	border-bottom: none;
	font-weight:bold;
}
.table-bordered > tbody > tr > td{
    /*border: 1px solid #4d5327;*/
}
.table-hover > tbody > tr:hover{
	background:rgba(194,143,135,.1);
}
.table>tbody>tr>td{
	vertical-align: middle !important;
	padding: 12px 20px;
	border-top: none;
	border-bottom: 1px solid #eee;
}
.table_icon{
	padding:3px 3px 2px 3px !important;
	vertical-align:middle;
}
.table {
    margin-bottom: 0px;
}
.table-scrollable .table>tbody>tr>th ,.table-scrollable .table>tbody>tr>td{
    /*border-right: solid 1px #ddd;*/
	padding:12px 20px;
}
.table-scrollable img{
	max-width:165px;
	border:solid #ddd 1px;
}
.table-scrollable a .fa-square{
	color:#666;
}
.table-scrollable a:hover .fa-square ,.table-scrollable a:focus .fa-square{
	color:#4d5327;
}
.table-scrollable a .fa-download{
	color:#fff;
}


/*table*/
.table {
  display: table;
}
.table-row {
  display: table-row;    
}
.table-cell {
  display: table-cell;   
}


/*頁碼*/
#page_number{
	padding:15px 0 40px 0;
	float:left;
	width:100%;
}
.page_total{
	vertical-align:middle;
	margin:0 0 10px 0;
}
.page_icon{
	text-align:right;
	margin-bottom:10px;
}
.btn_page{
	display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    border: none /*1px solid #ccc*/;
    padding: 2px 12px;
    font-size: 1em;
	background:#666;
	/*margin-left:-5px;*/
	border-radius:5px;
	margin-top: -2px;
	color:#fff;
	width:34px;
}
.page_list{
	border: 1px solid #ccc;
	display:inline-block;
	width:auto;
	cursor: pointer;
	box-shadow:none;
}
.btn_page:hover{
	background:#c28f87;
	color:#fff;
}
#page_number .page_list{
	margin-top:-2px;
}


/***Hover效果1: 放大淡出***/
.imh_opacity{
	background:#000;
	overflow:hidden;}

.imh_opacity img{	
	transition:all 0.3s linear;
	-webkit-backface-visibility: hidden;
	width:100%;}

.imh_opacity:hover img ,a:hover .imh_opacity img{
	opacity:0.8;
	transform:scale(1.05);}

/***Hover效果1: 放大淡出Detail***/
.imh_detail{
	background:#000;
	overflow:hidden;
    	position: relative;}

.imh_detail img{	
	transition:all 0.3s linear;
	-webkit-backface-visibility: hidden;
	width:100%;}

.imh_detail a:before{
	display:block;
	content:"Details+";
	padding:10px 20px;
	font-size:13px;
	color:#FFF;
	border:2px solid #FFF;
	opacity:0;
	
	position:absolute;
	left:50%;
	margin-left:-45px;
	top:50%;
	margin-top:-80px;
	z-index:99;
	
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;}

.imh_detail:hover a:before{
	opacity:1;
	margin-top:-20px;}

.imh_detail:hover img{
	opacity:0.3;
	transform:scale(1.05);}

/***Hover效果1: 放大淡出zoom***/
.imh_zoom{
	background:#000;
	overflow:hidden;
	position:relative;}

.imh_zoom img{	
	transition:all 0.3s linear;
	-webkit-backface-visibility: hidden;
	width:100%;}

.imh_zoom:before{
	display: block;
    font-family: "FontAwesome";
    content: "\f002";
    font-size: 30px;
    color: #fff;
    background: #c28f87;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 100%;
    /*border: dashed #fff 2px;*/
    position: absolute;
    left: 50%;
    top: -30px;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99;
	
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;}

a:hover .imh_zoom:before{
	top:50%;}

a:hover .imh_zoom img{
	opacity:0.7;
	transform:scale(1.05);}


/*--------------------------------------for 電腦、平版、手機------------------------------------------------*/
/* 大螢幕 */
@media (min-width: 1280px) {
.container {
    width: 1200px;
    /*padding: 0px;*/
}


/*header*/
#header .dropdown-toggle .fa-caret-down{
	padding-top:3px;
    display: none;
}
#header .dropdown-submenu .dropdown-menu{
	background: #006041!important;
    margin: 0!important;
}

/*index_banner*/
.tp-caption.item_box{
    min-width: 500px !important;
}

}

 
/* 平板電腦、橫向手機和一般桌機解析度 */
@media (min-width: 992px) and (max-width: 1279px) {
.container {
    width: 100%;
	padding:0 25px;
}


/*header*/
.header-nav-main{
	margin:0 -15px;
}
.dropdown-toggle .fa-caret-down{
	padding-top:3px;
    display: none;
}
.dropdown-submenu .dropdown-menu{
	background: #20596a!important;
    margin: 0!important;
}


/*index_banner*/
.tp-caption.item_box{
    min-width: 500px !important;
}


/*footer*/
footer .contact i{
	width:80px !important;
}


}

/* 電腦、橫向平板電腦解析度 */
@media (min-width: 768px) and (max-width: 991px) {
.container {
    width: 100%;
	padding:0 25px;
}
    
    
/*header*/
#header .header-logo img{
    height: 42px;
    width: auto;
	vertical-align:top;
}
#header .header-nav-main nav > ul > li > a {
    font-size: 0.95em;
    padding: 10px 0;
	margin: 0 20px;
}
#header .header-nav-main {
    margin: 0;
}
.dropdown-toggle .fa-caret-down{
	padding-top:3px;
    display: none;
}
.dropdown-submenu .dropdown-menu{
	background: #25667a!important;
    margin: 0!important;
}
.header-container{
	background:#4E070B;
}


/*index_banner*/
.index_banner{
	margin-top:76px;
}
.tp-caption.item_box{
    min-width: 500px !important;
}
.index_banner .title {
    font-size: 2.2em;
}
.index_banner .con_font {
    font-size: 1.1em;
}


/*index_icon*/
.index_icon .item .title{
	font-size:0.8em;
}


/*footer*/
footer .link {
	padding: 10px 0 0 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .contact i{
	width:80px !important;
}


/*second_menu*/
.second_menu{
	font-size:0.9em;
	margin-top: 101px;
}

/*page_banner*/
.page_banner{
	margin-top: 146px;
	height:120px;
}
.page_banner.one_page{
	margin-top:101px;
}


/*alumni歷屆校友*/
.alumni_list .item {
    width: 29.3%;
}
.alumni_list .item:nth-child(3n+1) {
	clear:both;
}
.alumni_list .item:nth-child(4n+1) {
	clear:none;
}


/*periodical校訊*/
.periodical_list .item{
	width:29.3%;
}
.periodical_list .item:nth-child(4n+1){
	clear:none;
}
.periodical_list .item:nth-child(3n+1){
	clear:both;
}


/*event活動年表*/
.event_list{
	background-size: 200px;
}
.event_list .item {
	padding-left:200px;
}
.event_list .item:before {
    left: 319px;
}


/*alone專屬版面*/
.alone_con .page_banner {
    margin-top: 58px;
}

} 

 
/* 橫向智慧手機到竪立平板電腦解析度 */
@media (max-width: 767px) {
h3{
	font-size:1.3em
}
.container {
    width: 100%;
	padding:0 25px;
}
.header-logo img{
	height: 35px !important;
	width:auto !important;
    vertical-align: top;
}


/*手機版menu*/
#header {
    position: fixed;
    width: 100%;
}
#header .header-body{
	background: #4E070B;
}
#header .header-container {
    padding: 0 ;
}
.header-nav-main{
	/*margin:0 -15px;
	background:rgba(255,255,255,0.95) !important;*/
	padding:0;
}	
.header-logo h1 a:nth-child(1) {
    padding: 8px 5px 5px 5px;
	height:52px;
}
.header-logo h1 a:nth-child(2) {
    padding: 8px 5px 5px 5px;
	height:52px;
}
.header-nav-search{
	width:100%;
	border-radius:5px;
	margin-bottom: 5px;
}
.search_box{
	width:100%;
}
.search_icon_1 {
    float: right;
}
.search_input{
	width:90%;
}
.header-nav-top .lang_select {
    margin-right: 10px;
}
.header-nav-main nav > ul > li > a {
    color: #fff!important;
}
#header .header-nav-main nav > ul > li > a.active {
    border-bottom: none;
}


/*index_banner*/
.index_banner{
	margin-top:102px;
}
.tp-caption.item_box{
    width:100%;
    min-width: 350px !important;
}
.index_banner .title {
    font-size: 2.2em;
	margin-bottom:10px;
}
.index_banner .title:after {
    padding-top: 5px;
    border-bottom: 3px solid #c28f87;
	width:30px;
}
.index_banner .con_font {
   font-size: 1.3em;
   margin-bottom:10px;
}



/*index_icon*/
.index_icon .item{
	width:33.3%;
	padding:20px;
}
.index_icon .item:nth-child(1) ,.index_icon .item:nth-child(2) {
	border-bottom: dotted #fff 2px;
}
.index_icon .item:nth-child(3) {
    border-right: none;
	border-bottom: dotted #fff 2px;
}



/*index_news*/
.index_news {
    padding: 30px 0;
}
.index_news .tab-content .item {
    width: 100%;
    margin: 25px 0;
}
.index_news .nav-tabs li a {
    font-size: 15px;
	padding: 5px 10px;
}
.index_news .nav-tabs li:after {
    margin: 8px 14px 0 10px;
}


/*index_video*/
.index_video .left , .index_video .right{
	float:left;
	width:100%;
}
.index_video .left {
    padding: 70px 10px 50px 90px;
}
.index_video .left .top {
    font-size: 50px;
}


/*footer menu*/
.footer_menu .item{
	width:33.3%;
    padding: 0 10px;
}
.footer_menu .item:first-child{
	display:none;
}



/*copyright*/
footer{
	font-size:80%;
}


/*second_menu*/
.second_menu{
	font-size:0.8em;
	margin-top: 103px;
}
.second_menu .container {
    padding: 0;
}
.second_menu ul li {
    margin:5px;
}


/*third_menu*/
.third_menu{
    font-size:0.9em;
}
.third_menu li a {
    padding: 7px 15px;
}


/*page_banner*/
.page_banner{
	margin-top: 138px;
	height:80px;
}
.page_banner.one_page{
	margin-top:103px;
}


/*page_title*/
.page_title{
	padding:15px 15px 12px 15px;
}
.page_title h2{
	font-size:1.4em;
}


/*page_top*/
.page_top {
	padding: 3px 20px 3px 10px;
}
.page_top_left, .page_top_left a {
	padding: 3px 0;
}
.page_top_left i {
	padding: 0 5px;
}
.page_top_right {
	padding-bottom: 5px;
	padding-top: 0px;
	margin-top: 5px;
}


/*page_content*/
.page_content{
	font-size:90% !important;
}


/*page_con*/
.page_con .news_img {
    width: 200px;
    margin-left: 10px;
}


/*news_list*/
.news_list .item {
    width: 46%;
    margin: 2%;
}
.news_list .item:nth-child(3n+1){
	clear:none;
}
.news_list .item:nth-child(2n+1){
	clear:both;
}
.news_list .item .title {
    font-size: 1.3em;
}


/*news_list_01*/
.news_list_01 .item .img {
    width: 35%;
}
.news_list_01 .item .con {
    width: 65%;
}


/*news_con*/
.news_con .title_box .title{
	font-size:1.4em;
}
.news_con .title_box .type{
	font-size:0.9em;
}
.news_con .news_img{
	float:right;
	width:180px;
	margin-left:15px;
	padding-top:20px;
}
.news_con .news_img img {
    padding: 7px;
	margin:0 0 20px 0;
}



/*activite_con*/
.activite_con .title_box .title{
	font-size:1.4em;
}
.activite_con .title_box .type{
	font-size:0.9em;
}
.activite_con .img{
	width:100%;
	padding: 0 0 30px 0;
}
.activite_con .font{
	width:100%;
}


/*epaper電子報*/
.epaper_con .img{
	width:100%;
	padding-right:0;
}
.epaper_con .title_box{
	width:100%;
	margin-top:20px;
}
.epaper_list .item {
    width: 46%;
    margin: 2%;
}
.epaper_list .item:nth-child(3n+1){
	clear:none;
}
.epaper_list .item:nth-child(2n+1){
	clear:both;
}
.epaper_title h2 {
    font-size: 1.3em;
}


/*album*/
.album_title .title{
	font-size: 1.4em;
}
.album_title .date{
	font-size: 0.9em;
}
.album_view_list .item{
	float:left;
	width:25%;
	padding:1%;
}
.album_view_list .item:nth-child(5n+1){
	clear: none;
}
.album_view_list .item:nth-child(4n+1){
	clear:both;
}


/*alumni歷屆校友*/
.alumni_list .item {
    margin: 4% 2%;
}
.alumni_list .item .con {
    padding: 10px 5%;
}
.alumni_con .right .tabs li a {
	font-size:14px;
}


/*periodical校訊*/
.periodical_one .img {
    width: 100%;
    padding-right: 0;
	padding-bottom:20px;
}
.periodical_one .title_box {
    width: 100%;
}
.periodical_list .item{
	width:46%;
	margin:4% 2%;
}
.periodical_list .item:nth-child(4n+1) ,.periodical_list .item:nth-child(3n+1){
	clear:none;
}
.periodical_list .item:nth-child(2n+1){
	clear:both;
}
.periodical_banner .title{
	padding:20px 20px 30px 20px;
	font-size:20px;
}
.periodical_banner .title .type{
	font-size:16px;
	line-height:130%;
}
.periodical_con .tabs li a {
	font-size:14px;
}


/*event活動年表*/
.event_list{
	background: none;
}
.event_list .item {
	padding-left:0;
}
.event_list .item:before {
    left: 91px;
	display:none;
}
.event_list .year {
    font-size: 26px;
	border-bottom:solid #c28f87 1px;
	padding-bottom:10px;
	width:100%;
	float:left;
}
.event_list .year:after {
   padding: 0 0 0 17px;
   display:none;
}
.event_list ul {
    margin: 0 0 20px 0;
}
.event_list ul li {
    padding:  5px 0 0 0;
}


/*alone專屬版面*/
.alone_con #header .header-nav-bar{
	display: block !important;	
}
.alone_con .page_con .left {
	display:none;
}
.alone_con .page_con .right {
	width:100%;
	padding-left:0;
}
.alone_con .page_banner {
    margin-top: 52px;
}


/*頁碼*/
#page_number .page_icon{
	text-align:center;
}
.btn_page {
	  padding: 3px 9px;
}


/*page_con*/
.page_con h2{
	font-size:1.5em;
}
.page_con .box_02 .no{
	font-size:2em;
	width: 30px;
}
.page_con .box_02 .font{
	float:left;
	padding-left:50px;
	margin-top:-40px;
}
.page_con .box_02 .title{
	font-size:1.3em;
}
.page_con .title_box .title {
    font-size: 1.3em;
}


}
 
 
/* 橫向智慧手機及其他更小解析度 */
@media (max-width: 480px) { 
.container {
	padding:0 20px;
}
.imh_zoom:before {
	display:none;
}
.hidden-xxs{
	display:none;
}


/*header*/
.header-logo img {
    height: 29px !important;
}


/*index_banner*/
.index_banner .title {
    font-size: 3.2em;
	margin-bottom:5px;
}
.index_banner .con_font {
   font-size: 1.4em;
}


/*second_menu*/
.second_menu{
	font-size:0.6em;
}
.second_menu ul {
    margin: 0;
}
.second_menu ul li {
    margin: 5px 2px;
}
.second_menu ul li a {
    padding: 7px 5px;
}


/*third_menu*/
.third_menu{
    font-size:0.7em;
	margin:15px 0;
}
.third_menu li {
    margin: 2px 0;
}
.third_menu li a {
    padding: 7px 10px;
}


/*index_banner*/
.tp-caption.item_box{
    width:100%;
    min-width: 270px !important;
}


/*index_icon*/
.index_icon {
    padding: 10px;
}
.index_icon .container{
	padding:0;
}
.index_icon .item {
    padding: 15px;
}
.index_icon .item .title{
	font-size:0.8em;
}


/*index_news*/
.index_news .nav-tabs li a {
    font-size: 13px;
}
.index_news .nav-tabs li:after {
    margin: 5px 14px 0 10px;
}


/*footer menu*/
.footer_menu{
	font-size:90%;
}
.footer_menu .item{
	width:100%;
}
.footer_menu .item ul {
    padding:5px 0 0 0 ;
}



/*page_banner*/
.page_banner{
	height:50px;
}


/*page_con*/
.page_con .news_img {
    width: 100%;
    margin: 0;
}
.page_con .news_img img {
    margin: 0 0 20px 0;
}


/*news_list*/
.news_list .item {
    width: 100%;
    margin: 3% 0;
}


/*news_list_01*/
.news_list_01 .item .img {
    width: 100%;
}
.news_list_01 .item .con {
    width: 100%;
    padding: 20px 0;
}



/*news_con*/
.news_con .news_img{
	float:left;
	width:100%;
	margin-left:0;
}


/*epaper電子報*/
.epaper_list .item {
    width: 100%;
    margin: 2% 0;
}
.epaper_list_01 .item{
    width: 100%;
}
.epaper_list_02 .left ,.epaper_list_02 .right ,.epaper_activity .left ,.epaper_activity .right {
    width: 100%;
}


/*album*/
.album_view_list .item{
	float:left;
	width:33.3%;
	padding:1%;
}
.album_view_list .item:nth-child(5n+1) ,.album_view_list .item:nth-child(4n+1){
	clear: none;
}
.album_view_list .item:nth-child(3n+1){
	clear:both;
}


/*alumni歷屆校友*/
.alumni_list .item {
    width: 46%;
    margin: 4% 2%;
}
.alumni_list .item:nth-child(2n+1) {
	clear:both;
}
.alumni_list .item:nth-child(4n+1)  ,.alumni_list .item:nth-child(3n+1) {
	clear:none;
}
.alumni_con .left{
	width:100%;
	padding-right:0;
}
.alumni_con .right{
	width:100%;
	margin-top:30px;
}


/*periodical校訊*/
.periodical_banner .title{
	padding:5px 10px 15px 10px;
	font-size:16px;
}
.periodical_banner .title .type{
	font-size:12px;
}
.periodical_con .tabs li a {
	font-size:10px;
}


/*event活動年表*/
.event_list li .title_box .date {
	float:left;
	width:100%;
	font-size:12px;
	padding:0;
}
.event_list li .title_box .date:after {
	display:none;
}
.event_list li .title_box .title {
    float:left;
	width:100%;
    padding-left: 0;
    margin-top: 0;
}



/*表單管理*/
.form_box {
	border: solid #f5f5f5 5px;
    padding: 5px;
}
.form_q{
	border-right:none;
	text-align:left;
	width:100%;
	display:block;
	margin: 0 0 -10px 0;
	padding:8px 15px 0 15px;
	float: left;
}
.form_a {
    width: 100%;
	display:block;
	margin: 0;
	padding:15px;
	border-bottom: #ccc dotted 1px;
	float: left;
}
.form_box .table-row:last-child .form_a{
	border-bottom: none;
}
.verification_code{
	margin:5px 0 3px 0;
	display:inline-block;
}
.forum_subject img {
	width:100px;
}


}


@media print {
/*清除網址*/
a[href]:after {
	content: none !important;
}

/*顯示背景圖*/
.bg_print {
	-webkit-print-color-adjust: exact !important; /* Chrome, Safari */
	print-color-adjust: exact !important; /* Chrome, Safari */
	color-adjust: exact !important; /*Firefox*/
}

/*解決Safari 在列印時使用異常小的字體*/
.container {
	width: auto;
}
}




