html,body{
    overflow-x: hidden;
}
*{
     /* outline: 1px solid;  */
    font-family: 'Noto Sans TC', sans-serif;
}
*:focus{
    border: rgb(141, 13, 56) 4px solid;
}
ul,ol,li{
    list-style: none;
    margin: 0;
    padding: 0;
}
a{
	color: #a25353;
}
a:hover{
    color: #5a0000;
    text-decoration: none;
}

/* 按鈕 */
.btn_focus{
    cursor: pointer;}
.btn_focus:focus{
    border: red 4px solid !important;
}
.ackey{
    color: #7D7D7D;
}

/*表格*/

.table td, .table th{
	border-top: none;
/*	border-bottom: 1px solid #DEE2E6;*/
	border-bottom: 1px solid #000;
}


.page-item.active .page-link{
	background-color: #C74D4D;
    border-color: #C74D4D;
	color: #FFF !important;
}
.text-page{
	color: #C74D4D;
}

/* ----------------------HEADER LOGO區------------------- */
#logo_header{
    padding: 10px 1%;
    background-color: #4E070B;
}
#logo_header .logo{
}
#logo_header .logo img{
    display: inline;
}
#logo_header .logo h1{
    display: inline;
    vertical-align: sub;
    color: #FFF;
}
#logo_header .logo h1:hover{
    color: #F0F0F0;
}
#logo_header .logo .headerlogo1{
    height: 50px;
}
#logo_header .logo .headerlogo2{
    height: 55px;
    width: 55px;
}
#logo_header .logo .headertitle{
    font-size: 1.5rem;
}
#logo_header .logo .headertitle_en{
    font-size: 1rem;
    color: #FFF;
}

#logo_header .navbar-toggler{
    margin-top: 15px;
}
#logo_header .navbar-nav{
    padding-top: 15px;
}
#logo_header .navbar-dark .navbar-nav .nav-link{
    color: #FFF;
    font-size: 0.9em;
    padding-right: 30px;
}
#logo_header .navbar-dark .navbar-nav .nav-link:hover{
    color: #23b9ff;
}
#logo_header .line{
    position: relative;
    top: 4px;
    left: -11px;
    height: 30px;
    width: 1px;
    background-color: #fff;
}
#logo_header .search_area{
    padding-right: 30px;
    align-items: center;
}
#logo_header .form-control{
    background-color: #523F3F;
    color: #FFF;
    border: none;
}
#logo_header .form-control:focus{
    border: #DECFCF solid 2px;
}
/* ---------------------HEADER nav區--------------------- */
#header_nav{
	background-color: #FFF;
}

#header_nav .nav-item>a{
    padding: 18px 23px;
}
#header_nav .nav-link,#header_nav .dropdown-item{
    color: #750D0D;
    transition-duration: .3s;
    border: none;
}
#header_nav .nav-link:hover,#header_nav .nav-link:focus{
    background-color: #840000;
    color: #FFF;
    border: none;
}
#header_nav .nav-link:focus{
    background-color: #840000;
    color: #FFF;
    border: none;
}
#header_nav .dropdown-toggle::after {
    display: none;
}
#header_nav .dropdown-menu{
    padding: 0;
}
#header_nav .dropdown-item{
    position: relative;
    padding: 10px;
}
#header_nav .dropdown-item:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #EFEFEF;
    transform: scaleX(0);
    transition: all 0.35s cubic-bezier(0.68, 0, 0.265, 1);
    transform-origin: 0 0;
    opacity: 0;
    z-index: -1;
}
#header_nav .dropdown-item:hover,#header_nav .dropdown-item:focus{
    background:none;
    border: none;
}
#header_nav .dropdown-item:hover:before,#header_nav .dropdown-item:focus:before{
    transform: scaleX(1);
    z-index: -1;
    opacity: 1;
}



/* ------------------輪播照片區------------------- */
#index_photo{
    position: relative;
	padding-top: 15px;
	padding-bottom: 30px;
	background-color: #f9f0f0;
	box-shadow: inset 0px 10px 15px -15px #e6bdbd;
}
#carouselExampleIndicators{
    box-shadow: 0 0 7px -3px #5a0d0d;
    background-color: #fff;
	border-radius: 15px;
}
#index_photo .carousel-item{
    height: 600px;
}
#index_photo .carousel-item>img{
    height: 100%;
    object-fit: cover;
	border-radius: 10px;
}

