/*20210804 by Pekey*/
@charset "utf-8";
/* CSS Document */

/*------------------------------------------CSS Reset 開始-------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, div, span, applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dt, dd, li,
fieldset, form, label, legend,
 caption, tbody, tfoot, thead, th,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*//*修改部分 20140822*/
	/*vertical-align: baseline;*//*修改部分 20140822*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	/*list-style: none;*//*修改部分 20140822 會影響到網邊*/
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	/*border-collapse: collapse;
	border-spacing: 0;*/
}

body{ 
	margin: 0; 
	padding: 0;
	background: #fff;
	color: #333;
	font-family: Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman", Times, serif, "微軟正黑體", "新細明體";
	/*overflow-x: hidden;*/
	letter-spacing: 1px;
	-webkit-text-size-adjust: none;/*解決iphone橫平轉豎屏時字變大的問題*/
}

/* ~~ 元素/標籤選取器 ~~ */
ul, ol, dl { /* 由於瀏覽器之間的差異，最佳作法是在清單中使用零寬度的欄位間隔及邊界。為了保持一致，您可以在這裡指定所要的量，或在清單包含的清單項目 (LI、DT、DD) 上指定所要的量。請記住，除非您寫入較為特定的選取器，否則在此執行的作業將重疊顯示到 .nav 清單。 */
	padding: 0;
	margin: 0;
}

/*-----↓↓↓↓新增部分 20150108 為了網編↓↓↓↓-----*/
ul, ol {
	padding-left:40px;
}
/*-----↑↑↑↑新增部分 20150108 為了網編↑↑↑↑-----*/

/*h1, h2, h3, h4, h5, h6,*/ p {	margin: 0; padding: 0;}

/*img{ display:block;}*//*清除IE7下方溢位*/

a img { /* 這個選取器會移除某些瀏覽器在影像由連結所圍繞時，影像周圍所顯示的預設藍色邊框 */
	border: none;}

.clearfloat { /* 這個類別可放置在 <br /> 或空白的 Div 上，當做接在 #container 內最後一個浮動 Div 後方的最後一個元素 (如果從 #container 移除或取出 #footer) */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a{ 
	/*color:#ccc;*//*修改部分 20140814 會影響到網編區 不宜使用*/
	text-decoration: none;
	outline: none;/* for Firefox Google Chrome  *//*讓a點擊時不會出現框線*/
  	behavior:expression(this.onFocus=this.blur());  /* for IE *//*讓a點擊時不會出現框線*/
}
a:hover { 
	/*color:#ccc;*//*修改部分 201450108 太醜了所以刪掉*/
	text-decoration:underline;
	/*opacity:0.9;新增部分 20150121*//*會影響到輪播 刪除 20150324*/
}
	
a:active, a:focus {/* 這個選取器群組可以讓使用鍵盤導覽的使用者，也和使用滑鼠的使用者一樣擁有相同的滑過體驗。 */
	text-decoration: none; }
	
area {
	outline:none;
}
/*------------------------------------------CSS Reset 結束-------------------------------*/

/*------------------------------------------icon-字型 開始-------------------------------*/
@font-face {
    font-family: 'LigatureSymbols';
    src: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625090318/https://coph.ntu.edu.tw/web/icon_fonts/ligature_symbols/LigatureSymbols-2.11.eot');
    src: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625090318/https://coph.ntu.edu.tw/web/icon_fonts/ligature_symbols/LigatureSymbols-2.11.eot') format('embedded-opentype'),
         url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625090318/https://coph.ntu.edu.tw/web/icon_fonts/ligature_symbols/LigatureSymbols-2.11.woff') format('woff'),
         url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625090318/https://coph.ntu.edu.tw/web/icon_fonts/ligature_symbols/LigatureSymbols-2.11.ttf') format('truetype'),
         url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625090318/https://coph.ntu.edu.tw/web/icon_fonts/ligature_symbols/LigatureSymbols-2.11.svg') format('svg');
    src: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625090318/https://coph.ntu.edu.tw/web/icon_fonts/ligature_symbols/LigatureSymbols-2.11.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.lsf, .lsf-icon:before {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
}

.lsf-icon:before {
  content:attr(title);
  /*margin-right:0.3em;*/
}
/*------------------------------------------icon-字型 結束-------------------------------*/

/*Webkit,Opera9.5+,Ie9+ 控制文字選取時的顏色*/
::selection {
	background:#007440;
	color:#fff;
}

/*Mozilla Firefox 控制文字選取時的顏色*/
::-moz-selection {
	background:#007440;
	color:#fff;
}

.wrap {
	width: 1280px;
	margin:0 auto;
	padding: 0;
}

/* @media (max-width: 1441px){ */
@media (max-width: 1440px){	
	.wrap {
		width: 85%;
	}
}

/* @media (max-width: 1023px){ */
@media (max-width: 1350px){	
	.wrap {
		width: 90%;
		/* padding: 0px 20px; */
	}
}

@media (max-width: 769px){
	.wrap {
		width: auto;
		padding: 0px 15px;
	}
}

/*-------input reset--------------------------------------------------------*/
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman", Times, serif, "微軟正黑體", "Microsoft JhengHei", "新細明體";
	font-size:15px;
	border-radius:3px;
	border: solid 1px #aeaeae;
}
input[type="text"], .input, input[type="password"], .input, input[type="search"] {
	margin: 0;
    padding: 0;
    outline: none;
    vertical-align: middle;
    height: 42px;
    line-height: 42px;
    width: 100%;
    transition: 0.2s ease all;
    padding: 0px 6px 0px 6px;
    box-sizing: border-box;
}
	input[type="text"]:focus, input[type="password"]:focus {
		border: solid 1px #d5d5d5;
	}
	
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance:none;
	-webkit-border-radius:0px;
	margin:0;
	padding:0;
	outline:none;
	cursor:pointer;
	vertical-align: middle;
	border:none;
	width:162px;
	height:42px;
	background:#0048dc;
	color:#fff;
	border-radius:4px;
	line-height:42px;
	transition: 0.2s ease all;
	letter-spacing:1px;
}
	input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
		opacity:0.7;
	}
	
	input[type="reset"] {
		background:#555;
	}
	
input[type="radio"], input[type="checkbox"] {
	margin:0px;
	padding:0px;
	outline:none;
	vertical-align: baseline;
	cursor:pointer;
}
textarea {
	margin: 0;
    padding: 0;
    outline: none;
    vertical-align: middle;
    line-height: 24px;
    width: 100%;
    resize: none;
    height: 117px;
    transition: 0.2s ease all;
    box-sizing: border-box;
    padding: 3px;
}
	textarea:focus {
		border: solid 1px #d5d5d5;
	}
	
select {
	margin:0;
	padding:0;
	outline:none;
	vertical-align: middle;
	padding: 9px 0px 10px 7px;
	transition: 0.2s ease all;
	background:#fff;
	letter-spacing:1px;
	-webkit-appearance: none;	/* Safari 和 Chrome */
       -moz-appearance: none;	/* Firefox */
        -ms-appearance: none;	/*for Internet Explorer*/
         -o-appearance: none;	/*for Opera*/
            appearance: none;
	background: #fff url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625090318/https://coph.ntu.edu.tw/web/images/select_arrow.png) no-repeat;
	background-size: 13px;
	background-position:right;
	padding-right:18px !important;
}
	select::-ms-expand {	/*for Internet Explorer*/
		display: none;
	}
	select:focus {
		border: solid 1px #d5d5d5;
	}
	
label {
	cursor:pointer;
}


						
/*/////////////////////////////////////////////////////////*/
/*-------輪播--------*/
/*/////////////////////////////////////////////////////////*/

