@charset "UTF-8";
* {
  font-family: "微軟正黑體", sans-serif;
  box-sizing: border-box !important;
  /* font-awesome icon */
  /* type */
}
* .container {
  width: 100%;
  max-width: 1140px;
  margin: auto;
  padding: 0;
}
@media (max-width: 1024px) {
  * .container {
    max-width: unset;
    margin: 0;
    padding: 0 32px;
  }
}
@media (max-width: 568px) {
  * .container {
    padding: 0 24px;
  }
}
* .container .row {
  margin: 0;
}
* h1 {
  font-size: 2.5rem;
  color: black;
  padding: 0;
  margin: 0;
  line-height: 1.25;
}
* h2 {
  font-size: 1.875rem;
  color: black;
  padding: 0;
  margin: 0;
  line-height: 1.25;
  margin-bottom: 12px;
}
* h3 {
  font-size: 1.5rem;
  color: black;
  padding: 0;
  margin: 0;
  line-height: 1.25;
}
* h4 {
  font-size: 1.25rem;
  color: black;
  padding: 0;
  margin: 0;
  line-height: 1.25;
}
* h5 {
  font-size: 1.125rem;
  color: black;
  padding: 0;
  margin: 0;
  line-height: 1.25;
}
* p {
  font-size: 1rem;
  color: #595757;
  padding: 0;
  margin: 0;
  line-height: 2;
  font-weight: 500;
  text-align: justify;
  word-wrap: break-word;
  word-break: break-all;
}
* a {
  text-decoration: none !important;
  list-style: none !important;
  color: #2FAAE5;
}
* b {
  color: black;
}
* ::-moz-selection {
  background-color: #3f7ee8;
  color: white;
}
* ::selection {
  background-color: #3f7ee8;
  color: white;
}
* i {
  margin-right: 4px;
}
* :focus {
  outline: #3f7ee8 dotted 2px !important;
}
* h1,
* h2,
* h3,
* h4,
* h5,
* h6 {
  font-weight: bold;
}
* a {
  text-decoration: none;
  list-style: none;
}
* hr {
  width: 100%;
  border-top: 1px solid #dcdddd;
  margin: 0;
  margin: auto;
}
* ::-moz-placeholder {
  color: #595757;
}
* ::placeholder {
  color: #595757;
}
* label {
  margin-bottom: 12px;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #595757;
}
* button {
  padding: 5px 16px;
  background-color: black;
  border: none;
  font-size: 1.125rem;
  color: white;
  border: solid 1px white;
  font-weight: bold;
  cursor: pointer;
}
* button[disabled] {
  background-color: #a7e5ff;
}
* button[disabled]:hover {
  background-color: #a7e5ff;
}
* button .fas {
  margin-right: 20px;
}
* a.button {
  padding: 5px 16px;
  background-color: black;
  border: none;
  font-size: 1.125rem;
  color: white;
  border: solid 1px black;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}
* a.button:hover {
  background-color: #595757;
  color: white;
  transition-duration: 0.5s;
}
* a.button .fas {
  margin-right: 8px;
}
* .button-outline {
  padding: 5px 16px;
  border: none;
  font-size: 1.125rem;
  color: black;
  border: solid 1px black;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}
* .button-outline:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transition-duration: 0.5s;
}
* .button-outline .fas {
  margin-right: 8px;
  font-size: 0.875rem;
}

body.modal-open {
  padding-right: 0px !important;
  padding-left: 0px !important;
  overflow-y: auto;
}

html {
  font-family: "Noto Sans TC", sans-serif, "微軟正黑體";
  box-sizing: border-box;
  scroll-behavior: smooth;
}
@media (max-width: 375px) {
  html {
    font-size: 0.875rem;
  }
}

body {
  width: 100%;
  font-size: 1rem;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  background-color: white !important;
}
@media (max-width: 768px) {
  body {
    font-size: 0.875rem;
  }
}
body .navbar {
  width: 100%;
  padding: 0;
  background-color: white;
  position: relative;
}
body .navbar .pc {
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  padding: 0 !important;
  background-color: white;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}
