section,
section * {
  position: relative;
}
body {
  margin: 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
  letter-spacing: 1px;
  background-color: #FFF;
  letter-spacing: 2px;
}
body[page="home"] nav .wrap {
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #32879c 100%);
}
body[page="home"] nav .btnsWrap li {
  color: #FFF;
  text-shadow: #00000069 0px 0 6px;
}
body[page="home"] nav .wrap .logo {
  background-image: url(/images/logo-white.svg);
}
li {
  list-style: none;
}
a {
  display: contents;
  color: inherit;
  text-decoration: none;
}
h1,
h2,
h3 {
  margin-block-start: 0;
  margin-block-end: 0;
  font-weight: normal;
}
ul {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}
/* placeholder */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: 300;
  color: #d9d9d9;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 300;
  color: #d9d9d9;
}
:-ms-input-placeholder {
  /* IE 10+ */
  font-weight: 300;
  color: #d9d9d9;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 300;
  color: #d9d9d9;
}
.fancybox-infobar {
  display: none;
}
/* 開發測試 */
.dev {
  display: none;
}
dev {
  display: none;
}
input,
textarea,
select {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -moz-outline: none !important;
  -webkit-outline: none !important;
  outline: none !important;
}
select {
  height: 50px;
  width: 220px;
  font-size: 20px;
  text-align-last: center;
  border: none;
  border-right: 10px solid #FFF;
  border-left: 10px solid #FFF;
}
.pc {
  display: block;
}
.m {
  display: none;
}
pc {
  display: block;
}
m {
  display: none;
}
.animateScroll {
  opacity: 0;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.animateScroll[aniName="fadein"] {
  opacity: 0;
}
.animateScroll[aniName="fadein"].active {
  opacity: 1;
}
.animateScroll[aniName="fadeindown"] {
  opacity: 0;
  transform: translate(0px, -100px);
}
.animateScroll[aniName="fadeindown"].active {
  opacity: 1;
  transform: translate(0px, 0px);
}
.animateScroll[aniName="fadeinup"] {
  opacity: 0;
  transform: translate(0px, 100px);
}
.animateScroll[aniName="fadeinup"].active {
  opacity: 1;
  transform: translate(0px, 0px);
}
.btn {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  color: #FFF;
  width: 300px;
  margin: auto;
  border-radius: 34px;
  padding: 10px;
  cursor: pointer;
  background-color: #649EB6;
  border: 2px solid #FFF;
  margin-top: 20px;
  font-size: 17px;
}
.btn:hover {
  background-color: #37738b;
}
.comingsoon {
  font-size: 30px;
  color: #e9e9e9;
  line-height: 1.4;
  margin-top: 100px;
  text-align: center;
}
.floating {
  animation: floating 2s infinite;
  -webkit-animation: floating 2s infinite;
}
@keyframes floating {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}
centerwrap {
  position: relative;
  display: block;
  max-width: 1290px;
  margin: auto;
  z-index: 2;
}
.blackcover {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #00000085;
  top: 0;
  left: 0;
}
.animates {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.animates01 {
  transform: translateY(500px);
}
.animates01.active {
  transform: translateY(0px);
}
.animates02 {
  transform: translateY(500px);
}
.animates02.active {
  transform: translateY(0px);
}
.animates03 {
  opacity: 0;
  transform: translateY(30px);
}
.animates03.active {
  opacity: 1;
  transform: translateY(0px);
}
.animates04 {
  opacity: 0;
  transform: translateY(30px);
}
.animates04.active {
  opacity: 1;
  transform: translateY(0px);
}
.animates05 {
  opacity: 0;
}
.animates05.active {
  opacity: 1;
}
article {
  max-width: 820px;
  margin: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 50px;
  color: #333;
}
article img {
  max-width: 100%;
  height: auto !important;
}
article .photos {
  width: 47%;
  margin: 1%;
  padding-bottom: 33%;
  display: inline-block;
  overflow: hidden;
  position: relative;
  background-size: contain;
  background-position: center;
  background-color: #FFF;
  background-repeat: no-repeat;
  border: 1px solid #E9E9E9;
}
article a[data-fancybox="photos"] {
  border: none;
}
article:after {
  content: '';
  display: block;
  clear: both;
}
article p {
  position: unset;
}
article li {
  list-style: inherit;
}
article tbody {
  vertical-align: top;
}
article td {
  padding: 10px;
  text-align: left;
}
article h2 {
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
  letter-spacing: 0em;
  line-height: 1.2em;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
}
article h3 {
  margin-block-start: inherit;
  margin-block-end: inherit;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0px;
  font-size: 22px;
  text-transform: none;
  font-weight: 400;
}
article a {
  padding-bottom: 0.05em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(17, 17, 17, 0.3);
  display: inline;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
article a:hover {
  opacity: 0.7;
}
article strong {
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
}
nav.scrolled .wrap {
  background-color: #ffffff;
  box-shadow: 0px 0px 25px #e9e9e9;
}
nav .wrap {
  position: fixed;
  background-color: #ffffff00;
  width: 100%;
  height: 100px;
  z-index: 10;
  top: 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
nav .wrap .logo {
  height: 60px;
  width: 215px;
  position: absolute;
  left: 50px;
  top: 18px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  background-image: url(/images/logo.svg);
}
nav .wrap.active {
  background-color: transparent;
}
nav .wrap.active .btnsWrap_m {
  right: 0%;
  opacity: 1;
}
nav .btnsWrap_m {
  background: linear-gradient(300deg, #55688d 0%, #469396 100%);
  width: 80%;
  position: fixed;
  height: 100%;
  right: -100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
nav .btnsWrap_m horizon {
  background-color: #FFF;
  height: 1px;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 0.3;
}
nav .btnsWrap_m .lang {
  position: absolute;
  bottom: 35px;
  color: #FFF;
  text-align: center;
  width: 100%;
  left: 0px;
}
nav .btnsWrap_m .lang span {
  padding: 5px;
  background-color: #FFF;
  color: #517590;
  border-radius: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
nav .btnsWrap_m .in {
  padding: 30px;
  padding-top: 70px;
}
nav .btnsWrap_m .in li {
  line-height: 50px;
  cursor: pointer;
  font-weight: 400;
  color: #FFF;
}
nav .btnsWrap_m .in li[nav="0"] {
  display: none;
}
nav .btnsWrap_m .menuBtnClose {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 20px;
  cursor: pointer;
  z-index: 1;
}
nav .btnsWrap_m .menuBtnClose svg {
  width: 20px;
  fill: #FFF;
}
nav .btnsWrap {
  position: absolute;
  right: 50px;
  color: #2a2a2a;
  font-size: 15px;
}
nav .btnsWrap .lang {
  color: #FFF;
  display: inline-block;
  margin-left: 34px;
  font-size: 15px;
  text-shadow: #00000069 0px 0 6px;
}
nav .btnsWrap .lang span {
  cursor: pointer;
}
nav .btnsWrap li {
  color: #2a2a2a;
  font-size: 14px;
  display: inline-block;
  padding-left: 12px;
  padding-right: 12px;
  cursor: pointer;
  height: 100px;
  line-height: 100px;
  font-weight: 400;
  letter-spacing: 1.5px;
  font-size: 16px;
}
nav .btnsWrap li:hover {
  color: #0094D8;
}
nav .btnsWrap li[nav="0"] {
  display: none;
}
nav .btnsWrap li.list01:hover {
  color: #2DA2DD;
}
nav .btnsWrap li.list01:after {
  content: '■ ■ ■';
  position: absolute;
  font-size: 9px;
  bottom: -22px;
  display: block;
  width: 100%;
  color: #2DA2DD;
  margin-left: 10px;
  pointer-events: none;
}
nav .btnsWrap li.list02:hover {
  color: #99C73A;
}
nav .btnsWrap li.list02:after {
  content: '■ ■ ■';
  position: absolute;
  font-size: 9px;
  bottom: -22px;
  display: block;
  width: 100%;
  color: #99C73A;
  margin-left: 10px;
  pointer-events: none;
}
nav .menuBtn {
  width: 64px;
  height: 64px;
  position: absolute;
  right: 0px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}
nav .menuBtn li {
  position: absolute;
  height: 2px;
  width: 18px;
  background-color: #000;
}
nav .menuBtn li:nth-child(1) {
  top: 24px;
  left: 29px;
  width: 12px;
}
nav .menuBtn li:nth-child(2) {
  top: 30px;
  left: 23px;
}
nav .menuBtn li:nth-child(3) {
  top: 36px;
  left: 23px;
  width: 12px;
}
body[page="home"] nav.scrolled .wrap {
  background: #FFF;
}
body[page="home"] nav.scrolled .logo {
  background-image: url(/images/logo.svg);
}
body[page="home"] nav.scrolled .btnsWrap li {
  color: #2a2a2a;
  text-shadow: none;
}
body[page="home"] nav.scrolled .btnsWrap .lang {
  color: #5f5f5f;
  text-shadow: none;
}
body nav.scrolled .btnsWrap .lang {
  color: #5f5f5f;
  text-shadow: none;
}
footer .wrap {
  background: #55688d;
  background: linear-gradient(270deg, #55688d 0%, #469396 100%);
  padding: 30px;
  color: #FFF;
  border-top-left-radius: 80px;
  padding-top: 50px;
  padding-bottom: 5px;
  text-align: left;
}
footer .wrap .logoWrap {
  text-align: left;
  width: 280px;
  display: inline-block;
}
footer .wrap .logoWrap .logo {
  height: 50px;
}
footer .wrap .logoWrap .cname {
  font-size: 15px;
  margin-left: 17px;
}
footer .wrap .logoWrap .ename {
  font-size: 13px;
  margin-left: 17px;
}
footer .wrap .btnWrap {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  margin-top: 20px;
  font-size: 14px;
  width: calc(100% - 590px);
  vertical-align: top;
}
footer .wrap .btnWrap li {
  display: inline-block;
  vertical-align: top;
  line-height: 2;
}
footer .wrap .btnWrap li a {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
}
footer .wrap .btnWrap li a.mains {
  color: #93F4B2;
}
footer .wrap .contactWrap {
  text-align: left;
  display: inline-block;
  margin-right: 0px;
  vertical-align: middle;
  font-size: 14px;
  width: 290px;
  margin-top: 20px;
}
footer .wrap .contactWrap li {
  line-height: 1.5;
  background-color: #334972;
  border-radius: 50px;
  margin-bottom: 15px;
  padding: 4px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}
footer .wrap .contactWrap li .i {
  width: 20px;
  vertical-align: middle;
  margin-right: 13px;
}
footer .wrap .copyright {
  text-align: left;
  font-size: 12px;
  border-top: 2px solid #3B4F77;
  padding-top: 30px;
  padding-left: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
section .titleWrap {
  text-align: left;
  padding: 30px;
  padding-top: 50px;
  padding-bottom: 40px;
}
section .titleWrap centerwrap {
  text-align: left;
  border-bottom: 2px solid #f4f4f4;
  padding-bottom: 13px;
}
section .titleWrap .in {
  display: inline-block;
}
section .titleWrap .in h2 {
  display: inline-block;
  font-size: 30px;
  vertical-align: middle;
  letter-spacing: 1px;
  color: #555;
  font-weight: bold;
  margin-right: 20px;
}
section .titleWrap .in h3 {
  display: inline-block;
  color: #546586;
  letter-spacing: 6px;
  height: 30px;
}
section .titleWrap .in .icon {
  display: inline-block;
  width: 45px;
  vertical-align: middle;
}
section .sidewrap {
  display: inline-block;
  width: 50%;
  margin: -3px;
  vertical-align: top;
}
section .sidewrap.w33 {
  width: 33%;
}
section .sidewrap.w66 {
  width: 66%;
}
body[page="eventList"] {
  padding-top: 60px;
}
body[page="eventList"] section.news {
  padding-top: 0px;
}
body[page="eventList"] section.news .wrap {
  background-color: transparent;
}
body[page="eventList"] .intro {
  background-color: #FAFAFA;
  padding: 40px;
  border-radius: 50px;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 30px;
}
body[page="newsInfo"] section.newsInfo {
  padding-top: 30px;
}
body[page="newsInfo"] section.newsInfo .titleWrap {
  text-align: center;
}
body[page="newsInfo"] section .titleWrap .in h3 {
  border: none;
}
body[page="newsInfo"] horizon {
  display: block;
  content: '';
  background-color: #eeeeee;
  width: 100%;
  height: 1px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
body[page="newsInfo"] .thetitle {
  text-align: center;
  margin-bottom: 5px;
  padding-bottom: 5px;
  color: #0094d8;
  margin-left: 30px;
  margin-right: 30px;
}
body[page="newsInfo"] .date {
  color: #999;
  text-align: center;
  font-size: 14px;
}
body[page="newsInfo"] article {
  word-wrap: break-word;
}
body[page="newsInfo"] article a {
  color: #7b94c4;
}
body[page="newsInfo"] article table {
  word-break: normal;
  line-height: 1.2;
  font-size: 14px;
  border-collapse: collapse;
  overflow: hidden;
  border: none;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 0 20px #f4f3f3;
  border: 1px solid #e4e3e3;
}
body[page="newsInfo"] article table td {
  display: table-cell;
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
body[page="newsInfo"] article table tr:nth-child(even) td {
  background-color: #f9f9f9;
}
body[page="newsInfo"] article table tr:nth-child(1) td {
  background-color: #99c73a;
  color: #FFF;
}
section.page {
  margin-top: 70px;
  text-align: center;
}
section.page h1 {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
section.page centerwrap {
  max-width: 820px;
}
section.page .breadcrumb {
  text-align: left;
  margin-bottom: 20px;
}
section.page .datetime {
  color: #afafaf;
  margin: 20px;
}
section.page h2 {
  text-align: left;
}
section.page h3 {
  border-bottom: 1px solid #e9e9e9;
  font-weight: bold;
  color: #7e9abd;
  padding-bottom: 15px;
  padding-top: 15px;
}
section.page article {
  text-align: left;
}
section.banner {
  background-color: #FFF;
  background-image: url(/images/banner.png);
  overflow: hidden;
  height: 44vw;
  background-size: calc(100% - 0px);
  background-repeat: no-repeat;
  background-position: center bottom;
}
section.banner .wrap {
  position: absolute;
  width: 530px;
  height: 400px;
  left: 50%;
  top: 50%;
  margin-left: -265px;
  margin-top: -160px;
}
section.banner .wrap h2 {
  font-size: 23px;
  font-weight: bold;
  color: #5389b4;
  margin-bottom: 20px;
  text-align: left;
  letter-spacing: 1px;
  border-top: 2px solid #CBFFDF;
  padding-top: 15px;
  margin-top: 20px;
  padding-left: 0px;
  margin-left: -20px;
  text-align: center;
}
section.banner .wrap .bannerText_m {
  padding-top: 10px;
}
section.banner .wrap .bannerText {
  margin-left: -40px;
  padding-top: 10px;
}
section.banner .wrap .text {
  color: #5389b4;
  margin-top: -21px;
  font-size: 21px;
  text-align: center;
}
section.intro {
  padding-top: 40px;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
}
section.intro .text {
  color: #545454;
  margin-left: 30px;
  line-height: 2;
  margin-bottom: 30px;
}
section.intro .text h3 {
  font-weight: bold;
}
section.intro .btn {
  width: 200px;
  margin: 0px;
}
section.intro .photo {
  background-color: #f9f9f9;
  width: 95%;
  padding-bottom: 60%;
  margin: auto;
  border-radius: 32px;
  background-size: cover;
  background-position: center;
}
section.team {
  padding-top: 40px;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
}
section.team .list {
  text-align: center;
}
section.team .list .in {
  padding: 40px;
  text-align: left;
}
section.team .list li {
  background-color: #f7f7f7;
  display: inline-block;
  width: calc(50% - 40px);
  margin-bottom: 20px;
  margin: 10px;
  margin-bottom: 15px;
  vertical-align: top;
}
section.team .list li .thename {
  margin-bottom: 6px;
  font-size: 25px;
}
section.team .list li .thename2 {
  margin-bottom: 6px;
  font-size: 14px;
  color: #aaa;
}
section.team .list li .thetitle {
  margin-top: 11px;
  margin-bottom: 20px;
  font-size: 16px;
  background-color: #3E729B;
  display: inline-block;
  color: #FFF;
  padding: 5px;
  padding-left: 30px;
  padding-right: 30px;
}
section.team .list li .thecontent {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.8;
}
section.team .list li .thecontent b {
  display: block;
}
section.technology {
  padding-top: 40px;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
}
section.technology .text {
  color: #545454;
  margin-right: 0px;
  line-height: 2;
  margin-bottom: 60px;
  text-align: left;
}
section.technology .text h3 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-top: -15px;
}
section.technology .photo {
  width: 95%;
  margin: auto;
  background-size: cover;
  background-position: center;
}
section.technology .sidewrap {
  text-align: center;
  vertical-align: middle;
}
section.technology li {
  text-align: left;
  margin-bottom: 16px;
  margin-left: 40px;
}
section.technology li label {
  background-color: #334972;
  padding: 9px;
  padding-left: 20px;
  padding-right: 20px;
  color: #FFF;
  border-radius: 10px;
  display: inline-block;
  width: 90px;
  margin-right: 10px;
}
section.about {
  padding-top: 40px;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
}
section.about .text {
  color: #545454;
  margin-right: 30px;
  line-height: 2;
  margin-bottom: 30px;
  text-align: left;
}
section.about .btn {
  width: 200px;
  margin: 0px;
}
section.about .photo {
  background-color: #f9f9f9;
  width: 95%;
  padding-bottom: 60%;
  margin: auto;
  border-radius: 32px;
  background-size: cover;
  background-position: center;
}
section.structure {
  padding-top: 40px;
  padding-bottom: 80px;
  padding-left: 40px;
  padding-right: 40px;
}
section.structure .photo {
  width: 700px;
  max-width: 80%;
  margin: auto;
  display: block;
}
section.news {
  padding-top: 0px;
  padding-bottom: 100px;
}
section.news .list {
  padding-left: 50px;
  padding-right: 50px;
}
section.news .list li {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #555;
}
section.news .list li .date {
  width: 150px;
  display: inline-block;
}
section.news .list li .type {
  width: 100px;
  display: inline-block;
  font-weight: bold;
}
section.news .list li .intro {
  width: calc(100% - 270px);
  display: inline-block;
  vertical-align: top;
}
section.news .list a:nth-last-child(1) li {
  border-bottom: none;
}
section.news .titleWrap {
  text-align: center;
}
section.headerWrap {
  background-color: #f9f9f9;
  color: #8EB9CA;
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 23px;
  background-image: url(/images/header.jpg);
  background-size: cover;
  background-position: center;
}
section.headerWrap centerwrap {
  padding-left: 50px;
}
section.contact centerwrap {
  max-width: 820px;
}
section.contact form {
  box-shadow: 0px 0px 25px #e9e9e9;
  margin: 50px;
  padding: 60px;
}
section.contact .text {
  text-align: center;
  margin-bottom: 30px;
  color: #649eb6;
  text-align: left;
}
section.contact .formeach {
  margin-bottom: 25px;
}
section.contact .formeach label {
  margin-bottom: 15px;
}
section.contact .formeach .label {
  margin-bottom: 10px;
}
section.contact .formeach .label[require="true"]:before {
  content: '*';
  color: red;
  display: inline-block;
  width: 16px;
}
section.contact .formeach input {
  background-color: #f4f4f4;
  border: none;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  width: calc(100% - 30px);
  font-size: 16px;
}
section.contact .formeach textarea {
  background-color: #f4f4f4;
  border: none;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  width: calc(100% - 30px);
  font-size: 16px;
  height: 100px;
}
nav.scrolled .btnsWrap li.active {
  background-color: #eaf3f7;
}
html[lang="en"] section.technology li label {
  font-size: 16px;
  letter-spacing: 0.5px;
  width: 190px;
  margin-bottom: 14px;
}
html[lang="en"] section.technology li value {
  display: block;
}
html[lang="en"] section.news .list li .type {
  width: 150px;
}
html[lang="en"] section.news .list li .intro {
  width: calc(100% - 300px);
}
html[lang="en"] section.team .list li .thename {
  display: none;
}
html[lang="en"] section.team .list li .thename2 {
  font-size: 22px;
  color: #121212;
}
html[lang="en"] section.banner .wrap .text {
  letter-spacing: 1px;
  font-size: 20px;
}
.tw_only {
  display: none;
}
html[lang="zh_TW"] .tw_only {
  display: inline-block;
}
@media screen and (max-width: 960px) {
  m {
    display: block;
  }
  pc {
    display: none;
  }
  section .btn {
    width: 240px;
    font-size: 15px;
  }
  .btn {
    padding: 6px;
  }
  nav .wrap {
    height: 64px;
  }
  nav .wrap .logo {
    top: 10px;
    height: 40px;
    left: 0px;
  }
  body {
    font-size: 14px;
  }
  section.news .wrap {
    padding: 0px;
    border-radius: 50px;
    margin: 30px;
  }
  section.news .wrap .list {
    padding-left: 30px;
    padding-right: 30px;
  }
  section .sidewrap {
    display: block;
    width: auto;
    margin: 30px;
    vertical-align: top;
    margin-top: 0px;
  }
  section .sidewrap.w33 {
    width: auto;
  }
  section .sidewrap.w66 {
    width: auto;
  }
  section .titleWrap {
    text-align: center;
    padding: 30px;
    padding-top: 50px;
  }
  section .titleWrap .in h2 {
    font-size: 22px;
    margin-right: 10px;
  }
  section .titleWrap .in h3 {
    height: 22px;
    font-size: 18px;
  }
  article {
    max-width: none;
    margin: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 50px;
    margin-top: 0px;
  }
  section.page {
    margin-top: 50px;
  }
  section.about {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .banner_slider div .each {
    width: 100%;
  }
  article .photos {
    width: 99%;
    margin: 1%;
    padding-bottom: 66%;
    display: block;
    margin-bottom: 4%;
  }
  body[page="newsList"] section.news {
    padding-top: 0px;
    margin-top: -30px;
  }
  body[page="newsInfo"] section.newsInfo {
    padding-top: 0px;
  }
  footer .wrap .btnWrap {
    width: auto;
    text-align: center;
  }
  footer .wrap .logoWrap {
    width: 100%;
    text-align: center;
  }
  footer .wrap .contactWrap {
    text-align: center;
  }
  footer .wrap .contactWrap li {
    display: block;
    text-align: left;
  }
  footer .wrap .copyright {
    padding-left: 0px;
    letter-spacing: 0px;
    text-align: center;
    font-size: 11px;
  }
  section.headerWrap {
    margin-top: 57px;
    padding-top: 80px;
    padding-bottom: 60px;
    font-size: 17px;
    background-image: url(/images/headerM.jpg);
  }
  section.banner {
    height: 170vw;
    background-image: url(/images/banner_m.png);
    background-size: 100% auto;
    background-position: center bottom;
    max-height: initial;
  }
  section.banner .wrap {
    position: relative;
    width: auto;
    height: auto;
    left: 0;
    top: 0;
    margin-left: 0;
    margin-top: 22vh;
    padding: 30px;
  }
  section.banner .wrap h2 {
    font-size: 14px;
    margin: auto;
    display: block;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
    margin-left: 0px;
    padding-left: 0;
    margin-top: 14px;
    padding-top: 10px;
    border-top: 1px solid #CBFFDF;
  }
  section.banner .wrap .text {
    margin-top: 10px;
    font-size: 15px;
  }
  section.banner .wrap .bannerText_m {
    padding-top: 10px;
    width: 80%;
    margin: auto;
    display: block;
  }
  section.about .text {
    margin-right: 0px;
  }
  section.about .btn {
    margin: auto;
  }
  section.news .list li .date {
    width: auto;
    display: block;
    position: absolute;
    right: 0;
    letter-spacing: 0;
    font-size: 13px;
    top: 2px;
  }
  section.news .list li .type {
    width: auto;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
  }
  html[lang="en"] section.news .list li .type {
    width: auto;
  }
  html[lang="en"] section.news .list li .intro {
    width: auto;
  }
  html[lang="en"] footer .wrap .btnWrap {
    text-align: left;
    margin-left: 35px;
  }
  section.news .list li .intro {
    width: auto;
    display: block;
  }
  section.intro {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  section.intro .text {
    margin-left: 0px;
  }
  section.structure {
    padding-top: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
    padding-right: 0px;
  }
  section.structure .photo {
    max-width: 85%;
  }
  section.team {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
  }
  section.team .list li .thename {
    font-size: 22px;
  }
  section.team .list li .thetitle {
    font-size: 14px;
  }
  section.team .list li {
    display: block;
    width: auto;
    margin-bottom: 20px;
    margin: 0px;
    margin-bottom: 30px;
    vertical-align: top;
  }
  section.team .list .in {
    padding: 30px;
  }
  section.team .list li .thecontent {
    font-size: 15px;
  }
  section.technology {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  section.technology .photo {
    width: 100%;
  }
  section.technology .text {
    padding-left: 30px;
    padding-right: 30px;
  }
  section.technology li {
    text-align: left;
    margin-bottom: 16px;
    margin-left: 0px;
  }
  section.technology li value {
    display: block;
  }
  section.technology li label {
    width: auto;
    margin-bottom: 14px;
  }
  section.page h2 {
    margin-left: 30px;
    margin-right: 30px;
  }
  section.contact form {
    margin: 30px;
    padding: 30px;
  }
  nav .wrap.active {
    background-color: #ffffff;
  }
  footer .wrap .contactWrap {
    display: block;
    width: auto;
  }
  html[lang="en"] section.banner .wrap .text {
    letter-spacing: 0.5px;
    font-size: 15px;
    margin-top: 0px;
    line-height: 1.2;
  }
}
@media screen and (max-height: 700px) {
  section.page .breadcrumb {
    margin-left: 30px;
    margin-right: 30px;
  }
}
