.intro {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background: #f6f6f6;
  width: 100%;
  height: 100%;
}
.intro-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 93.11px;
  opacity: 0;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.show-intro .intro-logo {
  opacity: 1;
}

.intro-stroke {
  position: absolute;
  left: 0;
}

.intro-img {
  position: absolute;
  left: 0;
  width: 90px;
}
.intro-img path, .intro-img line, .intro-img circle, .intro-img polyline, .intro-img rect, .intro-img g {
  stroke-dasharray: 600px;
  stroke-dashoffset: 600px;
}
.show-intro .intro-img path, .show-intro .intro-img line, .show-intro .intro-img circle, .show-intro .intro-img polyline, .show-intro .intro-img rect, .show-intro .intro-img g {
  stroke-dashoffset: 0px;
}

#f1 path, #f1 line, #f1 circle, #f1 polyline, #f1 rect, #f1 g, #f2 path, #f2 line, #f2 circle, #f2 polyline, #f2 rect, #f2 g {
  -moz-transition: stroke-dashoffset 0.3s ease;
  -o-transition: stroke-dashoffset 0.3s ease;
  -webkit-transition: stroke-dashoffset 0.3s ease;
  transition: stroke-dashoffset 0.3s ease;
}

#f3 path, #f3 line, #f3 circle, #f3 polyline, #f3 rect, #f3 g, #f4 path, #f4 line, #f4 circle, #f4 polyline, #f4 rect, #f4 g {
  -moz-transition: stroke-dashoffset 1.1s ease 0.2s;
  -o-transition: stroke-dashoffset 1.1s ease 0.2s;
  -webkit-transition: stroke-dashoffset 1.1s ease;
  -webkit-transition-delay: 0.2s;
  transition: stroke-dashoffset 1.1s ease 0.2s;
}

#f5 path, #f5 line, #f5 circle, #f5 polyline, #f5 rect, #f5 g, #f6 path, #f6 line, #f6 circle, #f6 polyline, #f6 rect, #f6 g {
  -moz-transition: stroke-dashoffset 1.3s ease 0.3s;
  -o-transition: stroke-dashoffset 1.3s ease 0.3s;
  -webkit-transition: stroke-dashoffset 1.3s ease;
  -webkit-transition-delay: 0.3s;
  transition: stroke-dashoffset 1.3s ease 0.3s;
}

#y1 path, #y1 line, #y1 circle, #y1 polyline, #y1 rect, #y1 g, #y2 path, #y2 line, #y2 circle, #y2 polyline, #y2 rect, #y2 g {
  -moz-transition: stroke-dashoffset 0.5s ease 0.6s;
  -o-transition: stroke-dashoffset 0.5s ease 0.6s;
  -webkit-transition: stroke-dashoffset 0.5s ease;
  -webkit-transition-delay: 0.6s;
  transition: stroke-dashoffset 0.5s ease 0.6s;
}

#y3 path, #y3 line, #y3 circle, #y3 polyline, #y3 rect, #y3 g, #y4 path, #y4 line, #y4 circle, #y4 polyline, #y4 rect, #y4 g {
  -moz-transition: stroke-dashoffset 0.5s ease 0.8s;
  -o-transition: stroke-dashoffset 0.5s ease 0.8s;
  -webkit-transition: stroke-dashoffset 0.5s ease;
  -webkit-transition-delay: 0.8s;
  transition: stroke-dashoffset 0.5s ease 0.8s;
}

#dot path, #dot line, #dot circle, #dot polyline, #dot rect, #dot g {
  -moz-transition: stroke-dashoffset 0.5s ease 1.2s;
  -o-transition: stroke-dashoffset 0.5s ease 1.2s;
  -webkit-transition: stroke-dashoffset 0.5s ease;
  -webkit-transition-delay: 1.2s;
  transition: stroke-dashoffset 0.5s ease 1.2s;
}

