﻿@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
/* CSS Document */

/* ---------------------共用設定開始------------------------*/

*{box-sizing: border-box;}

html , body{
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust:none;
}

body{
	-webkit-font-smoothing: antialiased;
	font-family:微軟正黑體, Arial, Helvetica, sans-serif;
	line-height: 1.8;
}

.clear{	
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
ul{padding-left: 0;}
li{list-style: none;}

a:focus, button:focus, .form-control:focus {
    border: .2rem solid #ff5722 !important;
    outline: none;
}

.accesskey {
    color: #fff;
    position: absolute;
}

#au {
    color: #007591;
}

#ac {
    left: 0;
}                   


#gotop,#mobile-gotop{
	cursor: pointer;
	display: none;
}
#gotop {
    border: .2rem solid #F2AB44;
    outline: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    text-align: center;
    line-height: 45px;
}
#gotop img{
	width: 23px;
	margin-top: -3px;
}
#prePage {
	outline: none;
	position: fixed;
	left: 250px;
	top: 50%;
	width: 45px;
	height: 45px;
	border-radius: 5px;
	text-align: center;
	line-height: 45px;
	z-index: 9;
}
#prePage img {
	width: 23px;
	margin-top: -3px;
}
#nextPage {
	outline: none;
	position: fixed;
	right: 250px;
	top: 50%;
	width: 45px;
	height: 45px;
	border-radius: 5px;
	text-align: center;
	line-height: 45px;
}
#nextPage img {
	width: 23px;
	margin-top: -3px;
}


@media (max-width: 1280px) {
	#prePage {
		left: 0px;
	}

	#nextPage {
		right: 0px;
	}
}

@media screen and (min-width: 1281px) and (max-width: 1731px) {
	#prePage {
		left: 50px;
	}

	#nextPage {
		right: 50px;
	}
}

@media screen and (min-width: 1732px) and (max-width: 1900px) {
	#prePage {
		left: 150px;
	}

	#nextPage {
		right: 150px;
	}
}


a, a:hover{
	transition: all 0.5s ease;
	text-decoration: none;
}
h1,h2{
	font-family: "Noto Sans TC", sans-serif;
	font-weight: 400;
	font-size:1.7em;
	color: #007591;
	position: relative;
	margin:35px 0 25px 0;
	padding-left: 40px;
}
h1:before,h2:before{
	content: "";
	display: block;
	position: absolute;
	background: url(../images/icon-title.png);
	background-size: 100%;
	width: 28px;
	height: 16px;
	left: 0;
	top: 7px;
}
.title-right{
	position: absolute;
	right: 0;
	top: -2px;
	background: #fff;
	padding-left: 10px;
}
.breadcrumb .title-right{
	position: initial;
	margin-left: auto;
}

h1 a,h2 a{
	background: #fff;
	padding: 0 0 0 5px;
	color: #F2AB44;
	font-size: .5em;
	font-weight: normal;
}
h1 a:hover,h2 a:hover{
	color: #F38143;
}
h1 img,h2 img{
	width: 13px;
	margin:-5px 0 0 5px;
}

#WRAPPER>.container {
	max-width: 1200px;
	margin-top: 70px;
}
hr{
	margin-top: 60px;
	box-shadow: 0 5px 5px #eee;
}
.table1{
	color: #666;
	/*min-width: 900px;*/
}
.table1 tr:first-child td{
	background: #1695B5;
	color: #fff;
}

.overflow{
	overflow: auto;
}

.required{
	color: #F56363;
}

