#jps_content_body {
    width: 100%;
    background-color: #fff;
    padding: 20px 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-width: 1440px;
    box-sizing: border-box;
  word-break: keep-all;
  }

  #jps_content_body section {
    width: 100%;
    background-color: #fff;
    padding: 20px 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    box-sizing: border-box;
    margin-bottom: 100px;
  }

  #jps_content_body section h3 {
    display: flex;
    flex-direction: column;
    font-size: 36px;
    gap: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 25px;
    position: relative;
    text-align: center;
  }

  #jps_content_body section h3 small {
    color: #000;
    text-align: center;
    font-family: "Pretendard Variable";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  #jps_content_body section h3::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 4px;
    background-color: #2ba0d1;
    position: absolute;
    top: 0;
    left: calc(50% - 16px);
  }

  #jps_content_body section p {
    margin-bottom: 10px;
    text-align: center;
    font-family: "Pretendard Variable";
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 52px;
  }

  /* ---------------�섏씠吏� 1 ----------*/

  #jps_content_body section .wrap_boxs {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    position: relative;
    box-sizing: border-box;
  }

  #jps_content_body section .wrap_boxs .box {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    position: relative;
    padding: 40px;
    border-radius: 12px;
    border: 1px solid #d0d0d0;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
  }

  #jps_content_body section .wrap_boxs .box .box_img img{
    width: 175px;
    height: 130px;
  }

  #jps_content_body section .wrap_boxs .box .box_txt {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  #jps_content_body section .wrap_boxs .box .box_txt .box_txt_title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
  }

  #jps_content_body section .wrap_boxs .box .box_txt .box_txt_content {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    width: 100%;
  }

  #jps_content_body section .wrap_boxs .box .box_txt .box_txt_content span {
    color: #5f5f5f;
    font-family: "Pretendard Variable";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
  }

  #jps_content_body section .wrap_prog {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    margin: 80px 0 0;
    width: 100%;
  }

  #jps_content_body section .wrap_prog .prog_box {
    display: flex;
    gap: 40px;
    padding: 32px 24px;
    box-sizing: border-box;
    border-bottom: 1px solid #dddddd;
  }

  #jps_content_body section .wrap_prog .prog_box:first-child {
    border-top: 1px solid #dddddd;
  }

  #jps_content_body section .wrap_prog .prog_box .prog_box_title {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 30px 30px 20px 30px;
    font-size: 14px;
    border-radius: 15px;
    color: #fff;
    width: 280px;
  }

  #jps_content_body section .wrap_prog .prog_box .prog_box_title span {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    width: max-content;
  }

  #jps_content_body section .wrap_prog .prog_box .prog_box_title .prog_label {
    font-size: 13px;
    background-color: #ff7057;
    border-radius: 2px;
    color: #fff;
    width: max-content;
    padding: 2px 3px;
    margin:0 0 5px;
  }

  #jps_content_body section .wrap_prog .prog_box .prog_box_content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 18px;
    text-align: left;
    justify-content: center;
    width: 100%;
  }

  #jps_content_body
    section
    .wrap_prog
    .prog_box
    .prog_box_content
    span:first-child {
    font-family: "Pretendard Variable";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
  }

  #jps_content_body .jps_h3_noBefore::before {
    display: none;
  }

  #jps_content_body
    section
    .wrap_prog
    .prog_box
    .prog_box_content
    span:last-child {
    color: #525252;
    font-family: "Pretendard Variable";
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
  }

  /* 2025-01-21 */ /* 2025-01-21 */ /* 2025-01-21 */

  #jps_content_body .wrap_Shareboxs {
    display: flex;
    gap: 16px;
    margin: 80px 0 0;
    padding:0 20px;
  }

  #jps_content_body .wrap_Shareboxs .box_share {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    gap: 20px;
    padding: 40px 20px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 12px;
    flex: 1;
  }

  #jps_content_body .wrap_Shareboxs .box_share img{
    width: 100px;
    height: 100px;
  }

  #jps_content_body .wrap_Shareboxs .box_share .box_txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  #jps_content_body .wrap_Shareboxs .box_share .box_txt_title {
    font-size: 22px;
    font-weight: 600;
    line-height: 31.03px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  #jps_content_body .wrap_Shareboxs .box_share .box_txt_content {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: 292929;
  }

  #jps_content_body .wrap_consults {
    display: flex;
    flex-basis: 200px;
    flex-grow: 0;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 80px 0 0;
  }

  #jps_content_body .wrap_consults .box_share {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 60px 24px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 12px;
    height: 300px;
    word-break: keep-all;
    max-width: 400px;
    flex:1;
  }

  #jps_content_body .wrap_consults .box_share .box_img img{
    width: 100px;
    height: 100px;
  }

  #jps_content_body .wrap_consults .box_share .box_txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  #jps_content_body .wrap_consults .box_share .box_txt_title {
    font-size: 22px;
    font-weight: 600;
    line-height: 31.03px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  #jps_content_body .wrap_consults .box_share .box_txt_content {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: 292929;
  }

  /* 2025-01-21 */ /* 2025-01-21 */ /* 2025-01-21 */

    /*480px �댄븯*/

  #jps_content_body .wrap_course {
    margin: 80px 0 100px;
  }

  #jps_content_body .wrap_course .first_course {
    display: flex;
    gap: 24px;
  }

  #jps_content_body .wrap_course .first_course:first-child {
    margin-bottom: 60px;
  }

  #jps_content_body .wrap_course .first_course .arrow {
    margin: 70px 0 0;
  }

  #jps_content_body .wrap_course .course_box {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  #jps_content_body .wrap_course .course_box .course_box_img {
    padding: 50px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid #d0d0d0;
  }

  #jps_content_body .wrap_course .course_box .course_box_img img{
    width: 75px;
    height: 75px;
  }

  #jps_content_body .wrap_course .course_box:last-child .course_box_img {
    border: 5px solid #2BA0D1;
  }

  #jps_content_body .wrap_course .course_box .course_box_txt {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
  }

  #jps_content_body .wrap_course .course_box .course_box_txt span {
    font-size: 20px;
    color: #2BA0D1;
  }

  #jps_content_body .wrap_course .course_box .course_box_txt div {
    font-size: 14px;
    font-weight: 400;
    color: #575757;
  }

  #jps_content_body .wrap_course_info{
    font-family: Pretendard Variable;
    font-size: 18px;
    font-weight: 400;
    line-height: 26.25px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

  }

  /* ---------------�섏씠吏� 3 ----------*/

  #jps_content_body .wrap_consultBox {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
  }

  #jps_content_body .wrap_consultBox .consultBox {
    border: 1px solid #d0d0d0;
    border-radius: 12px;
    box-shadow: 0px 4px 4px 0px #0000000a;
    padding: 40px;
  }

  #jps_content_body .wrap_consultBox .consultBox .consultBox_title {
    display: flex;
    align-items: center;
    gap: 9.5px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
  }

  #jps_content_body .wrap_consultBox .consultBox .consultBox_title img{

    margin:0 0 4px;
  }

  #jps_content_body .wrap_consultBox .consultBox .box_txt {
    font-size: 18px;
    font-weight: 400;
    margin: 12px 0 0;
  }

  #jps_content_body .wrap_consultBox .consultBox .box_addition {
    font-size: 14px;
    font-weight: 400;
    margin: 12px 0 0;
    color: #5f5f5f;
    vertical-align: middle;
    line-height: 24px;
  }

  #jps_content_body .wrap_consultBox .consultBox .box_addition span {
    font-size: 8px;
    font-weight: 400;
    margin: 12px 0 0;
    color: #5f5f5f;
  }

  #jps_content_body .wrap_consultBox .consultBox .box_targetWrapper {
    display: flex;
    padding: 40px 0 0;
  }

  #jps_content_body .wrap_consultBox .consultBox .box_target {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 0 60px;
    border-right: 1px solid #dddddd;
    box-sizing: border-box;
    height: 250px;
    flex:1;
  }

  #jps_content_body .wrap_consultBox .consultBox .box_target:last-child {
    border-right: none;
  }

  #jps_content_body .wrap_consultBox .consultBox .box_target_image img {
    width: 100px;
    height: 100px;
  }


  #jps_content_body .wrap_consultBox .consultBox .box_target_txt {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    line-height: 26px;
  }

  #jps_content_body .wrap_consultBox .consultBox .box_target_txt span {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
  }

  #jps_content_body .wrap_consultBox .consultBox .box_register {
    display: flex;
    align-items: center;
    margin: 40px 0;
    counter-reset: item;
    gap: 16px;
  }

  #jps_content_body
    .wrap_consultBox
    .consultBox
    .box_register
    .box_register_circle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #f2f2f2;
    counter-increment: item;
    text-align: center;
    font-size:22px;
  }
  #jps_content_body
    .wrap_consultBox
    .consultBox
    .box_register
    .box_register_circle:last-child {
    background-color: #149e81;
    color: #fff;
  }

  #jps_content_body
    .wrap_consultBox
    .consultBox
    .box_register
    .box_register_circle::before {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    content: counter(item);
  }

  .jps_content_headGreen::before{
    background-color: #149e81 !important;
  }

  #jps_content_body .consult_Wrapper{
    padding:40px 0 120px;
  }

  /* ---------------�섏씠吏� 2 ----------*/

  #jps_content_body section.gray {
    background-color: #f2f2f2;
    padding-bottom: 120px;
  }

  #jps_content_body section h3.pink::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 4px;
    background-color: #f4556a;
    position: absolute;
    top: 0;
    left: calc(50% - 16px);
  }

  #jps_content_body section h3.bar_none::before {
    content: none;
  }

  #jps_content_body section p span.col_pink {
    color: #f4556a;
  }

  #jps_content_body section.gray {
    background-color: #f2f2f2;
    padding-bottom: 120px;
  }

  #jps_content_body section .border_box {
    width: 100%;
    height: auto;
    padding: 11px;
    border: 1px solid #d0d0d0;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 32px;
  }

  #jps_content_body section .border_box span {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
  }

  #jps_content_body section .border_box .label {
    width: 250px;
    color: #fff;
    padding: 24px 0;
    border-radius: 50px;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
    line-height: 25.06px;
  }

  #jps_content_body section .border_box .label.blue {
    background: #2ba0d1;
  }

  #jps_content_body section .border_box .label.pink {
    background: #f4556a;
  }
  #jps_content_body section .border_box .label.green {
    background: #149e81;
  }
  #jps_content_body section .border_box .label.darkblue {
    background: #006ebb;
  }

  #jps_content_body section .flex_box {
    display: flex;
    align-items: center;
    gap: 24px;
  }

  #jps_content_body section .white_box {
    border: 1px solid #d0d0d0;
    border-radius: 12px;
    background: #fff;
    width: 482px;
    height: 355px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-inline: 32px;
  }

  #jps_content_body section .white_box img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    text-align: center;
    display: block;
  }

  #jps_content_body section .white_box p {
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    line-height: 31.03px;
    margin: 24px 0;
  }

  #jps_content_body section .white_box p.flex {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  #jps_content_body section .white_box p.flex img {
    width: 40px;
    height: 40px;
  }

  #jps_content_body section .white_box p span.label {
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    line-height: 31.03px;
    margin: 24px 0;
  }

  #jps_content_body section .white_box span {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
  }

  #jps_content_body section span.info_text {
    display: block;
    margin-top: 40px;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 26.25px;
  }

    /*---------------------�섏씠吏� 1 諛섏쓳�� --------------------*/
    @media screen and (max-width: 480px) {
      #jps_content_body section p {
        font-size: 22px;
        line-height: 36px;
        word-break: keep-all;
      }

      #jps_content_body section .wrap_boxs {
        display: flex;
        flex-direction: column;
        padding:0 20px;
      }

      #jps_content_body section .wrap_boxs .box .box_txt .box_txt_content {
        font-size: 18px;
      }

      #jps_content_body section .wrap_boxs .box .box_txt .box_txt_content span {
        font-size: 14px;
      }

      #jps_content_body section h3 small {
        padding:20px;
        font-size: 16px;
      }

      #jps_content_body section .wrap_prog .prog_box .prog_box_title {
        height: 150px;
      }

      #jps_content_body section .wrap_prog .prog_box .prog_box_content {
        font-size: 16px;
      }

      #jps_content_body
        section
        .wrap_prog
        .prog_box
        .prog_box_content
        span:last-child {
          font-size: 14px;
      }

      #jps_content_body .wrap_Shareboxs {
        flex-direction: column;
      }
      #jps_content_body .wrap_course .first_course {
        display: flex;
        flex-direction: column;
        gap: 15px !important;
      }
      #jps_content_body .wrap_course .first_course .arrow {
        margin: 0 auto !important;
        transform: rotate(90deg);
        width: fit-content;
        height: fit-content;
      }
      #jps_content_body .wrap_course_info{
        font-size: 16px !important;
        padding:20px;
        word-break: keep-all;
      }
      #jps_content_body .wrap_consults {
        flex-direction: column;
      }
  }

    /*---------------------�섏씠吏� 2 諛섏쓳�� --------------------*/
    @media screen and (max-width: 480px) {
      #jps_content_body section {
        padding: 0 12px;
      }

      #jps_content_body section h3 {
        font-size: 30px;
      }

      #jps_content_body section p{
        font-size: 20px;
      }

      #jps_content_body
    section
    .wrap_boxs
    .box.white_box
    .box_txt
    .box_txt_content {
    text-align: center;
  }

      #jps_content_body section .flex_box {
        flex-direction: column;
      }
      #jps_content_body section .border_box .label {
        min-width: 130px;
        max-width: 130px;
      }

      #jps_content_body section .white_box {
        width: 444px;
      }

      #jps_content_body section .wrap_boxs .box.white_box {
        flex-direction: column;
        align-items: center !important;
      }

      #jps_content_body section .wrap_boxs .box.white_box .box_img img {
        width: 135px;
        height: auto;
      }

      #jps_content_body section .wrap_boxs .box.white_box .box_txt .box_txt_title {
        text-align: center;
      }
    }

    /*---------------------�섏씠吏� 3 諛섏쓳�� --------------------*/
    @media screen and (max-width: 480px) {
      #jps_content_body .wrap_consultBox .consultBox .box_targetWrapper {
        padding: 0 !important;
        flex-direction: column;
        gap:12px;
      }
      #jps_content_body .wrap_consultBox .consultBox .box_target {
        border-right: none !important;
        border-top: 1px solid #dddddd;
        padding:10px 60px 0 !important;
        min-height: 300px !important;
        justify-content: center;
      }
      #jps_content_body .wrap_consultBox .consultBox .box_target:first-child{
        border-top: none;
        padding:0 60px;
      }
      #jps_content_body .wrap_consultBox .consultBox .box_register {
        display: flex;
        align-items: center;
        margin: 40px 0;
        counter-reset: item;
        gap: 16px;
        flex-direction: column;
      }
      #jps_content_body
        .wrap_consultBox
        .consultBox
        .box_register span{
          transform: rotate(90deg);
      }
      #jps_content_body .wrap_consultBox .consultBox .box_addition {
        font-size: 12px;
      }

    }

    .bck_black {
      background-color: #000;
    }
    .bck_yellow {
      background-color: #ffcf4f;
    }
    .bck_teal {
      background-color: #0058f9;
    }
    .bck_green {
      background-color: #149E81;
    }

    .bck_blue {
      background-color: #0058f9;
    }

    .bck_gray {
      background-color: #f2f2f2 !important;
    }

    .col_blue {
      color: #2ba0d1;
    }

    .col_green {
      color: #149e81;
    }