img {
	width: 100%;
}
.rwd-table {
	background: #fff;
	overflow: hidden;
	min-width: 100%;
}
.rwd-table th, 
.rwd-table td {
	margin: 0.5em 1em;
}
.rwd-table tr:nth-of-type(2n){
	background: #eee;
}
.rwd-table th {
	display: none;
}
.rwd-table td {
	display: block;
}
.rwd-table td:before {
	content: attr(data-th);
	font-weight: bold;
	width: 7em;
	display: inline-block;
}
.rwd-table th, .rwd-table td:before {
	font-weight: bold;
}
.rwd-img{margin: 0 0 0 -30px;width: 10%;}
.rwd-table .rwd-span{font-size: 1rem;vertical-align: middle;padding: 0 5px;}
.rwd-table th, .rwd-table td {
	text-align: left;
}

@media (min-width: 480px) {
.rwd-table th, .rwd-table td {
	text-align: center;
}
.rwd-img{width:12%; margin:0;}
.rwd-table .rwd-span{font-size: 1.7rem;vertical-align: middle;padding: 0 5px;}
.rwd-table td:before {
	display: none;
}
.rwd-table th, .rwd-table td {
	display: table-cell;
	padding: 0.25em 0.5em;
}
.rwd-table th:first-child, 
.rwd-table td:first-child {
	padding-left: 0;
}
.rwd-table th:last-child, 
.rwd-table td:last-child {
	padding-right: 0;
}
.rwd-table th, 
.rwd-table td {
	padding: 1em !important;
}
}

/*---------------------------------------
    school section              
-----------------------------------------*/
#school {
	padding-top: 80px;
	padding-bottom: 100px;
	position: relative;
	background: #ffffff;
}
#school .school-thumb {
	background-color: #ffffff;
	box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
	cursor: pointer;
	display: block;
	margin-bottom: 25px;
	position: relative;
	top: 0px;
	transition: all 0.4s ease-in-out;
}
#school .school-thumb:hover {
	box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
	top: -5px;
}
#school .school-thumb img {
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	width: 100%;
}

@media (max-width: 650px) {
#school {
	padding-top: 80px;
	padding-bottom: 80px;
}
}


/*---------------------------------------
    school_all            
-----------------------------------------*/


.school {
	margin: 0 auto;
	list-style: none;
	text-align: center;
}
.school li {
	display: inline-block;
	margin: 0;
	padding: 20px;
	text-align: left;
	position: relative;
}
.school figure {
	margin: 0;
	position: relative;
}
.school figure img {
	width: 100%;
	max-width: 100%;
	display: block;
	position: relative;
}
.school figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 42px 22px;
	background: #304352;
	color: #ed4e6e;
}
.school figcaption h1 {
	font-size: 1.6rem;
	line-height: 2rem;
	margin: 0;
	color: #fff;
	letter-spacing: 0.5rem;
}
.school figcaption p {
	font-size: 1rem;
	line-height: 1.2rem;
	margin: 0;
	padding-bottom: 12px;
	color: #fff;
	letter-spacing: 0.8rem;
	text-transform: uppercase;
	word-wrap: break-word;
}
.school figcaption small {
	font-size: 0.8rem;
	text-align: justify;
	font-weight: bold;
}
.school figcaption a {
	text-align: center;
	padding: 5px 10px;
	border-radius: 2px;
	display: inline-block;
	background: #e44c65;
	color: #fff;
}
/* Caption Style 4 */
.study li {
	-webkit-perspective: 1700px;
	-moz-perspective: 1700px;
	perspective: 1700px;
	-webkit-perspective-origin: 0 50%;
	-moz-perspective-origin: 0 50%;
	perspective-origin: 0 50%;
}
.study figure {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.study figure > div {
	overflow: hidden;
}
.study figure img {
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}
.no-touch .study figure:hover img, .study figure.cs-hover img {
	-webkit-transform: translateX(25%);
	-moz-transform: translateX(25%);
	-ms-transform: translateX(25%);
	transform: translateX(25%);
}
.study figcaption {
	height: 100%;
	width: 50%;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	-ms-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-webkit-transition: all 0.4s, opacity 0.1s 0.3s;
	-moz-transition: all 0.4s, opacity 0.1s 0.3s;
	-ms-transition: all 0.4s, opacity 0.1s 0.3s;
	transition: all 0.4s, opacity 0.1s 0.3s;
}
.no-touch .study figure:hover figcaption, .study figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transition: all 0.4s, opacity 0.1s;
	-moz-transition: all 0.4s, opacity 0.1s;
	-ms-transition: all 0.4s, opacity 0.1s;
	transition: all 0.4s, opacity 0.1s;
}
.study figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

