.section-1 {
  position: relative;
}
.section-1::before {
  position: absolute;
  content: "";
  left: 0;
  top: 12.5vw;
  max-width: 818px;
  width: 42.6vw;
  aspect-ratio: 1/0.6613691;
  background: #EFEDE6;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(239, 237, 230)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(239, 237, 230) 0%, rgb(255, 255, 255) 100%);
  z-index: -1;
}
@media all and (max-width: 767px) {
  .section-1::before {
    width: 106vw;
    top: 30.7vw;
    left: unset;
    right: 25px;
  }
}
.section-1 .sec-1-wrap {
  padding: 90px 18.7vw 0 12vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 90px;
}
@media all and (max-width: 767px) {
  .section-1 .sec-1-wrap {
    padding: 50px 25px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 45px;
  }
}
.section-1 .img-wrap {
  max-width: 547px;
  width: 28.5vw;
  height: auto;
  aspect-ratio: 1/1.55393;
}
@media all and (max-width: 991px) {
  .section-1 .img-wrap {
    width: 71.2vw;
  }
}
.section-1 .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.section-1 .director-content {
  width: 52.1%;
}
@media all and (max-width: 991px) {
  .section-1 .director-content {
    width: 100%;
  }
}
.section-1 .name-wrap {
  font-family: "Scheherazade New", "Noto Serif TC", serif;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 13px;
  margin-bottom: 23px;
  border-bottom: 1px solid #C9C9C9;
}
@media all and (max-width: 991px) {
  .section-1 .name-wrap {
    padding-bottom: 12px;
    margin-bottom: 18px;
  }
}
.section-1 .name-wrap .title {
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #ABA07D;
}
.section-1 .name-wrap .name {
  font-size: 36px;
  letter-spacing: 0.2em;
}
@media all and (max-width: 991px) {
  .section-1 .name-wrap .name {
    font-size: 30px;
    letter-spacing: 0.15em;
    line-height: 1.3;
  }
}
.section-1 .info {
  position: relative;
  padding-bottom: 21px;
  margin-bottom: 24px;
}
@media all and (max-width: 991px) {
  .section-1 .info {
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
}
.section-1 .info:not(:last-child)::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #c9c9c9 0, #c9c9c9 2px, transparent 2px, transparent 4px);
}
.section-1 .info .title {
  position: relative;
  font-family: "Scheherazade New", "Noto Serif TC", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-left: 16px;
  margin-bottom: 5px;
}
@media all and (max-width: 991px) {
  .section-1 .info .title {
    padding-left: 12px;
    margin-bottom: 10px;
  }
}
.section-1 .info .title::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 6px;
  height: 6px;
  background-color: #ABA07D;
}
.section-1 .info .content ul {
  list-style-type: disc;
  padding-left: 25px;
}
.section-1 .info .content ul li::marker {
  font-size: 0.8em;
}
.section-1 .info .content .des {
  font-weight: 500;
  color: #ABA07D;
}
@media all and (max-width: 991px) {
  .section-1 .info .content .des {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

.section-2 {
  background-color: #EFEDE6;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(239, 237, 230)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(239, 237, 230) 0%, rgb(255, 255, 255) 100%);
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
.section-2 .top-lawyer-wrap {
  margin: 0 auto;
  max-width: 1300px;
  padding: 100px 50px;
}
@media all and (max-width: 991px) {
  .section-2 .top-lawyer-wrap {
    padding: 40px 25px;
  }
}
.section-2 .top-lawyer-wrap .top-lawyer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-2 .top-lawyer-wrap .top-lawyer-list li {
  width: calc((100% - 24px) / 2);
}
@media all and (max-width: 991px) {
  .section-2 .top-lawyer-wrap .top-lawyer-list {
    gap: 24px 12px;
  }
  .section-2 .top-lawyer-wrap .top-lawyer-list li {
    width: calc((100% - 12px) / 2);
  }
}
.section-2 .sec-title {
  font-family: "Scheherazade New", "Noto Serif TC", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-bottom: 19px;
  margin-bottom: 30px;
  border-bottom: 1px solid #C9C9C9;
}
@media all and (max-width: 991px) {
  .section-2 .sec-title {
    font-size: 20px;
    padding-bottom: 14px;
    margin-bottom: 24px;
  }
}
.section-2 .top-lawyer-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 15px;
}
@media all and (max-width: 991px) {
  .section-2 .top-lawyer-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 8px;
  }
}
.section-2 .top-lawyer-card .card-img {
  max-width: 278px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.41643;
  overflow: hidden;
  background: url("../images/lawyer/lawyer_default.webp") center/cover no-repeat;
}
.section-2 .top-lawyer-card .card-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.section-2 .top-lawyer-card .card-content {
  width: 43.8%;
}
@media all and (max-width: 991px) {
  .section-2 .top-lawyer-card .card-content {
    width: 100%;
  }
}
.section-2 .top-lawyer-card .lawyer-name-wrap {
  width: calc(100% - 30px);
}
.section-2 .top-lawyer-card .lawyer-name-wrap .lawyer-title {
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
@media all and (max-width: 991px) {
  .section-2 .top-lawyer-card .lawyer-name-wrap .lawyer-title {
    margin-bottom: 2px;
  }
}
.section-2 .top-lawyer-card .lawyer-name-wrap .lawyer-name {
  font-family: "Scheherazade New", "Noto Serif TC", serif;
  font-size: 22px;
  line-height: 0.8;
  letter-spacing: 0.1em;
  color: #ABA07D;
}
@media all and (max-width: 991px) {
  .section-2 .top-lawyer-card .lawyer-name-wrap .lawyer-name {
    line-height: 1.5;
    font-size: 20px;
  }
}
.section-2 .top-lawyer-card .card-btn {
  position: absolute;
  right: 38px;
  bottom: 0;
  width: 30px;
  aspect-ratio: 1;
  background-color: #ABA07D;
  overflow: hidden;
}
@media all and (max-width: 991px) {
  .section-2 .top-lawyer-card .card-btn {
    right: 0;
    bottom: 8px;
  }
}
.section-2 .top-lawyer-card .card-btn::before, .section-2 .top-lawyer-card .card-btn::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 30px;
  aspect-ratio: 1;
  -webkit-mask: url("../images/common/arrow.svg") center/contain no-repeat;
          mask: url("../images/common/arrow.svg") center/contain no-repeat;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.section-2 .top-lawyer-card .card-btn::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.section-2 .top-lawyer-card .card-btn::before {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media all and (min-width: 992px) {
  .section-2 .top-lawyer-card:hover .card-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .section-2 .top-lawyer-card:hover .card-btn {
    background-color: #635947;
  }
  .section-2 .top-lawyer-card:hover .card-btn::after {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .section-2 .top-lawyer-card:hover .card-btn::before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.section-2 .lawyer-bg {
  position: relative;
}
.section-2 .lawyer-bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: calc(100% - 9.3vw);
  height: 100%;
  background-color: #fff;
  z-index: 0;
}
@media all and (max-width: 1599px) {
  .section-2 .lawyer-bg::before {
    width: 100%;
  }
}
.section-2 .lawyer-bg .deco-1 {
  position: absolute;
  content: "";
  bottom: -11vw;
  right: -8.3vw;
  width: 41vw;
  height: auto;
  aspect-ratio: 1/0.77179487;
  background: url("../images/lawyer/lawyer_bg.webp") center/contain no-repeat;
}
@media all and (max-width: 991px) {
  .section-2 .lawyer-bg .deco-1 {
    width: 64.8vw;
    right: -20vw;
    bottom: -15.6vw;
  }
}
.section-2 .lawyer-wrap {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 1300px;
  padding: 100px 50px 90px;
}
@media all and (max-width: 991px) {
  .section-2 .lawyer-wrap {
    padding: 42px 25px 38px;
  }
}
.section-2 .lawyer-wrap .lawyer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 42px 24px;
}
.section-2 .lawyer-wrap .lawyer-list li {
  width: calc((100% - 72px) / 4);
}
@media all and (max-width: 991px) {
  .section-2 .lawyer-wrap .lawyer-list {
    gap: 16px 12px;
  }
  .section-2 .lawyer-wrap .lawyer-list li {
    width: calc((100% - 24px) / 3);
  }
}
@media all and (max-width: 767px) {
  .section-2 .lawyer-wrap .lawyer-list li {
    width: calc((100% - 12px) / 2);
  }
}
.section-2 .lawyer-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
}
@media all and (max-width: 991px) {
  .section-2 .lawyer-card {
    gap: 10px;
  }
}
.section-2 .lawyer-card .card-img {
  max-width: 278px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.41643;
  overflow: hidden;
  background: url("../images/lawyer/lawyer_default.webp") center/cover no-repeat;
}
@media all and (max-width: 991px) {
  .section-2 .lawyer-card .card-img {
    max-width: unset;
  }
}
.section-2 .lawyer-card .card-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.section-2 .lawyer-card .lawyer-name-wrap .lawyer-title {
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
@media all and (max-width: 991px) {
  .section-2 .lawyer-card .lawyer-name-wrap .lawyer-title {
    margin-bottom: 2px;
  }
}
.section-2 .lawyer-card .lawyer-name-wrap .lawyer-name {
  font-family: "Scheherazade New", "Noto Serif TC", serif;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #ABA07D;
}
@media all and (max-width: 991px) {
  .section-2 .lawyer-card .lawyer-name-wrap .lawyer-name {
    font-size: 20px;
  }
}
.section-2 .lawyer-card .card-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  aspect-ratio: 1;
  background-color: #ABA07D;
  overflow: hidden;
}
.section-2 .lawyer-card .card-btn::before, .section-2 .lawyer-card .card-btn::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 30px;
  aspect-ratio: 1;
  -webkit-mask: url("../images/common/arrow.svg") center/contain no-repeat;
          mask: url("../images/common/arrow.svg") center/contain no-repeat;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.section-2 .lawyer-card .card-btn::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.section-2 .lawyer-card .card-btn::before {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media all and (min-width: 992px) {
  .section-2 .lawyer-card:hover .card-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .section-2 .lawyer-card:hover .card-btn {
    background-color: #635947;
  }
  .section-2 .lawyer-card:hover .card-btn::after {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .section-2 .lawyer-card:hover .card-btn::before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}