/* 공용 */
.evt_wp {overflow: hidden;}
.evt_wp * {word-break: keep-all;}
.sub_txt {font-size: 14px;font-weight: 300;color: #808080;line-height: 1.5;}
img {max-width: 100%;width: auto;}
.inner {max-width: 1200px;width: 100%;margin: 0 auto;}
h2 {
  font-size: 50px;
  font-weight: 900;
  text-align: center;
  padding-bottom: 40px;
  line-height: 1.3;
}

#form_title {
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  padding-top: 40px;
}

.point_color {
  color: #e4207e;
}

.red {
  color: #e14734;
}

/* 윙배너 */
.wing_banner {
  position: fixed;
  z-index: 1000;
}
/* 윙배너 오른쪽 */
.wing_banner_right {
  right: 0;
  bottom: 16%;
}
.wing_banner_1_wrap,
.wing_banner_item_3 {
  width: 188px;
  border-radius: 16px 0 0 16px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}
.wing_banner_right a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  text-align: center;
  transition: filter 0.2s ease, transform 0.2s ease;
}
.wing_banner_right .wing_date {
  font-size: 22px;
  font-weight: 700;
}
.wing_banner_right .wing_cta {
  width: 80%;
  margin-top: 4px;
  padding: 7px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  border-radius: 20px;
  background: #222;
  color: #eed066;
}

.wing_banner_1_wrap {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.wing_banner_1_wrap a {
  gap: 4px;
}
.wing_banner_1_wrap a:hover {
  filter: brightness(1.08);
}
.wing_banner_item_1 {
  background: #eed066;
  color: #222;
}
.wing_banner_item_1 .wing_dday {
  font-size: 40px;
  font-weight: 800;
}
.wing_banner_item_2 {
  color: #fff;
  background: rgb(71, 67, 50);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.wing_banner_item_2 .wing_date {
  line-height: 1.3;
}
.wing_banner_item_2 .wing_cta {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.wing_banner_item_3 {
  gap: 6px;
  margin-top: 14px;
  box-sizing: border-box;
  background: #1cfa70;
  color: #222;
}
.wing_banner_item_3 .wing_date {
  line-height: 1.35;
}
.wing_banner_item_3 .wing_cta {
  background: #052b14;
  color: #1cfa70;
}
.wing_banner_item_3:hover {
  filter: brightness(1.06);
  transform: translateX(-4px);
}

/* 비주얼배너 */
.visual {
  position: relative;
}
.visual video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.visual::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
  pointer-events: none;
}
.visual img {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
  position: relative;
  animation: fadeIn 0.5s ease-in-out;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    scale: 1.18;  
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}

.required_title {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 20px;
  padding: 10px 20px;
  background: #e4207e;
  max-width: 350px;
  color: #fff;
  border-radius: 99px;
}

.tab_panel {
  display: block;
  padding: 150px 0;
}
#section-1,
#section-3 {
  background: #f7f7f7;
}

.tab_panel .img_box {
  display: flex;
  justify-content: center;
}

/* 표만들기 */
.info_table {
  width: 100%;
  margin-top: 25px;
}
.info_table tr {
  display: grid;
  grid-template-columns: 30% auto;
  gap: 10px;
  padding: 5px;
}
.info_table td {
  font-size: 28px;
  font-weight: 400;
  text-align: left;
  padding: 22px 0;
  border: 2px solid #111;
}
.info_table td a {
  font-size: 28px;
  color: #2d59ed;
}
.info_table td:first-child {
  background: #f5f8fb;
  text-align: center;
}
.info_table td:last-child {
  background: #fff;
  padding-left: 80px;
}
.info_table label {
  font-size: 28px;
}
.info_table input {
  width: 100%;
  border: 0;
  border-radius: 5px;
  font-size: 28px;
}
.info_table input[type="radio"] {
  width: 20px;
  height: 20px;
}
.info_table input[type="radio"]:checked {
  background: #2d59ed;
}
.info_table input[type="radio"]:not(:checked) {
  background: #ccc;
}
.info_table input[type="radio"]:not(:checked):hover {
  background: #2d59ed;
}
.info_table input[type="radio"]:not(:checked):hover {
  background: #2d59ed;
}
.youtube_sub_wrap {
  display: flex;
  gap: 20px;
}

/* 상품 팝업 (쿠폰 안내) */
.popup_wrap {
  display: none;
}
.popup_wrap.is-open {
  display: flex;
  position: fixed;
  inset: 0;
  z-index: 9998;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.popup_wrap .free_popup {
  height: 75vh;
  overflow-y: auto;
  width: 100%;
  max-width: 520px;
  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;
  position: relative;
  z-index: 1;
  color: #222;
}
.free_popup h4 {
  margin: 0 0 20px;
  padding: 0 0 18px;
  font-size: clamp(20px, 20px + 0.3125vw, 25px);
  font-weight: 800;
  color: #0d0e11;
  text-align: center;
  border-bottom: 1px solid #e8ebed;
}
.free_popup .popup_section {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid #eef1f4;
}
.free_popup .section_label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 14px;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  background: #dc1d00;
  border-radius: 999px;
}
.free_popup .benefit_info {
  padding: 4px 2px 0;
}
.free_popup .benefit_info p {
  font-size: 14px;
  line-height: 1.6;
}
.free_popup .benefit_info p:last-child {
  margin-bottom: 0;
}
.free_popup .popup_buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 26px;
  padding-top: 4px;
}
.free_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;
}
.free_popup .btn_close:hover {
  background: #f6f8fa;
  color: #222;
}
#products_popup .products_popup_section {
  margin-top: 16px;
  padding-top: 0;
  border-top: none;
}
#products_popup .products_popup_section .section_label {
  margin-bottom: 14px;
}
#products_popup .products_popup_section .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 .products_popup_section .benefit_info > p {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.55;
  color: #333;
}
#products_popup .products_popup_section .benefit_info > p:last-child {
  margin-bottom: 0;
}
#products_popup .products_popup_section .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 {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #eef1f4;
}

