

      .JH_lawyer_intro_area {
        height: 100vh;
        background-image: url(/bizdemo113742/img/taeshinclear/JH_lawyer_intro_area_BG.jpg);
        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 p {
        font-size: 30px;
      }


      .JH_lawyer_name {
        display: flex;
        align-items: end;
        gap: 10px;
        margin-bottom: 35px;
      }


      .JH_lawyer_name h2 {
        font-size: 36px;
        font-family: "Escoredream";
        font-weight: 600;
      }
      .JH_lawyer_name p {
        font-size: 26px;
        font-family: "Escoredream";
        margin-bottom: 3px;
      }
      .JH_lawyer_notice {
        margin-bottom: 40px;
        display: flex;
        gap: 3px;
      }


      .JH_lawyer_notice p {
        font-size: 20px;
      }


      .JH_lawyer_exp {
        display: flex;
      }


      .JH_lawyer_exp_box {
        background: linear-gradient(360deg, #3f485d, #5f6a83);
        width: 300px;
        height: 100px;


        display: flex;
        justify-content: center;
        align-items: center;
      }
      .JH_lawyer_exp_box.bbr {
        border-bottom-right-radius: 2rem;
        margin: 0 10px 10px 0;
      }
      .JH_lawyer_exp_box.bbl {
        border-bottom-left-radius: 2rem;
        margin: 0 0 10px 10px;
      }
      .JH_lawyer_exp_box.btr {
        border-top-right-radius: 2rem;
        margin: 10px 10px 0 0;
      }
      .JH_lawyer_exp_box.btl {
        border-top-left-radius: 2rem;
        margin: 10px 0 0 10px;
      }
      .JH_lawyer_exp_box p {
        color: #fff;
        font-size: 18px;
      }
      .JH_lawyer_more_btn {
        width: 180px;
        height: 55px;
        border: 1px solid #797c8b;
        margin-top: 20px;
        border-radius: 2rem;
        font-size: 16px;
      }


      .JH_lawyer_more_btn a {
        width: 100%;
        height: 100%;
        border-radius: inherit;


        display: flex;
        justify-content: center;
        align-items: center;


        transition: all 0.3s ease;
        background: #f2f3f7;
      }


      .JH_lawyer_more_btn a:hover {
        background: #3f485d;
        color: #fff;
      }


      @media screen and (max-width: 1110px) {
        .JH_lawyer_right_area {
          position: absolute;
        }
        .JH_lawyer_exp_box {
          border: 0.5px solid #5f6a83;
        }
      }


      @media screen and (max-width: 630px) {
        .JH_lawyer_left_area img {
          height: 580px;
          margin-right: 300px;
        }
        .JH_lawyer_right_area {
          bottom: 40px;
        }
        .JH_lawyer_title p {
          margin-bottom: 0;
        }
        .JH_lawyer_name {
          margin-bottom: 8px;
        }
        .JH_lawyer_notice {
          margin-bottom: 180px;
          display: block;
        }
        .JH_lawyer_notice p:nth-of-type(2) {
          color: inherit;
        }
        .JH_lawyer_exp_area {
          display: flex;
          flex-direction: column;
          align-items: end;
          margin-right: 5px;
        }
        .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_exp_box.btr {
          margin-top: 0;
        }
      }
      @media screen and (max-width: 500px) {
        .JH_lawyer_intro_area {
          height: 110vh;
        }
        .JH_lawyer_exp_box p {
          font-size: 16px;
        }
      }
      @media screen and (max-width: 400px) {
        .JH_lawyer_intro_area {
          height: 125vh;
        }
        .JH_lawyer_left_area img {
          margin-right: 200px;
        }
        .JH_lawyer_title p {
          font-size: 35px;
        }
        .JH_lawyer_notice {
          margin-bottom: 200px;
        }
        .JH_lawyer_notice p {
          font-size: 18px;
        }
        .JH_lawyer_exp_box {
          width: 215px;
          height: 55px;
          font-size: 16px;
        }
        .JH_lawyer_more_btn {
          width: 160px;
          height: 50px;
          font-size: 14px;
        }
      }