.banner {
	background:#fff;
	position:relative;
}
	.device {
		position:relative;
		overflow:hidden;
	}
		/*左右鍵*/
		.device .arrow-left, .device .arrow-right {
			position:absolute;
			z-index:9;
			top:50%;
			margin:-18px 0px 0px 0px;
			opacity:0;
			transition:0.3s ease all;
		}
		
			/*左鍵*/
			.device .arrow-left {
				left:-20px;
			}
			
			/*右鍵*/
			.device .arrow-right {
				right:-20px;
			}
				.device:hover .arrow-left {
					opacity:1;
					left:20px;
				}
				.device:hover .arrow-right {
					opacity:1;
					right:20px;
				}
		
		/*輪播區*/
		.swiper-container {
			height:auto;
		}
			.swiper-wrapper {
			}
				.swiper-slide {
				}
					.swiper-slide a {
						display: block;
					}

						.swiper-slide img {
							width:100%;
							height:auto;
						}
		
		/*輪播點點*/
		.pagination {
		  position: absolute;
		  z-index: 1;
		  bottom: -39px;
		  width: 100%;
		  text-align: center;
		}
			.swiper-pagination-switch {
			  display: inline-block;
			  width: 20px;
			  height: 20px;
			  border-radius: 5px;
			  background: #edbdb4;
			  margin: 0 7px;
			  cursor: pointer;
			}
			.swiper-active-switch {/*輪播點點當前模式*/
			  background: #c42605;
			}
				/*客制區塊*/
				.swiper-slide {
					position:relative;
				}
				.pcBanner2 {
				}
				.mobileBanner {
					display:none;
				}
				
					
@media (max-width: 991px){
	.device {
		height:auto;
	}
		/*左右鍵*/
		.device .arrow-left, .device .arrow-right {
			display:none;
		}
}

@media (max-width: 769px){
	/* .pcBanner{
		display: none;
	}
		.mobileBanner {
			display: block;
		} */
}





/*/////////////////////////////////////////////////////////*/
/*-------頁籤--------*/
/*/////////////////////////////////////////////////////////*/

.tab_area {
	margin: 14px 0px 10px 0px;
}
	.tabs_btn_now {
		transition:0.3s ease all;
		background:#595959;
		color:#fff;
		font-size:13px;
		line-height:39px;
		padding:0px 36px 0px 36px;
		text-align:center;
		display:none;
		position:relative;
	}
		.tabs_btn_now:hover {
			background:#00a0e9;
		}
		.tabs_btn_now_arrow {
			position: absolute;
			border-top: solid 5px #FFF;
			top: 17px;
			right: 20px;
			border-left: solid 5px rgba(255, 255, 255, 0);
			border-right: solid 5px rgba(255, 255, 255, 0);
		}
		
	.img-scroll { 
		height:39px; 
		position:relative;
		background:#595959;
	}
		.img-list { 
			position:relative; 
		}
			ul.tabs {
				margin:0; 
				padding:0; 
				list-style:none;
			}
				.tabs li { 
					line-height:39px;
					float:left;
					position: relative;
					font-size:13px;
				}
					.tabs li a:hover {
						background:#00a0e9;
					}
					.tabs a { 
						color:#fff;
						text-decoration:none;
						display:block;
						padding:0px 36px 0px 36px;
						transition:0.3s ease all;
						background:#595959;
					}
					.tabs li.active {
						/*當前模式*/
					}
						.tabs li.active a {
							background:#00a0e9;
						}
						.tabs li.active:after {
							/*content:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625090318/https://coph.ntu.edu.tw/web/product/images/tabs_arrow.png);*/
							position:absolute;
							bottom:-6px;
							left:50%;
							margin:0px 0px 0px -10px;
						}
		
		#tab1{}
		.tab_content{}

/*產品內頁頁籤的網編區*/
.p_tab_text_area {
}


@media (max-width: 980px){
	/*頁籤*/
	.tab_area {
		position:relative;
	}
		.tabs_btn_now {
			display:block;
		}
		
		.img-scroll {
			display:none;
			height:auto;
			position: absolute;
			width: 100%;
			z-index: 999;
		}
			.tabs li {
				float:none;
				text-align:center;
			}
				.tabs li.active:after {
					content:"";
				}
}
		

/*/////////////////////////////////////////////////////////*/
/*-------驗證碼--------*/
/*/////////////////////////////////////////////////////////*/

.captcha {
	line-height: 37px;
    padding: 0px 0px 5px 0px !important;
}
	.captcha input[type="text"] {
		width:80px;
		margin-right:5px;
	}
	.captcha a {
		transition: 0.5s ease all;
		color: #fff;
		background: #555;
		border-radius: 3px;
		padding: 2px 11px 3px;
		font-size: 14px;
		display: inline-block;
		line-height: 29px;
		text-decoration: none;
		vertical-align: middle;
		margin: 0px 0px 0px 5px;
	}
		.captcha a:hover {
		}
	.captcha img {
		vertical-align:middle;
	}
	.captcha span {
		color:#c30000;
	}

	

/*/////////////////////////////////////////////////////////*/
/*-------表單區--------*/
/*/////////////////////////////////////////////////////////*/

.form_area {
	font-size:0px;
    margin: 0 auto;
}
	.form_area br {
		font-size:15px;
	}
	
	/*表單備註*/
	.form_remark {
		font-size:16px;
		line-height:24px;
	}
	
	/*表單區小標*/
	.form_title {
		font-weight:bold;
		font-size:18px;
		line-height:26px;
	}
	
	.form_list {
		padding:23px 8px 0px;
		box-sizing:border-box;
	}
		.fL_title {
			font-size:15px;
			line-height:23px;
			font-weight:bold;
		}
			.required_icon {
				color:#f00;
				display:inline-block;
			}
			
		.fL_right {
			padding:8px 0px 0px;
			font-size:14px;
		}
			.fL_right select {
				width:100%;
			}
			.fLR_text {
				font-size:13px;
				line-height:21px;
				padding:5px 0px 0px;
			}
				.fLR_text a {
					color:#ca0000;
				}
			
			/*純文字樣式*/
			.fLR_info {
				font-size: 15px;
				line-height: 23px;
				padding: 9px 0px 10px;
			}
			
			/*檔案上傳樣式*/
			.inputFile {
				position:relative;
				border: solid 1px #aeaeae;
				background:#fff;
				border-radius: 3px;
				padding:0px 80px 0px 0px;
			}
				.inputFile input[type='text'] {
					border:none;
					background:none;
				}
				.inputFile label {
					position: absolute;
					top: 0px;
					left:0px;
					width:100%;
					text-align:right;
				}
					.inputFile label div {
						background: #333;
						color: #fff;
						font-size: 15px;
						line-height: 42px;
						text-align:center;
						width:80px;
						display: inline-block;
						transition:0.3s ease all;
					}
						.inputFile label:hover div {
							background: #ca0000;
						}
				.inputFile input[type='file'] {
					display:none;
				}
				
			/*生日樣式*/
			.birthday {
				font-size:15px;
			}
				.birthday select {
					width:auto;
				}
			
			/*label樣式*/
			.fLR_label {
				font-size:15px;
				line-height:23px;
			}
				.fLR_label label {
					padding: 9px 10px 10px 0px;
					display: inline-block;
				}
			
			/*文字加輸入框樣式*/
			.fLR_textAndInput {
				font-size:15px;
			}
				.fLR_textAndInput input {
					width:120px;
				}
			
			/*地址樣式*/
			.fLR_address {
			}
				.fLR_address select {
					width:auto;
					margin: 0px 5px 0px 0px;
				}
				input.fLRA_postalCode {
					width: 97px;
				}
				input.fLRA_address {
					margin: 12px 0px 0px 0px;
				}
			
			/*日期區間樣式*/
			.dateRange {
				margin:-8px 0px 0px;
				font-size:0px;
			}
				.dateRange select {
					width:auto;
					margin:0px 2px;
				}
				.dateRange div {
					display:inline-block;
					vertical-align: middle;
					margin:8px 0px 0px;
				}
					.dateRangeStart {
					}
					.dateRange_And {
						font-size:13px;
						padding:0px 2px;
					}
					.dateRangeEnd {
					}
	
	/*一列兩個樣式*/
	.fLType2 {
		display:inline-block;
		vertical-align:top;
		width:49.8%;
	}
	
	/*同意條款*/
	.agreeToTerms {
		font-size:15px;
		line-height:23px;
	}
		.agreeToTerms strong {
			padding:10px 0px;
			display:inline-block;


		}

		.agreeToTerms a {
			color:#ca0000;
		}
	
	/*表單區 按鍵區*/
	.form_btn_area {
		padding:30px 0px 0px;
		text-align:center;
	}
		.form_btn_area input {
			margin:0px 20px;
		}
		.form_btn_area input:nth-of-type(2) {
			background:#555;
		}
			@media (max-width: 540px){
				/*一列兩個樣式*/
				.fLType2 {
					width:auto;
					display:block;
				}
				
				/*表單區 按鍵區*/
				.form_btn_area input {
					float:left;
					width:48%;
					margin:0px;
				}
					.form_btn_area input:nth-of-type(2) {
						float:right;
					}
				.form_btn_area.one input {
					float:none;
				}
			}
			
