@charset "UTF-8";
/* CSS Document */


body {
	font-family: "微軟正黑體", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	margin: 0;
	padding: 0;
}
* {
	box-sizing: border-box;
}
:focus {
	outline: none;
}
ul, li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
input, select {
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
header, main, article, nav, main, section, footer{
	float: left;
	width: 100%;
}
.container {
	max-width: 1200px;
	margin: 0 auto;
}
.container-fluid {
	width: 100%;
	padding: 0 3%;
	max-width: 1600px;
	margin: 0 auto;
}
a {
	text-decoration: none;
}
img {
	max-width: 100%;
}

.login_area {
	max-width: 400px;
	margin: 0 auto;
	padding: 16vh 0 26vh;
}
h2.text-center {
	text-align: center;
	font-size: 2rem;
}
p.help-block {
	font-size: .9rem;
	margin: .3rem 0;
	color: #666;
}
.form-control {
	padding: .5rem;
	border: 1px solid #000;
	font-size: 1rem;
	width: 100%;
}
.form-group {
	display: block;
	margin: 0 0 1rem;
}
input.btn {
	width: 100%;
	display: block;
	padding: .4rem;
	border: 1px solid #000;
	font-size: 1rem;
	background-color: #000;
	color: #FFF;
}
input.btn:hover {
	background: #EEE;
	color: #000;
	cursor: pointer;
}
.form-group a {
	color: #999;
	font-size: 1rem;
}
.row {
	padding: 0 3%;
}
#user_area {
	padding: 2rem 0;
}
.form-inline {
	
}
.form-control {
	padding: .4rem .5rem;
	border: 1px solid #666;
}
.form-inline .form-control{
	display: inline-block;
	width: auto;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
	max-width: 100%;
	width: 100%;
	border-top: 1px solid #666;
}
table tr,table td {
	padding: .25rem;
}
table tr {
	line-height: 1.5;
	border-bottom: 1px solid #666;
}
.col-md-12 {
	width: 100%;
	float: left;
}
.col-md-6 {
	width: 50%;
	float: left;
}

@media screen and (max-width: 768px) {
	.container-fluid {
		width: 100%;
		padding: 0 0%;
	}
}

.toggle {
	display: none;
}
@media screen and (max-width: 768px) {
	.toggle {
		cursor: pointer;
		display: block;
		position: fixed;
		right: 3%;
		top: 1%;
		background: #000;
		padding: 1px 5px;
		border-radius: 3px;
	}
	.toggle p {
		display: block;
		width: 30px;
		height: 30px;
		margin: 0;
		position: relative;
		background-color: #000;
		border-radius: 3px;
	}
	.toggle p span {
		width: 100%;
		height: 2px;
		background-color: #FFF;
		display: block;
		margin: 8px 0;
		transition: all .1s linear;
		transform: rotate(0deg);
		position: relative;
	}

	.toggle p.switch .mid{
		display: none;
	}
	.toggle p.switch .top{
		transform: rotate(45deg);
		top: 10px;
		position: relative;
		transition: all .1s linear;
	}
	.toggle p.switch .btm{
		position: relative;
		transform: rotate(-45deg);
		transition: all .1s linear;
	}
	.toggle span {
		letter-spacing: 0.2em;
		font-weight: 400;
		font-size: 80%;
	}
	.toggle span.none {
		display: none;
	}
}



header {
	background-color: #000;
	
}
header .logo {
	padding: 1rem 0 0px;
	float: left;
	width: auto;
	max-width: 300px;
	margin-right: 2%;
	line-height: 0;
}
header .logo img {
	max-height: 40px;
}
@media screen and (max-width: 768px) {
	header .logo {
		padding: 8px;
	}
	header .logo img {
		max-height: 40px;
	}
	header {
		position: fixed;
		top: 0;
		z-index: 100;
	}
	header + section {
		margin-top: 55px;
	}
}