.item-popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.item-popup.is-open {
  display: flex;
}
.item-popup-inner {
  position: relative;
  width: 940px;
  max-width: 95vw;
  max-height: 85vh;
  background: #fff;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
}
.item-popup-close {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  z-index: 1;
  top: -36px;
  color: #fff;
}
.item-popup-close:hover {
  color: #fff;
}
.item-popup-body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 40px 30px 30px;
}
.scroll-hint-mo {
  display: none;
}
.item-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  white-space: nowrap;
  table-layout: auto;
}
.item-table thead tr:first-child th {
  background: #eef1f7;
  font-weight: 700;
  font-size: 15px;
  padding: 10px 8px;
  border: 1px solid #c8d0dc;
  text-align: center;
}
.item-table thead tr:last-child th {
  background: #f7f9fc;
  font-weight: 600;
  padding: 8px;
  border: 1px solid #c8d0dc;
  text-align: center;
}
.item-table tbody td {
  padding: 8px;
  border: 1px solid #d8dde6;
  text-align: center;
  vertical-align: middle;
  color: #333;
}
.item-table tbody td.no-coupon {
  color: #999;
  font-size: 13px;
}

/* 개인정보 수집 동의 */
.agree_wrap {
  margin-top: 25px;
  background: #f7f9fc;
  border: 1px solid #d2d2d7;
  padding: 40px;
}
.agree_wrap .sub_txt {
  padding-bottom: 20px;
}
.agree_wrap .agree label {
  display: block;
  padding: 3px 0;
}

