@charset "utf-8";
/* CSS Document */

/* GLOBAL */
* {
  margin: 0;
  padding: 0;
}

body {
    color: #666;
    font-family: "微軟正黑體", "Microsoft JhengHei", Arial, "LiHei Pro", "新細明體", sans-serif;
	font-size: 16px;
    margin: 0 auto;
    max-width: 100%;
}

.custom-control-label::before,
.custom-control-label::after {
    top: .8rem;
    width: 1.25rem;
    height: 1.25rem;
}

.clear1 {
	clear: both;
	height: 1px;
}
.clear30 {
	clear: both;
	height: 30px;
}

.img100 {
	max-width: 100%;
}
.imgcover {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.hr-dot {
	display: block;
    height: 3px;
	background: url(../images/hr_dot.jpg) repeat-x;
    border: 0;
	padding: 0;
	margin: 0;
	opacity: 1;
}
.hr-grey {
	display: block;
    height: 1px;
    border: 0;
	border-top: 1px solid #e0e0e0;
	opacity: 1;
}
.hr-3dots {
	display: block;
    height: 9px;
	background: url(../images/dots_3v.png) repeat-x;
    border: 0;
    opacity: 1;
}



/* OVERRIDES*/
input::-webkit-input-placeholder {
color: #aaa !important;
}
input::-moz-placeholder {
color: #aaa !important;
}
input:-moz-placeholder { /* Older versions of Firefox */
color: #aaa !important;
}
input:-ms-input-placeholder {
color: #aaa !important;
}

a.btn-round {
    text-decoration: none;
}
.btn-round {
	border: 2px solid #00703e;
	border-radius: 20px;
	color: #00703e;
	font-size: 1em;
	font-weight: bold;
	margin: 0 auto;
	padding: 7px 0.5em 7px 1em;
	cursor: pointer;
}
.btn-round:hover {
	background: #00703e;
	color: #FFF;
	text-decoration: none;
}
a.btn-black, a.btn-black:hover {
    color: #FFF;
}
.btn-black {
	background: #3d3d3d;
	border: solid 1px #3d3d3d;
	color: #FFF;
	font-size: 0.95em;
	letter-spacing: 1px;
	margin: 0 auto;
	padding: 6px 0.9em;
	cursor: pointer;
}
.btn-black:hover {
	background: #00703e;
	color: #FFF;
}
.btn-black2 {
	background: #3d3d3d;
	border: solid 1px #3d3d3d;
	color: #FFF;
	font-size: 0.95em;
	letter-spacing: 1px;
	padding: 6px 0.9em;
	cursor: pointer;
}
.btn-black2:hover {
	background: #00703e;
	color: #FFF;
}
a.btn-green, a.btn-green:hover {
    color: #FFF;
}
.btn-green {
	background: #00703e;
	border: solid 1px #00703e;
	color: #FFF;
	font-size: 0.95em;
	letter-spacing: 1px;
	margin: 0 auto;
	padding: 6px 1.2em;
	cursor: pointer;
}
.btn-green:hover {
	background: #3d3d3d;
	color: #FFF;
}
a.btn-hollow-black {
    color: #3d3d3d;
}
a.btn-hollow-black:hover {
    color: #FFF;
}
.btn-hollow-black {
	border: solid 1px #3d3d3d;
	color: #3d3d3d;
	font-size: 0.95em;
}
.btn-hollow-black:hover {
	background: #00703e;
	border: solid 1px #00703e;
	color: #FFF;
}

.page-link {
    color: #00703e;
}
.page-item.active .page-link {
    background-color: #00703e;
    border-color: #00703e;
}




/*------------------------------------------
  Index
------------------------------------------*/
.title-ico {
	float: left;
	padding-right: 15px;
}
.tit-eng {
	text-indent: 2px;
}
.tit-eng-green {
	color: #00703e;
	padding-bottom: 0;
	/*margin-bottom: 5px;*/
	text-indent: 2px;
}

.news-lbg {
	float: left;
	z-index: -1;
}
.block-idx-news {
	background: url(../images/news_idx_bg.jpg) no-repeat;
	padding: 5em 0;
}
.block-idx-news2 {
	padding: 1.5em 1em;
}

.idx-news-box {
	background: #FFF;
	border: 1px solid #c3cfda;
	padding: 2em;
}
.news-date-first {
	color: #3d3d3d;
	margin-bottom: 0;
}
.news-tit-first {
	color: #00703e;
	font-size: 1.25em;
	font-weight: bold;
}
.news-summary {
	line-height: 1.8em;
	padding: 0.5em 0 1em 0;
	text-align: justify;
}
.news-summary a {
	color: #3d3d3d;
	text-decoration: none;
}
.news-summary a:hover {
	background: #f2f2f2;
	text-decoration: none;
}
.news-idx-ul {
	list-style: none;
	margin: 0;
	-webkit-padding-start: 0;
	-moz-padding-start:0;
}
.news-idx-ul li {
	border-top: 1px solid #c3cfda;
	line-height: 1.8em;
}
.news-idx-ul li a {
	display: block;
	color: #3d3d3d;
	padding: 1em 0;
	text-decoration: none;
}
.news-idx-ul li a:hover {
	background: #f2f2f2;
	text-decoration: none;
}

.block-idx-intro {
	background: url(../images/bg_idx_intro.jpg);
	color: #FFF;
	padding: 3.5em 0;
}
.block-idx-intro p {
	line-height: 1.88em;
	text-align: justify;
}
.idx-intro-img {
	text-align: center;
}
.idx-intro-img img {
	margin-top: 2.5em;
	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.25);
}

