/* 공통 */
.ev_ent *{word-break:keep-all;}
.inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.mo {
  display: none;
}
.pc {
  display: block;
}
h2 {
  font-size: clamp(24px, 3vw, 45px);
  font-weight: 500;
  line-height: 1.3;
  word-break: keep-all;
}
h2 span {
  font-weight: 800;
}

.bg {
  padding: 100px 0;
}
.bule {
  color: #0f71f2;
}
.sub_txt {
  font-size: 14px;
  color: #808080;
  font-weight: 300;
}

/* 윙배너 */
.wing_banner{
    position: fixed;
    right:40px;
    top:50%;
    transform: translateY(-50%);
    z-index: 1000;
}
.wing_banner ul{
    display: flex;
    flex-direction: column;
    gap:10px;
}
.wing_banner ul img{
    width:clamp(80px, 10vw, 150px);
}
.visual {
  background: url(https://image.engineerlab.co.kr/data/www/engr/promotion/2026/electric_roadmap/visual/bg.jpg)
    no-repeat center center;
  background-size: cover;
  width: 100%;
  padding: 42px 0 120px 0;
}

/* 탑배너 */
.top_box {
  background-color: #eeeffd;
  border-radius: 99px;
  box-shadow:
    0 4px 4px 0 rgba(0, 0, 0, 0.25),
    inset 2px 4px 4px 0 rgba(0, 0, 0, 0.25);
  border: 3px solid #fff;
  overflow: hidden;
}
.top_box ul {
  display: flex;
  justify-content: space-between;
}

.top_box li {
  width: 100%;
  max-height: 74px;
  height: 74px;
  min-height: 45px;
}

.top_box li a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(16px, 2.2vw, 22px);
}

.top_box li.on {
  font-weight: 800;
  background-color: #fff;
}

.top_box li:hover {
  background-color: #fff;
  font-weight: 800;
}
.visual .main_typo {
  margin-top: 70px;
}
.visual .main_typo h2 {
  font-weight: 500;
  line-height: 1.5;
}
.visual .main_typo h2 span {
  font-weight: 800;
  color: #fff;
  background-color: #0f71f2;
  padding: 10px;
}
.visual .main_typo .img_wrap {
  padding-top: 55px;
}
.bt_tit {
  background-color: #fff;
  border: 1px solid #111;
  padding: 20px 67px;
  border-radius: 10px;
  font-size: clamp(24px, 2.2vw, 65px);
  font-weight: 800;
  color: #111;
  text-align: center;
  margin-top: 70px;
  display: inline-block;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 1);
}

/* 컨텐츠1 */
.content_1 {
  background: #f5f5f5;
}
.content_1,
.content_2 h2 {
  font-weight: 500;
  line-height: 1.3;
}
.cont_box {
  display: flex;
  justify-content: space-between;
}

.content_1 .right_cont {
  text-align: right;
}
.content_1 .recommend_box p {
  line-height: 1.3;
}
.content_1 .right_cont .number {
  font-size: 18px;
  font-weight: 800;
  color: #808080;
}
.content_1 .right_cont .number #quizStepNum {
  color: #222;
}
.content_1 .right_cont .recommend_name {
  margin: 20px 0;
  background: #fff;
  border: 1px solid #d0d6e3;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 636px;
  min-height: 540px;
  height: auto;
  padding: 40px 36px;
  box-sizing: border-box;
  text-align: left;
  overflow: hidden;
}
.content_1 .right_cont .sub_txt {
  text-align: left;
}

