.lawyer-detail-container {
  position: relative;
  z-index: 0;
}
.lawyer-detail-container::before {
  position: absolute;
  content: "";
  top: 320px;
  right: 0;
  width: 77.1vw;
  height: 100%;
  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%);
  z-index: -1;
}
@media all and (max-width: 991px) {
  .lawyer-detail-container::before {
    display: none;
  }
}
.lawyer-detail-container .deco-logo {
  position: absolute;
  content: "";
  bottom: -11vw;
  right: -8.3vw;
  width: 41vw;
  height: auto;
  aspect-ratio: 1/0.77179487;
  -webkit-mask: url("../images/lawyer/lawyer_bg.webp") center/contain no-repeat;
          mask: url("../images/lawyer/lawyer_bg.webp") center/contain no-repeat;
  background-color: #EFEDE6;
  z-index: 0;
}
@media all and (max-width: 991px) {
  .lawyer-detail-container .deco-logo {
    display: none;
  }
}
.lawyer-detail-container .lawyer-detail-wrap {
  margin: 0 auto;
  max-width: 1300px;
  padding: 90px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
}
@media all and (max-width: 991px) {
  .lawyer-detail-container .lawyer-detail-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 43px;
  }
}
@media all and (max-width: 991px) {
  .lawyer-detail-container .lawyer-detail-wrap {
    padding: 50px 25px;
  }
}
.lawyer-detail-container .img-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 0;
  width: 353px;
  aspect-ratio: 1/1.41643;
}
@media all and (max-width: 991px) {
  .lawyer-detail-container .img-wrap {
    width: 50.5vw;
    margin: 0 auto;
  }
}
.lawyer-detail-container .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lawyer-detail-container .img-wrap::before {
  position: absolute;
  top: 30px;
  left: -30px;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #D0C8B4;
  z-index: -1;
}
@media all and (max-width: 991px) {
  .lawyer-detail-container .img-wrap::before {
    top: 10px;
    left: -10px;
  }
}
.lawyer-detail-container .bottom-block .editor_content {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media all and (max-width: 991px) {
  .lawyer-detail-container .bottom-block .editor_content {
    padding-top: 42px;
    padding-bottom: 27px;
    position: relative;
    z-index: 0;
  }
  .lawyer-detail-container .bottom-block .editor_content::before {
    position: absolute;
    content: "";
    top: 0;
    left: -25px;
    width: calc(100% + 50px);
    height: 100%;
    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;
  }
}
.lawyer-detail-container .bottom-block .editor_content p {
  margin-bottom: 0;
}
.lawyer-detail-container .bottom-block .back-btn {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 43px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media all and (max-width: 991px) {
  .lawyer-detail-container .bottom-block .back-btn {
    padding: 11px 40px;
  }
}
.lawyer-detail-container .lawyer-info {
  margin-bottom: 50px;
}
@media all and (max-width: 991px) {
  .lawyer-detail-container .lawyer-info {
    margin-bottom: 42px;
  }
}
.lawyer-detail-container .lawyer-info .name-wrap {
  font-family: "Scheherazade New", "Noto Serif TC", serif;
  padding-bottom: 14px;
  margin-bottom: 23px;
  border-bottom: 1px solid #C9C9C9;
}
@media all and (max-width: 991px) {
  .lawyer-detail-container .lawyer-info .name-wrap {
    padding-bottom: 13px;
    margin-bottom: 17px;
  }
}
.lawyer-detail-container .lawyer-info .name-wrap .lawyer-title {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #ABA07D;
}
.lawyer-detail-container .lawyer-info .name-wrap .lawyer-name {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media all and (max-width: 991px) {
  .lawyer-detail-container .lawyer-info .name-wrap .lawyer-name {
    font-size: 30px;
    letter-spacing: 0.15em;
    line-height: 1.3;
  }
}
.lawyer-detail-container .lawyer-info .info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media all and (max-width: 991px) {
  .lawyer-detail-container .lawyer-info .info-list {
    gap: 30px;
  }
}
.lawyer-detail-container .lawyer-info .info-list .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) {
  .lawyer-detail-container .lawyer-info .info-list .info-title {
    padding-left: 12px;
    margin-bottom: 1px;
  }
}
.lawyer-detail-container .lawyer-info .info-list .info-title::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 6px;
  height: 6px;
  background-color: #ABA07D;
}
@media all and (max-width: 991px) {
  .lawyer-detail-container .lawyer-info .info-list .info-title::before {
    width: 4px;
    height: 4px;
  }
}