
/*-----------------------------------通用-----------------------------------*/
body {
	margin:0; 
	padding:0; 
	line-height:170%;
	font-family:"微軟正黑體", "open-sans", Times New Roman , sans-serif;
	color:#333;
	background:#fff;
	font-size:1em;
	background-position:top;
	background-repeat:no-repeat;
}
*{
	padding:0;
	margin:0;}
a{
	color:#333;
}
a:hover ,a:focus{
	color:#1366a1;
}
a, a:hover ,a:focus{
	text-decoration:none;
}
img{
	max-width:100%; 
	height:auto;
}
h1{
	margin:0 !important;
	line-height: normal;
	font-size: inherit;
}
h2{
	font-size:1.875em;
	font-weight:bold;
	line-height:130%;
	margin-bottom:0;
	color:#1366a1;
}
h3{
	color:#233f67;
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:10px;
	line-height:130%;
	text-transform: none;
}
h4{
    color: #168245;
	font-size:1.35em;
	font-weight:bold;
}
p {
    margin: 0 0 5px;
}
hr{
	float:left;
	width:100%;
}
label {
    font-weight: 500;
}
.container {
    width: 100%;
}
.form-control{
	font-size:1em;
}
.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;
}
.required{
	color:#1366a1;
	font-size:0.8em;
}
.input-xsmall {
    width: 80px!important;
}
.input-small {
    width: 145px!important;
}
.input-medium {
    width: 240px!important;
}
.input-large {
    width: 320px!important;
}
.btn_01{
	background: #233f67;
    padding: 6px 15px;
    color: #fff;
	font-size:1em;
	border:none;
	letter-spacing:1px;
	cursor:pointer;
	border-radius:4px;
}
.btn_01:hover ,.btn_01:focus{
	background:#1366a1;
	color:#fff !important;
}
button.btn_01, html input.btn_01 ,button.btn_02, html input.btn_02{
	padding:3px 20px;
}
.btn_02{
	background: #666;
    padding: 6px 15px;
    color: #fff;
	font-size:1em;
	border:none;
	letter-spacing:1px;
	cursor:pointer;
	border-radius:4px;
}
.btn_02:hover ,.btn_02:focus{
	background:#333;
	color:#fff !important;
}
.btn-primary {
	border-color: #1366a1;
	background-color: #1366a1;
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-primary:hover {
	border-color: #233f677;
	background-color: #233f67;
	color: #FFF;
}
.btn-primary:active, .btn-primary:focus {
	border-color: #233f67;
	background-color: #233f67;
	color: #FFF;
	outline:2px solid #00b0f0;
}
.btn_box{
	float:left;
	width:100%;
	margin:20px 0;
}
.display_inline{
	display:inline-block !important;
}
.display_none{
	display:none;
}
.scroll-to-top:hover {
	background:#1366a1;
}
.scroll-to-top:hover i{
	color:#fff;
}
.nomarginbottom{
	margin-bottom: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;
}
.w-100{
	width:100%;
}
.w-auto{
	width:auto;
}
.line{
	background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
	height:2px;
	float:left;
	width:100%;
	margin:25px 0;
}
.form-control {
    padding: 5px 8px;
	box-shadow:none;
	margin:2px 0;
}
.date{
	font-size:0.9em;
}
.top_class{
	background:#233f67;
	border-radius:5px;
	padding:2px 8px;
	color:#fff;
	margin:5px;
}
.color_01{
	color:#1366a1;
}
.color_02{
	color:#233f67;
}
.color_03{
	color:#168245;
}
.color_04{
	color:#C7161D;
}


/*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;
	padding:0 10px;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position:absolute!important;
	z-index:101;
}
input.form-control:focus ,textarea.form-control:focus ,input[type="text"]:focus,input[type=file]:focus, input[type=checkbox]:focus,  input[type=button]:focus, input[type=radio]:focus, input[type=password]:focus, input[type=tel]: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 ,#icon_btn:focus{
	outline:2px solid #00b0f0;
}

/* Firefox */
@-moz-document url-prefix() {
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: relative!important;
}
}


/*font-size*/
.font_l{font-size:120%}
.font_m{font-size:100%}
.font_s{font-size:80%}


/*header*/
/*tophome*/
#tophome{
	float:left;
	width:100%;
	background:#1366a1;
	font-size:0.85em;
	line-height:170%;
	height:38px;
}
#header .header-nav-top .nav > li > a:focus ,.font_size a:focus ,.font_size a:hover{
    background: #233f67;
}
.font_size{
    display: inline-block;
}
.header-nav-top .nav-pills>li+li {
    margin-left:0;
}
.header-nav-top a{
	cursor:pointer;
}
.header-nav-top i{
	font-size:1.6em;
	margin-top: 1px;
}
.header_search{
	margin-top:5px;
}
.header_search input{
	height:auto;
	line-height:110%;
	padding:4px 5px;
	border:none;
}
.header_search button{
	background:#333;
	border:none;
	color:#fff;
	padding:4px 15px;
	line-height:110%;
	border-radius:4px;
	margin-top:2px;
	vertical-align: top;
}
.header_search button:hover ,.header_search button:focus{
	background:#233f67;
	color:#fff;
}
.header-nav-search{
	display:none;
}



/*top menu*/
.dropdown-menu>li>a:hover ,.dropdown-menu>li>a:focus ,.dropdown-menu>li:focus,.dropdown-menu>li a:active{
	background:rgba(0, 0, 0, 0.3);
	color:#fff;
}
#header .header-nav-main nav > ul >li:hover:after {
    width: 100%;
    background: #1366a1;
}
.header-nav-main .dropdown-menu{
    margin:0 !important;
	font-size:1em;
}
.header-nav-main .dropdown a > img{
	width:30px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: rgba(0,0,0,.3);
}


/*header menu滑入出現底色*/
#header .header-nav-main nav > ul > li:hover,#header .header-nav-main nav > ul > li:focus{
	background:#233f67;
}
.header-nav-main .dropdown>a{
	text-align:center;
	color:#00428d;
	padding:0 15px;
}
#header .header-nav-main nav > ul > li:hover a,#header .header-nav-main nav > ul > li:focus a{
	color:#fff!important;
}
#header .header-nav-main nav > ul > li > a:focus {
	background:#233f67;
	color:#fff;
}
.dropdown-menu>li>a {
    white-space: normal;
}


/*header menu滑入上方出現線條*/
#header .header-nav-main nav > ul >li:before ,#header .header-nav-main nav > ul >li:focus{
  	content: '';
 	display: block;
  	margin: auto;
  	height: 3px;
 	width: 0px;
  	background: transparent;
  	transition: width .5s ease, background-color .5s ease;
}
#header .header-nav-main nav > ul >li:hover:before  ,#header .header-nav-main nav > ul >li:hover:focus{
  	width: 100%;
	background: #fff;
}


/*選單最後一項置右對齊*/
#header .header-nav-main nav > ul > li:last-child > .dropdown-menu{
    right:0;
}
#header .header-nav-main nav > ul > li:last-child.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu{
	right:160px;
	left:auto!important;
}


/*menu無障礙*/
#header .header-btn-collapse-nav_1 {
    background: #fff;
    color: #00693e;
    display: none;
    float: right;
    margin: 12px 0 8px 15px;
    border: solid 1px #00693e;
}
#header .header-nav-main nav ul li.dropdown.open >.dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown:focus > .dropdown-menu{
    top: auto ;
    display: block;
    opacity: 1;
	transform: translate3d(0, 0, 0);
}
#header .header-nav-main-effect-1 nav > ul > li.dropdown.open > .dropdown-menu>li>a{
    transform: translate3d(0, 0, 0);
}
#header .header-nav-main nav ul li.dropdown.open  li.dropdown-submenu> .dropdown-menu.open{
    top: 0 !important;
    display: block !important;
    opacity: 1 !important;
	transform: translate3d(0, 0, 0) !important;
}
.nav .open>a {
    background-color: transparent;
}
.dropdown-backdrop{
	z-index:auto !important;
}
.dropdown-submenu.open .dropdown-menu{
	display:block !important;
}


/*svg檔換色*/
.header-nav-main .svg-img{
	width:30px;
	height:30px;
	margin-bottom:5px;
}
.header-nav-main a:hover .svg-img path , .header-nav-main a:focus .svg-img path , .header-nav-main li:focus .svg-img path{
	fill: #fff;
}


/*右側浮動選單*/
#ICON{
	position:absolute;
	right:20px;
	width:50px;
	text-align:center;
	z-index:9;
	top:150px;
}
#icon_btn{
	font-size:1.5em;
	width:inherit;
	background:rgba(0,0,0,.7);
    border-radius: 50%;
	width:50px;
	height:50px;
	line-height:50px;
}
#icon_btn i{
	color:#fff;
	padding-top:12px;
}
.icon_link{
	list-style:none;
	padding-left:0 !important;
	border-radius:25px;
	padding:10px 0;
	margin-top:-8px;
}
.icon_link li{
	position:relative;
}
.icon_link li a{
	border-radius:50%;
	float:left;
	width:50px;
	height:50px;
	border-radius: 50%;
	opacity:0.7;
	margin-bottom:5px;
}
.icon_link li a:hover ,.icon_link li a:focus{
	opacity:1;
}
.icon_link li:nth-child(4n+1) a{
	background:rgba(19,102,161,1);
}
.icon_link li:nth-child(4n+2) a{
	background:rgba(22,130,69,1);
}
.icon_link li:nth-child(4n+3) a{
	background:rgba(199,22,29,1);
}
.icon_link li:nth-child(4n) a{
	background:rgba(232,131,23,1);
}
.icon_link img{
	width: 40px;
	margin-top:5px;
}