/* ---------------首頁分隔線開始-------------------- */
.index_hr{
    position: relative;
    width: 100%;
    height: 20px;

}
.index_hr::after{
    display: block;
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
}
.index_hr.hr_1{
    background-image: url(../../images/tri01-2.png);
    background-color: #EFEFEF;
}
    
.index_hr.hr_2{
    background-image: url(../../images/tri02-2.png);
    background-color: #F1E7E7;
}
.index_hr.hr_1::after{
    content: url(../../images/tri01-3.png);
}
.index_hr.hr_2::after{
    content: url(../../images/tri02-3.png);
}

/* ---------------首頁分隔線結束-------------------- */


/*----------------內頁分隔線開始-------------------*/
.content_hr{
    position: relative;
    width: 100%;
    height: 20px;
}
.content_hr.hr_1{
    background-image: url(../../images/tri02-2.png);
    background-color: #FFF;
}

/*----------------內頁分隔線結束-------------------*/


/* --------------------首頁最新消息開始--------------------- */
#index_news{
    padding-top: 75px;
    padding-bottom: 30px;
    background-image: url(../../images/index_bg.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
.section_title{
    margin-bottom: 15px;
}
#index_news .list{
    margin-bottom: 15px;
}
#index_news .tr{
    display: flex;
    position: relative;
    padding: 6px 15px;
    background-color: #fff;
    border-radius: 20px;
    border-bottom: 1px solid rgba(230,230,230);
    margin: 5px 0;
    transition-duration: 0.3s;
}
#index_news .tr:hover{
    box-shadow: 0 2px 5px -2px rgba(150,150,150,1)
}
#index_news .td_main_2 a{
    color: #1e569e;
}
#index_news .tr:hover .td_main_2 a{
    color: #179983;
}
#index_news .tr::before{
    content: "●";
    display: inline;
    position: absolute;
    font-size: 1rem;
    color: #f8ee65;
    padding-right: 5px;
}
#index_news .td{
    font-size: 1.1em;
}
#index_news .td_main_1{
    width: 40%;
    display: flex;
    padding-left: 12px;
}
#index_news .td_main_2{
    width: 60%;
	overflow : hidden;
    text-overflow : ellipsis;
    white-space : nowrap;
}
#index_news .td1{
    font-size: 0.9em;
    color: #8e6c49;
    width: 25%;
    text-align: center;
}
#index_news .td2{
    font-size: 1em;
    width: 25%;
	color: #047bab;
}
#index_news .td3{
    font-size: 1em;
    width: 50%;
	overflow : hidden;
    text-overflow : ellipsis;
    white-space : nowrap;
}
.section_title h2{
    letter-spacing: 2px;
}
.section_icon{
    width: 60px;
    left: -70px;
    top: -5px;
}

/* 閱讀更多按鈕 */
#index_news .btn_more{
    margin: 0;
    padding-bottom: 0;
    position: relative;
}
#index_news .btn_more a:hover{
    color: #242424;
    z-index: 2000;
}
#index_news .btn_more a {
    padding: 8px 20px;
    display: block;
    position: relative;
    color: #242424;
    transition-duration: .6s;
    padding: 15px 35px;
    z-index: 2000;
    background-color: #fff;
    border-radius: 50px;
    font-size: 1.2em;
}
#index_news .btn_more a:hover:before {
    transform: scaleX(1);
    opacity: 1;
    z-index: -1;
}
#index_news .btn_more a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    opacity: 0;
    border-radius: 50px;
    transition: all 0.65s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform-origin: 0 0;
    background-color: #a6ece2;
    z-index: -1;
}
#index_news .btn_more a::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    border: 4px solid #6ccebf;
    transition-duration: .6s;
}
#index_news .btn_more a:hover::after{
    border: 4px solid #00bda0;
}

/* --------------------首頁最新消息結束--------------------- */

/* --------------------首頁連結區開始--------------------- */