/*分隔線*/
.divider {
	height:1px;
	background:#ececec;
	margin:30px 0px;
}

/*-------hack----------------------------------------------------------------------------*/
.hack {
	padding:20px;
}
	.hack_demo {
		float:left;
		width:50%;
		line-height:200px;
		text-align:center;
		box-sizing:border-box;
		border: solid 1px #CCC;
	}
	
/* IE10、11、edge模式 */
@media all and (-ms-high-contrast:none) {
	.ie10Up {
		color: #fff;
		background:#06F;
	}
	*::-ms-backdrop, .ie10Up {
		color: #fff;
		background:#06F;
	}
}

/*firefox*/
@-moz-document url-prefix() { 
	.firefox {
		color: #fff;
		background: #C00;
	}
}

/*Safari和chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.safariAndChrome {
		color: #fff;
		background: #333;
	}
}


/*/////////////////////////////////////////////////////////*/
/*----------------------loading畫面-----------------------*/
/*/////////////////////////////////////////////////////////*/
.loading {
	position: fixed;
   top: 0; 
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 999999;
   background: #FFF;
   text-align:center;
   
   /*新增by pekey 20171211*/
   padding-top:250px;
} 

   
   /*Loading畫面CSS開始*/
   #circularG{
	   position:relative;
	   width:58px;
	   height:58px;
	   margin: auto;
   }
   
   .circularG{
	   position:absolute;
	   background-color:rgb(0,116,64);  /*此為Loding的點點顏色*/
	   width:14px;
	   height:14px;
	   border-radius:9px;
		   -o-border-radius:9px;
		   -ms-border-radius:9px;
		   -webkit-border-radius:9px;
		   -moz-border-radius:9px;
	   animation-name:bounce_circularG;
		   -o-animation-name:bounce_circularG;
		   -ms-animation-name:bounce_circularG;
		   -webkit-animation-name:bounce_circularG;
		   -moz-animation-name:bounce_circularG;
	   animation-duration:1.1s;
		   -o-animation-duration:1.1s;
		   -ms-animation-duration:1.1s;
		   -webkit-animation-duration:1.1s;
		   -moz-animation-duration:1.1s;
	   animation-iteration-count:infinite;
		   -o-animation-iteration-count:infinite;
		   -ms-animation-iteration-count:infinite;
		   -webkit-animation-iteration-count:infinite;
		   -moz-animation-iteration-count:infinite;
	   animation-direction:normal;
		   -o-animation-direction:normal;
		   -ms-animation-direction:normal;
		   -webkit-animation-direction:normal;
		   -moz-animation-direction:normal;
   }
   
	   #circularG_1{
		   left:0;
		   top:23px;
		   animation-delay:0.41s;
			   -o-animation-delay:0.41s;
			   -ms-animation-delay:0.41s;
			   -webkit-animation-delay:0.41s;
			   -moz-animation-delay:0.41s;
	   }
	   
	   #circularG_2{
		   left:6px;
		   top:6px;
		   animation-delay:0.55s;
			   -o-animation-delay:0.55s;
			   -ms-animation-delay:0.55s;
			   -webkit-animation-delay:0.55s;
			   -moz-animation-delay:0.55s;
	   }
	   
	   #circularG_3{
		   top:0;
		   left:23px;
		   animation-delay:0.69s;
			   -o-animation-delay:0.69s;
			   -ms-animation-delay:0.69s;
			   -webkit-animation-delay:0.69s;
			   -moz-animation-delay:0.69s;
	   }
	   
	   #circularG_4{
		   right:6px;
		   top:6px;
		   animation-delay:0.83s;
			   -o-animation-delay:0.83s;
			   -ms-animation-delay:0.83s;
			   -webkit-animation-delay:0.83s;
			   -moz-animation-delay:0.83s;
	   }
	   
	   #circularG_5{
		   right:0;
		   top:23px;
		   animation-delay:0.97s;
			   -o-animation-delay:0.97s;
			   -ms-animation-delay:0.97s;
			   -webkit-animation-delay:0.97s;
			   -moz-animation-delay:0.97s;
	   }
	   
	   #circularG_6{
		   right:6px;
		   bottom:6px;
		   animation-delay:1.1s;
			   -o-animation-delay:1.1s;
			   -ms-animation-delay:1.1s;
			   -webkit-animation-delay:1.1s;
			   -moz-animation-delay:1.1s;
	   }
	   
	   #circularG_7{
		   left:23px;
		   bottom:0;
		   animation-delay:1.24s;
			   -o-animation-delay:1.24s;
			   -ms-animation-delay:1.24s;
			   -webkit-animation-delay:1.24s;
			   -moz-animation-delay:1.24s;
	   }
	   
	   #circularG_8{
		   left:6px;
		   bottom:6px;
		   animation-delay:1.38s;
			   -o-animation-delay:1.38s;
			   -ms-animation-delay:1.38s;
			   -webkit-animation-delay:1.38s;
			   -moz-animation-delay:1.38s;
	   }



@keyframes bounce_circularG{
	0%{
		transform:scale(1);
	}

	100%{
		transform:scale(.3);
	}
}

@-o-keyframes bounce_circularG{
	0%{
		-o-transform:scale(1);
	}

	100%{
		-o-transform:scale(.3);
	}
}

@-ms-keyframes bounce_circularG{
	0%{
		-ms-transform:scale(1);
	}

	100%{
		-ms-transform:scale(.3);
	}
}

@-webkit-keyframes bounce_circularG{
	0%{
		-webkit-transform:scale(1);
	}

	100%{
		-webkit-transform:scale(.3);
	}
}

@-moz-keyframes bounce_circularG{
	0%{
		-moz-transform:scale(1);
	}

	100%{
		-moz-transform:scale(.3);
	}
}

.loading_title{
   padding:20px 0px 0px 15px;
   display:inline-block;
   font-size:16px;
   font-weight:bold;
   color:#333;
   font-family:微軟正黑體;
   text-align:center;
}



/*/////////////////////////////////////////////////////////*/
/*----------------------首頁內容區塊-----------------------*/
/*/////////////////////////////////////////////////////////*/


/*首頁大圖廣告區*/
.index_adBg {
	padding: 40px 0px;
}
	.ad_listArea {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: center;
		/* align-items: center; */ /* modify by pekey 20210723  */
		align-items: start;

		margin: 0px -25px;
	}

		/* 左側 */
		.ad_list{
			width: 50%;
			padding: 0px 25px;
			box-sizing: border-box;
		}
			
			.ad_list a{
				display: block;
				position: relative;
			}	
		
			/*hover效果*/
			.ad_list a:hover .img {
				opacity:0.5;
				transition: 0.3s ease all;
			}
			
			
				/* 圖片 */
				.ad_list .img{
					width:100%;
					height:auto;
					box-sizing:content-box;
					transition: 0.3s ease all;
				}	

					.ad_list .img img{
						width:100%;
						height:auto;
					}	




