.JH_lawyer_intro_area {
  height: 840px;
  background-image: url(/bizdemo113742/img/taeshinclear/JH_lawyer_intro_area_BG3.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: end;
}


.JH_lawyer_content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  position: relative;
}


.JH_lawyer_left_area img {
  height: 750px;
}


.JH_lawyer_title_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}


.JH_lawyer_logo {
  width: 100px;
  opacity: 0.08;
}


.JH_lawyer_title p {
  font-size: 20px;
  font-weight: 500;
  color: #20325F;
  font-family: 'Presentation', sans-serif;
  letter-spacing: 0px;
  margin-bottom: 0px;
}


.JH_lawyer_name {
  display: flex;
  align-items: end;
  gap: 10px;
  margin-bottom: 0;
}


.JH_lawyer_name h2 {
  font-size: 42px;
  font-weight: 700;
  color: #4a7cfe;
  letter-spacing: 0px;
  font-family: "Presentation", sans-serif;
}


.JH_lawyer_name p {
  font-size: 42px;
  font-weight: 700;
  color: #111D3A;
  font-family: "Presentation", sans-serif;
  letter-spacing: 0px;
}


.JH_lawyer_notice_wrap {
  margin: 32px 0;
}


.line_group {
  display: flex;
  align-items: center;
  margin: 0;
}


.thin_line {
  flex-grow: 1;
  height: 1px;
  background-color: #e5e6e8;
}


.JH_lawyer_notice {
  display: block;
  width: 100%;
  padding: 24px 0;
  font-size: 20px;
  font-weight: 400;
  color: #9096AA;
  letter-spacing: 0px;
  line-height: 1.3;
  text-align: center;
}


.JH_lawyer_exp {
  display: flex;
}


.JH_lawyer_exp_box {
  background-color: #f2f3f7;
  width: 300px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.JH_lawyer_exp_box.bbr {
  border-radius: 1rem;
  margin: 0 10px 10px 0;
}


.JH_lawyer_exp_box.bbl {
  border-radius: 1rem;
  margin: 0 0 10px 0px;
}


.JH_lawyer_exp_box.btr {
  border-radius: 1rem;
  margin: 0 10px 10px 0;
}


.JH_lawyer_exp_box.btl {
  border-radius: 1rem;
  margin: 0 0 10px 0px;
}


.exp_sub_title {
  display: block !important;
  font-size: 14px !important;
  color: #9096AA !important;
  font-weight: 400 !important;
  margin-bottom: 2px !important;
  text-align: center;
}


.exp_main_title {
  font-size: 18px !important;
  color: #4A5068 !important;
  font-weight: 400 !important;
  margin: 0 !important;
  line-height: 1 !important;
}


.JH_lawyer_more_btn {
  width: 180px;
  height: 55px;
  border: none;
  margin-top: 20px;
  border-radius: 2rem;
  font-size: 16px;
}


.JH_lawyer_more_btn a {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  background: #20325F;
  color: #ffffff;
  font-weight: 500;
}


.JH_lawyer_more_btn a:hover {
  background: #4A7CFE;
  color: #fff;
}


@media screen and (max-width: 1110px) {
  .JH_lawyer_right_area {
    position: absolute;
  }
  .JH_lawyer_exp_box {
    border: 0.5px solid #e6e6e6;
  }
  .JH_lawyer_notice, .thin_line {
    display: none;
  }
}


@media screen and (max-width: 630px) {
  .JH_lawyer_title_group {
    width: 100%;
    text-align: center;
    font-family: "Presentation", sans-serif;
  }
  .JH_lawyer_name {
    justify-content: center !important;
  }
  .JH_lawyer_name p,
  .JH_lawyer_name h2 {
    font-size: 32px;
    font-family: "Presentation";
  }
  .JH_lawyer_intro_area {
    height: auto !important;
    min-height: unset !important;
    padding-top: 40px;
    padding-bottom: 0;
    align-items: flex-start !important;
  }
  .JH_lawyer_content {
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center !important;
  }
  .JH_lawyer_left_area {
    order: 2;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: -580px;
  }
  .JH_lawyer_left_area img {
    height: 600px;
    width: auto;
    margin: -30px 0 0 -20px;
    display: block !important;
    vertical-align: top !important;
  }
  .JH_lawyer_right_area {
    order: 1;
    position: relative !important;
    bottom: auto !important;
    width: 100%;
    padding: 30px 24px 0;
    box-sizing: border-box;
    z-index: 2;
  }
  .JH_lawyer_notice {
    font-size: 16px;
    max-width: 280px;
    width: 100%;
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 0;
    display: block;
  }
  .thin_line {
    display: block;
  }
  .JH_lawyer_exp_area {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 0 !important;
    margin-top: 200px !important;
  }
  .JH_lawyer_exp {
    flex-direction: column;
  }
  .JH_lawyer_exp_box {
    width: 240px;
    height: 60px;
    border-radius: 3rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .JH_lawyer_more_btn {
    align-self: flex-end;
  }
  .JH_lawyer_logo {
    display: none;
  }
  .JH_lawyer_notice_wrap {
    margin: 20px 0;
  }
  .exp_main_title {
    font-size: 16px !important;
  }
}