.intro-text {
  width: 90px;
  position: absolute;
  left: 50%;
  opacity: 0;
  -moz-transform: translate(-50%, 20px);
  -ms-transform: translate(-50%, 20px);
  -webkit-transform: translate(-50%, 20px);
  transform: translate(-50%, 20px);
}
.show-intro .intro-text {
  opacity: 1;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.intro-tw {
  -moz-transition: opacity 0.7s ease 1.7s, -moz-transform 0.7s ease 1.7s;
  -o-transition: opacity 0.7s ease 1.7s, -o-transform 0.7s ease 1.7s;
  -webkit-transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  -webkit-transition-delay: 1.7s, 1.7s;
  transition: opacity 0.7s ease 1.7s, transform 0.7s ease 1.7s;
}

.intro-en {
  -moz-transition: opacity 0.7s ease 2.1s, -moz-transform 0.7s ease 2.1s;
  -o-transition: opacity 0.7s ease 2.1s, -o-transform 0.7s ease 2.1s;
  -webkit-transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  -webkit-transition-delay: 2.1s, 2.1s;
  transition: opacity 0.7s ease 2.1s, transform 0.7s ease 2.1s;
}

.top-slide-inner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transition: -moz-transform 6s 2s;
  -o-transition: -o-transform 6s 2s;
  -webkit-transition: -webkit-transform 6s;
  -webkit-transition-delay: 2s;
  transition: transform 6s 2s;
}
.swiper-slide-active .top-slide-inner {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.top-slogan li {
  position: absolute;
  bottom: 100px;
  left: 3.5rem;
  color: #FFF;
  text-shadow: 0px 0px 5px #666;
  width: calc(100% - 3.5rem * 2);
  max-width: 360px;
  z-index: 2;
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.top-slogan li.show-text {
  opacity: 1;
}
.top-slogan-big {
  font-family: "Oswald", Arial, Helvetica;
  font-size: 1.5rem;
  letter-spacing: 2px;
  font-weight: 300;
}
.top-slogan-big span {
  opacity: 0;
  display: block;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  -moz-transition: clip-path 2s, opacity 2s;
  -o-transition: clip-path 2s, opacity 2s;
  -webkit-transition: clip-path 2s, opacity 2s;
  transition: clip-path 2s, opacity 2s;
}
.show-text .top-slogan-big span {
  opacity: 1;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.top-slogan-text {
  margin-top: 20px;
  font-size: 0.75rem;
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.show-text .top-slogan-text {
  opacity: 0.7;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.top-control {
  position: absolute;
  z-index: 2;
}
.top-control.swiper-pagination-bullets {
  bottom: 40px;
  left: 50%;
  height: 24px;
  width: fit-content;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.top-control .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  padding: 9px;
  cursor: pointer;
  width: 6px;
  height: 6px;
  background: transparent;
  opacity: 1;
}
.top-control .swiper-pagination-bullet:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: block;
  background: #FFF;
  -moz-transition: background 0.6s;
  -o-transition: background 0.6s;
  -webkit-transition: background 0.6s;
  transition: background 0.6s;
}
.top-control .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 12px;
  height: 12px;
  border: #FFF solid 1px;
  border-radius: 50%;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
.top-control .swiper-pagination-bullet:hover:after {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.top-control .swiper-pagination-bullet:hover:before {
  background: rgba(255, 255, 255, 0);
}
.top-control .swiper-pagination-bullet-active:after {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.top-control .swiper-pagination-bullet-active:before {
  background: rgba(255, 255, 255, 0);
}
.top-control.swiper-pagination-horizontal .swiper-pagination-bullet {
  margin: 0;
}

.about-inner {
  padding: 0 3.5rem;
}
.about-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about-image {
  width: 33.3333%;
  height: 35vw;
  max-height: 350px;
  box-sizing: border-box;
  position: relative;
}
.about-image.show:before, .about-image.show:after {
  width: 0;
}
.about-image:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #f6f6f6;
  position: absolute;
  top: 0;
  right: 0;
  -moz-transition: width 0.8s ease 0.7s;
  -o-transition: width 0.8s ease 0.7s;
  -webkit-transition: width 0.8s ease;
  -webkit-transition-delay: 0.7s;
  transition: width 0.8s ease 0.7s;
}
.about-image:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  -moz-transition: width 0.8s ease 0.2s;
  -o-transition: width 0.8s ease 0.2s;
  -webkit-transition: width 0.8s ease;
  -webkit-transition-delay: 0.2s;
  transition: width 0.8s ease 0.2s;
}
.about-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 65% 50%;
  background-repeat: no-repeat;
}
.about-content {
  width: 66.6666%;
  height: 35vw;
  max-height: 350px;
  margin-left: 5%;
  box-sizing: border-box;
  background: #f6f6f6;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.about-box {
  padding: 0 50px;
  display: -ms-flexbox;
  display: flex;
  width: 45vw;
  margin: 0 auto;
}
.about-title {
  white-space: nowrap;
}
.about-text {
  margin-left: 15%;
}
.about-text .tw span, .about-text .en span {
  display: block;
}

.slogan-inner {
  padding: 0 3.5rem;
}
.slogan-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.slogan-image {
  width: 66.6666%;
  height: 35vw;
  max-height: 350px;
  box-sizing: border-box;
  position: relative;
}
.slogan-image.show:before, .slogan-image.show:after {
  height: 0;
}
.slogan-image:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #f6f6f6;
  position: absolute;
  bottom: 0;
  left: 0;
  -moz-transition: height 0.8s ease 0.7s;
  -o-transition: height 0.8s ease 0.7s;
  -webkit-transition: height 0.8s ease;
  -webkit-transition-delay: 0.7s;
  transition: height 0.8s ease 0.7s;
}
.slogan-image:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  -moz-transition: height 0.8s ease 0.2s;
  -o-transition: height 0.8s ease 0.2s;
  -webkit-transition: height 0.8s ease;
  -webkit-transition-delay: 0.2s;
  transition: height 0.8s ease 0.2s;
}
.slogan-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 85% 58%;
  background-repeat: no-repeat;
}
.slogan-content {
  width: 33.3333%;
  margin-right: 5%;
  padding-left: 3%;
  box-sizing: border-box;
}
.slogan-item {
  padding-bottom: 50px;
  position: relative;
  padding-left: 55px;
  opacity: 0;
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  -moz-transition: opacity 0.8s ease, -moz-transform 0.8s ease;
  -o-transition: opacity 0.8s ease, -o-transform 0.8s ease;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.show .slogan-item {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.slogan-item:nth-child(2) {
  -moz-transition: opacity 0.8s ease 0.2s, -moz-transform 0.8s ease 0.2s;
  -o-transition: opacity 0.8s ease 0.2s, -o-transform 0.8s ease 0.2s;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  -webkit-transition-delay: 0.2s, 0.2s;
  transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.2s;
}
.slogan-item:last-child {
  padding-bottom: unset;
  -moz-transition: opacity 0.8s ease 0.4s, -moz-transform 0.8s ease 0.4s;
  -o-transition: opacity 0.8s ease 0.4s, -o-transform 0.8s ease 0.4s;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  -webkit-transition-delay: 0.4s, 0.4s;
  transition: opacity 0.8s ease 0.4s, transform 0.8s ease 0.4s;
}
.slogan-icon {
  width: 35px;
  position: absolute;
  top: 2px;
  left: 0;
  opacity: 0.7;
}
.slogan-icon img {
  width: 100%;
}
.slogan-text .tw {
  color: #000;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.slogan-text .en {
  font-size: 0.75rem;
  padding-top: 2px;
}

.project {
  position: relative;
  margin-bottom: 100px;
}
.project-inner {
  padding: 0 3.5rem;
}
.project-list {
  display: -ms-flexbox;
  display: flex;
}
.project-item {
  width: 33.3333%;
}
.project-item:nth-child(1) .project-img {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.project-item:nth-child(1) .project-img.show {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.project-item:nth-child(2) {
  margin: 0 1.5%;
}
.project-item:nth-child(2) .project-img {
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
}
.project-item:nth-child(2) .project-img.show {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.project-item:last-child .project-img {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
.project-item:last-child .project-img.show {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.project-item a:hover .project-img-inner {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.project-img {
  overflow: hidden;
  -moz-transition: clip-path 0.8s ease;
  -o-transition: clip-path 0.8s ease;
  -webkit-transition: clip-path 0.8s ease;
  transition: clip-path 0.8s ease;
}
.project-img-inner {
  width: 100%;
  height: 22vw;
  max-height: 350px;
  background-attachment: scroll;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -moz-transition: -moz-transform 1s ease;
  -o-transition: -o-transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
}
.project-text {
  padding-top: 5px;
}
.project-name {
  font-size: 0.875rem;
  color: #000;
}
.project-type {
  font-family: "Oswald", Arial, Helvetica;
  font-size: 0.75rem;
  color: #999;
  letter-spacing: 0.1rem;
}
.project-bg {
  width: 100%;
  height: 40%;
  background: #f6f6f6;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.award-inner {
  padding: 0 3.5rem;
}
.award-text {
  max-width: 700px;
  font-size: 20px;
  letter-spacing: 0.1rem;
  color: #000;
  margin-bottom: 70px;
  margin-left: auto;
  text-align: right;
  opacity: 0;
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  -moz-transition: opacity 0.8s ease, -moz-transform 0.8s ease;
  -o-transition: opacity 0.8s ease, -o-transform 0.8s ease;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.award-text.show {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.award-list {
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px dashed #ddd;
}
.award-list li {
  width: 33.3333%;
  box-sizing: border-box;
  padding: 40px 20px 40px 70px;
  position: relative;
  border-bottom: 1px dashed #ddd;
  border-right: 1px dashed #ddd;
}
.award-list li:nth-child(3n) {
  border-right: unset;
}
.award-logo {
  width: 35px;
  position: absolute;
  top: 42px;
  left: 20px;
}
.award-logo img {
  width: 100%;
}
.award-content .en {
  font-size: 0.875rem;
}
.award-content .tw {
  font-size: 0.75rem;
  color: #999;
}

.contact-inner {
  padding: 0 3.5rem;
}
.contact-content {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contact-map {
  height: 25vw;
  min-height: 350px;
  background: #f6f6f6;
}

@media screen and (max-width: 1400px) {
  .about-box {
    display: block;
  }
  .about-title {
    white-space: unset;
  }
  .about-text {
    margin-left: unset;
  }
  .about-text .en span {
    display: initial;
  }

  .slogan-content {
    padding-left: unset;
  }

  .award-list li {
    width: 50%;
  }
  .award-list li:nth-child(3n) {
    border-right: 1px dashed #ddd;
  }
  .award-list li:nth-child(even) {
    border-right: unset;
  }
}
@media screen and (max-width: 1200px) {
  .project-img-inner {
    height: 40vw;
    max-height: unset;
  }
}
@media screen and (max-width: 1100px) {
  .top-slogan li {
    left: 2rem;
    width: calc(100% - 2rem * 2);
  }

  .about-inner {
    padding: 0 2rem;
  }
  .about-wrap {
    -webkit-justify-content: unset;
    justify-content: unset;
  }
  .about-image {
    width: 45%;
    height: 40vw;
    max-height: unset;
  }
  .about-content {
    width: 55%;
    height: 40vw;
    max-height: unset;
  }
  .about-box {
    width: unset;
  }

  .slogan-inner {
    padding: 0 2rem;
  }
  .slogan-image {
    width: 55%;
    height: 40vw;
    max-height: unset;
  }
  .slogan-content {
    width: 45%;
  }
  .slogan-item {
    padding-bottom: 35px;
  }

  .project {
    margin-bottom: 80px;
  }
  .project-inner {
    padding: 0 2rem;
  }

  .award-inner {
    padding: 0 2rem;
  }
  .award-list {
    display: block;
    border-top: 1px dotted #ddd;
  }
  .award-list li {
    width: 100%;
    border-right: unset;
    border-bottom: 1px dotted #ddd;
  }
  .award-list li:nth-child(3n) {
    border-right: unset;
  }

  .contact-inner {
    padding: 0 2rem;
  }
  .contact-map {
    height: 38vw;
  }
}
@media screen and (max-width: 900px) {
  .about-image {
    width: 40%;
    height: 50vw;
  }
  .about-content {
    width: 50%;
    margin-left: 10%;
    background: unset;
    display: block;
    height: unset;
  }
  .about-box {
    padding: unset;
  }

  .slogan-wrap {
    display: block;
  }
  .slogan-image {
    width: 75%;
    height: 43vw;
    margin-left: auto;
  }
  .slogan-content {
    width: 75%;
    margin-left: auto;
    margin-right: unset;
    padding-top: 50px;
  }
}
@media screen and (max-width: 800px) {
  .about-wrap {
    display: block;
  }
  .about-image {
    display: none;
  }
  .about-content {
    width: 80%;
    margin-left: unset;
  }

  .slogan-image {
    width: 80%;
  }
  .slogan-content {
    width: 80%;
  }

  .project-list {
    display: block;
  }
  .project-item {
    width: 100%;
  }
  .project-item:nth-child(2) {
    margin: 30px 0;
  }
  .project-bg {
    height: 50%;
  }

  .award-text {
    font-size: 18px;
    text-align: center;
    margin: 0 auto 70px;
    max-width: 620px;
    -moz-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  .award-text.show {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 640px) {
  .intro-logo {
    width: 80px;
    height: 82.77px;
  }

  .intro-img {
    width: 80px;
  }

  .intro-text {
    width: 80px;
  }

  .top-slogan li {
    left: 1.5rem;
    width: calc(100% - 1.5rem * 2);
  }
  .top-control.swiper-pagination-bullets {
    bottom: 30px;
  }

  .about-inner {
    padding: 0 1.5rem;
  }
  .about-wrap {
    display: block;
  }
  .about-img {
    display: none;
  }
  .about-content {
    width: 100%;
  }

  .slogan-inner {
    padding: 0 1.5rem;
  }
  .slogan-image {
    width: 100%;
    min-height: 350px;
  }
  .slogan-content {
    width: 100%;
    padding-top: 35px;
  }

  .project {
    margin-bottom: 50px;
  }
  .project-inner {
    padding: 0 1.5rem;
  }
  .project-img-inner {
    height: 45vw;
  }

  .award-inner {
    padding: 0 1.5rem;
  }
  .award-text {
    font-size: 18px;
    max-width: 500px;
    margin: 0 auto 50px;
  }
  .award-list li {
    padding: 30px 20px 30px 70px;
  }
  .award-logo {
    top: 32px;
  }

  .contact-inner {
    padding: 0 1.5rem;
  }
  .contact-map {
    height: 350px;
  }
}
@media screen and (max-width: 500px) {
  .award-text {
    text-align: left;
    max-width: unset;
  }
  .award-list li {
    padding: 30px 20px 30px 60px;
  }
  .award-logo {
    left: 10px;
  }
}