/*index_banner*/
.index_banner{
	margin-top:145px;
	float:left;
	width:100%;
}
.banner_01{
	overflow:hidden;
}
.owl-carousel .owl-nav {
    top: 50%;
	position:absolute;
}
.owl-theme .owl-nav [class*=owl-] {
    border-radius: 50% !important;
}
.banner_01 .owl-nav .owl-prev {
	left: 5px;
}
.banner_01 .owl-nav .owl-next {
	right: 5px;
}
.owl-theme .owl-dots {
    position: inherit;
    top: -90px;
}
.owl-carousel {
	float:left;
}
.owl-carousel a:focus{
	border: solid #00b0f0 2px;
	float: left;
    width: 100%;
}


/*index_news*/
.index_news{
	background: url(../img/index_news_bg.jpg);
	background-position:top center;
	background-attachment:fixed;
	float:left;
	width:100%;
	/* margin-top: -32px; */
	z-index:2;
	position:relative;
	padding:50px 0;
}
.quick_box{
	text-align: center;
    display: flex;
    justify-content: center;
	margin-top:-90px
}
.quick_box a{
	width:80px;
	height:80px;
	background:#fff;
	border-radius:50%;
	padding:15px;
}
.quick_btn{
	border:solid #1366a1 2px;
	border-radius:50%;
	width:50px;
	height:50px;
}
.quick_btn i{
	color:#1366a1;
	font-size:1.8em;
	line-height:50px;
}
.index_news .container>.title{
	font-size:2.25em;
	color:#233f67;
	font-weight:bold;
	text-align:center;
	padding:3% 0;
}
.index_news .index_news_box{
	float:left;
	width:100%;
}
.index_news .index_news_box .item{
	float:left;
	width:33.3%;
	padding:2.5%;
}
.index_news_list{
	border:solid #ddd 1px;
	float: left;
    width: 100%;
}
.index_news_list .title{
	font-size:1.625em;
	font-weight:bold;
	color:#333;
	background:#f5f5f5;
	padding:6%;
	text-align:center;
}
.index_news_list .title img{
	width:35px;
	margin-right:2%;
	margin-top: -5px;
}
.index_news_list ul{
	padding:10px;
	list-style:none;
	float: left;
    width: 100%;
	margin:0;
}
.index_news_list ul li::before {
	content:"•";
	color:#1366a1;
}
.index_news_list ul li{
	border-bottom:dotted 2px #ccc;
	float: left;
    width: 100%;
	margin-top:15px;
	padding: 0 10px;
}
.index_news_list ul li a{
	padding:15px 0 15px 15px;
	float: left;
    width: 100%;
	margin-top:-40px;
}
.index_news_list .date{
	color:#1366a1;
}
.index_news_list .top_class{
	background:#1366a1;
}
.index_news_list .btn_box{
	float:left;
	width:100%;
	text-align:center;
	padding:0 10px 10px 10px;
	margin:0;
}
.index_news_list .btn_box a{
	float:left;
	width:100%;
	padding:10px 20px;
}
.index_news_box .epaper{
	float:left;
	width:100%;
	font-size:1.3em;
	margin-bottom:12%;
}
.index_news_box .epaper a ,.index_news_box .job a{
	position: relative;
	float: left;
    width: 100%;
}
.index_news_box .epaper img{
	border:solid #ddd 1px;
}
.index_news_box .epaper .no{
	position:absolute;
	top:7%;
	left:7%;
	background:#1366a1;
	border-radius:30px;
	color:#fff;
	padding:3px 15px;
}
.index_news_box .epaper .title{
	position:absolute;
	top: calc(7% + 45px);
	left:7%;
	width:80%;
	line-height:150%;
	font-weight:bold;
}
.index_news_box .job img{
	border:solid #ddd 1px;
}
.index_news_box .job .title{
	position: absolute;
    top: 17%;
    left: 6%;
    font-size: 1.8em;
    color: #fff;
    width: 80%;
    line-height: 150%;
    font-weight: bold;
}


/*index_video*/
.index_video{
	background: url(../img/index_video_bg.png);
	background-color:#e9f2fb;
	background-position:top center;
	background-size:contain;
	padding:50px 0 8% 0;
	float:left;
	width:100%;
	position:relative;
	z-index:3;
}
.index_video .container{
	padding:0 40px;
}
.index_video .quick_box a{
	background-color:#e9f2fb;
}
.index_video .owl-carousel a:focus{
	float:none !important;
	width:auto !important;
}
.index_video .container>.title{
	font-size:2.25em;
	color:#233f67;
	font-weight:bold;
	text-align:center;
	padding:5.5% 0 4% 0;
}
.index_video .owl-carousel .owl-nav .owl-prev {
    left: -40px;
}
.index_video .owl-carousel .owl-nav .owl-next {
    right: -40px;
}
.index_video .owl-item .item{
	overflow: hidden;
	width: 100%;
	color: #000;
}
.index_video .owl-carousel .item .video{
	float:left;
	width:73%;
	padding-right:15px;
	padding-bottom: 500em;
    margin-bottom: -500em;
}
.index_video .owl-carousel .item .font{
	float:left;
	width:27%;
	background-color:#fff;
	padding:3%;
	padding-bottom: 500em;
    margin-bottom: -500em;
}
.index_video .owl-carousel .item .font .title{
	font-size:1.25em;
	padding-bottom:15px;
	color:#233f67;
	font-weight:bold;
}
.index_video .owl-carousel .item .font .con_font{
	border-top:solid #ccc 1px;
	padding:15px 0 0 0;
	float:left;
	width:100%;
}



/*index_link*/
.index_link{
	float:left;
	width:100%;
	background:#f8f8f8;
	padding:40px 0 50px 0;
}
.index_link .container{
	padding:0 40px;
}
.index_link .container>a{
	float:left;
	width:100%;
}
.index_link .container .title{
	font-size:2.25em;
	color:#233f67;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
}
.index_link .owl-carousel .owl-nav .owl-prev {
    left: -40px;
}
.index_link .owl-carousel .owl-nav .owl-next {
    right: -40px;
}
.index_link .owl-carousel img{
	border:solid #ccc 1px;
}
.index_link .btn_box{
	margin-bottom:0;
	margin-top:30px;
	text-align:center;
}
.index_link .btn_box .btn_01{
	padding:10px 40px;
}
.owl-carousel .item>a{
	float:left;
	width:100%;
}


/*footer_menu*/
.footer_menu{
	float:left;
	width:100%;
	background-color:#e9f2fb;
	padding:5% 0;
	border-bottom:solid #fff 2px;
}
.footer_menu .footer_item{
	float:left;
	width:14.28%;
	padding: 0 15px 15px 15px;
}
.footer_menu .footer_item:nth-child(7n+1){
	clear:both;
}
.footer_title{
	font-weight:bold;
	color:#000;
	padding-bottom:15%;
	width:100%;
	float:left;
	line-height:130%;
	font-size:1.4em;
}
.footer_item ul{
	list-style:none;
	float:left;
	width:100%;
	font-size:0.95em;
}
.footer_item ul>li{
	padding-left:15px;
}
.footer_item ul>li:before {
    content: "\f054";
    font-family: FontAwesome;
    padding-right: 4px;
    font-size: 0.9em;
    margin-left: -13px;
	color:#1366a1;
}
.footer_item li{
	line-height:130%;
	font-size:0.9em;
	padding-bottom:10px;
}
.footer_item li a{
	color:#1366a1 !important;
}
.footer_item li a:hover{
	color:#233f67!important;
}


/*footer*/
footer{
	background:#1366a1;
	float:left;
	width:100%;
	color:#fff;
	font-size:0.9em;
}
footer .container{
	padding:20px 15px;
}
#footer .item_01 ,#footer .item_03{
	width:220px;
	float:left;
	padding:0 2.5%;
}
#footer .item_02{
	width:calc(100% - 220px);
	float:left;
	padding: 0 2.5%;
}
#footer .quantity{
	list-style:none;
	margin-top: 5%;
}
#footer .item_02 img{
	padding: 3px 0;
}
#footer .menu{
	float:left;
	width:100%;
	list-style:none;
}
#footer .menu li{
	display:inline-block;
}
#footer .menu li:after{
	content:"|";
	padding:0 5px;
}
#footer .menu li:last-child:after{
	content:"";
}
#footer .menu li a{
	border-radius:30px;
	padding:5px 10px;
}
#footer .menu li a:hover{
	background:#233f67;
	color:#fff;
}
#footer .info{
	list-style:none;
	float:left;
	width:100%;
	margin-bottom:0;
}
#footer .info li:nth-child(2) ,#footer .info li:nth-child(3){
	display:inline-block;
	padding-right:30px;
}
#footer .info i{
	padding-right:5px;
}


/*page_banner*/
.page_banner{
	margin-top:145px;
	float:left;
	width:100%;
	height:200px;
	overflow:hidden;
	background-size:cover;
}
.page_banner img{
	width:100%;
}


