.site-root {
  width: 1020px;
  margin: 0 auto;
  background: #FFFFFF;
}
.structure {
  position: static;
  width: 980px;
  background: #FFFFFF;
  margin: 0 20px;
}
.site-header {
  width: 980px;
  height: 145px;
}
.header-nav-bar {
  height:28px;
  margin-top:80px;
  width:980px;
  background:#FFFFFF;
  display:inline-block;
}
.header-nav-bar-item {
  height:28px;
  width:70px;
  display:inline-block;
  line-height: 28px;
  padding:0 15px;
  text-align:center;
  box-sizing:border-box;
  font-size: 16px;
  font-family: 'DIN Next W01 Light','Ropa Sans', 'Microsoft JhengHei', '微軟正黑體', sans-serif;
  color: #AAA8A8;
  transition: color 0.4s ease 0s;
}
.header-nav-bar-item.selected, .header-nav-bar-item:hover {
  color: #000000;
  transition: color 0.4s ease 0s;
}
.s-line {
  position: relative;
  width: 980px;
  border-bottom: 1px solid rgba(0, 0, 0, 1);
  height: 0 !important;
  min-height: 0 !important;
}
.s1 {
  margin-top: 6px;
}
.s2 {
  margin-top: 26px;
}
.page-container {
  width: 980px;
  position: relative;
  background: rgba(255,255,255,1);
}
.page-container {
  position:absolute;
  top: 145px;
  opacity: 0;
  transition: opacity 1s ease 0s;
}
.page-container.selected {
  position: relative;
  top: 0;
  opacity: 1;
}
.page-container.in {
  opacity: 1;
}
.page-head-block {
  position:relative
}
.page-head-visual {
  width: 980px;
  height: 536px;
  display: block;
  border-radius: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  background-color: rgba(170, 168, 168, 1);
  border: 0px solid rgba(170, 168, 168, 1);
  overflow: hidden;
}

.page-head-visual-img {
  width: 980px;
  height: 536px;
  object-fit: cover;
}
.page-head-visual-img-shadow {
  position: absolute;
  bottom: -26px;
  width: 165px;
  height: 26px;
  background-image: url(../images/liftedshadow_medium.png);
  background-repeat: no-repeat;
}
.shadow-left {
  left: -20px;
  background-position: 0 0;
}
.shadow-right {
  right: -20px;
  background-position: 100% 0;
}

.page-head-visual-txt {
  top: 432px;
  left: 368px;
  width: 580px;
  position: absolute;
}
.font-0 {
  font: normal normal normal 50px/1.4em 'DIN Next W01 Light','Ropa Sans','Microsoft JhengHei', '微軟正黑體', sans-serif;
  color: #000000;
}
.font-1 {
  font: normal normal normal 16px/1.4em 'DIN Next W01 Light','Ropa Sans','Microsoft JhengHei', '微軟正黑體', sans-serif;
  font-weight: bold;
  color: #000000;
}
.font-2 {
  font: normal normal normal 18px/1.4em 'DIN Next W01 Light','Ropa Sans','Microsoft JhengHei', '微軟正黑體', sans-serif;
  color: #000000;
}
.font-3 {
  font: normal normal normal 15px/1.4em 'DIN Next W01 Light','Ropa Sans','Microsoft JhengHei', '微軟正黑體', sans-serif;
  color: #000000;
}
.font-4 {
  font: normal normal normal 30px/1.4em 'DIN Next W01 Light','Ropa Sans','Microsoft JhengHei', '微軟正黑體', sans-serif;
  color: #000000;
}
.txt-right {
  text-align: right;
}
.txt-center {
  text-align: center;
}
.txt-justify {
  text-align: justify;
}
.color-1 {
  color: rgba(170,168,168,1);
}
.leading-para {
  width: 408px;
  position: relative;
  margin: 26px auto;
}
.body-para {
  width: 408px;
  margin: 60px auto;
}

.works-grid {
  position: relative;
  margin-top: 46px;
  width: 980px;
  opacity: 1;
  transition: opacity 0.4s ease 0s;
  margin-bottom: 100px;
}
.works-grid.hide {
  opacity: 0;
  transition: opacity 0s ease 0s;
}
.works-grid-item {
  overflow: hidden;
  display: inline-block;
  position: relative;
  width: 323px;
  height: 273px;
  float: left;
}
.works-grid-item:nth-of-type(3n+1), .works-grid-item:nth-of-type(3n+2) {
  margin-right: 5px;
}
.works-grid-item:nth-of-type(n+4) {
  margin-top: 5px;
}
.works-grid-item-image-wrapper {

}
.works-grid-image-item img{
  transition: 2s ease-in-out;
}
.works-grid-item:hover .works-grid-image-item img{
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.works-grid-image-item-zoom {
  display: none;
  cursor: default;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: opacity 0.4s ease 0s;
  overflow: hidden;
}
.works-grid-item:hover .works-grid-image-item-zoom {
  display: block;
  opacity: 1;
  transition: opacity 0.4s ease 0s;
}
.works-grid-image-item-zoom-padding {
  overflow: hidden;
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
}
.works-grid-image-item-zoom-a {
  cursor: default;
  height: 100%;
  display: block;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #ffffff;
  filter: alpha(opacity=0);
  opacity: 0;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  user-modify: read-only;
  -webkit-user-modify: read-only;
  -moz-user-modify: read-only;
  -ms-user-modify: read-only;
}
.works-grid-image-item-zoom-table {
  display: table;
  height: 100%;
  table-layout: fixed;
  width: 100%;
}
.works-grid-image-item-zoom-inner {
  display: table-cell;
  vertical-align: middle;
}
.item-title {
  font: normal normal normal 16px/1.4em raleway,'Microsoft JhengHei', '微軟正黑體', sans-serif;
  color: #2F2E2E;
  line-height: 1.3em;
  max-height: 3.9em;
}
.item-description {
  color: #2F2E2E;
  font: normal normal normal 12px/1.4em raleway,'Microsoft JhengHei', '微軟正黑體', sans-serif;
  line-height: 1.3em;
  max-height: 3.9em;
}
.item-title, .item-description {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-line;
}
.item-title:not(:empty) + .item-description:not(:empty) {
    margin-top: 5px;
}
.works-grid-img {
  width: 323px;
  height: 273px;
  object-fit: cover;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.col-left, .col-right {
  float: left;
  margin-left: 120px;
  margin-top: 10px;
  margin-bottom: 100px;
  width: 300px;
  display: inline-block;
}
.col-body {
  margin-top: 75px;
}
.col-body a {
  color: inherit;
}
.linked-in-icon {
  width: 17px;
  height: 17px;
  margin-top: 10px;
}
.icon-img {
  width: 17px;
  height: 17px;
  object-fit: cover;
}