/* quiz */
.quiz_panel[hidden] {
  display: none !important;
}
.quiz_panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 460px;
}
.quiz_step {
  font-size: 22px;
  font-weight: 500;
  color: #9aa3b5;
  margin-bottom: 14px;
}
.quiz_q {
  font-size: 35px;
  font-weight: 800;
  line-height: 1.4;
  color: #111;
}
.quiz_sub {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 500;
  color: #555;
}
.quiz_stage_body {
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.quiz_stage_body .quiz_stage_foot {
  justify-content: center;
  margin-top: 40px;
}

.quiz_stage_foot {
  display: flex;
  justify-content: flex-end;
}
.quiz_ask {
  text-align: center;
}
.quiz_next {
  border-radius: 10px;
}
.quiz_next,
.result_card_next,
.cta_split_ghost,
.cta_split_primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 800;
  cursor: pointer;
  line-height: 65px;
  width: 135px;
}
.quiz_next,
.result_card_next,
.cta_split_primary {
  background: #0f71f2;
  color: #fff;
}
.cta_split_ghost {
  background: #fff;
  color: #0f71f2;
  border: 2px solid #0f71f2;
}
.choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 28px;
}
.choice {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  border: 1px solid #d0d6e3;
  border-radius: 16px;
  background: #f8f9fc;
  text-align: left;
  cursor: pointer;
  transition:
    border-color 0.2s,
    box-shadow 0.2s,
    background 0.2s;
  overflow: hidden;
}
.choice:hover {
  border-color: #0f71f2;
  box-shadow: 0 8px 20px rgba(15, 113, 242, 0.12);
}
.choice .choice_content {
  padding: 22px 18px 18px;
  width: 100%;
}

.choice_label {
  font-size: 22px;
  font-weight: 800;
  color: #222;
}
.choice_meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  color: #555;
  margin-top: 10px;
}
.choice_meta > span {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-weight: 800;
  font-size: 18px;
  background: #fff;
  padding: 10px 20px;
  border-radius: 10px;
}
.choice_meta_tit {
  color: #919fc2;
}

.choice_meta b {
  color: #111;
  font-weight: 800;
}
.choice_meta .is-total {
  margin-top: 4px;
  padding-top: 10px;
  background: #e5ebf6;
  border: 1px solid #4270ee;
  justify-content: center;
}
.choice_meta .is-total b {
  color: #4270ee;
  font-size: 22px;
}
.choice_cta {
  margin-top: auto;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  background: #0f71f2;
  width: 100%;
  text-align: center;
  line-height: 65px;
}
.choice_hand {
  position: absolute;
  right: 10px;
  bottom: 8px;
  width: 42px;
  pointer-events: none;
}

/* result card - step3/4 */
.result_card {
  margin-top: 28px;
  border: 1px solid #d7dce8;
  border-radius: 16px;
  background: #f8f9fc;
  overflow: hidden;
}
.result_card_body {
  padding: 24px 22px 20px;
}
.result_card_tag {
  display: block;
  color: #0f71f2;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 16px;
}
.result_list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.result_row {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 72px;
  padding: 14px 18px;
  border: 1px solid #e0e4ee;
  border-radius: 12px;
  background: #fff;
  box-sizing: border-box;
  font-size: 18px;
  overflow: hidden;
}
.result_row_month {
  flex: 0 0 96px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border-radius: 10px;
  background: #0f71f2;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
}
.result_row_phase {
  margin-right: 10px;
  white-space: nowrap;
  font-weight: 800;
  color: #111;
  width: 16%;
  text-align: center;
}
.result_row_desc {
  flex: 1;
  min-width: 0;
  font-weight: 500;
  color: #222;
  line-height: 1.4;
  word-break: keep-all;
  text-align: left;
}
.result_card_next {
  width: 100%;
  line-height: 64px;
  font-size: 22px;
}
.cta_split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.cta_split_ghost,
.cta_split_primary {
  width: 100%;
  border-radius: 0;
  line-height: 64px;
}
.cta_split_ghost {
  border-width: 0;
  border-top: 1px solid #d7dce8;
  border-right: 1px solid #d7dce8;
}
.cta_split_primary {
  border-radius: 0;
}

