@media screen and (max-width: 1400px) {
  .section-member-collect .content-container .content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .section-member-collect .content-container .content-wrapper .img-center-wrapper .img-center {
    height: 100%;
    width: 100%;
    max-width: 442px;
  }
  .section-member-collect .content-container .content-wrapper .img-center-wrapper .line-left,
  .section-member-collect .content-container .content-wrapper .img-center-wrapper .line-right {
    position: absolute;
  }
  .section-member-collect .content-container .content-wrapper .img-center-wrapper .line-left.mobile,
  .section-member-collect .content-container .content-wrapper .img-center-wrapper .line-right.mobile {
    display: block;
  }
  .section-member-collect .content-container .content-wrapper .img-center-wrapper .line-left {
    height: 40%;
    left: 23%;
    top: -4%;
  }
  .section-member-collect .content-container .content-wrapper .img-center-wrapper .line-right {
    height: 57%;
    right: 22%;
    bottom: -19%;
  }
  .section-member-collect .content-container .content-wrapper .left,
  .section-member-collect .content-container .content-wrapper .right {
    position: static;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    gap: 22px;
  }
  .section-member-collect .content-container .content-wrapper .left .line.desktop,
  .section-member-collect .content-container .content-wrapper .right .line.desktop {
    display: none;
  }
  .section-member-collect .content-container .content-wrapper .left .content-img .img {
    height: 87px;
  }
  .section-member-collect .content-container .content-wrapper .right {
    margin-top: 50px;
    margin-bottom: 74px;
  }
}
@media screen and (max-width: 991px) {
  .section-navigation-bar {
    top: 55px;
  }
  .section-member-title .title-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    justify-items: center;
    text-align: center;
  }
  .section-member-title .title-grid .img-wrapper {
    min-height: 470px;
  }
  .section-member-title .title-grid .img-wrapper .img1,
  .section-member-title .title-grid .img-wrapper .img2 {
    max-height: 300px;
  }
  .section-member-title .title-grid .img-wrapper .img1 {
    left: 52px;
  }
  .section-member-title .title-grid .img-wrapper .img2 {
    left: 185px;
    top: 20px;
  }
  .section-member-title .title-grid .img-wrapper .img-shadow {
    width: 50vw;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 380px;
  }
  .section-member-title .title-grid .brush {
    top: -10px;
    left: 75px;
  }
  .section-member-title .title-grid .app-btn-wrapper-mobile {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .section-navigation-bar .container {
    max-width: 100%;
  }
  .section-navigation-bar .navi-list {
    justify-content: flex-start;
    gap: 24px 28px;
  }
}
@media screen and (max-width: 576px) {
  .section-member-title .title-grid .img-wrapper .img1 {
    left: 10%;
  }
  .section-member-title .title-grid .img-wrapper .img2 {
    left: unset;
    right: 10%;
    top: 20px;
  }
  .section-navigation-bar .container {
    max-width: 100%;
  }
  .section-navigation-bar .navi-list {
    justify-content: flex-start;
    gap: 24px 16px;
  }
  .section-line-point .content-grid .content-card:nth-child(3) .content-img img {
    width: 100%;
    left: 0%;
  }
  .section-member-collect .content-container .content-wrapper .left .content-img .img {
    height: 87px;
  }
  .section-member-collect .content-container .content-wrapper .right {
    margin-top: 50px;
    margin-bottom: 74px;
  }
}
@media screen and (max-width: 375px) {
  .section-member-title .title-grid .img-wrapper .img1 {
    left: 10px;
  }
  .section-member-title .title-grid .img-wrapper .img2 {
    left: unset;
    right: 10px;
    top: 20px;
  }
}/*# sourceMappingURL=member-responsive.css.map */