nav {
	float: left;
	width: calc(100% - 350px);
}
nav a {
	color: #FFF;
	font-size: 0.85rem;
	text-align: center;
	display: block;
	padding: 0.5rem 1%;
}
nav .menu {
	width: 100%;
	float: left;
	padding: 1.7rem 0 0;
}
ul.menua {
	width: 100%;
	float: left;
	
}
ul.menua > li {
	float: left;
	width: calc(100% / 7);
	position: relative;
}
ul.menua li:hover {
	background-color: #DDD;
}
ul.menua li:hover > a {
	color: #000;
}
ul.menub, ul.menuc {
	display: none;
}
ul.menua li:hover ul.menub {
	display: block;
	position: absolute;
	margin-top: 0;
	width: 100%;
	background-color: rgba(0,0,0,.7);
	z-index: 100;
	min-width: 8rem;
}
ul.menub li {
	width: 100%;
	position: relative;
}
ul.menub li > a, ul.menuc li a{
	color: #FFF;
	padding: 0.5rem 0.8rem;
}
ul.menub li a span {
	font-size: 0.9rem;
    position: absolute;
    right: 5%;
}
ul.menub li:hover > a, ul.menuc li:hover a{
	color: #000;
}
ul.menub li:hover ul.menuc {
	display: block;
	position: absolute;
	margin-left: 0;
	width: 100%;
	background-color: rgba(0,0,0,.7);
	top: 0;
	left: 100%;
	min-width: 9rem;
}
@media screen and (max-width: 768px) {
	nav {
		width: 100%;
		/*min-height: 100vh;*/
	}
	nav .menu {
		display: none;
		padding: 0;
	}
	nav a {
		font-size: 1rem;
		padding: 3.5% 1%;
	}
	ul.menua > li {
		width: 100%;
	}
	ul.menua li:hover ul.menub {
		position: relative;
	}
	ul.menub li:hover ul.menuc {
		position: relative;
		left: 0;
		display: none;
	}
	ul.menuc li a {
		color: #ffd800;
	}
	ul.menub li a span {
		display: none;
	}
}

.slides a.btn {
	display: inline-block;
    padding: 1rem;
    border-radius: 3px;
    background-color: rgba(255,255,255,.1);
    border: 1px solid #FFF;
    margin-top: 78vh;
	color: #FFF;
	font-weight: 300;
	transition: all .2s ease-in;
}
.slides a.btn:hover {
	background-color: rgba(255,255,255,.9);
	color: #000;
	transition: all .2s ease-out;
}

@media screen and (max-width: 768px) {
	.slides a.btn {
		margin-top: 72vh;
	}
}


footer {
	background-color: #666;
	padding: 2rem 0 0;
	position: relative;
}
.footerlink {
	width: 100%;
	float: left;
	border-bottom: 1px solid #FFF;
	padding: 0 0 1rem;
}
.footerlink a {
	color: #FFF;
	display: block;
}
.footerlink a:hover {
	color: #66ccff;
}
ul.linka {
	width: 100%;
	float: left;
}
ul.linka > li {
	width: calc(100% / 8);
	float: left;
	position: relative;
}
ul.linka > li > a {
	padding: 0.3rem 1.5rem;
}
ul.linkb {
	width: 100%;
	float: left;
	padding: 0.5rem 0 0 1.5rem;
}
ul.linkb a {
	padding: 0.1rem 0;
}
ul.linkb > li {
	padding: 0 0 1rem;
}
ul.linkc li a {
	color: #CCC;
	font-weight: 300;
}



.openfooter {
	display: inline-block;
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: #666;
	line-height: 0;
	padding: 7px;
	right: 5%;
	top: -30px;
	cursor: pointer;
}
.openfooter img {
	width: 100%;
	transform:rotate(180deg);
	transition: all .2s linear;
}
.openfooter.active {
	top: -30px;
}
.openfooter.active img {
	transform:rotate(0deg);
	transition: all .2s linear;
}
.footerothers {
	width: 100%;
	float: left;
	font-size: 0.85rem;
	color: #FFF;
	padding: 2rem 0;
}
.footerothers p {
	margin: 0;
	line-height: 1.8;
}
.copyright{
	width: 70%;
	float: left;
	text-align: center;
}
.copyright a{
	color: #FFF;
}
.viewcount, .fblink {
	width: 15%;
	float: left;
	padding: 0 2%;
}
.fblink {
	text-align: right;
}
.fblink img {
	max-height: 40px;
}
.headsimg {
	line-height: 0;
}
.headsimg img {
	width: 100%;
}