/* 컨텐츠2 */
.content_2 .btn_wrap {
  margin-top: 50px;
}
.content_2 .btn_wrap a {
  width: 100%;
  line-height: 65px;
  font-size: 22px;
  font-weight: 800;
  border-radius: 99px;
  display: block;
  margin: 10px 0;
  text-align: center;
}
.content_2 .btn_wrap a:hover {
  transition: transform 0.3s ease;
  transform: translateX(10px);
}
.content_2 .btn_wrap a:first-child {
  background: #0f71f2;
  margin: 0;
  color: #fff;
}
.content_2 .btn_wrap a:last-child {
  background: #f7f7f7;
  color: #222;
  border: 1px solid #ccc;
}
.recommend_courses ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.recommend_courses ul li {
  background: #fff;
  width: 370px;
  height: 220px;
  border-radius: 10px;
  border: 1px solid #e7eaf3;
  display: flex;
  flex-direction: column;
}
.recommend_courses ul li.is_on {
  border: 2px solid #0f71f2;
}
.recommend_courses ul li.is_on .course_name {
  color: #0f71f2;
}
.course_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 30px;
}
.course_tags span {
  padding: 5px 15px;
  border-radius: 99px;
  font-size: 16px;
  color: #222;
  background: #f6f7fb;
}
.course_tags span.course_tag_pink {
  background: #ffe8ee;
  color: #e13a50;
  font-weight: 800;
}
.course_name {
  border-top: 1px solid #e7eaf3;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}

/* 컨텐츠3 */
.content_3 {
  background: linear-gradient(to right, #0dccff 0%, #4760ff 100%);
}
.content_3 .tit_wrap {
  text-align: center;
  color: #fff;
  font-weight: 500;
}
.content_3 .tit_wrap h2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.content_3 .tit_wrap h2 span img {
  max-width: 100%;
  height: auto;
}
.content_3 .tit_wrap p {
  margin-top: 10px;
  font-size: 22px;
}
.content_3 .dow_wrap {
  margin-top: 50px;
}

.content_3 .dow_wrap ul {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}

.content_3 .dow_wrap li {
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  padding: 30px;
  border: 1px solid #d0d6e3;
  text-align: center;
  font-weight: 800;
}
.content_3 .dow_wrap li p {
  color: #fff;
  font-size: 30px;
}
.content_3 .dow_wrap li .dow_btn {
  margin-top: 15px;
}
.content_3 .dow_wrap li a {
  color: #fffc00;
  font-size: 22px;
  display: inline-flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.content_3 .dow_wrap li a span {
  text-decoration: underline;
}

/* 컨텐츠4 */
.content_4 {
  background: #e9edf4;
}
.content_4 h2 {
  margin-bottom: 40px;
}
.content_4 h2 img {
  max-width: 100%;
  height: auto;
}
.s6_tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 24px;
}
.s6_tab {
  padding: 30px;
  font-size: 30px;
  font-weight: 500;
  border-radius: 8px 8px 0 0;
  color: #222;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s;
  width: 100%;
  border: 1px solid #d0d6e3;
}
.s6_tab.is-active {
  background: #0f71f2;
  color: #fff;
  border: 0;
  font-weight: 800;
}
.s6_panel {
  display: none;
  background: #fff;
  border-radius: 0 12px 12px 12px;
  padding: 48px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.s6_panel.is-active {
  display: block;
}
.s6_prof {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  position: relative;
}
.s6_prof_img {
  width: 40%;
  background: #e8eaf2;
  border-radius: 12px;
  overflow: hidden;
}
.s6_prof_img img {
  width: 100%;
  position: relative;
  bottom: -4px;
}
.s6_prof_info {
  flex: 1;
}
.s6_prof_sub {
  font-size: 35px;
  color: #3a436b;
  margin: 0 0 8px;
}
.s6_prof_name {
  font-size: 50px;
  font-weight: 700;
  color: #3a436b;
  margin: 0 0 28px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: "AliceDigitalLearning";
}
.s6_prof_link {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #111;
  padding: 6px 14px;
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: 0;
}
.s6_features {
  list-style: none;
  margin: 0 0 28px;
  padding: 20px 24px;
  border: 1px solid #dde0ec;
  border-radius: 8px;
}
.s6_features li {
  font-size: 25px;
  color: #222;
  padding: 6px 0;
  padding-left: 28px;
  position: relative;
}
.s6_features li::before {
  content: "☑";
  position: absolute;
  left: 0;
  color: #2b3468;
}
.s6_quotes {
  display: flex;
  gap: 16px;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}
.s6_quotes li {
  flex: 1;
  background: #2b3468;
  align-items: center;
  display: flex;
  justify-content: center;
  word-break: keep-all;
  color: #fff;
  border-radius: 10px;
  padding: 20px 10px;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
/* 커리큘럼 / 추천강의 */
.s6_curr,
.s6_recom {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid #e5e8f0;
}
.s6_sec_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.s6_sec_tit {
  font-size: 30px;
  font-weight: 800;
  color: #222;
}
.s6_sec_btn {
  display: inline-flex;
  align-items: center;
  color: #0f71f2;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}
.s6_curr_block + .s6_curr_block {
  margin-top: 12px;
}
.s6_curr_label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
  background: #f0f1f5;
  color: #222;
  font-size: 30px;
  font-weight: 800;
  padding: 20px 0;
  word-break: keep-all;
}
.s6_curr_label_blue {
  background: #e8f1ff;
  color: #0f71f2;
}
.s6_curr_label_blue_2{
  background:#0f71f2;
  color:#fff;
}


.label_wrap {
  position: relative;
}
.label_wrap .icon_wrap {
  position: absolute;
  top: -32px;
  right: -91px;
}
.s6_curr_label span {
  font-size: 18px;
  font-weight: 500;
  color: #808080;
}
.s6_curr_label .icon_wrap {
  position: absolute;
}
.s6_curr_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #e5e8f0;
  border-top: 0;
}
.s6_curr_list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 30px;
  border-right: 1px solid #e5e8f0;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
}
.s6_curr_list li:last-child {
  border-right: 0;
}
.s6_curr_name {
  font-size: 28px;
  font-weight: 700;
  color: #222;
  line-height: 1.35;
  word-break: keep-all;
}
.s6_curr_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border-radius: 4px;
  background: #0f71f2;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
}
.s6_recom_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: stretch;
}
.s6_recom_list li {
  display: flex;
  flex-direction: column;
  border: 1px solid #d7dce8;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  min-height: 260px;
}
.s6_recom_banner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 100%;
  min-height: 62px;
  padding: 20px 10px;
  background: #0f71f2;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.3;
}
.s6_recom_banner_empty {
  background: transparent;
  color: transparent;
  visibility: hidden;
}
.s6_recom_body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.s6_recom_main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.s6_curr_name em {
  color: #0f71f2;
  font-style: normal;
}
.s6_recom_sub {
  margin: 10px 0 0;
  font-size: 18px;
  color: #888;
}
.s6_recom_link {
  flex: 1;
  padding-bottom: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #8c93a6;
}
.s6_recom_btns {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}
.s6_recom_btns a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  border-radius: 8px;
  background: #eef0f5;
  color: #222;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
}