/* 底圖設定 */
#index_link,#index_fastlink{
    padding-top: 37px;
    position: relative;
}
#index_link::after,#index_fastlink::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f1e7e7;
    z-index: -1000;
}
#index_fastlink::after{
    background-color: #f9f0f0;
}
/* #index_link .row:nth-child(2){
    height: 80px;
} */
/* 左邊連結區開始 */
#index_link .index_box{
    position: relative;
    background-color: #FFF;
    border: solid 4px;
    border-radius: 20px;
    height: 100%;
    margin-bottom: 20px;
}
#index_link .index_box.box1{
    border-color: #5CCDFF;
}
#index_link .index_box.box2{
    border-color: #ffc261;
}
.section_icon_2{
    width: 60px;
    top: 19px;
    left: 8%;
}
#index_link .index_box h2{
    padding-left: 25%;
    margin-bottom: 0px;
    font-size: 1.5rem;
}
#index_link .link_ul{
    margin-top: 20px;
}
#index_link .link_ul li{
    font-size: 1.2em;
    padding: 8px;
}
#index_link .link_ul li span{
    padding: 1px;
    position: relative;
}
#index_link  .link_ul li span:after{
    content: "";
    display: block;
    height: 2px;
    width: 0;
    background-color: #b8e9ff;
    position: absolute;
    left: 0;
    transition-duration: 0.3s;
}
#index_link .box2 .link_ul li span:after{
    background-color: #ffe0a3;
}
#index_link .link_ul li span:hover:after{
    width: 100%;
}
#index_link .index_box.box1 .link_ul li{
    color: #2186d8;
}
#index_link .index_box.box2 .link_ul li{
    color: #d66214;
}
#index_link .link_ul li a span{
    font-size: 1rem;
}
/* 左邊連結區-閱讀更多連結 */
#index_link .btn_more a {
    padding: 8px 20px;
    display: block;
    position: absolute;
    bottom: -27px;
    right: -4px;
    color: #242424;
    transition-duration: .6s;
    padding: 10px 25px;
    z-index: 2000;
    background-color: #fff;
    border-radius: 50px;
    border-top-right-radius: 0px;
}

#index_link .btn_more a:hover{
    color: #242424;
    z-index: 2000;
}
#index_link .btn_more a {
    padding: 8px 20px;
    display: block;
    position: absolute;
    color: #242424;
    transition-duration: .6s;
    padding: 15px 35px;
    z-index: 2000;
    background-color: #fff;
    border-radius: 50px;
    font-size: 1.2em;
}
#index_link .btn_more a:hover:before {
    transform: scaleX(1);
    opacity: 1;
    z-index: -1;
}
#index_link .btn_more a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    opacity: 0;
    border-radius: 50px;
    border-top-right-radius: 0;
    transition: all 0.65s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform-origin: 0 0;
    z-index: -1;
}
#index_link .box1 .btn_more a:before{
    background-color: #b9eafd;
}
#index_link .box2 .btn_more a:before{
    background-color: #ffdfaf;
}
#index_link .btn_more a::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    transition-duration: .6s;
}
#index_link .box1 .btn_more a::after{
    border: 4px solid #5CCDFF;
    border-top-right-radius: 0;
}
#index_link .box2 .btn_more a::after{
    border: 4px solid #ffc261;
    border-top-right-radius: 0;
}
#index_link .box1 .btn_more a:hover::after{
    border: 4px solid #2186d8;
    border-top-right-radius: 0;
}
#index_link .box2 .btn_more a:hover::after{
    border: 4px solid #F4A82F;
    border-top-right-radius: 0;
}
/* 左邊連結區結束 */