.block-honor-idx {
	background: #f0f2f1;
	padding: 3.5em 0;
}
.block-honor {
	background: #f8faf9;
	/*padding: 3.5em 0;*/
}
.honor-date {
	color: #00703e;
}
.honor-date-xs {
	font-size: 0.5em;
	font-weight: bold;
}
.honor-link {
	text-align: justify;
}
.honor-link a {
	color: #3d3d3d;
	text-decoration: none;
}
.honor-link a:hover {
	color: #00703e;
	text-decoration: none;
}

.block-photo {
	padding: 3.5em 1em;
}
.block-photo .card {
	border-radius: 0;
}
.mycard:hover {
	text-decoration: none;
}
.mycard a:hover {
	text-decoration: none;
}
.mycard {
	margin: 1em 0 1.5em 0;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
}
.block-photo .mycard .card-body {
	min-height: 6em;
}
.photo-tit {
	color: #3d3d3d;
	margin-bottom: 0;
	text-align: center;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.photo-date {
	color: #999;
	margin-bottom: 0;
	text-align: center;
}
a.pho-link {
    text-decoration: none;
}
.pho-link:hover {
	text-decoration: none;
}
.list-inline-item a {
    text-decoration: none;
}
.list-inline-item a:hover {
    text-decoration: underline;
}


/*------------------------------------------
  Main
------------------------------------------*/
.block-bread {
	border-bottom: 1px solid #ddd;
}
.bread-nav {
	list-style: none;
	margin: 10px 0;
	-webkit-padding-start: 0;
	-moz-padding-start:0;
}
.bread-nav li {
	display: inline-block;
	font-size: 0.8em;
	line-height: 1.8em;
}
.bread-nav li a {
	color: #00703e;
	text-decoration: none;
}
.bread-nav li a:hover {
	text-decoration: underline;
}

.block-news {
	padding: 0.3em 0 0 0;
}
.block-news-detail p {
	line-height: 1.8em;
}
.news-detail {
	line-height: 1.8em;
	padding: 0.5em 0 1em 0;
	text-align: justify;
	min-height: 350px;
}

.block-honor-detail p {
	line-height: 1.8em;
}
.honor-item {
	margin-bottom: 1.5em;
}
.honor-tit {
	color: #00703e;
	font-size: 1.6em;
	font-weight: bold;
}
.photo-list a img {
	padding: 15px 4px;
}
.photo-item {
	margin-bottom: 20px;
}

.download-item {
	background: #F2F2F2;
	margin: 10px 0;
	width: 100%;
	text-align: center;
}
.download-item:hover {
	background: #00703e;
	color: #FFF;
	transition: background-image 1s, background-color 1s, border-color 1s, color 1s, opacity 1s;
}
.download-item a {
	display: inline-block;
	position: relative;
	padding: 20px;
	width: 100%;
	color: #666;
	text-decoration: none;
}
.download-item a:hover {
	color: #FFF;
	text-decoration: none;
}

.block-paper {
	padding: 0.3em 0;
}
.subnav-left {
	padding: 1em;
}
.main-right {
	padding: 1em;
}
.tit-zh {
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 2.4em;
	color: #333;
}
.eng-cap {
	color: #999;
	font-size: 0.88em;
}
.tit-eng {
	color: #999;
	font-size: 0.78em;
}
.subnav-left ul {
	-webkit-padding-start: 0;
	-moz-padding-start: 0;
	margin-left: 0;
	padding-left: 0;
}
.subnav-left ul li {
	border-bottom: 1px solid #ddd;
	font-size: 1rem;
	line-height: 3em;
	list-style: none;
}
.subnav-left ul li a {
	color: #666;
}
.subnav-left ul li a:hover {
	color: #3d995d;
	text-decoration: none;
}
.subnav-item a {
	display: block;
	text-decoration: none;
}

.forms-ul {
	list-style: none;
	margin: 0;
	margin-top: 0;
	-webkit-padding-start: 0;
	-moz-padding-start: 0;
}
.forms-ul li {
	border-bottom: 1px solid #ddd;
	line-height: 1.8em;
	padding: 1em 0;
}
.forms-ul li:hover {
	background: #f2f2f2;
}
.forms-ul li a {
	color: #3d3d3d;
	text-decoration: none;
}
.forms-ul li a:hover {
	text-decoration: none;
}
.forms-ul span {
	color: #3d995d;
	padding-right: 1em;
}


.conference-ul {
	list-style: none;
	margin: 0;
	margin-top: 0;
	-webkit-padding-start: 0;
	-moz-padding-start: 0;
}
.conference-ul li {
	border-bottom: 1px solid #ddd;
	line-height: 1.8em;
}
.conference-ul li a {
	display: block;
	color: #3d3d3d;
	padding: 1em 0;
	text-decoration: none;
}
.conference-ul li a:hover {
	background: #f2f2f2;
	text-decoration: none;
}
.conference-ul span {
	color: #3d995d;
	padding-right: 1.5em;
}


.link-item .linkcard {
	border: 1px solid #3d995d;
	padding: 1em;
}
/*.link-item .box-text { padding-top: 10px;}*/
.link-item {
	background-color: #FFF;
	margin-bottom: 2em;
}
.link-item > a {
    display: block;
    height: 100%;
    text-decoration: none;
}
.link-item > a:hover {
	color: #3d995d;
	/*background: #01aba5;*/
}
.link-item > a:hover h3, .link-item > a:hover p, .link-item > a:hover span {
	color: #3d995d;
}
.link-item a {
	color: #cccccc;
	text-decoration: none;
}
.link-item a:hover {
	color: #3d995d;
	text-decoration: none;
}
.linkcard {
	border: 0;
	border-radius: 0;
	padding: 0.6em;
}
.linkcard h3 {
	color: #3d995d;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 0.2em;
}
.link-ul {
	list-style:none;
}

.linkcard ul li a {
	color: #454545;
	letter-spacing: 0.5px;
	line-height: 1.65em;
}
.linkcard ul li a:hover {
	background: #FFF;
	color: #3d995d;
	text-decoration: none;
}

/*.news-idxtit {
	color: #666;
	font-size: 1em;
	line-height: 1.8em;
	margin-bottom: 2em;
	text-align: justify;
	display: block;
}*/
.p-more {
	margin-bottom: 0;
}
.news-more, .news-more a, .news-more a:link, .news-more a:active {
	color: #999;
	font-size: 0.95em;
	line-height: 1.65em;
	text-align: right;
}

.teacher-name {
	text-align: center;
	color: #00703e;
	font-size: 1.15em;
}
.teacher-ul {
	list-style: none;
	margin: 0;
	-webkit-padding-start: 0;
	-moz-padding-start: 0;
}
.dean-ul {
	line-height: 2.5em;
	list-style: none;
	margin: 0;
	-webkit-padding-start: 0;
	-moz-padding-start: 0;
}
.dean-ul i {
	padding-bottom: 6px;
}
.dean-ul li ul {
	line-height: 1.85em;
	-webkit-padding-start: 20px;
	-moz-padding-start: 20px;
}
.subtit-tag {
	background: #eff9f7;
	border-left: 3px solid #5fbeab;
	padding: 10px 15px 5px 15px;
}
.subtit-tag a {
	color: #666;
	text-decoration: none;
}
.subtit-tag a:hover {
	text-decoration: none;
}
.block-intro p {
	line-height: 1.85em;
	padding: 1em 0;
}
.deantit-tag {
	background: #eff9f7;
	border-left: 3px solid #5fbeab;
	padding: 7px 15px 3px 15px;
	margin-bottom: 10px;
}

.faculty-item a .teacher-ul {
	color: #3d3d3d;
	line-height: 1.85em;
}


/*------------------------------------------
  Footer
------------------------------------------*/
.block-link {
	background: url(../images/bg_link.jpg);
	padding: 1em 0;
	text-align: center;
}
.block-quicknav {
	border-bottom: 1px solid #47b36d;
	padding: -15px;
}
.block-quicknav .navbar {
	font-size: 0.95em;
	padding: 1em 0;
}
.block-quicknav ul {
	margin: 0;
	-webkit-padding-start: 0;
	-moz-padding-start: 0;
}
.block-quicknav ul li a {
	color: #00703e;
	padding-right: 1em;
}
.block-footer {
	padding: 1em 0;
}
.footer-ul {
	font-size: 0.95em;
	line-height: 1.8em;
	list-style: none;
	margin: 0;
	-webkit-padding-start: 0;
	-moz-padding-start: 0;
}

.block-copy {
	color: #3d3d3d;
	font-size: 0.9em;
	line-height: 1.6em;
	height: 1.6em;
	padding: 1em 0 2.5em 0;
}
.author a{
	color: #3d3d3d;
	text-decoration: none;
}
.author a:hover {
	text-decoration: underline;
}


#navbar {
	border-top: 1px solid #00703e;
	margin-top: 10px;
	padding-left: 0;
	width: 100%;
}
.sm-box {
	margin-left: -15px;
	margin-right: -15px;
}
.tiny-eng {
	color: #999;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.mytopnav .nav-item a {
	display: block;
	color: #3d3d3d;
	font-weight: bold;
	padding: 0;
	text-align: left;
}
.mytopnav li {
	border-bottom: 1px solid #ececec;
	padding: 15px;
}
.tiny-eng {
	display: inline-block;
	/*padding-left: 15px;*/
}