/* 컨텐츠5 */
.content_5 {
  background: url(https://image.engineerlab.co.kr/data/www/engr/promotion/2026/electric_roadmap/5/bg.jpg)
    no-repeat center center;
  background-size: cover;
  padding: 60px 0;
}
.content_5 ul {
  display: flex;
  gap: 20px;
}

.content_5 li {
  border: 1px solid #d0d6e3;
  border-radius: 10px;
  padding: 30px;
  font-size: 25px;
  font-weight: 500;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  word-break: keep-all;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  width: 318px;
}
.content_5 li i {
  color: #fff;
  font-size: 60px;
  margin-bottom: 20px;
}
.content_5 li span {
  font-weight: 800;
}
.content_5 .right_wrap {
  text-align: right;
}
.content_5 .right_wrap p {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}
.content_5 .right_wrap a {
  margin-top: 40px;
  background: #00e4ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 800;
  cursor: pointer;
  line-height: 65px;
  border-radius: 99px;
  padding: 0 50px;
}
.content_5 .right_wrap a:hover {
  opacity: 0.8;
}

/* 컨텐츠6 - FAQ / 할인 */
.content_6 {
  background: #f5f5f5;
}
.content_6 .faq_sec {
  margin-bottom: 80px;
}
.faq_head {
  margin-bottom: 36px;
}
.faq_head_eyebrow {
  font-size: 18px;
  font-weight: 700;
  color: #0f71f2;
  margin-bottom: 10px;
}
.faq_head_title {
  font-weight: 800;
}
.faq_list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq_item {
  background: #fff;
  border: 1px solid #d7dce8;
  border-radius: 14px;
  overflow: hidden;
}
.faq_q_row {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 22px 28px;
  cursor: pointer;
  border: 0;
  background: transparent;
  text-align: left;
}
.faq_q {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 40px;
  padding: 0 12px;
  border-radius: 8px;
  background: #0f71f2;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}
.faq_qtext {
  flex: 1;
  min-width: 0;
  font-size: 20px;
  font-weight: 700;
  color: #222;
  line-height: 1.45;
  word-break: keep-all;
}
.faq_aside {
  flex: 0 0 auto;
  margin-left: auto;
}
.faq_aside_label,
.faq_aside_label_open {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #0f71f2;
  white-space: nowrap;
}
.faq_aside_label_open {
  display: none;
}
.faq_item.is_open .faq_aside_label {
  display: none;
}
.faq_item.is_open .faq_aside_label_open {
  display: inline-flex;
}
.faq_item.is_open {
  border-color: #0f71f2;
}
.faq_item.is_open .faq_q_row {
  border-bottom: 1px solid #e8ecf4;
}
.faq_item_body {
  display: none;
  padding: 8px 28px 28px 96px;
  color: #444;
  font-size: 17px;
  line-height: 1.7;
  word-break: keep-all;
}
.faq_item.is_open .faq_item_body {
  display: block;
}
.faq_item_body p {
  margin: 0 0 12px;
}
.faq_item_body p:last-child {
  margin-bottom: 0;
}
.faq_a {
  font-weight: 800;
  color: #111;
}
.faq_item_body a {
  color: #0f71f2;
  font-weight: 700;
  text-decoration: underline;
}

/* 할인 카드 */
.discount_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  align-items: start;
}
.discount_card_wrap {
  display: flex;
  flex-direction: column;
}
.discount_card {
  display: flex;
  min-height: 140px;
  background: #fff;
  border: 1px solid #d7dce8;
  border-radius: 14px;
  overflow: hidden;
}
.discount_card_stub {
  position: relative;
  flex: 0 0 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1b2438;
  color: #fff;
}
.discount_card_stub::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%;
  background: #f5f5f5;
}
.discount_card_amount {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
}
.discount_card_amount h2 {
  font-weight: 800;
  line-height: 1;
}
.discount_card_prefix {
  font-size: 16px;
  font-weight: 700;
  opacity: 0.85;
  margin-bottom: 6px;
}
.discount_card_unit {
  font-size: 22px;
}
.discount_card_main {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  padding: 24px 22px;
}
.discount_card_desc {
  font-size: 25px;
  font-weight: 700;
  color: #222;
  line-height: 1.4;
  word-break: keep-all;
}
.discount_card_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.discount_card_badge,
.discount_card_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}
.discount_card_badge {
  background: #eef3ff;
  color: #0f71f2;
}
.discount_card_btn {
  background: #0f71f2;
  color: #fff;
}
.btn_large {
  background: #1b2438;
}