@media (max-width: 769px){

.index_adBg {
	padding-top: 0px;
	padding: 20px 0px;
}

	.ad_listArea {
		margin: 0px -10px;
	}

		/* 左側 */
		.ad_list{
			padding: 0px 10px;
		}
	
}


@media (max-width: 526px){

.index_adBg {
	padding: 10px 0px;
}

	.ad_listArea {
		display: block;
		margin: 0px;
	}

		/* 左側 */
		.ad_list{
			width: 100%;
			padding: 10px 0px;
		}

}





/*/////////////////////////////////////////////////////////*/
/*-------首頁最新消息--------*/
/*/////////////////////////////////////////////////////////*/

.index_newsBg{
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625090318/https://coph.ntu.edu.tw/web/index/images/newbg.png);
	padding: 45px 0px;
}

	.index_newsArea {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: center;
		/* align-items: center; */ /* modify by pekey 20210723  */
		align-items: start;

		margin: 0px -25px;
	}


		/* 大標 */
		.big_title {
			font-size: 32px;
			color: #000;
			font-weight:bold;
			padding-bottom: 50px;
			text-align:center;
		}

		/* 最新消息列表區 */
		.news_listArea {
			width: 50%;
			padding: 0px 25px;
			box-sizing: border-box;
		}
			.index_newsArea .news_list {
				display: block;
				position: relative;
				padding: 11px 0px;
				border: unset;
			}


				.index_newsArea .news_list .time {
					font-size:16px;
					color:#707070;
					font-weight:bolder;
				}

				.index_newsArea .news_list .title {
					padding:8px 0px 8px;
					font-weight:bolder;
				}
					.index_newsArea .news_list .title a {
						font-size: 16px;
						color: #007440;
						font-weight: bolder;
						text-decoration: none;
						display: block;
						white-space: nowrap;
						overflow: hidden;
						text-overflow: ellipsis;
						transition: 0.3s ease all;
					}
						.index_newsArea .news_list .title a:hover {
							color: #000000;
							transition: 0.3s ease all;
						}
						
						

		/* 查看更多 */
		.more_button{
			padding-top: 35px;
			text-align: center;
			transition: 0.3s ease all;
		}


			.more_button a{
				display: block;
				width: 100px;
				margin: 0px auto;

				color: #cf981a;
				font-size: 18px;
				/* font-weight: bold; */
				background-color: #ffffff;

				padding: 10px;
				border-radius: 38px;
				text-decoration: none;
				transition: 0.3s ease all;
			}

			/* hover */
			.more_button a:hover{
				background-color:#007440;
				color: #ffffff;
				transition: 0.3s ease all;
			}

	
@media (max-width: 769px){

	.index_newsBg {
		padding-top: 0px;
		padding: 35px 0px;
	}

		.big_title {
			padding-bottom: 25px;
		}

		.index_newsArea {
			display: block;
			margin: 0;
		}

			.news_listArea{
				width: 100%;
				padding: 10px 0px;
			}

			.news_listArea:nth-of-type(1){
				padding-bottom: 0px;
			}
		

	.more_button {
		padding: 20px 0px 0px;
	}
}


@media (max-width: 526px){

}				
					


/*/////////////////////////////////////////////////////////*/
/*----------------------首頁快速連結區-----------------------*/
/*/////////////////////////////////////////////////////////*/
.index_linkBg {
	padding: 35px 0px 35px;
}

	.index_linkArea{
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: center;
		align-items: center;

		/* justify-content: start;
		align-items: flex-start; */

		margin: 0px -12.5px;
	}


		.link_list{
			width: 20%;
			box-sizing: border-box;
			padding: 0 12.5px;
		}
			
			.link_list a{
				display:block;
				transition: 0.3s ease all;
			}   
				
			.link_list img{
				width:100%;
				height:auto;
			}  
				
			.link_list a:hover{
				opacity:0.7;
				transition: 0.3s ease all;
			}  




@media (max-width: 900px){

	/*首頁快速連結區*/	
	.index_linkArea{
		margin: 0px -10px;
	}
	
	.link_list{
		width: 33%;
		padding: 15px 10px;
	}

}



@media (max-width: 640px){

	/*首頁快速連結區*/
	.index_linkArea{
		/*margin:35px -10px;*/
	}
	
	.link_list{
		width:49.9%;
		padding:15px 10px;
	}

}

@media (max-width: 500px){

	/*首頁快速連結區*/
	.link_list{
		width:49%;
	}

}

@media (max-width: 425px){

	/*首頁快速連結區*/
	.index_linkArea{
		margin:35px 0px;
	}
	
	.link_list{
		width:100%;
		padding:15px 0px;
	}

}








/*-------↓↓↓↓↓↓↓--------------Judy修改20211028-------↓↓↓↓↓↓↓--------------*/	


/* ============================================================================== */
/*-----------首頁大事記----------------------------------------------------------------------------------------*/
/* ============================================================================== */


.indexEventsBg{
	/* padding: 40px 0px 40px ; */
	/* background-image: linear-gradient(129deg, #c4d3cc 0%, #c4d3cc 45%, #c4d3cc33 100%) , url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625090318/https://coph.ntu.edu.tw/web/index/images/newbg.png); */
    padding: 45px 0px;
	/* margin-bottom: -35px;	 */
}

	.indexEventsArea{
		position: relative;
	}
		.indexEventsBg .swiper-button-prev ,
		.indexEventsBg .swiper-button-next{			
			position: absolute;
			/* top: 50%; */
			top: calc(50% - 16px);
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
			width: 50px;
			height: 50px;
			background-size: 50px;
			background-repeat: no-repeat;
			background-position: center;
			padding: 0;
			margin: 0;
			border-radius: 50%;
			box-shadow: 0px 0px 12px 0px #00000054;
		}
		.indexEventsBg .swiper-button-prev{
			left: -25px;
			background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625090318/https://coph.ntu.edu.tw/web/index/images/left_arrow.svg);			
			/* right: auto; */
		}
		.indexEventsBg .swiper-button-next{ 
			right: -25px;
			background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625090318/https://coph.ntu.edu.tw/web/index/images/right_arrow.svg);
			/* left: auto;  */
		}

		.swiper-button-next:after,
		.swiper-button-prev:after {
			/* font-family: swiper-icons;
			font-size: var(--swiper-navigation-size);
			text-transform: none!important;
			letter-spacing: 0;
			text-transform: none;
			font-variant: initial;
			line-height: 1; */
			opacity: 0;
		}


/*首頁大事記列表*/
.indexEVList{
	/* position:relative; */
	padding: 0;
	margin: 0;
}
	.indexEVList a{
		display: block;
		text-decoration: none;
	}  

	/* 首頁-大事記圖文列表*/
	.indexEVImg{
		overflow: hidden;
	}
		/* 首頁-大事記圖文列表*/
		.indexEVImg a{				
			position: relative;
			/* padding-top: 145%; */
			padding-top: 100%;
			display: block;
			background-color: #007440;
		}
			.indexEVImg img{
				position: absolute;
				top: 0;
				left: 0;
				bottom: 0;
				right: 0;
				float: none;
				/* border-radius: 50%; */
				width: 100% !important;
				height: 100% !important;
				object-fit: cover;
				transition: 0.3s ease all;
			}
			.indexEVImg a:hover img{	
				opacity:0.5;
				transform: scale(1.2);
    			transition: all 0.3s ease-out;
			}


		/* 首頁大事記下方文區 */
		.indexEVBottom{
			padding: 10px 0px 0px;
		}
			.indexEVDate{
				font-size: 16px;
				line-height: 1;
				color: #707070;
				font-weight: bolder;
				margin-bottom: 5px;
			}
			.indexEVTit{
				font-size: 16px;
				color: #007440;
				font-weight: bolder;
				line-height:1.5;
				
				
			}
			.indexEVTit a{
				color: #007440;

				overflow: hidden;
				text-overflow: ellipsis;
				white-space: nowrap;
			}
			.indexEVTit a:hover{
				/* color:#007440; */
				opacity: 0.5;
				transition: 0.3s ease all;
			}
			/* .indexNaBrief{
				padding-top:4px;
				font-size:0.75em;
				line-height:1.5625em;
				color: #626262;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 3;
				overflow: hidden;
			}
			.indexNa_moreBtn{
				padding-top: 5px;
			}
				.indexNa_moreBtn a{
					transform:scale(0.9);
					transform-origin:left;
					text-decoration:none;
					color:#fff;
					background-color: #a9a9a9;
					padding:5px 20px;
					border-radius:18px;
					display:inline-block;
					font-family: 'Raleway', sans-serif;
				}
	
				.indexNa_moreBtn a:hover{
					transition:0.3s all ease; 
					background-color:#000;
					padding:5px 40px;
				} */
	

	.indexEventsBg .more_button a{
		color: #ffffff;
		background-color: #ea5404;
	}
	/* hover */
	.indexEventsBg .more_button a:hover{
		background-color:#007440;
		/* color: #ffffff;
		transition: 0.3s ease all; */
	}


		
