/* 웹폰트(네오) */
@font-face {
  font-family: "NanumSquareNeo";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.woff2);
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "NanumSquareNeo";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.woff2);
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "NanumSquareNeo";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.woff2);
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "NanumSquareNeo";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.woff2);
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "NanumSquareNeo";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.woff2);
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "NanumSquareNeo";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.woff2);
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "NanumSquareNeo";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeo-Variable.woff2);
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "NanumSquareNeo";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.woff2);
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "NanumSquareNeo";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.woff2);
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "NanumSquareNeo";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.woff2);
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "NanumSquareNeo";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.woff2);
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "Gmarket Sans";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* 공통 */
.ev_ent * {
  word-break: keep-all;
  font-family: "NanumSquareNeo";
}
.inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
img{
  max-width:100%;
  width:auto;
}
.mo {
  display: none;
}
.pc {
  display: block;
}
.bg {
  padding: 100px 0;
}
.bule {
  color: #eb26ce;
}
.sub_txt {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  text-align: left;
}
.tit {
  text-align: center;
}
.tit img{
  margin:0 auto;
}

.red {color: #ee002d;}
.cont_box {
  text-align: center;
  padding-top: 80px;
}


/* 바텀배너 */
.bottom {
  position: fixed;
  bottom: 5%;
  left:50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 100;
  width:80%;
  overflow:hidden;
  border: 4px solid #eb26ce;
  border-radius:99px;
  overflow: hidden;
  display:flex;
  align-items:center;
  background:#fff;
}
.bottom  .bottom_left{
  background:#eb26ce;
  color:#fff;
  font-size:28px;
  font-weight:600;
  height:100%;
  width:20%;
}
.bottom  .bottom_left p{
  padding:20px;
}
.bottom  .bottom_inner{
  display:flex;
  justify-content:space-between;
  font-size:28px;
  font-weight: 600;
  width:100%;
  padding:0 50px;
  align-items:center;
}
.bottom  .bottom_inner p{
  font-weight:600;
}
.bottom  .bottom_inner p span{
  color:#eb26ce;
}
.bottom  .bottom_inner p b{
  font-weight: 900;
  display: inline-block;
  min-width: 1.2em;
  font-variant-numeric: tabular-nums;
}
.bottom a {
  display: block;
  color: #fff;
  font-size:20px;
  background:#eb26ce;
  padding:16px 30px;
  border-radius:99px;
  display:flex;
  gap:20px;
}
.m_bottom{display:none;}

/* 윙배너 */
.wing_banner {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}
.wing_banner ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.wing_banner ul li{
  border-top-left-radius:12px;
  border-bottom-left-radius:12px;
  font-size:21px;
  font-weight:600;
  color:#fff;
  text-align:center;
  padding:30px;
  background:#525257;
}
.wing_banner ul li:nth-child(2), 
.wing_banner ul li:nth-child(4){
  background:#2d2d30;
}

/* 비주얼배너 */
.visual {
  background: url(https://image.engineerlab.co.kr/data/www/engr/promotion/2026/27early_fire/visual/bg.jpg)
    no-repeat center center;
  background-size: cover;
  height: 100vh;
  width: 100%;
}
.visual .main_typo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}
.visual .sub_txt{
  color:#fff;
  padding-top:40px;
}

/* 컨텐츠1 */
.content_1 .sub_txt{padding-top:50px;text-align:center;}

/* 컨텐츠2 */
.content_2 {
  background: #ededed;
}

.benefit_box {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.first_box {
  margin-bottom: 20px;
}
.benefit_box_inner {
  padding: 55px;
}
.benefit_tit {
  font-size: 34px;
  font-weight: 800;
  display: flex;
  gap: 20px;
  text-align: left;
}
.benefit_tit span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eb26ce;
  color: #fff;
  width: 104px;
  height: 40px;
  font-size: 26px;
}
.benefit_notice {
  font-weight: 600;
  padding-top: 47px;
  display: flex;
  gap: 20px;
}
.notice_label {
  background: #ededed;
  border-radius: 10px;
  padding: 20px 40px;
  font-size: 26px;
}
.notice_txt {
  text-align: left;
  font-size: 22px;
}
.notice_method {
  display: flex;
  gap: 10px;
}
.notice_txt .notice_method em {
  color: #ee002d;
}
.benefit_cont {
  display: flex;
  border-top: 1px solid #e5e5e5;
  margin-top: 50px;
}
.benefit_item {
  flex: 1;
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  padding: 50px 40px 30px;
}
.benefit_item + .benefit_item {
  border-left: 1px solid #e5e5e5;
}
.benefit_item p {
  margin-bottom: 30px;
}
.benefit_item img {
  max-width: 100%;
  height: auto;
}
.benefit_box .sub_txt {
  padding-top: 20px;
}
.benefit_box_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.benefit_box_wrap .benefit_box {
  max-height: 366px;
  height: 100%;
}
.icon_wrap {
  padding-top: 30px;
}
.icon_wrap.margin_top {
  margin-top: 50px;
}
.sub_txtt {
  padding-top: 30px;
}

/* 컨텐츠3 */
.content_3 {
  background: #fff;
}
.content_3 .tit h2 {
  border-radius: 15px;
  background: #e8e8e8;
  font-size: 28px;
  font-weight: 700;
  padding: 35px;
}
.content_3 .notice_box {
  padding: 30px 50px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 30px;
  line-height: 1.5;
}
.col_gray {
  color: #7c7c7c;
}
.notice_foot_inner {
  display: flex;
  align-items: center;
  gap: 10px;
}
.notice_foot_inner a {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  background: #eb26ce;
  font-size: 14px;
  padding: 6px 20px;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
  line-height: 1.2;
}
.unde {
  text-decoration: underline;
  text-decoration-color: #ee002d;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.notice_item p {
  display: flex;
}
.notice_item p::before {
  content: "-";
  display: inline-block;
  padding-right: 5px;
}
.reb_b {
  font-weight: 800;
}

/* 컨텐츠4 */
.content_4 {
  background: #f9edf7;
}
.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: #eb26ce;
  color: #fff;
  border: 0;
  font-weight: 800;
}
.s6_student_status{
  background:#111;
  justify-content:center;
  align-items:center;
  border-radius:12px;
  margin-bottom:24px;
  padding:40px;
  display:flex;
  gap:76px;
}
.s6_student_status p{
  color:#fff;
  font-size:40px;
  font-weight:600;
}
.num_item_wrap{display:flex;gap:10px; align-items:center;}
.num_item{
  position: relative;
}
.num_item img{
  display: block;
}
.num_item .num_item_digit{
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Gmarket Sans", sans-serif;
  font-weight: 700;
  font-size: 86px;
  color: #111;
  line-height: 1;
  pointer-events: none;
}
.s6_panel {
  display: none;
  background: #fff;
  border-radius: 12px;
  padding: 48px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.s6_panel.is-active {
  display: block;
}
.content_4 .cont_box {
  text-align: left;
}
.content_4 .s6_panel {
  background: transparent;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}
.pass_layout {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.pass_cards {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}
.pass_info_card {
  background: #fff;
  border-radius: 12px;
  padding: 28px 30px 24px;
  cursor: pointer;
  text-align: left;
}
.pass_info_card.is-active {
  box-shadow: 0 6px 18px rgba(15, 113, 242, 0.18);
  border:2px solid #eb26ce ;
}
.pass_card_head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
  position: relative;
}
.pass_card_head h3 {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.3;
}
.pass_card_img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
  background: #eef2ff;
  position: absolute;
  right: 0;
}
.pass_card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.pass_benefit {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.pass_benefit_badge {
  background: #111;
  color: #fff;
  font-weight: 600;
  padding: 6px 30px;
  border-radius: 4px;
  font-size: 22px;
}
.pass_benefit ul {
  list-style: none;
  counter-reset: benefit;
}
.pass_benefit ul li {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  counter-increment: benefit;
  display: flex;
  gap: 5px;
}
.pass_benefit ul li::before {
  content: counter(benefit) ") ";
}
.pass_benefit ul li:first-child::before {
  color: #ee002d;
}
.pass_benefit em {
  color: #ee002d;
}
.pass_card_price,
.pass_card_btns {
  display: none;
}
.pass_info_card--soon {
  background: #eb26ce;
  color: #fff;
}
.pass_info_card--soon.is-active {
  border-color: #eb26ce;
  box-shadow: none;
}
.pass_info_card--soon h3,
.pass_info_card--soon .pass_card_soon,
.pass_info_card--soon .pass_card_soon_sub {
  color: #fff;
}
.pass_info_card--soon .pass_card_soon {
  margin: 8px 0 0;
  font-size: 20px;
  font-weight: 500;
}
.pass_info_card--soon .pass_card_soon_sub {
  margin: 4px 0 0;
  font-size: 16px;
  font-weight: 500;
}
.pass_info_card--soon .pass_card_tit {
  padding-right: 100px;
}
.pass_info_card--soon .pass_card_img--name {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.pass_buy_wrap {
  width: 35%;
  position: sticky;
  top: 110px;
  background: #eabee4;
  padding: 30px;
  border-radius: 12px;
}
.pass_buy {
  display: none;
  text-align: left;
}
.pass_buy.is-active {
  display: block;
}
.pass_buy_tit {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 18px;
}
.pass_buy_name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  margin-bottom: 16px;
}
.pass_buy_name strong {
  font-weight: 800;
  text-align: right;
  flex: 1;
}
.pass_book {
  border: 1px solid #222;
  background: #fff;
  margin-bottom: 18px;
}
.pass_book > p {
  font-size: 15px;
  font-weight: 800;
  padding: 10px 12px 6px;
}
.book_list {
  background: #fff;
  height: 300px;
  overflow-y: auto;
  padding:20px;
}
.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;
}
.book_list input {
  margin-top: 3px;
  flex-shrink: 0;
}
.pass_price {
  margin-bottom: 24px;
}
.pass_price_row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 16px;
}
.pass_price_right {
  text-align: right;
}
.pass_price_right strong {
  color: #666;
  font-weight: 600;
}
.pass_price_right p {
  margin: 4px 0 0;
  font-weight: 700;
  color: #111;
}
.pass_price_final {
  margin-top: 10px;
  align-items: center;
}
.pass_price_final span:first-child {
  font-size: 22px;
  font-weight: 800;
  color: #111;
}
.pass_price_final .total-amt {
  font-size: 28px;
  font-weight: 800;
  color: #111;
}
.pass_btn_coupon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #222;
  background: #fff;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 10px;
}
.pass_btn_apply {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #eb26ce;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 56px;
  border: 0;
  cursor: pointer;
}
.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: #eb26ce;
  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: #eb26ce;
}
.s6_curr_label_blue_2 {
  background: #eb26ce;
  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: #eb26ce;
  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: #eb26ce;
  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: #eb26ce;
  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 .benefit_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: start;

}
.content_5 .benefit_item_2 {
  display: flex;
  flex-direction: column;
  position: relative;
}
.content_5 .content_wrap {
  border: 5px solid #111;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  overflow: visible;
  position: relative;
  height: 100%;
}
.content_5 .content_wrap--blue {
  border-color: #eb26ce;
}
.content_5 .benefit_item_2 .sub_txt {
  margin: 10px 0 0;
  text-align: left;
  line-height: 1.4;
  color: #888;
}
.content_5 .txt_wrap {
  padding: 35px 16px;
  flex: 1;
}
.content_5 .price {
  color: #222;
  text-align: center;
  font-weight: 900;
}
.content_5 .txt_wrap p {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}
.content_5 .price .num {
  font-size: 80px;
}
.content_5 .price .unit {
  font-size: 30px;
}
.content_5 .content_wrap > a {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: clamp(18px, 2.2vw, 30px);
  font-weight: 900;
  padding: 18px 0;
}
.content_5 .content_wrap > a.btn_coupon {
  background: #eb26ce;
}
.content_5 .content_wrap > a.btn_color {
  background: #111;
}
.content_5 .bubble {
  position: absolute;
  top: 0;
  left: -40px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #eb26ce;
  width: clamp(80px, 11.1vw, 105px);
  height: clamp(80px, 11.1vw, 105px);
  z-index: 2;
}
.content_5 .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;
}
.content_5 .bubble a:after {
  content: "";
  position: absolute;
  right: 4px;
  top: 53%;
  width: 0;
  height: 0;
  border: 40px solid transparent;
  border-right-color: #eb26ce;
  border-left: 0;
  border-bottom: 0;
  margin-top: 0;
  z-index: -1;
}

