@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
html, body{
	margin: 0;
	padding: 0;
	font-family: Microsoft JhengHei, 'cwTeXYen', sans-serif;
	background: #E4E6E3;
	height: 100%;
}
a:hover,
a:focus{
	outline: 3px solid rgba(222,54,5,0.8);
	outline-offset: 0px;
}
.menu_bar{
	position: fixed;
	top: 0;
	width: 100%;
	background: #333333;
	z-index: 100;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
}
.menu{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
	margin-right: 1em;
}
.mobile_menu{
	position: relative;
	display: none;
	content: '';
	color: #FFFFFF;
	background: #333333;
	width: 2em;
	height: 1.2em;
	margin: 0.9em;
	border-bottom: 2px solid #FFFFFF;
}
.mobile_menu:before,
.mobile_menu:after
{
	content: '';
	display: block;
	background: #FFFFFF;
	height: 2px;
	margin-bottom: 0.5em;
}
.menu li{
	display: inline-block;
}
.menu a{
	display: inline-block;
	line-height: 2em;
	padding: 0.5em;
	text-decoration:none;
	color: #FFFFFF;
	border-left: 5px solid #333333;
}
/*.menu li:hover > a{*/
.menu li a:hover,
.menu li a:focus{
	border-left: 5px solid #3380F2;
	transition-property: background-color, color;
	transition-duration: 300ms;
	transition-timing-function: ease-out;
	-webkit-transition-property: background-color, color;
	-webkit-transition-duration: 300ms;
	-o-transition-property: background-color, color;
	-o-transition-duration: 300ms;

	background: #FFFFFF; 
	color: #000000;
	outline: none;
}
.menu_highlight{
	display: inline-block;
	padding-left: 5px;
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
	font-size: 0.9em;
}
.margin_menu{
	width: 100%;
	height: 3em;
}
.top_logo{
	position: fixed;
	top:0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	line-height: 3em;
	color: #FFFFFF;
	z-index: 200;
}
.top_logo img{
	height: 2.5em;
	margin-right: 1em;
	margin-left: 0.5em;
	-webkit-filter: drop-shadow(0px 0px 5px #FFFFFF);
	filter: drop-shadow(0px 0px 5px #FFFFFF);
}
.top_logo a{
	text-decoration: none;
	color: #FFFFFF;
}
.welcome_logo{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	background: url(../images/welcome_bg.jpg) center center fixed no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size:cover;
	overflow: hidden;
	z-index: 300;
}
.welcome_logo a{
	text-decoration: none;
}
.welcome_title{
	margin-top: -5em;
	height: 10em; 
	padding: 3em 2em;
	background: rgba(255,255,255,0.8);
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
	-webkit-animation: title_slidein 2s;
	-o-animation: title_slidein 2s;
	animation: title_slidein 2s;
	color: #000000;
}
@keyframes title_slidein {
	0% {
		margin-left: -50%;
	}
	40% {
		margin-left: 10%;
	}
	100% {
		margin-left: 0;
	}
}

.welcome_title div{
	display: inline-block;
	margin-right: 0.5em;
}
.welcome_title > div > h1{
	font-size: 3em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.welcome_title > div > h2{
	font-size: 2em;
	padding: 0;
	margin: 0;
}
.welcome_enter{
	position: absolute;
	top: 80%;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 2em;
}
.welcome_enter a{
	display: inline-block;
	color: rgba(255,255,255,0.5); 
	text-decoration: none;
	-webkit-animation: enter_flash 3s infinite;
	-o-animation: enter_flash 3s infinite;
	animation: enter_flash 3s infinite;
	padding: 0 0.5em;
}
.welcome_enter .welcome_enter_splite{
	display: inline-block;
	color: #DDDDDD;
}
@keyframes enter_flash {
	0% {
		color: rgba(255,255,255,0.3);
	}
	50% {
		color: rgba(255,255,255,1.0);
	}
	100% {
		color: rgba(255,255,255,0.3);
	}
}
.welcome_enter a:hover{
	animation-play-state: paused;
	-webkit-animation-play-state: paused;
	-o-animation-play-state: paused;
	-webkit-animation: enter_focus 400ms;
	-o-animation: enter_focus 400ms;
	animation: enter_focus 400ms;

	color: #FFFFFF;
}
@keyframes enter_focus {
	100% {
		color: #FFFFFF;
	}
}
.email_ico{
    background-image:url("./images/wylin.png");
    background-repeat:no-repeat;
    background-attachment:fixed;


    background-position:100% 100%;
}
.myfooter{
	padding-top: 1em;
	border-top: 1px solid #999999;
	width: 100%;
	margin: 0 auto;
	margin-top: 5em;
	margin-bottom: 2em;
	vertical-align: middle;
}
.myfooter .myfooter_logo{
	display: inline-block;
	max-width: 65px;
}
.myfooter .myfooter_logo img{
	max-width: 90%;
	text-align: center;
	-webkit-filter: drop-shadow(0px 0px 1px #FFFFFF);
	filter: drop-shadow(0px 0px 1px #FFFFFF);
}
.myfooter .myfooter_info{
	display: inline-block;
	max-width: 850px;
	margin-left: 10px;
}
.require_page{
	padding: 1em;
	max-width: 1200px;
	margin: 0 auto;
	line-height: 1.5em;
	text-align: justify;
	background: #1E4B4B;
	box-shadow: 0px 0px 10px #AAAAAA;
	color: #FFFFFF;
}
.require_page h2.page_title{
	text-align: left;
	line-height: 1.2em;
}
.require_page a{
	color: #E9DE34;
}
.page-header{
	padding: 1em 0;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 2em;
	margin-top: 2em;
	text-align: left;
}
.page-header a{
	text-decoration: none;
	/*color: #405BDD;*/
	color: #E9DE34;
}
.page-header a:hover{
	text-decoration: underline;
}
a.download_box{
	margin-top: 1em;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
	display: inline-block;
	padding: 0.5em;
	border: 1px solid #000000;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
}
.download_box:hover{
	transition-property: background-color, color;
	transition-duration: 200ms;
	transition-timing-function: ease-out;
	-webkit-transition-property: background-color, color;
	-webkit-transition-duration: 200ms;
	-o-transition-property: background-color, color;
	-o-transition-duration: 200ms;
	color: #FFFFFF;
	background: #333333;
	border: 1px solid #FFFFFF;
}
.css_table{
	width: 100%;
	display: table;
	margin: 10px 0;
	text-align: left;
	background: #FFFFFF;
	color: #000000;
}
.css_tr{
	display: table-row;
	min-width: 0;
}
.css_th{
	display: table-cell;
	font-weight: bold;
	padding: 6px;
	vertical-align: middle;
}
.css_td{
	display: table-cell;
	padding: 6px;
	vertical-align: middle;
}
.css_tr:nth-child(even) {background: #B8D6FA}
.project_as_hebrew .css_tr:nth-child(even) {background: #FFCC66}
.sub_css_table{
	width: 100%;
	display: table;
	text-align: left;
}
.sub_css_tr{
	display: table-row;
	min-width: 0;
}
.sub_css_th{
	display: table-cell;
	font-weight: bold;
	padding: 6px;
	vertical-align: middle;
}
.sub_css_td{
	display: table-cell;
	padding: 6px;
	vertical-align: middle;
}
.proposal_list .proposal_pi{
	min-width: 9em;
	text-align: center;
	border-right: 1px solid #BBBBBB;
}
.proposal_type{
	min-width: 9em;
	text-align: center;
}
.proposal_list .proposal_pi_en {
	min-width: 9.5em;
	border-right: 1px solid #BBBBBB;	
}
.proposal_list p{
	font-weight: bold;
	margin: 6px 0;
}
.proposal_list .proposal_name{
	border-right: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	color: #000000;
}
.proposal_list span{
	font-size: 0.9em;
	color: #444444;
}
.proposal_list .title{
	text-align: center;
}
.proposal_list .title,
.proposal_list .title .proposal_name{
	background: #333333;
	color: #FFFFFF;
}
.proposal_list a{
	color: #000000;
	text-decoration: none;
}
.project_number{
	min-width: 9em;
}
.home_vision{
	font-size: 1.2em;
	line-height: 1.3em;
}
.home_vision_row{
	display: flex;	
	justify-content: space-around;
	width: 100%;
	margin-top: 1em;
}
.home_vision_row_en{
	width: 100%;
	margin-top: 1em;
	line-height: 2em;
}
.home_vision_row div{
/*	max-width: 45%;*/
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	text-align: left;
	line-height: 2em;
}
.home_vision_row div img{
	max-width: 95%;
	box-shadow: 0 0 13px #111111;
	-webkit-box-shadow: 0 0 13px #111111;
}
.home_vision_row div p,
.home_vision_row_en p{
	font-size: 1.5em;
	font-style: italic;
}
.home_vision_row div p.mark_twain,
.home_vision_row_en p.mark_twain{
	display: block;
	text-align: right;
	font-size: 1.3em;
}
.home_vision_row div p.ylw_info{
	display: block;
	font-size: 1em;
	text-align: right;
}
.color_red{
	color: #FFA2A2;
}
.color_bluelight{
	color: #A6DFFB;
}
.color_yellow_a{
	color: #FFFF00;
}
.color_yellow_b{
	color: #FFC000;
}
.event_title{
	text-align: center;
	font-weight: bold;
}
.event_subtitle{
	margin: 0.5em 0;
	font-weight: bold;
}
.event_subtitle:before{
	content: '';
	display: inline-block;
	margin: 0;
	border: 0.4em solid #FFFFFF;
	border-top: 0.4em solid rgba(0,0,0,0);
	border-right: 0.4em solid rgba(0,0,0,0);
	border-bottom: 0.4em solid rgba(0,0,0,0);
}
div.have_event_QRCode{
	height: 5em;
	position: relative;
}
.event_QRCode{
	position: absolute;
	top:0;
	left: 14em; 
	margin-left: 1em;
	height: 100%;
}
.event_table .event_table_item{
	background: #333333;
	color: #FFFFFF;
}
.event_table .css_td{padding: 0}
.event_table .sub_css_th,
.event_table .sub_css_td{
	padding: 8px;
}
.event_table .sub_css_tr:nth-child(even) {background: #FFCC66}
.event_table_time{
	width: 7em;
	border-right: 1px solid #999999;
}
.event_table_speaker{
	width: 7em;
	font-weight: bold;
	border-left: 1px solid #999999;
}
.event_list_container{
	display: inline-block;
	width: 428px;
	margin: 10px;
	margin-top: 1em;
/*	border-bottom: 1px solid #555555;*/
}
.event_list_date{
	font-weight: bold;
	margin-bottom: 0.6em;
}
.event_list_container .event_link{
	display: inline-block;
	margin-left: 1em;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0em 0.5em;
	background: rgba(255,255,255,0.2);
}
.event_list_container .event_link:hover,
.event_list_container .event_link:focus{
	background: #FFFFFF;
	color: #000000;
}
.event_list_text,
.event_list_photo{
	display: inline-block;
	width: 240px;
	vertical-align: top;
}
.event_list_photo{
	text-align: center;
	width: 150px;
	margin-right: 10px;
}
.event_list_photo img{
	width: 100%;
	outline: solid #FFFFFF 2px;
}
.event_list_info a{
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0.3em 0;
}
.event_list_info a:hover,
.event_list_info a:focus{
	background: rgba(255,255,255,0.8);
	color: #000000;
	transition: background linear 200ms;
}
.event_photos{
	margin: 0 auto;
	text-align: left;
}
.event_photos a{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 260px;
	margin: 10px;
	padding: 5px;
	color: #FFFFFF;
	text-decoration: none;
	/*border: 5px solid #FFFFFF*/
}
.event_photos a img{
	width: 100%;
	display: block;
	margin-bottom: 0.5em;
	outline: solid #FFFFFF 5px;
}
.event-20190223_note{
	width: 100%;
}
.event-20190223_note .event-20190223-table{
	width: 98%;
	margin: 0 auto;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
/*
.event-20190223_note .event-20190223-table tr:nth-child(even){
	background: rgba(255,255,255,0.6);
	color: #000000;
}
*/
.event-20190223_note .event-20190223-table th,
.event-20190223_note .event-20190223-table td{
	padding: 0.5em;
	text-align: left;
	border-bottom: 1px solid #666666;
}
.event-20190223_note .event-20190223-table th{
	min-width: 30em;
}
.event-20190223_note .event-20190223-table .time{
	min-width: 6em;
	background: none;
}
.event-20190223_note .event-20190223-table .speaker{
	min-width: 7em;
}
/* RWD */
@media(max-width:830px){
	html, body{
		background: none;
	}
	.top_logo{
		display: none;
	}
	.welcome_title{
		height: auto;
		padding: 1em;
	}
	.welcome_title > div > img{
		height: 4em;
	}
	.welcome_title > div > h1{
		font-size: 1.5em;
	}
	.welcome_title > div > h2{
		font-size: 1em;
	}
	.welcome_enter a{
		display: block;
		padding: 0.5em 0;
	}
	.welcome_enter .welcome_enter_splite{
		display: none;
	}
	.nav{
		display: none;
	}
	.mobile_menu{
		display: block;
	}
	.menu{
		text-align: left;
		margin: 0 1em;
	}
	.menu li{
		display: block;
		border-left: none;
		border-top: 1px solid #666666;
	}
	.menu a{
		display: block;
		line-height: 2.5em;
		padding: 0;
		padding-left: 1em;
		text-decoration:none;
		color: #FFFFFF;
	}
	.menu li:hover{
		border-left: none;
		background: #FFFFFF;
		color: #000000;
	}
	.require_page{
		box-shadow: none;
	}
	.page-header{
		margin-top: 0;
	}
	.css_th,
	.css_td{
		display: block;
	}
	.proposal_list .title
	.proposal_list .project_number{
		color: #6C0235;
		font-weight: bold;
	}
	.proposal_list .proposal_name{
		border-right: none;
		border-left: none;
	}
	.proposal_list .title,
	.proposal_list .proposal_pi,
	.proposal_list .proposal_pi_en{
		text-align: left;
	}
	.home_vision_row{
		display: flex;	
		flex-direction: column;
	}
	.home_vision_row div img{
		max-width: 100%;
	}
	div.have_event_QRCode{
		position: static;
		height: auto;
	}
	.event_QRCode{
		position: static;
		display: block;
		margin: 0 auto;
		height: 6em;
		padding: 0.5em;
	}
	.event_table_item{
		display: none;
	}
	.event_table_time{
		width: auto;
		font-weight: bold;
		border-top: 1px solid #666666;
		border-right: none;
	}
	.event_table_speaker{
		width: auto;
		border-left: none;
	}
	.event_table .sub_css_td{
		display: block;
	}
	.event_photos a{
		display: block;
		width: 95%;
		margin: 0.5em 0;
	}
	.event-20190223_note{
		overflow-x: scroll;
	}
	.event_list_container{
		display: block;
		width: 100%;
		margin: 0;
		margin-top: 1em;
		border-bottom: 1px solid #999999;
	}
	.event_list_text{
		width: 50%;
		margin: 0;
	}
	.event_list_photo{
		width: 45%;
		margin: 0;
		margin-right: 2%;
	}
}
