:root {
  font-size: 62.5% !important;
}

[class*=show_] {
  display: none;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

@media screen and (max-width: 1200px) {
  .hide_1200 {
    display: none !important;
  }
  .show_1200 {
    display: initial;
  }
  .show_1200.block {
    display: block;
  }
  .show_1200.flex {
    display: flex;
  }
  br.show_1200 {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .show_992 {
    display: initial;
  }
  .show_992.block {
    display: block;
  }
  .show_992.flex {
    display: flex;
  }
  .hide_992 {
    display: none;
  }
  br.show_992 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .show_768 {
    display: initial;
  }
  .show_768.block {
    display: block;
  }
  .show_768.flex {
    display: flex;
  }
  .hide_768 {
    display: none;
  }
  br.show_768 {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  :root {
    font-size: 60% !important;
  }
  .show_576 {
    display: initial;
  }
  .show_576.block {
    display: block;
  }
  .show_576.flex {
    display: flex;
  }
  br.show_576 {
    display: block;
  }
  .hide_576 {
    display: none;
  }
}
.event_2024_09040004 .show-992 {
  display: none;
}
.event_2024_09040004 .show-768 {
  display: none;
}
.event_2024_09040004 .show-576 {
  display: none;
}
.event_2024_09040004 img.mo {
  display: none;
}
.event_2024_09040004 .mo_only {
  display: none;
}
.event_2024_09040004 .evTopBanner {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: center;
  justify-content: center;
  background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0923_hairclass/top_banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.event_2024_09040004 .evTopBanner a {
  width: 50%;
  height: 115px;
  font-size: 0;
  color: transparent;
}
.event_2024_09040004 .evSection .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
}
.event_2024_09040004 .evMain {
  overflow: hidden;
  background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0923_hairclass/evmain_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.event_2024_09040004 .evMain .inner {
  max-width: 1080px;
}
.event_2024_09040004 .evMain .con_title.mo {
  display: none;
}
.event_2024_09040004 .evBanner {
  background-color: #01897e;
}
.event_2024_09040004 .evBanner.on {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 3;
}
.event_2024_09040004 .evBanner .inner {
  max-width: 1080px;
}
.event_2024_09040004 .evBanner ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: center;
  justify-content: center;
}
.event_2024_09040004 .evBanner ul li {
  flex: 1;
  height: 90px;
}
.event_2024_09040004 .evBanner ul li.on {
  background-color: #fff;
}
.event_2024_09040004 .evBanner ul li.on a {
  color: #000;
  font-weight: 700;
}
.event_2024_09040004 .evBanner ul li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 20px;
}
.event_2024_09040004 .evBanner ul li.col_yellow a {
  font-weight: 700;
  color: #ff0e30;
}
.event_2024_09040004 .evBanner.fix_menu {
  z-index: 5;
}
.event_2024_09040004 .evBanner.fix_menu.fixed {
  position: fixed;
  top: 56px;
  left: 0;
  width: 100%;
}
.event_2024_09040004 .evBanner.fix_menu li {
  position: relative;
}
.event_2024_09040004 .evCon1 {
  background: #111623;
}
.event_2024_09040004 .evCon1 .evCon1_cont2 {
  overflow: hidden;
  background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0923_hairclass/evcon2_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.event_2024_09040004 .evCon1 .evCon1_cont2 .inner {
  padding: 180px 0 160px;
}
.event_2024_09040004 .evCon1 .evCon1_cont2 .con_box {
  margin-top: 80px;
}
.event_2024_09040004 .evCon1 .evCon1_cont2 .tab_base li {
  background: #000;
}
.event_2024_09040004 .evCon1 .evCon1_cont2 .tab_base li a {
  display: block;
  font-size: 23px;
  font-weight: 400;
  line-height: 60px;
  color: #959595;
}
.event_2024_09040004 .evCon1 .evCon1_cont2 .tab_base li a span {
  padding-left: 3px;
  font-weight: 700;
}
.event_2024_09040004 .evCon1 .evCon1_cont2 .tab_base li.on {
  background: #57ffbe;
  border: 0;
}
.event_2024_09040004 .evCon1 .evCon1_cont2 .tab_base li.on a {
  color: #000;
}
.event_2024_09040004 .evCon1 .evCon1_cont2 .tab_base li.on span {
  color: #012aed;
}
.event_2024_09040004 .evCon1 .evCon1_cont2 .panel_base li {
  background: #fff;
}
.event_2024_09040004 .evCon1 .evCon1_cont2 .panel_base li .dis_flex {
  display: flex;
  align-items: center;
  padding: 0 70px 50px;
}
.event_2024_09040004 .evCon1 .evCon1_cont2 .panel_base li .dis_flex strong {
  font-size: 23px;
  font-weight: 900;
  line-height: 28px;
}
.event_2024_09040004 .evCon1 .evCon1_cont2 .panel_base li .dis_flex > .swiper_wrap {
  overflow: hidden;
  position: relative;
  width: 50%;
}
.event_2024_09040004 .evCon1 .evCon1_cont2 .panel_base li .dis_flex > .swiper_wrap + p {
  width: 50%;
}
.event_2024_09040004 .evCon1 .evCon1_cont2 .panel_base li .dis_flex > .swiper_wrap .slide_branch {
  margin-top: 20px;
}
.event_2024_09040004 .evCon1 .evCon1_cont2 .panel_base li .dis_flex > .swiper_wrap .slide_branch .swiper-pagination {
  top: 52px;
  right: 0;
  left: unset;
  bottom: unset;
  width: unset;
}
.event_2024_09040004 .evCon1 .evCon1_cont2 .panel_base li .dis_flex > .swiper_wrap .slide_branch .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}
.event_2024_09040004 .evCon1 .evCon1_cont2 .panel_base li .dis_flex > .swiper_wrap > a {
  display: block;
  width: 70%;
  margin: 20px auto 0;
  padding: 15px;
  background: #000;
  color: #fff;
}
.event_2024_09040004 .evCon1 .evCon1_cont2 .panel_base li .dis_flex > img {
  width: 50%;
}
.event_2024_09040004 .evCon1 .evCon1_cont3 {
  background: url(https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0923_hairclass/evcon3_bg2.jpg) no-repeat center/cover;
}
.event_2024_09040004 .evCon1 .evCon1_cont3 .inner {
  max-width: 1031px;
  padding-top: 120px;
}
.event_2024_09040004 .evCon1 .evCon1_cont3 .btn_black {
  display: block;
  width: 450px;
  margin: 40px auto 180px;
  padding: 19px;
  background: #000;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
.event_2024_09040004 .evCon2 {
  background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0923_hairclass/evcon3_bg.jpg);
}
.event_2024_09040004 .evCon2 .inner {
  max-width: 1042px;
  padding-top: 170px;
}
.event_2024_09040004 .evCon2 .btn_black {
  display: block;
  width: 450px;
  margin: 60px auto 160px;
  padding: 19px;
  background: #000;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
.event_2024_09040004 .evCon3 {
  background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0923_hairclass/evcon4_bg.jpg);
  background-position: 50% 0;
}
.event_2024_09040004 .evCon3 .con_box .tab_base {
  align-items: end;
  margin-bottom: 135px;
}
.event_2024_09040004 .evCon3 .con_box .tab_base > li {
  position: relative;
  display: block;
  flex: unset;
  width: 20.5%;
  height: unset;
  border-bottom: 0;
}
.event_2024_09040004 .evCon3 .con_box .tab_base > li.double {
  width: 43.5%;
}
.event_2024_09040004 .evCon3 .con_box .tab_base > li.double.on {
  width: 44.5%;
}
.event_2024_09040004 .evCon3 .con_box .tab_base > li.double .info strong {
  width: 78%;
}
.event_2024_09040004 .evCon3 .con_box .tab_base > li.double .profile_wrap > li {
  bottom: 30px;
  left: 10%;
}
.event_2024_09040004 .evCon3 .con_box .tab_base > li.double .profile_wrap > li:last-child {
  left: unset;
  right: 13%;
}
.event_2024_09040004 .evCon3 .con_box .tab_base > li.on {
  width: 22.2%;
}
.event_2024_09040004 .evCon3 .con_box .tab_base > li.on img {
  display: none;
  width: 100%;
}
.event_2024_09040004 .evCon3 .con_box .tab_base > li.on img.on {
  display: block;
}
.event_2024_09040004 .evCon3 .con_box .tab_base > li img.on {
  display: none;
}
.event_2024_09040004 .evCon3 .con_box .tab_base > li.hidden a {
  pointer-events: none;
}
.event_2024_09040004 .evCon3 .con_box .tab_base > li.hidden .info,
.event_2024_09040004 .evCon3 .con_box .tab_base > li.hidden .profile_wrap {
  display: none;
}
.event_2024_09040004 .evCon3 .con_box .tab_base > li.hidden.on .info,
.event_2024_09040004 .evCon3 .con_box .tab_base > li.hidden.on .profile_wrap {
  display: block;
}
.event_2024_09040004 .evCon3 .con_box .tab_base > li a {
  display: block;
}
.event_2024_09040004 .evCon3 .con_box .tab_base > li .info {
  position: absolute;
  width: 100%;
  padding-right: 10px;
  text-align: center;
}
.event_2024_09040004 .evCon3 .con_box .tab_base > li .info span {
  font-size: 19px;
  color: #fff;
  line-height: 31px;
  letter-spacing: -0.05em;
  word-break: keep-all;
}
.event_2024_09040004 .evCon3 .con_box .tab_base > li .info strong {
  display: block;
  width: 165px;
  height: 39px;
  margin: 15px auto 0;
  border-radius: 18px;
  background: #0041e7;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 35px;
}
.event_2024_09040004 .evCon3 .con_box .tab_base > li .profile_wrap > li {
  position: absolute;
  bottom: 30px;
  left: 16.12%;
  display: block;
  height: unset;
  border: 0;
}
.event_2024_09040004 .evCon3 .con_box .tab_base > li .profile_wrap > li .btn_profile {
  width: 110px;
  height: 24px;
  border-bottom: 0;
  border-radius: 4px;
  background: #000;
}
.event_2024_09040004 .evCon3 .con_box .tab_base > li .profile_wrap > li button {
  font-size: 18px;
  color: #fff;
  line-height: 23px;
}
.event_2024_09040004 .evCon3 .con_box .tab_base > li .profile_wrap > li.active {
  z-index: 1;
}
.event_2024_09040004 .evCon3 .con_box .tab_base > li .profile_wrap > li.active .layer_profile {
  display: block;
}
.event_2024_09040004 .evCon3 .con_box .tab_base > li .profile_wrap > li .layer_profile {
  display: none;
  position: absolute;
  right: -115px;
  top: 36px;
  width: 362px;
  height: auto;
  padding: 28px 26px;
  background: #fff;
  text-align: left;
}
.event_2024_09040004 .evCon3 .con_box .tab_base > li .profile_wrap > li .layer_profile.type_right {
  right: unset;
  left: -15px;
}
.event_2024_09040004 .evCon3 .con_box .tab_base > li .profile_wrap > li .layer_profile button {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  background: url(https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0923_hairclass/btn_close.png) no-repeat 50% 50%/12px;
  font-size: 0;
}
.event_2024_09040004 .evCon3 .con_box .tab_base > li .profile_wrap > li .layer_profile strong {
  font-size: 15px;
  font-weight: 900;
  color: #002bca;
  line-height: 21.5px;
}
.event_2024_09040004 .evCon3 .con_box .tab_base > li .profile_wrap > li .layer_profile p {
  padding-top: 8px;
  font-size: 15px;
  line-height: 23px;
}
.event_2024_09040004 .evCon3 .con_box .tab_base > li .profile_wrap > li .layer_profile p + strong {
  display: block;
  padding-top: 25px;
}
.event_2024_09040004 .evCon3 .con_box .tab_base > li .profile_wrap > li .layer_profile p span {
  font-size: 15px;
  font-weight: 500;
  color: #ef1625;
  line-height: 23px;
}
.event_2024_09040004 .evCon3 .con_box .tab_base > li .profile_wrap > li .layer_profile p span.br_pc {
  display: block;
  padding-left: 20px;
  font-weight: 400;
  color: #000;
}
.event_2024_09040004 .evCon3 .con_box .tab_base > li .profile_wrap > li .layer_profile p span.br_inline {
  display: inline-block;
  padding-left: 28px;
  font-weight: 400;
  color: #000;
}
.event_2024_09040004 .evCon3 .con_box .tab_base > li .profile_wrap > li .layer_profile ul {
  padding-top: 30px;
}
.event_2024_09040004 .evCon3 .con_box .tab_base > li .profile_wrap > li .layer_profile ul li {
  position: relative;
  padding-left: 6px;
  font-size: 15px;
  line-height: 23px;
  display: block;
  height: unset;
  border-bottom: unset;
}
.event_2024_09040004 .evCon3 .con_box .tab_base > li .profile_wrap > li .layer_profile ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #000;
}
.event_2024_09040004 .evCon3 .con_box .tab_base > li .profile_wrap > li .layer_profile .circle li::before {
  width: 4px;
  height: 1px;
  border-radius: unset;
}
.event_2024_09040004 .evCon3 .con_box .tab_base > li .profile_wrap > li .layer_profile .circle li:first-child::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #000;
}
.event_2024_09040004 .evCon3 .con_box .panel_base {
  padding-top: 100px;
}
.event_2024_09040004 .evCon3 .con_box .panel_base .video_title span {
  font-size: 27px;
  color: #fff;
  line-height: 49px;
}
.event_2024_09040004 .evCon3 .con_box .panel_base .video_title strong {
  display: block;
  font-size: 41px;
  font-weight: 700;
  color: #78b8ff;
  line-height: 73px;
}
.event_2024_09040004 .evCon3 .con_box .panel_base .video_box {
  margin-bottom: 167px;
}
.event_2024_09040004 .evCon3 .con_box .panel_base [class*=tab1_cont] {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab1_cont2 {
  overflow: unset;
  background-color: #fff;
  background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0923_hairclass/evcon4_tab2_2_bg2.png);
  background-position: 50% 100%;
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab1_cont2 .inner {
  position: relative;
  margin-top: 40px;
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab1_cont2 .inner::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -9.58%;
  z-index: 1;
  width: 14.1%;
  height: 35.08%;
  background: url(https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0923_hairclass/evcon4_tab2_1_before.png) no-repeat 0 0/100% 100%;
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab1_cont3 {
  background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0923_hairclass/evcon4_tab2_2_bg3.jpg);
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab1_cont4 {
  background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0923_hairclass/evcon4_tab2_1_bg4.jpg);
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab1_cont5 {
  background: #fff;
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab1_cont6 {
  background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0923_hairclass/evcon4_tab2_1_bg6.jpg);
}
.event_2024_09040004 .evCon3 .con_box .panel_base [class*=tab2_cont] {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab2_cont2 {
  background-color: #fff;
  background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0923_hairclass/evcon4_tab2_2_bg2.png);
  background-position: 50% 100%;
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab2_cont2 .inner {
  margin-top: 150px;
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab2_cont3 {
  background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0923_hairclass/evcon4_tab2_2_bg3.jpg);
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab2_cont4 {
  background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0923_hairclass/evcon4_tab2_2_bg4.jpg);
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab2_cont5 {
  background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0923_hairclass/evcon4_tab2_2_bg5.jpg);
}
.event_2024_09040004 .evCon3 .con_box .panel_base [class*=tab3_cont] {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont2 {
  overflow: unset;
  background-color: #fff;
  background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0923_hairclass/evcon4_tab2_2_bg2.png);
  background-position: 50% 100%;
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont2 .inner {
  margin-top: 51px;
  position: relative;
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont2 .inner::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -9.58%;
  z-index: 1;
  width: 13.1%;
  height: 33.62%;
  background: url(https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0923_hairclass/evcon4_tab2_3_before.png) no-repeat 0 0/100% 100%;
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont3 {
  background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0923_hairclass/evcon4_tab2_2_bg3.jpg);
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont4 {
  background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0923_hairclass/evcon4_tab2_3_bg4.jpg);
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont4 .inner {
  padding: 156px 0 106px 0;
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont4 .inner .step_wrap {
  margin-top: 100px;
  padding: 60px 56px;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: center;
  justify-content: center;
  gap: 40px;
  background-color: #fff;
  border-radius: 30px;
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont4 .inner .step_wrap .step {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  background-color: #fff;
  border-radius: 10px;
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont4 .inner .step_wrap .step::before {
  position: absolute;
  top: 50%;
  right: -33px;
  transform: translate(0, -50%);
  content: "";
  width: 18px;
  height: 38px;
  margin-top: -30px;
  background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0923_hairclass/evcon4_step_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont4 .inner .step_wrap .step:last-of-type::before {
  display: none;
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont4 .inner .step_wrap .step i {
  padding-top: 25px;
  font-size: 25px;
  font-weight: 500;
  font-style: normal;
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont4 .inner .step_wrap .step p {
  margin-top: 16px;
  font-size: 25px;
  font-weight: 700;
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont4 .inner .step_wrap .step .video_play {
  position: relative;
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont4 .inner .step_wrap .step .video_play::before {
  content: "";
  position: absolute;
  top: -9.45%;
  right: -6.9%;
  width: 41%;
  height: 38%;
  background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0923_hairclass/step3_badge.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont5 {
  background: #fff;
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont5 .inner {
  padding: 120px 0;
  background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0923_hairclass/cont5_bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 70%;
  background-size: contain;
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont5 .inner .flex_wrap {
  display: flex;
  padding-top: 8.28%;
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont5 .inner .flex_wrap .flex_left {
  flex: 1;
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont5 .inner .flex_wrap .flex_left .link_area {
  display: inline-block;
  margin-left: -4%;
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont5 .inner .flex_wrap .flex_right {
  flex: 1.5;
  display: flex;
  flex-direction: column;
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont5 .inner .flex_wrap .flex_right .img_area {
  width: 38%;
  margin: 0 auto;
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont5 .inner .flex_wrap .flex_right .video_wrap {
  flex: 1;
  display: flex;
  gap: 8px;
  position: relative;
  margin-top: 22px;
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont5 .inner .flex_wrap .flex_right .video_wrap .video_play {
  display: block;
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont5 .inner .flex_wrap .flex_right .video_wrap::before {
  content: "";
  position: absolute;
  left: -5.83%;
  bottom: -13.67%;
  width: 17.5%;
  height: 41%;
  background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0923_hairclass/video_badge.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont5 .inner .flex_wrap .flex_right p {
  padding-top: 13px;
  font-size: 13px;
  color: #9c9c9c;
  line-height: 20px;
  text-align: right;
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont6 {
  background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0923_hairclass/evcon4_tab2_3_bg6.jpg);
  background-size: cover;
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont6 .inner {
  padding: 146px 0 166px 0;
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont6 .inner .review {
  overflow: hidden;
  margin-top: 80px;
  padding: 20px 0;
  border-radius: 21px;
  background: #6698eb;
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont6 .inner .review .review_slide .swiper-wrapper {
  transition-timing-function: linear !important;
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont6 .inner .review .review_slide .swiper-wrapper .swiper-slide .img_box {
  overflow: hidden;
  width: 100%;
  padding-top: 141%;
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont6 .inner .review .review_slide .swiper-wrapper .swiper-slide .img_box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  min-width: 100%;
  min-height: 100%;
  width: 0;
  height: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.event_2024_09040004 .evCon3 .con_box .panel_base [class*=tab4_cont] {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab4_cont2 {
  overflow: unset;
  background-color: #fff;
  background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0923_hairclass/evcon4_tab2_2_bg2.png);
  background-position: 50% 100%;
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab4_cont2 .inner {
  position: relative;
  margin-top: 125px;
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab4_cont3 {
  background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0923_hairclass/evcon4_tab2_2_bg3.jpg);
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab4_cont4 {
  background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0923_hairclass/evcon4_tab2_4_bg4.jpg);
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab4_cont5 {
  background: #fff;
}
.event_2024_09040004 .evCon3 .con_box .panel_base .tab4_cont6 {
  background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0923_hairclass/evcon4_tab2_1_bg6.jpg);
}
.event_2024_09040004 .evCon3 .con_box .video_box {
  position: relative;
  width: 100%;
  margin-top: 45px;
}
.event_2024_09040004 .evCon3 .con_box .video_box::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 55%;
}
.event_2024_09040004 .evCon3 .con_box .video_box iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.event_2024_09040004 .evCon4 {
  background: #001539;
}
.event_2024_09040004 .evCon4 .inner {
  max-width: 1005px;
  padding: 160px 0;
}
.event_2024_09040004 .evCon5 {
  background: url(https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0923_hairclass/evcon5_bg.jpg) no-repeat center/cover;
}
.event_2024_09040004 .evCon5 .inner {
  max-width: 1000px;
  padding: 160px 0;
}
.event_2024_09040004 .evCon5 .inner .con_box {
  display: flex;
  gap: 74px;
  padding-top: 90px;
}
.event_2024_09040004 .evCon5 .inner .con_box .con_left {
  flex: 0 0 55.2%;
}
.event_2024_09040004 .evCon5 .inner .con_box .con_left .con_item {
  padding-top: 35px;
}
.event_2024_09040004 .evCon5 .inner .con_box .con_left .con_item:first-child {
  padding-top: 0;
}
.event_2024_09040004 .evCon5 .inner .con_box .con_right {
  flex: 0 0 37.4%;
}
.event_2024_09040004 .evCon5 .inner .con_box .con_item .tit_wrap {
  text-align: left;
}
.event_2024_09040004 .evCon5 .inner .con_box .con_item .tit_wrap .tit {
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.04em;
}
.event_2024_09040004 .evCon5 .inner .con_box .con_item .tit_wrap .tit_desc {
  padding-left: 7px;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: -0.04em;
}
.event_2024_09040004 .evCon5 .inner .con_box .con_item .essential {
  font-weight: 500;
}
.event_2024_09040004 .evCon5 .inner .con_box .con_item .button_box {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 11px;
  padding-top: 18px;
}
.event_2024_09040004 .evCon5 .inner .con_box .con_item .button_box li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(25% - 8.25px);
  height: 93px;
  border: 1px solid #b0b0b0;
  border-radius: 12px;
  background: #FFF;
  text-align: center;
  word-break: keep-all;
  cursor: pointer;
}
.event_2024_09040004 .evCon5 .inner .con_box .con_item .button_box li.on {
  border: 2px solid #0060ff;
  background: #cae0ff;
}
.event_2024_09040004 .evCon5 .inner .con_box .con_item .button_box li button {
  width: 100%;
  height: 100%;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.04em;
}
.event_2024_09040004 .evCon5 .inner .con_box .con_item .button_box li a {
  align-content: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.04em;
}
.event_2024_09040004 .evCon5 .inner .con_box .con_item .tiny_noti {
  padding-top: 9px;
  font-size: 10px;
  color: #585858;
  line-height: 13px;
  letter-spacing: -0.04em;
  text-align: left;
}
.event_2024_09040004 .evCon5 .inner .con_box .con_item .info_contents_box {
  width: 100%;
  margin-top: 18px;
  padding: 10px 19px 20px;
  border: 1px solid #b0b0b0;
  border-radius: 12px;
  background-color: #fff;
}
.event_2024_09040004 .evCon5 .inner .con_box .con_item .info_contents_box .table {
  margin-bottom: 14px;
}
.event_2024_09040004 .evCon5 .inner .con_box .con_item .info_contents_box .table > li:first-child {
  border-top: none;
}
.event_2024_09040004 .evCon5 .inner .con_box .con_item .info_contents_box .table_th {
  width: 65px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.04em;
}
.event_2024_09040004 .evCon5 .inner .con_box .con_item .info_contents_box .table_th .essential {
  margin-left: 2px;
}
.event_2024_09040004 .evCon5 .inner .con_box .con_item .info_contents_box .table_td {
  width: 268px;
  padding: 14px 0;
}
.event_2024_09040004 .evCon5 .inner .con_box .con_item .info_contents_box .table_td .input_text {
  height: 27px;
}
.event_2024_09040004 .evCon5 .inner .con_box .con_item .info_contents_box .table_td .input_textarea {
  height: 196px;
}
.event_2024_09040004 .evCon5 .inner .con_box .con_item .info_contents_box .sub_page_info.privacy1 {
  display: inherit;
  height: 114px;
  margin-bottom: 0;
  padding: 20px;
  overflow: auto;
  /* custom scrollbar */
}
.event_2024_09040004 .evCon5 .inner .con_box .con_item .info_contents_box .sub_page_info.privacy1::-webkit-scrollbar {
  width: 20px;
}
.event_2024_09040004 .evCon5 .inner .con_box .con_item .info_contents_box .sub_page_info.privacy1::-webkit-scrollbar-track {
  background-color: transparent;
}
.event_2024_09040004 .evCon5 .inner .con_box .con_item .info_contents_box .sub_page_info.privacy1::-webkit-scrollbar-thumb {
  background-color: #a7a7a7;
  border-radius: 20px;
  border: 5px solid transparent;
  background-clip: content-box;
}
.event_2024_09040004 .evCon5 .inner .con_box .con_item .info_contents_box .sub_page_info.privacy1 p {
  margin-bottom: 20px;
  line-height: 1.4;
  padding-left: 0;
  font-weight: 400;
  text-align: left;
}
.event_2024_09040004 .evCon5 .inner .con_box .con_item .info_contents_box .sub_page_info.privacy1 p::before {
  content: "";
}
.event_2024_09040004 .evCon5 .inner .con_box .con_item .info_contents_box .sub_page_info.privacy1 p:last-of-type {
  margin-bottom: 0;
}
.event_2024_09040004 .evCon5 .inner .con_box .con_item .info_contents_box .privacy2 {
  margin-top: 12px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.04em;
  text-align: left;
}
.event_2024_09040004 .evCon5 .inner .con_box .con_item .info_contents_box .privacy2 .input_check {
  width: 13px;
  height: 13px;
}
.event_2024_09040004 .evCon5 .inner .con_box .con_item .info_contents_box .privacy2 .input_check:checked::before {
  width: 13px;
  height: 13px;
}
.event_2024_09040004 .evCon5 .inner .con_box .con_item .info_contents_box .privacy2 .input_check:checked::after {
  left: 4px;
  width: 4px;
  height: 9px;
}
.event_2024_09040004 .evCon5 .inner .con_box .con_item .info_contents_box .btn_black {
  width: 174px;
  height: 34px;
  border-radius: 17px;
  background: #000;
  font-weight: 700;
  color: #fff;
  line-height: 20px;
  letter-spacing: -0.04em;
}

.modal.online_pop .modal_contents_box > p {
  margin: 0 0 10px;
}
.modal.online_pop .modal_contents_box .tiny_noti {
  margin: 0 0 20px;
  font-size: 12px;
  color: #0082ff;
  text-align: left;
}
.modal.online_pop .modal_contents_box > h4 {
  margin: 0 0 25px;
}

@media screen and (max-width: 1200px) {
  .event_2024_09040004 .inner {
    width: 90%;
  }
  .event_2024_09040004 .evTopBanner a {
    height: 8rem;
  }
  .event_2024_09040004 .evBanner .inner {
    width: 100%;
  }
  .event_2024_09040004 .evBanner ul li {
    height: 10rem;
  }
  .event_2024_09040004 .evBanner ul li a {
    font-size: 2rem;
  }
  .event_2024_09040004 .evBanner.fix_menu.fixed {
    top: 5.6rem;
  }
  .event_2024_09040004 .evCon1 .evCon1_cont2 .inner {
    padding: 18% 0;
  }
  .event_2024_09040004 .evCon1 .evCon1_cont3 .inner {
    padding-top: 12rem;
  }
  .event_2024_09040004 .evCon1 .evCon1_cont3 .btn_black {
    margin-bottom: 15%;
  }
  .event_2024_09040004 .evCon2 .inner {
    padding-top: 12rem;
  }
  .event_2024_09040004 .evCon2 .btn_black {
    margin-bottom: 15%;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li:first-child .profile_wrap > li .layer_profile {
    right: -17.86rem;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li:last-child .profile_wrap > li .layer_profile {
    right: -3rem;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base {
    padding-top: 10%;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .video_box {
    margin-bottom: 18%;
  }
  .event_2024_09040004 .evCon4 .inner {
    padding: 16rem 0 10rem;
  }
  .event_2024_09040004 .evCon5 .inner {
    width: 96%;
    padding: 10rem 0;
  }
  .event_2024_09040004 .evCon5 .inner .con_title {
    width: 100%;
  }
  .event_2024_09040004 .evCon5 .inner .con_box {
    gap: 4.4rem;
    padding-top: 9rem;
  }
  .event_2024_09040004 .evCon5 .inner .con_box .con_left {
    flex: unset;
    width: 65%;
  }
  .event_2024_09040004 .evCon5 .inner .con_box .con_left .con_item {
    padding-top: 3.5rem;
  }
  .event_2024_09040004 .evCon5 .inner .con_box .con_right {
    flex: unset;
    width: 40%;
  }
  .event_2024_09040004 .evCon5 .inner .con_box .con_item .tit_wrap .tit {
    font-size: 2.1rem;
    line-height: 3rem;
    letter-spacing: -0.04em;
  }
  .event_2024_09040004 .evCon5 .inner .con_box .con_item .tit_wrap .tit_desc {
    font-size: 1.5rem;
    line-height: 3rem;
    letter-spacing: -0.04em;
  }
  .event_2024_09040004 .evCon5 .inner .con_box .con_item .button_box {
    gap: 1.1rem;
    padding-top: 1.8rem;
  }
  .event_2024_09040004 .evCon5 .inner .con_box .con_item .button_box li {
    height: 9.3rem;
    border-radius: 12px;
    font-size: 1.4rem;
  }
  .event_2024_09040004 .evCon5 .inner .con_box .con_item .button_box li button {
    padding: 1rem;
    font-size: 1.4rem;
  }
  .event_2024_09040004 .evCon5 .inner .con_box .con_item .button_box li a {
    align-content: center;
    padding: 1rem;
    font-size: 1.4rem;
  }
  .event_2024_09040004 .evCon5 .inner .con_box .con_item .tiny_noti {
    padding-top: 0.9rem;
    font-size: 1rem;
    line-height: 1.3rem;
    letter-spacing: -0.04em;
  }
  .event_2024_09040004 .evCon5 .inner .con_box .con_item .info_contents_box {
    margin-top: 1.8rem;
  }
  .event_2024_09040004 .evCon5 .inner .con_box .con_item .info_contents_box .table {
    margin-bottom: 1.4rem;
  }
  .event_2024_09040004 .evCon5 .inner .con_box .con_item .info_contents_box .table_th {
    width: 6.5rem;
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: -0.04em;
  }
  .event_2024_09040004 .evCon5 .inner .con_box .con_item .info_contents_box .table_th .essential {
    margin-left: 2px;
  }
  .event_2024_09040004 .evCon5 .inner .con_box .con_item .info_contents_box .table_td {
    width: 26.8rem;
    padding: 1.4rem 0;
  }
  .event_2024_09040004 .evCon5 .inner .con_box .con_item .info_contents_box .table_td .input_text {
    height: 2.7rem;
  }
  .event_2024_09040004 .evCon5 .inner .con_box .con_item .info_contents_box .table_td .input_textarea {
    height: 19.6rem;
  }
  .event_2024_09040004 .evCon5 .inner .con_box .con_item .info_contents_box .sub_page_info.privacy1 {
    height: 11.4rem;
    padding: 2rem;
  }
  .event_2024_09040004 .evCon5 .inner .con_box .con_item .info_contents_box .sub_page_info.privacy1 p {
    margin-bottom: 2rem;
  }
  .event_2024_09040004 .evCon5 .inner .con_box .con_item .info_contents_box .sub_page_info.privacy1 p::before {
    content: "";
  }
  .event_2024_09040004 .evCon5 .inner .con_box .con_item .info_contents_box .privacy2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }
  .event_2024_09040004 .evCon5 .inner .con_box .con_item .info_contents_box .btn_black {
    width: 17.4rem;
    height: 3.4rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 992px) {
  .event_2024_09040004 .evBanner ul li {
    height: 6rem;
  }
  .event_2024_09040004 .evBanner ul li a {
    font-size: 1.4rem;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li.double .info strong {
    width: 78%;
    line-height: 3.5rem;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li.on .profile_wrap > li .btn_profile {
    width: 100px;
    height: 24px;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li .profile_wrap > li .btn_profile {
    width: 100px;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li .profile_wrap > li .layer_profile {
    right: -15%;
    width: 300px;
    padding: 20px 15px;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li .profile_wrap > li .layer_profile p span.br_inline {
    padding-left: 0;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li .info {
    padding-right: 0;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li .info strong {
    width: 95%;
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .video_title strong {
    font-size: 3.5rem;
    line-height: 6rem;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab1_cont2 {
    background: #fff;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab1_cont2 .inner {
    width: 100%;
    margin-top: 0;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab1_cont2 .inner::before {
    right: 14%;
    height: 38.04%;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab1_cont2 .inner img {
    width: 100%;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab1_cont2 .pc {
    display: none;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab1_cont2 .mo {
    display: block;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab2_cont2 {
    background: #fff;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab2_cont2 .inner {
    width: 100%;
    margin-top: 0;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab2_cont2 .inner img {
    width: 100%;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab2_cont2 .pc {
    display: none;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab2_cont2 .mo {
    display: block;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont2 {
    background: #fff;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont2 .inner {
    width: 100%;
    margin-top: 0;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont2 .inner::before {
    right: 14%;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont2 .inner img {
    width: 100%;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont2 .pc {
    display: none;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont2 .mo {
    display: block;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont4 .inner .step_wrap .step p {
    font-size: 19px;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont5 .inner {
    background-position: 0 54%;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont5 .inner .flex_wrap .flex_left .link_area {
    width: 34.25%;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab4_cont2 {
    background: #fff;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab4_cont2 .inner {
    width: 100%;
    margin-top: 0;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab4_cont2 .inner::before {
    right: 14%;
    height: 38.04%;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab4_cont2 .inner img {
    width: 100%;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab4_cont2 .pc {
    display: none;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab4_cont2 .mo {
    display: block;
  }
  .event_2024_09040004 .evCon4 .inner {
    padding: 10rem 0 6rem;
  }
}
@media screen and (max-width: 768px) {
  .event_2024_09040004 .evTopBanner a {
    height: 6rem;
  }
  .event_2024_09040004 .evCon1 .evCon1_cont2 .tab_base li a {
    font-size: 1.8rem;
    line-height: 5rem;
  }
  .event_2024_09040004 .evCon1 .evCon1_cont2 .panel_base li .dis_flex {
    padding: 4rem 3rem;
  }
  .event_2024_09040004 .evCon1 .evCon1_cont2 .panel_base li .dis_flex strong {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
  .event_2024_09040004 .evCon1 .evCon1_cont3 .inner {
    padding-top: 8rem;
  }
  .event_2024_09040004 .evCon2 .inner {
    padding-top: 8rem;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base {
    margin-bottom: 15rem;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li:first-child .profile_wrap > li .layer_profile {
    right: -20.86rem;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li.double .profile_wrap .layer_profile {
    right: unset;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li .profile_wrap > li {
    left: 16%;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li .profile_wrap > li .btn_profile {
    width: 7rem;
    font-size: 1.6rem;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li .profile_wrap > li .layer_profile {
    width: 31rem;
    right: -100%;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li .profile_wrap > li .layer_profile p span.br_inline {
    padding-left: 2.8rem;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li.on .profile_wrap > li .btn_profile {
    width: 7rem;
    font-size: 1.6rem;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li .info {
    padding-right: 0;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li .info span {
    font-size: 1.5rem;
    line-height: 2.8rem;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li .info strong {
    font-size: 1.9rem;
    line-height: 3.5rem;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont4 .inner .step_wrap .step i {
    font-size: 23px;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont4 .inner .step_wrap .step p {
    margin-top: 13px;
    font-size: 12px;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont5 .inner {
    background-position: 0 52%;
  }
  .event_2024_09040004 .evCon5 .inner .con_box {
    gap: 2.4rem;
  }
  .event_2024_09040004 .evCon5 .inner .con_box .con_item .tit_wrap .tit_desc {
    font-size: 1.2rem;
  }
  .event_2024_09040004 .evCon5 .inner .con_box .con_item .button_box.subjects button {
    font-size: 1.2rem;
  }
  .event_2024_09040004 .evCon5 .inner .con_box .con_item .info_contents_box .table_th {
    width: 5.5rem;
  }
  .event_2024_09040004 .evCon5 .inner .con_box .con_item .info_contents_box .privacy2 {
    margin-top: 1.4rem;
    margin-bottom: 1.2rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 576px) {
  .event_2024_09040004 img.pc {
    display: none;
  }
  .event_2024_09040004 img.mo {
    display: block;
  }
  .event_2024_09040004 .mo_only {
    display: block;
    position: relative;
  }
  .event_2024_09040004 .mo_only .slide_tit {
    padding: 0 17.89%;
  }
  .event_2024_09040004 .mo_only .slide {
    padding: 0 9.73% 13.03% 14.73%;
  }
  .event_2024_09040004 .mo_only .slide .swiper-pagination {
    bottom: 5.64%;
    right: 50%;
  }
  .event_2024_09040004 .mo_only .slide .swiper-pagination .swiper-pagination-bullet-active {
    background: #000;
  }
  .event_2024_09040004 .evTopBanner {
    background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0923_hairclass/top_banner_mo.jpg);
  }
  .event_2024_09040004 .evTopBanner a {
    height: 4.5rem;
  }
  .event_2024_09040004 .evMain {
    background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0923_hairclass/evmain_bg_mo.jpg);
  }
  .event_2024_09040004 .evBanner ul li a {
    line-height: 1.4;
    font-size: 1.2rem;
    text-align: center;
  }
  .event_2024_09040004 .evBanner.fix_menu.fixed {
    top: 5rem;
  }
  .event_2024_09040004 .evCon1 .evCon1_cont2 {
    background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0923_hairclass/evcon2_bg_mo.jpg);
  }
  .event_2024_09040004 .evCon1 .evCon1_cont2 .inner {
    padding: 0 0 5rem;
  }
  .event_2024_09040004 .evCon1 .evCon1_cont2 .con_box {
    margin-top: 1rem;
  }
  .event_2024_09040004 .evCon1 .evCon1_cont2 .tab_base li {
    height: 3.5rem;
  }
  .event_2024_09040004 .evCon1 .evCon1_cont2 .tab_base li a {
    font-size: 1.1rem;
    line-height: 3.5rem;
  }
  .event_2024_09040004 .evCon1 .evCon1_cont2 .panel_base li .dis_flex {
    display: block;
    position: relative;
    padding: 0 6rem 8rem;
  }
  .event_2024_09040004 .evCon1 .evCon1_cont2 .panel_base li .dis_flex > .swiper_wrap {
    position: unset;
    width: unset;
  }
  .event_2024_09040004 .evCon1 .evCon1_cont2 .panel_base li .dis_flex > .swiper_wrap .slide_branch .swiper-pagination {
    top: 3.5rem;
    right: 6rem;
  }
  .event_2024_09040004 .evCon1 .evCon1_cont2 .panel_base li .dis_flex > .swiper_wrap > a {
    position: absolute;
    left: 50%;
    bottom: 3.5rem;
    width: 50%;
    margin: 0 0 0 -25%;
    padding: 10px 5px;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .event_2024_09040004 .evCon1 .evCon1_cont2 .panel_base li .dis_flex > p {
    width: unset;
  }
  .event_2024_09040004 .evCon1 .evCon1_cont2 .panel_base li .dis_flex strong {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
  .event_2024_09040004 .evCon1 .evCon1_cont3 {
    background: url(https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0923_hairclass/evcon3_bg2_mo.jpg) no-repeat 0 0/100%;
    background-size: cover;
  }
  .event_2024_09040004 .evCon1 .evCon1_cont3 .inner {
    width: 90%;
    margin: 0 auto;
    padding-top: 4rem;
  }
  .event_2024_09040004 .evCon1 .evCon1_cont3 .inner .btn_black {
    width: 70%;
    margin: 4rem auto 7.5rem;
    padding: 1rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .event_2024_09040004 .evCon2 {
    padding-top: 12%;
    background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0923_hairclass/evcon3_bg_mo.jpg);
    background-size: cover;
  }
  .event_2024_09040004 .evCon2 .inner {
    padding-top: 0;
  }
  .event_2024_09040004 .evCon2 .btn_black {
    width: 50%;
    margin: 6% auto 12%;
    padding: 1rem 0.5rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .event_2024_09040004 .evCon3 {
    background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0923_hairclass/evcon4_bg_mo.jpg);
    background-size: contain;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base {
    margin-bottom: 7rem;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li:first-child .profile_wrap > li .layer_profile {
    left: -1rem;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li.double .info strong {
    width: 90%;
    font-size: 1rem;
    line-height: 2rem;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li.double .profile_wrap li {
    bottom: 9%;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li.double .profile_wrap li:first-child {
    left: 9%;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li.double .profile_wrap li:last-child {
    right: 9%;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li.double .profile_wrap li .layer_profile {
    right: -61%;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li.on .profile_wrap li .btn_profile {
    width: 5.5rem;
    height: 1.8rem;
    font-size: 1rem;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li:last-child .profile_wrap > li:first-child .layer_profile {
    left: unset;
    right: 0;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li .info {
    margin-top: 0.3rem;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li .info span {
    font-size: 1rem;
    line-height: 1.6rem;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li .info strong {
    width: 90%;
    height: 1.9rem;
    margin: 0.5rem auto;
    font-size: 1.1rem;
    line-height: 1.9rem;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li .profile_wrap li {
    bottom: 2rem;
    left: 4%;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li .profile_wrap li:last-child {
    right: 5%;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li .profile_wrap li .btn_profile {
    width: 5.5rem;
    height: 1.8rem;
    font-size: 1rem;
    line-height: 1.8rem;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li .profile_wrap li .layer_profile {
    top: 2.3rem;
    right: 0.1rem;
    left: -2rem;
    width: 16rem;
    padding: 0.8rem;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li .profile_wrap li .layer_profile.type_right {
    left: 0.1rem;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li .profile_wrap li .layer_profile strong {
    font-size: 0.8rem;
    line-height: 0.9rem;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li .profile_wrap li .layer_profile p {
    padding-top: 0.4rem;
    font-size: 0.8rem;
    line-height: 0.9rem;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li .profile_wrap li .layer_profile p span {
    font-size: 0.8rem;
    line-height: 0.9rem;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li .profile_wrap li .layer_profile p span.br_pc {
    padding-left: 1rem;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li .profile_wrap li .layer_profile p span.br_inline {
    padding-left: 1.8rem;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li .profile_wrap li .layer_profile button {
    top: 1rem;
    right: 1rem;
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li .profile_wrap li .layer_profile ul {
    padding-top: 1.2rem;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li .profile_wrap li .layer_profile ul li {
    bottom: unset;
    left: unset;
    padding-left: 4px;
    font-size: 0.8rem;
    line-height: 0.9rem;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li .profile_wrap li .layer_profile ul li::before {
    top: 4px;
    width: 2px;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li .profile_wrap li .layer_profile ul li:last-child {
    right: unset;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li .profile_wrap li .layer_profile ul:last-child {
    right: unset;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li .profile_wrap li .layer_profile .circle li:first-child::before {
    top: 4px;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li .profile_wrap li .layer_profile .circle li::before {
    width: 2px;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base {
    padding-top: 3.5rem;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .video_title span {
    font-size: 1.1rem;
    line-height: 2rem;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .video_title strong {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .video_box {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab1_cont2 {
    background: 0;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab1_cont2 .inner {
    margin-top: 0;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab1_cont6 .inner {
    width: 100%;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab1_cont2 .inner,
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab1_cont3 .inner,
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab1_cont4 .inner,
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab1_cont5 .inner {
    width: 100%;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab2_cont2 {
    background: 0;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab2_cont2 .inner {
    margin-top: 0;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab2_cont2 .inner,
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab2_cont3 .inner,
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab2_cont4 .inner,
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab2_cont5 .inner {
    width: 100%;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont2 {
    background: 0;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont2 .inner {
    margin-top: 0;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont4 {
    background-position: 100% 100%;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont4 .inner {
    padding: 0 0 45px 0;
    margin: 0 auto;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont4 .inner .cont4_tit {
    width: unset;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont4 .inner .step_wrap {
    gap: 30px;
    margin: 30px 0 0;
    padding: 30px 19px;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont4 .inner .step_wrap .step i {
    font-size: 13px;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont4 .inner .step_wrap .step p {
    margin-top: 5px;
    font-size: 13px;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont4 .inner .step_wrap .step::before {
    width: 13px;
    height: 27px;
    right: -23px;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont5 .inner {
    padding: 0 0 11.11% 0;
    background-position: 0 50%;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont5 .inner .flex_wrap {
    background-position: 0 65.84%;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont5 .inner .flex_wrap .flex_right p {
    display: none;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont6 {
    background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0923_hairclass/evcon4_tab2_3_bg6_mo.jpg);
    background-position: top;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont6 .inner {
    padding: 0 0 50px 0;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont6 .inner .review {
    margin-top: 30px;
    padding: 15px 0;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont2 .inner,
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont3 .inner {
    width: 100%;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab4_cont2 {
    background: 0;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab4_cont2 .inner {
    margin-top: 0;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab4_cont3 {
    background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0923_hairclass/evcon4_tab2_4_bg3_mo.jpg);
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab4_cont3 .inner {
    width: 100%;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab4_cont6 .inner {
    width: 100%;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab4_cont2 .inner,
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab4_cont4 .inner,
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab4_cont5 .inner {
    width: 100%;
  }
  .event_2024_09040004 .evCon4 .inner {
    width: 100%;
    padding: 0;
  }
  .event_2024_09040004 .evCon5 {
    background: #fff;
  }
  .event_2024_09040004 .evCon5 .inner {
    width: 90%;
    padding: 7rem 0;
  }
  .event_2024_09040004 .evCon5 .inner .con_box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3.5rem;
    padding-top: 5rem;
  }
  .event_2024_09040004 .evCon5 .inner .con_box .con_left {
    width: 100%;
  }
  .event_2024_09040004 .evCon5 .inner .con_box .con_right {
    width: 100%;
  }
  .event_2024_09040004 .evCon5 .inner .con_box .con_item .tit_wrap .tit_desc {
    font-size: 1.4rem;
  }
  .event_2024_09040004 .evCon5 .inner .con_box .con_item .button_box li {
    height: 7rem;
    font-size: 1.6rem;
  }
  .event_2024_09040004 .evCon5 .inner .con_box .con_item .button_box.subjects li {
    font-size: 1.5rem;
  }
  .event_2024_09040004 .evCon5 .inner .con_box .con_item .button_box.time li {
    font-size: 1.4rem;
  }
  .event_2024_09040004 .evCon5 .inner .con_box .con_item .info_contents_box {
    margin-top: 2rem;
    padding: 1.6rem 2rem;
  }
  .event_2024_09040004 .evCon5 .inner .con_box .con_item .info_contents_box .table {
    margin-bottom: 1rem;
  }
  .event_2024_09040004 .evCon5 .inner .con_box .con_item .info_contents_box .table_th {
    padding: 1.1rem 0;
  }
  .event_2024_09040004 .evCon5 .inner .con_box .con_item .info_contents_box .table_td {
    padding: 1.1rem 0;
  }
  .event_2024_09040004 .evCon5 .inner .con_box .con_item .info_contents_box .sub_page_info.privacy1 {
    height: 13.4rem;
  }
  .event_2024_09040004 .evCon5 .inner .con_box .con_item .info_contents_box .privacy2 {
    margin-top: 1.4rem;
    margin-bottom: 2rem;
    font-size: 1.3rem;
  }
  .event_2024_09040004 .evCon5 .inner .con_box .con_item .info_contents_box .btn_black {
    width: 46%;
    height: 4rem;
    border-radius: 30px;
  }
}
@media screen and (max-width: 430px) {
  .event_2024_09040004 .mo_only .slide .swiper-pagination {
    bottom: 3.64%;
  }
  .event_2024_09040004 .evCon3 {
    background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/event/2024/0923_hairclass/evcon4_bg_mo.jpg);
    background-size: contain;
    background-repeat: repeat;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li.double .profile_wrap li:first-child {
    left: 6%;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li.double .profile_wrap li:last-child {
    right: 5%;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li.double .profile_wrap li .btn_profile {
    width: 5rem;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li.double.on .profile_wrap li .btn_profile {
    width: 5rem;
    height: 1.8rem;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li .info span {
    font-size: 0.9rem;
    line-height: 1.6rem;
  }
}
@media screen and (max-width: 360px) {
  .event_2024_09040004 .evCon3 .con_box .tab_base > li.double .profile_wrap li:first-child {
    left: 6%;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li.double .profile_wrap li:last-child {
    right: 5%;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li.double .profile_wrap li .btn_profile {
    width: 5rem;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li.double.on .profile_wrap li .btn_profile {
    width: 5rem;
    height: 1.8rem;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li.on .profile_wrap li .btn_profile {
    width: 4rem;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li .profile_wrap li .btn_profile {
    width: 4rem;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li .info span {
    font-size: 0.6rem;
  }
  .event_2024_09040004 .evCon3 .con_box .tab_base > li .info strong {
    font-size: 0.9rem;
  }
  .event_2024_09040004 .evCon3 .con_box .panel_base .tab3_cont6 .inner {
    padding: 0 0 58px 0;
  }
}/*# sourceMappingURL=style.css.map */