.discount_card_btn:hover {
  opacity: 0.9;
}
.discount_card_blue {
  border-color: #0f71f2;
}
.discount_card_blue .discount_card_stub {
  background: #0f71f2;
}
.discount_card_blue .discount_card_stub::after {
  background: #f5f5f5;
}
.discount_note {
  margin-top: 10px;
  font-size: 14px;
  color: #888;
  text-align: right;
}

/* 마지막 */
.content_7 {
  background: #111;
}
.content_7 h2 {
  text-align: center;
  font-weight: 800;
  color: #fff;
}

@media (max-width: 1200px) {
  .inner {
    padding: 0 20px;
  }
  .wing_banner {
    display: none;
  }
  .bg {
    padding: 70px 0;
  }
  .visual {
    padding: 36px 0 80px 0;
  }
  .top_box li {
    height: 60px;
  }
  .visual .main_typo {
    margin-top: 40px;
  }
  .visual .main_typo .img_wrap {
    padding-top: 36px;
  }
  .visual .main_typo .img_wrap img {
    max-width: 100%;
    height: auto;
  }
  .bt_tit {
    padding: 18px 40px;
    margin-top: 40px;
  }
  .content_5 .right_wrap img {
    max-width: 100%;
    height: auto;
  }
  .s6_prof_link {
    top: -40px;
  }
  .cont_box {
    flex-direction: column;
    gap: 40px;
  }
  .content_1 .right_cont .recommend_name {
    width: 100%;
  }
  .quiz_q {
    font-size: 26px;
  }
  .quiz_step,
  .quiz_sub {
    font-size: 18px;
  }
  .choice_label {
    font-size: 20px;
  }
  .choice_meta > span {
    font-size: 16px;
    padding: 8px 14px;
  }
  .result_row_phase {
    width: 20%;
  }
  .content_2 .btn_wrap a {
    width: 40%;
  }
  .recommend_courses ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .recommend_courses ul li {
    width: 100%;
    height: auto;
    min-height: 200px;
  }
  .s6_prof {
    flex-direction: column;
    align-items: center;
  }
  .s6_prof_img {
    width: 100%;
    max-width: 450px;
  }
  .s6_prof_name {
    font-size: 36px;
    flex-wrap: wrap;
  }
  .s6_prof_sub {
    font-size: 24px;
  }
  .s6_features li {
    font-size: 18px;
  }
  .s6_tab {
    font-size: 18px;
    padding: 12px 18px;
  }
  .s6_curr_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .s6_curr_list li:nth-child(2n) {
    border-right: 0;
  }
  .s6_curr_list li:nth-child(-n + 2) {
    border-bottom: 1px solid #e5e8f0;
  }
  .s6_recom_list {
    grid-template-columns: 1fr;
  }
  .s6_recom_banner_empty {
    display: none;
  }
  .s6_sec_tit {
    font-size: 24px;
  }
  .s6_sec_btn {
    font-size: 15px;
  }
  .s6_curr_label {
    font-size: 22px;
    padding: 16px 10px;
  }
  .s6_curr_label span {
    font-size: 14px;
  }
  .label_wrap .icon_wrap {
    top: -24px;
    right: -60px;
  }
  .label_wrap .icon_wrap img {
    width: 50px;
  }
  .s6_curr_list li {
    padding: 20px;
  }
  .s6_curr_name {
    font-size: 20px;
  }
  .s6_curr_badge {
    font-size: 14px;
    padding: 3px 6px;
  }
  .s6_recom_banner {
    font-size: 16px;
    min-height: 50px;
    padding: 14px 10px;
  }
  .s6_recom_sub {
    font-size: 15px;
  }
  .s6_recom_link {
    font-size: 16px;
  }
  .s6_recom_btns a {
    font-size: 20px;
    padding: 16px 0;
  }
  .s6_recom_list li {
    min-height: auto;
  }
  .s6_panel {
    padding: 32px;
  }
  .s6_prof {
    gap: 24px;
  }
  .s6_curr,
  .s6_recom {
    margin-top: 28px;
    padding-top: 22px;
  }
  .content_4 h2 {
    margin-bottom: 24px;
  }
  .s6_features {
    margin: 0 0 20px;
    padding: 16px 18px;
  }
  .s6_quotes {
    margin: 0 0 18px;
    gap: 12px;
  }
  .cont_box {
    gap: 24px;
  }
  .content_2 .btn_wrap {
    margin-top: 30px;
  }
  .course_tags {
    padding: 22px;
  }
  .content_3 .tit_wrap p {
    font-size: 18px;
  }
  .content_3 .dow_wrap {
    margin-top: 30px;
  }
  .content_3 .dow_wrap li {
    padding: 20px;
  }
  .content_3 .dow_wrap li p {
    font-size: 22px;
  }
  .content_3 .dow_wrap li a {
    font-size: 18px;
  }
  .content_5 {
    padding: 48px 0;
  }
  .content_5 li {
    padding: 24px;
    font-size: 20px;
  }
  .content_5 li i {
    font-size: 44px;
    margin-bottom: 14px;
  }
  .content_5 .right_wrap p {
    font-size: 22px;
    margin-bottom: 14px;
  }
  .content_5 .right_wrap a {
    margin-top: 24px;
    font-size: 18px;
    padding: 0 32px;
    line-height: 54px;
  }
  .content_6 .faq_sec {
    margin-bottom: 60px;
  }
  .faq_head_eyebrow {
    font-size: 16px;
  }
  .faq_item_body {
    padding-left: 28px;
  }
  .discount_grid {
    grid-template-columns: 1fr;
  }
  .discount_card_unit {
    font-size: 20px;
  }
  .discount_card_badge,
  .discount_card_btn {
    font-size: 16px;
    padding: 9px 14px;
  }
}