/* 右邊連結區 */
#index_fastlink .pic{
    overflow: hidden;
    transition-duration: 0.3s;
    cursor: pointer;
    height: 200px;
    border: 10px solid #f9f0f0;
    border-radius: 30px;
}
#index_fastlink .pic a{
    display: block;
}
#index_fastlink .pic:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    z-index: -1;
    transition-duration: .3s;
    transition: all 0.65s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#index_fastlink .pic .text_panel{
    padding-top: 35px;
    text-align: center;
}
#index_fastlink .pic.pic4 .text_panel{
    padding-top: 30px;
}
#index_fastlink .pic.pic5 .text_panel{
    padding-top: 20px;
}
#index_fastlink .pic .text_panel img{
    height: 70px;
    margin-bottom: 10px;
    transition-duration: .3s;
}
#index_fastlink .pic:hover .text_panel img{
    height: 50px;
}
#index_fastlink .pic.pic4 .text_panel img{
    transition-duration: .3s;
    height: 50px;
}
#index_fastlink .pic.pic5 .text_panel img{
    transition-duration: .3s;
    height: 60px;
}
#index_fastlink .pic.pic4:hover .text_panel img{
    height: 40px;
}
#index_fastlink .pic.pic5:hover .text_panel img{
    height: 50px;
}
#index_fastlink .pic .text_panel p{
    color: #DDD;
    text-shadow: 0 1px 12px #000;
    font-size: 1.6rem;
    transition-duration: .3s;
    transition: all 0.65s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#index_fastlink .pic:hover:after{
    filter: brightness(0.5);
    transform: scale(1.1);
    border: 10px solid #eef7f2;
    z-index: -2;
}
#index_fastlink .pic:hover .text_panel p{
    font-size: 1.8rem;
}
#index_fastlink .pic1:after{
    background-image: url(../../images/index_link01.jpg);
}
#index_fastlink .pic2:after{
    background-image: url(../../images/index_link02.jpg);
}
#index_fastlink .pic3:after{
    background-image: url(../../images/index_link03.jpg);
}
#index_fastlink .pic4:after{
    background-image: url(../../images/index_link04.jpg);
}
#index_fastlink .pic5:after{
    background-image: url(../../images/index_link05.jpg);
}
#index_link .pic{
    overflow: hidden;
    transition-duration: 0.3s;
    cursor: pointer;
    height: 200px;
    border: 10px solid #eef7f2;
    border-radius: 30px;
}
#index_link .pic a{
    display: block;
}
#index_link .pic:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    z-index: -1;
    transition-duration: .3s;
    transition: all 0.65s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#index_link .pic .text_panel{
    padding-top: 35px;
    text-align: center;
}
#index_link .pic.pic4 .text_panel{
    padding-top: 30px;
}
#index_link .pic.pic5 .text_panel{
    padding-top: 30px;
}
#index_link .pic .text_panel img{
    height: 90px;
    margin-bottom: 10px;
    transition-duration: .3s;
}
#index_link .pic:hover .text_panel img{
    height: 50px;
}
#index_link .pic.pic4 .text_panel img{
    transition-duration: .3s;
    height: 70px;
}
#index_link .pic.pic5 .text_panel img{
    transition-duration: .3s;
    height: 70px;
}
#index_link .pic.pic4:hover .text_panel img{
    height: 50px;
}
#index_link .pic.pic5:hover .text_panel img{
    height: 50px;
}
#index_link .pic .text_panel p{
    color: #DDD;
    font-size: 1.2rem;
    transition-duration: .3s;
    transition: all 0.65s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#index_link .pic:hover:after{
    filter: brightness(0.5);
    transform: scale(1.1);
    border: 10px solid #eef7f2;
    z-index: -2;
}
#index_link .pic:hover .text_panel p{
    font-size: 1.8rem;
}
#index_link .pic1:after{
    background-image: url(../../images/index_link01.jpg);
}
#index_link .pic2:after{
    background-image: url(../../images/index_link02.jpg);
}
#index_link .pic3:after{
    background-image: url(../../images/index_link03.jpg);
}
#index_link .pic4:after{
    background-image: url(../../images/index_link04.jpg);
}
#index_link .pic5:after{
    background-image: url(../../images/index_link05.jpg);
   
}
/* 右邊連結區結束 */
/* --------------------首頁連結區結束--------------------- */

/*-------------------內頁主要區域開始------------------*/
#content_section{
	padding-bottom: 80px;
    background-image: url(../../images/content_bg_color.png);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
/*---左側選單---*/
#left_nav{
    padding-top: 30px;
}
#left_nav .left_title{
	padding: 5px 0;
	border-bottom: 3px solid #efab98;
}
#left_nav .left_title img,h2{
	display: inline-block;
    vertical-align: text-top;
}
#left_nav .left_title h2{
	margin-left: 5px;
    display: initial;
}
#left_nav .list-group{
    margin-top: 15px;
    margin-right: 10%;
}
#left_nav .list-group-item{
    position: relative;
    margin-top: 10px;
    color: #696868;
    transition-duration: .6s;
    transition-duration: .6s;
    padding-right: 0;
    z-index: 10;
    background-color: #fff;
}
#left_nav .list-group-item.active{
    background-color: #800000;
    color: #FFF;
    z-index: 10;
}
#left_nav .list-group-item.active span{
    color: #FFF;
}
#left_nav .list-group-item.active:before{
    display: none
}
#left_nav .list-group-item:hover{
    z-index: 2000;
    color: #FFF;
}
#left_nav .list-group-item span{
    color: #e03f3f;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}
