@charset "utf-8";
/*
CSS Document
Author: K.C - http://www.website.com.tw
Main color: #006934;
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display: block;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	background: white;
	color: #666;
	font-family: "微軟正黑體", "Microsoft JhengHei", Arial, "LiHei Pro", "新細明體", sans-serif;
	font-size: 16px;
    margin: 0 auto;
    max-width: 100%;
}

ol, ul {
	list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

input, select {
    vertical-align: middle;
}

.clear30 {
	clear: both;
	height: 30px;
}

.img100 {
	max-width: 100%;
}

.hr-3dots {
	display: block;
    height: 9px;
	background: url(../images/dots_3v.jpg) repeat-x;
    border: 0;
}


/* 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;
}
::-moz-selection { background: #9fd25b; color: #FFF; }
::selection { background: #9fd25b; color: #FFF; }


/* NAV */
.mynav a {
	color: #222;
}
.mynav a:hover {
	color: #006934;
}
.mynav i.material-icons {
	font-size: 18px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.mynav .navbar-nav {
    vertical-align: middle;
}

.nav-hd-1 .nav-tit {
	color: #4274b4;
	font-size: 1.15em;
	margin-top: 1.2em;
	margin-bottom: 8px;
}

.nav-hd-2 .nav-tit  {
	color: #3880b8;
	font-size: 1.15em;
	margin-top: 1.2em;
	margin-bottom: 8px;
}
.nav-hd-3 .nav-tit  {
	color: #2593b2;
	font-size: 1.15em;
	margin-top: 1.2em;
	margin-bottom: 8px;
}
.nav-hd-4 .nav-tit  {
	color: #01af83;
	font-size: 1.15em;
	margin-top: 1.2em;
	margin-bottom: 8px;
}


.nav-hd-1 li a:hover {
	color: #4274b4;
	text-decoration: none;
}
.nav-hd-2 li a:hover {
	color: #3880b8;
	text-decoration: none;
}
.nav-hd-3 li a:hover {
	color: #2593b2;
	text-decoration: none;
}
.nav-hd-4 li a:hover {
	color: #01af83;
	text-decoration: none;
}

.navbar-brand {
     padding-top: 0;
     padding-bottom: 0;
}

.cell-nav {
	padding: 0;
	margin:0;
}
.cell-nav li {
	border-bottom: 1px solid #ccc;
	padding: 15px;
}
.cell-nav li a {
	color: #454545;
}
.cell-nav .dropdown-menu {
	background: #9fd25b;
}
.cell-nav-lang {
	padding-left: 25px;
}
.dropdown-item {
	border-bottom: 1px solid #FFF;
    padding: 15px;
}
.dropdown-menu {
    border: 0;
}
.cell-nav .dropdown-menu .dropdown-menu {

	border-bottom: 0;
	background-color: #FFF;
	border: 1px solid #9fd25b;
	margin: 0 10px 15px 10px;
}
.bd0-btm {
	border-bottom: 0;
}
.bd-top {
	border-top: 1px solid #FFF;
}



/* BANNER BLOCK */
.banner-block {
	background: url(../images/banner_in.jpg) center center/cover no-repeat;
}
.hd-tit-block {
	height: 358px;
    position: relative;
}
.hd-tit {
	color: #FFF;
	font-size: 3em;
	font-weight: 700;


	position: relative;
    top: calc(50% - 5px);
	-moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hd-tit span {
	background-color: rgba(139, 209, 48, 0.8);
	padding: 0 20px;
}

.bread-nav {
	list-style: none;
	margin: 10px 0;
	-webkit-padding-start: 0;
	-moz-padding-start:0;

	border-top: 1px solid rgba(255,255,255,.5);
	position: absolute;
	bottom: 0;
    left: 0;
    right: 0;
    margin: 0 15px;
    padding: 8px 0;
}
.bread-nav li {
	color: #FFF;
	display: inline-block;
	font-size: 0.9em;
	line-height: 1.6em;
}
.bread-nav li a {
	/*color: #00703e;*/
	color: #FFF;
}
.bread-nav li a:hover {
	text-decoration: underline;
}



.subnav-block {
	width: 100%;
    background: #fff;
	border-bottom: 1px solid #e5e5e5;
    text-align: center;
    -moz-box-shadow: 0 10px 8px -8px rgba(0,0,0,.8);
    -webkit-box-shadow: 0 10px 8px -8px rgba(0,0,0,.8);
    box-shadow: 0 10px 8px -8px rgba(0,0,0,.8);
}
.subnav-block ul li {
	display: inline-block;
	line-height: 1.8em;
}
.subnav-block ul li a {
	color: #454545;
	padding: 10px 0;
    display: block;
    text-decoration: none;
}
.subnav-block ul li:first-child span {
    border-left: 1px solid #d9d9d9;
}
.subnav-block ul li span {
    border-right: 1px solid #d9d9d9;
	padding: 0 25px;
}



.block-news {
	background: #FFF;
	border: 20px solid #F2F2F2;
	padding: 20px;
}

/*.contact-block {
	padding: 0px 50px 0px 50px;
    width: 100%;
     height: -webkit-calc(342px);
     height: -webkit-calc(100vh - 160px);
    height: calc(100vh - 160px);
    overflow: hidden;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}*/
.contact-block {
	text-align: center;
}
.contact-block h2 {
	font-size: 1.5em;
	margin: 3em 0 20px 0;
}
/*.dpt-contact {
	width: 750px;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 60%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}*/
/*.contact-block .dpt-contact:before {
    content: "";
    width: 70px;
    height: 80px;
    display: block;
    background: url(../img/illust/illust_hiyoko1.png) no-repeat top left;
    background-size: 70px;
    left: 50%;
    top: -60px;
    position: absolute;
    z-index: 10;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}*/

.contact-btn-block {
	display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 25px;
}
.contact-btn-block a:hover {
	color: #FFF;
	text-decoration: none;
}
.mailto-btn {
	width: 200px;
	height: 40px;
    border-radius: 25px;
    color: #FFFFFF;
    padding: 10px 0;
    background: -moz-linear-gradient(left, #FFBD8A, #EA5150, #FFBD8A, #EA5150, #FFBD8A);
    background: -webkit-linear-gradient(left, #FFBD8A, #EA5150, #FFBD8A, #EA5150, #FFBD8A);
    background: linear-gradient(to right, #FFBD8A, #EA5150, #FFBD8A, #EA5150, #FFBD8A);
	/*background: -moz-linear-gradient(left, #FFBD8A, #EA5150, #FFBD8A, #EA5150, #FFBD8A);
    background: -webkit-linear-gradient(left, #FFBD8A, #EA5150, #FFBD8A, #EA5150, #FFBD8A);
    background: linear-gradient(to right, #FFBD8A, #EA5150, #FFBD8A, #EA5150, #FFBD8A);*/
    background-size: 400%;
	text-align: center;
}
.mailto-btn i.material-icons {
	vertical-align: middle;
	position: relative;
	top: -2px;
}

/* MAIN BLOCK */
/*.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;
}
.bread-nav li a:hover {
	text-decoration: underline;
}*/


.block-main {
	background: #F6F6F6;
	padding: 3em 0;
}
.block-main-FFF {
	background: #FFF;
	padding: 2em 0;
}

.main-tit {
	color: #222;
	font-size: 1.8em;
	text-align: center;
}
.sub-tit {
	color: #006934;
	font-size: 0.8em;
	text-align: center;
}


.news-item {
	border-radius: 0;
	border-top: 2px solid #454545;
	margin-bottom: 25px;
}
.news-item .card-body {
	min-height: 12em;
	padding: 20px 25px;
}
.news-item p {
	font-size: 1.1em;
	line-height: 1.65em;
	text-align: justify;
}
.news-item p a {
	color: #454545;
}
.news-item p a:hover {
	color: #006934;
	text-decoration: none;
}
.news-item-footer {
	position: relative;
	background-color: #f1f1f1;
	height: 45px;
}
.list-date {
	position: absolute;
	background-color: #006934;
	color: #FFF;
	padding: 8px;
	text-align: center;
	line-height: 1.3em;
	top: -25px;
	left: 25px;
	width: 65px;
}
.list-day {
	font-size: 1.1em;
	font-weight: bold;
}
.list-year {
	font-size: 0.9em;
	font-weight: bold;
}
.hot {
	position: relative;
	left: 100px;
	top: 13px;
	color: #f2384a;
	font-weight: bold;
}
.news-more {
	float: right;
	vertical-align: text-bottom;
}
.news-more a {
	color: #006934;
}
.news-more .material-icons {
	font-size: 20px;
	padding-top: 12px;
	padding-left: 10px;
	padding-right: 18px;
	vertical-align: text-bottom;
}
.news-more a:hover {

}

.news-ul {
	list-style: none;
	margin: 0;
	margin-top: 0;
	-webkit-padding-start: 0;
	-moz-padding-start: 0;
}
.news-ul li {
	border-bottom: 1px solid #ddd;
	line-height: 1.8em;
}
.news-ul li a {
	display: block;
	color: #3d3d3d;
	padding: 1em 0;
}
.news-ul li a:hover {
	background: #f2f2f2;
	text-decoration: none;
}
.news-ul span {
	color: #3d995d;
	padding-right: 1.5em;
}
.news-ul span.hot-twinkle {
	color: #FF0000;
	font-weight: bold;
	padding-left: 5px;
	animation-name: twinkle-1;
    animation-duration: 1s;
	animation-iteration-count: infinite;
}
.news-detail .date {
	color: #006934;
	font-size: 0.9em;
	line-height: 1.3em;
}
.news-detail .tit {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5em;
}
.load-file {
	line-height: 1.65em;
}
.news-date-li {
	color: #3d995d;
	display: table-cell;
	padding-right: 1.5em;
	min-width: 120px;
	vertical-align: middle;
}
.news-tit-li {
	display: table-cell;
}




.block-feature-sm {
	background: url(../images/bg_feature_sm.jpg) no-repeat center;
	color: #FFF;
	padding: 3em 0;
	text-align: center;
	min-height: 383px;
}
.block-feature-sm h1 {
	font-size: 1.8em;
	margin-bottom: 0.4em;
}
.feature-item p {
	line-height: 1.6em;
	margin-top: 0;
}
.feature-item {
	margin-bottom: 1em;
}
.future-top {
	margin-top: 1.5em;
}


.prod-card {
	margin-bottom: 30px;
	border-radius: 5px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.18);
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.18);
}
.prod-card a {
	text-decoration: none;
}
.js-fadeup.active {
	-webkit-animation-name: fadeup;
	-moz-animation-name: fadeup;
	animation-name: fadeup;
	-webkit-animation-duration: .7s;
	-moz-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@keyframes fadeup {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

a:hover .photo {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
	-webkit-transition: .8s;
	-moz-transition: .8s;
	transition: .8s;
}
.item-photo {
	width: 100%;
	position: relative;
	text-align: center;
}
.photo-wrap {
	position: relative;
	overflow: hidden;
	padding-bottom: 69.16%;
	border-radius: 4px 4px 0px 0px;
}
.photo {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	transform: scale(1);
	-webkit-transition: .8s;
	-moz-transition: .8s;
	transition: .8s;
}
.photo img {
	opacity: 0;
	width: 0;
	height: 0;
}
.item-text {
	padding: 20px 20px 10px 20px;
	background-color: #fff;
	border-radius: 3px;
	min-height: 240px;
	text-align: justify;
}
.item-text .intro {
	color: #454545;
	font-size: 0.95em;
	letter-spacing: .05em;
	line-height: 1.6em;
	padding-bottom: 19px;
	word-wrap: break-word;
}

.item-text:hover {
	text-decoration: none;
}

.future1 {
	background: #036c35;
	color: #FFF;
	font-size: 1.15em;
	line-height: 1.65em;
	padding: 5px 0;
	text-align: center;
}
.future2 {
	background: #2b8f41;
	color: #FFF;
	font-size: 1.15em;
	line-height: 1.65em;
	padding: 5px 0;
	text-align: center;
}
.future3 {
	background: #54b34e;
	color: #FFF;
	font-size: 1.15em;
	line-height: 1.65em;
	padding: 5px 0;
	text-align: center;
}


.block-product .js-fadeup:nth-child(2) {
  animation-delay: .1; }

.block-product .js-fadeup:nth-child(3) {
  animation-delay: .2s; }

.block-product .js-fadeup:nth-child(5) {
  animation-delay: .1s; }

.block-product .js-fadeup:nth-child(6) {
  animation-delay: .2s; }

.block-product .js-fadeup:nth-child(7) {
  animation-delay: .3s; }

a .photo-on {
	position: absolute;
	background: rgba(32, 32, 32, 0.7);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
a .photo-on .ico-plus {
	width: 40px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	position: relative;
	display: inline-block;
	z-index: 10;
}
a .photo-on .ico-plus:before, a .photo-on .ico-plus:after {
	position: absolute;
	content: "";
	display: inline-block;
	background: #999999;
	z-index: 10;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
a .photo-on .ico-plus:before {
	width: 40px;
	height: 1px;
	top: 50%;
	left: 0;
	margin-top: -1px;
}
a .photo-on .ico-plus:after {
	width: 1px;
	height: 40px;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -1px;
}

a:hover .photo-on {
	opacity: 1;
}
a:hover .photo-on .ico-plus {
	animation: spin .5s ease-out;
}

@keyframes spin {
  0% {
	transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); }
}
a:hover .photo-on .ico-plus:before, a:hover .photo-on .ico-plus:after {
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
a:hover .photo-on .ico-plus:before {
	width: 40px;
	margin-top: -1px;
}
a:hover .photo-on .ico-plus:after {
	height: 40px;
	margin-left: -1px;
}


.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;
}
.content-tit {
	font-size: 1.3em;
	font-weight: bold;
	margin: 15px 0 5px 0;
}
.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: 1.5em;
	list-style: none;
	padding: 15px 0;
}
.subnav-left ul li a {
	color: #666;
}
.subnav-left ul li a:hover {
	color: #3d995d;
	text-decoration: none;
}
.subnav-item a {
	display: block;
}


.block-intro-1 h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 15px 0 5px 0;
}
.block-intro-1 p {
	line-height: 1.65em;
}
.intro-item {
	margin-bottom: 20px;
}
.intro-item h3 {
	color: #006934;
	font-size: 1.15em;
	line-height: 1.65em;
}
.intro-item i.material-icons {
	font-size: 26px;
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin-right: 10px;
}
.intro-item ol {
	margin-top: 15px;
}
.intro-item ol li {
	line-height: 1.65em;
	margin-bottom: 15px;
}
.intro-item ol li span {

}
.intro-item h4 {
	color: #006934;
	font-size: 1.15em;
	line-height: 1.65em;
}
.intro-item i.material-icons {
	font-size: 26px;
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin-right: 10px;
}
.intro-first-item {
	padding-top: 30px;
}

.center-job-cell {
	min-width: 150px;
}
.center-tel-cell {
	min-width: 230px;
}


.sub-list {
	margin-left: 25px;
}
ul.sub-list li {
	margin-bottom: 7px;
}
.sub-list-tit {
	font-weight: bold;
}
.staff-tb a {
	color: #006934;
}
.staff-tb a:hover {
	text-decoration: underline;
}
.staff-tb {
	width: 100%;
}
.staff-tb tr {
	border-bottom: 1px solid #ddd;
}
.staff-tb tr:last-child {
	border-bottom: 0;
}
.staff-tb tr:nth-child(even) {
	background: #edf6f0;
}
.staff-tb tr td {
	line-height: 1.6em;
	vertical-align: middle;
	padding: 15px;
}
.staff-tb ul {
	list-style: disc;
	line-height: 1.65em;
}
.staff-hd {
	background: #006934; /* Old browsers */
	background: -moz-linear-gradient(left, #006934 0%, #379945 50%, #6eca56 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #006934 0%,#379945 50%,#6eca56 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #006934 0%,#379945 50%,#6eca56 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006934', endColorstr='#6eca56',GradientType=1 ); /* IE6-9 */
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.staff-btn {
	background: #F2F2F2;
	margin: 10px 0;
	width: 100%;
	min-height: 4.5em;
	text-align: center;
	vertical-align: middle;
	display:flex;
    align-items:center;
    justify-content:center;
}
.staff-btn:hover {
	background: #359744;
	color: #FFF;
	transition: background-image 1s, background-color 1s, border-color 1s, color 1s, opacity 1s;
}
.staff-btn a {
	display: inline-block;
	line-height: 1.65em;
	padding: 10px;
	width: 100%;
	color: #666;
	vertical-align: middle;
}
.staff-btn a:hover {
	color: #FFF;
	text-decoration: none;
}
/*.staff-btn.active {
	background: #359744;
	color: #FFF;
}*/
.history-block p {
	line-height: 1.65em;
	margin-bottom: 1em;
	text-align: justify;
}

.rules-ul {
	list-style: none;
	margin: 0;
	margin-top: 0;
	-webkit-padding-start: 0;
	-moz-padding-start: 0;
}
.rules-ul li {
	border-bottom: 1px solid #ddd;
	line-height: 1.8em;
}
.rules-ul li a {
	display: block;
	color: #3d3d3d;
	padding: 1em 0;
}
.rules-ul li a:hover {
	background: #f2f2f2;
	text-decoration: none;
}
.rules-ul span {
	color: #3d995d;
	padding-right: 1.5em;
}
.rules-ul i.material-icons {
	font-size: 26px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}

.flow-td i.material-icons {
	font-size: 26px;
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin-right: 10px;
}
.flow-td a {
	color: #006934;
}
.flow-td a:hover {
	text-decoration: underline;
}

.equip-item {
	margin-bottom: 20px;
}
.equip-item img {
	border: 3px solid #FFF;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
}


.block-equip {
	background: #FFF;
	border: 20px solid #F2F2F2;
	padding: 20px;
}
.equip-tb {
	width: 100%;
}
.equip-tb tr {
	border-bottom: 1px solid #ddd;
}
.equip-tb tr:last-child {
	border-bottom: 0;
}
.equip-tb tr:nth-child(even) {
	background: #F2F2F2;
}
.equip-tb tr td {
	vertical-align: middle;
	padding: 15px;
}

.equip-tb ul {
	list-style: disc;
	line-height: 1.65em;
}

.download-item {
}
.download-item-header {
	background: #006934; /* Old browsers */
	background: -moz-linear-gradient(left, #006934 0%, #379945 50%, #6eca56 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #006934 0%,#379945 50%,#6eca56 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #006934 0%,#379945 50%,#6eca56 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006934', endColorstr='#6eca56',GradientType=1 ); /* IE6-9 */
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.download-tb tr {
	border-bottom: 1px solid #ccc;
}
.download-tb tr:last-child {
	border-bottom: 0;
}
.download-tb tr:nth-child(even) {
	background: #F2F2F2;
}
.download-tb tr td {
	border-right: 1px solid #ccc;
	padding: 15px;
}
.download-tb tr td:last-child {
	border-right: 0;
}
.download-file {
	width: 13%;
	text-align: center;
}
.download-file img {
	padding: 0 5px;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #006934;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.block-main-FFF .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #006934;
    border-color: #FFF;
}
.block-main-FFF .page-link:hover {
    z-index: 2;
    color: #FFF;
    text-decoration: none;
    background-color: #006934;
    border-color: #006934;
}




.dep-contact {
	background: #FFF;
	padding-top: 20px;
}
.dep-contact .material-icons {
	color: #9fd25b;
	font-size:60px;
	float: left;
	margin-right: 15px;
}
.dep-contact-tel {
	font-size: 1.8em;
	line-height: 1.8em;
}
.dep-contact-mail {
	font-size: 1.3em;
	line-height: 2.4em;
}

.register-item {
	margin-bottom: 20px;
}
.register-item h3 {
	color: #006934;
	font-size: 1.15em;
	line-height: 1.65em;
}
.register-item ol {
	margin-top: 5px;
	margin-bottom: 15px;
}
.register-item ol li {
	line-height: 1.8em;
}
.register-item ol li a {
	color: #009944;
}
.phd-register-tb tr {
	border-bottom: 1px solid #ccc;
}
.phd-register-tb tr:last-child {
	border-bottom: 0;
}
.exam-hd, .portion-hd, .subject-hd, .check-hd, .interview-hd {
	background: #F2F2F2;
	text-align: center;
	vertical-align: middle;
}
.portion-txt {
	text-align: center;
	vertical-align: middle;
}
.phd-register-tb tr td {
	border-right: 1px solid #ccc;
	padding: 15px;
	line-height: 1.8em;
}
.phd-register-tb tr td:last-child {
	border-right: 0;
}
.exam-hd, .portion-hd {
	min-width: 100px;
}
.phd-register-tb ol li {
	line-height: 1.8em;
	list-style-type: cjk-ideographic;
	margin-left: 25px;
}
.phd-register-tb ul li {
	line-height: 1.65em;
}
.register-note {
	margin-top: 20px;
	line-height: 1.8em;
}
.register-note h3 {
	color: #006934;
	font-size: 1.15em;
}
.register-note ol li {
	list-style-type: cjk-ideographic;
	margin-left: 25px;
}
.phd-h2-zh {
	margin-left: 60px;
	padding-top: 40px;
	font-size: 28px;
}
.phd-h2-en {
	margin-left: 60px;
	font-size: 24px;
}


.biosafe-ref h3 {
	color: #006934;
	font-size: 1.15em;
	line-height: 1.65em;
	margin: 20px 0 10px 0;
}
.biosafe-ref i.material-icons, .biosafe-sub i.material-icons {
	font-size: 26px;
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin-right: 10px;
}
.biosafe-ref ul li, .biosafe-sub ul li {
	list-style: disc;
	margin-left: 20px;
	line-height: 1.8em;
}
.biosafe-ref ul li a, .biosafe-sub ul li a {
	color: #454545;
}
.biosafe-sub h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 15px 0 5px 0;
}
.biosafe-sub h3 {
	color: #006934;
	font-size: 1.1em;
	line-height: 1.65em;
	margin: 5px 0 5px 0;
}
.biosafe-sub ul {
	margin-bottom: 10px;
}


.animalsafe-sub {
	margin: 25px 0 10px 0;
}


.subtag, .subtag a {
    color: #006934;
    font-size: 1.55em;
	font-weight: bold;
	line-height: 32px;
	text-decoration: none;
}


.block-irb-bdgrey {
	background: #FFF;
	border: 20px solid #F2F2F2;
	padding: 20px;
}
.irb-intro-date {
	text-align: right;
	padding: 5px 0;
	margin-bottom: 15px;
}
.irb-intro-ol {
	line-height: 1.8em;
	list-style: trad-chinese-informal;
	margin-left: 35px;
}
.irb-intro-ol ul {
	list-style: disc;
	margin-left: 25px;
}
.block-irb-bdgrey p {
	line-height: 1.8em;
	padding: 15px 0;
}
.block-irb-bdgrey h3 {
	font-weight: bold;
	line-height: 1.8em;
}
.irb-apply-ul {
	line-height: 1.8em;
	list-style: disc;
	margin-left: 25px;
	margin-top: 25px;
}
.block-irb-bdgrey a {
	color: #454545;
}
.irb-apply-ul li a {
	color: #454545;
}
.irb-apply-ul li a:hover {
	color: #006934;
	text-decoration: none;
}



.time-block {
	pading: 0;
	margin: 0;
	font-family: "微軟正黑體", "Microsoft JhengHei", Arial, "LiHei Pro", "新細明體", sans-serif;
	position: relative;
}

.timeline {
	width: 100%;
	margin-bottom: 40px;
}

.timeline:before {
	content: "";
	position: absolute;
	top: 40px;
	left: 35px;
	width: 3px;
	height: calc(100% - 80px);
	background: #006934;
}

.timeline .column {
	margin: 20px 40px 30px 60px;
}

.timeline .column .title h1 {
	font-size: 120px;
	color: rgba(0,0,0,0.1);
	font-family: serif;
	letter-spacing: 3px;
}

.timeline .column .title h2 {
	margin-top: -60px;
	font-size: 33px;
}

.timeline .column .title h3 {
	font-size: 90px;
	color: rgba(204,204,204,0.3);
	font-family: serif;
	letter-spacing: 1px;
}

.timeline .column .description p {
	line-height: 1.8em;
	margin-left: 20px;
	margin-top: 10px;
}

.timeline .column .description ol {
	line-height: 1.8em;
	list-style: decimal;
	margin-left: 40px;
	margin-top: 10px;
}

.timeline .column .description {
	border-left: 1px solid #000;
}

.timeline4:before {
	content: "";
	position: absolute;
	top: 30px;
	left: 35px;
	width: 3px;
	height: calc(100% - 60px);
	background: #006934;
}

.timeline4 ol {
	margin: 30px 40px 30px 90px;
}
.ray-intro-ol {
	line-height: 1.8em;
	list-style: trad-chinese-informal;
}
.ray-intro-ul {
	line-height: 1.8em;
	list-style: disc;
	margin: 30px 40px 30px 80px;
}
.ray-intro-subul {
	line-height: 1.8em;
	list-style: disc;
	margin: 5px 0 30px 20px;
}
.time-img {
	margin: 0 0 40px 80px;
}
.ray-sales-ul {
	line-height: 1.8em;
	list-style: disc;
	margin: 30px 0 10px 25px;
}
.ray-intro-ul img {
	margin: 15px 0;
}
.timeline4 .raydept-intro {
	margin: 30px 0 30px 60px;
	line-height: 1.8em;
}


.seqintro-para {
	line-height: 1.8em;
	margin-bottom: 20px;
}
.seqnote-contact {
	margin: 30px 0 30px 60px;
}
.seqnote-addr {
	font-size: 20px;
	line-height: 1.8em;
	padding: 10px 0 20px 0;
}

.red {
	color: #FF3300;
}

.irb-intro-ol .card {
	margin: 10px 10px 15px 0;
}
.proteomic-note-tbhd {
	background: #006934; /* Old browsers */
	background: -moz-linear-gradient(left, #006934 0%, #379945 50%, #6eca56 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #006934 0%,#379945 50%,#6eca56 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #006934 0%,#379945 50%,#6eca56 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006934', endColorstr='#6eca56',GradientType=1 ); /* IE6-9 */
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.proteomic-note-tb tr {
	border-bottom: 1px solid #ccc;
}
.proteomic-note-tb tr:last-child {
	border-bottom: 0;
}
.proteomic-note-tb tr:nth-child(even) {
	background: #F2F2F2;
}
.proteomic-note-tb tr td {
	border-right: 1px solid #ccc;
	padding: 15px;
}
.proteomic-note-tb tr td:last-child {
	border-right: 0;
}
.tolerable-cell {
	min-width: 200px;
}

.proteomic-contact {
	line-height: 1.8em;
}
.proteomic-apply-card {
	line-height: 1.8em;
	list-style: disc;
	margin: 30px 40px 30px 60px;
}

.proteomic-apply-card {
    display:table;
}
.proteomic-apply-card > .card-header {
    display: table-header-group;
    /*background: transparent;*/


}
.proteomic-note-tbhd .tr {
	background: #006934; /* Old browsers */
	background: -moz-linear-gradient(left, #006934 0%, #379945 50%, #6eca56 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #006934 0%,#379945 50%,#6eca56 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #006934 0%,#379945 50%,#6eca56 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006934', endColorstr='#6eca56',GradientType=1 ); /* IE6-9 */
}
.proteomic-apply-card > .card-body {
    display: table-row-group;
}
.proteomic-apply-card > .card-body:before,
.proteomic-apply-card > .card-body:after {
    content:none;
}
.proteomic-apply-card > .card-footer {
    display: table-footer-group;
    /*background: transparent;*/
}
.proteomic-apply-card > div > .tr {
    display: table-row;
}
.proteomic-apply-card > div:last-child > .tr:last-child > .td {
    border-bottom: none;
}
.proteomic-apply-card .td {
    display: table-cell;
    padding: 15px;
    border: 1px solid #ddd;
    border-top: none;
    border-left: none;
}
.proteomic-apply-card .td:last-child {
    border-right: none;
}
.proteomic-apply-card > .card-header> .tr > .td:first-child {
    border-radius: 4px 0 0 0;
}
.proteomic-apply-card > .card-header > .tr > .td:last-child {
    border-radius: 0 4px 0 0;
}
.proteomic-apply-card > .card-footer > .tr > .td:first-child {
    border-radius: 0 0 0 4px;
}
.proteomic-apply-card > .card-footer > .tr > .td:last-child {
    border-radius: 0 0 4px 0;
}
.proteomic-apply-para {
	line-height: 1.8em;
	margin: 10px 40px 10px 60px;
}
.proteomic-apply-para ul {
	margin: 10px 40px 30px 120px;
}
.protemic-apply-ul a {
	color: #42a348;
}
.proteomic-intro-p {
	line-height: 1.8em;
	margin: 30px 40px 30px 60px;
}


.seq-apply-img {
	margin: 30px 40px 30px 60px;
}

.seqnote-tb {
	margin: 30px 40px 30px 60px;
	border: 1px solid #006934;
	padding: 15px;
	line-height: 1.8em;
	width: 100%;
}
.seqnote-tb-hd {
	background: #006934; /* Old browsers */
	background: -moz-linear-gradient(left, #006934 0%, #379945 50%, #6eca56 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #006934 0%,#379945 50%,#6eca56 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #006934 0%,#379945 50%,#6eca56 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006934', endColorstr='#6eca56',GradientType=1 ); /* IE6-9 */

	color: #FFF;
	text-align: center;
}
.seqnote-tb-hd td {
	vertical-align: middle;
}
.seqnote-tb tr td {
	border-bottom: 1px solid #42a348;
	border-right: 1px solid #42a348;
	padding: 10px 15px;
	text-align: center;
	vertical-align: middle;
}

.timeline .column .description ul {
	line-height: 1.8em;
	margin-left: 20px;
	margin-top: 10px;
}
.seq-apply-fee {
	margin: 40px 40px -15px 60px;
	font-weight: bold;
}
.seq-sample-h3 {
	margin: 40px 40px -15px 60px;
	color: #006934;
	font-size: 1.1em;
	font-weight: bold;
}
.seq-sample-p {
	margin: 40px 40px 40px 60px;
	line-height: 1.8em;
}


.tolerable-cell {
	min-width: 200px;
}

.phd-pro-card {
	line-height: 1.8em;
	list-style: disc;
	margin: 30px 40px 30px 60px;
	display:table;
}
.phd-pro-card > .card-header {
    display: table-header-group;
    /*background: transparent;*/


}
.phd-pro-tbhd .tr {
	background: #006934; /* Old browsers */
	background: -moz-linear-gradient(left, #006934 0%, #379945 50%, #6eca56 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #006934 0%,#379945 50%,#6eca56 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #006934 0%,#379945 50%,#6eca56 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006934', endColorstr='#6eca56',GradientType=1 ); /* IE6-9 */

	color: #FFF;
}
.phd-pro-tbhd .tr .td {
	text-align: center;
}
.phd-pro-card > .card-body {
    display: table-row-group;
}
.phd-pro-card > .card-body:before,
.phd-pro-card > .card-body:after {
    content:none;
}
.phd-pro-card > div > .tr {
    display: table-row;
}
.phd-pro-card > div:last-child > .tr:last-child > .td {
    border-bottom: none;
}
.phd-pro-card .td {
    display: table-cell;
    padding: 15px;
    border: 1px solid #ddd;
    border-top: none;
    border-left: none;
	vertical-align: middle;
}
.phd-pro-card .td:last-child {
    border-right: none;
}
.phd-pro-card > .card-header> .tr > .td:first-child {
    border-radius: 4px 0 0 0;
}
.phd-pro-card > .card-header > .tr > .td:last-child {
    border-radius: 0 4px 0 0;
}
.phd-pro-card > .card-footer > .tr > .td:first-child {
    border-radius: 0 0 0 4px;
}
.phd-pro-card > .card-footer > .tr > .td:last-child {
    border-radius: 0 0 4px 0;
}
.pro-name {
	min-width: 90px;
	text-align: center;
}
.phd-pro-card a {
	color: #42a348;
}
.phd-pro-card ul li {
	list-style: disc;
	margin-left: 25px;
}
.exam-subject {
	min-width: 120px;
}
.exam-percent {
	min-width:80px;
}
.microbe-register-ul {
	margin: 30px 40px 30px 80px;
	list-style: disc;
	line-height: 1.8em;
}
.microbe-register-ul a {
	color: #42a348;
}
.timeline4 .download-item {
	margin: 40px 40px 30px 60px;
}
.microbe-reg-p {
	margin: 25px 40px 40px 60px;
}
.microbe-reg-p a {
	color: #42a348;
}
.microbe-intro-pul {
	line-height: 1.8em;
	margin: 40px 40px 10px 60px;
}
.microbe-intro-ul {
	line-height: 1.8em;
	margin: 0 40px 40px 60px;
}
.microbe-h2-zh {
	margin-left: 60px;
	padding-top: 40px;
	font-size: 28px;
}
.microbe-h2-en {
	margin-left: 60px;
	font-size: 24px;
}

.center-intro i.material-icons {
	font-size: 80px;
	color: rgba(204,204,204,0.3);
}


.sitemap-item h4 {
	color: #006934;
	font-size: 1.15em;
	line-height: 1.65em;
}
.sitemap-item h4 a {
	color: #006934;
}
.sitemap-ul {
	list-style: disc;
	line-height: 28px;
	margin-left: 40px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.sitemap-ul li a {
	color: #454545;
}


.faculty-img {
	border-radius:5px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px;
}
.faculty-h2 {
	font-size:1.15rem;
	line-height:1.65rem;
}

/*------------------------------------------
  Footer
------------------------------------------*/
.block-link {
	/*background: url(../images/bg_link.jpg);*/
	padding: 1em 0;
	text-align: center;
}
.block-quicknav {
	background: #006934; /* Old browsers */
	background: -moz-linear-gradient(left, #006934 0%, #379945 50%, #6eca56 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #006934 0%,#379945 50%,#6eca56 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #006934 0%,#379945 50%,#6eca56 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006934', endColorstr='#6eca56',GradientType=1 ); /* IE6-9 */
	color: #FFF;
	padding: -15px;
	margin-bottom: 3px;
}
.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: #FFF;
	padding-right: 1em;
}
.totop {
	color: #FFF;
	cursor: pointer;
}
.block-footer {
	border-top: 1px solid #47b26d;
	padding: 1em 0 0 0;
}
.footer-ul {
	font-size: 0.95em;
	line-height: 1.8em;
	list-style: none;
	margin: 0;
	-webkit-padding-start: 0;
	-moz-padding-start: 0;
}
.footer-tel {
	margin-top: 1.65em;
}
.block-copy {
	color: #3d3d3d;
	font-size: 0.9em;
	line-height: 1.6em;
	height: 1.6em;
	padding: 0 0 2.5em 0;
}


@media (max-width: 450px) {

}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	#main-nav {
		background: #006934; /* Old browsers */
		background: -moz-linear-gradient(left, #006934 0%, #379945 50%, #6eca56 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, #006934 0%,#379945 50%,#6eca56 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, #006934 0%,#379945 50%,#6eca56 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006934', endColorstr='#6eca56',GradientType=1 ); /* IE6-9 */
		border-bottom: 2px solid #FFF;
		color: #FFF;
		height: 40px;
	}
	#main-nav .main-nav-ul li a {
		color: #FFF;
		margin-right: 20px;
	}
	.main-nav-open {
		background: url(../images/bg_nav.jpg) bottom center no-repeat;
		border-bottom: 2px solid #018362;
		padding-bottom: 20px;
	}
	.main-nav-open ul li {
		padding: 5px;
	}
	.main-nav-open ul li a {
		color: #222;
		line-height: 1.5em;
	}

	.btn-open {
		background: #9e978e;
		display: inline-block;
		margin: 0 1em 1em 0;

	}
	.open {
		border-bottom-left-radius: 90px;
		border-bottom-right-radius: 90px;
	}

	.subtag {
		width: 200px;
		height: 40px;
		border-radius: 25px;
		color: #FFFFFF;
		padding: 10px 25px;
		background: -moz-linear-gradient(left, #006934, #379945, #379945, #379945, #6eca56);
		background: -webkit-linear-gradient(left, #006934, #379945, #379945, #379945, #6eca56);
		background: linear-gradient(to right, #006934, #379945, #379945, #379945, #6eca56);
		background-size: 400%;
		text-align: center;
	}
	.subtag i.material-icons {
		vertical-align: middle;
		position: relative;
		top: -2px;
	}
	.subtag a {
		color: #FFF;
	}
	.subtag a:hover {
		text-decoration: none;
	}

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.block-feature {
		background: url(../images/bg_feature.jpg) no-repeat center;
		color: #FFF;
		padding: 3em 0;
		text-align: center;
		min-height: 383px;
	}
	.block-feature h1 {
		font-size: 1.8em;
		margin-bottom: 0.4em;
	}
	.feature-item p {
		line-height: 1.8em;
		margin-top: 2em;
	}
	.feature-item {
		margin-bottom: 1em;
	}

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
    .navbar-brand img {
        max-width: 550px;
    }
    .navbar-brand {
        padding: 5px 0 8px 0;
    }
}



#myfadein {
  animation: fadein 2.5s;
}
@keyframes fadein {
  from { opacity: 0}
  to   { opacity: 1}
}
@keyframes twinkle-1 {
	/*50% {
	  transform: scale(0.5);
	  opacity: 0.5;
	}*/
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.zhanwang {
	min-height: 600px;
}

.img100-50 {
	width: calc(100% - 40px);
}
.clear20 {
	clear: both;
	height: 20px;
}

.mytb-rwd {
	padding-left: 60px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	width: calc(100% - 40px);
}
.mytb-rwd tr td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 15px;
	line-height: 1.65em;
}
.mytb-rwd-hd {
	background: #006934;
	background: -moz-linear-gradient(left, #006934 0%, #379945 50%, #6eca56 100%);
	background: -webkit-linear-gradient(left, #006934 0%,#379945 50%,#6eca56 100%);
	background: linear-gradient(to right, #006934 0%,#379945 50%,#6eca56 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006934', endColorstr='#6eca56',GradientType=1 );
	color: #FFF;

	line-height: 1.8em;
}

.long-link {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}