@media (max-width: 720px) {
  .mo {
    display: block;
  }
  .pc {
    display: none;
  }
  .bg {
    padding: 40px 0;
  }
  .visual {
    background: url(https://image.engineerlab.co.kr/data/www/engr/promotion/2026/electric_roadmap/m/bg_01.jpg)
    no-repeat center center;
    aspect-ratio: 720 / 733;
    background-size: cover;
  }
  .bt_tit {
    padding: 14px 20px;
    margin-top: 24px;
  }
  .s6_prof_link {
    top:0;
    right:0;
    font-size: 15px;
    padding: 5px 10px;
  }
  .content_2 .btn_wrap {
    margin-top: 20px;
  }
  .content_2 .btn_wrap a {
    width: 100%;
    font-size: 19px;
    line-height: 52px;
  }
  .course_tags {
    padding: 16px;
    gap: 8px;
  }
  .course_tags span {
    font-size: 14px;
    padding: 4px 10px;
  }
  .course_name {
    font-size: 16px;
    padding: 12px 0;
  }
  .recommend_courses ul {
    grid-template-columns: 1fr;
  }
  .recommend_courses ul li {
    min-height: auto;
  }
  .content_3 .tit_wrap p {
    font-size: 16px;
  }
  .content_3 .dow_wrap {
    margin-top: 20px;
  }
  .content_3 .dow_wrap ul {
    flex-direction: column;
    gap: 12px;
  }
  .content_3 .dow_wrap li {
    padding: 16px;
  }
  .content_3 .dow_wrap li p {
    font-size: 20px;
  }
  .content_3 .dow_wrap li a {
    font-size: 16px;
  }
  .content_5 {
    padding: 36px 0;
  }
  .content_5 .cont_box{
    flex-direction:column-reverse;
  }
  .content_5 ul {
    gap: 12px;
  }
  .content_5 li {
    width: 100%;
    padding: 18px;
    font-size: 16px;
    justify-content: start;
  }
  .content_5 li i {
    font-size: 34px;
    margin-bottom: 10px;
  }
  .content_5 .right_wrap {
    text-align: center;
  }
  .content_5 .right_wrap p {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .content_5 .right_wrap a {
    margin-top: 16px;
    font-size: 16px;
    padding: 0 24px;
    line-height: 46px;
  }
  .quiz_stage_body .quiz_stage_foot {
    margin-top: 20px;
  }
  .quiz_step {
    font-size: 17px;
    margin-bottom: 8px;
  }
  .quiz_q {
    font-size: 24px;
  }
  .quiz_sub {
    font-size: 17px;
  }
  .quiz_next,
  .result_card_next,
  .cta_split_ghost,
  .cta_split_primary {
    font-size: 17px;
    line-height: 52px;
  }
  .choice-grid {
    grid-template-columns: 1fr;
    margin-top: 18px;
  }
  .choice_label {
    font-size: 19px;
  }
  .choice_meta > span {
    font-size: 15px;
    padding: 8px 12px;
  }
  .choice_meta .is-total b {
    font-size: 18px;
  }
  .choice_cta {
    font-size: 17px;
    line-height: 48px;
  }
  .result_card {
    margin-top: 18px;
  }
  .result_card_body {
    padding: 16px 14px 14px;
  }
  .result_card_tag {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .result_row {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 6px;
    padding: 14px;
    min-height: auto;
  }
  .result_row_month {
    flex: 0 0 auto;
    width: fit-content;
    height: 32px;
    padding: 0 12px;
    margin-bottom: 4px;
  }
  .result_row_phase {
    flex: 0 0 100%;
    width: auto;
    margin-right: 0;
    text-align: left;
    white-space: normal;
    font-size: 17px;
  }
  .result_row_desc {
    flex: 0 0 100%;
    width: 100%;
    font-size: 15px;
  }
  .content_1 .right_cont .recommend_name {
    padding: 28px 20px;
    min-height: auto;
  }
  .content_1 .tit img, 
  .content_2 .tit img{width:12%;}

  .quiz_panel {
    min-height: auto;
  }
  .cta_split {
    grid-template-columns: 1fr;
  }
  .cta_split_ghost {
    border-right: 0;
  }
  .s6_tabs{margin-bottom:10px;}
  .s6_tab {
    width: 100%;
    margin-right: 0;
    border-radius: 8px;
    margin-bottom: 4px;
  }
  .s6_tab.is-active {
    border-radius: 8px;
  }
  .s6_panel {
    border-radius: 12px;
    padding: 20px 16px;
  }
  .s6_prof_name {
    font-size: 26px;
  }
  .s6_prof_sub {
    font-size: 19px;
  }
  .s6_features li {
    font-size: 17px;
  }
  .s6_quotes {
    flex-direction: column;
  }
  .s6_quotes li {
    font-size: 17px;
  }
  .s6_sec_head {
    flex-wrap: wrap;
  }
  .s6_curr_list {
    grid-template-columns: 1fr;
  }
  .s6_curr_list li {
    border-right: 0;
    border-bottom: 1px solid #e5e8f0;
  }
  .s6_curr_list li:last-child {
    border-bottom: 0;
  }
  .s6_sec_tit {
    font-size: 21px;
  }
  .s6_sec_btn {
    font-size: 14px;
  }
  .s6_curr_label {
    font-size: 18px;
    padding: 12px 10px;
  }
  .s6_curr_label span {
    font-size: 13px;
  }
  .label_wrap .icon_wrap {
    top: -16px;
    right: -40px;
  }
  .label_wrap .icon_wrap img {
    width: 36px;
  }
  .s6_curr_list li {
    padding: 16px 10px;
    gap: 6px;
  }
  .s6_curr_name {
    font-size: 17px;
  }
  .s6_curr_badge {
    font-size: 13px;
    padding: 3px 6px;
  }
  .s6_recom_banner {
    font-size: 15px;
    min-height: 40px;
    padding: 10px 8px;
  }
  .s6_recom_sub {
    font-size: 14px;
  }
  .s6_recom_link {
    font-size: 15px;
    padding-bottom: 16px;
  }
  .s6_recom_btns {
    grid-template-columns: 1fr;
  }
  .s6_recom_btns a {
    font-size: 17px;
    padding: 14px 0;
  }
  .s6_recom_list li {
    min-height: auto;
  }
  .s6_recom_banner_empty {
    display: none;
  }
  .s6_recom_body {
    padding: 14px 0;
  }
  .s6_panel {
    padding: 18px 14px;
  }
  .s6_prof {
    gap: 16px;
  }
  .s6_curr,
  .s6_recom {
    margin-top: 20px;
    padding-top: 16px;
  }
  .content_4 h2 {
    margin-bottom: 18px;
  }
  .s6_features {
    margin: 0 0 16px;
    padding: 12px 14px;
  }
  .s6_features li {
    padding: 4px 0;
    padding-left: 18px;
  }
  .s6_quotes {
    margin: 0 0 14px;
    gap: 8px;
  }
  .s6_quotes li {
    padding: 14px 8px;
  }
  .cont_box {
    gap: 24px;
  }
  .content_6 .faq_sec {
    margin-bottom: 36px;
  }
  .faq_head {
    margin-bottom: 20px;
  }
  .faq_head_eyebrow {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .faq_item .faq_q_row {
    flex-wrap: wrap;
    gap: 10px 12px;
    padding: 18px 16px;
  }
  .faq_q {
    min-width: 44px;
    height: 34px;
    font-size: 16px;
  }
  .faq_qtext {
    font-size: 17px;
  }
  .faq_aside {
    width: 100%;
    text-align: center;
    border-top: 1px solid #eee;
    padding-top: 10px;
  }
  .faq_aside_label,
  .faq_aside_label_open {
    font-size: 15px;
  }
  .faq_item_body {
    padding: 4px 16px 20px;
    font-size: 16px;
  }
  .discount_card {
    min-height: 120px;
  }
  .discount_card_stub {
    flex: 0 0 104px;
    padding: 10px 6px;
  }
  .discount_card_amount h2 {
    font-size: 25px;
  }
  .discount_card_prefix {
    font-size: 12px;
    margin-bottom: 3px;
  }
  .discount_card_unit {
    font-size: 15px;
  }
  .discount_card_main {
    padding: 16px 14px;
    gap: 10px;
  }
  .discount_card_desc {
    font-size: 17px;
  }
  .discount_card_badge,
  .discount_card_btn {
    font-size: 14px;
    padding: 7px 12px;
    flex:0 0 70%;
  }
  .discount_note {
    text-align: left;
  }

  .bottom{
    background:#25284a;
    width:100%;
    position:fixed;
    bottom:0;
    left:0;
    text-align:center;
    z-index: 100;
  }
  .bottom a{
    display:block;
    padding:20px 0;
    color:#fff;
    font-size:18px;
    font-weight:800;
  }
  .sub_txt{
    font-size:12px;
  }
}