/*page_content*/
.page_content{
	float:left;
	width:100%;
	background-image:url(../img/page_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#fff;
	min-height:500px;
	padding-bottom:10%;
}


/*page_menu*/
.page_menu{
	float: left;
    width: 21%;
    background: #fff;
    border: solid #eee 1px;
    padding: 3px 3px 0 3px;
    position: relative;
    margin: -35px 0 0 0;
}
.page_menu>a{
	position:absolute;
	top:-30px;
}
.page_menu .title{
	background: #233f67;
    color: #fff;
    font-size: 1.4em;
    padding: 7% 5%;
    text-align: center;
}
.page_menu .navbar{
	list-style:none;
	margin:2px 0 0 0;
	font-size: 1.125em;
}
.page_menu nav .navbar-nav .open .dropdown-menu ,.page_menu nav .navbar-nav .active .dropdown-menu {
	position: static;
	float: none;
	width: 100%;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	min-width: auto;
	background:rgba(22,130,69,.1);
	border-radius:0;
	margin-bottom:3px;
}
.page_menu .dropdown-menu>li>a:hover{
    color: #333;
}
.page_menu .navbar-collapse{
	padding:0;
}
.page_menu .navbar .navbar-nav li{
	width:100%;
}
.navbar-nav {
    width: 100%;
	margin:0;
}
.navbar {
    margin-bottom: 0;
}
.page_menu .navbar .navbar-nav>li{
	color:#000;
}
.page_menu .navbar .navbar-nav>li:first-child{
	border-top: none;
}
.page_menu .navbar .navbar-nav>li>a {
	padding: 6% 10%;
	color:#1366a1;
	background:#f5f5f5;
	margin-bottom:2px;
	font-weight:bold;
}
.page_menu .navbar .navbar-nav>li>a.active ,.page_menu .navbar .navbar-nav>li>a.active:hover {
	color:#fff;
	background:#1366a1;
}
.page_menu .navbar .navbar-nav>li>a:hover{
	background-color:rgba(19,102,161,.1);
}
.page_menu .navbar .dropdown-submenu{
	font-size:inherit;
}
.page_menu .navbar .dropdown-submenu>a {
    /*padding: 13px 10px !important;*/
	margin: 0;
    color: #000;
	width:100%;
	position:relative;
}
.page_menu .navbar .dropdown-submenu>a:after {
	content: "\f0d7";
	font-family: FontAwesome;
	position: absolute;
    right: 10px;
	top: 35%;
}
.page_menu .navbar .dropdown-submenu>a i{
	float: right;
}
.page_menu .navbar .nav .open>a:hover, .page_menu .navbar .nav .open>a:focus, .page_menu .navbar .nav .open>a ,.page_menu .dropdown-submenu.active>.dropdown-toggle ,.page_menu .dropdown-submenu.active>.dropdown-toggle:hover{
    background-color:#168245;
	color:#fff;
}
.page_menu .navbar .nav .open .active, .page_menu .navbar .nav .open a.active:hover , .page_menu .dropdown-submenu.active ul li a.active{
    background-color: #0f5b30;
    color: #fff;
}
.page_menu .navbar .dropdown-menu {
	background:rgba(0,0,0,0.05);
	padding: 0;
}
.page_menu .navbar .dropdown-menu li:last-child{
	border-bottom:none;
}
.page_menu .navbar .dropdown-menu>li>a {
    padding: 10px 20px 10px 35px;
	border-bottom:solid 2px #fff;
}
.page_menu .navbar .dropdown-menu>li:last-child >a {
	border-bottom:none;
}
.page_menu .navbar .dropdown-menu>li>a:hover {
	background:rgba(0,0,0,0.05);
}
.page_menu .dropdown-submenu.active ul{
	display:block !important;
	position:relative;
	box-shadow:none;
	border:none;
	margin-bottom:3px;
	z-index:1;
}


/*page_con*/
.page_con{
	float:left;
	width:79%;
}
.page_con ol li ,.page_con ul li{
	margin-bottom:5px;
}


/*page_top*/
.page_top{
	float: left;
    width: 100%;
	padding:0px 20px 10px 15px;
}
.page_top_left{
	font-size:0.85em;
	float:left;
	width:calc(100% - 190px);
}
.page_top_left ,.page_top_left a{
	/*color:#333;*/
	padding:15px 0;
	line-height: 150%;
}
.page_top_left a:hover{
	color:#1366a1;
}
/*.page_top_left i{
	padding:0 5px 0 7px;
}*/
.page_top_left .icon{
	padding:0 7px;
	font-size:0.8em;
	color:#ccc;
}
.page_top_right{
	float:right;
	padding-top:10px;
}
.page_top_right img{
	width:27px;
}


/*page content*/
.main_con{
	float:left;
	width:100%;
	padding: 10px 40px 0 45px;
}
.main_con .container{
	padding: 50px 30px;
}
.main_con h2{
	margin-bottom:25px;
}
.table-toolbar{
	float: left;
    width: 100%;
	margin-bottom:10px;
}
.table-toolbar .title{
	float:left;
	padding:5px 10px 5px 0; 
}
.table-toolbar .mt-radio, .table-toolbar .mt-checkbox{
    margin: 5px 25px 5px 5px;
}
.table-toolbar input[type=checkbox], .table-toolbar  input[type=radio] {
    margin: 5px 5px 0 0;
}
.table-toolbar .btn_01{
	margin:0 5px;
}
.list_class{
	list-style:none;
	float:left;
	width:100%;
	margin-bottom:0
}
.list_class li a{
	float:left;
	padding:5px 20px;
	border-radius:30px;
	white-space:nowrap;
	margin:5px 10px 5px 0;
	border:solid #ccc 1px;
}
.list_class li a:hover{
	background:#08893e;
	color:#fff;
}
.list_class li a.active{
	background:#555;
	color:#fff;
}
.img_padding {
    padding: 10px;
}


/*page_class*/
.page_class{
	float:left;
	width:100%;
	color:#168245;
	margin-bottom: 10px;
}
.page_class .date{
	display:inline-block;
}
.page_class .item_class{
	display:inline-block;
}
.page_class .item_class:before{
	content:"|";
	padding:0 10px 0 8px;
	color:#ddd;
	font-size:0.9em;
}


/*edit_con*/
.edit_con ul, .edit_con ol{
	padding-left:30px;
}


/*page_img*/
.page_img{
	float:left;
	width:100%;
    padding:0;
	margin:20px 0 0 0;
}
.page_img .owl-carousel .owl-nav .owl-prev {
    left: -10px;
	background:rgba(255,255,255,.8);
	opacity:1;
}
.page_img .owl-carousel .owl-nav .owl-next {
    right: -10px;
	background:rgba(255,255,255,.8);
	opacity:1;
}
.page_img .owl-nav.disabled{
	/*display:block !important;*/
}
.page_img img{
	border:solid #ccc 1px;
}
.page_img .lightbox img{
	max-width:100%;
}
.page_img .owl-dots{
	display:none;
}
.lb-outerContainer{
	max-width: 100%;
    height: auto !important;
}
.lightbox img{
    max-width: 100%;
    height: auto !important;
}


/*page_bottom*/
.page_bottom{
	float:left;
	width:100%;
	padding:30px 0 10px 0;
	/*font-size:0.9em;*/
}
.page_bottom>div{
	float:left;
	width:100%;
	padding:3px 0;
}
.page_bottom .title{
	width:120px;
	background:#eee /*#747474*/;
	/*color:#fff;*/
	border-radius: 20px;
    padding: 2px 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:-30px;
	float:left;
	clear:both;
}
.page_bottom .con_font a{
	padding:3px 0 4px 0;
	float:left;
	/*width:100%;*/
	clear:both;
}


/*news*/
.page_search{
	float:left;
	width:100%;
	padding:5px 0;
}
.page_search ul{
	list-style:none;
	margin: 0;
}
.page_search ul li{
	display: inline-block;
	vertical-align:top;
	margin:0 15px 10px 0;
}
.page_search label{
	margin-bottom:0;
}
.page_search .item_title{
	float:left;
	padding:4px 5px 0 0;
}
.page_search .input-group-addon{
	background-color:transparent !important;
	border:none !important;
}
.page_search .required{
	text-align:right;
}
.page_search button{
	color:#fff;
	min-height:34px;
	margin:2px 0;
	vertical-align: initial;
}
.page_search button:hover, .page_search button:focus{
	background:#1366a1 ;
	color:#fff !important;
}
.page_search .list_icon{
	display:inline-block;
}
.page_search .list_icon button{
	color:#666;
	border: solid #666 1px;
	background: transparent;
	border-radius:4px;
}
.page_search .list_icon button:hover ,.page_search .list_icon button:focus{
	color:#fff;
	background: #1366a1;
	border: solid #1366a1 1px;
}


/*sitemap網站導覽*/
.sitemap_list {
    list-style: none;
    float: left;
    width: 100%;
    display: table;
    margin-bottom: 30px;
}
.sitemap_list a{
	text-decoration:none!important;
	color:#333;
}
.sitemap_list a:hover{
	color:#00693e;
}
.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 {
    list-style: none;
    margin: 3px 0;
}
.sitemap_item_2 li {
	padding: 3px 10px 3px 30px !important;
}
.sitemap_no {
    display: table-cell;
}

.sitemap_font {
    padding-left: 10px;
    display: table-cell;
}


/*表單管理*/
.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 !important;
	padding:10px;
	background:#fff;
}
.form_box .table-row{
	border-bottom:#900 solid 1px;
}
.form_q{
	display:table-cell;
	width:25%;
	padding:13px 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_q label[for="CaptchaInputText"]{
	float:right;
}
.form_a{
	display:table-cell;
	width:75%;
	padding:8px;
	margin:8px;
	/*border-bottom: #ccc dotted 1px;*/
	line-height:34px;
}
.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: 5px;
}
.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;
}


/*books圖書資料庫*/
.books_list{
	display:table;
	width:100%;
	margin-bottom:20px;
	border:solid #ddd 1px;
}
.books_list .item{
	display:table-row;
	padding:10px 0;
	border-bottom:solid #ddd 1px;
	float: left;
    width: 100%;
}
.books_list .item:last-child{
	border-bottom:none;
}
.books_list .item .title{
	display:table-cell;
	text-align:right;
	color:#000;
	width:110px;
	font-weight:bold;
}
/*.books_list .item .title:after{
	content:"-";
	color:#3db270;
	padding:0 5px 0 0;
}*/
.books_list .item .con_font{
	display:table-cell;
	padding:0 10px;
	word-break: break-all;
}
.books_list ol ,.books_list ul{
	padding-left:20px;
}