/* 버튼 */
.btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: 70px;
  width: 100%;
}
.btn_wrap .btn_text {
  display: flex;
  gap: 10px;
  align-items: center;
}
.btn_wrap a {
  gap: 20px;
  display: flex;
  padding: 20px;
  width: 60%;
  text-align: center;
  align-items: center;
  background: #f1ce58;
  border-radius: 90px;
  color: #222;
  position: relative;
  box-shadow:
    inset 2px 3px 2px rgba(255, 255, 255, 0.4),
    inset -2px -3px 10px -5px rgba(0, 0, 0, 0.4);
}
.btn_wrap a .sub_txt {
  font-size: 24px;
  font-weight: 700;
  color: #7d6b2e;
  background: #fff;
  padding: 5px 20px;
  border-radius: 99px;
}
.btn_wrap a .typo {
  font-size: clamp(16px, 12.4px + 1.125vw, 34px);
  font-weight: 700;
  margin: 0 auto;
}
.cursor_wrap {
  z-index: 1;
  position: absolute;
  right:30px;
}
.cursor_wrap i {
  font-size: 25px;
}
.cursor_wrap img {
  bottom: -15px;
  right: -9px;
  position: absolute;
  animation: cursor-move 1s infinite;
}
@keyframes cursor-move {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.item_panel_4 .required_title {
  background: #e14734;
}
.item_panel_4 .btn_wrap a {
  width: 100%;
  justify-content: center;
}
.item_panel_4 .fire_wrap a {
  background: #fff;
  border: 1px solid #ab443d;
  color: #ab443d;
}

/* 사전신청 종료 안내 */
.form_closed_wrap {
  text-align: center;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  border-radius: 20px;
  padding: 70px 40px;
  margin: 40px 0;
  position: relative;
  overflow: hidden;
  word-break: keep-all;
}
.form_closed_badge {
  display: inline-block;
  background: #dc1d00;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 6px 18px;
  border-radius: 99px;
  margin-bottom: 24px;
}
.form_closed_title {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.3;
}
.form_closed_desc {
  font-size: 40px;
  font-weight: 700;
  color: #00bf48;
}

.agree_wrap_2 {
  margin-top: 80px;
}

.item_panel_4 {
  margin-top: -5px;
}
/* 안내 섹션 */
.notice_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.notice_item {
  font-size: clamp(14px, 12.8px + 0.375vw, 20px);
}
.notice_title {
  font-weight: 600;
  color: #111;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.notice_badge {
  display: inline-block;
  background: #111;
  color: #fff;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 3px;
  white-space: nowrap;
}
.notice_list li {
  color: #222;
  padding-left: 12px;
  position: relative;
  line-height: 1.6;
  font-weight: 300;
}
.notice_list li::before {
  content: "-";
  position: absolute;
  left: 0;
}

.notice_list_2 li {
  line-height: 1.6;
  font-weight: 700;
}

.notice_list li a {
  color: #2d59ed;
  text-decoration: none;
  font-weight: 600;
}
.notice_list li a:hover {
  text-decoration: underline;
}
.notice_benefit {
  display: flex;
  flex-direction: column;
}
.benefit_sub_title:first-child {
  padding-top: 5px;
}
.benefit_sub_title {
  font-weight: 700;
  color: #111;
  padding-top: 15px;
}

/* 탭2 섹션*/
.item_panel_2 .item_list_1 ul {
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin: 0;
  padding: 0 0 24px;
  list-style: none;
}
.item_panel_2 .item_list_1 li {
  position: relative;
  box-sizing: border-box;
  width: 82%;
  max-width: 720px;
  padding: 28px 36px;
  background: #fff;
  border: 3px solid #e4207e;
  border-radius: 32px 32px 32px 8px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  color: #222;
}
.item_panel_2 .item_list_1 li:nth-child(odd) {
  margin-right: auto;
}
.item_panel_2 .item_list_1 li:nth-child(even) {
  margin-left: auto;
  background: #e4207e;
  color: #fff;
  border-radius: 32px 32px 8px 32px;
}
.item_panel_2 .item_list_1 li:nth-child(even) .point_color {
  color: #ffe56a;
}
.item_panel_2 .item_list_1 li::before,
.item_panel_2 .item_list_1 li::after {
  content: "";
  position: absolute;
  bottom: -18px;
  width: 28px;
  height: 22px;
}
.item_panel_2 .item_list_1 li:nth-child(odd)::before {
  left: 28px;
  background: #e4207e;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.item_panel_2 .item_list_1 li:nth-child(odd)::after {
  left: 32px;
  bottom: -13px;
  width: 22px;
  height: 16px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.item_panel_2 .item_list_1 li:nth-child(even)::before {
  right: 28px;
  background: #e4207e;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.item_panel_2 .item_list_1 li:nth-child(even)::after {
  display: none;
}
.lec_card_row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
}
.lec_card_row .lec_card {
  flex: 1;
  padding: 30px;
}
.lec_card{background: #fff;border:1px solid #e2e5ea;color:#222; position: relative;}
.lec_card .discount_badge {
  position: absolute;
  right:10px;
  top:10px;
  background:#e32f7d;
  width:100px;
  height:100px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
}
.lec_card .discount_badge p {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.lec_card_row .lec_card .lec_card_tit {
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lec_card_row .lec_card .lec_card_tit span {
  font-size: 32px;
  font-weight: 700;
}
.lec_card_1{border:1px solid #e4207e;}
.lec_card_row .lec_card_1 .lec_card_tit span{
  color: #e4207e;
}
.lec_card_info li {
  font-size: 22px;
  border-top: 1px solid #d8dde6;
  padding:20px 0;
}
.lec_card_info li b {
  color: #8c919b;
  width:20%;
  display:inline-flex;
}
.lec_card_info li span {
  font-weight:700;
}
.lec_card_btns{
  width:100%;
  margin-top:30px;
}
.lec_card_btns a{
  width:100%;
  height:100%;
  display:block;
  padding:20px 0;
  font-size:30px;
  font-weight:700;text-align:center;
  background:#e4207e; color:#fff;
}
.lec_card_2{border:1px solid #4F4522;}
.lec_card_2 .lec_card_btns a{background:#EED066; color:#222;}
.lec_card_2 .total-amt{color:#332E1D;}
.lec_card_2 .discount_badge{background:#EED066;}
.lec_card_2 .discount_badge p{color:#222;}
.lec_card_price{text-align:right;color:#e32f7d;font-size:40px;font-weight:700;}

.item_panel_2 .sub_txt {
  padding-top: 20px;
  word-break: keep-all;
}
.price_wrap{display:flex;flex-direction:column;gap:7px;}
.price_item_title{color:#222;font-size:22px;font-weight:400;text-decoration:line-through;}
.price_item{display:flex;gap:10px; justify-content:space-between;align-items:center;}
.price_wrap p{font-size:22px;font-weight:400;color:#8c919b;}

/* 탭3 섹션 - 필수신청 */
.item_panel_3 .tit_wrap {
  position: relative;
  display:inline-block;
  left:50%;
  transform: translateX(-50%);
}
/* 말풍선 */
.item_panel_3 .tit_wrap .speech_wrap {
  position: absolute;
  right: -231px;
  top: -34px;
  /*  말풍선 애니메이션 */
  animation: speech_bubble 1s infinite;
}
@keyframes speech_bubble {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.speech_bubble {
  position: relative;
  background: #f1ce58;
  border-radius: 50%;
  padding: 40px;
}
.speech_wrap p {
  color: #222;
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
}
.speech_bubble:after {
  content: "";
  position: absolute;
  left: 60px;
  top: 50%;
  width: 0;
  height: 0;
  border: 60px solid transparent;
  border-right-color: #f1ce58;
  border-left: 0;
  border-bottom: 0;
  margin-top: -4px;
  margin-left: -55px;
  z-index: -1;
}
.item_panel_3 .item_wrap {
  text-align: center;
}


/* 탭4 섹션 - 복원 참여 이벤트 */
.live_btn_group {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 60px;
}
.live_btn_group .btn_wrap {
  margin-top: 0;
}

/* 탭5 섹션 - 후기 이벤트 */
.item_panel_5 .s5_desc {
  text-align: center;
  font-size: 22px;
  color: #666;
  line-height: 1.7;
  margin: 0 auto 20px;
}
.item_panel_5 .main_typo p {
  text-align: center;
}
.item_panel_5 .live_btn_group .btn_wrap a {
  width: 100%;
}

/* 롤링 리뷰 */
.roll_review {
  overflow: hidden;
  width: 100%;
  padding: 80px 0 50px;
}
.review_wrap {
  display: flex;
  width: max-content;
  gap: 16px;
  padding: 8px 0 16px;
  animation: reviewScroll 28s linear infinite;
}
.review_wrap:hover {
  animation-play-state: paused;
}
.rv_item {
  position: relative;
  padding:30px;
  background: #fff;
  border: 1px solid #e2e5ea;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  width: 346px;
  text-align: center;
  display:flex;
  flex-direction:column;
}
.rv_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #e14734;
}
.rv_item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(225, 71, 52, 0.16);
}
.rv_badge {
  align-self: flex-start;
  background: #e14734;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 4px 15px;
  border-radius: 99px;
  line-height: 1.2;
  margin:0 auto;
}
.rv_item .rv_text {
  padding-top:10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  color: #222;
  flex:1;
}
.rv_item .rv_text em {
  font-style: normal;
  color: #e14734;
}
.rv_item .rv_name {
  margin-top:20px;
  padding-top: 14px;
  border-top: 1px solid #eee;
  font-size: 14px;
  font-weight: 600;
  color: #8c919b;
}
@keyframes reviewScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* 합격률 통계 섹션 */
.stat_section {
  background: #111;
  padding: 90px 0;
}
.stat_inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
}
.stat_left {
  flex: 1;
  min-width: 0;
}
.stat_headline {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 1.55;
  margin-bottom: 36px;
}
.stat_grid {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.stat_row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.stat_item {
  background: #00bf88;
  padding: 20px 12px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.stat_label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.4;
}
.stat_num {
  font-size: 34px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}
.stat_num sup {
  font-size: 16px;
  font-weight: 400;
  vertical-align: super;
}
.stat_right {
  flex: 0 0 280px;
}
.stat_right img {
  width: 100%;
  display: block;
}

.slide_box {
  position: relative;
  height: 100%;
  text-align: center;
}

.slide_box.pc .swiper-container {
  width: 1200px;
  padding-top: 0;
  margin-left: auto;
  margin-right: auto;
}
.slide_box.pc .swiper-arrow-prev,
.slide_box.pc .swiper-arrow-next {
  color: #111;
}
.slide_box.pc .swiper-arrow-prev {
  left: -48px;
}
.slide_box.pc .swiper-arrow-next {
  right: -48px;
}
.slide_box.pc .swiper-pagination {
  padding-top: 40px;
  position: relative;
}
.slide_box.pc .swiper-pagination span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 5px;
}
.slide_box.pc .swiper-pagination span.active {
  background: #fff;
}

/* 마지막 */
.item_panel_6 {
  background: #111;
  padding: 100px 0;
}
.item_panel_6 .typo h2 {
  color: #fff;
  padding-bottom: 0;
}

.mo,
.bottom_banner {
  display: none;
}
.pc {
  display: block;
}

@media screen and (max-width: 1200px) {
  .wing_banner {
    display: none;
  }
  .bottom_banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    display: flex !important;
  }
  .bottom_banner a {
    background-color: #00bc3f;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
  }
  .popup_wrap .free_popup {
    max-width: 90vw;
  }
}

/* 미디어쿼리 1200px ~ 721px */
@media screen and (max-width: 1200px) and (min-width: 821px) {
  .inner {
    padding: 0 20px;
  }
  img {
    max-width: 100%;
    width: auto;
  }
  .btn_wrap a {
    padding: 15px 20px;
  }
  .cursor_wrap img {
    bottom: -20px;
    right: -12px;
  }
}

/* 모바일 */
@media screen and (max-width: 820px) {
  .mo {display: flex;}
  .pc, .pc_inline {display: none !important;}
  .cursor_wrap{right:20px;}
  .visual .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .visual .inner img {
    width: 100%;
  }

  /* 공통 */
  h2 {
    padding-bottom: 20px;
    font-size:24px;
  }
  .required_title {
    font-size: 16px;
    max-width: 215px;
    padding: 7px;
    margin: 0 auto 10px;
  }
  h3 {
    font-size: 18px;
    padding-top: 18px;
    word-break: keep-all;
  }
  .inner {
    padding: 0 16px;
  }
  .sub_txt {
    font-size: 13px;
  }
  .tab_panel {
    padding: 40px 0;
  }
  .img_box img {
    width: 100%;
  }

  /* 사전신청 폼 */
  .form_closed_badge {
    font-size: 22px;
  }
  .form_closed_title {
    font-size: 30px;
  }
  .form_closed_desc {
    font-size: 22px;
  }
  .info_table {
    margin-top: 16px;
  }
  .info_table tr {
    grid-template-columns: 30% auto;
    gap: 4px;
    padding: 2px 0;
  }
  .info_table td {
    font-size: 14px;
    padding: 12px 0;
    border-width: 1px;
  }
  .info_table td:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .youtobe_wrap {
    flex-direction: column;
  }
  .youtube_sub_wrap {
    display: flex;
    gap: 7px;
  }
  .info_table td:last-child {
    padding-left: 12px;
    display: flex;
    gap: 5px;
  }
  .info_table td .icon_ch {
    width: 10%;
  }
  .youtube_sub a.red {
    color: #dc1d00;
  }
  .info_table td a {
    font-size: 14px;
    display: flex;
    gap: 3px;
    align-items: center;
  }
  .info_table label {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 2px;
  }
  .info_table input[type="radio"] {
    width: 16px;
    height: 16px;
  }
  .info_table input {
    font-size: 14px;
  }

  /* 버튼 */
  .btn_wrap {
    margin-top: 28px;
  }
  .btn_wrap a {
    padding: 14px 20px;
    gap: 15px;
    border-radius: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    font-weight: 700;
  }
  .btn_wrap a .sub_txt {
    font-size: 12px;
    padding: 4px 8px;
    color: #00bc3f;
    background: #fff;
  }
  .cursor_wrap i {
    font-size: 20px;
  }
  .cursor_wrap img {
    width: 26px;
  }

  /* 개인정보 동의 */
  .agree_wrap {
    padding: 16px;
    margin-top: 18px;
    word-break: keep-all;
  }
  .agree_wrap .agree label {
    font-size: 13px;
  }
  .agree_wrap_2 {
    margin-top: 30px;
  }

  /* 공지 섹션 */
  .notice_title {
    flex-wrap: wrap;
    gap: 6px;
  }
  .notice_badge {
    padding: 2px 8px;
  }
  .notice_list li::before {
    margin-left: 2px;
  }
  .benefit_sub_title {
    padding-top: 5px;
  }

  /* 탭2 - 기출 목록 (2열 유지) */
  .item_panel_2 .item_list li .discount_circle {
    right: -9px;
    top: -23px;
    width: 60px;
    height: 60px;
  }
  .item_panel_2 .item_list ul {
    gap: 8px;
  }
  .item_panel_2 .item_list_1 ul {
    gap: 28px;
  }
  .item_panel_2 .item_list_1 li {
    width: 90%;
    padding: 18px 20px;
    font-size: 16px;
    border-width: 2px;
    border-radius: 22px 22px 22px 6px;
  }
  .item_panel_2 .item_list_1 li:nth-child(even) {
    border-radius: 22px 22px 6px 22px;
  }
  .item_panel_2 .item_list_1 li:nth-child(odd)::before {
    left: 18px;
    bottom: -14px;
    width: 20px;
    height: 16px;
  }
  .item_panel_2 .item_list_1 li:nth-child(odd)::after {
    left: 21px;
    bottom: -10px;
    width: 15px;
    height: 12px;
  }
  .item_panel_2 .item_list_1 li:nth-child(even)::before {
    right: 18px;
    bottom: -14px;
    width: 20px;
    height: 16px;
  }
  .item_panel_2 .item_list li h4 {
    font-size: 15px;
    line-height: 1.4;
  }
  .item_panel_2 .item_list li .discount_circle h3 {
    font-size: 18px;
    padding-top: 0;
  }
  .item_panel_2 .item_list li .discount_circle p {
    font-size: 11px;
  }
  .item_panel_2 .item_list li .btn_wrap {
    width: 90%;
  }
  .item_panel_2 .item_list li .btn_wrap a {
    padding: 10px 14px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
  }

  .lec_card_row{overflow-x:auto; scroll-snap-type:x mandatory;gap:7px;}
  .lec_card_row .lec_card{flex:0 0 90%;scroll-snap-align:start;}
  .lec_card_row .lec_card .lec_card_tit{font-size:18px;}
  .lec_card_row .lec_card .lec_card_tit span{font-size:30px;}
  .lec_card_info li{font-size:18px;gap: 30px;display:flex;}

  /* 가격 */
  .lec_card_price{font-size:30px;}
  .lec_card_btns a{
    font-size:20px;
    padding:10px 0;
  }
  .lec_card_btns{margin-top:10px;}
  /* 특별할인 뱃지 */
  .lec_card .discount_badge{
    width:65px;
    height:65px;
  }
  .lec_card .discount_badge p{
    font-size:16px;
  }

  /* 탭4 - 복원 참여 버튼 그룹 */
  .item_panel_4 {
    margin-top: 0;
  }
  .live_btn_group {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
  }
  .live_btn_group .btn_wrap {
    width: 100%;
    margin-top: 0;
  }
  .live_btn_group .btn_wrap a {
    justify-content: center;
    padding: 14px 20px;
    width: 100%;
  }

  /* 탭5 - 롤링 리뷰 */
  .roll_review {
    padding: 30px 0;
  }
  .review_wrap {
    align-items: stretch;
  }
  .rv_item {
    flex-basis: 220px;
    width: 220px;
    min-height: 188px;
    padding: 20px 16px 16px;
    border-radius: 12px;
    justify-content: flex-start;
    gap: 8px;
    text-align: left;
  }
  .rv_item::after {
    font-size: 56px;
    top: 14px;
    left: 14px;
  }
  .rv_badge {
    font-size: 16px;
    padding: 3px 8px;
    flex-shrink: 0;
  }
  .rv_item .rv_text {
    flex: none;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    font-size: 18px;
    text-align: center;
  }
  .rv_item .rv_name {
    margin-top: 0;
    padding-top: 10px;
    font-size: 12px;
    text-align: center;
    flex-shrink: 0;
    width: 100%;
  }

  
  /* 마지막 섹션 */
  .item_panel_6 {
    padding: 40px 0;
  }
  .item_panel_6 .img_box {
    width: 100%;
    max-width: 465px;
  }
  .item_panel_6 .img_box .sub_txt {
    font-size: 12px;
    line-height: 1.6;
  }

  .item_panel_3 .tit_wrap .speech_wrap{
    top:85px;right:0;
  }
  .speech_bubble{padding:20px;background:#111;}
  .speech_bubble:after{
    border: 39px solid transparent;
    border-right-color: #111;
    border-left: 0;
    border-bottom: 0;
  }
  .speech_wrap p{font-size:14px;color:#fff;}


  #form_title {
    font-size: 22px;
  }
}
