/* 공통 */
.evt_wrp * {
  word-break: keep-all;
}
.pc{display: block;}
.mo{display: none;}
.inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.ce_align {
  text-align: center;
}
.bg {
  padding: 150px 0;
}
img {
  max-width: 100%;
  width: auto;
}
h2 {
  font-size: clamp(22px, 4.5vw, 50px);
  font-weight: 500;
}
strong {
  font-weight: 900;
}
h3 {
  font-size: 30px;
  font-weight: 700;
}
.typo_wrap {
  text-align: center;
  padding-bottom: 55px;
}
.sub_txt {
  font-size: 14px;
  font-weight: 300;
}

/* 탑배너 */
.top_banner{
    position: sticky;
    top: 95px;
    left: 0;
    width: 100%;
    z-index: 111;
    color: #fff;
    background: linear-gradient(180deg, #1c2d52 0%, #15243f 100%);
    box-shadow: 0 -10px 28px rgba(8, 16, 36, 0.35);
}
.top_banner::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #ffe15a 22%, #fff 50%, #ffe15a 78%, transparent 100%);
}
.top_banner a{
    display: block;
    width: 100%;
    padding: 0;
    color: #fff;
    font-size: inherit;
    font-weight: inherit;
    gap: 0;
}
.top_banner a span{
    border: none;
    padding: 0;
    border-radius: 0;
    font-size: inherit;
    font-weight: inherit;
}
.top_banner .bb_inner{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 30px;
    min-height: 64px;
}
.top_banner .bb_info{
    display: flex;
    align-items: center;
    gap: 28px;
}
.top_banner .bb_years{
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}
.top_banner .bb_year{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 74px;
    height: 32px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.82);
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1;
}
.top_banner .bb_plus{
    font-size: 16px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1;
}
.top_banner .bb_copy{
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    white-space: nowrap;
    font-size: 27px;
    font-weight: 800;
}
.top_banner .bb_title{
    line-height: 1.2;
}
.top_banner .bb_offer{
    color: #ffe15a;
    letter-spacing: -0.03em;
    line-height: 1.2;
    text-shadow: 0 0 18px rgba(255, 225, 90, 0.28);
}
.top_banner .bb_cta{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    height: 38px;
    padding: 0 20px;
    border-radius: 999px;
    background: #111;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.top_banner .bb_cta_txt{
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.top_banner .bb_cta .bb_arrow{
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg) translateY(-1px);
    transition: transform 0.2s ease;
}
.top_banner a:hover .bb_cta{
    background: #ffe15a;
    color: #15243f;
    transform: translateY(-1px);
}
.top_banner a:hover .bb_cta .bb_arrow{
    transform: rotate(45deg) translate(1px, -2px);
}

@media screen and (max-width: 1199px) {
    .top_banner .bb_inner{
        gap: 16px;
        padding: 10px 18px;
    }
    .top_banner .bb_info{
        gap: 16px;
    }
    .top_banner .bb_copy{
        font-size: 18px;
    }
    .top_banner .bb_year{
        min-width: 66px;
        height: 28px;
        font-size: 13px;
    }
    .bottom_banner .bb_cta{
        font-size: 16px;
        height: 36px;
    }
}
@media screen and (max-width: 1024px) {
    .top_banner .bb_inner{
        gap: 12px;
    }
    .top_banner .bb_info{
        gap: 12px;
    }
    .top_banner .bb_copy{
        font-size: 16px;
    }
}
@media screen and (max-width: 820px) {
     /* 탑배너 */
     .top_banner{position: relative;top:0;}
     .top_banner .bb_inner{
        justify-content: space-between;
        gap: 12px;
        padding: 12px 16px;
        min-height: auto;
    }
    .top_banner .bb_info{
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        min-width: 0;
    }
    .top_banner .bb_years{
        gap: 5px;
    }
    .top_banner .bb_year{
        min-width: 48px;
        height: 20px;
        padding: 0 6px;
        font-size: 12px;
    }
    .top_banner .bb_plus{
        font-size: 12px;
    }
    .top_banner .bb_copy{
        flex-direction: column;
        align-items: flex-start;
        gap: 1px;
        white-space: normal;
        font-size: 14px;
        line-height: 1.25;
    }
    .top_banner .bb_offer{
        font-size: 13px;
    }
    .top_banner .bb_cta{
        height: auto;
        min-height: 52px;
        padding: 8px 14px 8px 16px;
        background: #ffe15a;
        color: #15243f;
        font-size: 13px;
        line-height: 1.2;
        gap: 8px;
    }
    .top_banner .bb_cta_txt{
        flex-direction: column;
        align-items: center;
        gap: 0;
        font-weight: 800;
    }
    .top_banner .bb_cta .bb_arrow{
        width: 6px;
        height: 6px;
        border-width: 2px;
    }
    .top_banner a:hover .bb_cta{
        background: #ffd43b;
        color: #15243f;
        transform: none;
    }
}

/* 원형배너 */
.circle_banner {
  position: fixed;
  right: 20px;
  bottom: 20%;
  z-index: 1;
}

.circle_banner .circle_banner_inner {
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 2px;
  padding: 15px;
  background: #7600f8;
  padding: 30px;
  overflow: hidden;
  position: relative;
}

.circle_banner .txt {
  margin-bottom: 50px;
}

.circle_banner p {
  font-size: clamp(14px, 2.2vw, 18px);
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
}

.circle_banner p span {
  font-size: clamp(16px, 2.7vw, 25px);
  font-weight: 900;
  color: #fff;
}

.circle_banner_link {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #111;
  color: #fff;
  font-size: clamp(14px, 2.2vw, 22px);
  height: 35%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  font-weight: 700;
}