#left_nav .list-group-item:hover span{
    color: #FFF;
}
#left_nav .list-group-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(0.05);
    opacity: 1;
    transition: all 0.65s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transform-origin: 0 0;
    background-color: #e03f3f;
    z-index: -1;
}
#left_nav .list-group-item:hover:before {
    transform: scaleX(1);
    opacity: 1;
    z-index: -1;
    background-color: #6F6F6F;
}
#left_nav .list-group-item span{
    margin-left: 10px;
}
/* 右邊主要內容 */
#main_content{
    border-left: 2px solid rgba(0,0,0,.2);
    padding-left: 40px;
    padding-top: 30px;
}
#main_content .right_title{
    display: flex;
    padding: 4px 0;
    border-bottom: 3px dotted #ff9f98;
    justify-content: center;
}
#main_content .right_title h3{
    text-align: center;
}
#main_content .right_title h3 svg{
    color: #B9491E;
}
#main_content .right_title h2 .fa-link{
    color: #f1a531;
}
#main_content .right_title h2 .fa-trophy{
    color: #03A9F4;
}
#main_content .right_title h3 span,#main_content .right_title h2 span{
    position: relative;
    left: 0;
    transition-duration: 0.4s;
	font-size: 1.75rem;
}
#main_content:hover .right_title h3 span,#main_content:hover .right_title h2 span{
    position: relative;
    left: 5px;
}
#main_content .right_title h3:after,#main_content .right_title h2:after{
    content: "";
    display: block;
    width: 100%;
    height: 7px;
    position: relative;
    top: -7px;
    background: #f8ee65;
    transform: scaleX(0.2);
    z-index: -1;
    transition-duration: .3s;
    transform-origin: 0 0;
}
#main_content:hover .right_title h3:after,#main_content:hover .right_title h2:after{
    content: "";
    display: block;
    width: 100%;
    height: 7px;
    position: relative;
    top: -7px;
    background: #f8ee65;
    transform: scaleX(1.5);
    z-index: -1;
}
#main_content .content_block{
    margin-top: 30px;
    padding: 15px;
    box-shadow: 0 0 15px -7px #3e3800;
    background-color: #fefffd;
}
#main_content .content_block.content_border{
    border-bottom: 10px solid #EFEFEF;
    border-top: 10px solid #EFEFEF;
}
#main_content .content_block .gallery{
    overflow: hidden;
}
    /* 主要內容表格 table */
#main_content .content_block .tr_th th{
    color: #FFF;
    font-weight: 500;
}
#main_content .content_block .tr_th{
    background: rgb(119 59 43); /* Old browsers */
    background: -moz-linear-gradient(left, rgb(80 67 67) 0%, rgb(119 59 43) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgb(80 67 67) 0%,rgb(119 59 43) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left,rgb(80 67 67) 0%,rgb(119 59 43) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(80 67 67)', endColorstr='rgb(119 59 43)',GradientType=1 ); /* IE6-9 */
}
#main_content .content_block table{
    background-color: #FFF;
    /* box-shadow: 0 5px 20px -10px rgba(100,100,100); */
}
#main_content .content_block tbody tr:hover{
    background-color: #f9f9f5;
}
#main_content .content_block .th-1{
    width: 5%;
}
#main_content .content_block .th-2{
    width: 12%;
}
#main_content .content_block .th-3{
    width: 63%;
}
#main_content .content_block .th-4{
    width: 20%;
}

#main_content .content_block .th-42-1{
    width: 5%;
}
#main_content .content_block .th-42-2{
    width: 15%;
}
#main_content .content_block .th-42-3{
    width: 50%;
}
#main_content .content_block .th-42-4{
    width: 15%;
}

#main_content .content_block .th-64-1{
    width: 15%;
}
#main_content .content_block .th-64-2{
    width: 40%;
}
#main_content .content_block .th-64-3{
    width: 10%;
}

#main_content .content_block .th-92-1{
    width: 20%;
}
#main_content .content_block .th-92-2{
    width: 40%;
}
#main_content .content_block .th-92-3{
    width: 15%;
}

