/* 공통 */
.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: clamp(20px, 4.5vw, 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: 10;
}

.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;
  margin-top: 10px;
}
.circle_banner_inner_2 {
  background: #e5007f !important;
}

.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: 0.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/pr_ljo/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: url(https://image.engineerlab.co.kr/data/www/engr/promotion/2026/pr_ljo/1/bg.jpg)
    no-repeat top center / cover;
  height: 1214px;
  width: 100%;
}
.cont_1.bg{padding-bottom:0;}
.cont_1 h2 {
  color: #fff;
}
.cont_1 .cont_1_item ul {
  display: flex;
  gap: 40px;
  justify-content: center;
}
.cont_1 .cont_1_item .txt {
  padding-top: 80px;
}
.cont_1 .cont_1_item .txt p {
  font-weight: 700;
  color: #fff;
  text-align: center;
  color: #fff;
}
.cont_1 .cont_1_item .txt p span {
  font-size: 40px;
}
.cont_1 .cont_1_item .txt p:first-child {
  font-size: 40px;
}
.cont_1 .cont_1_item .txt p:last-child {
  font-size: 150px;
  justify-content: center;
  color: #fcb726;
  position: relative;
}
.cont_1 .cont_1_item .txt p:last-child::after {
  content: "*";
  font-size: 40px;
  color: #fcb726;
  position: absolute;
  top: 22px;
}
.cont_1 .sub_txt{
  position: absolute;
  bottom:5%;
  left:50%;
  transform: translateX(-50%);
  color:rgba(255,255,255,0.5);
  width: 90%;
  text-align:center;
}

/* 컨텐츠2 */
.cont_2 {
  background: #f5f5f5;
}
.cont_2 .youtube_item {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color: #000;
  overflow: hidden;
  cursor: pointer;
}
.cont_2 .youtube_item .video_thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cont_2 .youtube_item .btn_play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  cursor: pointer;
}
.cont_2 .youtube_item .btn_play::after {
  content: "";
  position: absolute;
  left: 56%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 16px 0 16px 26px;
  border-color: transparent transparent transparent #fff;
}
iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* 탭 */
.tab_wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.tab_wrap ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}
.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;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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;
}

.tab_wrap li.is_active {
  background: #fd7325;
  color: #fff;
  border: none;
  font-weight: 700;
  display: block;
}
.cont_2 .sub_txt_wrap {
  padding-top: 20px;
}
.cont_2 .sub_txt a {
  color: #fd7325;
  font-weight: 700;
}
.cont_10_item .tab_content {
  padding-top: 40px;
}
/* 필기/실기 스텝 카드 */
.cont_2 .step_content{padding-top:40px;}
.step_block + .step_block {
  margin-top: 28px;
}
.step_head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.step_dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fd7325;
  box-shadow: 0 0 0 4px #f3e7e6;
}
.step_track {
  display: flex;
  gap: 22px;
  width: 100%;
}
.step_card {
  position: relative;
  flex: 1;
  text-align: center;
  background: #fff;
  min-height: 298px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 35px;
  border-radius: 14px;
}
.step_card::after {
  content: "▶";
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
  color: #fd7325;
}