/* 바텀배너 */
.bottom_banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
  border-bottom: 6px solid #f72d37;
  opacity: .95;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.bottom_banner.is_hide {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.bottom_banner .inner {
    text-align: right;
}



.bottom_banner a {
  display: inline-block;
  width: 210px;
  height: 66px;
  line-height: 66px;
  padding: 0;
  text-align: center;
  border-radius: 10px 10px 0 0;
  background-color: #f72d37;
}

.bottom_banner .right_txt_btn {
  background: #f72d37;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  height: 100%;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 10px 0 0;
}

/* 비주얼 */
.visual {
  background: url(https://image.engineerlab.co.kr/data/www/engr/promotion/2026/0827_pr_jgp/visual/bg.jpg)
    no-repeat top center / cover;
  max-height: 100vh;
  height: 871px;
  width: 100%;
}
.visual .visual_txt {
  padding-top: 130px;
}
.visual .sub_txt {
  padding-top: 70px;
  color: rgba(255, 255, 255, 0.5);
}

/* 컨텐츠1 */
.cont_1 {
  background: #111;
}
.cont_1 h2 {
  color: #fff;
}
.cont_1 .item_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

/* 사진 롤링 */
.roll_box {
  padding: 60px 0 80px;
  width: 100%;
  overflow: hidden;
}

.roll_line {
  margin-bottom: 20px;
}

.roll_line:last-child {
  margin-bottom: 0;
}

.roll_move {
  display: flex;
  width: max-content;
  animation: roll_x 45s linear infinite;
  will-change: transform;
}

.roll_line_rev .roll_move {
  animation-direction: reverse;
  animation-duration: 50s;
}

.roll_set {
  display: flex;
  gap: 20px;
  padding-right: 20px;
}

.roll_set img {
  border-radius: 10px;
}

@keyframes roll_x {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* 컨텐츠2 */
.cont_2 {
  background: #f5f5f5;
}
.cont_2 .youtube_item {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9; /* 16:9 비율 유지 */
  background-color: #000;
  overflow: hidden;
  cursor: pointer;
}
iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.cont_2 .tab_wrap,
.cont_10_item .tab_wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-top: 40px;
}
.cont_2 .tab_wrap ul,
.cont_10_item .tab_wrap ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}
.cont_2 .tab_wrap li,
.cont_10_item .tab_wrap li {
  padding: 25px 0;
  width: 100%;
  cursor: pointer;
  font-size: 30px;
  font-weight: 500;
  color: #222;
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 15px;
  text-align: center;
  position: relative;
}
.cont_2 .tab_wrap .new_txt,
.cont_10_item .tab_wrap .new_txt {
  font-size: 18px;
  background: #f73e30;
  text-align: center;
  color: #fff;
  padding: 5px 10px;
  border-radius: 99px;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;
}

.tab_content > div {
  display: none;
}
.tab_content > div.is_active {
  display: block;
}

.cont_2 .tab_wrap li.is_active,
.cont_10_item .tab_wrap li.is_active {
  background: #137469;
  color: #fff;
  border: none;
  font-weight: 700;
  display: block;
}
.cont_2 .sub_txt_wrap {
  padding-top: 20px;
}
.cont_2 .sub_txt a {
  color: #137469;
  font-weight: 700;
}
.cont_2 .tab_content,
.cont_10_item .tab_content {
  padding-top: 40px;
}

/* 필기/실기 스텝 카드 */
.step_block + .step_block {
  margin-top: 28px;
}
.step_head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.step_head h3 {
}
.step_dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #137469;
  box-shadow: 0 0 0 4px #b4ece6;
}
.step_track {
  display: flex;
  gap: 22px;
  width: 100%;
}
.step_card {
  position: relative;
  flex: 1;
  text-align: center;
  background: #fff;
  border-radius: 14px;
  border-top: 3px solid #137469;
  padding: 30px 0;
  min-height: 298px;
  height: 100%;
  box-sizing: border-box;
}
.step_card::after {
  content: "▶";
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
  color: #137469;
}