/*採購公告*/
.purchase_list .item .title{
	width:150px;
}
.purchase_box h3{
	background: #f1f6f9;
	padding: 10px;
	border-radius: 0 20px 0 0;
}


/*詞彙對照*/
.voc_list .item .title{
	width:125px;
}


/*activity活動報名*/
.item_list{
	float:left;
	width:100%;
	margin-bottom:15px;
}
.item_list .title{
	color:#000;
	font-weight:bold;
}
.item_list .title:after{
	content:"-";
	color:#3db270;
	padding:0 5px 0 0;
}


/*出版品申請*/
.add_btn i{
	color:#1366a1;
	font-size:1.4em;
}
tr:hover .add_btn i{
	color:#fff;
}
.add_con{
	text-align:center;
	padding-top: 15px;
}
.add_con i{
	font-size:4em;
	color:#1366a1;
	padding:10px 0;
}
.add_con .fa-times-circle{
	color:#c00;
}
.add_con .fa-exclamation-triangle{
	color:#F60;
}
.add_con .title{
	font-size:1.5em;
	font-weight:bold;
	padding:10px 0;
}
.add_table{
	float:left;
	width:100%;
	border:solid #ddd 1px;
	padding:15px;
	margin:20px 0 30px 0;
	border-radius:10px;
}
.add_table .title{
	font-weight:bold;
	margin-bottom:5px;
	background:#fff;
	margin-top:-35px;
	display:table;
	padding:5px;
}
.add_table .table{
	margin-bottom:0;
}
.add_delete:hover i,.add_delete:focus i{
	color:#1366a1;
}
.fa-trash-alt{
	color:#c00;
}
.table tr:hover .fa-trash-alt{
	color:#fff;
}
.add_table .btn_box {
    margin: 20px 0 0 0;
}


/*出版品-使用者登入*/
.login_con{
	width:400px !important;
	max-width:100%;
	margin:40px auto;
	
}
.login_con .form_con{
	width:100% !important;
	padding:10%;
	background:rgba(19,102,161,.05);
	border-radius:20px;
	border: solid rgba(19,102,161,.1) 4px;
}
.login_con .form_con label{
	width:100% !important;
}
.login_con ul{
	padding-left:25px;
}


/*video 影音管理*/
.video_list{
	float:left;
	width:100%;
}
.video_list .item{
	float:left;
	width:47%;
	margin:1.5%;
}
.video_list .item:nth-child(2n+1){
	clear:both;
}
.video_list .item a{
	float:left;
	width:100%;
	border:solid #ddd 1px;
	border-radius:10px;
	padding:10px;
}
.video_list .font_box{
	padding:0 5px;
}
.video_list .page_class{
	margin:3px 0 0 0;
	font-size:0.9em;
}
.video_list .title{
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:5px;
}
.video_list .con_font{
	line-height:150%;
}


/*link相關連結*/
.link_list_01{
	float:left;
	width:100%;
}
.link_list_01 .item{
	float:left;
	width:30.3%;
	margin:1.5%;
}
.link_list_01 .item:nth-child(3n+1){
	clear:both;
}
.link_list_01 .item a{
	float:left;
	width:100%;
}
.link_list_01 .item a img{
	border:solid #ddd 1px;
	border-radius:10px;
	width:100%;
}
.link_list_01 .item .title{
	text-align:center;
	display:none;
}
.link_list_02{
	float:left;
	width:100%;
}
.link_list_02 .item{
	float:left;
	width:50%;
	padding:5px 5% 5px 0;
}
.link_list_02 .item:nth-child(2n+1){
	clear:both;
}
.link_list_02 a{
	float:left;
	width:100%;
}
.link_list_02 a:before{
	content:"•";
	float:left;
	padding-right:10px;
}
.link_list_02 a img{
	display:none;
}
.link_list_02 .title{
	padding-left:17px;
}



/*訂閱電子報*/
.epaper_con label{
	width:100%;
}
.epaper_con .left>a,.epaper_con .right>a{
	float:left;
	width:100%;
}
.epaper_con ol ,.epaper_con ul{
	float:left;
	width:clac(100% - 30px);
}
.epaper_con #CaptchaInputText{
	max-width:110px;
}
label[for="CaptchaInputText"] ,.epaper_con label[for="CaptchaInputText2"] ,.input-group label[for="CaptchaInputText2"] {
	float:left;
	width:auto;
	margin-right:5px;
}
#div_Cap .input-group img ,#div_Cap2 .input-group img{
	padding-right:5px;
}
#div_Cap .input-group a{
	padding-right:5px;
}


/*電子報*/
.new_epaper{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.new_epaper .img{
	float:left;
	width:40%;
	padding-right:5%;
}
.new_epaper .font_con{
	float:left;
	width:60%;
}
.new_epaper .period{
	color:#666;
}
.new_epaper .date{
	color:#168245;
}
.epaper_order{
	margin-bottom:30px;
	float: left;
    width: 100%;
    border: solid #ddd 1px;
    padding: 15px;
    border-radius: 10px;
	margin: 20px 0 30px 0;
}
.epaper_order label > b {
    font-weight: bold;
    margin-bottom: 5px;
    background: #fff;
    margin-top: -35px;
    display: table;
    padding: 5px;
}
.verification_box{
	display:inline-block;
}
.verification_box i{
	padding:0 3px;
}
.verification_box .verification_code {
    margin: 3px 0;
}
.epaper_order .btn_box{
	display:inline-block;
	margin:5px 0;
	width:auto;
	float:none;
	vertical-align:top;
}


/*電子報內容頁*/
.epaper_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;
}
.epaper_box > .title{
	text-align:center;
	padding:15px 0;
}
.epaper_box h2{
	font-size:1.4em;
}
.epaper_box h3{
	font-size:1.2em;
	color:#3db270;
	padding: 10px 0;
	float: left;
    width: 100%;
}
.epaper_box .con_font ,.epaper_box .type ,.epaper_box .author{
	font-size:0.8em;
	line-height:170%;
}
.epaper_top{
	float:left;
	width:96%;
	font-size:0.8em;
	margin:2% 2% -1% 2%;
}
.epaper_top .left{
	float:left;
}
.epaper_top .right{
	float:right;
}
.epaper_top a:after{
	content:"|";
	padding:0 5px 0 5px;
	color:#ccc;
	font-size:0.9em;
}
.epaper_top a:last-child:after{
	display:none;
}
.epaper_banner img {
    border-radius: 10px;
    box-shadow: 0px 0px 6px 2px rgba(20%,20%,20%,0.1);
    border: solid 1px #fff;
}
.epaper_menu{
	list-style:none;
	float:left;
	width:100%;
	background:#233f67;
	margin-bottom:10px;
}
.epaper_menu li a{
	float:left;
	width: calc(20% - 11px);
	color:#fff;
	text-align:center;
	padding:10px 5px;
	border-right:rgba(255,255,255,.15) solid 1px;
	font-size:0.9em;
	line-height:130%;
}
.epaper_menu li a:hover{
	background:#1366a1;
}
.epaper_con{
	float:left;
	width:100%;
	/*overflow: hidden;*/
}
.epaper_con .left{
	float:left;
	width:calc(70% - 20px);
	/*padding-bottom: 500em;
 	margin-bottom: -500em;*/
	padding-right:20px;
}
.epaper_con .right{
	float:left;
	width:calc(30% - 20px);
	background-color: #f5f5f5;
	/*padding-bottom: 500em;
 	margin-bottom: -500em;*/
	padding:10px;
}
.epaper_con .right h3{
	font-size:1.1em;
}
.epaer_list_01{
	float:left;
	width:100%;
	list-style:none;
}
.epaer_list_01 li{
	padding: 0 0 15px 0;
	border-bottom:solid 1px #ddd;
	margin-bottom:15px;
	float:left;
	width:100%;
}
/*.epaer_list_01 li:last-child{
	border-bottom:none;
}*/
.epaer_list_01 .title{
	color:#1366a1;
	float:left;
	width:100%;
	padding:0 0 10px 0;
	font-weight:bold;
}
.epaer_list_01 .box{
	float:left;
	width:100%;
}
.epaer_list_01 div:first-child.img{
	float:left;
	width:calc(40% - 10px);
	padding:0 10px 0 0;
}
.epaer_list_01 div:first-child.font{
	float:left;
	width:100%;
}
.epaer_list_01 .font{
	float:left;
	width:60%;
}
.epaer_list_01 .font .con_font{
	padding-top:10px;
}
.epaper_box .more a{
	font-size:0.8em;
	color:#233f67;
}
.epaer_list_02{
	padding-left:20px;
	line-height:170%;
	font-size:0.8em;
}
.epaer_list_02 li{
	padding-bottom:10px;
}


/*常見問答*/
.faq_list>li{
	float:left;
	width:100%;
	margin-bottom:10px !important;
}
.faq_list>li>a{
	background:#f5f5f5;
	border-radius:10px;
}
.faq_list>li>:hover ,.faq_list>li>:focus{
	background: rgba(19,102,161,.1) !important;
}
.faq_list .open>a{
	background: #223f67!important;
	color:#fff;
}
.faq_list .open>.dropdown-menu {
    position: relative;
    width: 100%;
	box-shadow:none;
	border:none;
	margin-bottom:20px;
	float:left;
	padding:5px 15px;
	z-index:2;
}
.faq_list ol ,.faq_list ul{
	padding-left:20px;
}