.dropdown-menu {
	background-color: #ececec;
	border: none;
	padding: 0;
}
.mytopnav .nav-item .dropdown-menu a {
	border-radius:0;
	border-bottom: 1px solid #FFF;
	line-height: 1.8em;
	text-align: left;
}
.mytopnav .nav-item .dropdown-menu a {
	padding: 8px 15px 8px 15px;
}
.material-icons.md-18 {
	font-size: 16px;
	padding-right: 5px;
	vertical-align: baseline;
}
.dropdown-toggle::after {
    display:none;
}

.back-btn {
	margin-top: 10px;
}

.sitemap-ul {
	margin-left: 0px;
	margin-top: 10px;
}
.sitemap-ul a {
	line-height: 30px;
	color: #666;
	text-decoration: none;
}

.ico-align i.material-icons {
	vertical-align: middle;
	position: relative;
	top: -1px;
}


/* Medium devices (tablets, 768px and up)
The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
	border-radius:0;
 }
	.block-idx-news2 {
		padding: 5em 0;
	}
	.block-news {
		padding: 3em 0 0 0;
	}

	.block-paper {
		padding: 2.5em 0;
	}

	#navbar {
		border-top: none;
		margin-top: 0;
	}
	.mytopnav .nav-item a {
		display: block;
		color: #3d3d3d;
		font-weight: bold;
		padding: 0;
		text-align: center;
	}
	.tiny-eng {
		display: block;
	}

	.mytopnav li {
		border-left: 1px solid #ececec;
		border-bottom: none;
		border-top: none;
		padding: 2px 20px;
	}

	/*.mytopnav li:last-child {
		border-right: 1px solid #ececec;
	}*/
	.pc-last {
		border-right: 1px solid #ececec;
	}

	#navbar .mytopnav .nav-item a:hover {
		background-color: #FFF;
		color: #00703e;
	}
	.hr-green {
		display: block;
		height: 1px;
		border: 0;
		border-top: 1px solid #00703e;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 1.5em;
		padding-left: 1.5em;
	}
}