.step_card:last-child::after {
  display: none;
}
.step_num {
  font-size: 14px;
  font-weight: 700;
  color: #137469;
  margin-bottom: 10px;
}
.step_card h4 {
  font-size: 22px;
  font-weight: 700;
  color: #222;
}
.step_desc {
  margin: 8px 0 0;
  font-size: 18px;
  font-weight: 500;
  color: #808080;
  line-height: 1.45;
}
.step_badge {
  display: inline-block;
  margin: 10px auto 20px;
  padding: 4px 10px;
  border-radius: 99px;
  background: #fef2f2;
  color: #ec0000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}
.step_count {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #e6e6e6;
  font-size: 22px;
  font-weight: 700;
  color: #137469;
  line-height:83px;
}
.step_count.is_soon {
  color: #888;
}
.step_only {
  position: absolute;
  top: 0;
  left: 0;
  padding: 9px 17px;
  background: #137469;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  border-bottom-right-radius: 28px;
  border-top-left-radius: 11px;
}
.step_block--prac .step_dot {
  background: #f4776d;
  box-shadow: 0 0 0 4px #f3e7e6;
}
.step_block--prac .step_card {
  border-top-color: #f4776d;
}
.step_block--prac .step_card:not(:last-child)::after {
  color: #f4776d;
}
.step_block--prac .step_num,
.step_block--prac .step_count {
  color: #f4776d;
}
.step_block--prac .step_count.is_soon {
  color: #888;
}
.step_foot {
  position: absolute;
  bottom: -23px;
}
.cont_2_banners {
    margin-top: 48px;
}
.cont_2_banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 132px;
    padding: 22px 32px 22px 40px;
    border-radius: 28px;
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
    box-shadow: 0 12px 28px rgba(20, 40, 80, 0.16);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cont_2_banner + .cont_2_banner {
    margin-top: 16px;
}
.cont_2_banner:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(20, 40, 80, 0.24);
}
.cont_2_banner_blue {
    background: linear-gradient(180deg, #3c6db8 0%, #2a508f 100%);
}
.cont_2_banner_navy {
    background: linear-gradient(180deg, #274675 0%, #1a3058 100%);
}
.cont_2_banner_txt {
    flex: 1;
    min-width: 0;
    text-align: left;
}
.cont_2_banner_txt p {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    opacity: 0.92;
}
.cont_2_banner_txt strong {
    display: block;
    margin-top: 6px;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.04em;
}
.cont_2_banner_txt em {
    font-style: normal;
    color: #fff200;
}
.cont_2_banner_navy .cont_2_banner_txt strong {
    color: #fff200;
}
.cont_2_banner_circles {
    display: flex;
    gap: 14px;
    flex-shrink: 0;
}
.cont_2_banner_circle {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    background: radial-gradient(circle at 32% 28%, #ff4a64 0%, #e4002b 72%);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 8px;
    box-sizing: border-box;
    box-shadow: 0 8px 18px rgba(228, 0, 43, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}
.cont_2_banner_circle i {
    display: block;
    font-style: normal;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    opacity: 0.92;
}
.cont_2_banner_circle b {
    display: block;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.25;
}
.cont_2_banner_btn {
    flex-shrink: 0;
    background: #111;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 16px 30px;
    border-radius: 999px;
    white-space: nowrap;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
    transition: background 0.2s ease, transform 0.2s ease;
}
.cont_2_banner:hover .cont_2_banner_btn {
    background: #000;
}
.cont_2_banner_notes {
    margin-top: 16px;
    line-height: 1.6;
}

/* 컨텐츠3 */
.cont_3 {
}
.cont_3 .cont_3_item {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.cont_3_item .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 40px;
  border: 1px solid #ccc;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 14px;
}
.cont_3_item .txt{
    border-bottom:1px solid #ccc;
    padding-bottom:20px;
    margin-bottom:20px;
}
.cont_3_item .txt h3{display:flex;gap:10px;align-items:center;}
.cont_3_item .txt h3::before {
  content: "";
  display: block;
  height:33px;
  width:10px;
  background: #137469;
}

.before_after_wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.before_after_wrap ul{
    display:flex;
    flex-direction:column;
    gap:20px;
    flex: 1;
}

.before_after_wrap .txt_1{font-size:22px;font-weight:700;color:#808080;}
.before_after_wrap .txt_2{font-size:25px;font-weight:500;padding-top:10px;}
.after_wrap .txt_1{color:#488a81;}
.after_wrap .txt_2{font-weight:700;}
.before_after_wrap li{border-radius:10px; padding:30px; flex:1; display:flex;}
.before_wrap,
.after_wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1;
}
.before_after_wrap li .txt_2 span{color:#ff0000;}
.before_after_wrap li:first-child{ background:#f5f5f5;}
.before_after_wrap li:last-child{background:#f3faf8;border:1px solid #488a81;}

.graph_list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top:30px;
    border-top:1px solid #ccc;
    margin-top:30px;
}
.before_wrap .graph_list {
    min-height: 126px;
}
.graph_row_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.graph_label {
    flex: 0 0 72px;
    font-size: 16px;
    font-weight: 500;
    color: #666;
}
.graph_track {
    margin-top:5px;
    height: 18px;
    background: #e6e6e6;
    border-radius: 99px;
    overflow: hidden;
}
.graph_fill {
    display: block;
    width: 0;
    height: 100%;
    background: #c8c8c8;
    border-radius: 99px;
    transition: width 1.2s ease-out;
}
.after_wrap .graph_fill {
    background: #137469;
}
.graph_val {
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    color: #222;
}
.after_wrap .graph_val {color: #137469;}
.graph_val em {font-size: 22px;color: #137469;}
.graph_val_1 {color: #808080 !important; }
.graph_note {
    margin-top: 12px;
    font-size: 13px;
    color: #999;
}

/* 컨텐츠4 */
.cont_4 {
    background: #f5f5f5;
}
.cont_4_item {
    position: relative;
}
.cont_4_item .click_wrap {
    position: absolute;
    right: 0;
    top: -30px;
    z-index: 2;
    animation: bounce 1s infinite;
    cursor: pointer;
}
@keyframes bounce {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.popup_wrap {
    display: none;
}
.popup_wrap.is-open {
    display: flex;
    position: fixed;
    inset: 0;
    z-index: 10052;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: rgba(0, 0, 0, 0.82);
}
.popup_wrap .free_popup {
    position: relative;
    width: 900px;
    max-width: 100%;
    max-height: 720px;
    overflow-y: auto;
    background: #2b776b;
    border-radius: 16px;
    padding: 36px 24px 40px;
    color: #fff;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
}
.popup_wrap.is-open:has(#hit_popup) {
    padding: 56px 16px 24px;
    overflow: hidden;
}
#hit_popup {
    overflow: visible;
    max-height: min(720px, calc(100vh - 80px));
    display: flex;
    flex-direction: column;
    padding: 0;
}
#hit_popup .hit_popup_body {
    overflow-y: auto;
    flex: 1 1 auto;
    min-height: 0;
    max-height: min(720px, calc(100vh - 80px));
    padding: 36px 24px 40px;
    border-radius: 16px;
    box-sizing: border-box;
}
.popup_wrap .popup_close {
    position: absolute;
    top: -45px;
    right: 0;
    z-index: 2;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    font-size: 26px;
    line-height: 1;
    color: #fff;
    background: rgba(0, 0, 0, 0.55);
    cursor: pointer;
}
.popup_wrap .popup_close:hover {
    background: rgba(0, 0, 0, 0.85);
}
.popup_wrap .typo_wrap {
    padding-bottom: 28px;
}
.popup_wrap .typo_wrap h2 {
    font-size: 42px;
    font-weight: 600;
    color: #fff;
    line-height: 1.35;
}
.popup_wrap .typo_wrap h2 strong {
    font-weight: 800;
    background: #111;
    padding: 0 12px;
    color: #fff;
    display: inline-block;
}
.popup_wrap .swiper {
    position: relative;
    overflow: hidden;
}
.popup_wrap .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
}
.popup_wrap .btn-prev,
.popup_wrap .btn-next {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    cursor: pointer;
}
.popup_wrap .btn-prev {
    left: 8px;
}
.popup_wrap .btn-next {
    right: 8px;
}
.popup_wrap .btn-prev::before {
    content: "<";
}
.popup_wrap .btn-next::before {
    content: ">";
}
.popup_wrap .swiper-pagination {
    position: static;
    margin-top: 16px;
    text-align: center;
}
.popup_wrap .swiper-pagination-bullet {
    background: #9ec4be;
    opacity: 1;
}
.popup_wrap .swiper-pagination-bullet-active {
    background: #fff;
}
.popup_wrap .sub_txt {
    margin-top: 28px;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.55;
}
.popup_wrap .slide_box.pc {
    display: block;
}
.popup_wrap .slide_box.mo {
    display: none;
}
.sr_only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}
.c4hit_modal {
    position: fixed;
    inset: 0;
    z-index: 10052;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.22s ease, visibility 0.22s ease;
}
.c4hit_modal.is_open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.c4hit_modal__backdrop {
    position: absolute;
    inset: 0;
    margin: 0;
    padding: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.82);
    cursor: pointer;
}
.c4hit_modal__dialog {
    position: relative;
    z-index: 1;
    width: 900px;
    max-width: 100%;
    max-height: 720px;
    display: flex;
    flex-direction: column;
    background: #2b776b;
    border-radius: 16px;
    overflow: visible;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
}
.c4hit_modal__close {
    position: absolute;
    top: -45px;
    right: 0;
    z-index: 2;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    font-size: 26px;
    line-height: 1;
    color: #fff;
    background: rgba(0, 0, 0, 0.55);
    cursor: pointer;
}
.c4hit_modal__body {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 36px 24px 40px;
    -webkit-overflow-scrolling: touch;
}
.c4hit_modal .evt_cont_typo h2 {
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    line-height: 1.35;
    margin: 0;
}
.c4hit_modal .evt_cont_typo h2 strong {
    font-weight: 800;
    background: #000;
    padding: 0 12px;
    color: #fff;
    display: inline-block;
    margin-top: 0.15em;
}
.c4hit_conts_wrap {
    padding-top: 28px;
}
.c4hit_evt_conts .slide_box {
    position: relative;
    text-align: center;
}
.c4hit_evt_conts .swiper-container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-top:0;
}
.c4hit_evt_conts .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
}
.c4hit_evt_conts .swiper-pagination {
    position: static;
    margin-top: 16px;
    width: 100%;
    text-align: center;
}
.c4hit_evt_conts .swiper-pagination span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #9ec4be;
    border-radius: 50%;
    margin: 0 5px;
}
.c4hit_evt_conts .swiper-pagination span.active {
    background: #fff;
}
.c4hit_evt_conts .sub__text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.92);
    margin-top: 28px;
    line-height: 1.55;
    padding: 0 8px;
    text-align: left;
}
#cont4_hit_modal_mo.c4hit_modal {
    align-items: flex-end;
    padding: 0;
}
#cont4_hit_modal_mo .c4hit_modal__dialog {
    width: 100%;
    max-width: 100%;
    max-height: min(92vh, 720px);
    border-radius: 16px 16px 0 0;
}
#cont4_hit_modal_mo .c4hit_modal__body {
    padding: 18px 12px 24px;
}
#cont4_hit_modal_mo .evt_cont_typo h2 {
    font-size: 20px;
    line-height: 1.35;
}
#cont4_hit_modal_mo .evt_cont_typo h2 strong {
    padding: 0 8px;
    margin-top: 0.2em;
}
#cont4_hit_modal_mo .c4hit_conts_wrap {
    padding-top: 14px;
}
#cont4_hit_modal_mo .c4hit_slide_mo {
    display: block;
}
#cont4_hit_modal_mo .c4hit_evt_conts .sub__text {
    font-size: 11px;
    margin-top: 14px;
    line-height: 1.5;
    padding: 0 2px;
}

