.about {
  width: 100%;
  margin-top: 60px;
  min-height: calc(100vh - 60px - 60px);
  -webkit-overflow-scrolling: touch;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Helvetica Neue, Arial, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.about section > .inner {
  width: 100%;
  margin: 0 auto;
}
.about section > .inner p {
  color: #333;
  line-height: 1.8;
}
.about .synopsis {
  padding: 40px 0 50px 0;
  position: relative;
}
.about .synopsis > .inner {
  padding: 0 16px;
}
.about .synopsis > .inner .detail .left {
  width: 100%;
  padding-top: 10px;
}
.about .synopsis > .inner .detail .left h3 {
  font-size: 20px;
  background: #2c6aa0 linear-gradient(-135deg, transparent 25%, transparent 40%, #02eeff 40%, #02eeff 60%, transparent 60%, transparent);
  background-size: 120px 100px;
  background-repeat: no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: scratchy 6s linear infinite;
  user-select: none;
}
.about .synopsis > .inner .detail .left a {
  display: inline-block;
  margin-top: 10px;
  color: #2c6aa0;
  font-size: 18px;
}
.about .synopsis > .inner .detail .left .contact-btn {
  margin: 30px 0;
  width: 120px;
  height: 40px;
  color: #fff;
  background-color: #006aa4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 0 15px;
  font-size: 14px;
  user-select: none;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #0090f7, #ba62fc);
}
.about .synopsis > .inner .detail .left .contact-btn:hover {
  background-color: #40a9ff;
}
.about .synopsis > .inner .detail .right {
  width: 100%;
}
.about .synopsis > .inner .detail .right p {
  margin-bottom: 20px;
}
.about .synopsis > .inner .detail .right p:last-child {
  margin: 0;
}
.about .why {
  background: linear-gradient(171deg, #071e2a 20%, #2c6aa0 80%, #2c6aa0) no-repeat;
  background-color: transparent;
  padding: 40px 0;
}
.about .why .inner {
  padding: 0 16px;
}
.about .why .inner h2 {
  text-align: center;
  margin-bottom: 35px;
  color: #02eeff;
}
.about .why .inner .detail .item {
  backdrop-filter: blur(15px);
  background-color: hsla(0, 0%, 100%, 0.1);
  box-shadow: inset 0px 0px 3px 1px hsla(0, 0%, 100%, 0.1);
  padding: 20px;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 6px;
}
.about .why .inner .detail .item:last-child {
  margin-right: 0 !important;
}
.about .why .inner .detail .item h3 {
  color: #02eeff;
  margin: 20px 0;
  text-align: center;
}
.about .why .inner .detail .item li {
  color: #fff;
  margin-top: 20px;
  line-height: 1.6;
  align-items: center;
  margin-left: 15px;
  font-size: 14px;
}
.about .culture {
  background: #fff;
  padding: 40px 0;
  background-image: url('/images/home/bg1.svg');
  background-repeat: space no-repeat;
  background-position: 50% 50%;
}
.about .culture .inner {
  padding: 0 16px;
}
.about .culture .inner h2 {
  text-align: center;
  margin-bottom: 35px;
  color: #006aa4;
}
.about .culture .inner .detail .item {
  backdrop-filter: blur(15px);
  background-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 20px;
  width: 100%;
  border: solid 1px #006aa426;
}
.about .culture .inner .detail .item:last-child {
  margin-right: 0;
}
.about .culture .inner .detail .item h3 {
  color: #006aa4;
  text-align: center;
  padding: 20px 0;
}
.about .culture .inner .detail .item p {
  font-size: 14px;
}
.about .culture .inner .detail .item p.p1 {
  font-weight: bold;
}
@media (min-width: 1180px) {
  #app .about section > .inner {
    width: 1120px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1920px) {
  .about section > .inner {
    width: 1400px;
  }
}
@media (min-width: 1180px) {
  #app .synopsis {
    padding-bottom: 60px;
  }
  #app .synopsis .inner .detail .left h3 {
    font-size: 26px;
    animation: scratchy 16s linear infinite;
  }
}
@media (min-width: 1180px) {
  #app .why {
    padding-bottom: 60px;
  }
  #app .why .inner .detail {
    display: flex;
  }
  #app .why .inner .detail .item {
    width: calc(100% / 3);
    margin-right: 20px;
  }
}
@media (min-width: 1180px) {
  .culture {
    padding-bottom: 60px;
  }
  .culture .inner .detail {
    display: flex;
  }
  .culture .inner .detail .item {
    width: calc(100% / 3);
    margin-right: 20px;
  }
}
@keyframes scratchy {
  0% {
    background-position: -100% 0;
  }
  100% {
    background-position: 130% 0;
  }
}
