@charset "utf-8";

/* Noto Sans KR */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('//bimg.mk.co.kr/2024/kpopstar/font/NotoSansKR-Light.ttf') format('truetype'),
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('//bimg.mk.co.kr/2024/kpopstar/font/NotoSansKR-Regular.ttf') format('truetype'),
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('//bimg.mk.co.kr/2024/kpopstar/font/NotoSansKR-Medium.ttf') format('truetype'),
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('//bimg.mk.co.kr/2024/kpopstar/font/NotoSansKR-Bold.ttf') format('truetype'),
}

/* NanumSquareNeo */
@font-face {
  font-family: 'NanumSquareNeo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('//bimg.mk.co.kr/2024/economy_forum/font/NanumSquareNeo-bRg.ttf') format('truetype'),
}

/* 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;}
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:"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 */
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: 1200px;
  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);
}
.header_wrap {
  width: 100%;
  overflow: hidden;
}
.header_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);
}
.header_wrap .btn_link {margin-top: 70px;}
.gnb {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: var(--c-bg-b);
  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
-------------------------------------------------------------------*/
section.cont_box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 15px;
  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 h2 {
  font-size: 26px;
  letter-spacing: -0.5px;
}
.cont_box .cont_wrap .cont_ttl p {color: var(--c-txt-gray);}
.bg_Instructor_img{
  left: -75px;
  width: 113%;
  bottom: -39px;
  position: absolute;
  height: 50%;
  background: url(//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);}

.mid_wrap .cont_wrap.cont_program .program_wrap thead tr {background-color: var(--c-blue);}
.mid_wrap .cont_wrap.cont_program .program_wrap thead th {
  padding: 15px 10px;
  color: var(--c-bg);
}
.mid_wrap .cont_wrap.cont_program .program_wrap tbody tr {
  border-bottom: 1px solid var(--c-line);
  font-weight: 500;
}
.mid_wrap .cont_wrap.cont_program .program_wrap tbody tr:last-child {border-bottom: 0;}
.mid_wrap .cont_wrap.cont_program .program_wrap tbody tr.bg_blue {background-color: rgb(0 106 226 / 9%)}
.mid_wrap .cont_wrap.cont_program .program_wrap tbody tr.bg_blue td {color: var(--c-blue);}
.mid_wrap .cont_wrap.cont_program .program_wrap tbody th,
.mid_wrap .cont_wrap.cont_program .program_wrap tbody td {
  padding: 20px 10px;
  font-size: 15px;
}
.mid_wrap .cont_wrap.cont_program .program_wrap tbody th {font-weight: 500;}
.mid_wrap .cont_wrap.cont_program .program_wrap tbody td.pro_ttl {font-weight: bold;}
.mid_wrap .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: 700;
}
.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);}

.mid_wrap .cont_wrap.cont_program .program_wrap {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}
.mid_wrap .cont_wrap.cont_program .program_wrap thead tr {
  background-color: #333333;
}
.mid_wrap .cont_wrap.cont_program .program_wrap thead th {
  padding: 18px 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-right: 1px solid #535353;
  letter-spacing: -0.5px;
}
.mid_wrap .cont_wrap.cont_program .program_wrap tbody td.schedule_bg {
  background-color: #e2ecf7;
}
.mid_wrap .cont_wrap.cont_program .program_wrap thead th:last-child {
  border-right: none;
}
.mid_wrap .cont_wrap.cont_program .program_wrap tbody tr {
  border-bottom: 1.5px solid #e0e7ef;
  font-weight: 500;
  transition: background 0.2s;
}
.mid_wrap .cont_wrap.cont_program .program_wrap tbody tr:last-child {border-bottom: 0;}
.mid_wrap .cont_wrap.cont_program .program_wrap tbody tr.bg_blue {
  background: linear-gradient(90deg, #eaf3ff 0%, #fafdff 100%);
}
.mid_wrap .cont_wrap.cont_program .program_wrap tbody tr.bg_blue td {
  color: var(--c-blue);
  font-weight: 600;
}
.mid_wrap .cont_wrap.cont_program .program_wrap tbody th,
.mid_wrap .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;
}
.mid_wrap .cont_wrap.cont_program .program_wrap tbody th {
  font-weight: 600;
  background: #dddddd;
}
.mid_wrap .cont_wrap.cont_program .program_wrap tbody td.pro_ttl {
  font-weight: bold;
  color: #0053b3;
  background: #f7faff;
}
.mid_wrap .cont_wrap.cont_program .program_wrap tbody .pro_person_com {
  font-size: 15px;
  color: var(--c-txt-gray);
  font-weight: 400;
  background: none;
}