#products_popup {
    width: 100%;
    max-width: 520px;
    height: 75vh;
    overflow-y: auto;
    padding: 20px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.18);
    border-radius: 16px;
    color: #222;
}
#products_popup h4 {
    margin: 0 0 20px;
    padding: 0 0 18px;
    font-size: 25px;
    font-weight: 800;
    color: #0d0e11;
    text-align: center;
    border-bottom: 1px solid #e8ebed;
}
#products_popup .products_popup_section {
    margin-top: 16px;
    padding-top: 0;
    border-top: none;
}
#products_popup .section_label {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 14px;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(90deg, #ef5234 0%, #ff6b42 100%);
    border-radius: 999px;
}
#products_popup .benefit_info {
    text-align: left;
    margin: 0;
    padding: 18px 18px 16px;
    background: linear-gradient(180deg, #f6f8fa 0%, #fff 100%);
    border: 1px solid #e4e8ec;
    border-radius: 10px;
    box-sizing: border-box;
}
#products_popup .benefit_info > p {
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 1.55;
    color: #333;
}
#products_popup .benefit_info > p:last-child {
    margin-bottom: 0;
}
#products_popup .benefit_info b {
    color: #0d0e11;
    font-weight: 800;
}
#products_popup .product_list {
    margin: 4px 0 16px;
    padding: 14px 16px;
    max-height: 320px;
    overflow-y: auto;
    border: 1px solid #e4e8ec;
    border-radius: 10px;
    background: #fff;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
}
#products_popup .product_list p {
    margin: 0 0 10px;
    padding: 8px 4px 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #222;
    border-bottom: 1px dashed #e8ebed;
}
#products_popup .product_list p:last-child {
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: none;
}
#products_popup .product_list_empty {
    color: #5a6169;
    font-size: 14px;
    border-bottom: none !important;
    padding: 12px 4px !important;
}
#products_popup .popup_buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #eef1f4;
}
#products_popup .btn_close {
    display: block;
    width: 100%;
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
    border: 0;
    cursor: pointer;
    color: #555;
    background: transparent;
}
#products_popup .btn_close:hover {
    background: #f6f8fa;
    color: #222;
}

