@charset "utf-8";

/* Noto Sans KR */
@font-face {
    font-family: 'Pretendard-Light';
    src: url('font/Pretendard-Light') format('woff');
    font-weight: 300;
    font-style: normal;
      unicode-range: U+0020-007E; /*�곷Ц, �レ옄, �뱀닔臾몄옄瑜� �ы븿 �� �좊땲肄붾뱶 踰붿쐞*/
}

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('font/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
      unicode-range: U+0020-007E; /*�곷Ц, �レ옄, �뱀닔臾몄옄瑜� �ы븿 �� �좊땲肄붾뱶 踰붿쐞*/
}
@font-face {
    font-family: 'Pretendard-Bold';
    src: url('font/Pretendard-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
      unicode-range: U+0020-007E; /*�곷Ц, �レ옄, �뱀닔臾몄옄瑜� �ы븿 �� �좊땲肄붾뱶 踰붿쐞*/
}
			@font-face {
    font-family: 'Pretendard-ExtraBold';
    src: url('font/Pretendard-Regular.woff') format('woff');
    font-weight: 600;
    font-style: normal;
      unicode-range: U+0020-007E; /*�곷Ц, �レ옄, �뱀닔臾몄옄瑜� �ы븿 �� �좊땲肄붾뱶 踰붿쐞*/
}
			@font-face {
    font-family: 'Pretendard-ExtraBold';
    src: url('font/Pretendard-Regular.woff') format('woff');
    font-weight: 600;
    font-style: normal;
      unicode-range: U+0020-007E; /*�곷Ц, �レ옄, �뱀닔臾몄옄瑜� �ы븿 �� �좊땲肄붾뱶 踰붿쐞*/
}

	@font-face {
    font-family: 'Pretendard-ExtraBold';
    src: url('font/Pretendard-ExtraBold') format('woff');
    font-weight: 800;
    font-style: normal;
      unicode-range: U+0020-007E; /*�곷Ц, �レ옄, �뱀닔臾몄옄瑜� �ы븿 �� �좊땲肄붾뱶 踰붿쐞*/
}

@font-face {
    font-family: 'Pretendard-Black';
    src: url('font/Pretendard-Black') format('woff');
    font-weight: 900;
    font-style: normal;
      unicode-range: U+0020-007E; /*�곷Ц, �レ옄, �뱀닔臾몄옄瑜� �ы븿 �� �좊땲肄붾뱶 踰붿쐞*/
}


/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,button,figure{margin:0;padding:0;}
fieldset,img{border:0 none;}
dl,ul,ol,menu,li{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
input,select,textarea,button{border-radius:0;vertical-align:middle;}
input::-ms-clear{display:none;}
hr{display:none;}
button{border:0 none;background-color:transparent;cursor:pointer;}
button,input{border-radius:0;border:0;-webkit-border-radius:0;}
table{border-collapse:collapse;border-spacing:0;border:0; border-spacing: 0;}
caption{display:none;}
body{direction:ltr;word-break:keep-all;word-wrap:break-word;-webkit-text-size-adjust:none;}
body,th,td,input,select,textarea,button{font-size:100%;font-family:'Pretendard Variable',"Noto Sans KR","Apple SD Gothic Neo",Arial,sans-serif;line-height:1;color:#212121;}
a{color:#212121;text-decoration:none;}
address,caption,cite,code,dfn,em,var{font-style:normal;font-weight:normal;}
img{vertical-align:middle;}
.is_blind{position:absolute;overflow:hidden;width:1px;height:1px;padding:0;margin:-1px;border:0;clip:rect(0, 0, 0, 0);white-space:nowrap;}
.clearfix::after {display:block;clear:both;content:"";}

/* common */
*{
  margin: 0;
  padding: 0;
}
html {scroll-behavior: smooth;}
body {
  background-color: #fff;
  color: var(--c-txt);
}
:root {
  --c-bg: #fff;
  --c-bg-b: #000;
  --c-txt: #212121;
  --c-txt-gray-d: #555;
  --c-txt-gray: #777;
  --c-txt-gray-l: #bbb;
  --c-txt-gray-2: #A1A1A1;
  --c-line: #eee;
  --c-box: #f5f5f5;
  --b-box: #E8F3FF;
  --c-blue: #006ae2;
  --c-point: #0171BB;
  --c-point-1: #3191E0;
  --c-point-2: #05A8B5;
  --c-main:#4497F4;
  --c-highlihgt : #fff600
}
a {transition: 0.3s ease;}
*{
  letter-spacing: -0.45px;
}
img {width: 100%;}
section * {
  line-height: 1.4;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  transition: 0.3s ease;
}
.inner {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.txt_blue { 
  color: #fff;
  }
  .font_bold {
    font-weight: 500;
  }
.txt_point {color: var(--c-point);}
.txt_point_light {color: #99c6e4;}
.txt_bold {font-weight: bold;}
.btn_link:hover {filter: brightness(80%);}
.ic {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.btn_link .ic.ic_arrow {
  top: 1px;
  vertical-align: -3px;
}
/*-------------------------------------------------------------------
  ## header
-------------------------------------------------------------------*/
header {
  background-color: var(--c-bg-b);
  color: var(--c-bg);
}
.banner_wrap {
  width: 100%;
  overflow: hidden;
}
.top_logo {
    padding: 20px 0px;
    max-width: 970px;
    margin: 0 auto;
}
.apply .logo_ax {
    width: 144px;
    height: 36px;
    background: url(https://bimg.mk.co.kr/2025/mk_ax_club/images/logo.svg) no-repeat left center / 134px auto;
}

 .logo_ax {
    margin-top: 8px;
    display: block;
    width: 200px;
    height: 46px;
    background: url(https://bimg.mk.co.kr/2025/mk_ax_club/images/logo.svg) no-repeat left center / 190px auto;
}
.apply .logo_ax ~ span.top_tit_color {
    font-size: 35px;
}
.logo_ax ~ span.top_tit_color {
    color: #fff;
    font-weight: 600;
    font-size: 49px;
}
.tit_logo {
    display: flex;
    margin: 0px auto 20px;
    width: fit-content;
    flex-direction: row;
    align-items: center;
}
.banner_wrap .top_ttl .ttl_badge span {
  display: inline-block;
  padding: 8px 15px;
  background-color: var(--c-point-l);
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
  color: var(--c-point);
}
.banner_wrap .btn_link {margin-top: 70px;}
.gnb {
  position: sticky;
  top: 0;
  width: 100%;
    background-color: #273862;
  z-index: 100;
}
.gnb ul {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  margin: 0 auto;
}
.gnb ul li {width: 33.333%;}
.gnb ul li a {
  position: relative;
  display: block;
  color: var(--c-bg);
  padding: 18px 0;
  font-weight: 400;
  text-align: center;
  opacity: 0.5;
  transition: 0.3s ease;
}
.gnb ul li:hover a,
.gnb ul li:focus a {
  opacity: 1;
  font-weight: bold;
}
.gnb ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--c-bg);
  transition: 0.3s ease;
}
.gnb ul li:hover a::after,
.gnb ul li:focus a::after {width: 100%;}

/*-------------------------------------------------------------------
  ## container
-------------------------------------------------------------------*/
header#header {
    position: sticky;
    top: 0;
    background-color: #0f0f0f;
    width: 100%;
    z-index: 22;
}

section.cont_box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0px 115px;
  box-sizing: border-box;
  scroll-margin-top: 50px;
}
.cont_box .cont_wrap {text-align: center;}
.cont_box .cont_wrap .cont_ttl .cont_ttl_badge {
  display: inline-block;
  margin-bottom: 8px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #3191e0;
}
.cont_box .cont_wrap .cont_ttl h3 {
  padding-top: 22px;
  font-size: 29px;
  letter-spacing: -0.5px;
}
.cont_box .cont_wrap .cont_ttl p {
  color: var(--c-txt-gray);
  font-size: 18px;
  margin-top: 18px;
}
.bg_Instructor_img{
  left: -75px;
  width: 113%;
  bottom: -39px;
  position: absolute;
  height: 50%;
  background: url(https://bimg.mk.co.kr/2025/plan_design/images/instructors.png) no-repeat center center / 100% auto;
}
/* program */

.pro_ttl_color{
  font-size: 13px;
  color:var(--c-txt-gray);
  font-weight: 400;
}
.program_align {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.strong_color{
  color:var(--c-txt);
}
.mid_wrap .cont_wrap {
  max-width: 970px;
  margin:0px auto 0;
}
.mid_wrap .cont_wrap.cont_instructor .swiper_inst,.mid_wrap .cont_wrap.cont_instructor .swiper_inst1 {margin-top: 40px;}
.mid_wrap .cont_wrap.cont_instructor .swiper-pagination-bullet {background-color: var(--c-blue);}

 .cont_wrap.cont_program .program_wrap thead tr {background-color: var(--c-blue);}
 .cont_wrap.cont_program .program_wrap thead th {
  padding: 15px 10px;
  color: var(--c-bg);
}
 .cont_wrap.cont_program .program_wrap tbody tr {
  border-bottom: 1px solid var(--c-line);
  font-weight: 500;
}
 .cont_wrap.cont_program .program_wrap tbody tr:last-child {border-bottom: 0;}
 .cont_wrap.cont_program .program_wrap tbody tr.bg_blue {background-color: rgb(0 106 226 / 9%)}
 .cont_wrap.cont_program .program_wrap tbody tr.bg_blue td {color: var(--c-blue);}
 .cont_wrap.cont_program .program_wrap tbody th,
 .cont_wrap.cont_program .program_wrap tbody td {
  padding: 20px 10px;
  font-size: 15px;
}
 .cont_wrap.cont_program .program_wrap tbody th {font-weight: 500;}
 .cont_wrap.cont_program .program_wrap tbody td.pro_ttl {font-weight: bold;}
 .cont_wrap.cont_program .program_wrap tbody .pro_person_com {
  font-size: 15px;
  color: var(--c-txt-gray);
  font-weight: 400;
}
/* 커리큘럼 */
.schedule_border {
  border-bottom: 2px solid #e0e7ef;
  padding-bottom: 12px;
  margin-bottom: 12px;
  min-height: 28px;
  border-radius: 6px 6px 0 0;
  font-size: 16px;
  font-weight: 500;
  color: #234080;
  letter-spacing: -0.5px;
  transition: background 0.2s;
}

.schedule_border:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}
.pro_ttl_color{
  font-size: 14px;
  color: var(--c-txt-gray);
  font-weight: 500;
  letter-spacing: -0.2px;
}
.program_align {
  width: 100%;
  display: flex
;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.program_notice {
  text-align: left;
  color: #656565;
  font-size: 15px;
  margin-top: 20px;
}
.strong_color{
  color: var(--c-txt);
  font-weight: 600;
}
.mid_wrap .cont_wrap:first-child {margin-top: 0;}
.mid_wrap .cont_wrap.cont_instructor .swiper_inst {margin-top: 40px;}
.mid_wrap .cont_wrap.cont_instructor .swiper_inst .swiper-pagination-bullet {background-color: var(--c-blue);}

 .cont_wrap.cont_program .program_wrap {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}
 .cont_wrap.cont_program .program_wrap thead tr {
  background-color: #333333;
}
 .cont_wrap.cont_program .program_wrap thead th {
  padding: 18px 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-right: 1px solid #535353;
  letter-spacing: -0.5px;
}
 .cont_wrap.cont_program .program_wrap tbody td.schedule_bg {
  background-color: #e2ecf7;
}
 .cont_wrap.cont_program .program_wrap tbody td.schedule_bg1 {
    background-color: #e2e5f7;
}
 .cont_wrap.cont_program .program_wrap thead th:last-child {
  border-right: none;
}
 .cont_wrap.cont_program .program_wrap tbody tr {
  border-bottom: 1.5px solid #e0e7ef;
  font-weight: 500;
  transition: background 0.2s;
}
 .cont_wrap.cont_program .program_wrap tbody tr:last-child {border-bottom: 0;}
 .cont_wrap.cont_program .program_wrap tbody tr.bg_blue {
  background: linear-gradient(90deg, #eaf3ff 0%, #fafdff 100%);
}
 .cont_wrap.cont_program .program_wrap tbody tr.bg_blue td {
  color: var(--c-blue);
  font-weight: 600;
}
 .cont_wrap.cont_program .program_wrap tbody th,
 .cont_wrap.cont_program .program_wrap tbody td {
  padding: 18px 12px;
  font-size: 15px;
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  vertical-align: middle;
  background: none;
}
.cont_wrap.cont_program .program_wrap thead th{
  border-top: 1px solid #b2b2b2;
}
 .cont_wrap.cont_program .program_wrap tbody td:first-child,.cont_wrap.cont_program .program_wrap tbody th:first-child
  {
  border-left: 1px solid #b2b2b2;
 }
 .cont_wrap.cont_program .program_wrap tbody th {
  font-weight: 600;
  background: #dddddd;
}
 .cont_wrap.cont_program .program_wrap tbody td.pro_ttl {
  font-weight: bold;
  color: #0053b3;
  background: #f7faff;
}
 .cont_wrap.cont_program .program_wrap tbody .pro_person_com {
  font-size: 15px;
  color: var(--c-txt-gray);
  font-weight: 400;
  background: none;
}
.td_weight {
  font-weight: 600;
}
/*// 커리큘럽 */
/* 금액 안내 사항 */
.cost_information .cont_wrap.cont_program .program_wrap thead tr{
    background-color: #f7f7f7;
}
.cost_information .cont_wrap.cont_program .program_wrap thead th{
    border-right: 1px solid #c5c5c5;
  color: #222;
}
.cost_information .cont_wrap.cont_program .program_wrap thead th:first-child{
    border-left: 1px solid #c5c5c5;
}
.cost_information .infomation_item ul li{
  display: grid;
  grid-template-columns: 80px 1fr;
    text-align: left;
  gap: 18px;
  margin-bottom: 12px;
}
.cost_information .infomation_item ul li:last-child{
  margin-bottom: 0px;
}
.cost_information .tit_infomation_point{
  font-weight: 600;
}
.td_point {
  letter-spacing: -1.6px;
  font-weight: 600;
  color: #002b5c;
}
/*// 금액 안내 사항 */
/* 멤버십 신청 */
section.cost_information.cont_box.apply {
    padding: 43px 20px;
  color: #fff;
    text-align: center;
    display: flex;
    background:linear-gradient(rgba(10, 21, 34, 0.95),
    rgba(10,21,34,0.95)), url(https://bimg.mk.co.kr/2025/mk_ax_club/images/bg_office.jpg) center/cover no-repeat;
    flex-direction: column;
    align-items: center;
}
.apply  .tit_logo {
    display: flex;
    margin: 6px 0px 19px;
}
.apply .tit_phone a{
  color: #fff;
}
.apply .noto_content{
  margin-bottom: 20px;
}
address.tit_phone {
    margin-bottom: 7px;
    font-weight: 600;
    font-size: 21px;
}
.apply .top_wrap .cont_overview {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/*// 멤버십 신청 */
/*-------------------------------------------------------------------
  ## footer
-------------------------------------------------------------------*/
footer {
  padding: 40px 20px;
  background-color: var(--c-bg-b);
  text-align: center;
  font-size: 13px;
  color: var(--c-txt-gray-l);
  box-sizing: border-box;
}

/*----------------------------------------------------
    ## top button
----------------------------------------------------*/
.btn_totop_wrap {
  max-width: 1210px;
  margin: 0 auto;
}
.btn_totop {
  position: fixed;
  right: 2%;
  bottom: 2%;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--c-bg);
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  z-index: 1000;
}
.btn_totop .ic_arw {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(http://bimg.mk.co.kr/2024/kpopstar/images/ic_top.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@font-face {
    font-family: 'HakgyoansimAllimjangTTF-B';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-5@1.0/HakgyoansimAllimjangTTF-B.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}
section.cont_box{
  max-width: 100%;
}
.mid_wrap{
background-color: var(--b-box);
}
.top_tit{
    color: #222;
    font: 2.8rem / 2rem "Noto Sans KR";
    font-weight: 600;
    letter-spacing: -3.2px;
}
p.top_sub_contents {
  font-size: 15px;
    margin-top: 5px;
    color: #7f7f7f;
}
p.top_tit_sub {
    background: rgba(255, 255, 255, .1);
    border-radius: 35px;
    letter-spacing: -1.8px;
    text-align: center;
    padding: 9px 27px;
    margin: 0 auto;
    margin-bottom: 4px;
    width: fit-content;
    font-weight: 400;
    color: rgb(255 255 255);
    font-size: 18px;
    line-height: 1.4;
}
.banner_wrap .inner.top_flex {
  height: 84%;
  margin-top: 20px;
  gap: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.txt_line_height{
  line-height: 170%;
}
.btn_membership a.brochure_pdf {
    background-color: #314a69;
    color: #fff;
    border: 1px solid #cae3ff29;
}
.btn_membership {
    display: flex;
    gap: 12px;
}
.btn_membership a {
    display: block;
    width: fit-content;
    font-weight: 600;
    margin: 0 auto;
  color: #222;
    background-color: #fff;
    padding: 14px 24px;
    border-radius: 40px;
}
.btn_membership a:hover{
  color: #fff;
    background-color: #124e9c;
}
.banner_wrap {
    height: 72vh;
    position: relative;
    background:url(https://bimg.mk.co.kr/2025/mk_ax_club/images/main_bg.webp) no-repeat center 20% /cover;
}
.banner_wrap .top_ttl h1 .top_tit {
    line-height: 1.3;
    margin: 40px auto 20px auto;
}
.banner_wrap .top_ttl h1 .top_tit .top_tit_color{
    letter-spacing: -3.2px;
    color: #3664ad;
}
.banner_wrap .top_ttl .top_subtit {
    text-align: center;
    letter-spacing: -1.0px;
    font-size: 18px;
    margin-top: 24px;
    display: block;
    font-weight: 400;
    color: #fff;
    line-height: 1.7;
}
.cont_overview .cont_wrap .cont_ttl{
    width: 100%;
    display: flex;
    justify-content: center;
}
.cont_overview .cont_wrap .cont_ttl h2 .cont_tit_color{
    color:#006AE2;
}

.btn_link {
  position: relative;
  display: block;
  width: 100%;
  padding: 14px 35px 14px 40px;
  background-color: var(--c-point);
  border-radius: 10px;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  color: var(--c-bg);
  transition: 0.3s ease;
}

.top_wrap .cont_overview {
  overflow: hidden;
  max-width: 970px;
  margin: 0 auto;
}

.txt_wrap span.tit_date {
  font-weight: 500;
  font-size: 16px;
}
.txt_wrap .txt_date {
  margin-left: 4px;
  color:var(--c-txt-gray);
  font-size: 14px;
}
.txt_wrap {
  margin-bottom: 6px;
}
.txt_note {
  font-size: 14px;
  color:var(--c-txt-gray);
}
.txt_note span {
  font-weight: 400;
  color:#949494;
  width: 100%;
  display: block;
}
.txt_wrap .txt_block {
  margin-top: 4px;
  display: block;
}
span.Instructor_badge.badge_career2 {
  background-color: #BDDCFF;
  color:var(--c-bg);
}

.Date_hr{
  clear: both;
  display: block;
  height:1px;
  margin: 16px 0px;
  border:0;
  background-color:var(--c-line);
}
.btn_text .tit_price {
  margin-bottom: 24px;
  font-size: 22px;
}
.btn_text .tit_price .tit_desc {
  font-size: 14px;
  color:var(--c-txt-gray);
}
.place_tit {
  font-size: 20px;
}
.place_tit .color_point1{
  color:var(--c-point);
}
.place_tit .color_point2{
  color: var(--c-point-1);
}
.place_tit .color_point3{
  color: var(--c-point-2);
}
.btn_text i.ic_blind.ic_noto {
max-height: 53px;
}

/* 강사진 소개 */
.Instructor_bg{
  background: linear-gradient(179deg, #ffffff 0%, #ffffff 80%, #f4f7ff 100%);
}
.im_instructor_01{
  background-image: url(https://bimg.mk.co.kr/2025/mk_ax_club/images/im_instructor_01_pc.png);
}
.im_instructor_02{
  background-image: url(https://bimg.mk.co.kr/2025/mk_ax_club/images/im_instructor_02_pc.png);
}
.im_instructor_03{
  background-image: url(https://bimg.mk.co.kr/2025/mk_ax_club/images/im_instructor_03_pc.png);
}
.im_instructor_06{
  background-image: url(https://bimg.mk.co.kr/2025/mk_ax_club/images/im_instructor_06_pc.png);
}
.im_instructor_07{
  background-image: url(https://bimg.mk.co.kr/2025/mk_ax_club/images/im_instructor_07_pc.png);
}
.im_instructor_09{
  background-image: url(https://bimg.mk.co.kr/2025/mk_ax_club/images/im_instructor_09_pc.png);
}
.im_instructor_11{
  background-image: url(https://bimg.mk.co.kr/2025/mk_ax_club/images/im_instructor_11_pc.png);
}
.im_instructor_12{
  background-image: url(https://bimg.mk.co.kr/2025/mk_ax_club/images/im_instructor_12_pc.png);
}
.im_instructor_13{
  background-image: url(https://bimg.mk.co.kr/2025/mk_ax_club/images/im_instructor_13_pc.png);
}
.im_instructor_14{
  background-image: url(https://bimg.mk.co.kr/2025/mk_ax_club/images/im_instructor_14_pc.png);
}
.im_instructor_15{
  background-image: url(https://bimg.mk.co.kr/2025/mk_ax_club/images/im_instructor_15_pc.png);
}
.im_instructor_16{
  background-image: url(https://bimg.mk.co.kr/2025/mk_ax_club/images/im_instructor_16_pc.png);
}
.im_instructor_17{
  background-image: url(https://bimg.mk.co.kr/2025/mk_ax_club/images/im_instructor_17_pc.png);
}
.im_instructor_18{
  background-image: url(https://bimg.mk.co.kr/2025/mk_ax_club/images/im_instructor_18_pc.png);
}
.im_instructor_19{
  background-image: url(https://bimg.mk.co.kr/2025/mk_ax_club/images/im_instructor_19_pc.png);
}
.cont_box .cont_wrap .cont_ttl .badge_01_color{
  background-color: var(--c-point);
}
.cont_box .cont_wrap .cont_ttl  .badge_02_color{
  background-color: var(--c-point-1);
}
.cont_box .cont_wrap .cont_ttl .badge_03_color{
  background-color: var(--c-point-2);
}
.im_instructor_box{
  width: 308px;
  height: 373px;
  background-size: cover;
  position: absolute;
  right: -37px;
  bottom: -72px;
}
span.Instructor_badge {
  margin-bottom: 8px;
  margin-right: 8px;
  background-color: var(--c-main);
  border-radius: 2px;
  padding:1px 8px;
  display: block;
  color:var(--c-bg);
  width: fit-content;
  height: auto;
}
.career_sub{
  font-size: 13px;
  color:var(--c-txt-gray);
}
.career_width .career_wrap p {
  line-height: 173%;
}

.career_wrap .Description_txt{
  font-weight: 400;
  color:#696F6F;
}
.inst_wrap .career_width {
  font-size: 16px;
  width: 62%;
}
.inst_wrap .career_wrap {
  margin: 14px 0px;
  clear: both;
}
.Instructor_height {
  float: left;
  height: 86px;
}
.mid_wrap .cont_wrap.cont_instructor .swiper-slide {
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
  height: 356px;
  border-radius: 10px;
}
.swiper-wrapper .instructor_box{
  color:var(--c-txt);
    border: 1px solid #e3e3e3;
    background-color: #f0f4fc;
}

.mid_wrap .cont_wrap.cont_instructor .inst_wrap {
  position: absolute;
  padding: 31px 24px 32px;
  top: 0;
  text-align: left;
  left: 52%;
  z-index: 22;
  transform: translateX(-50%);
  width: 100%;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  position: sticky;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  margin-top: 20px;
}

.mid_wrap .cont_wrap.cont_instructor .inst_wrap .inst_name {
  display: inline-block;
  margin-right: 4px;
  font-size: 22px;
  font-weight: bold;
}

.mid_wrap .cont_wrap.cont_instructor .inst_wrap .inst_txt {
  display: inline-block;
  color: #828282;
  font-size: 15px;
}
.mg_12 {
  margin-bottom: 12px;
}
.badge{
  background-color: #deedff;
  font-size: 14px;
  color:#4497F4;
  padding: 4px 8px;
  width: fit-content;
  border-radius: 5px;
  display: block;
}
.black_wrap {
  background: none;
  background-color: var(--c-txt);

}
.white_wrap{
  background-color: var(--c-bg);
}
#btn_prev {
  position: absolute;
  width: 56px;
  height: 56px;
  background: url(https://bimg.mk.co.kr/2024/epaper/renewal/images/im_swiper_btn_prev.png) no-repeat center center / cover;
  left: -30px;
  top: 55%;
}
#btn_prev1 {
  z-index: 2;
  position: absolute;
  width: 56px;
  height: 56px;
  background: url(https://bimg.mk.co.kr/2024/epaper/renewal/images/im_swiper_btn_prev.png) no-repeat center center / cover;
  left: -30px;
  top: 40%;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 0 !important;
}
.swiper-button-next1:after, .swiper-button-prev1:after {
  font-size: 0 !important;
}
#btn_next {
  position: absolute;
  width: 56px;
  height: 56px;
  background: url(https://bimg.mk.co.kr/2024/epaper/renewal/images/im_swiper_btn_next.png) no-repeat center center / cover;
  right: -30px;
  top: 55%;
}
#btn_next1 {
    z-index: 2;
    position: absolute;
    width: 56px;
    height: 56px;
    background: url(https://bimg.mk.co.kr/2024/epaper/renewal/images/im_swiper_btn_next.png) no-repeat center center / cover;
    right: -30px;
    top: 40%;
}
.Description_style li{
  list-style-type: disc;
  margin-left: 18px;
  text-indent: -4px;
  margin-bottom: 4px;
  }
  ul.Description_txt li {
    line-height: 1.5;
}
/*//  강사진 소개 */
/* */
.gray_wrap{    
  background-color: var(--c-box);
}

 .cont_wrap.cont_program .program_wrap {
  overflow: hidden;
  width: 100%;
  max-width: 1000px;
  margin: 15px auto 0;
  background-color: var(--c-bg);
  border-radius: 0px;
}
.cont_wrap{
  position: relative;
}
.program_txt {
  width: 410px;
  text-align: left;
}
/*-------------------------------------------------------------------
  ## Benefit Section
-------------------------------------------------------------------*/
.benefit_wrap {
  background-color: #f4f7ff;
    padding: 80px 0;
}

.tit_benefit_wrap {
    text-align: center;
    margin: 60px 0px 40px;
}
#benefit .cont_ttl {
  padding-top: 62px;
}
/*-------------------------------------------------------------------
  ## Comparison Cards (Reference Style)
-------------------------------------------------------------------*/
.comparison_cards {
  display: flex;
  flex-direction: row;
  gap: 20px;
  max-width: 970px;
  margin: 0 auto;
  justify-content: space-between;
}

.comparison_card {
  display: flex;
  width: 100%;
  border: 1px solid #d0d0d0;
  background: #d9d9d9;
  border-radius: 12px;
  padding: 30px 25px;
  position: relative;
  min-height: 200px;
  flex-direction: column;
  align-items: center;
}
.comparison_card.concentration_card {
  background-color: #ffffff;
  border: none;
  box-shadow: 13px 5px 50px rgba(0, 0, 0, 0.08);
}
.comparison_card.concentration_card .card_title{
    background-color:#f3f8ff;
  color: #1c385a;
}
.card_title {
  padding: 6px 16px;
  border-radius: 50px;
  width: fit-content;
  background-color: #b5b5b5;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.card_content {
  width: 100%;
    list-style-type:circle;
    color: #fff;
}
.comparison_card.concentration_card .card_content li {
  color: #222;
}
.card_content li {
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  font-weight: 500;
  text-align: center;
  color: #717171;
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 12px;
  margin: 0 0 12px 0;
}
.card_content li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.card_content p:last-child {
    margin-bottom: 0;
}
.benefit_subtitle {
  letter-spacing: -1.6px;
  font-size: 32px;
}
.cont_box .cont_wrap .cont_ttl p.benefit_subtitle {
  margin-top: 12px;
    font-size: 18px;
    color: var(--c-txt-gray);
    margin-bottom: 10px;
    font-weight: 500;
}

.benefit_title {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
    max-width: 600px;
    margin: 0 auto;
}

.benefit_cards {
  display: flex;
  gap: 20px;
  justify-content: center;
  max-width: 970px;
  margin: 0 auto 100px auto;
  flex-wrap: wrap;
}

.benefit_card {
    flex: 0 0 calc(50% - 10px);
    background-color: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 256px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.benefit_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.benefit_badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #EBF4FF;
    color: #4497F4;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

.ic_benefit {
    width: 110px;
    height: 78px;
    margin: 20px 0 20px 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ic_benefit01 {
    width: 74px;
    background-image: url('https://bimg.mk.co.kr/2025/mk_ax_club/images/ic_benefit01.png');
}

.ic_benefit02 { 
  width: 82px;
    background-image: url('https://bimg.mk.co.kr/2025/mk_ax_club/images/ic_benefit02.png');
}

.ic_benefit03 {
    background-image: url('https://bimg.mk.co.kr/2025/mk_ax_club/images/ic_benefit03.png');
}

.ic_benefit04 {
  background-image: url('https://bimg.mk.co.kr/2025/mk_ax_club/images/ic_benefit04.png');
}


.ic_benefit05 {
  background-image: url('https://bimg.mk.co.kr/2025/mk_ax_club/images/ic_benefit05.png');
}

.ic_benefit06 {
  background-image: url('https://bimg.mk.co.kr/2025/mk_ax_club/images/ic_benefit06.png');
}
.ic_benefit07 {
  background-image: url('https://bimg.mk.co.kr/2025/plan_design/images/ic_benefit01.png');
}

.ic_benefit08 {
  background-image: url('https://bimg.mk.co.kr/2025/plan_design/images/ic_benefit03.png');
}
.program_box {
  max-width: 970px;
  text-align: center;
  width: 100%;
  border-radius: 8px;
  color: #fff;
  margin: 0 auto;
  margin: 20px auto;
  background-color: #1c385a;
  padding: 18px 0px;
}
.benefit_desc {
    font-size: 16px;
    color: var(--c-txt-gray);
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 1.4;
}

.benefit_text {
    font-size: 21px;
    color: #333;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.3;
}

.benefit_text:last-child {
    margin-bottom: 0;
}

/* Benefit Cards Two - 두 번째 줄 카드들 */
.benefit_cards_two {
    display: flex;
    gap: 20px;
    justify-content: center;
    max-width: 1000px;
    margin: 20px auto 0;
}

.benefit_card_two {
    flex: 1;
    background-color: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 300px;
}

.benefit_card_two:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
/* 결정하기 위한 자리 */
section.decision_wrap {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  padding: 90px 0px;
  width: 100%;
  background:url(https://bimg.mk.co.kr/2025/mk_ax_club/images/decision_bg.jpg) center / cover no-repeat;
  color: #fff;
}
p.tit_decision {
  line-height: 160%;
}
/*안내사항*/
.noto_wrap .noto_txt li {
  line-height: 1.6;
}
.noto_wrap p {
  margin-top: 2px;
}
.infomation_list{
  gap: 20px;
  display: flex;
  margin-top: 38px;
  flex-direction: column;
}
.infomation_item{
    margin-top: 46px;
    background-color: #f7f7f7;
  border-radius: 10px;
  text-align: center;
    padding: 28px 50px;
}

.infomation_item h3.tit_infomation{
  font-size: 18px;
  margin-bottom: 8px;
}
.infomation_item strong.txt_infomation{
  color:#636670;
  font-weight: 500;
}
.infomation_item p.noto_infomation{
  margin: 2px 0px 20px 0px;
  color:var(--c-txt-gray);
}
.infomation_center{
  display: flex;
  justify-content: center;
}
.noto_wrap{
  border-radius: 12px;
  margin: 22px 20px 0px;
  font-weight: 600;
  background-color: #FDF5F6;
  color: #C22941;
  display: flex;
  padding: 26px 0px;
  font-size: 14px;
  justify-content: center;
}
.noto_wrap .noto_txt{
  margin-left: 16px;
  font-weight: 400;
  text-align: left;
}
.infomation_wrap {
    background-color: var(--c-box);
}
.cont_wrap.cont_program .program_wrap tr td .discount{
      display: none;
     }
/*// 안내 사항*/

/*-------------------------------------------------------------------
  ## Persona Section (ax_need)
-------------------------------------------------------------------*/
.ax_need {
  background-color: #fff;
padding: 90px 0px;
width: 100%;
}

.ax_need .cont_wrap {
max-width: 1200px;
margin: 0 auto;
text-align: center;
}

.ax_need .cont_ttl h3 {
color: #222;
font-size: 29px;
font-weight: 600;
margin-bottom: 60px;
letter-spacing: -0.5px;
}

.persona_list {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 40px;
max-width: 1200px;
margin: 0 auto;
list-style: none;
padding: 0;
}

.persona_item {
flex: 0 0 calc(20% - 32px);
min-width: 180px;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}

.persona_circle {
width: 180px;
height: 180px;
border-radius: 50%;
background-color: #333;
border: 3px solid #333;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 24px;
position: relative;
overflow: hidden;
}


.persona_text {
color: #fff;
font-size: 16px;
line-height: 1.6;
font-weight: 400;
max-width: 200px;
margin: 0;
}

/*-------------------------------------------------------------------
## Persona Reference (infographic style)
-------------------------------------------------------------------*/
.need_wrap {
display: grid;
grid-template-columns: 1.1fr 1.4fr;
gap: 24px;
align-items: stretch;
max-width: 970px;
margin: 0 auto;
width: 100%;
}

.need_box {
background: url(https://bimg.mk.co.kr/2025/mk_ax_club/images/company_bg.jpg) center center/cover no-repeat;
border-radius: 16px;
padding: 36px 30px;
color: #fff;
display: flex;
flex-direction: column;
justify-content: space-between;
}

.need_box p{
font-weight: 500;
text-align: left;
font-size: 22px;
line-height: 1.4;
letter-spacing: -1.2px;
margin: 0 0 20px 0;
}
.need_wrap .need_card .ic_benefit {
  top: 4px;
  position: relative;
  margin: 0;
}
.persona_illustration {
margin-top: auto;
width: 100%;
height: 220px;
border-radius: 14px;
position: relative;
overflow: hidden;
}

.txt_company_point{
  text-align: center;
font-size: 19px;
font-weight: 600;
}
.need_cards {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 16px;
}

.need_card {
  background: #fff;
  border-radius: 14px;
  padding: 32px 35px;
  display: flex;
  align-items: flex-start;
  text-align: left;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-between;
}
.need_card.company_1 {
background-color: #fff;
border: 1px solid #f1f1f1;
}
.need_card.company_2 {
background-color: #f3f7fb;
}
.need_card.company_3 {
background-color: #f3f7fb;
}
.need_card.company_4 {
background-color: #efefef;
}
.persona_badge {
min-width: 38px;
height: 38px;
border-radius: 50%;
background: linear-gradient(135deg, #1c385a, #2c6bc0);
color: #fff;
display: flex;
align-items: center;
justify-content: center;
font-weight: 700;
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.need_card p {
  margin: 0;
  display: flex;
  text-align: center;
  gap: 4px;
  color: #1f2937;
  line-height: 1.5;
  letter-spacing: -0.4px;
  font-size: 16px;
  flex-direction: column;
  align-items: center;
}



/*-------------------------------------------------------------------
  ## Before After Comparison Section
-------------------------------------------------------------------*/
.before_after {
  background-color: rgb(2 20 40);
  padding: 90px 0px;
  width: 100%;
}

.before_after .cont_wrap {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.before_after .cont_ttl h3 {
  color: #fff;
  font-size: 29px;
  font-weight: 600;
  margin-bottom: 60px;
  letter-spacing: -0.5px;
}

/*-------------------------------------------------------------------
  ## Pain Point & Solution Cards (Reference Style)
-------------------------------------------------------------------*/
.pain_point_solutions {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 970px;
  margin: 0 auto;
}

.pain_solution_row {
  gap: 20px;
  display: flex;
  align-items: center;
  position: relative;
}


.pain_point_card {
  text-align: center;
  flex: 1;
  background-color: #11263f;
  border-radius: 12px;
  padding: 26px 20px;
  gap: 12px;
  position: relative;
}

.solution_card {
  flex: 1;
  background-color: #f5f5f6;
  border-radius: 12px;
  padding: 24px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ic_pain_point {
  width: 32px;
  height: 32px;
  display: block;
  background: url(https://bimg.mk.co.kr/2025/mk_ax_club/images/ic_pain_point.svg) no-repeat center center / 12px auto;
}


.badge_needs {
  background-color: #4CAF50;
  color: #fff;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
}

.pain_text {
  color: #ffffff8a;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
  font-weight: 500;
}

.solution_text {
  color: #3c3c3c;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
  text-align: center;
  font-weight: 500;
}
/* 포인트 색션 */
.point_section {
  
    background-color: #006ae2;
}
/*// 포인트 색션 */
/*axclub_section*/
.axclub_section {
  display: flex;
  gap: 22px;
  margin: 0 auto;
  padding: 80px 15px;
  text-align: center;
  background:
    linear-gradient(to bottom, #162a41 0%, rgba(21,100,224,0) 100%),
    url('https://bimg.mk.co.kr/2025/mk_ax_club/images/axclub_bg.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 22px;
  color: #fff;
  flex-direction: column;
}
.txt_b_point{
  font-weight: 600;
}
/*// axclub_section */
/*-------------------------------------------------------------------
  ## Program Section
-------------------------------------------------------------------*/
.program_section {
  background-color: #fff;
  padding: 90px 15px;
  width: 100%;
}

.program_section .cont_wrap {
  padding-top: 56px;
  max-width: 970px;
  margin: 0 auto;
  text-align: left;
}

.program_section .cont_ttl h3 {
  color: #222;
  font-size: 29px;
  font-weight: 600;
  margin-bottom: 36px;
  letter-spacing: -0.5px;
  text-align: center;
}

.program_chapter {
  margin-bottom: 42px;
}

.program_chapter:last-child {
  margin-bottom: 0;
}

.program_learn {
  display: inline-block;
  background: #eff4fa;
  border: 1px solid #1c385a;
  color: #1c385a;
  padding: 20px 16px;
  width: 100%;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.2px;
  margin-bottom: 16px;
}

.program_chapter.chapter_one .program_card_full,
.program_chapter.chapter_three .program_card_full {
  width: 100%;
}

.program_chapter.chapter_two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.program_card {
  background: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 14px;
  padding: 24px 22px;
}

.program_card h5 {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.program_card p,
.program_card li {
  color: #292929;
  font-size: 16px;
  list-style: disc;
  margin-bottom: 8px;
  line-height: 1.6;
}

.program_card ul {
  margin: 0;
  padding-left: 18px;
}

.program_card ul li {
  list-style: disc;
  margin-bottom: 8px;
}

.program_card ul li:last-child {
  margin-bottom: 0;
}



/*-------------------------------------------------------------------
  ## Curriculum Steps Section
-------------------------------------------------------------------*/
.curriculum_steps {
  background-color: #000;
  padding: 90px 15px;
  width: 100%;
}

.curriculum_steps .cont_wrap {
  max-width:970px;
  margin: 0 auto;
  text-align: center;
}

.curriculum_title {
  margin-bottom: 30px;
}

.curriculum_title p {
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 15px;
}

.curriculum_title p:last-child {
  font-size: 18px;
  color: #ccc;
  margin-bottom: 0;
}

.curriculum_welcome {
  margin-bottom: 50px;
}

.curriculum_welcome p {
  color: #fff;
  font-size: 18px;
}


/*-------------------------------------------------------------------
  ## Renewal Section
-------------------------------------------------------------------*/
.need_point_wrap {
  text-align: center;
  margin-top: 80px;
  position: relative;
}

.need_point {
    display: inline-block;
    background-color: #222;
    color: #fff;
    padding: 12px 20px;
    border-radius: 26px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: -0.3px;
}

.need_point_subtitle {
  color: #222;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}

.renewal_title {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -2px;
  margin: 0;
  line-height: 1.2;
}

/* =========================
   Media Queries
/* =========================
   Media Queries (정렬 및 오류 수정)
========================= */

/* 1210px 이하: 강사 이미지, 네비 버튼 숨김 */
@media (max-width: 1210px) {
  .bg_Instructor_img {
    left: -47px;
    bottom: -114px;
    position: absolute;
    height: 50%;
    background: url(https://bimg.mk.co.kr/2025/plan_design/images/instructors.png) no-repeat center center / 100%;
  }
  #btn_next,
  #btn_next1,
  #btn_prev,
  #btn_prev1 {
    display: none;
  }
}


/* Persona Section Media Queries */
@media (max-width: 1024px) {
  
   /* 간격 */
   .cont_wrap, .cont_box.program_section .cont_wrap, .mid_wrap .cont_wrap, .ax_need .cont_wrap, .before_after .cont_wrap{
    margin: 0px 18px;
   }
   
  .persona_item {
    flex: 0 0 calc(33.333% - 27px);
    min-width: 160px;
  }
  
  .persona_circle {
    width: 160px;
    height: 160px;
  }
  
  .persona_text {
    font-size: 15px;
    max-width: 180px;
  }
  
  .need_point_wrap {
    margin-top: 60px;
    padding: 50px 0;
  }
  
  .renewal_title {
    font-size: 40px;
  }
  .pain_point_solutions {
    gap: 20px;
  }
  
  .pain_solution_row {
    gap: 15px;
  }
  
  .pain_point_card,
  .solution_card {
    padding: 20px 18px;
  }

  
  .need_wrap {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .need_box {
    padding: 28px 24px;
  }

  .need_box p {
    font-size: 24px;
  }

}
/* 768px 이하: 베네핏, 헤더, 소개, 안내, 결제, 강사진, 프로그램, 기타 */
@media (max-width: 768px) {
  .persona_illustration {
    height: 180px;
  }
  /* 클럽 혜택 */
  .cont_wrap.cont_program .program_wrap tr td[data-label="제공"] {
        position: absolute;
        right: 0;
        font-weight: 400;
        background-color: #ffffff00;
        top: 0px;
        border-bottom: 0px;
        color: #ffffffc4;
        width: fit-content;
    }
 /* 가격 */
  .cont_wrap.cont_program .program_wrap tr td[data-label="할인율"] {
        position: absolute;
        right: 0;
        font-weight: 400;
        background-color: #ffffff00;
        top: 0px;
        border-bottom: 0px;
        color: #ffb59f;
        width: fit-content;
        font-size: 17px;
        font-weight: 500;
    }
    
     .cont_wrap.cont_program .program_wrap tr td[data-label="할인율"] .td_point {
     
        color: #ffb59f; 
        font-size: 17px;
        font-weight: 500;
     }
     .cont_wrap.cont_program .program_wrap tr td .discount{
        padding-left: 6px;
        display: inline-block;
     }
  table.infomation_table th,
  table.infomation_table td {
    padding: 14px 10px;
    margin-bottom: 8px;
    font-size: 16px;
  }
  table.infomation_table th {
    width: 100px;
    font-size: 16px;
  }
  table.infomation_table tr:last-child th,
  table.infomation_table tr:last-child td {
    padding-bottom: 10px;
  }
  .program_align {
    align-items: flex-start;
  }
   .cont_wrap.cont_program .program_wrap tbody tr {
    position: relative;
        overflow: hidden;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        background-color: var(--c-bg);
        border-radius: 10px;
  }
   .cont_wrap.cont_program .program_wrap {
    overflow: hidden;
    width: 100%;
    max-width: 1000px;
    margin: 15px auto 0;
    background-color: #ffffff00;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 16px;
  }
   .cont_wrap.cont_program .program_wrap thead tr {
    background-color: #333333;
  }
  #Curriculum .cont_wrap.cont_program .program_wrap tbody .schedule_topic {
        padding: 12px 10px;
        background-color: #3066a3;
        color: var(--c-bg);
  }
   .cont_wrap.cont_program .program_wrap thead th:last-child {
    border-right: none;
  }
   .cont_wrap.cont_program .program_wrap tbody tr:last-child {
        border: 1px solid rgb(204, 204, 204);
  }
   .cont_wrap.cont_program .program_wrap tbody tr.bg_blue {
    background: linear-gradient(90deg, #eaf3ff 0%, #fafdff 100%);
  }
   .cont_wrap.cont_program .program_wrap tbody tr.bg_blue td {
    color: var(--c-blue);
    font-weight: 600;
  }
   .cont_wrap.cont_program .program_wrap tbody th {
    font-weight: 600;
    background: #dddddd;
  }
   .cont_wrap.cont_program .program_wrap tbody td.pro_ttl {
    font-weight: bold;
    color: #0053b3;
    background: #f7faff;
  }
   .cont_wrap.cont_program .program_wrap tbody .pro_person_com {
    font-size: 15px;
    color: var(--c-txt-gray);
    font-weight: 400;
    background: none;
  }

  /* 900px 이하: 표를 리스트형 카드로 변경, 가로 스크롤 방지 */
   .cont_wrap.cont_program .program_wrap thead,
   .cont_wrap.cont_program .program_wrap table,
   .cont_wrap.cont_program .program_wrap colgroup,
   .cont_wrap.cont_program .program_wrap caption {
    display: none !important;
  }
   .cont_wrap.cont_program .program_wrap tbody {
    display: flex;
    flex-direction: column;
    gap: 0px;
    width: 100%;
    padding: 0;
  }
  .schedule_date {
    margin-top: 20px;
  }
   .cont_wrap.cont_program .program_wrap tr {
    display: flex;
    flex-direction: column;
    width: 100%;
    transition: background 0.2s;
  }
   .cont_wrap.cont_program .program_wrap th,
   .cont_wrap.cont_program .program_wrap td {
    display: block;
    width: 100%;
    border: none;
    padding: 10px 8px;
    box-sizing: border-box;
    text-align: left;
    word-break: break-all;
    background: none;
  }
   .cont_wrap.cont_program .program_wrap th {
    background: #f4f9ff;
    font-weight: 600;
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid #e0e7ef;
  }
   .cont_wrap.cont_program .program_wrap td.pro_ttl {
    font-weight: bold;
    color: #0053b3;
    background: #f7faff;
  }
   .cont_wrap.cont_program .program_wrap .pro_person_com {
    font-size: 13px;
    color: var(--c-txt-gray);
    font-weight: 400;
    background: none;
  }
   .cont_wrap.cont_program .program_wrap td.schedule_bg {
    background-color: #e2ecf7;
  }
   .cont_wrap.cont_program .program_wrap tbody td .pro_ttl_color {
    font-size: 15px;
  }
   .cont_wrap.cont_program .program_wrap tbody td {
    padding: 12px 17px 21px;
    background-color: #fff;
    display: flex;
    font-size: 16px;
  }
   .cont_wrap.cont_program .program_wrap tr td {
    border: 0px;
    position: relative;
  }
  /* 프로그램 */
  .cont_wrap.cont_program .program_wrap tbody td:first-child, .cont_wrap.cont_program .program_wrap tbody th:first-child{
     border-left: none;
     background-color: #212121;
     color: #fff;
  }
  .txt_color_white{
     color: #fff;
  }
  .schedule_display{
    display: none !important;
  }
  /* 배너 */
  .tit_logo {
    margin: -4px auto 0px;
  }
  .logo_ax {
    width: 120px;
    background: url(https://bimg.mk.co.kr/2025/mk_ax_club/images/logo.svg) no-repeat left center / 112px auto;
  }
  .logo_ax ~ span.top_tit_color {
      font-size: 30px;
  }
  .banner_wrap .inner.top_flex {
    margin-top:60px;
    justify-content: flex-start;
    gap: 52px;
    height: 100%;
  }
  .banner_wrap {
    height: 74vh; 
  }
  .banner_wrap .top_ttl .top_subtit{
      margin: 24px auto -22px auto;
      font-size: 16px;
  }
  p.top_tit_sub{
        font-weight: 600;
        font-size: 16px;
        letter-spacing: -1.2px;
  }
  /* 타이틀 */
  .cont_box .cont_wrap .cont_ttl h3 {
    padding-top: 14px;
    font-size: 24px;
  }
   #infomation .cont_wrap.cont_program {
    margin: 0px 0px;
  }
  .infomation_item, .mid_wrap .cont_wrap.cont_instructor .swiper_inst {
    margin-top: 27px;
  }
  /* 베네핏 */
  
  .benefit_wrap {
    padding: 60px 0;
  }
  
  .comparison_cards {
    flex-direction: column;
    gap: 15px;
  }
  
  .comparison_card {
    padding:32px 20px;
    min-height: 180px;
  }
  
  .card_title {
    font-size: 16px;
    margin-bottom: 18px;
  }
  
  .card_content p {
    font-size: 15px;
  }
  
  .benefit_title {
    font-size: 24px;
  }
  .benefit_cards,
  .benefit_cards_two {
    flex-direction: column;
    gap: 15px;
  }
  .benefit_card,
  .benefit_card_two {
    min-height: 200px;
    padding: 25px 15px;
    max-width: none;
  }
  .ic_benefit {
    width: 60px;
    height: 60px;
    margin: 15px 0;
  }
  .benefit_desc {
    font-size: 16px;
  }
  .benefit_text {
    font-size: 18px;
  }
 
  /* 강사진 */
  .mid_wrap .cont_wrap.cont_instructor .swiper-slide {
    height: 375px;
  }
  .mid_wrap .cont_wrap.cont_instructor .inst_wrap .inst_txt {
    font-size: 16px;
  }
  .mid_wrap .cont_wrap.cont_instructor .inst_wrap .inst_name {
    font-size: 18px;
  }
  .im_instructor_box {
    width: 286px;
    height: 308px;
    right: -56px;
    bottom: -32px;
  }
  .Instructor_height {
    height: 110px;
  }
  .career_wrap .Description_txt {
    width: 80%;
    margin-top: -5px;
    height: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .inst_wrap .career_width {
    font-size: 15px;
    width: 85%;
  }
  .mid_wrap .cont_wrap.cont_instructor .inst_wrap {
    padding: 22px 14px 20px;
  }
  /* 프로그램 */
  .cont_wrap.cont_program .program_wrap tbody td.schedule_bg, .cont_wrap.cont_program .program_wrap tr td{
    padding: 14px 28px;
  }
  .cont_wrap.cont_program .program_wrap tr td[data-label="내용"] {
        padding: 26px 28px;
  }
/* 금액 안내 사항 */
  .cost_information .infomation_item ul li {
    grid-template-columns: auto;
    gap: 4px;
    margin-bottom: 27px;
}
.infomation_item {
    padding: 28px 28px;
}
.need_box p {
  margin-bottom: 0;
  text-align: center;
  font-size: 18px;
}
.need_cards {
  grid-template-columns: 1fr;
}

.need_card {
  padding: 18px 16px;
}

.persona_badge {
  min-width: 34px;
  height: 34px;
  font-size: 14px;
}

.need_card p {
  font-size: 15px;
}


.ax_need .cont_ttl h3 {
  font-size: 24px;
  margin-bottom: 40px;
}

.persona_list {
  gap: 30px;
}

.persona_item {
  flex: 0 0 calc(50% - 15px);
  min-width: 140px;
}

.persona_circle {
  width: 140px;
  height: 140px;
  margin-bottom: 20px;
}

.persona_text {
  font-size: 14px;
  max-width: 160px;
}
.before_after .cont_ttl h3 {
  font-size: 24px;
  margin-bottom: 40px;
}

.pain_point_solutions {
  gap: 18px;
}

.pain_solution_row {
  flex-direction: column;
  gap: 12px;
}

.pain_solution_row::after {
  display: none;
}

.pain_point_card,
.solution_card {
  width: 100%;
  padding: 20px 16px;
}

  .ic_pain_point{
    transform: rotate(90deg);
  }

  .solution_card {
    margin-bottom: 42px;
  }
.curriculum_title p {
  font-size: 18px;
}

.curriculum_title p:last-child {
  font-size: 16px;
}

.curriculum_welcome p {
  font-size: 16px;
}

.program_section {
  padding: 60px 14px;
}

.program_section .cont_ttl h3 {
  font-size: 24px;
}

.program_card {
  padding: 20px 18px;
}

.program_card h4 {
  font-size: 18px;
}

.program_card p,
.program_card li {
  font-size: 16px;
}
.program_section {
  padding: 70px 15px;
}

.program_section .cont_ttl h3 {
  font-size: 26px;
  margin-bottom: 28px;
}

.program_chapter.chapter_two {
  grid-template-columns: 1fr;
}
}

/* 480px 이하: 베네핏 카드/타이틀 크기 조정 */
@media (max-width: 480px) {
  .benefit_wrap {
    padding: 40px 0;
  }
  
  
  .card_title {
    font-size: 15px;
    margin-bottom: 15px;
  }
  
  .card_content p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  
  .btn_membership {
    flex-direction: column;
}
.btn_membership a {
    width: 100%;
    text-align: center;
}
  .benefit_subtitle {
    font-size: 24px;
  }
  .benefit_title {
    font-size: 22px;
  }
  .benefit_card {
    min-height: 180px;
    padding: 20px 15px;
  }
  .ic_benefit {
    width: 50px;
    height: 50px;
    margin: 10px 0;
  }
  
  .ax_need .cont_ttl h3 {
    font-size: 22px;
    margin-bottom: 35px;
  }
  
  .persona_list {
    gap: 25px;
    flex-direction: column;
    align-items: center;
  }
  
  .persona_item {
    flex: 0 0 auto;
    width: 100%;
    max-width: 200px;
  }
  
  .persona_circle {
    width: 150px;
    height: 150px;
  }
  
  .persona_text {
    font-size: 15px;
    max-width: 100%;
  }
  
  .need_point_wrap {
    margin-top: 50px;
    padding: 0px 0;
  }
  
  .need_point {
    font-size: 16px;
    padding: 6px 16px;
  }
  
  .need_point_subtitle {
    font-size: 24px;
  }
  
  .renewal_title {
    font-size: 32px;
  }
  
  .before_after .cont_ttl h3 {
    font-size: 22px;
    margin-bottom: 35px;
  }
  .pain_point_card,
  .solution_card {
    padding: 18px 14px;
  }
  .pain_text,
  .solution_text {
    font-size: 15px;
  }
  
  .pain_emoji {
    font-size: 28px;
  }
  
  .curriculum_title p {
    font-size: 16px;
  }
  
  .curriculum_title p:last-child {
    font-size: 15px;
  }
}

/* 420px 이하: 헤더/강사 이미지 크기 조정 */
@media (max-width: 420px) {
  .banner_wrap_index01 .top_ttl .top_subtit {
    font-size: 15px;
    margin-top: 48px;
  }
  .bg_Instructor_img {
    height: 26%;
  }
}

/* 320px 이하: 버튼/이미지 크기 조정 */
@media (max-width: 320px) {
  .btn_text i.ic_blind.ic_noto {
    height: 53px;
  }
  .two_images {
    position: relative;
    width: 96%;
    padding: 0;
  }
      .banner_wrap {
        height: 93vh;
    }
}

/* 280px 이하: 경력/헤더/번호 크기 조정 */
@media (max-width: 280px) {
  .career_sub {
    margin-left: 32px;
    display: block;
  }
  .career_wrap .Description_txt {
    margin-top: -10px;
  }
  .banner_wrap .top_ttl .top_subtit {
    margin-top: 101px;
  }
  .im_number {
    height: 86px;
  }
}

/* 1210px 이상: 버튼 아이콘 높이 */
@media (min-width: 1210px) {
  .btn_text i.ic_blind.ic_noto {
    height: 53px;
  }
}

/* 600x1024 디바이스 */
@media (width: 600px) and (height: 1024px) {
  .top_wrap .cont_overview .cont_info_wrap .cont_info {
    height: 270px;
    padding: 28px 25px;
    width: calc(96% / 2);
  }
}

/* 280x607 디바이스 */
@media (width: 280px) and (height: 607px) {
  .banner_wrap .top_ttl .top_subtit {
    margin-top: 126px;
  }
  .banner_wrap_index01 .top_ttl .top_subtit {
    margin-top: 88px;
  }
  .mid_wrap .cont_wrap.cont_instructor .swiper-slide {
    height: 369px;
  }
  .Instructor_height {
    height: auto;
  }
}

