/* about */
.about {
  position: relative;
  height: 500vh;
}
.about .img--block {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
}
.about .img--block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about--wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 30px;
}
.about--wrapper .text--block {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  color: #fff;
  z-index: 1;
}
.about--wrapper .text--block p {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}

.about--wrapper .text--block.sticky {
  position: sticky; /* top 고정 */
  top: 0; /* 화면 상단에 붙이기 */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh; /* 화면 크기 만큼 */
}
.about--wrapper .text--block.sticky p {
  font-size: 3rem;
}

/* about-content */
.content--wrapper {
}
.ac-1,
.ac-2,
.ac-3 {
  display: flex;
  align-items: center;
  justify-content: end;
}
.content--wrapper .item {
}
.content--wrapper .item .text--block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  width: 50%;
}
.content--wrapper .item .img--block {
  width: 50%;
}
.content--wrapper .item .img--block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content--wrapper .item.ac-2 .text--block {
  text-align: left;
  align-items: flex-start;
}
.content--wrapper .ac-1 .text--block > *,
.content--wrapper .ac-2 .text--block > *,
.content--wrapper .ac-3 .text--block > * {
  padding-left: 10%;
  padding-right: 10%;
}
.about-content--section .section-subtit {
  font-size: 30px;
}

@media screen and (max-width: 1024px) {
  .content--wrapper .item .text--block {
  }
  .content--wrapper .item .text--block .text-wrap:nth-child(3) {
    display: none;
  }
  .content--wrapper .item .text--block .section-tit {
    font-size: 18px;
  }
  .content--wrapper .item .text--block .section-subtit {
    font-size: 14px;
    font-weight: 600;
  }
}

.about-outro--section {
  padding: 10vw 0;
}
.about-outro--section .ab-outro--content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  gap: 60px;
}
.about-outro--section .ab-outro--content .img--block {
  width: 180px;
}
.about-outro--section .ab-outro--content .img--block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-outro--section .ab-outro--content .text--block {
}
.about-outro--section .section-subtit {
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .about--wrapper .text--block {
    justify-content: flex-start;
  }
  .about--wrapper .text--block p {
    font-size: 1.2rem;
    text-align: left;
  }
  .about--wrapper .text--block.sticky p {
    font-size: 1.5rem;
  }
  .about-outro--section {
    padding: 15vw 30px;
  }
  .about-outro--section .ab-outro--content {
    gap: 30px;
  }
  .about-outro--section .ab-outro--content .img--block {
    width: 60px;
  }
  .section-subtit.v1 {
    font-size: 16px;
  }
}

.container {
  position: relative;
  width: 90vw;
  height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 9px;
}

#svg-stage {
  width: 60%;
  max-height: 60vh;
  max-width: 500px;
  overflow: visible;
}

/* about-2 */

.lawyer {
}
.lawyer .lawyer--content.inner {
  padding: 100px 20px;
}
.lawyer .lawyer--content .lawyer-tit--block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 60px;
}
.lawyer .lawyer--content .img--block {
  position: relative;
  height: 600px;
  overflow: visible;
}
.lawyer .lawyer--content .img--block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lawyer-text--block {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}
.lawyer-text--block .left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.lawyer-text--block .left p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
.profile-section {
  max-width: 100%;
  margin: 0 auto;
  line-height: 1.6;
}

.profile-row {
  display: flex;
  font-weight: bold;
}

.profile-row .year {
  width: 220px;
  font-weight: 600;
  font-size: 20px;
  flex-shrink: 0;
}

.profile-row .desc p {
  margin: 0 0 6px;
  font-size: 18px;
  color: #00070f;
  font-weight: normal;
}

.profile-section hr {
  border: none;
  border-top: 1px solid #eee;
  margin: 24px 0;
}

@media screen and (max-width: 767px) {
  .lawyer .lawyer--content.inner {
    padding: 100px 20px 60px;
  }
  .lawyer-text--block {
    flex-direction: column;
    padding-top: 30px;
  }
  .lawyer .lawyer--content .lawyer-tit--block {
    margin-bottom: 30px;
  }
  .profile-section hr {
    margin: 16px 0;
  }
}

/* location */
.location--content {
}
.location--content .img--block {
  height: 550px;
  overflow: hidden;
}
.location--content.inner {
  padding: 0px 10px 100px 10px;
  margin-top: calc(var(--header-h) + 6vw);
}

.location-tit--block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

.contact-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 60px 0 0 0;
}

.contact-links {
  display: flex;
  width: 60%;
  gap: 30px;
  font-size: 18px;
  font-weight: bold;
}

.contact-links a {
  display: flex;
  align-items: center;
  gap: 2px;
  transition: all 0.4s ease;
}
.contact-links a img {
  width: 20px;
  height: 20px;
}

.contact-links a:first-child:hover {
  color: #03a94d;
  text-decoration: underline;
}
.contact-links a:last-child:hover {
  color: #f9e000;
  text-decoration: underline;
}

.contact-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.left-info {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding-bottom: 50px;
  font-size: 20px;
}
.left-info h4 {
  width: 180px;

  margin-bottom: 10px;
  font-weight: bold;
}

.left-info p {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.subway {
  font-weight: 600;
  color: #f18d00;
}
.right-info {
  padding-top: 50px;
}
.right-info ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 20px;
}

.right-info span {
  display: inline-block;
  font-weight: bold;
  width: 180px;
}
@media screen and (max-width: 767px) {
  .location--content.inner {
    padding-bottom: 60px;
  }
  .location-tit--block {
    margin-bottom: 30px;
  }
  .location--content .img--block {
    height: 350px;
  }
  .contact-section {
    flex-direction: column;
    padding: 20px 0 0 0;
  }
  .contact-links {
    width: 100%;
  }
  .left-info {
    padding-bottom: 25px;
    font-size: 16px;
  }
  .left-info p {
    gap: 10px;
  }
  .left-info h4 {
    width: 80px;
  }
  .right-info {
    padding-top: 25px;
  }
  .right-info ul {
    gap: 10px;
    font-size: 16px;
  }
  .right-info span {
    width: 80px;
  }
  .lawyer-text--block .left {
    padding-bottom: 30px;
  }
  .profile-row {
    flex-direction: column;
  }
  .profile-row .year {
    width: 100%;
    padding: 10px 0 2px;
    font-size: 22px;
  }
  .profile-row .desc p {
    font-size: 16px;
  }
  .contact-links {
    font-size: 16px;
  }
  .contact-links a img {
    width: 16px;
    height: 16px;
  }
  .contact-content {
    margin-top: 30px;
  }
}