@media (max-width: 1199px) and (min-width: 960px) {
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 1em;
		padding-left: 1em;
	}
	.navbar-brand {
		width: 70%;
	}
	.back-btn {
		margin-top: 5px;
	}
}

@media (max-width: 1199px) and (min-width: 768px) {
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 1em;
		padding-left: 1em;
	}
	.navbar-brand {
		width: 50%;
	}
	.back-btn {
		margin-top: 10px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 0.5em;
		padding-left: 0.5em;
	}
	.navbar-brand {
		width: 45%;
	}

	.mytopnav li {
		padding: 2px 10px;
	}
}

@media (max-width: 768px) {
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 0.5em;
		padding-left: 0.5em;
	}
	.navbar-brand {
		width: 45%;
	}
	.back-btn {
		margin-top: 0;
	}

}

@media (min-width: 992px) {
	.idx-intro-img {
		text-align: right!important;
	}

	.link-ul li {
		width: calc(100%/2);
		float: left;
	}
}
@media (min-width: 1400px) {
	.link-ul li {
		width: calc(100%/3);
		float: left;
	}
}

.totop {
	color: #00703e;
	cursor: pointer;
}

.logo-icon {
	float: left;
	margin-right: 15px;
}
.logo-icon img {
	display: block;
}
.logo-intro {
	line-height: 1.85em;
	text-align: justify;
	vertical-align: middle;
	margin-left: 85px;
}


#myfadein {
  animation: fadein 2s;
}
@keyframes fadein {
  from { opacity: 0}
  to   { opacity: 1}
}