/* 컨텐츠6 */
.content_6 {
  background: url(https://image.engineerlab.co.kr/data/www/engr/promotion/2026/27early_ele/5/bg.jpg)
    no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 932px;
  overflow: hidden;
}
.content_6 .text_box {
  padding-top: 40px;
}
.content_6 .text_box .sub_txt {
  text-align: center;
  line-height: 1.5;
}
.content_6 .img_box {
  margin-top: 40px;
  text-align: center;
  position: relative;
}
.content_6 .img_box img:last-child {
  position: absolute;
  top: 0;
  right: 0;
  width:22%;
}


/* 컨텐츠7 */
.content_7 {
  background: #f4f4f4;
}
.content_7 .tit_wrap {
    display: flex;
    justify-content: center;
}
.content_7 .tit_wrap .tit{
    position: relative;
}
.content_7 .only_txt {
  background: #eb26ce;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  border-radius:50%;
  height:110px;
  width:110px;
  display:flex;
  align-items:center;
  justify-content:center;
  position: absolute;
  top:0;
  right: -150px;
}
.content_7 .cont_box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.content_7 .feature_card {
  display: flex;
  align-items: center;
  gap: 24px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  height:216px;
  padding:40px;
}
.content_7 .feature_card_inner {
    padding:40px;
}
.content_7 .feature_num {
  font-family: "Gmarket Sans", sans-serif;
  font-weight: 700;
  font-size: 80px;
  color: #d4d4d4;
  line-height: 1;
  flex-shrink: 0;
  min-width: 56px;
}
.content_7 .feature_img {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content_7 .feature_img.img1 {
    margin-top: 370px;
}
.content_7 .feature_txt {
  flex: 1;
  text-align: left;
}
.content_7 .feature_badge {
  display: inline-block;
  background: #111;
  color: #fff;
  border-radius: 50px;
  padding: 6px 0;
  width:200px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  text-align: center;
}
.content_7 .feature_tit {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.4;
  color: #111;
}
.content_7 .feature_tit em {
  display: block;
  color: #eb26ce;
  font-style: normal;
}
.content_7 .feature_note {
  margin-top: 10px;
  font-size: 13px;
  color: #999;
  font-weight: 600;
}

/* 컨텐츠8 - 합격 후기 */
.content_8 .cont_box {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.content_8 .stat_list {
  display: flex;
  justify-content: center;
  gap: 20px;
  position: relative;
}
.content_8 .stat_list > li {
  position: relative;
  display: inline-block;
}
.content_8 .stat_list > li > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.content_8 .stat_list .badge-text {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
}
.content_8 .stat_list .badge-title {
  font-size: clamp(12px, 2.6vw, 32px);
  font-weight: 700;
  color: #222;
  white-space: nowrap;
}
.content_8 .stat_list .badge-number {
  font-size: clamp(12px, 2.6vw, 32px);
  font-weight: 700;
  color: #222;
}
.content_8 .stat_list .badge-number span {
  font-size: clamp(25px, 4.6vw, 50px);
  font-weight: 900;
}
.content_8 .successful_outer {
  position: relative;
  margin-top: 50px;
  padding: 20px 28px;
}
.content_8 .successful_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
.content_8 .successful {
  display: flex;
  gap: 20px;
  width: fit-content;
  margin: 0;
  padding: 0;
  will-change: transform;
}
.content_8 .successful_nav {
  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;
  transition: color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.content_8 .successful_nav:hover {
  color: #555;
  border-color: #ccc;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}
.content_8 .successful_nav--prev {
  left: 28px;
  transform: translate(-50%, -50%);
}
.content_8 .successful_nav--next {
  right: 28px;
  transform: translate(50%, -50%);
}
.content_8 .successful 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;
}
.content_8 .successful li:hover {
  transform: translateY(-10px);
  z-index: 10;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.content_8 .successful li .successful_img {
  background-color: #f5f5f5;
  position: relative;
  height: 260px;
  overflow: hidden;
}
.content_8 .successful li .successful_img img {
  width: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.content_8 .successful li .successful_content {
  background-color: #fff;
  padding: 24px 24px 28px 24px;
  position: relative;
  text-align:left;
}
.content_8 .successful li .successful_content span {
  font-size: 16px;
  color: #eb26ce;
  font-weight: 500;
}
.content_8 .successful li .successful_content p {
  padding-top: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #212121;
  margin: 0;
  line-height: 1.35;
  word-break: keep-all;
}
.content_8 .successful_content_txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content_8 .successful li .successful_content .successful_content_play {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  margin-left: 12px;
}
.popLayer {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  justify-content: center;
}
.popLayer.dim {
  background: rgba(0, 0, 0, 0.8);
}
.popLayer .div_layer {
  position: absolute;
  width: 90%;
  max-width: 900px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popLayer .pop_vod {
  border-radius: 10px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.popLayer .pop_vod iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.popLayer .closeX {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.conts6_slider{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    margin-top:50px;
}

/* 마지막 */
.content_9 {
  background: #111;
}
.content_9 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;
  }
  .tit img,
  .visual .main_typo img {
    max-width: 100%;
    height: auto;
  }
  .visual {
    height: auto;
    min-height: 640px;
  }
  .visual .main_typo {
    padding: 80px 0;
    height: auto;
    min-height: 640px;
  }
  .bottom {
    width: 94%;
    font-size: 18px;
  }
  .bottom .bottom_left {
    font-size: 18px;
    width: auto;
    min-width: 110px;
  }
  .bottom .bottom_left p {
    padding: 14px 16px;
  }
  .bottom .bottom_inner {
    font-size: 18px;
    padding: 0 20px;
    gap: 12px;
  }
  .bottom a {
    font-size: 15px;
    padding: 12px 16px;
    white-space: nowrap;
    gap: 8px;
  }
  .cont_box {
    padding-top: 48px;
  }
  .benefit_box_inner {
    padding: 32px;
  }
  .benefit_tit {
    font-size: 24px;
    gap: 12px;
  }
  .icon_wrap{
    display:flex;
    justify-content:center;
    gap:10px;
  }
  .benefit_box_wrap .benefit_box{
    max-height:335px;
  }
  .benefit_tit span {
    width: auto;
    min-width: 84px;
    padding: 0 12px;
    height: 34px;
    font-size: 18px;
  }
  .benefit_notice {
    padding-top: 24px;
    flex-wrap: wrap;
    gap: 12px;
  }
  .notice_label {
    padding: 12px 18px;
    font-size: 18px;
  }
  .notice_txt {
    font-size: 16px;
  }
  .benefit_cont {
    margin-top: 28px;
  }
  .benefit_item {
    font-size: 18px;
    padding: 28px 16px 20px;
  }
  .content_3 .tit h2 {
    font-size: 22px;
    padding: 24px 16px;
  }
  .content_3 .notice_box {
    padding: 24px 20px;
    font-size: 16px;
    gap: 18px;
  }
  .s6_tab {
    font-size: 18px;
    padding: 16px 10px;
  }
  .s6_student_status {
    gap: 24px;
    padding: 28px 20px;
    flex-wrap: wrap;
  }
  .s6_student_status p {
    font-size: 24px;
  }
  .num_item .num_item_digit {
    font-size: 52px;
  }
  .pass_layout {
    gap: 16px;
  }
  .pass_card_head h3 {
    font-size: 22px;
  }
  .pass_benefit_badge {
    font-size: 16px;
    padding: 6px 16px;
  }
  .pass_benefit ul li {
    font-size: 16px;
  }
  .pass_buy_wrap {
    width: 38%;
    padding: 20px;
  }
  .pass_buy_tit {
    font-size: 20px;
  }
  .s6_prof {
    flex-direction: column;
    gap: 24px;
  }
  .s6_prof_img {
    width: 100%;
    max-width: 480px;
  }
  .s6_prof_name {
    font-size: 36px;
  }
  .s6_prof_sub {
    font-size: 24px;
  }
  .s6_prof_link {
    position: static;
    margin-top: 8px;
  }
  .s6_features li {
    font-size: 18px;
  }
  .s6_quotes {
    flex-wrap: wrap;
  }
  .s6_quotes li {
    font-size: 16px;
  }
  .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(2n + 1) {
    border-bottom: 1px solid #e5e8f0;
  }
  .s6_recom_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .s6_curr_label {
    font-size: 22px;
    padding: 16px 10px;
  }
  .s6_curr_name {
    font-size: 20px;
  }
  .s6_curr_badge {
    font-size: 14px;
  }
  .s6_sec_tit {
    font-size: 24px;
  }
  .s6_sec_btn {
    font-size: 15px;
  }
  .s6_recom_banner {
    font-size: 18px;
  }
  .s6_recom_btns a {
    font-size: 20px;
    padding: 14px 0;
  }
  .label_wrap .icon_wrap {
    right: -36px;
    top: -18px;
  }
  .content_5 .benefit_list {
    grid-template-columns: repeat(2, 1fr);
    padding-left: 24px;
    gap: 28px 16px;
  }
  .content_5 .price .num {
    font-size: 56px;
  }
  .content_5 .price .unit {
    font-size: 22px;
  }
  .content_5 .txt_wrap p {
    font-size: 18px;
  }
  .content_7 .feature_img {
    width: 34%;
  }
  .content_7 .feature_badge {
    width: 160px;
    font-size: 14px;
  }
  .content_7 .feature_tit {
    font-size: 20px;
  }
  .content_8 .stat_list {
    gap: 12px;
  }
  .content_8 .successful_nav {
    width: 44px;
    height: 44px;
  }
  .conts6_slider {
    gap: 12px;
  }
}

@media (max-width: 720px) {
  .mo {
    display: block;
  }
  .pc {
    display: none;
  }
  .bg {
    padding: 40px 0;
  }
  .inner {
    padding: 0 16px;
  }
  .tit img,
  .mo img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .visual {
    background: url(https://image.engineerlab.co.kr/data/www/engr/promotion/2026/27early_fire/m/bg_2.jpg)
      no-repeat center center;
    background-size: cover;
    aspect-ratio: 720 / 716;
    height: auto;
    min-height: 0;
  }
  .visual .main_typo {
    min-height: 0;
    padding: 0;
  }
  .cont_box {
    padding-top: 28px;
  }
  .sub_txt {
    font-size: 12px;
  }

  /* 하단 배너 */
  .bottom {
    display: none;
  }
  .m_bottom {
    display: flex;
    position: fixed;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    width: calc(100% - 24px);
    max-width: 720px;
    z-index: 100;
    overflow: hidden;
    align-items: stretch;
    background: #fff;
    border: 3px solid #eb26ce;
    border-radius: 99px;
    text-decoration: none;
    color: inherit;
  }
  .m_bottom .bottom_left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: auto;
    min-width: 86px;
    padding: 0 14px;
    background: #eb26ce;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    white-space: nowrap;
  }
  .m_bottom .bottom_left p {
    margin: 0;
    padding: 0;
  }
  .m_bottom .bottom_inner {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-width: 0;
    padding: 7px 8px 7px 12px;
  }
  .m_bottom .bottom_inner p {
    flex: 1;
    min-width: 0;
    margin: 0;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    color: #eb26ce;
    text-align: left;
  }
  .m_bottom .bottom_inner p span {
    color: #eb26ce;
  }
  .m_bottom .m_bottom_go {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #eb26ce;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
  }

  /* 컨텐츠2 */
  .benefit_box_inner {
    padding: 22px 16px;
  }
  .benefit_tit {
    font-size: 18px;
    gap: 8px;
    text-align:left;
    flex-wrap:wrap;
  }
  .benefit_tit span {
    min-width: 70px;
    height: 28px;
    font-size: 14px;
    padding: 0 8px;
  }
  .benefit_notice {
    flex-direction: column;
    padding-top: 16px;
    gap: 10px;
  }
  .notice_label {
    padding: 10px 14px;
    font-size: 15px;
    text-align: center;
  }
  .notice_txt {
    font-size: 14px;
  }
  .notice_method {
    flex-direction: column;
    gap: 4px;
  }
  .benefit_cont {
    flex-direction: column;
    margin-top: 20px;
  }
  .benefit_item {
    padding: 20px 0 12px;
    font-size: 16px;
  }
  .benefit_item + .benefit_item {
    border-left: 0;
    border-top: 1px solid #e5e5e5;
  }
  .benefit_box_wrap {
    grid-template-columns:repeat(1, 1fr);
    gap: 12px;
  }
  .benefit_box .sub_txt{padding-top:5px;}
  .icon_wrap {
    padding-top: 9px;
    text-align: center;
    width:70%;
    margin:0 auto;
  }
  .m_icon_wrap{width:40%;}
  .icon_wrap.margin_top {
    margin-top: 8px;
  }

  /* 컨텐츠3 */
  .content_3 .tit h2 {
    font-size: 16px;
    padding: 16px 12px;
    border-radius: 10px;
  }
  .content_3 .notice_box {
    padding: 16px 0 0;
    font-size: 13px;
    gap: 14px;
  }
  .notice_foot_inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .notice_foot_inner a {
    font-size: 11px;
    padding: 3px 8px;
  }

  /* 컨텐츠4 */
  .s6_tabs {
    gap: 6px;
    margin-bottom: 12px;
  }
  .s6_tab {
    width: 100%;
    font-size: 14px;
    padding: 8px 0;
    border-radius: 8px;
    margin: 0;
  }
  .s6_tab.is-active {
    border-radius: 8px;
  }
  .s6_student_status {
    flex-direction: column;
    gap: 12px;
    padding: 20px 14px;
    margin-bottom: 16px;
  }
  .s6_student_status p {
    font-size: 18px;
    text-align:center;
  }
  .num_item_wrap {
    gap: 6px;
    justify-content: center;
  }
  .num_item img {
    max-width: 46px;
    height: auto;
  }
  .num_item .num_item_digit {
    font-size: 28px;
  }
  .s6_panel {
    padding: 0;
    box-shadow: none;
    background: transparent;
  }
  .pass_layout {
    flex-direction: column;
  }
  .pass_cards{width:100%;}
  .pass_buy_wrap {
    display: none;
  }
  .pass_card_head h3 {
    font-size: 18px;
  }
  .pass_card_img {
    width: 64px;
    height: 64px;
  }
  .pass_card_tit {
    padding-right: 76px;
  }
  .pass_card_price {
    display: block;
    margin: 6px 0 0;
    font-size: 13px;
    font-weight: 600;
    color: #111;
  }
  .pass_card_price strong {
    font-size: 16px;
    font-weight: 800;
  }
  .pass_card_btns {
    display: flex;
    gap: 8px;
    margin-top: 16px;
  }
  .pass_card_btns .pass_btn_coupon,
  .pass_card_btns .pass_btn_apply {
    flex: 1;
    width: auto;
    margin: 0;
    font-size: 13px;
    line-height: 44px;
    text-align: center;
    white-space: nowrap;
  }
  .pass_info_card--soon .pass_card_soon {
    font-size: 16px;
  }
  .pass_info_card--soon .pass_card_soon_sub {
    font-size: 13px;
  }
  .pass_info_card--soon .pass_card_img--name {
    font-size: 12px;
  }
  .pass_info_card--soon .pass_btn_coupon,
  .pass_info_card--soon .pass_btn_apply {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    line-height: 44px;
  }
  .pass_benefit {
    flex-direction: column;
    gap: 8px;
  }
  .pass_benefit ul li {
    font-size: 14px;
  }
  .pass_buy_tit {
    font-size: 18px;
  }
  .s6_prof {
    gap: 16px;
  }
  .s6_prof_name {
    font-size: 24px;
    flex-wrap: wrap;
  }
  .s6_prof_sub {
    font-size: 16px;
  }
  .s6_features {
    margin: 0 0 16px;
    padding: 12px 14px;
  }
  .s6_features li {
    font-size: 14px;
    padding: 4px 0 4px 18px;
  }
  .s6_quotes {
    flex-direction: column;
    gap: 8px;
    margin: 0 0 14px;
  }
  .s6_quotes li {
    font-size: 14px;
    padding: 12px 10px;
  }
  .s6_sec_head {
    flex-wrap: wrap;
    gap: 8px;
  }
  .s6_sec_tit {
    font-size: 18px;
  }
  .s6_sec_btn {
    font-size: 13px;
  }
  .s6_curr,
  .s6_recom {
    margin-top: 20px;
    padding-top: 16px;
  }
  .s6_curr_label {
    font-size: 16px;
    padding: 12px 8px;
  }
  .s6_curr_label span {
    font-size: 12px;
  }
  .label_wrap .icon_wrap {
    top: -12px;
    right: -16px;
  }
  .label_wrap .icon_wrap img {
    width: 32px;
  }
  .s6_curr_list {
    grid-template-columns: 1fr;
  }
  .s6_curr_list li {
    border-right: 0;
    border-bottom: 1px solid #e5e8f0;
    padding: 14px 10px;
  }
  .s6_curr_list li:last-child {
    border-bottom: 0;
  }
  .s6_curr_name {
    font-size: 16px;
  }
  .s6_curr_badge {
    font-size: 12px;
    padding: 3px 6px;
  }
  .s6_recom_list {
    grid-template-columns: 1fr;
  }
  .s6_recom_list li {
    min-height: auto;
  }
  .s6_recom_banner {
    font-size: 15px;
    min-height: 40px;
    padding: 10px 8px;
  }
  .s6_recom_banner_empty {
    display: none;
  }
  .s6_recom_body {
    padding: 14px 0;
  }
  .s6_recom_sub {
    font-size: 13px;
  }
  .s6_recom_link {
    font-size: 14px;
    padding-bottom: 12px;
  }
  .s6_recom_btns {
    flex-direction: column;
    gap: 8px;
  }
  .s6_recom_btns a {
    font-size: 16px;
    padding: 12px 0;
  }
  .content_4 h2 {
    margin-bottom: 16px;
  }

  /* 컨텐츠5 - 모바일 가로 스와이프 */
  .content_5 .benefit_list {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 12px;
    margin: 0 -16px;
    padding: 35px 16px 8px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .content_5 .benefit_list::-webkit-scrollbar {
    display: none;
  }
  .content_5 .benefit_item_2 {
    flex: 0 0 calc(100% - 40px);
    width: calc(100% - 40px);
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }
  .content_5 .content_wrap {
    border-width: 3px;
    height: auto;
    min-height: 0;
  }
  .content_5 .txt_wrap {
    padding: 24px 12px 16px;
    flex: 0 0 auto;
  }
  .content_5 .price .num {
    font-size: 48px;
  }
  .content_5 .price .unit {
    font-size: 20px;
  }
  .content_5 .txt_wrap p {
    font-size: 16px;
  }
  .content_5 .content_wrap > a {
    font-size: 18px;
    padding: 14px 0;
  }
  .content_5 .bubble {
    left: -8px;
    top: 0;
    width: 72px;
    height: 72px;
  }
  .content_5 .bubble a {
    font-size: 13px;
  }
  .content_5 .bubble a:after {
    border-width: 28px;
  }
  .content_5 .benefit_item_2 .sub_txt {
    font-size: 12px;
  }

  .pass_info_card{padding:20px;}

  /* 컨텐츠6 */
  .content_6 {
    height: auto;
    height: 400px;
  }
  .content_6 .text_box {
    padding-top: 12px;
  }
  .content_6 .img_box {
    margin-top: 20px;
  }

  /* 컨텐츠7 */
  .content_7 .tit_wrap .tit {
    display: inline-block;
  }
  .content_7 .only_txt {
    width: 60px;
    height: 60px;
    font-size: 13px;
    right:0;
  }
  .content_7 .cont_box {
    gap: 12px;
    margin-top: 20px;
  }
  .content_7 .feature_card {
    flex-wrap: wrap;
    height: auto;
    padding: 16px 16px 34px;
    gap: 10px 12px;
  }
  .content_7 .feature_num {
    font-size: 40px;
    min-width: 28px;
    z-index: 1;
  }
  .content_7 .feature_img {
    width: 100%;
    min-height: 0;
  }
  .content_7 .feature_img.img1 {
    margin-top: -30px;
    height: 100px;
    overflow: hidden;
    display:flex;
    align-items:flex-start;
    width: 100%;
  }
  .content_7 .feature_img.img1 img{
    width:60%;
  }
  .content_7 .feature_img.img6{
    margin-top: -51px;
  }


  .content_7 .feature_txt {
    width: 100%;
    text-align:center;
  }
  .content_7 .feature_badge {
    width: auto;
    padding: 4px 12px;
    font-size: 13px;
    margin-bottom: 8px;
  }
  .content_7 .feature_tit {
    font-size: 16px;
    width:80%;
    margin:0 auto;
  }
  .content_7 .feature_note {
    font-size: 12px;
  }

  /* 컨텐츠8 */
  .content_8 .stat_list {
    gap: 8px;
  }
  .content_8 .successful_outer {
    margin-top: 0;
    padding: 12px 8px;
  }
  .content_8 .successful_outer.is-mobile-swipe .successful_wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .content_8 .successful_outer.is-mobile-swipe .successful_wrapper::-webkit-scrollbar {
    display: none;
  }
  .content_8 .successful_outer.is-mobile-swipe .successful {
    transform: none !important;
    transition: none !important;
    will-change: auto;
  }
  .content_8 .successful_nav {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
  .content_8 .successful_nav--prev {
    left: 8px;
  }
  .content_8 .successful_nav--next {
    right: 8px;
  }
  .content_8 .successful li {
    width: 240px;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }
  .content_8 .successful li:hover {
    transform: none !important;
    box-shadow: none !important;
  }
  .content_8 .successful li .successful_img {
    height: 180px;
  }
  .content_8 .successful li .successful_content {
    padding: 16px;
  }
  .content_8 .successful li .successful_content span {
    font-size: 13px;
  }
  .content_8 .successful li .successful_content p {
    font-size: 15px;
  }
  .content_8 .successful li .successful_content .successful_content_play {
    width: 36px;
    height: 36px;
  }
  .conts6_slider {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 24px;
  }

  .popLayer .div_layer {
    width: 96%;
  }
  .popLayer .closeX {
    top: -36px;
    font-size: 32px;
  }
}