/*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;
}
.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>.title{
	width: 100%;
	padding-bottom:10px;
    /*padding: 12px 15px 12px 20px;
    background: #f2f2f2;
    color: #1366a1;*/
}
/*.con_box .title h2:before {
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 0.7em;
    margin-left: -20px;
    padding-right: 15px;
    vertical-align: top;
}*/
.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;
	font-size:0.9em;
	float:left;
	width:100%;
}
.con_box .owl-stage{
	max-width:800px !important;
	width:100% !important;
}
.con_box .page_img .owl-item{
	display:none;
}
.con_box .page_img .owl-item:nth-child(1),.con_box .page_img .owl-item:nth-child(2),.con_box .page_img .owl-item:nth-child(3),.con_box .page_img .owl-item:nth-child(4){
	display:block;
	width:23.6% !important;
}
.con_box .owl-nav{
	display:none;
}


/*one_con*/
.one_con{
	width:100%;
}


/*搜尋*/
.search_list{
	list-style:none;
	margin-top:10px;
}
.search_list li{
	width:100%;
	border-bottom:#ddd dotted 1px;
	padding:15px 15px 15px 30px;
	line-height:150%;
}
.search_list li:before{
	content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 1em;
    position: relative;
    left: 0;
    float: left;
	margin-left:-20px;
}


/*table scroll*/
.table-scrollable{
	width:100%;
	overflow-x:auto;
	overflow-y:hidden;
	border:none;
	font-size:0.9em;
}
.table-scrollable>.table-bordered>thead>tr:last-child>th,.table.table-bordered thead>tr>th{
	border-bottom:0;
	border:1px solid #ddd;
	line-height: 130%;
    vertical-align: middle;
	padding: 10px;
}
.table-scrollable>.table{
	width:100%!important;
	margin:0!important;
	min-width:850px;
}
.table>thead>tr>th{
	border-bottom:none;
}
.table>tbody>tr>td{
	line-height: 170%;
	border-top:none;
}
.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:8px; 
	background:#eee; 
	color:#333;
	font-weight:500;
	text-align:center;
}
.table-even > tbody > tr:nth-child(even){
	background:#f1f6f9;
}
.table-hover > tbody > tr:hover ,.table-hover tr:hover a{
	background:#1366a1 /*rgba(19,102,161,0.1)*/;
	color:#fff;
}
.table-hover > tbody > tr:hover .top_class{
	background:#fff;
	color:#1366a1;
}
.table-hover > tbody > tr:hover .update{
	color:#fff;
}
td .mt-checkbox span ,th .mt-checkbox span {
    margin-top: -9px !important;
}
.delete_th{
	padding: 0 5px !important;
}
.table-center th ,.table-center td {
	text-align:center;
}
table .btn_delete{
	font-size:0.9em;
	padding:0 7px!important;
	border-radius:4px;
	margin:7px 2px;
	height:28px;
}
.table .top_class{
	font-size: 0.9em;
}
.table .update{
	font-size: 0.9em;
	color: #c00;
}



/*table*/
.table {
  display: table;
}
.table-row {
  display: table-row;    
}
.table-cell {
  display: table-cell;   
}


/*頁碼*/
#page_number{
	padding-top:20px;
	font-size:0.9em;
	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: 3px 12px;
    font-size: 1em;
	background:#233f67;
	border-radius:5px;
	margin-top: -2px;
	color:#fff;
	height:34px;
}
.page_list{
	border: 1px solid #ccc;
	display:inline-block;
	width:auto;
	cursor: pointer;
	box-shadow:none;
}
.btn_page:hover ,.btn_page:focus{
	background:#1366a1;
	color:#fff;
}
#page_number .page_list{
	margin-top:-2px;
}
label[for=page_select] select{
	margin:-2px 0 0 0 ;
}


/***Hover效果1: 放大淡出***/
.imh_opacity{
	background:#666;
	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:0.8125em;
	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: 1.875em;
    color: #fff;
    background: #1366a1;
    width: 60px;
    height: 60px;
    line-height: 55px;
    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.6;
	transform:scale(1.05);}


/*閃爍按鈕*/
.glitter{
	overflow:hidden;
	position:relative;
}
.glitter:before{
    background: #fff;
    content: "";
    height: 215px;
    left: -95px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 1550ms cubic-bezier(0.19,1,0.22,1);
    transition: all 1550ms cubic-bezier(0.19,1,0.22,1);
    width: 30px;
    z-index: 1;
}
.glitter:hover:before ,.glitter:focus:before{
    left: 180%;
    -webkit-transition: all 1550ms cubic-bezier(0.19,1,0.22,1);
    transition: all 1550ms cubic-bezier(0.19,1,0.22,1);
}



/*日期補丁*/
.datepicker{
	min-width:auto;
	padding:0;
	margin-top: 10px;
}
.date-picker{
	max-width:240px;
	float: left;
	/*margin:5px 0;*/
}
.datepicker table tr td, .datepicker table tr th {
    border-radius: 0;
}
.table-condensed th{
	color:#333;
}
.input-group-addon {
	border:none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.table-condensed{
	width:240px;
	position: relative;
	background:#fff;
	box-shadow:0px 0px 6px 4px rgba(20%,20%,20%,0.1);
	border:5px;
}
.table-condensed .datepicker-switch ,.table-condensed .prev ,.table-condensed .next ,.table-condensed .day{
	cursor:pointer;
	text-align:center;
} 
.table-condensed .datepicker-switch{
	background:#fefaec;
}
.table-condensed .prev ,.table-condensed .next{
	background:#feefca;
}
.table-condensed .datepicker-switch:hover ,.table-condensed .prev:hover ,.table-condensed .next:hover , .table-condensed .year:hover, .table-condensed .month:hover, .table-condensed .day:hover{
	background:#eee;
	color:#333;
	border-radius:4px;
} 
.table-condensed .dow{
	background:#ddf0fd;
}
.table-condensed .month, .table-condensed .year{
	width:57px;
	padding:10px 0;
	cursor:pointer;
	text-align:center;
}
.table-condensed td span {
	float:left;
	display:inline-block;
}
.table-condensed td span:nth-child(4n+1) {
	clear: both;
}
.datepicker-days .old ,.datepicker-days .new {
	color:#ccc;
}
.day{
	cursor:pointer;
}
.table-condensed .day:hover {
    color: #333;
}
.datepicker .active{
	color: #fff;
    background-color: #285e8e;
	border-radius:4px;
}
.input-group-addon {
    padding: 6px;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){
	border-radius:4px;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle{
	border-radius:4px;
}


/* Scroll to Top */
html .scroll-to-top {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: #404040;
	border-radius: 7px 7px 0 0;
	bottom: 0px;
	color: #FFF;
	display: block;
	height: 9px;
	opacity: 0;
	padding: 13px 10px 35px;
	position: fixed;
	right: 10px;
	text-align: center;
	text-decoration: none;
	min-width: 49px;
	z-index: 1040;
}
html .scroll-to-top:hover {
	opacity: 1;
}
html .scroll-to-top.visible {
	opacity: 0.75;
}
html .scroll-to-top span {
	display: inline-block;
	padding: 0 5px;
}
html.ie11 .scroll-to-top {
	right: 25px;
}
.epaper_gotop{
	padding: 13px 0 26px 0 !important;
}


/*--------------------------------------for 電腦、平版、手機------------------------------------------------*/
/* 大螢幕 */
@media (min-width: 1200px) {
.container {
    width: 1200px;
}


/*header*/
#header .dropdown-toggle .fa-caret-down{
	padding-top:3px;
    display: none;
}
#header .dropdown-submenu .dropdown-menu{
	background: #168245!important;
    margin: 0!important;
}


/*news_list*/
.news_list .item{
	min-height:305px;
}
.news_list a:nth-child(3n+1) .item{
	clear:both;
}


}

 
/* 平板電腦、橫向手機和一般桌機解析度 */
@media (min-width: 992px) and (max-width: 1199px) {
.container {
    width: 100%;
	padding: 0 20px;
}


/*header*/
.header-nav-main{
	margin:0 -15px;
}
.dropdown-toggle .fa-caret-down{
	padding-top:3px;
    display: none;
}
.dropdown-submenu .dropdown-menu{
    margin: 0!important;
}


/*page_banner*/
.page_banner{
	height:150px;
}


/*news_list*/
.news_list .item{
	width:31.3%;
}
.news_list a:nth-child(3n+1) .item{
	clear:both;
}


}

/* 電腦、橫向平板電腦解析度 */
@media (min-width: 768px) and (max-width: 991px) {
h2{
	font-size:1.8em;
}
h3{
	font-size:1.4em;
}
h4{
	font-size:1.2em;
}
.container {
    width: 100%!important;
	padding:0 15px;
}
    
    
/*header*/
#header .header-logo img{
    width:220px !important;
	/*padding:5px 0;*/
}
#header .header-nav-main nav > ul > li > a {
    font-size: 0.84em;
    padding: 10px 0;
}
#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 .header-nav-bar{
	margin-top:-5px;
}
.header-nav-main .nav-pills>li {
    margin: 0 8px;
}


/*top menu*/
.header-nav-main .dropdown a > img{
	width:20px;
	margin-bottom:5px;
}


/*svg檔換色*/
.header-nav-main .svg-img{
	width:20px;
	height:20px;
	margin-bottom:0;
}


/*index_banner*/
.index_banner{
	margin-top:106px;
}


/*index_news*/
.index_news .index_news_box .item {
    width: 50%;
}
.index_news .index_news_box .item:nth-child(3) {
    width: 100%;
	padding:0;
}
.index_news .index_news_box .epaper {
    width: 50%;
	padding:2.5%;
	float: left;
}
.index_news .index_news_box .job {
    width: 50%;
	padding:2.5%;
	float: left;
}