/*// 커리큘럽 */
/*-------------------------------------------------------------------
  ## 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(//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: 700;
    font-style: normal;
}
.header_wrap .top_ttl_box .top_logo {
  width: clamp(140px, 22vw, 248px);
  height: 0;
  padding-top: 3%; 
  margin: 18px auto 8px;
  background: url(//bimg.mk.co.kr/2025/plan_design/images/logo.svg) no-repeat center / contain;
}

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 {
    font-weight: 500;
    color: #3f3f3f;
    font-size: 17px;
}
.header_wrap .top_ttl_box {
  position: relative;
  z-index: 2;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 20px 0 342px;
}
.header_wrap {
    position: relative;
    background-color: #e9eef4;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.header_wrap .top_ttl_box .top_ttl {
    text-align: center;
    margin-top: 32px;
}
.header_wrap .top_ttl h1 .top_tit {
    line-height: 1.3;
    margin: 40px auto 20px auto;
}
.header_wrap .top_ttl h1 .top_tit .top_tit_color{
    letter-spacing: -3.2px;
    color: #3664ad;
}
.header_wrap .top_ttl .top_subtit {
    margin-bottom: 36px;
    font-family: 'NanumSquareNeo';
    font-size: 18px;
    line-height: 1.6;
    color: #747474;
}
.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;
}

.two_images {
  margin: 0 auto;
  width: fit-content;
  padding: 0px 48px ;
    height: auto;
    background-image: url(//bimg.mk.co.kr/2025/plan_design/images/importance.png), url(//bimg.mk.co.kr/2025/plan_design/images/importance1.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right center;
    background-size: auto 100%, auto 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.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);
}
.infomation_wrap{
  background-color: #fff;
}
.btn_text i.ic_blind.ic_noto {
max-height: 53px;
}
/*안내사항*/

.day_wrap{
    padding-bottom: 38px;
    text-align: center;
    background-color: aliceblue;
}
.noto_wrap .noto_txt li {
  line-height: 1.6;
}

.noto_wrap p {
  margin-top: 2px;
}
.black_wrap .infomation_list{
  color: #fff;

}
strong.txt_price {
    display: block;
    margin: 7px 0px 7px;
    font-size: 27px;
}
.infomation_list {
  gap: 20px;
  display: flex;
  margin-top: 38px;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
}
.infomation_list .infomation_item{
  background-color: #f7f7f7;
  border: 1px solid #f4f4f4;
  border-radius: 12px;
  text-align: center;
  padding: 40px 0 40px 0;
}
ul.noto_txt {
    margin-top: 40px;
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}
.notice_benefit {
  text-align: right;
  display: block;
  color: #969696;
  width: auto;
  margin-top: 13px;
  margin-bottom: 43px;
}
ul.noto_txt.noto_benefit_wrap li {
  padding: 39px 28px 20px 28px;
}
li.noto_box_contents.box_50 {
  height: 340px;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    flex-direction: column;
    flex: 1 1 32%;
    aspect-ratio: 1 / 0.6;
    width: 32%;
    background-color: #272727;
}
span.txt_benefit {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #cacaca;
}
.im_benefit1,
.im_benefit2,
.im_benefit3,
.im_benefit4 {
  position: relative;
  overflow: hidden;
}

.im_benefit1::before,
.im_benefit2::before,
.im_benefit3::before,
.im_benefit4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.5; /* 이미지만 투명도 적용 */
  pointer-events: none;
  z-index: 0;
}