@media (max-width: 1350px){

	.indexEventsBg .swiper-button-prev{
		left: -10px;
	}
	.indexEventsBg .swiper-button-next{ 
		right: -10px;
	}

}

@media (max-width: 1023px){

	.indexEventsBg .swiper-button-prev{
		left: 0px;
	}
	.indexEventsBg .swiper-button-next{ 
		right: 0px;
	}

}

@media (max-width: 768px){

	.indexEventsBg .swiper-button-prev ,
	.indexEventsBg .swiper-button-next{	
		/* display: none; */
	} 

}

@media (max-width:425px){

	.indexEventsBg{
		padding: 45px 0px 0;
	}

}



				
/*-------↑↑↑↑↑↑↑--------------Judy修改20211028-------↑↑↑↑↑↑↑--------------*/	













/*/////////////////////////////////////////////////////////*/
/*----------------------內頁共用內容-----------------------*/
/*/////////////////////////////////////////////////////////*/
	


	/*內頁banner*/
	.inBanner{
		
	}
		.inBanner img{
			width: 100%;
			height: auto;
		}


	
	/*左側*/
	.left{
		padding: 50px 60px 0px 0px;
		float: left;
		box-sizing:border-box;		
		/*modify by david 20220608 start*/
		/* width: 25%; */
		width: 280px;
		/*modify by david 20220608 end*/
	}
		/*左側標題*/
		.left_title{
			position: relative;
			color: #000000;
			font-weight: bolder;
			font-size: 24px;
			padding-bottom: 20px;	
		}
		
			.left_title span{
				font-size: 15px;
				color: #959595;
				letter-spacing: 1px;
				display: inline-block;
				/* font-weight: normal; */
			}

			
			.left_title .leftList_icon.direction{
				display: none;
			}
		

			
		/*左側選單列表*/
		.leftListArea{
			/* border: 1px solid #aaaaaa; */ /* 測報 modify by Ray 20210826 */
			/* padding: 0px 10px; */ /* modify by pekey 20210809 */
			padding: 10px 10px;
			border-radius: 3px;
		}
			.leftList{
				font-size:18px;
				
			}
			.leftList:nth-of-type(1).active{
				/* padding: 10px 0px 0px; */
			}
			.leftList:last-of-type.active{
				/* padding: 0px 0px 10px; */
			}
				.leftList > a{
					display:block;
					padding: 13px 45px 11px 10px;
					text-decoration:none;
					color:#000000;
					position: relative;
					font-size: 15px;
					line-height: 22px;
					font-weight: bold;
					word-break: break-word;
					border-top: 1px solid #aaaaaa;
				}
				.leftList:first-of-type > a{
					border-top: none;
					border-bottom: none;
					margin: 4px 0px 0px;
					padding: 11px 45px 11px 10px;
				}
				.leftList:first-of-type.active > a{
					/* border-bottom: 1px solid #aaaaaa; */ /* modify by pekey 202120809 */
					/* margin: 9px 0px 0px; */
					/* padding: 15px 45px 11px 10px; */
					padding: 11px 45px 11px 10px;
				}


				.leftList:last-of-type > a{
					border-bottom: none;
				}
				.leftList:last-of-type.active > a{
					/* border-bottom: 1px solid #aaaaaa; */ /* modify by pekey 202120809 */
				}

				/* modify by pekey 202120809 */
				/* 當主按鍵底下有多個不同層級模組時 */
				.leftList.one:last-of-type.active > a {
					border-bottom: unset;
				}

				
					
				.leftList.active > a{
					background-color: #ececec;
					
					/* border-bottom: 1px solid #aaaaaa; */ /* modify by pekey 202120809 */
				}
				.leftList:hover > a{
					background-color:#ececec;
				}
					
						.leftList_icon i{
							font-size: 19px;
							line-height: 14px;
							color: #000000;
						}
					
					/*功能名稱*/	
					.leftList_title{
						display: inline-block;
						vertical-align: bottom;
					}
					
					/*方向標誌*/
					.leftList_icon.direction{
						position: absolute;
						right: 10px;
						top: 16px;
					}
					.leftList:first-of-type .leftList_icon.direction{
					}
						/*方向標誌_向下展開*/
						.leftList_icon.direction i.down{
							display: block;
						}
						.leftList_icon.direction svg.down{
							display: block;
						}

						/*方向標誌_向上收合*/
						.leftList_icon.direction i.up{
							display: none;
						}
						.leftList_icon.direction svg.up{
							display: none;
						}
						
						
					/*active*/ /*方向標誌_向下展開*/
					.leftList.active .leftList_icon.direction i.down{
						display: none;
					}
					.leftList.active .leftList_icon.direction svg.down{
						display: none;
					}

					/*active*/ /*方向標誌_向上收合*/
					.leftList.active .leftList_icon.direction i.up{
						display: block;
					}
					.leftList.active .leftList_icon.direction svg.up{
						display: block;
					}
					
				/* 一層類別 */
				.leftListArea.one .leftList a{
					/*modify by david 20220608 start*/
					padding: 11px 10px 11px 25px
					/*modify by david 20220608 end*/
					/* padding: 11px 10px; */
					color: #999999;
				}
				/* active */
				.leftListArea.one .leftList.active > a{
					color: #2a3136;
				}
				/* active */
				.leftListArea.one .leftList:first-of-type.active > a,
				.leftListArea.one .leftList:last-of-type.active > a {
					border-bottom: 0;
				}	

				
				/*左側選單列表第二層*/
				.leftList_open{
					display: none;
					padding: 0px 15px;
				}
				/* .leftList.active .leftList_open{
					display:block;
				} */
					.leftList_open_list{
					}
						.leftList_open_list a {
							display: block;
							transition: 0.3s ease all;
							color: #555555;
							padding: 13px 10px 11px 27px;
							font-size: 15px;
							line-height: 22px;
							font-weight:normal;
							word-break: break-word;
							border-bottom: 1px solid #aaaaaa;

							position: relative;
						}
								
						.leftList_open_list:last-of-type > a{
							border-bottom: none;
						}
						.leftList:last-of-type .leftList_open_list:last-of-type > a{
							/* border-bottom: 1px solid #aaaaaa; */
						}

						.leftList_open_list.active a {
							color: #ea5404;
						}
						.leftList_open_list a:hover {
							color: #ea5404;
							text-decoration:none;
						}

							/*標誌*/
							.leftList_open_list .icon{
								position: absolute;
								left: 10px;
								top: 15px;
							}



				
	/*右側*/	
	.right{
		float: left;
		box-sizing:border-box;
		width: 75%;
		padding: 50px 0px 0px;
	}

		/* 右側_標題區塊 */
		.right_titleBg{
			position:relative;
			border-bottom: 2px solid #007440;
			padding-bottom: 20px;
		}
			.right_titleBg:after{	
				position: absolute;
				content: '';
				bottom: -1px;
				background: #007440;
				width: 62px;
				height: 6px;
				left: 0px;
			}
			
			/* 內容 */
			.right_titleBg .content{
				padding-bottom: 15px;
			}
				.right_titleBg .content .time{
					display: inline-block;
					vertical-align: middle;
					font-size: 15px;
					color: #ea5404;
					font-weight: bold;
					font-family: 'Raleway', sans-serif;
					margin-right: 10px;

					letter-spacing: 2px;
				}
				.right_titleBg .content .category{
					display: inline-block;
					vertical-align: middle;
					padding: 5px 10px;
					font-size: 15px;
					color: #fff;
					background-color: #ea5404;
					transition: 0.3s ease all;

					border-radius: 25px;
				}
			
			/* 標題 */
			.right_titleBg .title{
				font-size: 24px;
				font-weight: bold;
				color: #007440;
				line-height: 30px;
				word-break: break-word;
			}


	
		
		/*右側內容區塊*/
		.right_contentBg{	
			padding-top: 25px;
		}
		.right.no_left .right_contentBg{
			/* padding-top: 0px; */
		}
				
			.text_area{
				/* padding-top: 25px; */
				font-size: 15px;
				color: #000;
				line-height:22px;
			}
				.text_area img{
					max-width: 100%;
					height: auto;
				}



.right.no_left{
	width: 100%;
	float: none;
}
	.right.no_left .right_title:after{
		/* display: none; */
	}


@media (max-width: 1023px){
	
	.left{
		float: none;
		width: 100%;
		padding-right: 0px;
	}
		.left_title {
			position: relative;
			cursor: pointer;
			border: 1px solid #ccc;
			padding: 15px;
			border-radius: 5px;
		}

		/* active */
		.left_title.active {
		}


			.left_title span{
				display:inline-block;
				padding-left: 15px;
			}
			.left_title:after {
				content: '';
				position: absolute;
				border-left: solid 4px rgba(0,0,0,0);
				border-right: solid 4px rgba(0,0,0,0);
				border-bottom: solid 4px rgba(0,0,0,0);
				border-top: solid 6px #333;
				top: 25px;
				right: 20px;
			}

			.leftListArea{
				display:none;
				background: #f5f4f4;
				padding: 0px 15px;

				margin-top: 15px;
			}
		
				/* active */
				.leftList.active > a {
					background-color: transparent;
				}


	.right{
		float: none;
		width: 100%;
		padding: 35px 0px 0px;
	}
}





/*/////////////////////////////////////////////////////////*/
/*-------------------- 麵包屑區塊 -------------------------*/	
/*/////////////////////////////////////////////////////////*/

.crumb {
	font-size:12px;
	line-height:18px;
	color:#666;
	text-align:right;
	padding:20px 0px 0px;
}
	.crumb a {
		color:#0048dc;
	}
		.crumb i {
			font-size: 15px;
			vertical-align: middle;
			position: relative;
			top: -1px;
		}

/*網編區*/
.textArea {
	padding:25px 0px 0px;
	font-size:15px;
	color:#333;
	line-height:23px;
}
	.textArea a {
		color:#0048dc;
	}
	.textArea img {
		max-width:100%;
		height:auto;
	}


			
/*/////////////////////////////////////////////////////////*/
/*-------------------- 分頁區塊 -------------------------*/	
/*/////////////////////////////////////////////////////////*/

.number_pageBg{
	text-align:center;
	padding-top: 35px;
}
	/*左側區塊*/
	.numberPage_leftArea{
		display: inline-block;
		vertical-align: middle;
	}	
		.numberPage_leftList{
			display: inline-block;
			vertical-align: middle;
		}
			.numberPage_leftList a{
				display: block;
				text-decoration: none;
				padding: 0px 10px;
			}

			.numberPage_leftList:nth-of-type(1) a{
				color: #bcbcbc;
			}

			.numberPage_leftList:nth-of-type(2) a{
				color: #ea5404;
			}


			
			img.hover_after{
				display: none;
				background-color: #ea5404;
				border-radius: 50%;
			}
			
			.numberPage_leftList a:hover img.hover_after{
				display: block;
			}
			
			.numberPage_leftList a:hover img.hover_before{
				display: none;
			}
		

	/*中間區塊*/
	.numberPage_middleArea{
		display: inline-block;
		vertical-align: middle;
		padding: 0px 8px;
	}
		.numberPage_middleList{
			display: inline-block;
			vertical-align: middle;
			padding: 0px 4px;
		}
			.numberPage_middleList a{
				display: block;
				text-decoration: none;
				width: 32px;
				height: 32px;
				box-sizing: border-box;
				
				border-radius: 100%;
				background-color: transparent;
				color: #bcbcbc;
				padding: 7.5px 0px;

				line-height: 18px;
			}
			/*active*/
			.numberPage_middleList.active a{
				background-color: #ea5404;
				color: #fff;
			}
			/*hover*/
			.numberPage_middleList a:hover{
				background-color: #bcbcbc;
				color: #fff;
			}
	

	/*右邊區塊*/	
	.numberPage_rightArea{
		display: inline-block;
		vertical-align: middle;
	}
		.numberPage_rightList{
			display: inline-block;
			vertical-align: middle;
		}
			.numberPage_rightList a{
				display: block;
				text-decoration: none;
				padding: 0px 10px;
			}

			.numberPage_rightList:nth-of-type(1) a{
				color: #ea5404;
			}

			.numberPage_rightList:nth-of-type(2) a{
				color: #bcbcbc;
			}
			
			
			.numberPage_rightList a:hover img.hover_after{
				display: block;
			}
			
			.numberPage_rightList a:hover img.hover_before{
				display: none;
			}
		
		
	
@media (max-width: 640px){
	
		.numberPage_leftList:first-child{
			display: none;
		}
		
	.numberPage_middleArea{
		padding: 0px;
	}
		.numberPage_middleList{
			padding: 0px;
		}
		
		.numberPage_rightList:last-child{
			display: none;
		}
		
	
}	







/*/////////////////////////////////////////////////////////*/
/*------------------- 內頁-最新活動模組 --------------------*/
/*/////////////////////////////////////////////////////////*/

/*最新消息列表*/
.right_contentBg .news_listArea {
	width: 100%;
	padding: 0;
}
	.news_list {
		position: relative;
		display: table;
		border-bottom: dashed 1px #999999;
		padding: 20px 0px;
		width: 100%;
	}
	.news_list:first-of-type {
		padding-top:0px;
	}

		/* 圖片 */
		.news_list .img {
			width:200px;
			display:table-cell;
			vertical-align:top;
		}
		
		/*沒有照片時樣式*/
		.news_list.no_img .img {
			display:none;
		}

			.news_list .img a {
				display: block;
				text-decoration: none;
				transition:0.3s ease all;
			}
				.news_list .img img {
					width:100%;
					height:auto;
				}

		/* 內容 */
		.news_list .content {
			display:table-cell;
			vertical-align:top;
			padding: 0px 0px 0px 20px;
			/* 新增瀏覽人數 modify by david 20220601 start */
			position: relative;
			/* 新增瀏覽人數 modify by david 20220601 end */
		}
		
		/*沒有照片時樣式*/
		.news_list.no_img .content {
			padding: 0px;
		}

			/* 時間 */
			.news_list .time {
				font-size: 16px;
				display: inline-block;
				vertical-align: middle;
				/* color: #7d7d7d; */
				color: #ea5404;
				font-weight:bold;
				letter-spacing: 2px;
			}

			/* 類別標籤 */
			.news_list .category{
				display: inline-block;
				vertical-align: middle;
				padding: 5px 10px;
				font-size: 15px;
				color: #fff;
				background-color: #ea5404;
				transition: 0.3s ease all;

				border-radius: 25px;
			}



			/* 標題 */
			.news_list .title {
				padding: 10px 0px;
				/* 斷行 modify by david 20220601 start */
				word-break: break-word;
				/* 斷行 modify by david 20220601 end */
			}
				.news_list .title a {
					color: #007440;
					font-size: 20px;
					line-height: normal;
					font-weight: bold;
				}
			

				/* hover */
				.news_list .title a:hover {
					text-decoration: none;
					color: #000000;
				}

			

			/* 瀏覽人數 */	
			.news_list .viewer {
				position: absolute;
				right: 10%;
				top: 0;
				font-size: 14px;
				color: #333;
			}


			/* 簡述 */
			.news_list .text {
				color: #999999;
				font-size: 15px;
				line-height: normal;
							
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-text-overflow: ellipsis;
				-webkit-line-clamp: 3;
				-webkit-box-orient: vertical;
			}


	



@media (max-width: 641px){

	.news_list .img {
		width: 150px;
	}

	.news_list .content {
		padding: 0px 0px 0px 10px;
	}

		/* 標題 */
		.news_list .title {
			padding: 5px 0px;
		}
			.news_list .title a {
				font-size: 16px;
			}
		
		/* 簡述 */
		.news_list .text {
			color: #999999;
			font-size: 14px;
		}
		/* 新增瀏覽人數rwd modify by david 20220601 start */
		/* 瀏覽人數 */
		.news_list .viewer{
			font-size: 12px;
		}
		/* 新增瀏覽人數rwd modify by david 20220601 end */

}

@media (max-width: 426px){

	.news_list .img {
		display: block;
		width: 100%;
	}
	
	.news_list .content {
		display: block;
		padding: 15px 0px 0px;
	}

	/* 新增瀏覽人數rwd modify by david 20220601 start */
		/* 瀏覽人數 */
		.news_list .viewer{
			padding: 20px 0px 0px;
			font-size: 10px;
		}
		/* 新增瀏覽人數rwd modify by david 20220601 end */
}



/*最新消息內頁標題*/
.newsInTit {
	padding-top: 22px;
}
	.nIT_time {
		font-size: 16px;
		display: inline-block;
		color: #7d7d7d;
		font-weight:bold;
		letter-spacing: 2px;
	}
	.nIT_title {
		color:#007440;
		font-size:16px;
		line-height:24px;
		padding: 18px 0px 0px;
	}


/*回上一頁*/
.back_button{
	padding-top: 50px;
}
	.back_button input{
		display: block;
		width: 150px;
		border-radius: 42px;
		font-size: 15px;
		line-height: 42px;

		color: #ffffff;
		background-color: #ea5404;

		text-align: center;
		text-decoration: none;
		margin: 0px auto;
		transition:0.3s ease all;
	}
		.back_button input:hover {
			background-color: #999999;
			transition:0.3s ease all;
		}




/*/////////////////////////////////////////////////////////*/
/*------------------- 內頁-分享按鍵區域 --------------------*/
/*/////////////////////////////////////////////////////////*/

.share_iconBg {
	padding-top: 50px;
}

	.share_iconBg .in{
	}

		/* 標題 */
		.share_iconBg .title {
			display: inline-block;
			vertical-align: middle;
			padding-right: 5px;
			font-size: 15px;
		}

		/* 標題 */
		.share_iconBg .content {
			display: inline-block;
			vertical-align: middle;
		}

			.share_iconArea {
				margin: 0px -5px;
			}

				.share_icon{
					float: left;
					padding: 0px 5px;
				}
					.share_icon a {
						display: block;
						width: 40px;
						height: 40px;
						border-radius: 100%;
						padding: 5px 5px;
						box-sizing: border-box;
						transition: 0.3s ease all;
					}

						
					/*fb分享按鍵*/
					.share_icon.facebook a{
						background-color:#3b5998;
					}
					
					/* instagram */
					.share_icon.instagram a{
						background-image:url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625090318/https://coph.ntu.edu.tw/web/images/instagram_bg.svg");
						background-repeat: no-repeat;
						background-size: cover;
						background-position: center center;
					}
					
					/* 測報 modify by Ray 20210826 start */
					/*line按鍵*/	
					.share_icon.line a{
						background-color:#00ba01;
					}
					/* 測報 modify by Ray 20210826 end */

					/*twitter按鍵*/	
					.share_icon.twitter a{
						background-color:#2baae1;
					}
					
					/*列印按鍵*/	
					.share_icon.printer a{
						background-color:#f7bb43;
					}
					
					/*返回按鍵*/	
					.share_icon.return a{
						background-color:#b5b5b7;
					}


					/* hover */
					.share_icon a:hover{
						opacity: 0.7;
						transition: 0.3s ease all;
					}

						.share_icon img{
							width: 100%;
							height: auto;
						}
			


/*/////////////////////////////////////////////////////////*/
/*------------------- 內頁-下載模組 --------------------*/
/*/////////////////////////////////////////////////////////*/

/*下載列表*/
.download_listArea {
	padding: 25px 0px;
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: start;
    align-items: flex-start;
    margin: 0px -15px;
}
	.download_list {
		width: 50%;
		padding: 0px 15px 25px;
		box-sizing: border-box;
	}
	
		.download_listIn {
			padding: 20px 20px;
			border: 1px solid #cccccc;
			border-radius: 8px;
			position: relative;
		}

			/* 內容 */
			.download_content {
				padding-right: 125px;
			}

				/* 標題 */
				.download_title {
					font-size: 18px;
					line-height: 24px;
					color:#000;
				}

				/* 時間 */
				.download_time{
					font-size: 12px;
					color: #9d9d9d;
					padding-top: 10px;
				}
			
			/* 下載按鈕 */
			.download_button {
				position: absolute;
				right: 20px;
				top: 20px;
				
				/* top: 50%;
				-webkit-transform:  translateY(-50%);
				transform:  translateY(-50%); */
			}
				.download_button a {
					display: block;
					text-decoration: none;

					font-size: 13px;
					line-height: 20px;
					border-radius: 5px;
					padding: 5px 10px;

					background:#ea5404;
					color: #ffffff;

					transition: 0.3s ease all;
				}

				/*hover*/
				.download_button a:hover {
					opacity:0.7;
					transition:0.3s ease all;
				}

					.download_button i, .download_button svg {
						vertical-align: middle;
						font-size: 17px;
					}



					
@media (max-width: 767px){

	.download_listArea {
		margin: 0px;
	}	

		.download_list{ 
			width: 100%;
			padding: 0px 0px 15px;
		}

		.download_content {
			padding-right: 0;
		}

			.download_button{
				position:relative;
				right: 0px;
				top: 0px;
				padding-top: 25px;
				display:inline-block;
			}
}









/*/////////////////////////////////////////////////////////*/
/*------------------- 內頁-教師成員模組 --------------------*/
/*/////////////////////////////////////////////////////////*/

/*教師成員列表區塊*/
.teacher_listBg{
	padding-top: 30px;
	margin: -15px -10px;
}
	/*清單*/
	.teacher_list{
		float: left;
		box-sizing: border-box;
		width: 50%;
		padding: 15px;
	}
		.teacher_listIn{
			padding: 10px;
			border: 1px solid #a0a0a0;
		}
			/*圖片*/
			.teacher_list .img{
				float: left;
				width: 43%;
				box-sizing: border-box;
			}
				.teacher_list .img a{
					display: block;
				}
				/*hover*/
				.teacher_list .img a:hover{
					opacity: 0.7;
				}
				
					.teacher_list .img img{
						width: 100%;
						height: auto;
					}
			
			/*右半邊*/	
			.teacher_list .content{
				float: left;
				width: 57%;
				box-sizing: border-box;
				padding-left: 15px;
			}
				/*標題*/
				.tLR_title {
					padding-bottom: 12px;
					border-bottom: 1px dashed #959595;
				}
				
					/*名字*/
					.tLR_titName{
						font-size: 16px;
						font-weight:bold;
						color:#007440;
						display: inline-block;
						padding-top: 3px;
					}
					
					/*職稱*/
					.tLR_titJob{
						font-size: 16px;
						font-weight:bold;
						color:#000;
						padding-left: 10px;
						display: inline-block;
					}
				
				/*項目*/
				.tLR_listArea{
					padding-top: 12px;
					margin-top: -5px;
				}
					.tLR_list{
						display:table;
						font-size: 14px;
						line-height: 18px;
						color: #000;
						padding: 5px 0px;
					}
						.tLRL_title {
							display: inline-block;
							word-break: break-all;
							padding-right: 3px;
							letter-spacing: 0px;
						}
						.tLRL_in{
							display: inline-block;
							word-break: break-all;
						}
		
@media (max-width: 640px){
	/*教師成員列表*/
	.teacher_list_area{
		margin: 0px;
	}
		/*清單*/
		.teacher_list{
			float: none;
			width: 100%;
			padding: 10px 0px;
		}
}
		
		


/*/////////////////////////////////////////////////////////*/
/*------------------- 內頁-教師成員模組 內頁 --------------------*/
/*/////////////////////////////////////////////////////////*/

.teacher_main{
	padding-top: 40px;
}

	/*圖片*/
	.tM_img{
		float: left;
		width: 31.5%;
		box-sizing: border-box;
	}
		.tM_img a{
			display: block;
		}
			.tM_img img{
				width: 100%;
				height: auto;
			}
		/*hover*/
		.tM_img a:hover{
			opacity: 0.7;
		}
		
			.teacher_list .img img{
				width: 100%;
				height: auto;
			}
	
	/*右半邊*/	
	.tM_right{
		float: left;
		width: 68.5%;
		box-sizing: border-box;
		padding-left: 35px;
	}
	
	
	/*標題*/
	.tMR_title {
		padding-bottom: 12px;
		border-bottom: 1px dashed #959595;
	}
	
		/*名字*/
		.tMR_titName{
			font-size: 19px;
			font-weight:bold;
			color:#007440;
			display: inline-block;
			padding-top: 3px;
		}
		
		/*職稱*/
		.tMR_titJob{
			font-size: 19px;
			font-weight:bold;
			color:#000;
			padding-left: 10px;
			display: inline-block;
		}
	
	/*項目*/
	.tMR_listArea{
		padding-top: 12px;
		margin-top: -5px;
	}
		.tMR_list{
			display:table;
			font-size: 14px;
			line-height: 18px;
			color: #000;
			padding: 5px 0px;
		}
			.tMRL_title {
				display: inline-block;
				word-break: break-all;
				padding-right: 3px;
				letter-spacing: 0px;
			}
			.tMRL_in{
				display: inline-block;
				word-break: break-all;
			}
				.tMRL_in a{
					color: #000;
				}
				
	
	/*論文列表區域*/
	.paper_listArea{
		padding: 55px 0px 0px;
	}
		
		.paper_LA_tableArea{
			padding: 22px 0px 0px;
		}
			table.paper_LA_table{
				width: 100%;
			}
				.paper_LA_table tr{
				}
				.paper_LA_table tr:first-child{
				}
				.paper_LA_table tr:last-child{
				}
					.paper_LA_table td{
						padding: 10px 15px;
						border-right: 1px solid #a0a0a0;
						border-top: 1px solid #a0a0a0;
					}
					.paper_LA_table tr:first-child > td:first-child{
					}
					.paper_LA_table tr > td:first-child{
						border-left: 1px solid #a0a0a0;
						padding: 10px 15px;
					}
					.paper_LA_table  tr:last-child > td{
						border-bottom: 1px solid #a0a0a0;
					}
			
						.paper_LA_table td a{
							color: #000;
						}
						
@media (max-width: 640px){
	
	/*圖片*/
	.tM_img{
		float: left;
		width: 43%;
		box-sizing: border-box;
	}
	
	/*右半邊*/	
	.tM_right{
		float: left;
		width: 57%;
		box-sizing: border-box;
		padding-left: 15px;
	}
	
	
}









/*/////////////////////////////////////////////////////////*/
/*------------------- 內頁-大事記模組 --------------------*/
/*/////////////////////////////////////////////////////////*/



.eventsArea{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
}

	/*內頁大事記列表*/
	.eventsArea .indexEVList{
		box-sizing: border-box;
		width: 25%;
		padding: 0 15px 30px;
	}


@media (max-width: 990px){

	/*首頁大事記列表*/
	.eventsArea .indexEVList{
		width: 33.3%;
	}

}

@media (max-width: 640px){

	.eventsArea{
		margin: 0 -7.5px -15px;
	}
		/*首頁大事記列表*/
		.eventsArea .indexEVList{
			width: 50%;
			padding: 0 7.5px 15px;
		}

}








	
	
/*/////////////////////////////////////////////////////////*/
/*------------------- 內頁-相簿模組 --------------------*/
/*/////////////////////////////////////////////////////////*/
	
/*-------相簿列表-------------------------------------------------------*/		
			
	
.gallery_area{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	vertical-align: top;
	margin: 20px -15px -30px;
}
	 
	.gallery_List{
		width:25%;
		box-sizing:border-box;
		padding: 0px 15px 30px;
		overflow:hidden;
	}  
		.gallery_IMG{
			overflow:hidden;
		}  
			.gallery_IMG a {
				position: relative;
				padding-top: 100%;
				display: block;
				background-color: #007440;
			}  
			.gallery_IMG img{
				/* width:100%;
				height:auto;
				transition: all 0.3s ease-out; */
				position: absolute;
				top: 0;
				left: 0;
				bottom: 0;
				right: 0;
				float: none;
				/* border-radius: 50%; */
				width: 100% !important;
				height: 100% !important;
				object-fit: cover;
				transition: 0.3s ease all;
			} 
			.gallery_List:hover .gallery_IMG img{
				opacity:0.5;
				transform: scale(1.2);
    			transition: all 0.3s ease-out;
			} 			           
		.photo_brief{
			/*顯示圖片說明文字 modify by david 20220601 start*/
			/* display:none; */
			/*顯示圖片說明文字 modify by david 20220601 end*/
			padding:15px 0px 0px;
			font-size:15px;
			line-height:20px;
			color:#8b989e;
		}
		




/* @media (max-width:990px){
	
	.photo_ListA{
		width: 33.3%;
	}
	.photo_List{
	}
	
} */

	
		
@media (max-width:990px){
	
	
	/* .photo_ListA{
		width: 50%;
	}	
		.photo_List{
		}
			.photo_title span {
				font-size: 20px;
			}	 */
	
	.gallery_area{
		margin: 20px -10px -20px;
	}
			
		.gallery_List{
			width:33.3%;
			padding: 0px 10px 20px;
		}   
}	
	
@media (max-width:640px){
	
	/* .photo_area{
		display:block;
		flex-wrap: unset;
		flex-direction: unset;
         margin: 0 0px -20px; 
    }	
	.photo_ListA{
		width: 100%;
		padding:0 0 20px;
	}	
		.photo_List{
		}	
	 */
	
/* .gallery_area{
	display: block;
    flex-direction: unset;
	margin: 0px 0px -20px;
}
	 
	.gallery_List{
		width:100%;
		padding: 0px 0px 20px;
	}  */

	.gallery_area{
		margin: 20px -7.5px -15px;
	}
			
		.gallery_List{
			width:50%;
			padding: 0px 7.5px 15px;
		}
}		
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	






/*--------------------------------燈箱效果--------------------------------*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are

    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#000;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc; font-family: 'BenchNine', sans-serif;}  /*頁數樣式*/
        #cboxLoadingGraphic{background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625090318/https://coph.ntu.edu.tw/web/css/images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625090318/https://coph.ntu.edu.tw/web/css/images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625090318/https://coph.ntu.edu.tw/web/css/images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250625090318/https://coph.ntu.edu.tw/web/css/images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}













/*/////////////////////////////////////////////////////////*/
/*------------------- 內頁-○○○○○模組 --------------------*/
/*/////////////////////////////////////////////////////////*/





/*
     FILE ARCHIVED ON 9:03:18 六月 25, 2025 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 15:11:47 五月 25, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