/*footer_menu*/
.footer_menu .footer_item{
	width:25%;
}
.footer_menu .footer_item:nth-child(7n+1){
	clear:none;
}
.footer_menu .footer_item:nth-child(4n+1){
	clear:both;
}
.footer_title {
    padding-bottom: 10%;
}


/*page_banner*/
.page_banner{
	margin-top:106px;
	height:110px;
}



/*page_menu*/
.page_menu .title {
    font-size: 1.25em;
}
.page_menu .navbar {
    font-size: 1em;
}


/*content_con*/
.menu_title {
    font-size: 1.8em;
}


/*news_list*/
.news_list .item{
	width:48%;
}
.news_list a:nth-child(2n+1) .item{
	clear:both;
}


} 

 
/* 橫向智慧手機到竪立平板電腦解析度 */
@media (max-width: 767px) {
h2{
	font-size:1.5em;
}
h3{
	font-size:1.2em;
}
h4{
	font-size:1em;
}
.header-logo img{
	height: 52px !important;
	width:auto !important;
    vertical-align: top;
    padding: 8px 0;
	margin:0!important;
}


/*search-手機版*/
#header .header-btn-collapse-nav-search {
    margin: 10px 5px 8px 5px;
    padding: 6px 10px;
    float: right;
    background: #fff;
	color:#1366a1;
	height:34px;
}
.header-nav-search {
    background: rgba(0,0,0,0.05);
	float: left;
    width: calc(100% + 30px);
    margin: 0 -15px;
}
.search_box {
    background: rgba(255,255,255,1);
    width: 96%;
    border-radius: 5px;
    margin: 7px 2% !important;
    float: left;
    height: 33px;
}
.search_box label{
	width:88%;
}
.search_input {
    float: left;
    border: none;
    vertical-align: middle;
    background-color: transparent!important;
    width: 85%;
    padding: 2px 0 0 10px;
}
.search_icon {
    background-color: transparent;
    color: #1f3e63;
    vertical-align: middle;
    text-align: center;
    border: none;
    padding: 4px 10px 2px 10px;
    font-size: 1.2em;
    float: right;
    border-radius: 0 5px 5px 0;
    height: 33px;
}
input:-internal-autofill-selected {
	background-color:transparent !important;
}


/*手機版menu*/
#header {
    position: fixed;
    width: 100%;
}
#header .header-body{
    background: #fff;
	border-bottom: solid #eee 1px;
}
.header-container .header-row .header-column:nth-child(1){
	margin:0 -8px;
}
#header .header-logo {
    height: auto;
}
.header-nav-main{
	margin:0 -15px;
	background:#1366a1 !important;
	padding:0;
}	
.dropdown-menu li {
	margin:0!important;
	padding:0!important;
}
.dropdown-menu>li>a {
	padding: 10px 28px 8px 20px !important;
	color:#fff;
	border-radius:0;
	white-space:normal;
}
.dropdown-menu li>a {
	padding: 10px 30px 8px 50px !important;
}
.dropdown-menu .dropdown-submenu .dropdown-menu>li>a {
	padding: 10px 30px 8px 65px !important;
}
.nav-top{
	background:#333;
}
.nav-top li{
	width:100%;
	float:left!important;
	margin: 0;
	height:38px;
}
.nav-top li a{
	width:100%;
}
.nav-top select{
	margin:3px;
	padding:2px 5px !important;
	height:30px;
}
.nav-top .lang{
	float:left;
	width:100% !important;
}
.nav-top .lang .title{
	color:#fff;
	float:left;
	padding:5px 5px 5px 20px; 
	font-size:1em;
}
.nav-pills>li+li {
    margin-left: 0 !important;
}
#header .header-nav-main nav > ul >li:after {
    height: 0;
}
.nav-top .share_icon{
	text-align:center;
	width:100%;
	float:left;
	padding:2px;
}
.nav-top .share_icon a{
	width:30px;
	display:inline-block;
	text-align:center;
	border-radius:5px;
	padding: 5px 10px !important;
	width:40px;
	margin:0 5px;
}
.nav-top a i{
	font-size:1.2em;
	width:40px;
}
#header .nav-top li.dropdown .dropdown-menu li{
	background:#666;
}
#header .header-nav-main nav > ul >li:before {
	display:none;
}
.header-nav-main .nav-pills>li {
    margin: 0;
}


/*header 客製*/
.header-nav-main .dropdown>a{
	text-align:left;
}
.header-nav-main .dropdown a > img {
    width: 20px;
    margin-bottom: 5px;
    margin-right: 10px;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li:focus, .dropdown-menu>li a:active {
    background: rgba(0, 0, 0, 0.1);
}
#header .header-nav-main nav > ul li.dropdown>.dropdown-menu {
	background:#fff !important;
}
#header .header-nav-main nav > ul li.dropdown .dropdown-menu>li>a {
    color: #1366a1 !important;
}
#header .header-nav-main nav > ul li.dropdown .dropdown-menu .dropdown-submenu.open>a ,.dropdown-submenu.open a:active ,.dropdown-submenu.open a:hover{
    background:#1366a1!important;
	color:#fff!important;
}
#header .header-nav-main nav > ul li.dropdown .dropdown-submenu.open>.dropdown-menu{
	background:rgba(19,102,161,0.1)!important;
}
#header .header-nav-main nav > ul li.dropdown .dropdown-submenu.open>.dropdown-menu li:last-child{
	border-bottom:none;
}
#header .header-nav-main nav > ul li.dropdown ul li {
    border-bottom: 1px solid rgba(0,0,0,.1);
}
#header .header-nav-main nav > ul > li > a {
    position: relative;
	padding-left:48px;
}
#header .header-nav-main nav > ul > li > a .svg-img {
    position: absolute;
	left:20px;
}


/*svg檔換色*/
.header-nav-main .svg-img{
	width:20px;
	height:20px;
	margin-bottom:0;
	margin-right:10px;
}
.header-nav-main .svg-img path{
	fill:#fff;
}


/*右側浮動選單*/
#ICON{
	width:30px;
	top:60px;
}
#icon_btn {
    font-size: 1.1em;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.icon_link li a {
    width: 40px;
    height: 40px;
}
.icon_link img {
    width: 30px;
}


/*index_banner*/
.index_banner{
	margin-top:52px;
}
.index_banner .owl-carousel .owl-nav {
    top: 40%;
}
.index_banner .owl-theme .owl-dots {
    top: -70px;
}


/*index_news*/
.quick_box {
    margin-top: -80px;
}
.quick_box a {
    width: 60px;
    height: 60px;
    padding: 10px;
}
.quick_btn {
    width: 40px;
    height: 40px;
}
.quick_btn i {
    line-height: 40px;
	font-size: 1.5em;
}
.index_news .container>.title {
    font-size: 1.8em;
}
.index_news .index_news_box .item {
    width: 50%;
}
.index_news .index_news_box .item:nth-child(3) {
    width: 100%;
	padding:0;
}
.index_news_list ul li {
    font-size: 0.9em;
}
.index_news_list .title img {
    width: 25px;
}
.index_news_list .title {
    font-size: 1.3em;
}
.index_news_list .con_font{
	line-height:170%;
}
.index_news .index_news_box .epaper {
    width: 50%;
	padding:2.5%;
	float: left;
	font-size:1em;
}
.index_news_box .epaper .title {
    top: calc(7% + 35px);
}
.index_news_box .epaper img {
    margin-bottom:0;
}
.index_news .index_news_box .job {
    width: 50%;
	padding:2.5%;
	float: left;
}
.index_news_box .job .title {
    font-size: 1.5em;
}


/*index_video*/
.index_video .container>.title {
    font-size: 1.8em;
}
.index_video .owl-carousel .item .video{
	width:100%;
	padding-right:0;
}
.index_video .owl-carousel .item .font{
	width:100%;
	font-size:0.9em;
	padding:20px;
	padding-bottom: auto;
    margin-bottom: auto;
}


/*index_link*/
.index_link .container .title {
    font-size: 1.8em;
}


/*footer_menu*/
.footer_menu {
    padding: 40px 0;
}
.footer_menu .container{
	padding:0 4%;
}
.footer_menu .footer_item{
	width:33.3%;
}
.footer_menu .footer_item:nth-child(7n+1) ,.footer_menu .footer_item:nth-child(4n+1){
	clear:none;
}
.footer_menu .footer_item:nth-child(3n+1){
	clear:both;
}


/*footer*/
#footer{
	font-size: 0.8em;
    line-height: 170%;
}
#footer .item_01{
	width:100%;
}
#footer .quantity {
    margin-top: 0;
}
#footer .item_02{
	width:100%;
}


/*page_banner*/
.page_banner{
	margin-top:52px;
	height:60px;
}


/*page_content*/
.page_content {
	/*margin-top:50px*/
}
.page_content .container {
	padding:0 5%;
}


/*page_menu*/
.page_menu{
	display:none;
}


/*page_con*/
.page_con{
	width:100%;
}


/*main_con*/
.main_con {
    padding:0;
}
.main_con h2 {
    margin:10px 0 15px 0;
}


/*page_top*/
.page_top{
	font-size: 0.9em;
	margin: 0 -2%;
	width:104%;
	padding:0;
}
.page_top_left{
    padding: 5px 0 0 0;
	width:100%;
}
.page_top_left a {
    padding: 5px 0;
	display: inline-block;
}
.page_top_left i {
    padding: 0 5px;
}
.page_top_right{
	padding-bottom:5px;
	padding-top:0px;
	margin-top: 5px;
}


/*link_list*/
.page_top .visible-xs{
	display: inline-block!important;
}
.page_top .visible-xs .form-control{
	padding:0 3px;
	height: 26px;
}
.page_top .visible-xs .btn_01 {
    padding: 5px !important;
    height: 24px;
	margin:0;
}
.page_top_left .icon {
    padding: 0 4px;
}