/* 컨텐츠5 */
.cont_5_item .shorts_list {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    justify-content: center;
}
.cont_5_item .shorts_list li {
    flex: 1;
    cursor: pointer;
}
.cont_5_item .shorts_list img,
.cont_5_item .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.cont_5_item .slide_box.mo {
    display: none;
}
.cont_5_item .swiper {
    position: relative;
    overflow: hidden;
}
.cont_5_item .btn-prev,
.cont_5_item .btn-next {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    cursor: pointer;
}
.cont_5_item .btn-prev {
    left: 8px;
}
.cont_5_item .btn-next {
    right: 8px;
}
.cont_5_item .btn-prev::before {
    content: "<";
}
.cont_5_item .btn-next::before {
    content: ">";
}
/* 컨텐츠6 */
.cont_6{
    background:#16a59d;
}
.cont_6 h2{color:#fff;}
.cont_6_item {
    background-color: #fff;
    height: 500px;
    width: 100%;
    border: 1px solid #ccc;
    position: relative;
    overflow: hidden;
}
.cont_6_review_swiper {
    width: 100%;
    height: 500px;
    overflow: hidden;
    padding: 14px 30px;
    box-sizing: border-box;
}
.cont_6_review_swiper .swiper-slide {
    border-bottom: 1px solid #eee;
    padding: 8px 0;
    height: 40px;
}
.cont_6_review__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 20px;
}
.cont_6_review__quote {
    font-size: 25px;
    font-weight: 700;
    text-align: left;
    word-break: keep-all;
    color: #111;
}
.cont_6_review__hl {
    background-color: #d1f2f0;
    color: #16a59d;
    font-weight: 800;
    padding: 1px 4px;
    border-radius: 2px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
.cont_6_review__label {
    flex-shrink: 0;
    max-width: 34%;
    min-width: 5.5em;
    color: #999;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.45;
    text-align: right;
    white-space: normal;
}

/* 컨텐츠7 */
.cont_7 {background:#111;}
.cont_7 h2{color:#fff;}
.cont_7_item ul{display:flex;gap:20px; flex-direction:column;}
.cont_7_item li{
  background:#1a1d24;
  border:1px solid #2a3037;
  border-radius:10px;
  min-height:350px;
  display:flex;
  justify-content:space-between;
  padding:0 60px;
}
.cont_7_item li .left{padding-top:51px;}
.cont_7_item li .right{display:flex;align-items:center;}
.cont_7_item li .cont_7_title{color:#fff;font-size:35px;font-weight:700;padding:10px 0 0;}
.cont_7_features{display:flex;gap:15px;padding-top:15px;}
.cont_7_features .feature {color:#fff;}
.cont_7_features .feature .icon{color:#14fdd5;font-size:20px;font-weight:700;}
.cont_7_item li .num{color:#14fdd5;font-size:20px;font-weight:700;}
.cont_7_item li .btn_more{
  color:#222;font-size:22px;
  font-weight:700;background:#14fdd5;
  padding:10px 0; border-radius:5px;cursor:pointer;
  width:257px;
  margin-top: 30px;
}
.cont_7_item li .sub_txt{color:rgba(255,255,255,0.5);padding-top:10px;}

.cont_8_stat {
    display: flex;
    justify-content: center;
    gap: 20px;
    position: relative;
}
.cont_8_stat > li {
    position: relative;
    flex: 1;
}
.cont_8_stat > li > img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}
.cont_8_stat_txt {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
}
.cont_8_stat_tit,
.cont_8_stat_num {
    font-size: clamp(12px, 2.6vw, 32px);
    font-weight: 700;
    color: #222;
    white-space: nowrap;
}
.cont_8_stat_num span {
    font-size: clamp(25px, 4.6vw, 50px);
    font-weight: 900;
}
.cont_8_roll {
    position: relative;
    margin-top: 50px;
    padding: 20px 28px;
}
.cont_8_roll_inner {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 20px 0;
}
.cont_8_card_list {
    display: flex;
    gap: 20px;
    width: fit-content;
    margin: 0;
    padding: 0;
    will-change: transform;
}
.cont_8_btn {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    color: #bbb;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.cont_8_btn_prev {
    left: 28px;
    transform: translate(-50%, -50%);
}
.cont_8_btn_next {
    right: 28px;
    transform: translate(50%, -50%);
}
.cont_8_card_list li {
    width: 346px;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.3s ease, z-index 0.3s ease, box-shadow 0.3s ease;
    flex-shrink: 0;
    overflow: hidden;
    cursor: pointer;
}
.cont_8_card_list li:hover {
    transform: translateY(-10px);
    z-index: 10;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.cont_8_card_img {
    background-color: #f5f5f5;
    position: relative;
    height: 260px;
    overflow: hidden;
}
.cont_8_card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}
.cont_8_card_txt {
    background-color: #fff;
    padding: 24px 24px 28px 24px;
    position: relative;
    text-align: left;
}
.cont_8_card_txt span {
    font-size: 16px;
    color: #0f71f2;
    font-weight: 500;
}
.cont_8_card_txt p {
    padding-top: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #212121;
    margin: 0;
    line-height: 1.35;
}
.cont_8_card_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cont_8_card_play {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    margin-left: 12px;
}
.cont_8_card_play img {
    width: 100%;
    height: auto;
}
.cont_8_roll .sub_txt {
    margin-top: 20px;
    color: #666;
    line-height: 1.55;
}
.cont_9{background:#f5f5f5;}
.cont_9_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: start;
    list-style: none;
    margin: 0;
    padding: 0 0 0 30px;
}
.cont_9_list > li {
    display: flex;
    flex-direction: column;
    position: relative;
}
.cont_9_box {
    border: 5px solid #111;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    overflow: visible;
    position: relative;
    height: 100%;
}
.cont_9_box_green {
    border-color: #137469;
    background: #f3fff7;
}
.cont_9_list .sub_txt {
    margin: 10px 0 0;
    text-align: left;
    line-height: 1.4;
    color: #888;
}
.cont_9_txt {
    padding: 35px 16px;
    flex: 1;
}
.cont_9_txt p {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}
.cont_9_price {
    color: #222;
    text-align: center;
    font-weight: 900;
}
.cont_9_num {
    font-size: 80px;
}
.cont_9_unit {
    font-size: 30px;
}
.cont_9_box > a {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: clamp(18px, 2.2vw, 30px);
    font-weight: 900;
    padding: 18px 0;
}
.cont_9_btn_coupon {
    background: #137469;
}
.cont_9_btn {
    background: #111;
}
.cont_9_bubble {
    position: absolute;
    top: 0;
    left: -40px;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #137469;
    width: clamp(80px, 11.1vw, 105px);
    height: clamp(80px, 11.1vw, 105px);
    z-index: 2;
}
.cont_9_bubble a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-align: center;
    font-weight: 700;
    font-size: clamp(14px, 1.8vw, 20px);
    line-height: 1.3;
    color: #fff;
    position: relative;
    padding: 0;
}
.cont_9_bubble a:after {
    content: '';
    position: absolute;
    right: 4px;
    top: 53%;
    width: 0;
    height: 0;
    border: 40px solid transparent;
    border-right-color: #137469;
    border-left: 0;
    border-bottom: 0;
    margin-top: 0;
    z-index: -1;
}

.cont_10_item .tab_wrap {
    padding-top: 0;
}
.cont_10_layout {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}
.cont_10_cards {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 0;
}
.cont_10_card {
    background: #fff;
    border-radius: 12px;
    padding: 28px 30px 24px;
    cursor: pointer;
    text-align: left;
    border: 1px solid #e5e5e5;
}
.cont_10_card.is_active {
    box-shadow: 0 6px 18px rgba(19, 116, 105, 0.18);
    border: 2px solid #137469;
}
.cont_10_card_head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 16px;
    position: relative;
}
.cont_10_card_head h3 {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.3;
}
.cont_10_card_tit {
    padding-right: 130px;
}
.cont_10_circle {
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #ee002d;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    padding: 20px;
}
.cont_10_term {
    color: #ee002d;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 12px;
}
.cont_10_term span {
    color: #222;
}
.cont_10_benefit {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.cont_10_badge {
    background: #111;
    color: #fff;
    font-weight: 600;
    padding: 6px 30px;
    border-radius: 4px;
    font-size: 22px;
}
.cont_10_benefit ul {
    list-style: none;
    counter-reset: benefit;
    margin: 0;
    padding: 0;
}
.cont_10_benefit ul li {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    counter-increment: benefit;
    display: flex;
    gap: 5px;
}
.cont_10_benefit ul li::before {
    content: counter(benefit) ") ";
    color: #222;
}
.cont_10_benefit em {
    color: #ee002d;
}
.cont_10_card_price,
.cont_10_card_btns {
    display: none;
}
.cont_10_card_soon {
    background: #137469;
    color: #fff;
    border-color: #137469;
}
.cont_10_card_soon.is_active {
    border-color: #137469;
    box-shadow: none;
}
.cont_10_card_soon h3,
.cont_10_card_soon .cont_10_soon,
.cont_10_card_soon .cont_10_soon_sub {
    color: #fff;
}
.cont_10_soon {
    margin: 8px 0 0;
    font-size: 20px;
    font-weight: 500;
}
.cont_10_soon_sub {
    margin: 4px 0 0;
    font-size: 16px;
    font-weight: 500;
}
.cont_10_card_soon .cont_10_card_tit {
    padding-right: 130px;
}
.cont_10_card_acad {
    cursor: default;
}
.cont_10_card_acad .cont_10_card_tit {
    padding-right: 0;
}
.cont_10_acad_sub {
    margin: 6px 0 0;
    font-size: 18px;
    font-weight: 500;
    color: #137469;
}
.cont_10_acad_stats {
    display: flex;
    gap: 12px;
}
.cont_10_acad_stat {
    flex: 1;
    background: #d7ebe8;
    border-radius: 12px;
    padding: 16px 12px;
    text-align: center;
}
.cont_10_acad_meta {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #555;
    margin-bottom: 4px;
}
.cont_10_acad_stat strong {
    display: block;
    font-size: 22px;
    font-weight: 800;
    color: #111;
    line-height: 1.3;
}
.cont_10_acad_label {
    display: block;
    margin-top: 2px;
    font-size: 16px;
    font-weight: 700;
    color: #137469;
}
.cont_10_acad_notes {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    color: #888;
    line-height: 1.5;
}
.cont_10_card_acad .cont_10_card_btns {
    display: flex;
    margin-top: 16px;
}
.cont_10_card_acad .cont_10_btn_apply {
    width: 100%;
}
.cont_10_buy_wrap {
    width: 35%;
    position: sticky;
    top: 207px;
    background: #d7ebe8;
    padding: 30px;
    border-radius: 12px;
}
.cont_10_buy {
    display: none;
    text-align: left;
}
.cont_10_buy.is_active {
    display: block;
}
.cont_10_buy_tit {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 18px;
}
.cont_10_buy_name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    margin-bottom: 16px;
}
.cont_10_buy_name strong {
    font-weight: 800;
    text-align: right;
    flex: 1;
}
.cont_10_book {
    border: 1px solid #222;
    background: #fff;
    margin-bottom: 18px;
}
.cont_10_book > p {
    font-size: 15px;
    font-weight: 800;
    padding: 10px 12px 6px;
    margin: 0;
}
.cont_10_book_list {
    background: #fff;
    padding: 20px;
    height: 300px;
    overflow-y: auto;
}
.cont_10_book_list label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    padding: 6px 0;
    cursor: pointer;
}
.cont_10_book_list input {
    margin-top: 3px;
    flex-shrink: 0;
}
.cont_10_price_box {
    margin-bottom: 24px;
}
.cont_10_price_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 16px;
}
.cont_10_price_right {
    text-align: right;
}
.cont_10_price_right strong {
    color: #666;
    font-weight: 600;
}
.cont_10_price_right p {
    margin: 4px 0 0;
    font-weight: 700;
    color: #111;
}
.cont_10_price_final {
    margin-top: 10px;
    align-items: center;
}
.cont_10_price_final span:first-child {
    font-size: 22px;
    font-weight: 800;
    color: #111;
}
.cont_10_price_final .total-amt {
    font-size: 28px;
    font-weight: 800;
    color: #111;
}
.cont_10_btn_coupon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 1px solid #222;
    background: #fff;
    color: #111;
    font-size: 22px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 10px;
}
.cont_10_btn_apply {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #111;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    line-height: 56px;
    border: 0;
    cursor: pointer;
}

@media screen and (max-width: 1200px){
  .inner{padding:0 20px;}
}

@media screen and (max-width: 1440px) and (min-width: 821px) {
    .top_banner {top: 55px;}
}

@media screen and (max-width: 820px) {
    .pc{display: none;}
    .mo{display: block;}
    .evt_wrp {
        overflow-x: hidden;
        padding-bottom: 54px;
    }
    .inner {
        padding: 0 20px;
        box-sizing: border-box;
    }
    .bg {
        padding: 70px 0;
    }
    .typo_wrap {
        padding-bottom: 28px;
    }
    h3 {
        font-size: 20px;
    }
    .circle_banner {
        display: none;
    }
    .bottom_banner {
        border-bottom-width: 0;
    }
    .bottom_banner .inner {
        text-align: center;
        padding: 0;
        max-width: none;
    }
    .bottom_banner a {
        display: block;
        width: 100%;
        height: 54px;
        line-height: 54px;
        border-radius: 0;
    }
    .bottom_banner .right_txt_btn {
        font-size: 20px;
        padding: 0;
        border-radius: 0;
    }
    .visual {
        background: url(https://image.engineerlab.co.kr/data/www/engr/promotion/2026/0827_pr_jgp/visual/m_bg.jpg)
          no-repeat top center / cover;
        aspect-ratio: 820/731;
        height: auto;
    }
    .cont_1 .item_wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    .roll_box {
        padding: 32px 0 40px;
    }
    .roll_set {
        gap: 10px;
        padding-right: 10px;
    }
    .roll_set img {
        max-height: 90px;
        width: auto;
    }
    .cont_2 .tab_wrap,
    .cont_10_item .tab_wrap {
        padding-top: 24px;
    }
    .cont_2 .tab_wrap ul,
    .cont_10_item .tab_wrap ul {
        gap: 8px;
    }
    .cont_2 .tab_wrap li,
    .cont_10_item .tab_wrap li {
        font-size: 14px;
        padding: 12px 4px;
        border-radius: 10px;
    }
    .cont_2 .tab_wrap .new_txt,
    .cont_10_item .tab_wrap .new_txt {
        font-size: 10px;
        padding: 2px 6px;
        top: -8px;
        right: 4px;
    }
    .cont_2 .tab_content,
    .cont_10_item .tab_content {
        padding-top: 24px;
    }
    .cont_2 .sub_txt_wrap {
        padding-top: 12px;
    }
    .cont_2 .sub_txt_wrap .sub_txt {
        font-size: 12px;
        line-height: 1.5;
    }
    .step_track {
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        gap: 12px;
        padding: 4px 2px 12px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        scroll-snap-type: x mandatory;
    }
    .step_track::-webkit-scrollbar {
        display: none;
    }
    .step_card {
        display: flex;
        flex-direction: column;
        flex: 0 0 78%;
        min-height: 230px;
        height: auto;
        padding: 20px 14px 0;
        border-radius: 12px;
        scroll-snap-align: start;
    }
    .step_card::after {
        right: -12px;
        font-size: 11px;
    }
    .step_num {
        font-size: 12px;
        margin-bottom: 6px;
    }
    .step_card h4 {
        font-size: 16px;
        line-height: 1.3;
    }
    .step_desc {
        font-size: 13px;
        margin-top: 6px;
    }
    .step_badge {
        font-size: 11px;
        margin: 8px auto 12px;
        white-space: normal;
        padding: 3px 8px;
    }
    .step_count {
        position: static;
        left: 0;
        right: 0;
        width: auto;
        margin: auto -14px 0;
        line-height: 1.2;
        padding: 12px 10px 14px;
        font-size: 16px;
        font-weight: 800;
        box-sizing: border-box;
    }
    .step_only {
        font-size: 11px;
        padding: 6px 10px;
    }
    .step_foot {
        position: static;
        bottom: auto;
        font-size: 11px;
        margin: 0 -14px;
        padding: 0 10px 10px;
        color: #999;
    }
    .cont_2_banners {
        margin-top: 28px;
    }
    .cont_3 .cont_3_item {
        flex-direction: column;
    }
    .cont_3_item .item {
        padding: 20px 16px;
    }
    .before_after_wrap li {
        padding: 18px 14px;
    }
    .before_after_wrap .txt_1 {
        font-size: 16px;
    }
    .before_after_wrap .txt_2 {
        font-size: 16px;
    }
    .graph_val {
        font-size: 13px;
    }
    .graph_val em {
        font-size: 16px;
    }
    .cont_4_item .click_wrap {
        width: 28%;
        top: 0;
    }
    .cont_4_item .click_wrap {
      width: 20%;
      top: 0;
    }
    .popup_wrap .slide_box.pc {
        display: none;
    }
    .popup_wrap .slide_box.mo {
        display: block;
    }
    .popup_wrap .typo_wrap h2 {
        font-size: 22px;
    }
    .cont_7_item li {
        flex-direction: column;
        padding: 24px 16px;
        min-height: 0;
        gap: 16px;
    }
    .cont_7_item li .left {
        padding-top: 0;
    }
    .cont_7_item li .cont_7_title {
        font-size: 20px;
    }
    .cont_7_item li .btn_more {
        width: 100%;
        font-size: 16px;
        margin-top: 16px;
    }
    .cont_7_item li .right {
        width: 100%;
        justify-content: center;
    }
    .cont_7_item li .right img {
        max-width: 100%;
        height: auto;
    }
    .cont_7_features {
        flex-wrap: wrap;
        gap: 8px;
    }
    .cont_10_card {
        padding: 20px 16px 18px;
    }
    .cont_10_badge {
        font-size: 14px;
        padding: 4px 12px;
    }
    .cont_5_item .shorts_list.pc {
        display: none;
    }
    .cont_5_item .slide_box.mo {
        display: block;
    }
    .cont_6_item {
        height: auto;
        min-height: 0;
        border-radius: 8px;
    }
    .cont_6_review_swiper {
        height: 260px;
        padding: 10px 14px;
    }
    .cont_6_review_swiper li {
        height: auto;
        min-height: 56px;
        padding: 8px 0;
        box-sizing: border-box;
    }
    .cont_6_review__row {
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
    }
    .cont_6_review__quote {
        font-size: 14px;
        font-weight: 700;
        line-height: 1.45;
        word-break: keep-all;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .cont_6_review__label {
        align-self: flex-end;
        max-width: 100%;
        min-width: 0;
        font-size: 12px;
        line-height: 1.35;
        text-align: right;
    }
    .cont_6_review__hl {
        padding: 0 3px;
        font-size: inherit;
    }
    .cont_8_stat {
        gap: 8px;
    }
    .cont_8_roll {
        margin-top: 24px;
        padding: 12px 8px;
    }
    .cont_8_btn {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }
    .cont_8_btn_prev {
        left: 8px;
    }
    .cont_8_btn_next {
        right: 8px;
    }
    .cont_8_card_list li {
        width: 240px;
    }
    .cont_8_card_list li:hover {
        transform: none;
        box-shadow: none;
    }
    .cont_8_card_img {
        height: 180px;
    }
    .cont_8_card_txt {
        padding: 16px;
    }
    .cont_8_card_txt span {
        font-size: 13px;
    }
    .cont_8_card_txt p {
        font-size: 15px;
    }
    .cont_8_card_play {
        width: 36px;
        height: 36px;
    }
    .cont_9_list {
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 12px;
        margin: 0 -20px;
        padding: 35px 20px;
    }
    .cont_9_list > li {
        flex: 0 0 calc(100% - 40px);
        width: calc(100% - 40px);
        scroll-snap-align: center;
        scroll-snap-stop: always;
    }
    .cont_9_box {
        height: auto;
        min-height: 0;
    }
    .cont_9_txt {
        padding: 24px 12px 16px;
        flex: 0 0 auto;
    }
    .cont_9_txt p {
        font-size: 16px;
    }
    .cont_9_num {
        font-size: 48px;
    }
    .cont_9_unit {
        font-size: 20px;
    }
    .cont_9_box > a {
        font-size: 18px;
        padding: 14px 0;
    }
    .cont_9_bubble {
        left: -8px;
        top: 0;
        width: 72px;
        height: 72px;
    }
    .cont_9_bubble a {
        font-size: 13px;
    }
    .cont_9_bubble a:after {
        border-width: 28px;
    }
    .cont_10_layout {
        flex-direction: column;
    }
    .cont_10_cards{width:100%;}
    .cont_10_buy_wrap {
        display: none;
    }
    .cont_10_card_head h3 {
        font-size: 18px;
    }
    .cont_10_card_tit {
        padding-right: 88px;
    }
    .cont_10_circle {
        width: 72px;
        height: 72px;
        font-size: 10px;
        padding: 6px;
    }
    .cont_10_term {
        font-size: 16px;
    }
    .cont_10_card_price {
        display: block;
        margin: 6px 0 0;
        font-size: 13px;
        font-weight: 600;
        color: #111;
    }
    .cont_10_card_price strong {
        font-size: 16px;
        font-weight: 800;
    }
    .cont_10_card_btns {
        display: flex;
        gap: 8px;
        margin-top: 16px;
    }
    .cont_10_card_btns .cont_10_btn_coupon,
    .cont_10_card_btns .cont_10_btn_apply {
        flex: 1;
        width: auto;
        margin: 0;
        font-size: 13px;
        line-height: 44px;
        text-align: center;
        white-space: nowrap;
    }
    .cont_10_soon {
        font-size: 16px;
    }
    .cont_10_soon_sub {
        font-size: 13px;
    }
    .cont_10_card_soon .cont_10_btn_coupon,
    .cont_10_card_soon .cont_10_btn_apply {
        background: transparent;
        border: 1px solid #fff;
        color: #fff;
    }
    .cont_10_benefit {
        flex-direction: column;
        gap: 8px;
    }
    .cont_10_benefit ul li {
        font-size: 14px;
    }
    .cont_10_acad_sub {
        font-size: 14px;
    }
    .cont_10_acad_stat {
        padding: 12px 8px;
    }
    .cont_10_acad_meta {
        font-size: 12px;
    }
    .cont_10_acad_stat strong {
        font-size: 16px;
    }
    .cont_10_acad_label {
        font-size: 13px;
    }
    .cont_10_acad_notes {
        font-size: 11px;
    }
    .cont_2_banner {
        flex-wrap: wrap;
        min-height: 0;
        padding: 20px 18px;
        gap: 12px;
        border-radius: 20px;
    }
    .cont_2_banner:hover {
        transform: none;
    }
    .cont_2_banner_txt p {
        font-size: 13px;
    }
    .cont_2_banner_txt strong {
        font-size: 16px;
        margin-top: 4px;
    }
    .cont_2_banner_circles {
        order: 3;
        width: 100%;
        justify-content: center;
        gap: 10px;
    }
    .cont_2_banner_circle {
        width: 84px;
        height: 84px;
        padding: 8px 6px;
    }
    .cont_2_banner_circle i {
        font-size: 10px;
    }
    .cont_2_banner_circle b {
        font-size: 12px;
    }
    .cont_2_banner_btn {
        margin-left: auto;
        font-size: 13px;
        padding: 10px 16px;
    }
    .cont_2_banner_notes {
        font-size: 11px;
    }
}

#eventComVideoPopup.is_shorts .event-com-video-box {
    width: min(360px, 90vw);
    max-width: none;
}
#eventComVideoPopup.is_shorts .event-com-video-frame {
    padding-top: 0;
    aspect-ratio: 9 / 16;
}


    