/*---------------------------------------
   Responsive Mobile         
-----------------------------------------*/


@media (max-width: 980px) {
.school figcaption h1 {
	font-size: 1rem;
	line-height: 1.6rem;
}
.school figcaption {
	padding: 22px 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.school figcaption p {
	font-size: 0.4rem;
	line-height: 2rem;
	text-overflow: ellipsis;
	word-wrap: break-word;
	overflow: hidden;
}
}

@media (max-width: 480px) {
.school figcaption {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.school figcaption p {
	font-size: 0.4rem;
	line-height: 2rem;
	text-overflow: ellipsis;
	word-wrap: break-word;
	overflow: hidden;
}
.school figcaption small {
	text-overflow: ellipsis;
	word-wrap: break-word;
}
}

@media screen and (max-width: 31.5em) {
.school {
	padding: 10px 10px 100px 10px;
}
.school li {
	width: 100%;
	min-width: 300px;
}
}
/*---------------------------------------
    complexs school            
-----------------------------------------*/

.complex {
	margin-bottom: 1px;
	display: block;
	color: #fff;
	position: relative;
	padding: 10px;
}
.complex_capt {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -60px;
	text-align: center;
	font-size: 30px;
}
.complex_capt1 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 38%;
	text-align: center;
	font-size: 20px;
}
.complex:hover span {
	width: 100%;
	color: #fff;
}
.complex_capt span {
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	padding-bottom: 14px;
	width: 40%;
	display: inline-block;
	border-bottom: 1px solid #fff;
}

/*---------------------------------------
   Responsive Mobile         
-----------------------------------------*/


@media (max-width: 767px) {
.complex_capt {
	top: 50%;
	font-size: 1.6rem;
}
.complex_capt1 {
	font-size: 1.2rem;
}
}

@media (max-width: 650px) {
.complex_capt {
	margin-top: -50px;
	top: 50%;
	font-size: 1.4rem;
}
.complex_capt1 {
	font-size: 1rem;
	bottom: 40%;
}
}

@media (max-width: 479px) {
.complex_capt {
	margin-top: -45px;
	top: 50%;
	font-size: 1.2rem;
}
.complex_capt1 {
	font-size: 1rem;
	bottom: 30%;
}
}

@media (max-width: 320px) {
.complex_capt {
	margin-top: -35px;
	top: 50%;
	font-size: 1rem;
}
.complex_capt1 {
	bottom: 20%;
	font-size: 0.8rem;
}
}
/*---------------------------------------
   language School         
-----------------------------------------*/

#language {
	padding: 0;
	list-style: none;
	font-size: 1rem;
	margin-bottom: 25px;
}
#language li {
	display: inline-block;
}
#language li span {
	display: block;
	text-decoration: none;
	cursor: pointer;
	color: #000;
	font-size: 1rem;
	padding: 5px 15px;
}
#language li span:hover, #language li span:focus, #language li span.active {
	background: #e44c65 !important;
	color: #FFF !important;
	border-radius: 50px !important;
}
#multilingual .subindex {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 33.33%;
	display: none;
	float: left;
	overflow: hidden;
}

@media screen and (max-width: 992px) {
#multilingual .subindex {
	width: 50% !important;
}
}

@media screen and (max-width: 768px) {
#multilingual .subindex {
	width: 50% !important;
}
}

