body {
/*font-family: Verdana, Helvetica, Arial, sans-serif;*/
  font: 13px/1.231 "Lato", sans-serif;
  color: #000;
  margin: 0px;
  min-width: 1024px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: 'Lato', serif;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 {
  font-size: 32px;
  font-weight: 900;
}
h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 2px;
}
h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 4px;
  margin-top: 2px;
}
h4 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 4px;
}
h5 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
h6 {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
.t2 {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
}
.t4 {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
}
a {
  text-decoration: none;
  color: inherit;
}
.hidden {
  display: none;
}
/* module structures */
div#header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99;
  padding: 30px 0 30px 30px;
  background: -moz-linear-gradient(top, #fff 7%, #fff 93%, rgba(255,255,255,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(7%, #fff), color-stop(93%, #fff), color-stop(100%, rgba(255,255,255,0)));
  background: -webkit-linear-gradient(top, #fff 7%, #fff 93%, rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(top, #fff 7%, #fff 93%, rgba(255,255,255,0) 100%);
  background: -ms-linear-gradient(top, #fff 7%, #fff 93%, rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom, #fff 7%, #fff 93%, rgba(255,255,255,0) 100%);
}
div#header .pageTitle {
  font-size: 15px;
  font-weight: 800;
  margin-right: 25px;
}
div#header a.nav {
  font-size: 14px;
  font-weight: 400;
  margin-left: 5px;
  margin-right: 5px;
}
div#content {
  position: relative;
  padding: 60px 30px 15px 30px;
}
div#footer {
  position: fixed;
  z-index: 100;
  bottom: 0px;
  width: 100%;
  height: 25px;
  box-shadow: inset 0px 5px 3px 0px rgba(0,0,0,0.1);
}
div.corner {
  position: fixed;
  z-index: 101;
  top: 0px;
  left: 0px;
  background: #fff;
  padding: 5px;
}
a:hover {
  text-decoration: underline;
}
a.btn:hover {
  color: #cbf5ff;
  cursor: pointer;
}
p {
  font-size: 13px;
  line-height: 25px;
}
/*#main {
	position:absolute;
	margin-left:240px;
	padding:10px;
	top:0px;  left:0px; right:0px; bottom:0px;
}
*/
/* project detail */
#project_detail {
  position: relative;
  margin: 0px 60px 60px 100px;
  max-width: 1024px;
}
#project_detail .side_panel {
  position: absolute;
  top: 0px;
  left: -60px;
  width: 50px;
  text-align: right;
}
#project_detail .date {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 300;
  font-style: italic;
}
#project_detail .title {
  margin-top: 30px;
  font-size: 45px;
  font-weight: 300;
}
#project_detail .tags {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
}
#project_detail .tags span {
  margin-right: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  padding: 2px 5px 2px 5px;
}
#project_detail .abstract {
  margin-top: 9px;
jung
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6;
  text-align: justify;
}
#project_detail .abstract p {
  font-size: 17px;
}
#project_detail .abstract a {
  font-size: 13px;
  font-weight: 600;
}
#project_detail .abstract .hidden {
  display: none;
}
#project_detail .abstract ul {
  margin-left: 40px;
  list-style-type: circle;
}
#project_detail .attachments {
  margin-top: 10px;
  padding-left: 20px;
}
#project_detail .attachments li {
  margin-top: 10px;
}
#project_detail .attachments a {
  margin-right: 5px;
  font-size: 15px;
  font-weight: 300;
  color: #555;
  text-transform: uppercase;
  text-style: underline;
}
#project_detail .embeded {
  max-width: 100%;
  text-align: left;
}
#project_detail .embeded iframe {
  margin: auto;
  align: left;
}
#project_detail .images {
  margin-top: 10px;
  text-align: center;
}
#project_detail .images img {
  margin-bottom: 20px;
  max-width: 1024px;
}
/* publication */
li.pub {
  margin-top: 40px;
  max-width: 700px;
}
li.pub .title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
li.pub .venue {
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
}
li.pub .authors {
  font-size: 14px;
  font-weight: 500;
  color: #888;
}
li.pub .abstract {
  font-size: 12px;
  font-weight: 400;
  text-align: justify;
}
/*  project template */
#project_container {
  margin-top: 20px;
  margin-bottom: 100px;
}
.project {
  position: relative;
  float: left;
  width: 550px;
  height: 130px;
  padding: 5px;
  margin: 0px 35px 20px 0px;
  background-color: #fff;
}
.pr_image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 200px;
  height: 130px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.pr_desc {
  position: absolute;
  top: -3px;
  left: 212px;
  right: 0px;
  padding: 0px;
  background-color: #fff;
  color: #000;
  z-index: 5;
}
.pr_title {
  margin: 0px;
  font-size: 17px;
  font-weight: 450;
  cursor: pointer;
}
.pr_date {
  margin-left: 8px;
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
}
.pr_subtitle {
  margin-top: 2px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6em;
}
.pr_keywords {
  margin: 8px;
  font-size: 14px;
  font-weight: 400;
}
.pr_attachments {
  margin-top: 6px;
}
.pr_attachments > a {
  margin-right: 5px;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  padding: 2px 5px 2px 5px;
  background-color: #bbb;
  border-radius: 2px;
}
.pr_attachments > a:hover {
  background-color: #666;
  text-decoration: none;
}