.im_benefit1::before { background-image: url(//bimg.mk.co.kr/2025/plan_design/images/im_benefit1.svg); }
.im_benefit2::before { background-image: url(//bimg.mk.co.kr/2025/plan_design/images/im_benefit2.svg); }
.im_benefit3::before { background-image: url(//bimg.mk.co.kr/2025/plan_design/images/im_benefit3.svg); }
.im_benefit4::before { background-image: url(//bimg.mk.co.kr/2025/plan_design/images/im_benefit4.svg); }

/* 텍스트는 항상 이미지 레이어 위에 표시 */
.im_benefit1 > *,
.im_benefit2 > *,
.im_benefit3 > *,
.im_benefit4 > * {
  position: relative;
  z-index: 1;
}
.ic_check {
  width: 20px;
  margin-right: 12px;
  height: 20px;
  display: block;
    background: url(//bimg.mk.co.kr/2025/plan_design/images/ic_check.svg) no-repeat center center /18px auto;
}
.noto_customers_wrap {
  display: flex;
  gap: 20px;
  width: 100%;
}

.noto_customers_wrap .noto_box_contents .txt_blue{
  margin-left: 6px;
  color: #afafaf;
  font-weight: 500;

}
li.noto_box_contents {
  font-size: 18px;
  background-color: #383838;
  margin: 0 auto;
    width: 100%;
    display: flex;
    border-radius: 16px;
    padding: 24px 26px;
    align-items: center;
}
.infomation_list .infomation_item h3.tit_infomation{
  font-size: 20px;
  margin-bottom: 8px;
}
.infomation_item strong.txt_infomation{
  color:#636670;
  font-weight: 500;
}
.infomation_contents {
  text-align: left;
}
.txt_divider {
  font-weight: 400;
  color: #929292;
}
.btn_apply a{
  width: fit-content;
  padding: 8px 18px;
  margin-top: 14px;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  background: none;
  color: #888;
  font-size: 15px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.btn_apply:hover a{
  border-color: #fff;
  color: #fff;
  background: var(--c-blue);
}
table.infomation_table {
  width: 100%;
  margin-top: 20px;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 24px;
}
table strong.txt_infomation{
display: block;
padding-bottom: 7px;
font-weight: 500;
}
table.infomation_table tbody {
  width: 100%;
}

table.infomation_table tr {
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.2s;
}

table.infomation_table tr:last-child {
  border-bottom: none;
}

table.infomation_table th,
table.infomation_table td {
  padding: 32px 12px 0px 28px;
  text-align: left;
  vertical-align: top;
}
strong.txt_infomation {
  font-weight: 500;
}
.noto_infomation {
  font-weight: 400;
  font-size: 17px;
  color: #696969;
  line-height: 166%;
}
table.infomation_table tr:last-child th,
table.infomation_table tr:last-child td {
  padding-bottom: 32px;
}

table.infomation_table th {
  background-color: #f6f6f6;
  width: 140px;
  color: #999999;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.5px;
}

table.infomation_table td {
  background-color: #f6f6f6;
  color: #222;
  font-size: 17px;
  font-weight: 400;
}
.noto_infomation {
  text-align: left;
}
.infomation_item p.noto_infomation{
  margin: 2px 0px 0px 0px;
  color:var(--c-txt-gray);
}
.infomation_center{
  display: flex;
  justify-content: center;
}
li.ui_item {
  display: flex;
  gap: 20px;
}
.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;
    flex-direction: column;
    align-items: flex-start;
}
.noto_wrap .noto_txt{
  margin-left: 16px;
  font-weight: 400;
  text-align: left;
}
section.cont_box.infomation_wrap.black_wrap {
  padding-top: 40px;
}
/*// 안내 사항*/

/* 결제 안내 */
ul.pay_margin {
  color: #d2edff;
}
.box_inner.btn_color_payment {
  padding-top: 18px;
  border: 1px solid #ebebeb;
  overflow: hidden;
  background: #fff;
  border-radius: 18px;
  text-align: left;
  margin: 40px auto 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.box_inner.btn_color_payment .pay_tit {
  color: #252525;
  padding: 6px 32px 0px 32px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}
.pay_notice {
  padding: 18px 32px 18px 32px;
  width: 100%;
  background-color: #f6f6f6;
}
.btn_click_go {
  width: -webkit-fill-available;
}
.btn_click_go a{
  height: 54px;
  background-color: var(--c-blue);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border: none;
  border-radius: 12px;
  display: flex
;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 5px 32px 11px 32px;
  transition: background 0.2s;
}
.btn_click_go a:hover,
.btn_click_go a:focus {
  background-color: var(--c-main);
  color: #fff;
  outline: none;
}
.box_inner.btn_color_payment .pay_noto {
  padding: 0px 32px 0px 32px;
  color: #777e86;
  font-size: 17px;
  margin-bottom: 18px;
  line-height: 1.7;
  width: 100%;
  box-sizing: border-box;
}

.box_inner.btn_color_payment p {
  color: #6b7a8a;
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: 0;
  line-height: 1.6;
}

section.payment_wrap{
  padding-bottom: 0px;
}
.pay_tit{
  margin-bottom: 12px;
  font-weight: 500;
}
.pay_noto{
  color:#D6E9F9;
}
.cont_overview .clearfix .box_fiex:nth-child(1){
  margin-right: 20px;
}
.cont_overview .clearfix {
  color: #fff;
  text-align: left;
  margin-top: 38px;
  display: flex;
  flex-direction: row;
}
.cont_overview .clearfix li .box_inner {
  padding: 34px 25px;
  border-radius: 10px;
  box-sizing: border-box;
  min-height: 274px;
}
.cont_overview .clearfix .box_fiex{
  position: relative;
  width: 50%;
}
.tit_payment_desc{
  display: block;
}
.ic_noto_1::before {
  background-image: url(//bimg.mk.co.kr/2025/plan_design/images/ic_noto_2.svg);
}
.payment_desc {
  margin-top: 28px;
}
.txt_payment_desc{
  color:var(--c-txt-gray);
}
.payment_flex {
  margin-bottom: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg_color1 {
  background-color: #0171BB;
}
.btn_color2{
  background-color: var(--c-point-1);
}
.clearfix .box_fiex .btn_color2{
  position: relative;
}
.add_inquiry {
  bottom: 18px;
  color:#A8CFE8;
  font-size: 14px;
  position: absolute;
}
.inquiry{
  color:#99C6E4;
  font-size:14px;
}
.pay_name{
  padding-top: 2px;
  font-weight: 500;
  color:#99C6E4;
}
.pay_margin li{
  margin-bottom: 12px;
}
.pay_margin p{
  margin-top: 4px;
}
.im_number{
  height: 55px;
  margin-right: 8px;
  width: 20px;
  float: left;
}
/*// 결제 안내 */

/* 강사진 소개 */
.Instructor_bg{
  background: linear-gradient(179deg, #ffffff 0%, #ffffff 80%, #f4f7ff 100%);
}
.im_instructor_01{
  background-image: url(//bimg.mk.co.kr/2025/plan_design/images/im_instructor_01_pc.png);
}
.im_instructor_02{
  background-image: url(//bimg.mk.co.kr/2025/plan_design/images/im_instructor_02_pc.png);
}
.im_instructor_03{
  background-image: url(//bimg.mk.co.kr/2025/plan_design/images/im_instructor_03_pc.png);
}
.im_instructor_06{
  background-image: url(//bimg.mk.co.kr/2025/plan_design/images/im_instructor_06_pc.png);
}
.im_instructor_07{
  background-image: url(//bimg.mk.co.kr/2025/plan_design/images/im_instructor_07_pc.png);
}
.im_instructor_09{
  background-image: url(//bimg.mk.co.kr/2025/plan_design/images/im_instructor_09_pc.png);
}
.im_instructor_11{
  background-image: url(//bimg.mk.co.kr/2025/plan_design/images/im_instructor_11_pc.png);
}
.im_instructor_12{
  background-image: url(//bimg.mk.co.kr/2025/plan_design/images/im_instructor_12_pc.png);
}
.im_instructor_13{
  background-image: url(//bimg.mk.co.kr/2025/plan_design/images/im_instructor_13_pc.png);
}
.im_instructor_14{
  background-image: url(//bimg.mk.co.kr/2025/plan_design/images/im_instructor_14_pc.png);
}
.im_instructor_15{
  background-image: url(//bimg.mk.co.kr/2025/plan_design/images/im_instructor_15_pc.png);
}
.im_instructor_16{
  background-image: url(//bimg.mk.co.kr/2025/plan_design/images/im_instructor_16_pc.png);
}
.im_instructor_17{
  background-image: url(//bimg.mk.co.kr/2025/plan_design/images/im_instructor_17_pc.png);
}
.im_instructor_18{
  background-image: url(//bimg.mk.co.kr/2025/plan_design/images/im_instructor_18_pc.png);
}
.im_instructor_19{
  background-image: url(//bimg.mk.co.kr/2025/plan_design/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(//bimg.mk.co.kr/2024/epaper/renewal/images/im_swiper_btn_prev.png) no-repeat center center / cover;
  left: -30px;
  top: 60%;
}
#btn_prev1 {
  z-index: 2;
  position: absolute;
  width: 56px;
  height: 56px;
  background: url(//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(//bimg.mk.co.kr/2024/epaper/renewal/images/im_swiper_btn_next.png) no-repeat center center / cover;
  right: -30px;
  top: 60%;
}
#btn_next1 {
    z-index: 2;
    position: absolute;
    width: 56px;
    height: 56px;
    background: url(//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);
}

.mid_wrap .cont_wrap.cont_program .program_wrap {
  overflow: hidden;
  width: 100%;
  max-width: 1000px;
  margin: 15px auto 0;
  background-color: var(--c-bg);
  border-radius: 10px;
}
.cont_wrap{
  position: relative;
}
.program_txt {
  width: 410px;
  text-align: left;
}
/* 아코디언 */

.paneOpen{
  display: block !important;
}
ul.faq_wrap{
    margin-top: 28px;
    display: flex;
    gap: 12px;
    flex-direction: column;
}
h3.pro_ttl.tit_faq_accordion span {
    font-size: 16px;
    color: #668bb5;
    margin-right: 16px;
}
.tit_faq_accordion {
    color: #3b3b3b;
    letter-spacing: -0.7px;
    font-size: 18px;
    font-weight: 500;
    background-color: #f6f6f6;
  text-align: left;
  transition: background-color 0.3s ease, color 0.3s ease;
  flex-direction: row-reverse;    
  padding: 23px 27px 23px 27px;
    border: 1px solid rgba(0, 0, 0, 0.027);
    border-radius: 8px;
  justify-content: flex-end;
}
.tit_faq_accordion:hover, .faq_accordion_up:hover{
  color:var(--main-color);
}
.faq_wrap .tit_faq_accordion:hover::after {
  border-color: var(--main-color);
}
.faq_accordion .accordion_pane2 {
  display: none;
}
li.faq_accordion {
    position: relative;
}
.faq_accordion_down{
    right: 0px;
    margin: 0px 33px;
    background: url(//bimg.mk.co.kr/2024/epaper/renewal/images/im_accordion_down1.png) no-repeat right 0px / 15px auto;
    height: 12px;
    width: 26px;
    filter: grayscale(1);
    top: 30px;
    position: absolute;
}
.faq_accordion_up{
  right: 0px;
    position: absolute;
  margin: 0px 33px;
  background: url(//bimg.mk.co.kr/2024/epaper/renewal/images/im_accordion_up1.png) no-repeat right 0px / 15px auto;
  height: 12px;
  width: 26px;
  top: 30px;
  filter: grayscale(1);
}

.accordion {
  margin-bottom: 20px;
}
.btn_accordion {
  line-height: 92px;
  height: 92px;
  z-index: 1;
  text-align: left;
  border-radius: 20px;
  font-size: var(--font-text-title);
  border: 1px solid #CFCFCF;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.accordion_division {
  margin:0px 45px;
  font-weight: normal;
  color:#818181;
}
.accordion .btn_accordion[aria-expanded="true"] {
  outline: 2px solid #ddd;
}
 .accordion_flex {
  justify-content: space-between;
}
.accordion_panel[role="region"] {
  margin-bottom: -49px;
  padding: 42px 25px 31px 45px;
  top: -50px;
  color: var(--bold-gray-color);
  border-radius: 0px 0px 20px 20px;
  background-color: var(--background-color);
}
.accordion_pane2 {
    font-weight: 500;
    font-size: 17px;
    padding: 13px 0px 0px 0px;
    color: #898989;
    border-radius: 0px 0px 20px 20px;
    background-color: var(--background-color);
}

.accordion_pane2 p{
  color: #6e6e6e;
  font-weight: 400;
  line-height: 162%;
  }
.accordion_hidden {
  display: none;
}
/*// 아코디언 */

/*-------------------------------------------------------------------
  ## Benefit Section
-------------------------------------------------------------------*/
.benefit_wrap {
  background-color: #f4f7ff;
    padding: 80px 0;
}

.tit_benefit_wrap {
    text-align: center;
    margin-bottom: 60px;
}

.cont_box .cont_wrap .cont_ttl p.benefit_subtitle {
  margin-top: 12px;
    font-size: 16px;
    color: var(--c-txt-gray);
    margin-bottom: 10px;
    font-weight: 500;
}

.benefit_title {
    font-size: 28px;
    font-weight: 700;
    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;
}

.benefit_card {
    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;
}

.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: 105px;
    margin: 20px 0 20px 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ic_benefit01 {
    background-image: url('//bimg.mk.co.kr/2025/plan_design/images/ic_benefit01.png');
}

.ic_benefit02 {
    background-image: url('//bimg.mk.co.kr/2025/plan_design/images/ic_benefit02.png');
}

.ic_benefit03 {
    background-image: url('//bimg.mk.co.kr/2025/plan_design/images/ic_benefit03.png');
}

.ic_benefit04 {
  background-image: url('//bimg.mk.co.kr/2025/plan_design/images/ic_benefit04.png');
}


.ic_benefit05 {
  background-image: url('//bimg.mk.co.kr/2025/plan_design/images/ic_benefit05.png');
}

.benefit_content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.benefit_desc {
    font-size: 16px;
    color: var(--c-txt-gray);
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 1.4;
}

.benefit_text {
    font-size: 18px;
    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);
}

/* =========================
   Media Queries
/* =========================
   Media Queries (정렬 및 오류 수정)
========================= */

/* 1210px 이하: 강사 이미지, 네비 버튼 숨김 */
@media (max-width: 1210px) {
  .bg_Instructor_img {
    left: -47px;
    bottom: -114px;
    position: absolute;
    height: 50%;
    background: url(//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;
  }
}

/* 900px 이하: 테이블 폰트/패딩 조정 및 프로그램 표 스타일 */
@media (max-width: 900px) {
  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;
  }
  .mid_wrap .cont_wrap.cont_program .program_wrap tbody tr {
    position: relative;
    border-bottom: none;
    font-weight: 500;
    transition: background 0.2s;
  }
  .mid_wrap .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;
  }
  .mid_wrap .cont_wrap.cont_program .program_wrap thead tr {
    background-color: #333333;
  }
  .mid_wrap .cont_wrap.cont_program .program_wrap thead th,
  .mid_wrap .cont_wrap.cont_program .program_wrap tbody th {
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 700;
    border-right: 1px solid #535353;
    letter-spacing: -0.5px;
    box-sizing: border-box;
  }
  .mid_wrap .cont_wrap.cont_program .program_wrap thead th:last-child {
    border-right: none;
  }
  .mid_wrap .cont_wrap.cont_program .program_wrap tbody tr:last-child {
    border-bottom: 0;
  }
  .mid_wrap .cont_wrap.cont_program .program_wrap tbody tr.bg_blue {
    background: linear-gradient(90deg, #eaf3ff 0%, #fafdff 100%);
  }
  .mid_wrap .cont_wrap.cont_program .program_wrap tbody tr.bg_blue td {
    color: var(--c-blue);
    font-weight: 600;
  }
  .mid_wrap .cont_wrap.cont_program .program_wrap tbody th,
  .mid_wrap .cont_wrap.cont_program .program_wrap tbody td {
    text-align: left;
    padding: 18px 12px;
    font-size: 15px;
    border-right: 1px solid #efefef;
    vertical-align: middle;
    background: none;
    box-sizing: border-box;
    word-break: keep-all;
  }
  .mid_wrap .cont_wrap.cont_program .program_wrap tbody th {
    font-weight: 600;
    background: #dddddd;
  }
  .mid_wrap .cont_wrap.cont_program .program_wrap tbody td.pro_ttl {
    font-weight: bold;
    color: #0053b3;
    background: #f7faff;
  }
  .mid_wrap .cont_wrap.cont_program .program_wrap tbody .pro_person_com {
    font-size: 15px;
    color: var(--c-txt-gray);
    font-weight: 400;
    background: none;
  }
  .mid_wrap .cont_wrap.cont_program .program_wrap tbody td.schedule_bg {
    background-color: #e2ecf7;
  }

  /* 900px 이하: 표를 리스트형 카드로 변경, 가로 스크롤 방지 */
  .mid_wrap .cont_wrap.cont_program .program_wrap thead,
  .mid_wrap .cont_wrap.cont_program .program_wrap table,
  .mid_wrap .cont_wrap.cont_program .program_wrap colgroup,
  .mid_wrap .cont_wrap.cont_program .program_wrap caption {
    display: none !important;
  }
  .mid_wrap .cont_wrap.cont_program .program_wrap tbody {
    display: flex;
    flex-direction: column;
    gap: 0px;
    width: 100%;
    padding: 0;
  }
  .schedule_date {
    margin-top: 20px;
  }
  .mid_wrap .cont_wrap.cont_program .program_wrap tr {
    display: flex;
    flex-direction: column;
    width: 100%;
    transition: background 0.2s;
  }
  .mid_wrap .cont_wrap.cont_program .program_wrap th,
  .mid_wrap .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;
  }
  .mid_wrap .cont_wrap.cont_program .program_wrap th {
    background: #f4f9ff;
    font-weight: 600;
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid #e0e7ef;
  }
  .mid_wrap .cont_wrap.cont_program .program_wrap td.pro_ttl {
    font-weight: bold;
    color: #0053b3;
    background: #f7faff;
  }
  .mid_wrap .cont_wrap.cont_program .program_wrap .pro_person_com {
    font-size: 13px;
    color: var(--c-txt-gray);
    font-weight: 400;
    background: none;
  }
  .mid_wrap .cont_wrap.cont_program .program_wrap td.schedule_bg {
    background-color: #e2ecf7;
  }
  .mid_wrap .cont_wrap.cont_program .program_wrap tbody td .pro_ttl_color {
    font-size: 15px;
  }
  .mid_wrap .cont_wrap.cont_program .program_wrap tbody td[data-label="주제"] {
    padding: 12px 17px;
  }
  .mid_wrap .cont_wrap.cont_program .program_wrap tbody td {
    padding: 0px 17px 21px;
    background-color: #fff;
    display: flex;
    font-size: 16px;
  }
  .mid_wrap .cont_wrap.cont_program .program_wrap tbody td[data-label="주제"]::before,
  .mid_wrap .cont_wrap.cont_program .program_wrap tbody td[data-label="강사"]::before,
  .mid_wrap .cont_wrap.cont_program .program_wrap tbody td[data-label="소속"]::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #d1d1d1;
    margin-right: 7px;
    vertical-align: middle;
    position: relative;
    top: 9px;
  }
  .mid_wrap .cont_wrap.cont_program .program_wrap tr td {
    border: 0px;
    position: relative;
  }
  .mid_wrap .cont_wrap.cont_program .program_wrap tr td[data-label="장소"] {
    position: absolute;
    right: 0;
    top: 97px;
    border-bottom: 0px;
    background-color: #ffffff00;
    width: fit-content;
  }
  .mid_wrap .cont_wrap.cont_program .program_wrap tr td[data-label="장소"] .program_align {
    display: ruby;
    font-size: 15px;
    color: #5c5c5c;
  }
  .mid_wrap .cont_wrap.cont_program .program_wrap tr td[data-label="장소"] .program_align::before {
    content: "";
    display: inline-block;
    position: relative;
    top: 2px;
    width: 15px;
    height: 17px;
    background: url(//bimg.mk.co.kr/2025/plan_design/images/ic_location.svg) no-repeat center 2px / contain;
    min-width: 15px;
    min-height: 17px;
    z-index: 1;
    flex-shrink: 0;
    margin-right: 2px;
  }
  .mid_wrap .cont_wrap.cont_program .program_wrap tbody td[data-label="회차"] {
    background-color: #fff;
    padding-top: 12px;
    border-bottom: 0px;
    padding: 18px 17px 0px;
  }
  .mid_wrap .cont_wrap.cont_program .program_wrap tbody td[data-label="회차"] .num_schedule_session {
    background-color: #eaf3ff;
    color: var(--c-blue);
    border-radius: 2px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    width: fit-content;
    padding: 4px 12px;
    display: inline-block;
    cursor: pointer;
  }
  .mid_wrap .cont_wrap.cont_program .program_wrap tbody td.td_none {
    display: none;
  }
  .mid_wrap .cont_wrap.cont_program .program_wrap tbody td[data-label="회차"] .num_schedule_session::before {
    content: "회차";
    display: inline-block;
    font-weight: 600;
    margin-right: 1px;
  }
}

/* 768px 이하: 베네핏, 헤더, 소개, 안내, 결제, 강사진, 프로그램, 기타 */
@media (max-width: 768px) {
  /* 베네핏 */
  .benefit_wrap {
    padding: 60px 0;
  }
  .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;
  }
  /* 헤더 */
  .header_wrap_index01::before {
    width: 100%;
    height: 76%;
    top: auto;
    background-size: 1074px auto;
    bottom: -32px;
  }
  section.cont_box {
    padding-top: 57px;
  }
  .bg_Instructor_img {
    left: 50%;
    bottom: 0;
    right: auto;
    transform: translateX(-50%);
    margin: 0;
    height: 28%;
    width: 100%;
    background-position: center bottom;
    background-size: cover;
    opacity: 0.85;
  }
  .header_wrap .inner {
    overflow: hidden;
    padding: 0;
  }
  .header_wrap .top_ttl_box {
    align-items: center;
    padding-bottom: 210px;
  }
  .header_wrap .top_ttl_box .top_logo {
    width: clamp(140px, 40vw, 220px);
    padding-top: 12%;
    margin-bottom: 4px;
  }
  .header_wrap .top_ttl_box .top_ttl {
    margin-top: 8px;
    text-align: center;
  }
  .header_wrap .top_ttl .ttl_badge span {
    margin-right: 5px;
    padding: 6px 15px;
    font-size: 12px;
  }
  .header_wrap .top_ttl .ttl_badge span:last-child {
    margin-right: 0;
  }
  .header_wrap .top_ttl h1 {
    width: 95%;
    height: 36px;
    margin: 36px auto 17px;
    background-size: contain;
    background-position: center;
  }
  .header_wrap .top_ttl .top_ttl_index01 {
    width: 100%;
    height: 78px;
    margin: 20px auto 17px;
    background-size: contain;
    background-position: center;
  }
  .header_wrap .top_ttl h1 .top_tit {
    width: 100%;
    margin: 0 auto;
    font-size: 30px;
  }
  .header_wrap .top_ttl .top_subtit {
    width: 95%;
    font-size: 15px;
    margin: 60px auto 70px auto;
  }
  p.top_sub_contents {
    font-size: 14px;
  }
  .header_wrap_index01 .top_ttl .top_subtit {
    font-size: 15px;
    margin-top: -8px;
  }
  .btn_link {
    font-size: 14px;
    padding: 14px 25px 14px 30px;
  }
  .header_wrap .btn_link {
    margin: 30px auto;
  }
  .gnb ul li a {
    padding: 18px 0;
    font-size: 15px;
  }
  .gnb ul li {
    flex: 1 1 auto;
    width: revert-layer;
  }
  p.top_tit_sub {
    font-size: 16px;
  }
  /* 소개 */
  .cont_overview .cont_wrap .cont_ttl h2 {
    width: 91%;
  }
  .top_wrap .cont_overview .cont_info_wrap {
    margin-top: 22px;
  }
  .top_wrap .cont_overview .cont_info_wrap .cont_info .sub_badge {
    font-size: 15px;
  }
  .top_wrap .cont_overview .cont_info_wrap .cont_info {
    height: 205px;
    padding: 28px 25px;
    width: 100%;
  }
  .cont_info_txt {
    font-size: 13px;
  }
  .cont_overview .clearfix .box_fiex {
    width: 100%;
    overflow: hidden;
  }
  /* 안내 사항 */
  ul.noto_txt {
    flex-direction: column;
  }
  .infomation_list {
    display: block;
    margin-top: 22px;
  }
  .infomation_list .infomation_item {
    padding: 40px 14px 20px 14px;
  }
  .infomation_list .infomation_item h3.tit_infomation {
    font-size: 17px;
  }
  .noto_wrap {
    padding: 26px 7px;
    margin: 22px 0 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .noto_wrap p {
    margin-bottom: 8px;
    margin-left: 16px;
  }
  .infomation_item p.noto_infomation {
    margin: 15px 0 20px 0;
    font-size: 13px;
  }
  .infomation_item strong.txt_infomation {
    font-size: 15px;
  }
  /* 결제 안내 */
  .cont_overview .clearfix .box_fiex {
    margin-bottom: 20px;
  }
  .cont_overview .clearfix {
    margin-top: 22px;
  }
  .cont_overview .clearfix li .box_inner {
    padding: 34px 25px;
  }
  ul.pay_margin {
    margin-bottom: 45px;
    font-size: 15px;
  }
  .pay_noto {
    font-size: 15px;
  }
  .tit_payment_desc,
  .span.txt_payment_desc,
  .txt_payment_desc {
    font-size: 14px;
  }
  .clearfix .box_fiex .btn_color2::before {
    top: 76px;
    right: -21px;
    background: url(//bimg.mk.co.kr/2025/plan_design/images/im_card.svg) no-repeat right top / 227px auto;
  }
  .inquiry {
    margin-top: 4px;
    display: block;
    font-size: 13px;
  }
  .add_inquiry {
    width: 89%;
    font-size: 13px;
  }
  /* 강사진 */
  .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 {
    opacity: 0.3;
    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;
  }
  /* 프로그램 */
  section.cont_box.mid_wrap {
    padding: 40px 0 40px 0;
  }
  .mid_wrap .cont_wrap {
    padding: 0;
    margin: 40px auto 0;
  }
  .cont_box .cont_wrap .cont_ttl .cont_ttl_badge {
    padding: 6px 15px;
    font-size: 16px;
  }
  li.noto_box_contents {
    display: block;
    text-align: left;
    align-items: flex-start;
  }
  .noto_customers_wrap .noto_box_contents .txt_blue {
    margin-left: 0;
  }
  .cont_box .cont_wrap .cont_ttl h2 {
    font-size: 22px;
  }
  .cont_box .cont_wrap .cont_ttl p {
    margin: 0 auto;
    width: 88%;
    font-size: 14px;
  }
  strong.txt_price {
    font-size: 22px;
  }
  strong.txt_price span {
    display: block;
  }
  li.noto_box_contents.box_50 {
    width: 100%;
    font-size: 20px;
    aspect-ratio: 1 / 0.8;
  }
  .cont_overview .clearfix {
    flex-direction: column;
  }
  h3.pro_ttl.tit_faq_accordion span {
    font-size: 14px;
  }
  .accordion_pane2 p {
    margin-bottom: 14px;
  }
  .accordion_pane2 {
    padding: 15px 0 0;
    font-size: 15px;
  }
  .tit_faq_accordion {
    font-size: 16px;
  }
  .mid_wrap .cont_wrap.cont_instructor .swiper_inst {
    max-width: 550px;
    margin-top: 25px;
    padding: 0 15px 0;
  }
  #Instructor .cont_wrap {
    padding: 0;
  }
  .mid_wrap .cont_wrap.cont_instructor .swiper-pagination {
    bottom: 0;
  }
  .mid_wrap .cont_wrap.cont_program {
    padding: 0 15px;
  }
  .payment_desc {
    margin-top: 0;
  }
}

/* 600px 이하: 테이블 카드형, 결제 안내, 기타 */
@media (max-width: 600px) {
  /* 테이블을 카드처럼 */
  table.infomation_table {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%;
  }
  table.infomation_table thead {
    display: none;
  }
  table.infomation_table tbody {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  table.infomation_table tr {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.03);
    margin: 0;
    width: 100%;
    overflow: hidden;
  }
  table.infomation_table th,
  table.infomation_table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 10px;
    font-size: 16px;
    border-right: none;
  }
  table.infomation_table th {
    font-size: 15px;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 10px 10px 0 0;
    background-color: #f6f6f6;
    color: #999999;
  }
  table.infomation_table td {
    background: #fff;
    color: #222;
    border-radius: 0 0 10px 10px;
  }
  .noto_infomation {
    font-size: 16px;
  }
  /* 결제 안내 */
  .box_inner.btn_color_payment {
    padding: 22px 10px 18px 10px;
    max-width: 100%;
  }
  .pay_notice {
    padding: 18px 12px 18px;
  }
  .btn_click_go a {
    font-size: 16px;
    margin: 5px 0 11px;
  }
  .box_inner.btn_color_payment .pay_tit {
    padding: 6px 32px 0 9px;
    font-size: 1.08rem;
  }
  .box_inner.btn_color_payment .pay_noto {
    font-size: 0.98rem;
    padding: 8px 10px;
  }
  /* 프로그램 정렬 */
  .program_align {
    align-items: flex-start;
    display: block;
  }
  .program_txt {
    width: auto;
  }
}

/* 480px 이하: 베네핏 카드/타이틀 크기 조정 */
@media (max-width: 480px) {
  .benefit_wrap {
    padding: 40px 0;
  }
  .benefit_subtitle {
    font-size: 14px;
  }
  .benefit_title {
    font-size: 20px;
  }
  .benefit_card {
    min-height: 180px;
    padding: 20px 15px;
  }
  .ic_benefit {
    width: 50px;
    height: 50px;
    margin: 10px 0;
  }
}

/* 420px 이하: 헤더/강사 이미지 크기 조정 */
@media (max-width: 420px) {
  .header_wrap_index01 .top_ttl .top_subtit {
    font-size: 15px;
    margin-top: 48px;
  }
  .bg_Instructor_img {
    height: 26%;
  }
  .header_wrap .top_ttl .top_subtit {
    margin: 60px auto -22px auto;
  }
}

/* 320px 이하: 버튼/이미지 크기 조정 */
@media (max-width: 320px) {
  .btn_text i.ic_blind.ic_noto {
    height: 53px;
  }
  .two_images {
    position: relative;
    width: 96%;
    padding: 0;
  }
}

/* 280px 이하: 경력/헤더/번호 크기 조정 */
@media (max-width: 280px) {
  .career_sub {
    margin-left: 32px;
    display: block;
  }
  .career_wrap .Description_txt {
    margin-top: -10px;
  }
  .header_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) {
  .header_wrap .top_ttl .top_subtit {
    margin-top: 126px;
  }
  .header_wrap_index01 .top_ttl .top_subtit {
    margin-top: 88px;
  }
  .mid_wrap .cont_wrap.cont_instructor .swiper-slide {
    height: 369px;
  }
  .Instructor_height {
    height: auto;
  }
}

/* FAQ 아코디언, footer, top button 등 기타 */
.faq_accordion_down,
.faq_accordion_up {
  margin: 0 19px;
}
footer {
  font-size: 12px;
}
.btn_totop {
  right: 15px;
  bottom: 15px;
}
.program_notice {
  margin-top: 23px;
}