/*page content*/
.main_con .container {
    padding: 30px 20px 40px 20px;
}
.list_class li a {
    padding: 2px 10px;
    font-size: 0.85em;
	margin: 5px 5px 5px 0;
}


/*page_bottom*/
.page_bottom .con_font{
	padding-left:10px;
	margin-top:0;
}
.page_bottom .con_font a {
    padding: 4px 0;
}



/*news
.page_search{
	font-size:0.9em;
}*/


/*news_list*/
.news_list .item{
	width:48%;
}
.news_list a:nth-child(2n+1) .item{
	clear:both;
}
.news_list_02 .item img{
	max-width:100px;
}


/*頁碼*/
#page_number{
	font-size:0.9em;
}
#page_number .page_icon{
	text-align:center;
}
.btn_page {
	  /*padding: 1px 9px;*/
}



}
 
 
/* 橫向智慧手機及其他更小解析度 */
@media (max-width: 480px) {
#tophome {
    padding: 2px 0;
}
.top_link a {
    color: #fff;
    font-size: 0.9em;
}
.top_link ul li:after ,.copypage_menu ul li:after{
	padding:0 0 0 3px;
}


/*index_banner*/
.index_banner .owl-theme .owl-dots {
    top: -50px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px !important;
    height: 10px !important;
}


/*index_news*/
.quick_box {
    margin-top: -70px;
}
.quick_box a {
    width: 50px;
    height: 50px;
    padding: 10px;
}
.quick_btn {
    width: 30px;
    height: 30px;
}
.quick_btn i {
    line-height: 30px;
}
.index_news .container>.title {
    font-size: 1.5em;
}
.index_news_list ul li {
    font-size: 1em;
}
.index_news_list .title {
    font-size: 1.2em;
	padding:4%;
}
.index_news_list .title img {
    width: 25px;
}
.index_news .index_news_box .item {
    width: 100%;
	padding-bottom:8%;
}
.index_news .index_news_box .epaper {
    width: 100%;
	font-size: 1.2em;
}
.index_news .index_news_box .job {
    width:100%;
}
.index_news_box .job .title {
    font-size: 1.7em;
}


/*index_video*/
.index_video .container>.title {
    font-size: 1.5em;
}
.index_video .owl-carousel .item .font {
    font-size: 1em;
}
.index_video .owl-carousel .item .font .title {
    font-size: 1.1em;
}


/*index_link*/
.index_link .container .title {
    font-size: 1.5em;
}


/*footer_menu*/
.footer_menu .footer_item{
	width:50%;
}
.footer_menu .footer_item:nth-child(7n+1) ,.footer_menu .footer_item:nth-child(4n+1),.footer_menu .footer_item:nth-child(3n+1){
	clear: none;
}
.footer_menu .footer_item:nth-child(2n+1){
	clear:both;
}


/*page_content*/
.page_content .container {
	/*padding:0 8%;*/
}


/*news*/
.page_search .required {
    float: left;
}


/*books圖書資料庫*/
.books_list .item{
	display: block;
}
.books_list .item .title{
	display:block;
	text-align:left;
	width: 100%;
}
.books_list .item .title:after{
	display:none;
}
.books_list .item .con_font {
    display:block;
    padding: 0 10px;
}


/*表單管理*/
.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_q label{
	font-weight:bold;
}
.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;
}


/*video 影音管理*/
.video_list .item{
	width:100%;
	margin:3% 0;
}


/*link相關連結*/
.link_list_01 .item{
	width:47%;
	margin:1.5%;
}
.link_list_01 .item:nth-child(3n+1){
	clear:none;
}
.link_list_01 .item:nth-child(2n+1){
	clear:both;
}


/*link相關連結*/
.link_list_02 .item {
    width: 100%;
    padding: 3px 0;
}


/*電子報*/
.new_epaper .img{
	width:100%;
	padding-right:0;
}
.new_epaper .font_con{
	width:100%;
	padding-top:10px;
}

}




/*-----------------------------------------for編輯器--------------------------------------------*/
img{
	max-width:100%; 
	height:auto;
}
.font-xlarge{
	font-size:140%;
}
.font-large{
	font-size:120%;
}
.font-small{
	font-size:80%;
}
.font-xsmall{
	font-size:60%;
}
.w-100{
	width:100%;
}
.w-80{
	width:80%;
}
.w-800{
	max-width:800px;
}
.w-600{
	max-width:600px;
}
.w-400{
	max-width:400px;
}
.w-auto{
	width:auto;
	max-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;
}
.float_left ,.float-left {
    float: left;
}
.float_right ,.float-right {
    float: right;
}
.text_center ,.text-center {
    text-align: center;
}
.text_right ,.text-right {
    text-align: right!important;
}
.text_left ,.text-left {
    text-align: left!important;
}
.red {
    color: #c00;
}
.white{
	color:#fff;
}
.black{
	color:#000;
}
.gray{
	color:#666;
}
.blue_01{
	color:#3e76b6;
}
.blue_02{
	color:#003f86;
}
.green_01{
	color:#588216;
}
.green_02{
	color:#00693E;
}
.orange_01{
	color:#C45519;
}
.orange_02{
	color:#a6410a;
}
.brown_01{
	color:#817461;
}
.brown_02{
	color:#513710;
}
.pink{
	color:#B648B7;
}
.purple{
	color:#800080;
}
.required {
    /*color: #c00;
    font-size: 0.9em;*/
    line-height: 140%;
    padding: 3px 0;
}
.img_padding {
    padding: 10px;
}
.img_pic {
    border: solid #ccc 1px;
    padding: 10px;
    box-shadow: 0px 0px 2px 2px rgba(20%,20%,20%,0.1);
}
.margin_auto{
	margin:0 auto !important;
}
.nomargin{
	margin:0 !important;
}
.nopadding{
	padding:0 !important;
}
.blockquote_font{
	max-width: 96%;
    margin: 30px auto;
    color: #333;
    border-left: 6px solid #2b50a8;
	padding-left: 1.5em;
}
table[align="center"] {
    margin-left: auto;
    margin-right: auto;
}
.align-m{
	vertical-align: middle !important;
}
.align-t{
	vertical-align: top !important;
}
.align-b{
	vertical-align: bottom !important;
}


@media (max-width: 480px) { 
.input-large ,.input-medium ,.input-small ,.input-xsmall {
    max-width:100%!important;
}
}


/*for 後台 table scroll*/ /*for 編輯器.cke_editable*/
.modal-content ,.modal-body ,.modal-footer{
	width: 100%;
	float:left;
}
.bootbox-body{
	width:100%;
}
.bootbox-body .table-scrollable {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border: none;
}
.bootbox-body .table-scrollable > .table-bordered > thead > tr:last-child > th,.bootbox-body .table.table-bordered thead > tr > th {
	border-bottom: 0;
	border: 1px solid #ddd;
	line-height: 130%;
	vertical-align: middle;
	padding: 10px;
}
.bootbox-body .table-scrollable > .table {
	width: 100% !important;
	margin: 0 !important;
	min-width: 650px;
}
.bootbox-body .table{
	margin-bottom:5px;
}
.bootbox-body .table > tbody > tr > td {
    line-height: 190%;
	border: 1px solid #ddd;
	padding: 5px 10px;
}
.bootbox-body .table-scrollable > .table > thead {
    border-top: solid 1px #ddd;
}
.bootbox-body .table-scrollable > .table > thead > tr > th,.bootbox-body .table-scrollable th,.bootbox-body .table > thead > tr > th {
	white-space: nowrap;
	padding: 8px;
	background: #666;
	color: #fff;
	font-weight: 500;
}
.bootbox-body .table-hover > tbody > tr:hover {
    background: rgba(0,105,62,0.05);
}
.bootbox-body .table-even > tbody > tr:nth-child(even) {
    background: rgba(0,105,62,0.05);
}
.bootbox-body .delete_th {
    padding: 10px 0 !important;
}


/*table*/
.table {
    display: table;
	border-color:#ddd;
	width:100%;
}
.table_01 {
    display: table;
	border:none;
	text-align:left;
}
.table-row {
    display: table-row;
}
.table-cell {
    display: table-cell;
}
.table-center th ,.table-center td {
	text-align:center;
}


/*縮排*/
.paddingleft22{
	padding-left:22px;
}
.textindent22{
	text-indent: -22px;
}
.text_indent{
	text-indent: 2em;
}


/*edit_con*/
.edit_con ul, .edit_con ol{
	padding-left:30px;
}


/*清單*/
.ol_01{
	list-style-type:cjk-ideographic; /*一, 二, 三*/
}
.ol_02{
	list-style-type:upper-latin; /*A, B, C*/
}
.ol_03{
	list-style-type:lower-alpha; /*a, b, c*/
}
.ul_01{
	list-style-type:square; /*實心方塊*/
}
.ul_02{
	list-style-type: disc; /*實心圓*/
}
.ul_none ,.ol_none{
	list-style:none;
	padding-left: 0;
}
.ul_w50{
	float: left;
	width: 100%;
}
.ul_w50 li{
	float:left;	
	width: calc(50% - 40px);
    padding-right: 30px;
}
.ul_w50 li:nth-child(2n+1){
	clear:both;
}
.ul_line{
	list-style:none;
}
.ul_line li:before{
	content:"-";
	display: inline-block;
	color:#e4c916;
	padding-right:10px;
	font-weight:bold;
	margin-left: -16px;
}


@media (max-width: 767px) {
.ul_w50 li{	
	width: calc(100% - 40px);
}
}


/*for IE*/
@media screen\0 {
.ol_01{
	list-style-type:decimal-leading-zero; /*01,02,03*/
}
}


