/* 공용 */
.br_820, .mo{display:none;}
.pc{display:block;}
.evt_wrp {
  overflow: hidden;
}
.evt_wrp * {
  word-break: keep-all;
}
.evt_wrp .inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
img {
  max-width: 100%;
  width: auto;
}
.bg {
  padding: 150px 0;
}
h2 {
  font-size: clamp(22px, 4.5vw, 50px);
  font-weight: 500;
}
strong {
  font-weight: 900;
}
.txt_wrap {
  text-align: center;
  padding-bottom: 55px;
}
.sub_txt{
    font-size:clamp(12px, 1.25vw, 14px);
    font-weight: 300;
}

/* 바텀배너 */
.bottom_banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #005aff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.bottom_banner.is_hide {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}
.bottom_banner a {
  display: block;
  color: #fff;
}
.bottom_banner .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 80px;
}
.bottom_banner p {
  margin: 0;
  font-size: clamp(16px, 2.2vw, 28px);
  font-weight: 800;
  color: #fff;
  line-height: 1.35;
}
.bottom_banner p em {
  font-style: normal;
  color: #fcd45f;
}
.bottom_banner_btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  padding: 0 40px;
  background: #111;
  font-size: clamp(16px, 1.8vw, 24px);
  font-weight: 800;
  color: #fff;
}

/* 윙배너 */
.wing_banner {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 90;
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 180px;
}
.wing_banner_list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.wing_banner_list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px 8px;
  background: #fff;
  border: 2px solid #fcd45f;
  color: #111;
  text-align: center;
  line-height: 1.35;
  letter-spacing: -0.03em;
}
.wing_banner_list a span {
  font-size: 16px;
  font-weight: 500;
}
.wing_banner_list a strong {
  font-size: 20px;
  font-weight: 800;
}
.wing_banner_list a.is_yellow {
  background: #fcd45f;
  border-color: #fcd45f;
}
.wing_banner_list a.is_yellow span {
  font-weight: 800;
}