#main_content .content_block .th-97-1{
    width: 20%;
}
#main_content .content_block .th-97-2{
    width: 15%;
}
#main_content .content_block .th-97-3{
    width: 10%;
}
#main_content .right_content_title{
    color: #6D0000;
}
#main_content .right_content_title span{
	font-size: inherit;
    color: inherit;
}
#main_content .content_badge>span:nth-child(1){
    background-image: url(../../images/badge03.png);
	color: #FFF;
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 0.7em;
	padding-bottom: 1em;
    width: 150px;
    word-break: keep-all;
}
#main_content .content_badge.badge_l>span:nth-child(1){
    background-image: url(../../images/badge03.png);
    color: #FFF;
	word-break: keep-all;
}
#main_content .content_badge.badge_l_y>span:nth-child(1){
    background-image: url(../../images/badge04.png);
    color: #FFF;
	word-break: keep-all;
}
#main_content .content_badge>span:nth-child(2){
	padding-top: 0.7em;
	padding-bottom: 0.6em;
/*	word-break: keep-all;*/
}
#main_content .content_date{
    float: right;
}
#main_content .content{
    margin-bottom: 10px;
    padding-bottom: 15px;
}
#main_content .content .content_hr_bt{
    border-bottom: 3px solid #DCA5A5;
}
#main_content .content_block hr{
    margin: 0;
    margin-top: 10px;
}
#main_content .content_back{
    margin-top: 15px;
}
#main_content .content_back input{
    float: right;
    padding: 10px 30px;
    border-radius: 20px;
    background-color: #9E0000;
    color: #FFF;
}
#main_content .content_back input:active{
    border-style: inset;
    border-color: buttonface;
}

#main_content .card.content_block{
    padding: 0;
}
#main_content .card.content_block .card-header{
    background: -webkit-linear-gradient(left, #6f6f6f, #9e5342);
    background: linear-gradient(to right, #6f6f6f, #9e5342);
    color: #FFF;
}
#main_content .card.content_block .card_div{
    padding: 6px 15px;
    border-bottom: 1px solid #f1eecd;
}


#main_content .card.content_block .th{
    color: #8C0000;
}


/* 中心主任簡介 */
#main_content .content_block .teacher_info h4 span{
    border-bottom: 3px solid #eceab7;
    padding: 0px 5px;
    color: #03718c;
}
#main_content .content_block .member_photo{
	width: 100%;
}
#main_content .content_block .card p{
    text-indent: -54px;
    padding-left: 54px;
}
#main_content .content_block .teacher_paper .list-group{
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
}
#main_content .content_block .teacher_paper a{
	margin-right: 10px;
}
#main_content .content_block .teacher_paper .tab-content{
	margin-top: 15px;
}
/* #main_content .content_block .teacher_info p{
    border-bottom: 1px dashed #c2ecb7;
}

#main_content .content_block .teacher_info p{
    border-bottom: 1px dashed #c2ecb7;
    text-indent: -51px;
    margin: auto;
    padding-left: 51px;
}
#main_content .content_block .teacher_info .w4{
    border-bottom: 1px dashed #c2ecb7;
    text-indent: -83px;
    margin: auto;
    padding-left: 83px;
}
#main_content .content_block .teacher_info .w5{
    border-bottom: 1px dashed #c2ecb7;
    text-indent: -51px;
    margin: auto;
    padding-left: 51px;
} */

/*中間主要內容*/
#main_content .content_block .tr_th.tr_th2 {
    background: rgb(214, 39, 0);
    background: -moz-linear-gradient(left, rgb(214, 39, 0) 0%, rgb(239, 129, 8) 100%);
    background: -webkit-linear-gradient(left, rgb(214, 39, 0) 0%,rgb(239, 129, 8) 100%);
    background: linear-gradient(to right,rgb(214, 39, 0) 0%,rgb(239, 129, 8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ba7ba', endColorstr='#07c498',GradientType=1 );
}
#main_content .right_title.center_title2 {
    display: flex;
    padding: 4px 0;
    border-bottom: 3px dotted #efbf49;
}
#main_content .content_block .tr_th.tr_th1 {
    background: rgb(21, 121, 202);
    background: -moz-linear-gradient(left, rgb(21, 121, 202), rgb(0, 131, 136) 100%);;
    background: -webkit-linear-gradient(left, rgb(21, 121, 202) 0%,rgb(0, 131, 136) 100%);;
    background: linear-gradient(to right,rgb(21, 121, 202) 0%,rgb(0, 131, 136) 100%);;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ba7ba', endColorstr='#07c498',GradientType=1 );
}
#main_content .right_title.center_title1 {
    display: flex;
    padding: 4px 0;
    border-bottom: 3px dotted #88d6ff;
}
/*-------------------內頁主要區域結束------------------*/