.ruleintro a{
	padding: 5px 15px;
	font-size: .9em;
	background: #1695B5;
}
.pr-space{
	padding-right: 45px;
}
.f-size .print{
	display: inline-block;
	border-radius: 50px;
	border: 1px solid #2A457A;
	width: auto;
	padding: 0 15px;
	color: #2A457A;
	background: #fff;
	font-weight: bold;
}
.f-size .print:hover{
	background: #FFE5A8;
	color: #2A457A;
}
.print img{
	width: 20px;
	margin: -5px 5px 0 0;
}
.form-group .calendar{
	display: inline-block;
	width: 19px;
	margin: 5px 0;
}
.form-group .calendar img{
	width: 100%;
}
/* ---------------------顏色設定開始------------------------*/
.btn-color1{background: #6AB9CC;color: #fff;}
.btn-color1:hover{background: #3D9AB1;color: #fff;}
.btn-color2{background: #F2AB44;color: #fff;}
.btn-color2:hover{background: #F38143;color: #fff;}
.btn-color3{background: #007591;color: #fff;}
.btn-color3:hover{background: #2A457B;color: #fff;}
.btn-color4{background: #3D9AB1;color: #fff;}
.btn-color4:hover{background: #327E92;color: #fff;}
.btn-color5{background: #F56363;color: #fff;}
.btn-color5:hover{background: #F23C3C;color: #fff;}
.btn-color6{background: #8ECCC6;color: #fff;}
.btn-color6:hover{background: #4CB4AA;color: #fff;}
.btn-color7{background: #A5B6EB;color: #fff;}
.btn-color7:hover{background: #6E85CC;color: #fff;}
.btn-color8{background: #1A85A8;color: #fff;}
.btn-color8:hover{background: #136079;color: #fff;}

/*#007591;*/
.color1{background: #3F84A0;color: #fff;}
.color2{background: #6AB9CC;color: #fff;}
.color3{background: #F2934C;color: #fff;}
.color4{background: #8ECCC6;color: #fff;}
.color5{background: #B5CC6F;color: #fff;}
.color6{background: #6F9E35;color: #fff;}
.color7{background: #F86A6A;color: #fff;}
.color8{background: #A17FD5;color: #fff;}
.color9{background: #136079;color: #fff;}

.text-color1{color: #666;}
.text-color2{color: #007591;}
.text-color3{color: #F2AB44;}
.text-color3:hover{color: #F38143;}

/* ---------------------主選單開始------------------------*/
.navbar-brand{padding: 0;}
.navbar-brand img{width: 344px;}
.navbar-toggler img{
	width: 24px;
}
.nav-top{z-index: 600;}
button.search{padding: 0;width: 34px;height: 31px;text-align: center;}
button.search img{width: 18px;margin-bottom: 3px;}

.nav-top{margin-left: 15px;}
.nav-top li.nav-item{position: relative;padding-left: 5px;margin-left: 10px;}
.nav-top li.nav-item:before{
	content: "";
	display: block;
	border-radius: 50%;
	background:#F2AB44;
	width: 7px;
	height: 7px;
	position: absolute;
	left: 0;
	top:18px;
}
.nav-top a{color: #fff;font-size: .95em;}
.nav-top a:hover{color: #F2AB44;text-decoration: underline;}
.navbar .btn-group{
	margin-left: 20px;
}
.navbar .btn-group a{
	padding: 3px 10px;
	border-radius: 3px;
	font-size: .95em;
}
.navbar .btn-group a:first-child:after{
	content: "";
	display: block;
	width: 1px;
	height: 20px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 4px;
}
.dropdown-menu{
	padding: 0;
	border:1px solid #8FCDC6;
	min-width: 100%;
}
.dropdown-toggle::after{display: none;}

.nav-main{
	z-index: 500;
	position: absolute;
	width: 100%;
	left: 0;
	top: 329px;
	height: 60px;
	z-index: 500;
	padding: 0 10%;
}
.nav-main.fix{
	top: 0;
	position: fixed;
	z-index: 1500;
}
.nav-main ul{
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 0;
}
.nav-main li{
	display: block;
	width: 100%;
	border-bottom: 1px solid #fff; 
}
.nav-main li a{
	padding: 10px 0;
	display: block;
	width: 100%;
}
.nav-main a.btn{
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 1.05em;
	border-radius: 0;
	padding: 0;
}
/*#007591;*/
.nav-main a.btn, .nav-main a.btn.collapsed {
	background: #3F84A0;
	color: #fff;
	cursor: pointer;
}
.nav-main a.btn:hover,.nav-main a.btn:active,.nav-main a.btn.active{
	background: #2A457B;
}
.nav-main a.dropdown-item:hover{
	background: #DDF0EE;
	color: #1F6974;
}
header form{
	margin-left: 10px;
}
.nav-main .accordion .btn{
	background: #2A457B;
}

/* ---------------------輪播開始------------------------*/
.slide img{
	height: 270px;
}
.carousel-item{
	text-align: center;
}
.carousel-indicators li{
	width: 11px;
	height: 11px;
	background: #fff;
	border:1px solid #0C6674;
	border-radius: 50%;
	opacity: 1;
}
.carousel-indicators li.active{
	background: #F2AB44;
	border:1px solid #0C6674;
}
/* ---------------------列表開始------------------------*/
.tag-btn button{font-size: 1.3em;margin-bottom: 15px;}
.listall li:nth-child(odd){background: #F9F9F9;}
/*20220401 eugen .listall li a{color: #0F7777;padding: 25px 0;display: block;font-weight: 400;font-size: 1.1em;}*/
.listall li a{color: #0F7777;padding: 10px 0;display: block;font-weight: 400;font-size: 1.1em;}
.listall li a img{width: 18px;margin: -7px 15px 0 15px;}
.listall .badge{color: #fff;font-size: 1em;padding: 4px 15px;font-weight: normal;margin-right: 10px;border-radius: 5px;}
.listall .time{color: #7B7B7B;display: inline-block;float: right;padding: 0 20px;font-size: .9em;}
.listall a:hover p{text-decoration: none;}
.listall p{
	overflow : hidden;
	text-overflow : ellipsis;
	white-space : nowrap;
	width: 65%;
	display: inline-block;
	margin-bottom: -7px;
	text-decoration: underline;
}
.listall span{
	color: #7B7B7B;
	font-size: .9em;
	float: right;
	margin-right: 20px;
}
.listall span.np{
	margin-right: 40px;
}

.listall .employer{
	color: #a1a1a1;
	display: inline-block;
	border-radius: 4px;
	border:1px solid #D4D4D4;
	box-shadow: 1px 1px 3px #ccc;
	padding: 0 10px;
	width: 130px;
	text-align: center;
	margin-right: 10px;
	line-height: 1.4;
}
.tag-btn button.active{
	pointer-events: none;
}
.tag-btn button.active:before{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #4FAEBC transparent transparent transparent;
}
.tag-btn button.active:hover:before{
	border-color: #3D94A0 transparent transparent transparent;
}

/* ---------------------活動專區區塊開始------------------------*/
.events li:first-child{
	margin-top: 0;
}
.events li{
	position: relative;
	margin-top: 10px;
}
.events li>a{
	padding: 20px 23px;
	color: #7B7B7B;
	background: #F9F9F9;
	line-height: 1.5;
}
.events li>a:hover{
	background: #fff;
}
.events li div.img{
	width: 100%;
	height: 113px;
	overflow: hidden;
	border-radius: 5px;
}
.events li div.img>img{
	height: 100%;
}
.events li h3,.events li span.date{
	color: #0F7777;
}
.events li h3{
	font-size: 1.3em;
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: 12px;
}
.events li p{
	margin-bottom: 9px;
}
.events li span.date{
	font-size: .95em;
}

.events li a span.like,.events li a span.like img{
	width: 18px;
	height: 18px;
}
.events li a span.like{
	position: absolute;
	right: 0;
	bottom: 0;
}
/* ---------------------懶人包開始------------------------*/
.video-container {
	position: relative;
	padding-bottom: 47%;
	height: 0;
	overflow: hidden;
	text-align: center;
	width: 100%;
	max-width: 600px;
	margin: 0 auto 30px auto;
	border-radius: 5px;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;left: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.slide.project{
	margin: 0 0 40px 0;
}
.slide.project .carousel-indicators{
	bottom: -10px;
}

#video .carousel-indicators{
	bottom: -10px;
	z-index: 1000;
}
#video .carousel-indicators li{
	width: 11px;
	height: 11px;
	background: #fff;
	border:1px solid #F2AB44;
	border-radius: 50%;
	opacity: 1;
}
#video .carousel-indicators li.active{
	background: #F2AB44;
	border:1px solid #F2AB44;
}

/* ---------------------計畫成果專區開始------------------------*/
.topic{height: 335px;margin-bottom: 15px;}
.topic1{height: 200px;}
.topic a{color: #fff;display: block;height: 100%;}
.topic h3{margin-bottom: 0;}
.topic .slide{
	margin-top: 0;
}
.topic .slide img{
	height: auto;
}
.topic .item{
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	height: 335px;
}
.topic1 .item{
	height: 200px;
}
.topic .item .badge{
	position: absolute;
	top: 10px;
	color: #fff;
	font-size: .9em;
	font-weight: normal;
	display: inline-block;
	padding: 4px 10px;
}
.topic .item .badge.school{
	left: 10px;
}
.topic .item img{
	min-width: 100%;
}
.topic p{
	display: block;
	width: 100%;
	background: rgba(102, 97, 94, 0.9);
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	height:42px;
	margin-bottom: 0;
	padding: 8px 20px;
	font-size: 1.2em;
	transition: all 0.5s ease;
	line-height: 1.3;
	text-decoration: underline;
	text-align: left;
}
.topic .item:hover p{
	height: 80px;
	background: rgba(102, 97, 94, 0.9);
	color: #fff;
	text-decoration: none;
}
.topic p span{
	width: 100%;
	display: inline-block;
	line-height: 1.3;
	transition: all 0.5s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.topic .item:hover p span{
	height: 150px;
	overflow: visible;
	text-overflow: initial;
	transition: all 0.5s ease;
}
#t2 .topic{
	height: auto;
	margin-bottom: 15px;
}
#t2 .topic .item{color: #333;padding: 10px 15px;background: #CFEEF1;height: auto;font-weight: bold: ;}
#t2 .topic .item:hover{background: #fff;}
#t2 .topic img{width: 25px;margin-bottom: 2px;margin-right: 10px;}
#t2 .topic .item .badge{
	position: initial;
	top: auto;
	display: inline-block;
	margin-right: 10px;
}
.func a img{
	width: 25px;
}
.func a:nth-child(3) img{
	width: 23px;
}
.func a.gray img{ 
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.func a.active{
	pointer-events: none;
}
.func.pr{
	padding: 10px 0;
}
.func.pr a{
	padding: 0 0 0 7px;
}
.main-con .carousel-item h4{
	margin-left: 15px;
	background: none;
}


/* ---------------------相關連結開始------------------------*/
.clinks li{
	margin-bottom: 10px;
}
.clinks a{
	display: block;
	list-style: none;
	border: 1px solid #F2AB44;
	color: #F2AB44;
	border-radius: 5px;
	padding: 15px 40px 15px 20px;
	position: relative;
	font-family: "Noto Sans TC", sans-serif;
	font-size: 1.3em;
	font-weight: 400;
	overflow : hidden;
	text-overflow : ellipsis;
	white-space : nowrap;
}
.clinks a i{
	color: #F2AB44;
	position: absolute;
	right: 20px;
	top: 20px;
}
.clinks a:hover{
	background: #F2AB44;
	color: #fff;
}
.clinks a:hover i{
	color: #fff;
}
/* ---------------------footer開始------------------------*/
.mapcontrol{
	display: block;
	border-radius: 5px 5px 0 0;
	width: 150px;
	height: 20px;
	margin: 60px auto 0 auto;
	text-align: center;
	cursor: pointer;
	background: url(../images/icon-down.png) no-repeat #007591 center;
	background-size: 16px 10px;
	text-indent: -9999px;
}
.mapcontrol.down{
	background: url(../images/icon-up.png) no-repeat #007591 center;
	background-size: 16px 10px;
}

footer .map{
	padding: 50px 0 20px 0;
}
footer .map{
	background: #007591;
}
    footer .map h4, footer .map h4 a, footer .map .footer-map-title, footer .map .footer-map-title a {
        color: #fff;
        font-size: 1em;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 0;
    }
footer .map a{
	color: #FFDA83;
	display: block;
	padding: 3px 0;
	font-size: 1em;
}
footer .map ul{
	display: inline-block;
	padding-right: 4%;
	text-align: left;
}
footer .map ul:first-child{
	padding-right: 2%;
}
footer .map ul:last-child{
	padding-right: 0;
}

footer .map ul.sub{
	margin-top: 28px;
}
footer .info{
	background: #2E5E81;
	padding: 50px 0;
	font-size: .95em;
	color: #fff;
	line-height: 1.4;
}
footer .info li{
	display: inline-block;
	margin-bottom: 10px;
}
footer .info li a{
	display: block;
	padding: 2px 15px;
	border-radius: 5px;
}
footer .info img.logo{
	margin-bottom: 40px;
	margin-right: 10px;
	margin-top: 20px;
	width: 98px;
}

footer .code{
	width: 95px;
	margin-left: 10px;
}
footer .pass,footer .code{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
}

/* ---------------------內頁開始------------------------*/
#WRAPPER>.container.inbox{
	margin-top: 90px;
	position: relative;
	overflow: hidden;
}
.inbox h1{
	text-align: left;
	font-size: 1.9em;
	font-family: "Noto Sans TC", sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	margin-top: 0;
}
.inbox h1 div{
	top: 10px;
}
.inbox h1:before{
	width: 32px;
	height:19px;
	left: 0;
	top: 8px;
}
/*---左側選單----*/
.left-menu{
	display: block;
	width: 245px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border:1px solid #D9D9D9;
	box-shadow: 3px 3px 5px #ccc;
	transition: all 0.5s ease;
}
.left-menu.hide{
	left: -244px;
}
.left-menu span{
	display: block;
	background: #288795;
	color: #fff;
	font-size: 1.4em;
	text-align: center;
	padding: 6px 0;
}
.left-menu ul{
	padding: 0 25px;
}
.left-menu li{
	border-bottom: 1px solid #C9C9C9;
}
.left-menu li:last-child{
	border-bottom: none;
}
.left-menu a{
	display: block;
	color: #333;
	padding: 12px 0 12px 17px;
	background: url(../images/icon-circle.png) no-repeat 0 25px;
	background-size: 12px;
	font-size: 1.2em;
}
.left-menu a.active{
	color: #288795;
}

.left-menu .control{
	background: url(../images/icon-left.png) no-repeat #A1A1A1 center;
	background-size: 8px;
	cursor: pointer;
	border-radius: 0px 5px 5px 0;
	position: absolute;
	top: 52px;
	left: 244px;
	width: 16px;
	height: 78px;
	transition: all 0.5s ease;
}
.left-menu .control.close{
	background: url(../images/icon-right2.png) no-repeat #A1A1A1 center;
	background-size: 8px;
	left: auto;
	right: -17px;
}

.main-con{
	width: auto;
	transition: all 0.5s ease;
}
/*---左側內容----*/
.breadcrumb{
	background: none;
	padding: 0;
	position: relative;
}
.breadcrumb a{
	color: #6c757d;
}
.breadcrumb a:hover{
	color: #333;
}
.f-size{
	color: #2A457A;
	line-height: 28px;
	text-align: right;
}
.f-size a{
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 3px;
	background: #2A457A;
	color: #fff;
	margin-right: 3px;
	vertical-align: top;
}
.f-size a:hover{
	color: #fff;
}
.f-size a.active{
	background: #4968A7;
	pointer-events: none;
}
.f-size a.sm{font-size: .9em;}
.f-size a.md{font-size: 1em;}
.f-size a.bg{font-size: 1.2em;}

form span.sp{
	color: #A1A1A1;
	padding: 0 5px;
}
.insearch{
	border-radius: 5px;
	background: #F8F8F8;
	padding: 20px 15px;
}
.insearch form{
	padding: 5px 0;
}
.insearch button{
	width: 80px;
	height: 34px;
	margin-right: 5px;
	box-shadow: 0 3px 6px #ccc;
	margin: 0 5px; 
}
.insearch>.form-group:first-child{
	margin-right: 30px;
}
.insearch .form-control{margin: 0 3px;}
.insearch .form-control.xs{width: 85px;}
.insearch .form-control.sm{width: 135px;}
.insearch .form-control.md{width: 165px;}
.insearch .form-control.lg{width: 260px;}
.ablebox.sm{
	font-size: 80%;
}
.ablebox.md{
	font-size: 100%;
}
.ablebox.bg{
	font-size: 110%;
}
/*---最新消息開始----*/
.newslist {
	/*20221013 eugen padding-top: 30px;*/
	padding-top: 10px;
}

.newslist>.row{
	border-bottom: 2px solid #F9F9F9;
	position: relative;
}
/*.newslist>.row:before{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 10px;
	top: 30px;
	border-radius: 50%;
	border: 3px solid #FFDA83; 黃色圓點
}*/

.newslist div {
	font-size: 1.1em;
	/*20221013 eugen padding: 10px 10px;*/
	padding: 6px 10px;
	color: #7B7B7B;
	line-height: 1.5;
	position: relative;
}
.newslist div a{
	display: block;
	color: #0F7777;
}
.newslist div a:hover{
	text-decoration: underline;
}
.newslist>.row>div:first-child{
	padding-left: 30px;
}
.newslist div .badge{
	border-radius: 20px;
	font-size: 1em;
	padding: 5px 10px;
	margin-right: 10px;
	font-weight: normal;
	vertical-align: top;
	position: absolute;
	left: 0;
	top: 10px;
}
.newslist div .school{
	font-size: .85em;
	text-align: right;
}
.newslist div .school span{
	vertical-align: middle;
	padding-right: 30px;
}
.pagnav{
	margin-top: 30px;
}
.pagnav li{
	display: inline-block;
}
.pagnav a{
	display: block;
	padding: 3px 7px;
	text-align: center;
	border-radius: 3px;
	min-width: 34px;
}
.pagnav a img{
	width: 7px;
}
.pagnav input{
	width: 80px;
	margin: 10px 10px -12px 10px;
	text-align: center;
}
.main-con h2{
	color: #0F7777;
	font-size: 1.5em;
	padding:15px 30px; 
	text-align: left;
	font-weight: 300;
	background: #F8F8F8;
	border-radius: 5px;
	margin-top: 15px;
}
.main-con h2 div{
	color: #A1A1A1;
	font-size: .7em;
	line-height: 1.5;
}
.main-con h2:before{
	display: none;
}
.main-con h3{
	padding-left: 10px;
	border-left: #D4BD81 8px solid;
	font-size: 1.3em;
	margin: 20px 0 20px 30px;
}
.main-con h4{
	color: #2A457A;
	background: #F8F8F8;
	border-radius: 5px;
	padding: 6px 15px;
	font-size: 1.5em;
	margin: 0 0 15px 30px;
}
.main-con h5{
	font-size: 1.2em;
	margin: 25px 0 15px 15px;
}
.ablebox p, .ablebox ol, .ablebox .ruleintro {
	padding-left: 30px;
	/*color: #666;*/
	color: #000000;
}
.ablebox .table-responsive{
	margin-left: 30px;
	width: auto;
}
.ablebox ol li{
	text-indent: -13px;
	margin-left: 13px;
}
.tag{
	margin-top: 20px;
	color: #2A457B;
	padding-left: 15px;
}
.tag span{
	display: inline-block;
	padding: 1px 15px;
	border-radius: 20px;
	margin-right: 10px;
}
.tag span:last-child{
	color: #A1A1A1;
	float: right;
}

.file-download-nav {
	border-bottom: none;
	margin-bottom: .5em;
}

	.file-download-nav.nav-pills .nav-link {
		background-color: #48b6d0;
		color: #fff;
		margin: 0 .2em .4em;
	}

		.file-download-nav.nav-pills .nav-link.active, .file-download-nav.nav-pills .show > .nav-link {
			background-color: #f9bb49;
			position: relative;
		}

			.file-download-nav.nav-pills .nav-link.active:after, .file-download-nav.nav-pills .show > .nav-link:after {
				border: .8em solid transparent;
				border-top-color: #f9bb49;
				content: '';
				display: inline-block;
				width: .8em;
				height: .8em;
				position: absolute;
				left: calc(50% - .8em);
				bottom: -1.3em;
			}

.file-download-content {
	background-color: #fbfbfb;
	padding: 1em;
}

.file-download-item {
	background-color: #f1f1f1;
	border-left: .4em solid #bebebe;
	box-shadow: 0 2px 4px #dadada;
	padding: .5em;
	margin-bottom: 1em;
}

	.file-download-item .text-right {
		text-align: right;
	}

	.file-download-item a {
		display: inline-block;
		margin: 0 .2em;
	}

		.file-download-item a img {
			width: 1.5em;
		}

.dload{
	padding-left: 15px;
}
.dload>div{
	margin-bottom: 15px;
}
.dload a{
	border: 1px solid #DCDCDC;
	border-radius: 3px;
	display: block;
	padding: 6px 15px;
	box-shadow: 3px 3px 3px #ccc;
	color: #666666;


}
.dload a:hover{
	box-shadow: none;
}
.dload a img{
	width: 16px;
	display: inline-block;
	margin-left: 10px;
}
/*---重要法規開始----*/
.rulelist .row>div:last-child{
	position: relative;
	text-align: right;
}
.rulelist .row p{
	margin: 10px 0 15px 0;
}
.rulelist .row:nth-child(even){
	background: #F6F6F6;
}
.rulelist .tag{
	font-size: .9em;
}
.rulelist button{
	padding: 3px 20px;
	position: absolute;
	right: 15px;
	bottom: 15px;
}
/*---網站導覽開始----*/
.zone{
	border: 1px solid #D9D9D9;
	box-shadow: 5px 5px 5px #eee;
	color: #333;
	margin: 10px 0 30px 0;
}
.zone>div{
	border-right:1px solid #EEEEEE;
	padding: 10px 0;
	text-align: center;
}
.zone span{
	color: #F2AB44;
	font-size: .9em;
}
.zone span.num{
	font-size: 1.5em;
}

.acc{
	color: #666;
}
.acc span{
	display: inline-block;
	padding: 0 15px;
	border-radius: 15px;
	margin:0 8px 5px 0;
}
.ablebox p.notice{
	color: #1A85A8;
	padding-left: 0;
	font-size: 1.1em;
}
.links{
	margin-top: 30px;
}
.links ul{
	margin: 10px 0;
}
.links li>a{
	display: block;
	color: #333;
	padding: 5px 15px;
}
.links li>a:hover{
	color: #111;
	text-decoration: underline;
}
.links>div{
	margin-bottom: 15px;
}
.mapbox{
	background: #F2ECD9;
	border-radius: 5px;
	padding: 8px;
}
.mapbox>a{
	padding: 5px 15px;
	display: block;
	font-size: 1.1em;
}
/*---線上報名開始----*/
.insearch .form-check-label{
	margin-right: 20px;
}
.eventbox.in{
	margin-left: 30px;
}
.eventbox{
	background: #FBF7EB;
	border-radius: 10px;
	padding: 25px;
	margin-top: 20px;
}
.eventbox .badge-pill{
	background: #F1F1F1;
	color: #828282;
	font-size: .9em;
}
.eventbox h2{
	color: #007591;
	margin:10px 0;
	padding: 0;
	background: none;
}
.eventbox h2:before{
	display: none;
}
.eventbox .status{
	display: inline-block;
	border-radius: 20px;
	padding: 0 15px;
	width: 118px;
	letter-spacing: 1px;
}
.eventbox p{
	padding: 0;
	margin-bottom: 10px;
}
.eventbox .img{
	overflow: hidden;
	width: 100%;
	max-height: 200px;
	border-radius: 5px;
}
.eventbox .img img{
	width: 100%;
}
.eventbox a{
	padding: 3px 25px;
}
/*---學校專區開始----*/
.scon h2{
	margin-top: 0;
}
.stag{
	display: flex;
	margin-bottom: 30px;
}
.stag button{
	font-size: 1.2em;
}
.stag button:focus{
	box-shadow: none;
}
.stag button.active{
	background: #A5C742;
	color: #fff;
	pointer-events: none;
	position: relative;
}
.stag button.active:before{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #A5C742 transparent transparent transparent;
}
.schoolist .school div{
	display: inline-block;
	margin-right: 30px;
	padding: 0;
}
.schoolist .school div span{
	padding-right: 0;
	font-size: 1.6em;
	vertical-align: inherit;
	line-height: .5;
}
.schoolist .info{
	display: inline-block;
	color: #fff;
	font-size: 1em;
	padding: 3px 20px;
}
.schoolist .info:hover{
	text-decoration: none;
}
.school div{
	color: #2D597F;
}
.school div span{
	font-size: 1.2em;
}
.school-card{
	border-radius: 5px;
	border: 1px solid #D9D9D9;
	margin-top: 20px;
	padding: 15px;
}
.school-card a{
	margin-top: 10px;
	width: 100%;
}
.school-card img{
	width: 100%;
	max-width: 110px;
}
.career{
	background: #F8F8F8;
	border-top: 10px solid #5DA2BB;
	border-radius: 5px;	
	padding: 30px 30px;		
	position: relative;
	margin-top: 30px;
}
.career a{
	padding: 3px 20px;
	position: absolute;
	right: 20px;
	bottom: 0;
}
.career p{
	padding-left: 0;
	margin-bottom: 0;
}
.career h2{
	margin: 0;
	padding: 0 0 20px 0;
}
.mstag a{
	font-size: 1em;
	padding: 8px 1.5rem;
}
.mstag{
	display: none;
	margin: 20px 0;
}
/*---計畫成果專區開始----*/
.stag.project{
	margin-top: 25px;
}
.stag.project button{
	padding: .375rem .2rem;
	font-size: 1.05em;
	letter-spacing: -1px;
}
.check{
	color: #007591;
	background: #FBF7EB;
	display: block;
	margin: 15px;
	border-radius: 5px;
	padding: 6px 25px;
}
.check span{
	padding: 0 20px;
}
	.check .nowrap {
		white-space: nowrap;
	}
.pr-card{
	color: #555;
	margin-bottom: 20px;
	border-radius: 8px;
}
.pr-card:hover{
	box-shadow: 3px 3px 5px #ccc;
	background: #fff;
	border: 1px solid #eee;
}
.pr-card{
	background: #F0F0F0;
	border:none;
	border: 1px solid #fff;
}
.pr-card h3 {
	color: #007591;
	background: none;
	border-radius: none;
	padding: 0;
	font-size: 1.2em;
	margin: 0 0 10px;
	border: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pr-card .more{
	color: #333;
	font-weight: 700;
}
.pr-card .more i{
	color: #F2AB44;
}
.pr-card .card-text{
	color: #626262;
	font-size: 1em;
	line-height: 1.5;
	padding-left: 0;
	margin-bottom: 5px;
}
.pr-card .label .badge{
	padding: 3px 15px;
	font-size: .9em;
	font-weight: normal;
	margin-right: 6px;
	border-radius: 20px;
}
.pr-card img{
	border-radius: 8px 8px 0 0;
}
.pr-card .card-body{
	padding: 15px 20px 10px 20px;
}
.card-body{
	position: relative;
}

.pr-card.list{
	border-radius: 5px;
	padding: 10px 0;
}
.pr-card.list .label{
	position: initial;
	right:auto;
	top: auto;
	text-align: left;
}
.pr-card.list h3{
	margin: 10px 0 5px 0;
}
.pr-card.list .more{
	margin-left: 10px;
}


.sidelink{
	position: fixed;
	right: 0;
	top: 300px;
	z-index: 500;
}
.sidelink li{
	margin-bottom: 1px;
}
.sidelink li a{
	display: block;
	background: #F2934C;
	color: #fff;
	padding: 6px 8px;
}
.sidelink li a:hover{
	background: #F16D33;
}
.sidelink li:first-child a{
	border-radius: 5px 0 0 0;
}
.sidelink li:last-child a{
	border-radius: 0 0 0 5px;
}
.lot-link li{
	display: inline-block;
	float: left;
}
.lot-link li a{
	display: block;
	padding: 3px 12px;
	border-radius: 5px;
	border: 1px solid #eee;
	color: #666;
	margin: 0 5px 5px 0;
}
.lot-link li.active{
	padding: 3px 12px;
	border-radius: 5px;
	border: 1px solid #eee;
	margin: 0 5px 5px 0;
}
.lot-link li a:hover{
	box-shadow: 3px 3px 5px #ccc;
}
.lot-link li a i{
	color: #ccc;
}
.m-lot-link{
	display: none;
}
/*------------計畫成果統計--------------*/

.nobg {
    background: none;
    padding: 10px 30px;
}

.displayn{
    display: none;
}


/*---計畫聯絡人開始----*/
.liaison{
	background: #F8F8F8;
	border-radius: 5px;
	padding: 25px;
	color: #666;
	height: 100%;
	margin-bottom: 20px;
}
.liaison .badge{
	background: #a1a1a1;
	color: #fff;
	border-radius: 20px;
	padding: 4px 15px;
	font-size: .8em;
	font-weight: normal;
}
.liaison p,.liaison>span,.liaison a{
	color: #4FAEBC;
}
.liaison a:hover{
	text-decoration: underline;
}
.liaison p.style1{
	background: url(../images/u2741.png) no-repeat;
	background-size: 60px;
}
.liaison p.style2{
	background: url(../images/footer-logo.png) no-repeat;
	background-size: 60px;
}
.liaison p.style3{
	background: url(../images/footer-logo.png) no-repeat;
	background-size: 60px;
}
.liaison p{
	display: block;
	padding-left: 80px;
	margin-bottom: 20px;
	background-position: 15px top;
	font-size: 1.3em;
	line-height: 1.5;
}

.number{margin-left: 1rem;}

.number a {
    margin-left: 10px;
}

/* ---------------------bottom開始------------------------*/
.goback {
	margin-top: 20px;
}
.goback div{
	color: #A1A1A1;
}
.goback>div:first-child{
	text-align: center;
}
.goback>div:last-child{
	text-align: right;
}
.goback a{
	color: #2A457A;
	font-weight: bold;
}
.goback a:hover{
	color: #4D6695;
}
.goback a img{
	width: 26px;
	margin-right: 8px;
}