/*錨點*/
.anchor_list{
	float:left;
	width:100%;
	list-style:none;
	margin-bottom:20px;
	margin-left:0px;
	padding-left:0 !important;
}
.anchor_list a{
	float:left;
	padding:5px 15px;
	border-radius:5px;
	color:#333;
	margin:5px;
	border: solid #ccc 1px;
	text-decoration:none;
	box-shadow:none;
}
.anchor_list li{
	float:left;
}
.anchor_list a:hover ,.anchor_list a:focus{
	background:#eee;
	color:#333;
}
.anchor_list a.active{
	background:#3e76b6;
	color:#fff;
	border: solid #3e76b6 1px;
}


/*併排5*/
.list_05{
	float:left;
	width:100%;
}
.list_05 .item {
	display:inline-block;
	width: 16.5%;
	margin: 1.5%;
	vertical-align:top;
	line-height: 150%;
}
.list_05 .item img{
	margin-bottom:5px;
}
.list_05 .item:nth-child(5n+1) {
	clear: both;
}
.list_05.nomargin .item{
	margin: 0;
	width:25%;
}

@media (max-width: 767px) {
.list_05 .item  {
	width: 28%;
	margin:2%;
}
.list_05 .item:nth-child(5n+1) {
	clear: none;
}
.list_05 .item:nth-child(3n+1) {
	clear: both;
}
.list_05.nomargin .item{
	margin: 0;
	width:33.3%;
}
}

@media (max-width: 480px) {
.list_05 .item{
	width: 43%;
	margin: 3%;
}
.list_05 .item:nth-child(5n+1) ,.list_05 .item:nth-child(3n+1) {
	clear: none;
}
.list_05 .item:nth-child(2n+1) {
	clear: both;
}
.list_05 .item img {
	width: 100%;
}
.list_05.nomargin .item{
	margin: 0;
	width:50%;
}
}


/*併排4*/
.list_04{
	float:left;
	width:100%;
}
.list_04 .item {
	float: left;
	width: 22%;
	margin: 1.5%;
}
.list_04 .item img{
	margin-bottom:5px;
}
.list_04 .item:nth-child(4n+1) {
	clear: both;
}
.list_04.nomargin .item{
	margin: 0;
	width:25%;
}

@media (max-width: 767px) {
.list_04 .item  {
	width: 29.3%;
	margin:2%;
}
.list_04 .item:nth-child(4n+1) {
	clear: none;
}
.list_04 .item:nth-child(3n+1) {
	clear: both;
}
.list_04.nomargin .item{
	margin: 0;
	width:33.3%;
}
}

@media (max-width: 480px) {
.list_04 .item{
	width: 44%;
	margin: 3%;
}
.list_04 .item:nth-child(4n+1) ,.list_04 .item:nth-child(3n+1) {
	clear: none;
}
.list_04 .item:nth-child(2n+1) {
	clear: both;
}
.list_04 .item img {
	width: 100%;
}
.list_04.nomargin .item{
	margin: 0;
	width:50%;
}
}


/*併排4-2*/
.list_04-2{
	float:left;
	width:100%;
}
.list_04-2 .item {
	float: left;
	width: 22%;
	margin: 1.5%;
}
.list_04-2 .item img{
	margin-bottom:5px;
}
.list_04-2 .item:nth-child(4n+1) {
	clear: both;
}
.list_04-2.nomargin .item{
	margin: 0;
	width:25%;
}

@media (max-width: 767px) {
.list_04-2 .item  {
	width: 44%;
	margin: 3%;;
}
.list_04-2 .item:nth-child(4n+1) {
	clear: none;
}
.list_04-2 .item:nth-child(2n+1) {
	clear: both;
}
.list_04-2.nomargin .item{
	margin: 0;
	width:50%;
}
}

@media (max-width: 480px) {
.list_04-2 .item{
	width: 90%;
	margin: 5%;
}
.list_04-2 .item:nth-child(even){
	margin: -1% 5% 5% 5%;
}
.list_04-2 .item img{
	margin-bottom:0;
}
.list_04-2.nomargin .item{
	margin: 0;
	width:100%;
}
}


/*併排3*/
.list_03{
	float:left;
	width:100%;
}
.list_03 .item {
	float: left;
	width: 29.3%;
	margin: 2%;
}
.list_03 .item img{
	margin-bottom:5px;
}
.list_03 .item:nth-child(3n+1) {
	clear: both;
}
.list_03.nomargin .item{
	margin: 0;
	width:33.3%;
}

@media (max-width: 767px) {
.list_03 .item  {
	width: 46%;
}
.list_03 .item:nth-child(3n+1) {
	clear: none;
}
.list_03 .item:nth-child(2n+1) {
	clear: both;
}
.list_03.nomargin .item{
	margin: 0;
	width:50%;
}
}

@media (max-width: 480px) {
.list_03 .item{
	width: 90%;
	margin: 5%;
}
.list_03 .item img {
	width: 100%;
}
.list_03.nomargin .item{
	margin: 0;
	width:100%;
}
}


/*併排2*/
.list_02{
	float:left;
	width:100%;
}
.list_02 .item {
	float: left;
	width: 44%;
	margin: 3%;
}
.list_02 .item img{
	margin-bottom:5px;
}
.list_02 .item:nth-child(2n+1) {
	clear: both;
}
.list_02.nomargin .item{
	margin: 0;
	width:50%;
}

@media (max-width: 767px) {
.list_02 .item{
	width: 90%;
	margin: 5%;
}
.list_02.nomargin .item{
	margin: 0;
	width:100%;
}
}


/*併排1+3*/
.list_img{
	float:left;
	width:100%;
}
.list_img .item:nth-child(2n-1) {
	float: left;
	width: 20%;
	margin: 2.5%;
}
.list_img .item:nth-child(2n) {
	float: left;
	width: 70%;
	margin: 2.5%;
}
.list_img .item img{
	margin-bottom:5px;
}
.list_img .item:nth-child(2n+1) {
	clear: both;
}
.list_img.nomargin .item{
	margin: 0;
}
.list_img.nomargin .item:nth-child(2n-1) {
	width: 25%;
}
.list_img.nomargin .item:nth-child(2n) {
	width: 75%;
}

@media (max-width: 480px) {
.list_img .item{
	width: 95% !important;
}
.list_img.nomargin .item{
	margin: 0;
	width:100%;
}
}


/*併排3+1*/
.list_font{
	float:left;
	width:100%;
}
.list_font .item:nth-child(2n) {
	float: left;
	width: 20%;
	margin: 2.5%;
}
.list_font .item:nth-child(2n-1) {
	float: left;
	width: 70%;
	margin: 2.5%;
}
.list_font .item img{
	margin-bottom:5px;
}
.list_font .item:nth-child(2n+1) {
	clear: both;
}
.list_font.nomargin .item{
	margin: 0;
}
.list_font.nomargin .item:nth-child(2n) {
	width: 25%;
}
.list_font.nomargin .item:nth-child(2n-1) {
	width: 75%;
}

@media (max-width: 480px) {
.list_font .item{
	width: 95% !important;
}
.list_font.nomargin .item{
	margin: 0;
	width:100%;
}
}


/*youtube影片*/
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	width:100%;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
	padding-bottom: 75%;
}



@media print {
/*清除網址*/
a[href]:after {
	content: none !important;
}


/*顯示背景圖*/
*,
  *:before,
  *:after {
    background-color: inherit !important;
}
.img_Focus {
	-webkit-print-color-adjust: exact !important; /* Chrome, Safari */
	print-color-adjust: exact !important; /* Chrome, Safari */
	color-adjust: exact !important; /*Firefox*/
}


/*解決Safari 在列印時使用異常小的字體*/
.container {
	width: auto;
}

.con_box{
	margin: 0;
	border: initial;
	border-radius: initial;
	width: initial;
	min-height: initial;
	box-shadow: initial;
	background: initial;
	page-break-after: always;
}

}

/*列印尺寸電腦版*/
@page {
 size: A3;
 margin: 0;
}


/*rwd table*/
.rwd-table {
	background: #fff;
	overflow: hidden;
	min-width: 100%;
	/*font-size: 0.9em;*/
	color:#333;
}
.rwd-table th {
	display: none;
}
.rwd-table td {
	display: block;
}
.rwd-table td:before {
	content: attr(data-th) " : ";
	font-weight: bold;
	width: 7em;
	display: inline-block;
	color:#333;
	text-align: right;
}
.rwd-table.table-hover tr:hover td:before {
	color:#fff;
}
.rwd-table.table-bordered > tbody > tr > td {
	border-top: none;
	border-left: none;
	line-height: 150%;
}
.rwd-table.table-bordered > tr:last-child td{
	border-bottom: none!important;
}


@media (min-width: 769px) {
/*rwd table*/
.rwd-table td:before {
	display: none;
}
.rwd-table th, .rwd-table td {
	display: table-cell;
	padding: 0.25em 0.5em;
}

}


@media (max-width: 769px) {
/*rwd table*/
.rwd-table.table {
	border: none;
}
.rwd-table tr td:nth-child(1) {
	border-top: solid #ddd 1px !important;
}
.rwd-table tr td {
	border-bottom: solid #ddd 1px !important;
}
.rwd-table tr {
	margin-bottom: 10px;
}
.rwd-table tr:last-child {
	margin-bottom: 0;
}
.rwd-table.table-center td {
	text-align: left !important;
}
.rwd-table tbody tr {
	display: table;
	width: 100%;
	border:solid #ddd 1px;
}
.rwd-table tbody tr td {
	display: table-row;
}
.rwd-table tbody tr td:before {
	display: table-cell;
	padding: 8px;
}
}