@media (max-width: 768px) {
  body .navbar .pc {
    display: none;
    justify-content: unset;
    box-shadow: none;
  }
}
body .navbar .pc .container {
  width: 1140px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding: 0;
}
@media (max-width: 1024px) {
  body .navbar .pc .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  body .navbar .pc .container {
    display: none;
  }
}
body .navbar .pc .container .navbar-L {
  width: 25%;
}
body .navbar .pc .container .navbar-L img {
  width: 300px;
}
body .navbar .pc .container .navbar-L h1 {
  font-size: 1.25rem;
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  word-spacing: 3px;
  font-weight: normal;
  text-transform: uppercase;
}
body .navbar .pc .container .navbar-R {
  width: 75%;
  color: white;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
body .navbar .pc .container .navbar-R a {
  display: inline;
  margin: 0 15px;
}
body .navbar .pc .container .navbar-R a::before {
  content: "|";
  font-size: 0.875rem;
  color: white;
}
body .navbar .pc .container .navbar-R a .menu_title {
  font-size: 1.125rem;
  color: #999999;
  padding: 0;
  display: inline;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: capitalize;
}
body .navbar .pc .container .navbar-R a .menu_title:hover {
  color: black;
}
body .navbar .pc .container .navbar-R a .active {
  color: black;
}
body .navbar .pc .container .navbar-R .nav-function {
  position: relative;
}
body .navbar .pc .container .navbar-R .nav-function:last-child p {
  margin-right: 0;
}
body .navbar .pc .container .navbar-R .nav-function:hover .nav-list {
  display: block;
  transition-duration: 0.5s;
}
body .navbar .mobile {
  display: none;
  width: 100%;
  height: 60px;
  background-color: white;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.075);
  transition: 0.3s;
}
@media (max-width: 768px) {
  body .navbar .mobile {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
}
body .navbar .mobile .menu {
  position: absolute;
  top: 0;
  left: 0px;
  display: flex;
}
body .navbar .mobile .menu .fas.fa-bars {
  font-size: 24px;
  line-height: 60px;
  padding: 0 20px;
  color: black;
}
body .navbar .mobile .menu ul {
  display: inline-block;
  width: 100vw;
  height: 100vh;
  background-color: black;
  font-size: 1.25rem;
  line-height: 60px;
  position: absolute;
  top: 60px;
  left: -100vw;
  margin: 0;
  padding: 16px 0 0 0;
  text-align: center;
  transition-duration: 0.7s;
}
@media (max-width: 320px) {
  body .navbar .mobile .menu ul {
    top: 50px;
    line-height: 40px;
    font-size: 1.125rem;
  }
}
body .navbar .mobile .menu ul .nav-link {
  font-size: 1.375rem;
}
body .navbar .mobile .menu ul li {
  font-size: 1.375rem;
}
body .navbar .mobile .menu ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
body .navbar .mobile .menu ul .nav-item.dropdown .dropdown-menu {
  color: white;
  text-align: center;
  box-shadow: none !important;
}
body .navbar .mobile .menu ul .nav-item.dropdown .dropdown-menu .dropdown-item {
  padding: 15px 0;
}
body .navbar .mobile .menu ul .nav-item.dropdown .dropdown-menu .dropdown-item h4 {
  color: white;
}
@media (max-width: 320px) {
  body .navbar .mobile .menu ul .nav-item.dropdown .dropdown-menu .dropdown-item h4 {
    font-size: 1.125rem;
  }
}
body .navbar .mobile .menu ul .nav-item.dropdown .nav-link.dropdown-toggle {
  padding: 5px 0;
  color: white !important;
}
body .navbar .mobile .menu h4 {
  color: #a7e5ff;
}
body .navbar .mobile .menu a {
  color: white;
}
body .navbar .mobile .menu .active-ul {
  display: inline-block;
  color: #2FAAE5;
  transition-duration: 0.7s;
  top: 60px;
  left: 0;
}
body .navbar .mobile .menu .active-ul li {
  color: #2FAAE5;
}
body .navbar .mobile .logo {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .navbar .mobile .logo a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 16px;
}
@media (max-width: 320px) {
  body .navbar .mobile .logo a {
    padding: 5px 0;
  }
}
body .navbar .mobile .logo h1 {
  font-size: 1.5rem;
  text-transform: uppercase;
}
body .footer {
  width: 100%;
  background-color: white;
  border-top: solid 1px #efefef;
}
body .footer .container {
  padding: 16px 0;
  height: inherit;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  body .footer .container {
    padding: 16px 24px;
  }
}
body .footer .container .link-gp {
  margin-right: 12px;
  display: flex;
}
@media (max-width: 568px) {
  body .footer .container .link-gp {
    margin-right: 0;
    margin-bottom: 12px;
    justify-content: space-between;
    width: 100%;
  }
}
body .footer .container .link-gp a {
  display: flex;
  align-items: center;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0;
  margin-right: 16px;
  padding: 0 16px;
  border-radius: 8px;
  color: black;
  background-color: white;
  transition: 0.4s;
}
@media (max-width: 568px) {
  body .footer .container .link-gp a {
    font-size: 1.125rem;
    width: 48% !important;
  }
  body .footer .container .link-gp a:last-child {
    margin-right: 0;
  }
}
body .footer .container .link-gp a:hover {
  opacity: 0.9;
}
body .footer .container .link-gp a i {
  margin-right: 8px;
  font-size: 1.125rem;
}
body .footer .container .link-gp #mail:hover {
  background-color: #3f7ee8;
  color: white;
}
body .footer .container .link-gp #dribbble:hover {
  background-color: #e04583;
  color: white;
}
body .footer .container .copyright {
  font-size: 1rem;
  color: black;
  margin-left: 12px;
}
body .back-top {
  width: 40px;
  height: 40px;
  z-index: 999;
  position: fixed;
  right: 40px;
  bottom: 30px;
  border-radius: 50%;
  font-size: 1.25rem;
  color: white;
  background-color: rgba(0, 0, 0, 0.2);
  line-height: 35px;
  text-align: center;
}
@media (max-width: 1024px) {
  body .back-top {
    width: 44px;
    height: 44px;
    line-height: 40px;
    right: 25px;
    bottom: 25px;
  }
}
body main {
  padding-top: 80px;
}
@media (max-width: 768px) {
  body main {
    padding-top: 60px;
  }
}
body main .scroll-indicator-gp {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
}
body main .scroll-indicator-gp .progress-container {
  width: 100%;
  height: 6px;
  background: #efefef;
}
@media (max-width: 568px) {
  body main .scroll-indicator-gp .progress-container {
    height: 5px;
  }
}
body main .scroll-indicator-gp .progress-container .progress-bar {
  height: inherit;
  background: #2FAAE5;
  width: 0%;
}
body main hr {
  border: none;
  margin-top: 60px;
  margin-bottom: 60px;
  border-top: 1px solid #dcdddd;
}
body main ul,
body main ol {
  width: 100%;
  margin: 8px 0;
  padding-left: 0;
}
body main ul li,
body main ol li {
  line-height: 2;
  list-style-position: inside;
  color: #595757;
}
body main ul a,
body main ol a {
  color: black;
  padding-bottom: 2px;
}
body main ul.none li {
  list-style: none;
}
body main ul.none ul.dot {
  padding-left: 2rem;
}
body main ul.none ul.dot li {
  list-style: initial;
}
body main .title {
  margin: 16px 0;
  font-weight: bold;
  color: #595757;
}
body main .title::before {
  content: "";
  border-left: solid 6px #cccccc;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-right: 12px;
}
body main .title h4 {
  display: inline-block;
  font-weight: normal;
  text-transform: capitalize;
}
body main .title .en {
  font-size: 0.875rem;
  margin-left: 8px;
  text-transform: uppercase;
}
body main .mb-block {
  display: none;
}
@media (max-width: 568px) {
  body main .mb-block {
    display: block;
  }
}
body main .short-about {
  width: 100%;
  padding-top: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  body main .short-about {
    padding: 40px 0;
  }
}
@media (max-width: 568px) {
  body main .short-about {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-bottom: 0;
    padding-top: 24px;
  }
}
body main .short-about .text-gp {
  width: 60%;
  margin-right: 36px;
}
@media (max-width: 568px) {
  body main .short-about .text-gp {
    width: 100%;
    margin-top: 36px;
    margin-right: 0;
  }
}
body main .short-about .text-gp p.description {
  font-weight: normal;
  line-height: 2;
  font-size: 1.125rem;
  margin-top: 0;
}
body main .short-about .text-gp p {
  margin-top: 12px;
}
body main .short-about .text-gp .link {
  margin-top: 20px;
  display: flex;
}
@media (max-width: 568px) {
  body main .short-about .text-gp .link {
    justify-content: space-between;
  }
}
body main .short-about .text-gp .link a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0;
  margin-right: 12px;
  color: white;
  background-color: black;
  padding: 0 16px;
  border-radius: 8px;
}
@media (max-width: 568px) {
  body main .short-about .text-gp .link a {
    font-size: 1.125rem;
    width: 46%;
  }
}
body main .short-about .text-gp .link a:hover {
  opacity: 0.9;
}
body main .short-about .text-gp .link a i {
  margin-right: 8px;
}
body main .short-about .head {
  aspect-ratio: 4/3;
  width: 100%;
  height: 100%;
  max-width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 30%;
     object-position: center 30%;
  border-radius: 16px;
}
@media (max-width: 568px) {
  body main .short-about .head {
    max-width: unset;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
body main .section-index {
  padding-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  body main .section-index {
    justify-content: space-between;
  }
}
body main .section-index .short-about {
  padding-bottom: 56px;
}
body main .section-index .title {
  width: 100%;
  background-color: transparent;
  padding-left: 0;
  padding-top: 32px;
  border-top: solid 1px #efefef;
  margin-bottom: 12px !important;
  border-radius: 0;
}
body main .section-index .featured-project {
  width: 100%;
  background-color: #F2F2F3;
  padding: 56px 0;
}
@media (max-width: 768px) {
  body main .section-index .featured-project {
    padding: 40px 0;
  }
}
body main .section-index .featured-project h3 {
  margin-bottom: 36px;
  color: #595757;
}
body main .section-index .featured-project .block {
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  border-radius: 16px;
  position: relative;
  border: solid 1px #efefef;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
}
body main .section-index .featured-project .block:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  body main .section-index .featured-project .block {
    margin-bottom: 36px;
  }
}
@media (max-width: 568px) {
  body main .section-index .featured-project .block {
    flex-direction: column-reverse;
  }
}
body main .section-index .featured-project .block:hover {
  transform: translate(0, -1.5%);
}
body main .section-index .featured-project .block .pic {
  width: 70%;
  overflow: hidden;
  border-radius: 0 16px 16px 0;
  aspect-ratio: 16/9;
}
@media (max-width: 768px) {
  body main .section-index .featured-project .block .pic {
    width: 65%;
  }
}
@media (max-width: 568px) {
  body main .section-index .featured-project .block .pic {
    width: 100%;
    border-radius: 16px 16px 0 0;
  }
}
body main .section-index .featured-project .block .pic img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 25%;
     object-position: center 25%;
  transition: all 0.3s;
}
body main .section-index .featured-project .block .pic img:hover {
  transform: scale(1.015);
}
body main .section-index .featured-project .block .card {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-content: stretch;
  justify-content: center;
  padding: 40px;
  border-radius: 16px 0 0 16px;
  background-color: white;
  border: none;
}
@media (max-width: 768px) {
  body main .section-index .featured-project .block .card {
    width: 35%;
    padding: 16px 24px;
  }
}
@media (max-width: 568px) {
  body main .section-index .featured-project .block .card {
    width: 100%;
    padding: 24px;
    border-radius: 0 0 16px 16px;
    justify-content: flex-start;
  }
}
body main .section-index .featured-project .block .card .text-gp {
  height: 100%;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 568px) {
  body main .section-index .featured-project .block .card .text-gp {
    margin-bottom: 20px;
  }
}
body main .section-index .featured-project .block .card .text-gp h2 {
  color: black;
}
@media (max-width: 768px) {
  body main .section-index .featured-project .block .card .text-gp h2 {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }
}
@media (max-width: 568px) {
  body main .section-index .featured-project .block .card .text-gp h2 {
    margin-bottom: 0;
  }
}
body main .section-index .featured-project .block .card .text-gp p {
  color: black;
  font-weight: bold;
  line-height: 1.5;
}
body main .section-index .featured-project .block .card .text-gp p i {
  margin-left: 4px;
  color: #22B573;
  font-size: 0.75rem;
}
body main .section-index .featured-project .block .card .type-gp {
  width: 100%;
}
body main .section-index .featured-project .block .card .type-gp span {
  color: black;
  background-color: #efefef;
  border-radius: 50px;
  padding: 3px 12px;
  font-size: 0.875rem;
  margin-right: 8px;
}
@media (max-width: 1024px) {
  body main .section-index .featured-project .block .card .type-gp span {
    margin-bottom: 12px;
    padding: 3px 8px;
  }
}
@media (max-width: 568px) {
  body main .section-index .featured-project .block .card .type-gp span {
    padding: 3px 12px;
  }
}
body main .section-project .brief {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #2FAAE5;
  padding-bottom: 56px;
  background-color: #F2F2F3;
}
@media (max-width: 1024px) {
  body main .section-project .brief {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  body main .section-project .brief {
    padding-bottom: 32px;
  }
}
@media (max-width: 568px) {
  body main .section-project .brief {
    padding-bottom: 12px;
    margin-bottom: 0;
  }
}
body main .section-project .brief picture {
  width: 100%;
}
body main .section-project .brief picture img {
  border: solid 1px #efefef;
  width: 100%;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
body main .section-project .brief .brief-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  flex-wrap: wrap;
}
body main .section-project .brief .brief-header .block {
  width: 30%;
}
@media (max-width: 768px) {
  body main .section-project .brief .brief-header .block {
    width: 50%;
  }
}
@media (max-width: 568px) {
  body main .section-project .brief .brief-header .block {
    width: 100%;
    order: 2;
  }
}
body main .section-project .brief .brief-header .block h2,
body main .section-project .brief .brief-header .block h5,
body main .section-project .brief .brief-header .block p {
  color: black;
}
@media (max-width: 1024px) {
  body main .section-project .brief .brief-header .block h2 {
    font-size: 1.25rem;
    font-weight: bold;
  }
}
body main .section-project .brief .brief-header .block .subtitle {
  font-size: 1.125rem;
  font-weight: normal;
}
@media (max-width: 1024px) {
  body main .section-project .brief .brief-header .block .subtitle {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  body main .section-project .brief .brief-header .date {
    width: 30%;
  }
}
@media (max-width: 568px) {
  body main .section-project .brief .brief-header .date {
    width: 100%;
    display: flex;
    margin-bottom: 8px;
  }
  body main .section-project .brief .brief-header .date p {
    margin-right: 12px;
  }
}
body main .section-project .brief .brief-header .link {
  text-align: right;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  body main .section-project .brief .brief-header .link {
    width: 20%;
  }
}
@media (max-width: 568px) {
  body main .section-project .brief .brief-header .link {
    width: 100%;
    margin-bottom: 12px;
  }
}
body main .section-project .brief .brief-header .link .button-outline {
  color: black;
  border: 1px solid black;
}
@media (max-width: 568px) {
  body main .section-project .brief .brief-header .link .button-outline {
    width: 100%;
    display: block;
  }
}
body main .section-project .brief .brief-header img {
  margin-top: 36px;
}
@media (max-width: 768px) {
  body main .section-project .brief .brief-header img {
    margin-top: 20px;
  }
}
@media (max-width: 568px) {
  body main .section-project .brief .brief-header img {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
body main .section-project .brief .info {
  margin-top: 36px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  body main .section-project .brief .info {
    margin-top: 24px;
  }
}
@media (max-width: 568px) {
  body main .section-project .brief .info {
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
  }
}
body main .section-project .brief .info .text-gp {
  width: 31%;
  padding: 24px 32px;
  background-color: white;
  border-radius: 16px;
  border-radius: 16px;
  border: solid 1px #efefef;
}
@media (max-width: 568px) {
  body main .section-project .brief .info .text-gp {
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
  }
}
body main .section-project .brief .info .text-gp:last-child {
  margin-right: 0;
}
body main .section-project .brief .info .text-gp h3 {
  margin-bottom: 8px;
}
body main .section-project .content article {
  margin-bottom: 60px;
}
body main .section-project .content .title {
  margin-top: 36px;
  margin-bottom: 0;
}
body main .section-project .content .img-shadow {
  box-shadow: 0 0 20px #efefef;
}
body main .section-project .content .text-gp {
  padding: 40px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 568px) {
  body main .section-project .content .text-gp {
    padding: 24px 0;
  }
}
body main .section-project .content .text-gp h3 {
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 568px) {
  body main .section-project .content .text-gp h3 {
    margin-bottom: 4px;
  }
}
body main .section-project .content .text-gp p {
  margin-top: 4px;
  width: 100%;
}
@media (max-width: 568px) {
  body main .section-project .content .text-gp p {
    margin-top: 0;
  }
}
body main .section-project .content .text-gp .result-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #22B573;
}
@media (max-width: 768px) {
  body main .section-project .content .text-gp .result-title {
    font-size: 1.875rem;
  }
}
body main .section-project .content .text-gp .result-title.iot {
  color: #2FAAE5;
}
body main .section-project .content .text-gp .result-title.NCG {
  color: #22B573;
}
body main .section-project .content .text-gp.result {
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  padding: 0;
}
@media (max-width: 768px) {
  body main .section-project .content .text-gp.result .col-sm-6 {
    margin-bottom: 20px;
    padding: 16px;
  }
  body main .section-project .content .text-gp.result .col-sm-6:last-child {
    padding-bottom: 0;
  }
}
body main .section-project .content .text-gp.result .col-sm-6 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
@media (max-width: 568px) {
  body main .section-project .content .text-gp.result p {
    line-height: 1.5;
    margin-top: 0;
  }
}
body main .section-project .content .lightGallery-item {
  width: 48%;
  cursor: pointer;
}
@media (max-width: 568px) {
  body main .section-project .content .lightGallery-item {
    width: 100%;
  }
}
body main .section-project .content .lightGallery-item img {
  width: 100%;
}
body main .section-project .content video {
  width: 100%;
}
@media (max-width: 568px) {
  body main .section-project .content .col-sm-6 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
body main .section-project .content .col-sm-6 img {
  width: 100%;
}
body main .section-project .content .blockA {
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  body main .section-project .content .blockA {
    padding-bottom: 0;
  }
}
body main .section-project .content .blockA .text-gp {
  width: 48%;
}
@media (max-width: 568px) {
  body main .section-project .content .blockA .text-gp {
    width: 100%;
    padding-bottom: 0;
  }
}
body main .section-project .content .blockA img {
  width: 48%;
}
@media (max-width: 568px) {
  body main .section-project .content .blockA img {
    width: 100%;
  }
}
body main .section-project .content .blockA picture {
  width: 48%;
}
@media (max-width: 568px) {
  body main .section-project .content .blockA picture {
    width: 100%;
  }
}
body main .section-project .content .blockA picture img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
body main .section-project .content .blockB {
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  body main .section-project .content .blockB {
    padding-bottom: 0;
  }
}
body main .section-project .content .blockB .text-gp {
  width: 48%;
  padding-top: 0;
}
@media (max-width: 568px) {
  body main .section-project .content .blockB .text-gp {
    width: 100%;
    margin-bottom: 12px;
  }
}
body main .section-project .content .blockB .text-gp.ul {
  padding: 0 16px;
  margin-bottom: 20px;
}
@media (max-width: 568px) {
  body main .section-project .content .blockB .text-gp.ul {
    padding: 0 8px;
  }
}
body main .section-project .content .blockB picture img {
  width: 100%;
}
body main .section-project .content .blockB .big-img {
  width: 100%;
  margin-bottom: 36px;
}
@media (max-width: 568px) {
  body main .section-project .content .blockB .big-img {
    margin-bottom: 20px;
  }
}
body main .section-project .content .blockB .lightGallery-item {
  width: 100%;
}
body main .section-project .content .blockB h3 {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 568px) {
  body main .section-project .content .blockB h3 {
    margin-bottom: 4px;
  }
}
body main .section-project .content .blockC {
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  body main .section-project .content .blockC {
    padding-bottom: 0;
  }
}
body main .section-project .content .blockC .text-gp {
  width: 100%;
  padding-top: 0;
}
body main .section-project .content .blockC .text-gp img {
  width: 100%;
  margin-top: 20px;
}
body main .section-project .content .blockC .img-gp h3 {
  margin-bottom: 20px;
}
body main .section-project .content .blockC .img-gp picture {
  width: 100%;
}
body main .section-project .content .blockC .img-gp p {
  margin-top: 12px;
}
body main .swiper {
  width: 100%;
  height: 100%;
}
@media (max-width: 1366px) {
  body main .swiper {
    margin-bottom: 36px;
  }
}
body main .swiper .swiper-slide:nth-child(3) img {
  -o-object-position: center 20%;
     object-position: center 20%;
}
body main .swiper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/2.5;
}
body main .swiper .swiper-pagination-bullet-active {
  background: #595757;
}
body main .section-brand {
  height: 100%;
}
body main .section-brand .blockB {
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  body main .section-brand .blockB {
    padding-bottom: 0;
  }
}
body main .section-brand .blockB .text-gp {
  width: 48%;
  padding-top: 0;
}
@media (max-width: 568px) {
  body main .section-brand .blockB .text-gp {
    width: 100%;
    margin-bottom: 12px;
  }
}
body main .section-brand .blockB .text-gp.ul {
  padding: 0 16px;
  margin-bottom: 20px;
}
@media (max-width: 568px) {
  body main .section-brand .blockB .text-gp.ul {
    padding: 0 8px;
  }
}
body main .section-brand .blockB picture img {
  width: 100%;
}
body main .section-brand .blockB .big-img {
  width: 100%;
  margin-bottom: 36px;
}
@media (max-width: 568px) {
  body main .section-brand .blockB .big-img {
    margin-bottom: 20px;
  }
}
body main .section-brand .blockB .lightGallery-item {
  width: 100%;
}
body main .section-brand .blockB h3 {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 568px) {
  body main .section-brand .blockB h3 {
    margin-bottom: 4px;
  }
}
body main .section-about {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 48px;
}
@media (max-width: 1024px) {
  body main .section-about {
    padding: 32px 0;
    margin-top: 0;
  }
}
body main .section-about .title {
  background-color: transparent;
  width: 100%;
  padding-left: 0;
  margin-bottom: 36px !important;
  border-radius: 0;
}
@media (max-width: 568px) {
  body main .section-about .title {
    padding-top: 24px;
  }
}
body main .section-about .block {
  width: 100%;
  text-align: left;
  display: block;
}
body main .section-about .block:last-of-type {
  padding-bottom: 56px;
}
@media (max-width: 768px) {
  body main .section-about .block {
    width: 100% !important;
    margin-bottom: 48px;
  }
}
@media (max-width: 568px) {
  body main .section-about .block {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
body main .section-about .block .title {
  width: 100%;
  margin-bottom: 36px;
}
body main .section-about .block img {
  width: 100%;
  margin-top: 20px;
}
body main .section-about .skill {
  width: 100%;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body main .section-about .skill .card {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  width: 31%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  body main .section-about .skill .card {
    width: 48%;
    margin-bottom: 36px;
  }
  body main .section-about .skill .card:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 568px) {
  body main .section-about .skill .card {
    width: 100%;
  }
}
body main .section-about .skill .card .top {
  padding: 16px 0;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #dcdddd;
}
body main .section-about .skill .card .body {
  padding: 16px 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
}
body main .section-about .skill .card .body .icon-gp {
  display: flex;
  justify-content: center;
  padding: 16px;
  margin-top: 4px;
  width: 100%;
}
body main .section-about .skill .card .body .icon-gp .logo {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  border-radius: 8px;
}
body main .section-about .skill .card .body .icon-gp .logo:last-child {
  margin-right: 0;
}
body main .section-about .skill h4 {
  margin-bottom: 20px;
}
body main .section-about .paragraph {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 56px 0;
}
body main .section-about .paragraph .text-gp {
  width: 550px;
  margin-top: 120px;
  margin-bottom: 60px;
  font-size: 1.125rem;
  border-top: 6px solid #dcdddd;
  border-bottom: 6px solid #dcdddd;
  padding: 40px 0;
}
@media (max-width: 568px) {
  body main .section-about .paragraph .text-gp {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
body main .section-about .paragraph .text-gp h2 {
  width: 100%;
  text-align: center;
}
body main .section-about .paragraph .text-gp p {
  text-align: center;
  line-height: 2;
}
body main .section-about .paragraph .text-gp .slogan {
  padding-top: 32px;
}
body main .section-about .paragraph .text-gp .slogan p {
  color: black;
  font-size: 1.5rem;
  line-height: 1.75;
}
@media (max-width: 568px) {
  body main .section-about .paragraph .text-gp .slogan p {
    font-size: 1.25rem;
  }
}/*# sourceMappingURL=style.css.map */