@charset "UTF-8";
.container,
.footer,
.header {
  visibility: hidden;
}

:root {
  --color-normal: #0a3d60;
  --color-normal-light: #8bc0b6;
  --color-normal-light-2: #87b1a9;
  --color-normal-dark: #184e47;
  --color-highlight: #0084ae;
  --color-highlight-dark: #877055;
  --color-white: #fff;
  --color-red: #db595e;
  --color-pink: #ee849f;
  --color-black: #222;
  --color-grey: #646875;
  --color-grey-light: #aaa;
  --color-light: #ddd;
  --color-white-grey: #efefef;
  --color-bg: #ececec;
  --color-bg-black: #000;
  --color-text-scroll: #f2f2f2;
  --color-blue: #14799e;
  --color-orange: #dc6f27;
  --color-white-alpha: rgba(255, 255, 255, 0.5);
  --color-black-alpha: rgba(0, 0, 0, 0.5);
  --color-normal-alpha-03: rgba(10, 61, 96, 0.3);
  --color-normal-alpha-05: rgba(10, 61, 96, 0.5);
  --color-dark-alpha: rgba(24, 78, 71, 0.5);
  --color-highlight-alpha: rgba(171, 135, 104, 0.5);
  --color-white-zero: rgba(255, 255, 255, 0);
  --color-white-alpha-01: rgba(255, 255, 255, 0.1);
  --color-white-alpha-02: rgba(255, 255, 255, 0.2);
  --color-white-alpha-03: rgba(255, 255, 255, 0.3);
  --color-white-alpha-04: rgba(255, 255, 255, 0.4);
  --color-white-alpha-05: rgba(255, 255, 255, 0.5);
  --color-white-alpha-06: rgba(255, 255, 255, 0.6);
  --color-white-alpha-07: rgba(255, 255, 255, 0.7);
  --color-white-alpha-08: rgba(255, 255, 255, 0.8);
  --color-white-alpha-09: rgba(255, 255, 255, 0.9);
  --color-black-zero: rgba(0, 0, 0, 0);
  --color-black-alpha-01: rgba(0, 0, 0, 0.1);
  --color-black-alpha-02: rgba(0, 0, 0, 0.2);
  --color-black-alpha-03: rgba(0, 0, 0, 0.3);
  --color-black-alpha-04: rgba(0, 0, 0, 0.4);
  --color-black-alpha-05: rgba(0, 0, 0, 0.5);
  --color-black-alpha-06: rgba(0, 0, 0, 0.6);
  --color-black-alpha-07: rgba(0, 0, 0, 0.7);
  --color-black-alpha-08: rgba(0, 0, 0, 0.8);
  --color-black-alpha-09: rgba(0, 0, 0, 0.9);
  --color-bg-hide: linear-gradient(90deg, rgba(17, 74, 90, 1) 30%, rgba(17, 74, 90, 0) 80%);
  --color-black-alpha: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  --color-hide-top: linear-gradient(0deg, rgba(5, 44, 56, 0) 15%, rgba(5, 44, 56, 0.8) 40%, rgba(5, 44, 56, 0.8) 70%);
  --color-bg-banner: linear-gradient(0deg, rgba(17, 74, 90, 1) 0%, rgba(17, 74, 90, 0.3) 100%);
  --color-block-hide: linear-gradient(0deg, rgba(24, 78, 71, 0) 20%, rgba(24, 78, 71, 1) 100%);
  --color-black-thumb: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 60%);
  --color-border: linear-gradient(0deg, #184e47 0%, #8bc0b6 50%, #ab8768 100%);
  --color-black-gradient: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 80%);
  --color-banner-hide: linear-gradient(0deg, rgba(10, 61, 96, 1) 10%, rgba(10, 61, 96, 0) 60%);
  --color-border-gradient: linear-gradient(135deg, #ab8768 0%, rgba(255, 255, 255, 0) 50%, #e1cab0 100%);
  --color-mask: linear-gradient(90deg, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
  --color-dot: linear-gradient(135deg, #ab8768 0%, #dc6f27 100%);
  --color-dot-2: linear-gradient(135deg, #cb4600 0%, #7f1417 100%);
  --color-text-gradient: linear-gradient(90deg, #c69b77 0%, #62b9d3 30%, #fff 70%, #7b9164 100%);
  --color-text-red: linear-gradient(90deg, #fff 0%, #8bc0b6 30%, #fff 50%, #ab8768 80%, #dc6f27 100%);
  --color-bg-news: linear-gradient(0deg, #8bc0b6 0%, #184e47 50%, #0a3d60 100%);
  --color-bg-blur: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  --color-bg-gradient: linear-gradient(135deg, #ab8768 0%, #877055 50%, #ab8768 100%);
  --color-bg-gradient-2: linear-gradient(135deg, #8bc0b6 0%, #184e47 50%, #8bc0b6 100%);
  --block-A: #184e47;
  --block-B: #877055;
  --office: #6b90b8;
  --shophouse: #c9b8a6;
  --trendy: #dfdc8e;
  --classy: #ffd57e;
  --morden: #f37477;
  --morden-1: #beddd8;
  --morden-2: #81ccba;
  --morden-3: #ffd1d1;
  --morden-4: #f5acac;
  --elegant: #9ea2cc;
  --font-note: "Oswald";
}

img:not([src]) {
  visibility: hidden;
}

.splitting .char,
.splitting .word {
  display: inline-block;
}

.splitting .char {
  position: relative;
}

.splitting .char::after,
.splitting .char::before {
  content: attr(data-char);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splitting {
  --word-center: calc((var(--word-total) - 1) / 2);
  --char-center: calc((var(--char-total) - 1) / 2);
  --line-center: calc((var(--line-total) - 1) / 2);
}

.splitting .word {
  --word-percent: calc(var(--word-index) / var(--word-total));
  --line-percent: calc(var(--line-index) / var(--line-total));
}

.splitting .char {
  --char-percent: calc(var(--char-index) / var(--char-total));
  --char-offset: calc(var(--char-index) - var(--char-center));
  --distance: calc((var(--char-offset) * var(--char-offset)) / var(--char-center));
  --distance-sine: calc(var(--char-offset) / var(--char-center));
  --distance-percent: calc((var(--distance) / var(--char-center)));
}

.container {
  background-color: #2c677b;
}

.show-text .item-path {
  stroke-dasharray: 400 400;
  stroke-dashoffset: 400;
  -webkit-animation: draw-reverse 1.5s ease-out forwards;
  animation: draw-reverse 1.5s ease-out forwards;
}
@media only screen and (max-width: 767.98px) {
  .show-text .item-path {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
}

@media print, (min-width: 768px) {
  .group-central .title-common-primary .title-label.is-default {
    font-size: 0.5rem;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767.98px) {
  .group-central .title-common-primary .title-label {
    font-size: 0.35rem;
    line-height: 1.14286;
  }
}

.about-area {
  color: #fff;
}
@media print, (min-width: 768px) {
  .about-area .content-main {
    top: auto;
    right: 0;
    bottom: 0.5rem;
    left: auto;
    width: 8.17rem;
    height: auto;
    padding-right: 1.8rem;
  }
  .about-area .title-main {
    padding-left: 0.5rem;
  }
  .about-area .title-common-primary {
    margin-bottom: 0.24rem;
  }
  .about-area .title-common-primary .title-label.is-default {
    margin: -0.38rem 0 0 1.57rem;
  }
  .about-area .title-common-primary .title-label:nth-child(3) {
    padding-left: 0.56rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100.98px) {
  .about-area .content-main {
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-area.group-central {
    height: 8.6rem !important;
  }
  .about-area .bg-cover {
    position: absolute;
    height: 8.6rem;
  }
  .about-area .ani-item.on-show {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  .about-area .content-main {
    padding: 0.2rem 0.12rem 0.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .about-area .title-main {
    margin: 0 0 0.35rem 0.4rem;
  }
  .about-area .title-common-primary .title-label.is-default {
    margin: -0.2rem 0rem 0.12rem 0.64rem;
  }
  .about-area .title-common-primary .title-label:nth-child(3) {
    margin-left: 0.4rem;
  }
}

.list-about-area .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-about-area span {
  display: block;
  position: relative;
}
.list-about-area .item-wrapper {
  position: relative;
}
.list-about-area .item-wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-filter: drop-shadow(0 0 10px #36c4c1);
  filter: drop-shadow(0 0 10px #36c4c1);
}
@media print, (min-width: 768px) {
  .list-about-area .list-item {
    width: 25%;
  }
  .list-about-area .item-wrapper {
    min-height: 1.21rem;
    padding: 0.26rem 0.06rem 0.15rem 0.24rem;
  }
  .list-about-area .item-wrapper svg {
    width: 1.11rem;
  }
  .list-about-area .item-title {
    font-size: 0.3rem;
    line-height: 1.4;
  }
  .list-about-area .item-text {
    top: -0.04rem;
    font-size: 0.18rem;
    line-height: 1.4444444444;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-about-area .list-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .list-about-area .list-item {
    width: calc(50% - 0.2rem);
    margin-bottom: 0.2rem;
  }
  .list-about-area .item-wrapper {
    min-height: 1.2rem;
    padding: 0.28rem 0.2rem 0.2rem 0.35rem;
  }
  .list-about-area .item-wrapper svg {
    width: 1.2rem;
    height: 1.2rem;
  }
  .list-about-area .item-title {
    font-size: 0.28rem;
    line-height: 1.2;
  }
  .list-about-area .item-text {
    top: -0.04rem;
    font-size: 0.18rem;
    line-height: 1.8571428571;
  }
}

.about-construction .bg-decor {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
@media print, (min-width: 768px) {
  .about-construction .bg-decor {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 57.1875vw;
    height: 49.53125vw;
  }
  .about-construction .content-main {
    top: 3.78rem;
    width: 7.8rem;
    height: auto;
    padding-left: 0.73rem;
  }
  .about-construction .title-common-primary {
    margin-bottom: 0.24rem;
  }
  .about-construction .title-common-primary .title-label.is-default {
    margin: -0.27rem 0 0.05rem 1.16rem;
  }
}
@media (min-width: 768px) and (max-width: 1366.98px) {
  .about-construction .bg-decor {
    width: 45.7291666667vw;
    height: 40vw;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-construction {
    height: 8.6rem !important;
  }
  .about-construction .bg-cover {
    height: 100%;
  }
  .about-construction .content-main {
    position: absolute;
    padding: 0.65rem 0.12rem;
  }
  .about-construction .bg-decor {
    position: absolute;
    right: 0;
    bottom: 0.67rem;
    width: 4.2rem;
    height: 5.16rem;
  }
  .about-construction .title-common-primary .title-top {
    margin-left: 0.4rem;
  }
  .about-construction .title-common-primary .title-label.is-default {
    margin: -0.15rem 0 0.1rem 1.4rem;
  }
}

.about-thumbnail svg {
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: opacity, transform;
  z-index: 20;
}
.about-thumbnail .box.active .hover {
  opacity: 1;
}
.about-thumbnail .box .hover {
  opacity: 0;
  -webkit-animation: dash-rotate 0.4s linear infinite;
  animation: dash-rotate 0.4s linear infinite;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  vector-effect: non-scaling-stroke;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media print, (min-width: 768px) {
  .about-thumbnail {
    background-image: url(../img/about/map_bg_01.jpg);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100.98px) {
  .about-thumbnail svg {
    height: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-thumbnail {
    background-image: url(../img/about/sp/map_bg_01.jpg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .about-thumbnail svg {
    height: 8.6rem;
  }
}

@media print, (min-width: 1025px) {
  .about-thumbnail {
    top: -1.2rem !important;
  }
}
@media print, (min-width: 1440px) {
  .about-thumbnail {
    top: auto !important;
  }
}
@media (min-width: 1367px) and (max-width: 1400px) {
  .about-thumbnail {
    left: 0 !important;
    top: auto !important;
  }
}
@media (min-width: 1100px) and (max-width: 1440.98px) {
  html.is-mac .about-thumbnail {
    left: 0 !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .master-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.about-map {
  background-color: #fff;
}
.about-map.show-text g.box {
  -webkit-animation-name: scalelarge;
  animation-name: scaleLarge;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: calc(100ms * var(--data-index));
  animation-delay: calc(100ms * var(--data-index));
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.about-map .title-common-primary {
  pointer-events: none;
}
.about-map .title-common-primary .title-top {
  line-height: 2;
}
.about-map .content-main {
  pointer-events: none;
}
@media print, (min-width: 768px) {
  .about-map .content-main {
    top: 0.1rem;
    right: 0;
    left: auto;
    width: calc(50% - 0.8rem);
    height: auto;
  }
  .about-map .title-common-primary .title-label {
    margin-top: -0.38rem;
  }
  .about-map .map-item,
  .about-map .map-apartment {
    position: absolute;
  }
  .about-map .map-item {
    top: 1.87rem;
    right: 0.64rem;
    width: 30.3645833333vw;
    height: 23.2380952381%;
  }
  .about-map .map-apartment {
    top: 5.94rem;
    right: 0.59rem;
    width: 12.7083333333vw;
    height: 23.2380952381%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100.98px) {
  .about-map {
    height: 8.6rem !important;
  }
  .about-map .map-item {
    width: 34.5454545455vw;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-map {
    height: 8.6rem !important;
  }
  .about-map .title-common-primary {
    background: transparent;
    -webkit-text-fill-color: #fff;
    text-fill-color: #fff;
    color: #fff;
  }
  .about-map .content-main {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    padding: 0.49rem 0.13rem 0;
  }
  .about-map .title-common-primary .title-label {
    margin: -0.24rem 0 0 0;
  }
  .about-map .data-index .ani-item.on-show {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  .about-map .map-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 2.01rem;
    margin: 0 auto;
    z-index: 30;
  }
  .about-map .map-apartment {
    width: 1.14rem;
    position: absolute;
    top: 4.16rem;
    right: 0.13rem;
    height: 1.24rem;
  }
  .about-map .white path {
    fill: #fff;
  }
}

.list-about-map {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.list-about-map .list-item {
  width: 50%;
}
.list-about-map .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #231f20;
  cursor: pointer;
}
.list-about-map .item-wrapper:hover .item-number::before {
  opacity: 1;
  -webkit-animation: dash 1.5s linear infinite;
  animation: dash 1.5s linear infinite;
}
.list-about-map .item-wrapper.active .item-number::before {
  opacity: 1;
  -webkit-animation: dash 1.5s linear infinite;
  animation: dash 1.5s linear infinite;
}
.list-about-map .item-icon,
.list-about-map .item-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 1;
}
.list-about-map .item-number {
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}
.list-about-map .item-number::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.02rem dashed #2b3580;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media print, (min-width: 768px) {
  .list-about-map {
    height: 2.44rem;
  }
  .list-about-map .list-item {
    margin-bottom: 0.06rem;
  }
  .list-about-map .item-number {
    padding-top: 0.005rem;
    width: 0.24rem;
    height: 0.24rem;
  }
  .list-about-map .item-icon,
  .list-about-map .item-number {
    font-size: 0.15rem;
  }
  .list-about-map .item-icon {
    width: 0.26rem;
    height: 0.24rem;
  }
  .list-about-map .item-text {
    margin-left: 0.16rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-about-map {
    height: 1.69rem;
    width: 4rem;
    margin: 0 auto;
  }
  .list-about-map .list-item {
    margin-bottom: 0.02rem;
  }
  .list-about-map .item-text {
    color: #fff;
  }
  .list-about-map .item-number {
    width: 0.17rem;
    height: 0.17rem;
    padding-top: 0.01rem;
  }
  .list-about-map .item-icon {
    width: 0.18rem;
    height: 0.14rem;
  }
  .list-about-map .item-icon,
  .list-about-map .item-number {
    font-size: 0.1rem;
  }
  .list-about-map .item-text {
    font-size: 0.12rem;
    margin-left: 0.12rem;
  }
}

.about-introduction .bg-decor {
  overflow: hidden;
}
.about-introduction .decor-wrapper,
.about-introduction .title-logo {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.about-introduction .decor-wrapper {
  transition: transform 1.2s ease, -webkit-transform 1.2s ease;
}
.about-introduction .title-logo {
  margin: 0 auto;
}
@media print, (min-width: 768px) {
  .about-introduction.show-text .decor-wrapper {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .about-introduction .decor-wrapper {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .about-introduction .bg-decor {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 49.2708333333vw;
    height: 100%;
  }
  .about-introduction .title-logo {
    width: 2.74rem;
    height: 0.92rem;
    margin-bottom: 0.43rem;
  }
  .about-introduction .content-main {
    top: 2.45rem;
    width: 8.9rem;
    height: auto;
    padding-left: 0.73rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100.98px) {
  .about-introduction .content-main {
    width: 10rem;
    left: 50%;
    padding: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .about-introduction .bg-decor {
    position: relative;
    width: 100%;
    height: 10rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-introduction .content-main {
    position: absolute;
    padding: 0.75rem 0.1rem;
  }
  .about-introduction .bg-cover {
    height: 4.86rem;
  }
  .about-introduction .bg-decor {
    height: 3.76rem;
  }
  .about-introduction .title-logo {
    width: 2.14rem;
    height: 0.73rem;
    margin-bottom: 0.12rem;
  }
  .about-introduction .title-common-primary .title-label.is-default {
    margin: -0.16rem 0 0.15rem 1.5rem;
  }
  .about-introduction .title-common-primary .title-label:nth-child(3) {
    margin-left: 0.93rem;
  }
  .about-introduction .title-main {
    padding: 0 0.14rem;
  }
  .about-introduction .paragraph-common-secondary ơ {
    padding: 0 0.04rem;
  }
}

.about-partner {
  background-color: #fff;
}
.about-partner .bg-decor {
  overflow: hidden;
}
.about-partner .decor-wrapper {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  transition: transform 1.2s ease, -webkit-transform 1.2s;
}
.about-partner .title-logo {
  margin: 0 auto;
}
.about-partner .title-main {
  text-align: center;
}
.about-partner .title-common-primary .title-label {
  margin: 0;
}
.about-partner .paragraph-common-secondary {
  text-align: center;
}
@media print, (min-width: 768px) {
  .about-partner .bg-decor {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 62.3958333333vw;
    height: 100%;
  }
  .about-partner.show-text .decor-wrapper {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .about-partner .decor-wrapper {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .about-partner .content-main {
    top: calc(30% - 0.25rem);
    width: 9.42rem;
    height: auto;
    padding-left: 2.06rem;
  }
  .about-partner .title-common-primary {
    margin-bottom: 0.5rem;
  }
  .about-partner .title-logo {
    width: 3.43rem;
    margin-bottom: 0.58rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-partner .content-main {
    padding: 0.8rem 0.1rem 0.2rem;
  }
  .about-partner .title-logo {
    width: 2.69rem;
    margin-bottom: 0.46rem;
  }
  .about-partner .title-common-primary {
    margin-bottom: 0.52rem;
  }
  .about-partner .bg-decor {
    width: 100%;
    height: 5.33rem;
    margin-top: -0.99rem;
  }
}
/*# sourceMappingURL=about.css.map */