@media screen and (max-width: 480px) {
#multilingual .subindex {
	width: 100% !important;
}
#multilingual li span {
	font-size: 0.8rem;
}
}
.subindex-wrapper {
	overflow: hidden;
	position: relative !important;
	cursor: pointer;
	margin: 0.8em;
}
.subindex .img-box {
	max-width: 100%;
	position: relative;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-o-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.subindex .label {
	position: absolute;
	width: 100%;
	height: 85px;
	bottom: -85px;
	-o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.subindex .label-bg {
	background: #DE5E60;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.8;
}
.subindex .label-text {
	color: #fff;
	position: relative;
	z-index: 500;
	padding: 5px 8px;
}
.subindex .label-text a {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	display: block;
	margin-bottom: 10px;
	margin-top: 15px;
}
.subindex .label-text a:hover {
	color: #fff !important;
	text-decoration: none !important;
}
.subindex .text-category {
	display: block;
	color: #fff;
	font-size: 14px;
	margin: 0.5em;
	text-transform: normal;
}
.subindex:hover .label {
	bottom: 0;
}
.subindex:hover .img-box {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.js .animate-box {
	opacity: 0;
}

/*---------------------------------------
   language School _第二層        
-----------------------------------------*/

#portfolio {
	padding-top: 80px;
	padding-bottom: 100px;
}

#portfolio .title h2 {
	font-size: 22px;
	color: #222222;
	font-weight: 700;
	margin: 0 0 10px 0;
}
#portfolio .title span {
	font-size: 15px;
	font-weight: 300;
}
#portfolio .work-item {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	background-color: #d6d6d6;
	text-align: center;
	width: 265px;
	height: 252px;
	margin: 50px auto;
}
#portfolio .work-item:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}
#portfolio .work-item:before {
	content: "";
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
#portfolio .work-item h4 {
	font-size: 16px;
	font-weight: 600;
	color: #222;
	margin: 20px 0 5px 0;
}
#portfolio .work-item span {
	color: #f55858;
}
#portfolio .work-item .image-holder {
	width: 150px;
	margin: 0 auto;
	display: inline-block;
	vertical-align: middle;
}
#portfolio .work-item .image-holder img {
	width: 100%;
}
#portfolio .filters {
	margin-top: 60px;
	list-style: none;
	padding: 0;
	fill:#040000;
	font-size: 3.58px;
	font-family: MicrosoftYaHei, Microsoft YaHei;
	cursor: pointer;
}
#portfolio .filter:hover {
	fill: #ff0000;
}
#portfolio .filters li {
	display: inline-block;
	margin-right: 20px;
	font-size: 1rem;
	cursor: pointer;
}
#portfolio .filters li.active {
	background: #e44c65 !important;
	color: #FFF !important;
	padding: 5px 15px !important;
	border-radius: 50px !important;
}

#portfolio #Grid .mix {
	display: none;
	opacity: 0;
}
.panel-body {
	text-align: justify;
	line-height: 1.8em;
}
.panel-body a:hover {
	color: #337ab7;
}



.right_file p{
	margin:0;
	padding:0;	
	font-size:20px;
	}

.p_01{
	max-width:1100px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	}
.title_02{
	width:70%;
	}
h4.title_02 {
	background-image:url(../../images/info/en_icon.png);
	background-repeat:no-repeat;
	background-position:left;
	FONT-FAMILY: "Arial, Helvetica, sans-serif";
	font-family: "微軟正黑體";
	font-size:27px;
	height:40px;
	padding-top: 5px;
	padding-left:55px;
	margin-bottom:15px;
	color:rgba(103,41,0,1.00);
	}
.p_01 p{
	font-size: 12pt;
	text-align: justify;
	line-height:28px;
	letter-spacing:0.5px;
	color:#000;
	}

.special{
	FONT-FAMILY: "Arial, Helvetica, sans-serif";
	font-family: "微軟正黑體";
	font-size: 14px;
	text-align: justify;
	color: #333;
	text-decoration: none;
	line-height:30px;
	margin-top:-15px;
	margin-left:-20px;
	}

@media screen and (max-width: 480px) {
	.title_02{
		width:100%;
	}
	h4.title_02{
		font-size:20px;
		}
}

/*---------------------------------------
   學校簡介頁面 影片RWD
-----------------------------------------*/
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }