.cke_notifications_area
{
	display:none !important;
}
body, input, select, textarea {
	/*font-family: "Noto Sans TC", Helvetica, sans-serif;*/
	font-family: Arial, "微軟正黑體", "Helvetica Neue", Helvetica, sans-serif, "新細明體";
	font-size: 18px;;
	font-size: 18pt;
	/*font-weight:bold;*/

	line-height: 1.9em;
}
.inner img
{
	/* max-width:100%; */
	max-width:50%;
	/*height:auto !important;*/
	height:auto !important;
}
.inner .flex-item-25 img
{
	max-width:100%;
	width:100% !important;
	height: auto !important;
}
.inner .post img
{
	max-width:100%;
	width:100% !important;
	height: auto !important;
}
.logo
{
	max-height:3.3em;
}
a
{
	color:#6B9CAE;
}
#fireballDiv {
	position: fixed;
	width: 250px;
	height: auto;
	max-width: 500px;
	top: -100px;
	right: 250px;
	z-index: 1001;
}
strong, b {
	font-weight: bold;
}
.wrapper > .inner {
	width:100%;   
	padding-left:10%;
	padding-right:10%;
}

body{
	background-color:#fff;
}

#nav > ul.links > li > a:not(.button) {
	line-height: 2.5em;
}

#page-wrapper{
	background-color:transparent;
}
.btn-danger{
	color:#fff !important;
}

.tooltipN {
	position: relative;
	display: inline-block;
}

.tooltipN .tooltiptext {
	visibility: hidden;
	width: 250px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	/*padding: 5px 0;*/
	padding: 10px;
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	font-size: 14px;
}

.tooltipN:hover .tooltiptext {
	visibility: visible;
}

.tooltip-top {
	bottom: 125%;
	left: 50%;
	/* margin-left: -125px; */
	margin-left: -125px;
}

.tooltip-top::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.tooltip-right {
	bottom: -20%;
	left: 150%;
	/* margin-left: -60px; */
	margin-left: 0px;
}

.tooltip-right::after {
	content: "";
	position: absolute;
	top: 50%;
	left: -2%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent #555 transparent transparent;
}

.tooltip-right2 {
	bottom: -20%;
	left: 150%;
	/* margin-left: -60px; */
	margin-left: 0px;
}

.tooltip-right2::after {
	content: "";
	position: absolute;
	top: 50%;
	left: -2%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent #555 transparent transparent;
}

.headText {
	vertical-align: top;
	font-size: 1.8rem;
	/* font-family: "Noto Serif TC", Helvetica, sans-serif; */
	font-family: Arial, "微軟正黑體", "Helvetica Neue", Helvetica, sans-serif, "新細明體";
	color:#484F55;
}
#headText2{
	/* font-family: "Noto Sans TC", Helvetica, sans-serif; */
	font-family: Arial, "微軟正黑體", "Helvetica Neue", Helvetica, sans-serif, "新細明體";
	font-size:2.2rem;
}
#header.alt {
	color: #484F55;
	display: none;
}
#header{
	height:auto;
	padding-top:1em;
	background-color:#fff;
	border-bottom: 4px solid #6B9CAE;
	color: #484F55; 
}
#header > h1 {
	top:auto;  
	color: #484F55; 
}
#header a:hover {
	color: #6B9CAE;
}

#nav{
	background-color:#6B9CAE;
}
.inner h2{
	/* font-family: "Noto Serif TC", Helvetica, sans-serif; */
	font-family: Arial, "微軟正黑體", "Helvetica Neue", Helvetica, sans-serif, "新細明體";
	font-size:2.5rem;
	font-weight:bold;
	margin-bottom:0.5em;
}
.inner h3{
	font-size:2rem;
	font-weight:bold;
	margin-bottom:0.3em;
}
p{
	margin-bottom:1em;
}

.headerA
{
	margin-right:1.5em;
}
#header #headerNav{
	/* display:none; */
}
.searchBar {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
}

#searchQueryInput {
	width: 100%;
	height: 2.8rem;
	background: #f5f5f5;
	outline: none;
	border: none;
	border-radius: 1.625rem;
	padding: 0 3.5rem 0 1.5rem;
	font-size: 1rem;
	border:2px solid #A3DDE6;
}

#searchQuerySubmit {
	width: 3.5rem;
	height: 2.8rem;
	margin-left: -3.5rem;
	background: none;
	border: none;
	outline: none;
	box-shadow:none !important;
	padding:0;
}

#searchQuerySubmit:hover {
	cursor: pointer;
}
#head_cover_area{
	height:107px;
}
#head_cover{
	z-index:100;
	position:absolute;
	/*top:159px;*/
	top: 203px;
	left:50%;
	transform: translate(-50%, -50%);
	/* display:none; */
}
#earth{
	padding-bottom:150px;
}
.frontMenu{
	z-index: 100;
	position: absolute;                
	font-size:1.5em;
	font-weight:400;
	padding: 10px;
	border-bottom: 2px solid #A3DDE6;
	width:250px;
}
.frontMenu a{
	color: #484F55 !important;
	text-decoration: none;
}   
.lmenu{
	text-align:right;
} 
.rmenu{
	text-align:left;
}
.lmenu:after {
	content: '';
	position: absolute;
	bottom: 0px;
	right: 0;
	height: 30px;
	border-right: 2px solid #A3DDE6;
}
.rmenu:after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 30px;
	border-left: 2px solid #A3DDE6;
}
/*
#menu1 {
top: 280px;
left: 12%;
}
#menu2 {
top: 480px;
left: 11%;
}
#menu3 {
top: 680px;
left: 12%;
}
#menu4 {
top: 280px;
right: 12%;
}
#menu5 {
top: 480px;
right: 11%;
}
#menu6 {
top: 680px;
right: 12%;
}
*/
#menu1 {
	top: 180px;
	left: 12%;
}
#menu2 {
	top: 330px;
	left: 11%;
}
#menu3 {
	top: 480px;
	left: 12%;
}
#menu4 {
	top: 180px;
	right: 12%;
}
#menu5 {
	top: 330px;
	right: 11%;
}
#menu6 {
	top: 480px;
	right: 12%;
}
.introSec{
	background-image: url(../../images/introSec3.png);
	background-size: 100% 100%;
	border-radius: 80px;
	z-index:2;
}
#sinica{
	z-index:100;
	text-align:center;
	margin-top: -240px;
}
.sectionTitle
{
	text-align:center;
	/* font-family: "Noto Serif TC", Helvetica, sans-serif; */
	font-family: Arial, "微軟正黑體", "Helvetica Neue", Helvetica, sans-serif, "新細明體";
	font-weight:bold;
	/*
	font-size:72px;
	line-height:72px;
	*/
	font-size:56px;
	line-height:56px;
	margin-bottom:20px;
}
.sectionInner
{
	text-align:left; 
	/*
	font-size: 36px; 
	*/
	font-size: 24px; 
	font-weight:400; 
	line-height:2em;
}
.sectionDark
{
	color:#fff; 
	text-shadow: -1px 0 #333, 0 1px black,1px 0 #333, 0 -1px #333; 
}
.sectionLight
{
	color:#484F55; 
}
.toDetail
{
	text-align:right;
	color:#fff; 
	/* margin-top:2em;
	margin-top: 50px; */
}
.toDetail a
{
	text-decoration:none;
	color:#fff; 
}
.toDetail img{
	height: 1.5em !important;
}
.flex-container {
	display: flex;
	/* align-items:center; */
	align-items:flex-start;
	flex-wrap: wrap;
}
.flex-item{
	flex:1;
	flex-basis:33.3333%;
	flex-grow:0;
	text-align:center;
}
.flex-item50{
	flex:1;
	flex-basis:50%;
	flex-grow:0;
	text-align:center;
}
.roundImg
{
	width:240px;
	height:240px;
	border-radius:120px;
	box-shadow: 5px 5px 5px #484F55;
	background-color:#fff;
}
.thematicSec{
	background-image: url(../../images/thematicSec.jpg);
	background-size:cover;
}
.mySwiper {
	padding-left: 50px;
	padding-right: 50px;
}
.mySwiper2 {
	padding-left: 50px;
	padding-right: 50px;
}

.parallelogram
{
	z-index: 1;
	transform: skew(0,5deg);
	margin-top: -200px;
	/* padding-top: 300px; */
	padding-bottom: 300px;
}
.pFL
{
	padding-top: 300px;
}
.parallelogram .inner
{
	transform: skew(0,-5deg);
}
.b100{
	padding-bottom: 100px;
}
.roundCImg
{
	width:240px;
	height:240px;
	border-radius:20px;
	box-shadow: 5px 5px 5px #484F55;
	background-color:#fff;
}
#background-video {
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	/* object-fit: fill; */
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
}
#footer{

	/* margin-top: -100px; */
	/* padding-top: 300px; */
	margin-top:0;
	/*background-color:transparent;*/
	z-index: 1;
	min-height: 240px;
	padding-bottom: 100px;
	padding: 6em 0 4em 0;
	position: relative;
	padding-bottom: 1px;

}
#five{
	margin-top: 0px;
}

#main{
	min-height:100vh;
}
#frontRcci{
	/*font-family: 'Noto Sans CJK TC', Helvetica, sans-serif;font-size:4em; line-height:1em; color:#484F55;text-shadow: 0px 0px 10px #FFFFFF;opacity: 1; font-weight:bold;*/
	font-family: Arial, "微軟正黑體", "Helvetica Neue", Helvetica, sans-serif, "新細明體";font-size:4em; line-height:1em; color:#484F55;text-shadow: 0px 0px 10px #FFFFFF;opacity: 1; font-weight:bold;
}
.memberTxt{
	vertical-align:top; font-size:20px; line-height:36px;
}
.sm100{
	display: table-cell;
	padding: 1em;
}

input[type="submit"].warning, input[type="reset"].warning, input[type="button"].warning, button.warning, .button.warning {
	background-color: #ffc107;
	box-shadow: none;
	color: #fff !important;
}

#gmapDiv{
	z-index: 1;
	background-color: #eeefef;
	position: relative;
}

#logo_rcci_cht{
	max-height:3.3em; 
}
#logo_sinica_cht{
	max-height:3.3em; margin-right:1em;
}
#logo_rcci_eng{
	max-height:3.3em; margin-right:1em;
}
#logo_sinica_eng{
	max-height:3.3em;
}

@media screen and (max-width: 1680px) {

	body, input, select, textarea {
		font-size: 14pt;
	}

}

@media screen and (max-width: 1300px) {    
	#menu1 {
		left: 12% !important; 
	}
	#menu2 {
		left: 11% !important;    
	}
	#menu3 {
		left: 12% !important;    
	}
	#menu4 {
		right: 12% !important;   
	}
	#menu5 {
		right: 11% !important;  
	}
	#menu6 {
		right: 12% !important;   
	}
	.frontMenu {
		width:250px !important; 	
	}

}

@media screen and (max-width: 1280px) {

	body, input, select, textarea {
		font-size: 13pt;
	}

}

@media screen and (max-width: 980px) {

	body, input, select, textarea {
		font-size: 12pt;
	}

}

@media screen and (max-width: 980px) {

	body, input, select, textarea {
		font-size: 12pt;
	}

	.headText{
		font-size:1em;
	}
	#headText2{
		font-size:1.3em;
	}
	/*
	#menu1 {
	display:none;   
}
	#menu2 {
	display:none;   
}
	#menu3 {
	display:none;   
}
	#menu4 {
	display:none;   
}
	#menu5 {
	display:none;   
}
	#menu6 {
	display:none;   
}
	*/

	#menu1 {
		left: 8% !important; 
		top: 200px  !important; 
	}
	#menu2 {
		left: 8% !important;    
		top: 380px  !important;   
	}
	#menu3 {
		left: 8% !important;    
		top: 560px  !important; 
	}
	#menu4 {
		right: 8% !important;   
		top: 200px  !important;  
	}
	#menu5 {
		right: 8% !important;    
		top: 380px  !important; 
	}
	#menu6 {
		right: 8% !important;     
		top: 560px  !important; 
	}
	#frontRcci{
		font-size:2.5em;   
	}
	#earth{
		display:none;
	}
	#sinica{
		display:none;
	}
	.introSec{
		margin-top:3em;
	}
	#scrollF1m{
		display:none !important;
	}
	#scrollF3m{
		display:none !important;
	}
	#scrollF4m{
		display:none !important;
	}
	#scrollF5m{
		display:none !important;
	}
	#head_cover_area{
		display:none;
	}
	#head_cover{
		display:none;
	}
	#headImg{
		/*
		height:80vh;
		*/
		height:auto;
	}
	.introSec{
		border-radius: 30px;
	}
	.sectionTitle{
		font-size:32px;
		line-height:32px;
		margin-bottom:0;
	}
	.sectionInner{
		font-size:22px;
	}
	#header #headerNav {
		display:block;  
	}
	.flex-container{
		margin-top:2em;
	}
	.flex-item {
		flex-grow: 1;
	}
	.parallelogram {
		padding-bottom: 100px;
	}
	#footer{
		/* margin-top: -60px; */
		height: 60px;
		padding:4em;

		padding-bottom: 1px;
	}
	#main {
		min-height: 85vh;
		margin-top: 80px;
	}
	.sm100{
		width:100%;
		display:block;
		text-align:center;
	}
	.managerDiv{
		width:100%;
	}
	.tooltip-right {
		bottom: 125%;
		left: 50%;
		/* margin-left: -125px; */
		margin-left: -125px;
	}
	.tooltip-right::after {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -5px;
		border-width: 5px;
		border-style: solid;
		border-color: #555 transparent transparent transparent;
	}
	.tooltip-right2 {
		bottom: 125%;
		left: 50%;
		/* margin-left: -125px; */
		margin-left: -225px;
	}
	.tooltip-right2::after {
		content: "";
		position: absolute;
		top: 100%;
		left: 90%;
		margin-left: -5px;
		border-width: 5px;
		border-style: solid;
		border-color: #555 transparent transparent transparent;
	}
	.flex-item50 {
		flex-basis:100%;   
	}

	#logo_rcci_cht{
		max-height:2.5em; 
	}
	#logo_sinica_cht{
		max-height:2.5em; margin-right:0em;
	}
	#logo_sinica_cht_span{
		text-align:left;
		display:block !important;
	}

	#logo_rcci_eng{
		max-height:2.5em; 
	}
	#logo_sinica_eng{
		max-height:2.5em; margin-right:0em;
	}
	#logo_rcci_eng_span{
		text-align:left;
		display:block !important;
	}
	#logo_sinica_eng_span{
		/*
		text-align:left;
		display:block !important;
		*/
		display:none;
	}
	#header > h1 {
		line-height:initial;   
		text-align:left;
	}
	#header h1 {
		position:relative;
	}
	.headerA{
		position: absolute;
		right: 6em;
	}
	#gotop{
		display:none;
	}
	#head{
		margin-top:150px;
	}
	.mySwiper2 .swiper-slide >div{
		margin-left:15px;
		margin-right:15px;
	}

	.wrapper > .inner {
		padding-left:0;
		padding-right:0;
	}
	video{
		max-width:100%;
	}
}

@media screen and (max-width: 736px) {

	body, input, select, textarea {
		font-size: 12pt;
	}

	.headText{
		font-size:1em;
	}
	#headText2{
		font-size:1.3em;
	}
	/*
	#menu1 {
		display:none;   
	}
	#menu2 {
		display:none;   
	}
	#menu3 {
		display:none;   
	}
	#menu4 {
		display:none;   
	}
	#menu5 {
		display:none;   
	}
	#menu6 {
		display:none;   
	}
	*/
	#menu1 {
		left: 4% !important; 
		top: 200px  !important; 
	}
	#menu2 {
		left: 4% !important;    
		top: 300px  !important;   
	}
	#menu3 {
		left: 4% !important;    
		top: 400px  !important; 
	}
	#menu4 {
		right: 4% !important;   
		top: 200px  !important;  
	}
	#menu5 {
		right: 4% !important;   
		top: 300px  !important;  
	}
	#menu6 {
		right: 4% !important;  
		top: 400px  !important; 
	}
	.frontMenu {
		width:160px !important;	
		font-size: 1.6em !important;	
	}
	
	
	
	#frontRcci{
		font-size:2.5em;   
	}
	#earth{
		display:none;
	}
	#sinica{
		display:none;
	}
	.introSec{
		margin-top:3em;
	}
	#scrollF1m{
		display:none !important;
	}
	#scrollF3m{
		display:none !important;
	}
	#scrollF4m{
		display:none !important;
	}
	#scrollF5m{
		display:none !important;
	}
	#head_cover_area{
		display:none;
	}
	#head_cover{
		display:none;
	}
	#headImg{
		/*
		height:80vh;
		*/
		height:auto;
	}
	.introSec{
		border-radius: 30px;
	}
	.sectionTitle{
		font-size:32px;
		line-height:32px;
		margin-bottom:0;
	}
	.sectionInner{
		font-size:22px;
	}
	#header #headerNav {
		display:block;   
	}
	.flex-container{
		margin-top:2em;
	}
	.flex-item {
		flex-grow: 1;
	}
	.parallelogram {
		padding-bottom: 100px;
	}
	#footer{
		/* margin-top: -60px; */
		height: 60px;
		padding:4em;

		padding-bottom: 1px;
	}
	#main {
		min-height: 85vh;
		margin-top: 80px;
	}
	.sm100{
		width:100%;
		display:block;
		text-align:center;
	}
	.managerDiv{
		width:100%;
	}
	.tooltip-right {
		bottom: 125%;
		left: 50%;
		/* margin-left: -125px; */
		margin-left: -125px;
	}
	.tooltip-right::after {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -5px;
		border-width: 5px;
		border-style: solid;
		border-color: #555 transparent transparent transparent;
	}
	.tooltip-right2 {
		bottom: 125%;
		left: 50%;
		/* margin-left: -125px; */
		margin-left: -225px;
	}
	.tooltip-right2::after {
		content: "";
		position: absolute;
		top: 100%;
		left: 90%;
		margin-left: -5px;
		border-width: 5px;
		border-style: solid;
		border-color: #555 transparent transparent transparent;
	}
	.flex-item50 {
		flex-basis:100%;   
	}

	#logo_rcci_cht{
		max-height:2.5em; 
	}
	#logo_sinica_cht{
		max-height:2.5em; margin-right:0em;
	}
	#logo_sinica_cht_span{
		text-align:left;
		display:block !important;
	}

	#logo_rcci_eng{
		max-height:2.5em; 
	}
	#logo_sinica_eng{
		max-height:2.5em; margin-right:0em;
	}
	#logo_rcci_eng_span{
		text-align:left;
		display:block !important;
	}
	#logo_sinica_eng_span{
		/*
		text-align:left;
		display:block !important;
		*/
		display:none;
	}
	#header > h1 {
		line-height:initial;   
	}
	#gotop{
		display:none;
	}
	#head{
		margin-top:150px;
	}
	.mySwiper2 .swiper-slide >div{
		margin-left:15px;
		margin-right:15px;
	}

	.wrapper > .inner {
		padding-left:0;
		padding-right:0;
	}
	video{
		max-width:100%;
	}
	#fireballDiv{
		display:none;
	}
	#aboutUL > li >a{
		font-size:0.8em;
	}
	#eventsUL >li >a{
		font-size:0.8em;
	}
	#linksUL > li >a{
		font-size:0.8em;
	}
	#thematicsUL >li >a{
		font-size:0.8em;
	}
	#projectsUL > li >a{
		font-size:0.8em;
	}
	#facilitiesUL > li >a{
		font-size:0.8em;
	}

	.logo
	{
		width:85%; height:auto;
		max-height:fit-content;
	}
}

@media screen and (max-width: 480px) {

	body, input, select, textarea {
		font-size: 12pt;
	}

}

@media screen and (max-width: 360px) {

	body, input, select, textarea {
		font-size: 11pt;
	}

}

/* Post */

.post {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-align-items: -moz-stretch;
	-webkit-align-items: -webkit-stretch;
	-ms-align-items: -ms-stretch;
	align-items: stretch;
	margin-bottom: 2em;
}

.post .image {
	display: block;
	margin-bottom: 1em;
	width: 100%;
	-ms-flex: 0 0 auto;
}

.post .image img {
	width: 100%;
}

.post .content {
	padding: 2.5em 2.5em 0.5em 2.5em ;
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
}

@media screen and (max-width: 1280px) {

	.post .content {
		padding: 2em 2em 0.1em 2em ;
	}

}

@media screen and (max-width: 736px) {

	.post {
		display: block;
	}

	.post .content {
		padding: 2em 1.5em 0.1em 1.5em ;
	}

}

.post .content {
	background-color: transparent;
	border: solid 1px #e6e6e6;
}

/* Posts */

.posts {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/*
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	*/
	-moz-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;

	-moz-align-items: -moz-stretch;
	-webkit-align-items: -webkit-stretch;
	-ms-align-items: -ms-stretch;
	align-items: stretch;
}

.posts .post {
	/*width: calc(33.33333333% - 1.25em);*/
	/*width: calc(25% - 1.25em);*/
	width: 25%;
	padding-right: 0.625em;
	padding-left: 0.625em;
}

@media screen and (max-width: 1280px) {

	.posts .post {
		width: calc(50% - 1em);
	}

}

@media screen and (max-width: 736px) {

	.posts {
		display: block;
	}

	.posts .post {
		width: 100%;
	}

}