@media screen and (max-width: 768px) {
	.viewcount, .fblink {
		width: 100%;
		padding: 1rem 3%;
	}
	.copyright {
		width: 100%;
		padding: 0 3%;
		text-align: justify;
	}
	.fblink {
		text-align: left;
	}
	ul.linka > li {
		width: calc(100% / 1);
		/*float: none;*/
	}
}


main {
	background-color: #fdf4f2;
}
main article {
	width: 50%;
	float: left;
	padding: 3% 1%;
}
article#left {
	width: 35%;
}
article#right {
	width: 65%;
}
.dctvideo {
	width: 100%;
	float: left;
	margin: 0 0 1rem;
	line-height: 0;
}
.dctvideo iframe {
	width: 100%;
	min-height: 398px;
}
.dctimg {
	width: 100%;
	float: left;
	line-height: 0;
	margin: 0 0 1rem;
}
.dctimg img {
	width: 100%;
}


@media screen and (max-width: 768px) {
	main article {
		width: 100%;
		padding: 3% 0;
	}
	article#left {
		width: 35%;
		display: none;
	}
	article#right {
		width: 100%;
	}
}
.newsarea {
	background-color: #FFF;
	width: 100%;
	float: left;
	min-height: 627px;
	position: relative;
}
section > h1 {
	border-bottom: 1px solid #000;
	text-align: center;
	max-width: 1200px;
	margin: 2.5rem auto 0.3rem;
	padding: 0 0 1rem;
	font-weight: 400;
	font-size: 2.5rem;
}
.col-md-12 > h1 {
	border-bottom: 1px solid #000;
	text-align: center;
	padding: 0 0 1rem;
	font-weight: 400;
	font-size: 2rem;
	margin: 0 0 1rem;
}
section > .newsarea {
	margin: 1rem auto 3rem;
	float: none;
	max-width: 1000px;
}
.newsfunc {
	background-color: #666;
	padding: 0.7rem 1rem;
}
.newsfunc p {
	margin: 0;
	font-weight: 300;
	letter-spacing: 0.2em;
	color: #FFF;
	display: inline-block;
	vertical-align: middle;
	max-width: 50rem;
}
.searchnews {
	display: inline-block;
	float: right;
	background-color: #FFF;
	padding: 0 5px;
	max-width: 50%;
}