/* 한전 공고 배너 */
.wing_notice {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 18px 10px;
  background: #e4002b;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  letter-spacing: -0.04em;
  box-shadow: 0 6px 18px rgba(228, 0, 43, 0.35);
}
.wing_notice span {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.wing_notice strong {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
}
.wing_notice:hover {
  background: #c90026;
}

/* 모바일 탑배너 (한전 공고) */
.m_top_banner {
  display: none;
  background: #e4002b;
}
.m_top_banner a {
  display: block;
  padding: 14px 0;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.4;
}
.m_top_banner a strong {
  font-weight: 800;
}

/* 비주얼 */
.visual {
  background: url(https://image.engineerlab.co.kr/data/www/engr/promotion/2026/soe_session/visual/bg_1.jpg)
    no-repeat top center / cover;
  max-height: 100vh;
  height: 871px;
  width: 100%;
}
.visual .inner {
  display: flex;
  align-items: center;
}

/* 컨텐츠1 */
.cont_1 {background: #00020e;}
/* 컨텐츠1공용 */
.special_benefit h2 {color: #fff;}
.special_benefit h2 strong {color: #a5c0ff;}
.cont_1 .item_img {display: flex;justify-content: space-between;gap:15px;}
.item_btn{position: relative;}
.item_btn a {
  border: 2px solid #fff;
  padding: 40px 20px;
  text-align: center;
  width: 100%;
  display: block;
  font-size:clamp(22px, 2vw, 40px);
  font-weight: 700;
  color:#fff;
  margin-top:20px;
  position: relative;
}
.cu_icon{
  position: absolute;
  top: 50%;
  right: 20px;
  animation: cursor 1s infinite;
}
.item_img_wid img{width:50%;}
.item_img{position: relative;}
.balloon{position: absolute;top: -10%;right: 0;}
@keyframes cursor {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.special_benefit_2, .special_benefit_3{margin-top:150px;}
/* 컨텐츠2 */
.cont_2 {background: #3d7ed7;}
.cont_2 h2{color:#fff;}
.cont_2 .item_wrap {position: relative;}



/* 컨텐츠3 */
.cont_3 {background: #e4e4e4;}
.cont_3  h2 strong{color:#005aff;}
.cont_3 .item_wrap {display: flex; flex-direction: column; gap: 20px;}
.cont_3_card {
  background: #fff;
  border: 2px solid #d9d9d9;
}
.cont_3_card_main {border-color: #005aff;}
.cont_3_card_inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 40px;
  padding: 40px 36px 32px;
}
.cont_3_info {flex: 1; min-width: 0;}
.cont_3_info h3 {
  margin: 0 0 22px;
  font-size: clamp(22px, 2.4vw, 36px);
  font-weight: 900;
  color: #111;
  line-height: 1.3;
}
.cont_3_chk_list > li {
  position: relative;
  margin-bottom: 14px;
  font-size: clamp(16px, 1.5vw, 22px);
  font-weight: 500;
  color: #222;
  line-height: 1.45;
}
.cont_3_chk_list > li:last-child {margin-bottom: 0;}
.cont_3_chk_list > li::before {
  content: '\f14a';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900; 
  padding-right:5px;
}
.cont_3_chk_list span {
  display: block;
  margin-top: 6px;
  color: #3d7ed7;
  line-height: 1.45;
}
.cont_3_curr {
  margin: 12px 0 0;
  padding: 18px 22px;
  list-style: none;
  background: #eceff3;
  border-radius: 10px;
}
.cont_3_curr li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 14px;
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 600;
  color: #333;
  line-height: 1.45;
}
.cont_3_curr li:last-child {margin-bottom: 0;}
.cont_3_curr li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  background: #333;
  border-radius: 50%;
}
.cont_3_price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 320px;
  width: 320px;
  padding: 22px 24px 26px;
  background: #1c2b4a;
  border-radius: 12px;
  color: #fff;
  box-sizing: border-box;
}
.cont_3_coupon {
    position: relative;
	background: #fcd45f;
	border-radius: .4em;
    margin-bottom: 41px;
    color:#222;
    font-size:30px;
    text-align: center;
    font-weight:700;
    padding:20px 0;
}

.cont_3_coupon::after  {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #fcd45f;
	border-bottom: 0;
	margin-left: -20px;
	margin-bottom: -20px;
}

.cont_3_price_row,
.cont_3_price_total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.cont_3_price_row {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #d7deea;
}
.cont_3_price_row strong {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
}
.cont_3_price_row .is_del {
  text-decoration: line-through;
  color: #9aa6ba;
}
.cont_3_price_total {
  margin-top: 10px;
  padding-top: 14px;
  border-top: 1px dashed rgba(255, 255, 255, 0.35);
}
.cont_3_price_total span {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.cont_3_price_total strong {
  font-size: clamp(26px, 2.2vw, 34px);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
}
.cont_3_btn {
  position: relative;
  display: block;
  padding: 40px 20px;
  font-size: clamp(22px, 2vw, 40px);
  font-weight: 800;
  color: #fff;
  text-align: center;
}
.cont_3_btn.is_blue {background: #005aff;}
.cont_3_btn.is_black {background: #111;}
.cont_3_btn .cu_icon {
  top: auto;
  bottom: -39px;
  right: 28px;
  transform: none;
}
.cont_3_cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.cont_3_cards .cont_3_card {
  display: flex;
  flex-direction: column;
}
.cont_3_cards .cont_3_card_inner {
  flex: 1;
  flex-direction: column;
  gap: 24px;
  padding: 32px 28px 24px;
}
.cont_3_cards .cont_3_price {
  flex: none;
  width: 100%;
}

/* 컨텐츠4 */
.cont_4  h2 strong{color:#005aff;}
.cont_4 .item_wrap {display: flex; justify-content: space-between;}
.cont_4 .item_btn a{background:#111;color:#fff;}

/* 컨텐츠5 */
.cont_5 {background: #fcd45f;}
.cont_5 .sub_txt{margin-top:20px;}

/* 컨텐츠6 */
.cont_6  h2 strong{color:#005aff;}
.stat_list {
    display: flex;
    justify-content: center;
    gap: 20px;
    position: relative;
  }
  .stat_list > li {
    position: relative;
    display: inline-block;
  }
  .stat_list > li > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }
  .stat_list .badge-text {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
  }
  .stat_list .badge-title {
    font-size: clamp(12px, 2.6vw, 32px);
    font-weight: 700;
    color: #222;
    white-space: nowrap;
  }
  .stat_list .badge-number {
    font-size: clamp(12px, 2.6vw, 32px);
    font-weight: 700;
    color: #222;
  }
  .stat_list .badge-number span {
    font-size: clamp(25px, 4.6vw, 50px);
    font-weight: 900;
  }

.vido_item_wrap{display:flex;justify-content: space-between;margin-top:70px;}
.cont_6 .sub_txt{margin-top:20px; line-height:1.45;}
.review_wrap {
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.blue {
    color: #0076ff;
}

.review_wrap li {
    width: 918px;
    box-sizing: border-box;
    background-color: #f6f6f6;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0.4;
    transition: opacity 0.3s ease;
}

.review_wrap .swiper-slide-active {
    opacity: 1;
}

.review_wrap li p.main_typo {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.25;
}

.review_wrap li p.sub_typo {
    font-size: 30px;
    font-weight: 500;
    padding: 20px 0 40px 0;
    line-height: 1.3;
}

.review_wrap li p:last-child {
    font-size: 24px;
    color: #444;
}

.review_swiper {
    position: relative;
}

.review_swiper_prev,
.review_swiper_next {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
}

.review_swiper_prev {
    left: calc(50% - 490px);
}

.review_swiper_next {
    right: calc(50% - 490px);
}

.review_swiper_prev:after,
.review_swiper_next:after {
    font-size: 24px;
    font-weight: 700;
}
.cont_7{background:#111;}
.cont_7 h2{color:#fff;}

/* 태블릿 */
@media screen and (max-width: 1200px) {
  .evt_wrp .inner {
    padding: 0 30px;
    box-sizing: border-box;
  }
  .bg {padding: 90px 0;}
  .txt_wrap {padding-bottom: 40px;}
  .wing_banner {display: none;}
  .m_top_banner {display: block;}

  .visual {
    display: flex;
    align-items: center;
    height: auto;
    max-height: none;
    padding: 80px 0;
  }
  .visual .inner {width: 100%;}
  .visual .inner img {width: 100%;}


  .balloon {width: 24%;}
  .special_benefit_2, .special_benefit_3 {margin-top: 90px;}

  .cont_3_card_inner {
    gap: 24px;
    padding: 32px 24px 24px;
  }
  .cont_3_price {
    flex-basis: 280px;
    width: 280px;
  }
  .cont_3_coupon {font-size: 22px; padding: 16px 8px;}
  .cont_3_btn {padding: 28px 16px;}

  .cont_4 .item_wrap {gap: 12px;}
  .cont_4 .item_wrap img {
    flex: 1;
    min-width: 0;
    width: auto;
  }

  .cont_5 .item_video img {width: 100%;}

  .stat_list {gap: 12px;}
  .stat_list > li {
    flex: 1;
    min-width: 0;
  }
  .vido_item_wrap {
    gap: 12px;
    margin-top: 40px;
  }
  .vido_item_wrap a {
    flex: 1;
    min-width: 0;
  }
  .vido_item_wrap img {width: 100%;}

  .review_wrap li {
    width: min(720px, calc(100% - 96px));
    padding: 36px 32px;
  }
  .review_wrap li p.main_typo {font-size: 28px;}
  .review_wrap li p.sub_typo {font-size: 20px; padding: 16px 0 24px;}
  .review_wrap li p:last-child {font-size: 18px;}
  .review_swiper_prev,
  .review_swiper_next {
    width: 48px;
    height: 48px;
  }
  .review_swiper_prev {left: 12px;}
  .review_swiper_next {right: 12px;}
}

/* 모바일 */
@media screen and (max-width: 820px) {
  .br_820, .mo {display: block;}
  .br_821, .pc {display: none;}
  .evt_wrp .inner {padding: 0 20px;}
  .bg {padding: 60px 0;}
  .txt_wrap {padding-bottom: 20px;}
  .m_top_banner a {font-size: 14px; padding: 12px 0;}

  .m_visual {
    background: url(https://image.engineerlab.co.kr/data/www/engr/promotion/2026/soe_session/visual/m/bg.jpg)
    no-repeat top center / cover;
    aspect-ratio: 820/778;
    width: 100%;
  }
  .text_wrap{width:66%;padding:43px 20px;}
  .text_wrap img{margin-bottom:20px;}

  .bottom_banner .inner {
    min-height: 54px;
    padding: 0 16px;
    gap: 10px;
  }
  .bottom_banner p {
    font-size: 13px;
    min-width: 0;
  }
  .bottom_banner_btn {
    min-height: 54px;
    padding: 0 14px;
    font-size: 14px;
  }

  .visual {padding: 40px 0 48px;}


  .special_benefit_2, .special_benefit_3 {margin-top: 56px;}
  .item_btn a {
    padding: 16px 0;
    margin-top: 12px;
    font-size:18px;
  }
  .item_btn .cu_icon {
    width: 40px;
    right: 0;
    top: 39px;
  }


  .cont_3_card_inner {
    flex-direction: column;
    gap: 16px;
    padding: 20px 16px 16px;
  }
  .cont_3_info h3 {margin-bottom: 14px;}
  .cont_3_price {
    flex: none;
    width: 100%;
    padding: 18px 16px 20px;
  }
  .cont_3_coupon {
    font-size: 18px;
    padding: 14px 8px;
    margin-bottom: 28px;
  }
  .cont_3_coupon::after {
    border-width: 12px;
    margin-left: -12px;
    margin-bottom: -12px;
  }
  .cont_3_price_row {font-size: 14px;}
  .cont_3_price_row strong {font-size: 16px;}
  .cont_3_price_total span {font-size: 16px;}
  .cont_3_cards {grid-template-columns: 1fr;}
  .cont_3_cards .cont_3_card_inner {padding: 20px 16px 16px;}
  .cont_3_btn {padding: 16px 12px;font-size:18px;}
  .cont_3_btn .cu_icon {
    right: 10px;
    bottom: auto;
    top: 50%;
    width: 36px;
  }

  .cont_4 .item_wrap {
    gap: 10px;
    overflow-x:scroll;
  }
  .cont_4 .item_wrap img {flex:0 0 80%;}

  .stat_list .badge-title {white-space: normal;}

  .review_wrap {padding-top: 32px;}
  .review_wrap li {
    width: calc(100% - 56px);
    padding: 24px 18px;
  }
  .review_wrap li p.main_typo {font-size: 20px;}
  .review_wrap li p.sub_typo {font-size: 15px; padding: 12px 0 18px;}
  .review_wrap li p:last-child {font-size: 13px;}
  .review_swiper_prev,
  .review_swiper_next {
    width: 36px;
    height: 36px;
  }
  .review_swiper_prev:after,
  .review_swiper_next:after {font-size: 16px;}
  .review_swiper_prev {left: 4px;}
  .review_swiper_next {right: 4px;}

  .cont_6  .vido_item_wrap{overflow-x:auto;
    scroll-snap-type: x mandatory;-webkit-overflow-scrolling: touch;}
  .cont_6 .vido_item_wrap a{flex:0 0 80%;}
}