.step_card:last-child::after {
  display: none;
}
.step_block .step_track h3{
    border-radius: 14px 14px 0 0;
    color:#fff;
    height: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.step_block--note .step_track h3{
    background:#fd7325;
}
.step_block--prac .step_track h3{
    background:#fcb726;
}
.step_card h4 {
  font-size: clamp(18px, 2.5vw, 22px);
  font-weight: 500;
  color: #222;
  padding-top: 37px;
  flex:1;
}
.step_badge {
  display: inline-block;
  margin: 0 auto;
  padding: 5px 20px;
  border-radius: 99px;
  background: #fef2f2;
  color: #ec0000;
  font-size: clamp(14px, 3vw, 20px);
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
}
.step_only {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  background: #fff;
  color: #222;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  border-top-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
.step_block--prac .step_dot {
  background: #fcb726;
  box-shadow: 0 0 0 4px #f3e7e6;
}
.step_block--prac .step_card {
  border-top-color: #fcb726;
}
.step_block--prac .step_card:not(:last-child)::after {
  color: #fcb726;
}
.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;
}
.cont_2_banner_txt em {
  font-style: normal;
  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 .typo_wrap {
  padding-bottom: 40px;
}
.cont_3_preview_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  padding: 16px 36px;
  background: #111;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 12px;
  line-height: 1.2;
  transition: background 0.2s ease;
}
.cont_3_preview_btn:hover {
  background: #000;
  color: #fff;
}
.cont_3_item {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
}
.cont_3_guide_book{
  background:#ea0000;
  border-radius:50%;
  width:150px;
  height:150px;
  position:absolute;
  top:-50px;
  right:-50px;
  display:flex;
  align-items:center;
  justify-content:center;
  /* 붕붕 */
  animation: bounce 1s infinite;
}
.cont_3_guide_book p{
  text-align:center;
  font-size:22px;
  font-weight:700;
  color:#fff;
}
@keyframes bounce {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}
.cont_3_group {
  display: flex;
  align-items: stretch;
  gap: 0;
}
.cont_3_label {
  flex: 0 0 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 0.18em;
  font-size: clamp(20px, 2.5vw, 25px);
  font-weight: 800;
  color: #fff;
  border-radius: 14px 0 0 14px;
  margin-right: -1px;
}
.cont_3_label--basic {
  background: #FD7325;
}
.cont_3_label--note {
  background: #B0511A;
}
.cont_3_label--prac {
  background: #5E2C0E;
}
.cont_3_group ul {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cont_3_group ul li {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  padding: 28px 36px;
}
.cont_3_num {
  flex-shrink: 0;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
  color: #cfcfcf;
  letter-spacing: -0.02em;
  padding-top: 2px;
}
.cont_3_num--accent {
  color: #ef5234;
}
.cont_3_txt {
  flex: 1;
  min-width: 0;
  text-align: left;
}
.cont_3_txt strong {
  display: block;
  font-size: clamp(20px, 2.5vw, 25px);
  font-weight: 800;
  color: #111;
  line-height: 1.3;
}
.cont_3_txt p {
  margin-top: 10px;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 500;
  color: #555;
  line-height: 1.55;
}

/* 컨텐츠4 */
.cont_4 {background: #1a1a1a;}
.cont_4 h2{color:#fff;}
.cont_4 h2 strong{color:#fcb726;}
.cont_4 .cont_4_item{display:flex;align-items:center;justify-content:space-between;}
.cont_4 .cont_4_item_wrap{flex:1;}
.cont_4 ul{display:flex;gap:20px;flex-direction:column;}
.cont_4 li{background:#262626;padding:40px;border-top-right-radius:99px;border-bottom-right-radius:99px;}
.cont_4 li p.tit{
  font-size:clamp(20px, 2.5vw, 25px);
  font-weight:700;
  color:#fcb726;
}
.cont_4 li p.txt{
  font-size:clamp(16px, 2vw, 18px);
  font-weight:500;
  color:#fff;padding-top:10px;line-height:1.5;}

#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 .typo_wrap p {
  font-size:clamp(18px, 2vw, 22px);font-weight:700;
border:1px solid #fd7325;padding:20px 40px;
display:inline-block;
margin-top:40px;color:#fd7325;
/* 깜빡임 */
animation: blink 1s infinite;
}

@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

.cont_5 .media_swiper_wrap {
  position: relative;
  padding: 0 30px;
}
.cont_5 .media_swiper {
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.cont_5 .media_swiper .swiper-slide {
  height: auto;
  box-sizing: border-box;
}
.cont_5 .media_swiper .swiper-slide a {
  display: block;
  cursor: pointer;
}
.cont_5 .media_swiper .swiper-slide img {
  display: block;
  width: 100%;
  border-radius: 12px;
  border: 1px solid #e8e8e8;
}
.cont_5 .media_swiper_prev,
.cont_5 .media_swiper_next {
  position: absolute;
  top: 42%;
  z-index: 2;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ddd;
  cursor: pointer;
  transform: translateY(-50%);
}
.cont_5 .media_swiper_prev {
  left: 0;
}
.cont_5 .media_swiper_next {
  right: 0;
}
.cont_5 .media_swiper_prev::after,
.cont_5 .media_swiper_next::after {
  font-size: 28px;
  font-weight: 700;
  color: #999;
}
.cont_5 .media_swiper_prev::after {
  content: "‹";
}
.cont_5 .media_swiper_next::after {
  content: "›";
}

/* 컨텐츠6 */
.cont_6 {
  background: #fd7325;
}
.cont_6 h2 {
  color: #fff;
}
.cont_6 .mo_br {
  display: none;
}
.cont_6 .pc_br {
  display: block;
}
.cont_6 .review_roll {
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 50px;
}
.cont_6 .review_roll_view {
  overflow: hidden;
}
.cont_6 .review_roll_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cont_6 .review_roll_list li {
  border-bottom: 1px solid #ccc;
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cont_6 .review_roll_item_left {
  display: flex;
  gap: 20px;
  align-items: center;
}
.cont_6 .review_roll_item_left p {
  font-size: clamp(18px, 2vw, 30px);
  font-weight: 700;
  line-height: 1.4;
}
.cont_6 .review_roll_item_left p em {
  color: #fd7325;
}
.cont_6 .review_id {
  font-size: 16px;
  color: #ccc;
}
.cont_6 .sub_txt {
  text-align: right;
  padding-top: 20px;
  color: #666;
  line-height: 1.6;
  font-weight: 300;
}

/* 컨텐츠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: #fd7325;
  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: #fd7325;
  background: ##FFEBE8;
}
.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: #fd7325;
}
.cont_9_btn {
  background: #111;
}
.cont_9_bubble {
  position: absolute;
  top: 0;
  left: -40px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #111;
  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: #111;
  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(255, 166, 0, 0.18);
  border: 2px solid #fd7325;
}
.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: rgb(238, 0, 45);
  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: rgb(238, 0, 45);
  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: rgb(238, 0, 45);
}
.cont_10_card_price,
.cont_10_card_btns {
  display: none;
}
.cont_10_card_soon {
  background: #e5007f;
  color: #fff;
  border-color: #e5007f;
}
.cont_10_card_soon.is_active {
  border-color: #e5007f;
  box-shadow: none;
}
.cont_10_card_soon h3 {
  color: #fff;
}
.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: #e5007f;
}
.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: #e5007f;
}
.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: #f5eee9;
  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;
  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;
  }
  .cont_3_guide_book{
    right:20px;
  }
}

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

@media screen and (max-width: 820px) {
  /* 공통 */
  .pc {display: none !important;}
  .mo {display: block;}
  .inner {padding: 0 20px;b}
  .bg {padding: 70px 0;}
  .typo_wrap {padding-bottom: 28px;}
  .evt_wrp{overflow: hidden;}
  .sub_txt{font-size:11px;}

  /* 원형배너 */
  .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/pr_ljo/visual/m_bg_02.jpg)
      no-repeat top center / cover;
    aspect-ratio: 820/731;
    height: auto;
  }

  /* 컨텐츠1 */
  .cont_1{background:#191317;height:444px;overflow: hidden;position: relative;}
  .cont_1 .inner{z-index: 1;}
  .cont_1 .cont_1_m_bg{position: absolute;bottom:0;left:0;height: 389px;}
  .cont_1 .cont_1_item ul{gap:10px;}
  .cont_1 .cont_1_item .txt{padding-top:30px;text-align: left;}
  .cont_1 .cont_1_item .txt p{text-align: left;}
  .cont_1 .cont_1_item .txt p:first-child{font-size:18px;}
  .cont_1 .cont_1_item .txt p:last-child{font-size:40px;}
  .cont_1 .cont_1_item .txt p:last-child::after{font-size:22px; top:0;}
  .cont_1 .sub_txt{text-align:left;}

  /* 컨텐츠2 */
  .cont_2 .youtube_item {
    border-radius: 12px;
  }
  .cont_2 .youtube_item .btn_play {
    width: 60px;
    height: 60px;
  }
  .cont_2 .youtube_item .btn_play::after {
    border-width: 11px 0 11px 18px;
  }
  .cont_2 .step_content {
    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 .step_block {
    margin-top: 0;
  }
  .cont_2 .step_block + .step_block {
    margin-top: 20px;
  }
  .cont_2 .sub_txt_wrap {
    padding-top: 12px;
  }
  .cont_2 .sub_txt_wrap .sub_txt {
    line-height: 1.5;
  }
  .cont_2 .sub_txt_wrap .sub_txt a {
    display: inline-block;
  }
  .step_head {
    gap: 6px;
    margin-bottom: 12px;
  }
  .step_head h3 {
    font-size: 20px;
  }
  .step_dot {
    width: 8px;
    height: 8px;
    box-shadow: 0 0 0 3px #f3e7e6;
  }
  .step_track {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    gap: 16px;
    padding: 4px 0 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-width: 78%;
    min-height: 0;
    height: auto;
    padding: 0 0 18px;
    border-radius: 12px;
    scroll-snap-align: start;
  }
  .step_block .step_track h3 {
    height: auto;
    min-height: 82px;
    padding: 14px 12px 12px;
    line-height: 1.25;
    border-radius: 12px 12px 0 0;
  }
  .step_card::after {
    right: -14px;
    font-size: 11px;
  }
  .step_card h4 {
    line-height: 1.45;
    padding: 12px 12px 0;
  }
  .step_badge {
    margin: 10px auto 0;
    white-space: nowrap;
    padding: 4px 10px;
  }
  .step_only {
    font-size: 12px;
    padding: 6px 8px;
    width: auto;
    height: auto;
    line-height: 1.2;
    border-top-left-radius: 12px;
  }
  .step_foot {
    position: static;
    bottom: auto;
    font-size: 11px;
    margin: 0;
    padding: 0 10px 10px;
    color: #999;
  }
  .cont_2_banners {
    margin-top: 32px;
  }
  .cont_2_banner {
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    padding: 20px 18px;
    gap: 12px;
    border-radius: 16px;
  }
  .cont_2_banner:hover {
    transform: none;
  }
  .cont_2_banner_txt {
    width: 100%;
  }
  .cont_2_banner_txt p {
    font-size: 13px;
  }
  .cont_2_banner_txt strong {
    font-size: 16px;
    margin-top: 4px;
  }
  .cont_2_banner_circles {
    display: none;
  }
  .cont_2_banner_btn {
    align-self: flex-end;
    margin-left: 0;
    font-size: 13px;
    padding: 10px 16px;
  }
  .cont_2_banner_notes {
    font-size: 11px;
  }

  /* 컨텐츠3 */
  .cont_3 .typo_wrap {
    padding-bottom: 24px;
  }
  .cont_3_guide_book{
    width: 80px;
    height: 80px;
    right:0;
  }
  .cont_3_guide_book p{font-size:14px;}
  .cont_3_preview_btn {
    margin-top: 18px;
    padding: 12px 22px;
    font-size: 14px;
    border-radius: 10px;
  }
  .cont_3_item {
    gap: 10px;
  }
  .cont_3_label {
    flex: 0 0 48px;
    letter-spacing: 0.12em;
    border-radius: 10px 0 0 10px;
  }
  .cont_3_group ul {
    gap: 10px;
  }
  .cont_3_group ul li {
    gap: 14px;
    padding: 16px 14px;
    border-radius: 10px;
  }
  .cont_3_num {
    font-size: 26px;
  }
  .cont_3_txt p {
    margin-top: 6px;
    font-size: 16px;
    line-height: 1.5;
  }

  /* 컨텐츠4 */
  .cont_4 .cont_4_item{display:block;}
  .cont_4 li{background:#262626;padding:40px;border-radius:5px;}


  /* 컨텐츠5 */
  .cont_5 .media_swiper_wrap {
    padding: 0 36px;
  }
  .cont_5 .media_swiper_prev,
  .cont_5 .media_swiper_next {
    width: 44px;
    height: 44px;
  }
  .cont_5 .typo_wrap p{margin-top:30px;}

  /* 컨텐츠6 */
  .cont_6 .mo_br {
    display: block;
  }
  .cont_6 .pc_br {
    display: none;
  }
  .cont_6 .review_roll {
    padding: 20px;
  }
  .cont_6 .review_roll_list li {
    flex-direction: column;
    padding: 30px 0;
  }
  .cont_6 .review_roll_item_left {
    display: block;
    word-break: keep-all;
    width: 100%;
  }
  .cont_6 .review_roll_item_left img {
    width: 45px;
    height: 45px;
  }
  .cont_6 .review_roll_item_right {
    text-align: right;
    width: 100%;
    margin-top: 10px;
  }
  .cont_6 .review_id {
    font-size: 12px;
  }

  /* 컨텐츠7 */
  .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: 80%;
    height: auto;
    margin-top: 15px;
  }
  .cont_7_features {
    flex-wrap: wrap;
    gap: 8px;
  }

  /* 컨텐츠8 */
  .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;
  }

  /* 컨텐츠9 */
  .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;
  }

  /* 컨텐츠10 */ 
  .cont_10_item .tab_content {
    padding-top: 24px;
  }
  .cont_10_layout {
    flex-direction: column;
  }
  .cont_10_cards {
    width: 100%;
  }
  .cont_10_buy_wrap {
    display: none;
  }
  .cont_10_card {
    padding: 20px 16px 18px;
  }
  .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_badge {
    font-size: 14px;
    padding: 4px 12px;
  }
  .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;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ccc;
    background: #f5f5f5;
  }
  .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;
  }

}

#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;
}