input.search {
	border: none;
	font-size: 0.9rem;
	vertical-align: middle;
	display: inline-block;
	padding: 3px 5px;
	width: calc(100% - 1.5rem);
}
.searchnews input[type=submit] {
	vertical-align: middle;
	display: inline-block;
	border: none;
	background-color: transparent;
	background-image: url(../img/searchbtn.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	width: 1rem;
	height: 1rem;
}
.newslist {
	padding: 1rem;
	width: 100%;
	float: left;
	position: relative;
}
ul.list {
	padding: 0;
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}
ul.list li {
	width: 100%;
	float: left;
	border-bottom: 1px solid #000;
	position: relative;
}
ul.list li:last-child {
	border-bottom: none;
}
ul.list li:hover a::before {
	content: '■';
	vertical-align: middle;
	font-size: 1rem;
	color: #f29600;
	position: absolute;
	left: -0.5rem;
	display: inline-block;
}
ul.list li a {
	display: block;
	color: #008bba;
	padding: 0.5rem 0 0.5rem;
}
span.title, span.date {
	vertical-align: middle;
}
span.title {
	padding-left: 0.5rem;
	max-width: calc(100% - 6rem);
    display: inline-block;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
span.date {
	display: inline-block;
	float: right;
	color: #000;
	font-weight: 300;
	width: 5rem;
}
.newsnav {
	text-align: center;
	padding: 0 0 0.5rem 0;
	letter-spacing: 0.2rem;
	font-size: 0.9rem;
}
.newsnav a {
	display: inline-block;
	color: #008bba;
}
.newsnav a:hover, .newsmore a:hover {
	color: #666;
}
.newsnav span {
	display: inline-block;
	font-weight: 300;
}
.newsmore {
	position: absolute;
    bottom: -1rem;
    right: 0;
}
.newsmore a {
	padding: 0.5rem 1rem;
	color: #008bba;
	display: inline-block;
}
.posttime {
	display: inline-block;
	float: right;
	padding: 0 5px;
	vertical-align: middle;
	color: #FFF;
	font-weight: 200;
}
.news_content, .album_content {
	padding: 1rem 2%;
	max-width: 100%;
}
ul.photolist {
	width: 100%;
	float: left;
	padding: 0 0 2rem 0;
}
ul.photolist li{
	width: calc(100% / 3);
	padding: 0.5rem;
	background-color: #FFF;
	float: left;
	line-height: 0;
	margin: 0 0 1rem;
}
ul.photolist li a {
	color: #000;
}
ul.photolist li:hover {
	background-color: #EEE;
}
ul.photolist li span {
	display: block;
	line-height: 1;
	padding: 0.5rem 0;
	width: 100%;
	text-align: center;
	background-color: #DDD;
}
img.icon {
	max-width: 1.5rem;
	max-height: 1.5rem;
	vertical-align: bottom;
}
ul.filelist {
	padding: 0 0 0 2rem;
}
ul.filelist li {
	list-style-type:disc;
}
ul.filelist li a {
	font-weight: 300;
	font-size: 0.9rem;
	color: #0099cc;
    display: inline-block;
	padding: 0.2rem 0;
}
ul.filelist li a:hover {
	color: #666;
}
@media screen and (max-width: 768px) {
	.newslist {
		padding: 0.5rem;
	}
	.newsarea {
		min-height: 50vh;
	}
	span.title {
		max-width: 15rem;
	}
	.dctvideo iframe {
		min-height: 30vh;
	}
	.newsmore {
		/*position: absolute;
		bottom: -1.5rem;*/
		position: relative;
    	bottom: 0;
		right: inherit;
		z-index: 0;
	}
	span.date {
		margin: 0.5rem 0 0;
	}
	.posttime {
		position: relative;
		right: -4%;
		top: -0.5rem;
	}
}


/*系所簡介項目*/
ul.switch {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0 0 1rem;
	position: relative;
}
ul.switch li {
	display: inline-block;
	padding: 0.3rem 1.5rem;
	position: relative;
}
ul.switch li a {
	color: #666;
	font-size: 1.25rem;
	padding: 0.3rem 0.8rem;
	display: block;
	border: 1px solid rgba(0,0,0,0);
}
ul.switch li a:hover, ul.switch li.active a {
	color: #000;
	border: 1px solid rgba(0,0,0,1);
}
ul.subswitch {
	position: absolute;
    z-index: 1;
	width: 500%;
    left: -200%;
}
ul.subswitch li {
	padding: 0rem 0rem;
}
ul.subswitch li a {
	font-size: 1rem;
}
ul.switch li a.select {
	color: #3379bf;
}
.tab_content {
	width: 100%;
	float: none;
	max-width: 1200px;
	margin: 0 auto 2rem;
	min-height: 500px;
}
.introitem {
	padding: 0 10%;
	float: left;
	width: 50%;
}
.featureitem {
	padding: 0 2%;
	float: left;
	width: calc(100% / 3);
}
.introtitle {
	color: #b28247;
	font-size: 1.1rem;
	padding: 1rem 0;
	margin: 0;
}
.introtext {
	line-height: 1.7;
	text-align: justify;
	font-weight: 300;
}
.introtext p{
	margin: 0;
}
.teacheritem {
	width: 100%;
	float: left;
}
.teacherimg {
	width: 100%;
	float: left;
	max-width: 220px;
}
.teacherinfo {
	float: left;
	width: calc(100% - 230px);
	padding: 0 0 0 1rem;
}
.teacherinfo p{
	margin: 0.5rem 0;
	font-weight: 300;
}
.teacherinfo a {
	color: #3379bf;
}

.tab_content.download h3{
	background-color: #999;
	padding: 0.5rem 0.8rem;
	color: #FFF;
	font-weight: 300;
	float: left;
	font-size: 1.1rem;
	width: 100%;
	margin: 0;
}
ul.downloadlist {
	float: left;
	background-color: #FFF;
	padding: 0.8rem 0.8rem;
	width: 100%;
}
ul.downloadlist li {
	width: 100%;
	float: left;
	border-bottom: 1px solid #000;
}
ul.downloadlist li:last-child {
	border-bottom:none;
}
ul.downloadlist li a {
	color: #666;
	padding: 0.5rem;
	display: block;
}
ul.downloadlist li a span {
	font-size: 0.8rem;
	margin: 0.5rem 0 0 0;
	display: block;
	color: #999;
	font-style: italic;
}
ul.downloadlist li a:hover {
	color: #000;
	background-color: #EEE;
}
.staffcontent {
	background-color: #FFF;
	padding: 0.8rem;
}
.staffitem {
	width: 100%;
	float: left;
	border-top: 1px solid #000;
	padding: 0.8rem;
}
.staffitem.title {
	padding: 0.5rem 1.6rem;
	background-color: #999;
	color: #FFF;
	width: 100%;
}
.staffitem:first-of-type {
	border-top: none;
}

.staffjob {
	width: 12rem;
	float: left;
	display: block;
}
.staffname {
	width: 6rem;
	float: left;
	display: block;
}
.stafftext {
	width: calc(100% - 18rem);
	float: left;
	display: block;
}
.stafftext p {
	margin: 0;
	line-height: 1.7;
}
#s2 iframe {
	width: 65%;
	float: left;
}
.dctinfo {
	float: left;
	width: 35%;
	padding: 0 0 0 2%;
}
.dctinfo p {
	margin: 0;
	line-height: 1.85;
}
.dctinfo a {
	color: #3379bf;
}
.dctinfo a img {
	max-height: 250px;
}
ul.slidebtn {
	position: fixed;
	max-width: 80px;
    /* margin-top: 0; */
    z-index: 1;
    top: 21vh;
	margin-right: 1rem;
    right: 0;
}
ul.slidebtn li {
	display: block;
	width: 100%;
	float: left;
	background-color: #000;
	margin: 0 0 0.7rem;
	text-align: center;
}
ul.slidebtn li:hover {
	background-color: #333;
}
ul.slidebtn li a {
	display: block;
	padding: 8px;
	color: #FFF;
}
ul.slidebtn li img {
	max-width: 30px;
	max-height: 30px;
	display: block;
	margin: 0 auto;
}
ul.slidebtn li span {
	font-size: 0.8rem;
	display: block;
	font-weight: 300;
	margin: 0.5rem 0 0 0;
}


@media screen and (max-width: 768px) {
	.introitem, .featureitem, .teacheritem {
		padding: 0 5%;
		width: 100%;
		margin: 0 0 2rem;
	}
	.teacherimg {
		max-width: none;
	}
	.teacherimg img {
		width: 100%;
	}
	.teacherinfo {
		width: 100%;
		padding: 0;
	}
	ul.subswitch {
		display: none;
	}
	ul.photolist li {
		width: 50%;
	}
	ul.slidebtn {
		display: none;
	}
	#s2 iframe {
		width: 100%;
	}
	.dctinfo {
		width: 100%;
		padding: 5% 3% 5%;
	}
	.staffitem.title {
		display: none;
	}
	.staffjob, .staffname, .stafftext {
		width: 100%;
		margin: 0.3rem 0;
	}
	.staffjob::before {
		content: attr(data-th) " : ";
		font-weight: bold;
		width: 30%;
		display: inline-block;
	}
	.staffname::before {
		content: attr(data-th) " : ";
		font-weight: bold;
		width: 30%;
		display: inline-block;
	}
	.stafftext::before {
		content: attr(data-th) " : ";
		font-weight: bold;
		width: 30%;
		display: inline-block;
	}
	ul.switch {
		padding: 0;
	}
}