/*-----------------網頁導覽頁開始----------------------*/
#main_content.guide{
    border-left: 0px solid #000;
    padding-left: 0;
}
#main_content.guide .guide_title {
    padding-left: 70px;
}
#main_content.guide .guide_title .section_icon {
    width: 60px;
    left: 0px;
}
#main_content.guide .info{
    background: #ffffff;
    border: 2px solid #d0f3ed;
    box-shadow: 0 0 24px -10px rgb(13, 105, 80);
}
#main_content.guide .info .divide_hr{
    border-bottom: 1px solid #dadada;
    margin-bottom: 1rem;
}
#main_content.guide .guide_block .h4{
    color: #00878c;
    position: relative;
    z-index: 2000;
}
#main_content.guide .guide_block a{
    color: #000;
}
#main_content.guide .guide_block a:hover{
    color: #03718c;
}
#main_content.guide .guide_block .h4::before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 12px;
    transform: scaleY(0);
    background-color: #c2ecb7;
    transition-duration: .3s;
    top: 19px;
    z-index: -1;
}
#main_content.guide .guide_block:hover .h4::before{
    transform: scaleY(1);
    background-color: #fff283;
}
/*-----------------網頁導覽頁結束----------------------*/

/*-------------------內頁下方連結區開始------------------- */
#content_link .pic{
    overflow: hidden;
    transition-duration: 0.3s;
    cursor: pointer;
    height: 150px;
    border: 10px solid #E4E4E4;
/*    border-radius: 15px;*/
}
#content_link .pic a{
    display: block;
}
#content_link .pic:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    z-index: -1;
    transition-duration: .3s;
    transition: all 0.65s cubic-bezier(0.68, 0, 0.265, 1.55);
}
#content_link .pic .text_panel{
    padding-top: 20px;
    text-align: center;
}
#content_link .pic .text_panel img{
    height: 60px;
    margin-bottom: 10px;
    transition-duration: .3s;
}
#content_link .pic:hover .text_panel img{
    height: 50px;
}
#content_link .pic .text_panel p{
    color: #DDD;
    font-size: 1.2rem;
    transition-duration: .3s;
    transition: all 0.65s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#content_link .pic:hover:after{
    filter: brightness(0.5);
    transform: scale(1.1);
    z-index: -2;
}
#content_link .pic:hover .text_panel p{
    font-size: 1.8rem;
}
#content_link .pic1:after{
    background-image: url(../../images/index_link01.jpg);
}
#content_link .pic2:after{
    background-image: url(../../images/index_link02.jpg);
}
#content_link .pic3:after{
    background-image: url(../../images/index_link03.jpg);
}
#content_link .pic4:after{
    background-image: url(../../images/index_link04.jpg);
}
#content_link .pic:after{
    background-image: url(../../images/index_link05.jpg);
}
/*-------------------內頁下方連結區結束------------------- */

/* --------------------FOOTER開始-------------------------- */
#footer{
    position: relative;
    color: #FFF;
    background-image: url(../../images/index_bg_2.jpg);
    background-position: center center;
    background-size: cover;
    z-index: 2;
}
/*
#footer:before{
    content: "";
    display: block;
    position: absolute;
    width: 300px;
    height: 300px;
    right: -280px;
    top: -150px;
    transform: rotate(45deg);
    background-color: #a3dbdf;
}
*/
#footer .footer_title{
    position: relative;
}
#footer .footer_title:before{
    content: "";
    display: block;
    height: 30px;
    width: 30px;
    background-color: #848484;
    border-radius: 100%;
    position: absolute;
    left: -17px;
    top: -7px;
    z-index: -1;
}
#footer .footer_info{
    font-size: 0.9em;
}
#footer .people::after{
    content: "";
    display: block;
    position: relative;
    height: 4px;
    width: 80px;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
    background-color: #fcdf5f;
}
/* --------------------FOOTER結束-------------------------- */

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 30px;
    background: #0a7baf;
    color: #ffffff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    font-size: 2em;
    padding-top: 10px;
}
#back-to-top:hover {
    background: #006ea5;
}
#back-to-top.show {
    opacity: 1;
}
#back-to-top:focus{
    border: 4px solid #ce1e1e;
}