@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap');

* {
  font-family: 'Pretendard Variable';
}
section {
  overflow: hidden;
}
#sectionMain {
  background: transparent;
  position: relative;
  overflow: hidden;
  height: 1000px;
  margin-top:102px;
}
#sectionMain .section_bg {
  position: absolute;
  top:0;left:0;
  height: 1000px;
  z-index: 1;
  width: 100%;
}
#sectionMain .section_bg img {
  width: 100%;
  height: auto;
  object-fit: cover;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#sectionIntro {
  position: relative;
  overflow: visible;
}
#sectionIntro .section_inner {
  background: rgba(28, 35, 227, 1);
  padding:59px 0px 46px;
  filter: drop-shadow(0px 20px 30px rgba(0, 0, 0, 0.3));
  display: flex;flex-direction: column;align-items: center;justify-content: center;
  z-index: 1;
  position: relative;
}
#sectionIntro .section_inner::after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 200px solid transparent;
  border-right: 200px solid transparent;
  border-top: 60px solid rgba(28, 35, 227, 1);
  z-index: 1;
}
#sectionIntro .section_title {
  text-align: center;display: flex;flex-direction: column;gap:20px;
  align-items: center;
  justify-content: center;
}
#sectionIntro .section_title h2 {
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -0.4%;
  text-align: center;
  color:#fff;
  display: flex;
  flex-direction: column;gap:12px;
  align-items: center;
  justify-content: center;
}
#sectionIntro .section_title h2 span{
  display: flex;
  width: fit-content;
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -0.4%;
  text-align: center;
  background: rgba(161, 209, 233, 1);
  padding: 10px 53px;
  color: rgba(47, 0, 255, 1);
  border-radius: 60px;
}
#sectionIntro .section_title p{
  font-weight: 400;
  font-size: 46px;
  line-height: 60px;
  letter-spacing: -2.5%;
  color:#fff;
}
#sectionReason {
  position: relative;
  overflow: visible;
  background: url('https://img.megastudyacademy.co.kr/campusdev/beautym_html_img/event/20260729/reason_bg.png') no-repeat center bottom;
  background-size: 768px auto;
  padding:154px 0 148px;
}
#sectionReason .section_inner {
  position: relative;
  max-width:700px;
  margin:0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#sectionReason .reason_item_list {
  display: flex;
  flex-direction: column;
  gap:60px;
  width: 100%;
}
#sectionReason .reason_item {
  width: 100%;
  text-align: center;
  background: #fff;
  padding:57px 0;
  border-radius: 30px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#sectionReason .reason_item h2 {
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  color:#000;
  letter-spacing: -2.5%;
}
#sectionReason .reason_item h2 span {
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -2.5%;
  color:rgba(47, 0, 255, 1);
}

#sectionText {
  position: relative;
  background: #fff;
  padding:45px 0;
}
#sectionText .section_inner {
  position: relative;
  max-width:1200px;
  margin:0 auto;
}
#sectionText .section_title h2{
  font-weight: 700;
  font-size: 60px;
  line-height: 80px;
  letter-spacing: -2.5%;
  text-align: center;
  color:#000;
  background: linear-gradient(to right, rgba(255, 0, 153, 1) 25%, rgba(55, 0, 255, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

#sectionTextBanner {
  position: relative;
  background: url('https://img.megastudyacademy.co.kr/campusdev/beautym_html_img/event/20260729/sectionTextBanner_bg.png') no-repeat center center;
  background-size: 768px auto;
  padding:92px 0 80px;
}
#sectionTextBanner .section_inner {
  position: relative;
  max-width:700px;
  margin:0 auto;
}
#sectionTextBanner .section_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:19px;
}
#sectionTextBanner .section_title h2{
  font-weight: 500;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -2.5%;
  text-align: center;
  color:rgba(0, 36, 102, 1);
}
#sectionTextBanner .section_title > span{
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -2.5%;
  text-align: center;
  color:#fff;
  background: linear-gradient(to right, rgba(244, 100, 174, 1) 25%, rgba(0, 4, 252, 1) 100%);
  padding: 15px 0;
  margin:0 0 21px;
  width: 100%;
}
#sectionTextBanner .section_title p{
  font-weight: 500;
  font-size: 60px;
  line-height: 80px;
  letter-spacing: -2.5%;
  text-align: center;
  color:rgba(0, 0, 0, 1);
}
#sectionTextBanner .section_title p span{
  font-weight: 500;
  font-size: 60px;
  line-height: 80px;
  letter-spacing: -2.5%;
  text-align: center;
  color:rgba(231, 6, 116, 1);
}

#sectionPart {
  position: relative;
  background: url('https://img.megastudyacademy.co.kr/campusdev/beautym_html_img/event/20260729/sectionPart_bg.png') no-repeat center center;
  padding:28px 0;
}
#sectionPart .section_inner {
  position: relative;
  max-width:700px;
  margin:0 auto;
}
#sectionPart .section_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:20px;
}
#sectionPart .section_title h2{
  font-weight: 400;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -2.5%;
  text-align: center;
  color:#fff;
}
#sectionPart .section_title h2 span{
  font-weight: 700;
}

#sectionJobTrack {
  position: relative;
  background: url('https://img.megastudyacademy.co.kr/campusdev/beautym_html_img/event/20260729/sectionJobTrack_bg.png') no-repeat center center;
  background-size: 768px auto;
  padding: 0 0 100px;
}
#sectionJobTrack .section_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
#sectionJobTrack .section_title {
  width: 100%;
  display: flex;
  justify-content: center;
}
#sectionJobTrack .section_title h2 {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 28px 40px 45px;
  font-weight: 700;
  font-size: 46px;
  line-height: 56px;
  letter-spacing: 0;
  text-align: center;
  color: rgba(0, 91, 130, 1);
  background: rgba(255, 255, 255, 0.6);
  border: 4px solid #ffffff;
  border-radius: 0 0 100% 100% / 0 0 160px 160px;
  box-sizing: border-box;
}
#sectionJobTrack .section_title h2 span {
  position: relative;
  z-index: 1;
}
#sectionJobTrack .job_track_list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 49px;
  max-width: 720px;
  margin: 0 auto;
}
#sectionJobTrack .job_track_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
#sectionJobTrack .job_track_label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 620px;
  padding: 0 40px;
  background: linear-gradient(to right, rgba(132, 203, 255, 1) 0%, rgba(8, 150, 255, 1) 100%);
  font-weight: 700;
  font-size: 50px;
  line-height: 80px;
  letter-spacing: -2.5%;
  color: #fff;
  text-align: center;
}
#sectionJobTrack .job_track_desc {
  width: 100%;
  padding: 15px 30px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  box-shadow: 0 -4px 0 rgba(255, 255, 255, 1), 0 4px 22px rgba(201, 201, 201, 0.25);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  font-weight: 700;
  font-size: 34px;
  line-height: 90px;
  letter-spacing: -2.5%;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  width: 100%;
}














#sectionStartupTrack {
  position: relative;
  background: url('https://img.megastudyacademy.co.kr/campusdev/beautym_html_img/event/20260729/sectionStartupTrack_bg.png') no-repeat center center;
  background-size: 768px auto;
  padding: 0 0 100px;
}
#sectionStartupTrack .section_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
#sectionStartupTrack .section_title {
  width: 100%;
  display: flex;
  justify-content: center;
}
#sectionStartupTrack .section_title h2 {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 28px 40px 45px;
  font-weight: 700;
  font-size: 46px;
  line-height: 56px;
  letter-spacing: 0;
  text-align: center;
  color: #B00032;
  background: rgba(255, 255, 255, 0.6);
  border: 4px solid #FF5177;
  border-radius: 0 0 100% 100% / 0 0 160px 160px;
  box-sizing: border-box;
}
#sectionStartupTrack .startup_track_list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 49px;
  max-width: 720px;
  margin: 0 auto;
}
#sectionStartupTrack .startup_track_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
#sectionStartupTrack .startup_track_label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 620px;
  padding: 0 40px;
  background: rgba(176, 0, 50, 1);
  font-weight: 700;
  font-size: 50px;
  line-height: 80px;
  letter-spacing: -2.5%;
  color: #fff;
  text-align: center;
}
#sectionStartupTrack .startup_track_desc {
  width: 100%;
  padding: 15px 30px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  box-shadow: 0 -4px 0 rgba(255, 255, 255, 1), 0 4px 22px rgba(201, 201, 201, 0.25);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  font-weight: 700;
  font-size: 34px;
  line-height: 90px;
  letter-spacing: -2.5%;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  width: 100%;
}
#sectionPartS {
  position: relative;
  background-color: linear-gradient(90deg, #5383FB 0%, #00D9FF 100%);
  background: url('https://img.megastudyacademy.co.kr/campusdev/beautym_html_img/event/20260729/sectionPartS_bg.png') no-repeat center center;
  background-size: 768px auto;
  padding: 28px 0;
}
#sectionPartS .section_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
#sectionPartS .section_title {
  width: 100%;
  display: flex;
  justify-content: center;
}
#sectionPartS .section_title h2 {
  font-weight: 400;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -2.5%;
  text-align: center;
  color: #fff;
}
#sectionPartS .section_title h2 span {
  font-weight: 700;
}

#sectionBanner {
  position: relative;
  background: #fff;
  padding: 38px 0;
  border: 3px solid transparent;
  border-image: linear-gradient(to right, rgba(255, 0, 153, 1) 25%, rgba(55, 0, 255, 1) 100%) 1;
}
#sectionBanner .section_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
#sectionBanner .section_title {
  width: 100%;
  display: flex;
  justify-content: center;
}
#sectionBanner .section_title h2 {
  font-weight: 700;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -2%;
  text-align: center;
  color: #000;
  background: linear-gradient(to right, rgba(0, 75, 255, 1) 25%, rgba(226, 1, 246, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

#sectionSupport {
  position: relative;
  background: url('https://img.megastudyacademy.co.kr/campusdev/beautym_html_img/event/20260729/sectionSupport_bg.png') no-repeat center center;
  background-size: 768px auto;
  padding: 70px 0 100px;
}
#sectionSupport .section_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 47px;
}
#sectionSupport .section_title {
  width: 100%;
  display: flex;
  justify-content: center;
  max-width: 580px;
  margin: 0 auto;
}
#sectionSupport .section_title ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-items: center;
  gap: 50px;
  width: 100%;
}
#sectionSupport .section_title ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  background: #fff;
  border-radius: 30px;
  padding-bottom: 40px;
}
#sectionSupport .section_title ul li h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -4%;
  text-align: center;
  color: #fff;
  background: rgba(0, 97, 243, 1);
  width: 100%;
  padding:18px 0;
  border-radius: 30px;
}
#sectionSupport .section_title ul li p {
  font-weight: 400;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: -2.5%;
  text-align: center;
  color: rgba(26, 26, 26, 1);
}
#sectionSupport .section_title ul li p span {
  font-weight: 700;
}
#sectionSupport .section_con {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  max-width: 646px;
}
#sectionSupport .section_con h2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -2.5%;
  text-align: center;
}
#sectionSupport .section_con p {
  font-weight: 400;
  font-size: 50px;
  line-height: 70px;
  letter-spacing: -2.5%;
  text-align: center;
  color: #fff;
  background: linear-gradient(to right, rgba(244, 100, 174, 1) 25%, rgba(56, 60, 255, 1) 100%);
  border-radius: 30px;
  padding: 14px 37px 13px;
}
#sectionSupport .section_con p span {
  font-weight: 700;
}



#sectionCounsel {
  position: relative;
  background: #fff;
  padding: 80px 0 100px;
}
#sectionCounsel .section_inner {
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
#sectionCounsel .counsel_wrap {
  width: 100%;
}
#sectionCounsel .counsel_title {
  border-bottom: 2px solid #222;
  padding-bottom: 10px;
  margin-bottom: 84px;
}
#sectionCounsel .counsel_title h2 {
  margin: 0;
  font-weight: 700;
  font-size: 50px;
  line-height: 75px;
  letter-spacing:-2.5%;
  color: #222;
}
#sectionCounsel .counsel_body {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0;
}
#sectionCounsel .counsel_row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 17px;
}
#sectionCounsel .counsel_label {
  flex: none;
  width: 100%;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -2%;
  color: #2B2B2B;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  gap: 0;
}
#sectionCounsel .counsel_field {
  flex: 1;
  min-width: 0;
}
#sectionCounsel .counsel_field input[type="text"],
#sectionCounsel .counsel_field input[type="tel"],
#sectionCounsel .counsel_field select {
  width: 100%;
  height: 100px;
  padding: 0 30px;
  border: 1px solid #cccccc;
  border-radius: 10px;
  font-size: 32px;
  line-height: 44px;
  color: #222;
  background: #fff;
  box-sizing: border-box;
  outline: none;
}
#sectionCounsel .counsel_field select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 14px 10px;
  padding-right: 50px;
  cursor: pointer;
}
#sectionCounsel .counsel_field input[type="text"]::placeholder,
#sectionCounsel .counsel_field input[type="tel"]::placeholder {
  color: #999999;
}
#sectionCounsel .counsel_field input[type="text"]:focus,
#sectionCounsel .counsel_field input[type="tel"]:focus,
#sectionCounsel .counsel_field select:focus {
  border-color: #999;
}
#sectionCounsel .tel_fields {
  display: flex;
  align-items: center;
  gap: 2px;
}
#sectionCounsel .tel_fields input[type="tel"],
#sectionCounsel .tel_fields select {
  flex: 1;
  min-width: 0;
  text-align: center;
  padding: 0 10px;
}
#sectionCounsel .tel_fields select {
  padding-right: 36px;
  background-position: right 12px center;
  text-align: left;
  padding-left: 30px;
}
#sectionCounsel .tel_fields .tel_dash {
  flex: 0 0 auto;
  width: 8px;
  height: 2px;
  background: #000000;
}
#sectionCounsel .campus_btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:22px;
  row-gap:24px;
}
#sectionCounsel .campus_btns input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#sectionCounsel .campus_btns label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  width: 100%;
  height: 100px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  color: #2B2B2B;
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
  letter-spacing: 0;
  cursor: pointer;
  box-sizing: border-box;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
#sectionCounsel .campus_btns input[type="radio"]:checked + label {
  background: #15181F;
  border-color: #15181F;
  color: #fff;
  font-weight: 700;
}
#sectionCounsel .counsel_agree {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#sectionCounsel .counsel_agree .privacy_tit {
  display: inline-block;
  width: fit-content;
  font-size: 30px;
  font-weight: 700;
  color: #555;
  letter-spacing: -0.02em;
  text-decoration: none;
  line-height: 1.4;
}
#sectionCounsel .counsel_agree .privacy_tit:hover {
  color: #666;
}
#sectionCounsel .counsel_agree .personalInfo {
  display: none;
  max-height: 160px;
  overflow-y: auto;
  padding: 16px;
  border: 1px solid #eee;
  border-radius: 8px;
  background: #fafafa;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}
#sectionCounsel .counsel_agree .agree_bx {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
#sectionCounsel .counsel_agree .agree_bx input[type="checkbox"] {
  width: 40px;
  height: 40px;
  margin: 2px 0 0;
  accent-color: #222;
  cursor: pointer;
  flex-shrink: 0;
  border-radius: 4px;
  border: 2px solid #B3B3B3;
}
#sectionCounsel .counsel_agree .agree_bx label {
  font-size: 30px;
  font-weight: 400;
  color: #555555;
  letter-spacing: -0.02em;
  cursor: pointer;
  line-height: 1.5;
}
#sectionCounsel .counsel_submit {
  display: flex;
  justify-content: center;
  padding-top: 4px;
}
#sectionCounsel .counsel_submit a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  height: 100px;
  padding: 0 40px;
  background: #2B2B2B;
  border-radius: 10px;
  color: #fff;
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-decoration: none;
  box-sizing: border-box;
  transition: background 0.2s;
}
#sectionCounsel .counsel_submit a:hover {
  background: #2B2B2B;
}

#sectionNotice {
  background: #EDEDED;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#sectionNotice .section_inner {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap:30px;
  padding:45px 0 49px;
  width: 100%;
}
#sectionNotice h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0% !important;
}
#sectionNotice .notice_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#sectionNotice .notice_list ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#sectionNotice .notice_list ul li {
  display: flex;
  flex-direction: column;
  gap: 0;
}
#sectionNotice .notice_list ul li h3 {
  font-size: 26px;
  line-height: 34px;
  color: #000;
  letter-spacing: -1% !important;
  font-weight: 700;
}

#sectionNotice .notice_list ul li p {
  font-size: 26px;
  line-height: 34px;
  color: #555555;
  letter-spacing: -1% !important;
  font-weight: 400;
}
#sectionNotice .notice_list ul li p span {
  font-weight: 700;
}


@media all and (max-width: 768px) {
  #sectionMain {
    background: transparent;
    position: relative;
    overflow: hidden;
    height: 130.2083vw;
    margin-top:13.2813vw;
  }
  #sectionMain .section_bg {
    position: absolute;
    top:0;left:0;
    height: 130.2083vw;
    z-index: 1;
    width: 100%;
  }
  #sectionMain .section_bg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  #sectionIntro {
    position: relative;
    overflow: visible;
  }
  #sectionIntro .section_inner {
    background: rgba(28, 35, 227, 1);
    padding:7.6823vw 0.0000vw 5.9896vw;
    filter: drop-shadow(0.0000vw 2.6042vw 3.9063vw rgba(0, 0, 0, 0.3));
    display: flex;flex-direction: column;align-items: center;justify-content: center;
    z-index: 1;
    position: relative;
  }
  #sectionIntro .section_inner::after {
    content: '';
    position: absolute;
    bottom: -7.6171vw;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 26.0417vw solid transparent;
    border-right: 26.0417vw solid transparent;
    border-top: 7.8125vw solid rgba(28, 35, 227, 1);
    z-index: 1;
  }
  #sectionIntro .section_title {
    text-align: center;display: flex;flex-direction: column;gap:2.6042vw;
    align-items: center;
    justify-content: center;
  }
  #sectionIntro .section_title h2 {
    font-weight: 700;
    font-size: 7.8125vw;
    line-height: 1;
    letter-spacing: -0.4%;
    text-align: center;
    color:#fff;
    display: flex;
    flex-direction: column;gap:1.5625vw;
    align-items: center;
    justify-content: center;
  }
  #sectionIntro .section_title h2 span{
    display: flex;
    width: fit-content;
    font-weight: 700;
    font-size: 7.8125vw;
    line-height: 1;
    letter-spacing: -0.4%;
    text-align: center;
    background: rgba(161, 209, 233, 1);
    padding: 1.3021vw 6.9010vw;
    color: rgba(47, 0, 255, 1);
    border-radius: 7.8125vw;
  }
  #sectionIntro .section_title p{
    font-weight: 400;
    font-size: 5.9896vw;
    line-height: 7.8125vw;
    letter-spacing: -2.5%;
    color:#fff;
  }
  #sectionReason {
    position: relative;
    overflow: visible;
    background: url('https://img.megastudyacademy.co.kr/campusdev/beautym_html_img/event/20260729/reason_bg.png') no-repeat center bottom;
    background-size: 100.0000vw auto;
    padding:20.0521vw 0 19.2708vw;
  }
  #sectionReason .section_inner {
    position: relative;
    max-width:91.1458vw;
    margin:0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #sectionReason .reason_item_list {
    display: flex;
    flex-direction: column;
    gap:7.8125vw;
    width: 100%;
  }
  #sectionReason .reason_item {
    width: 100%;
    text-align: center;
    background: #fff;
    padding:7.4219vw 0;
    border-radius: 3.9063vw;
    box-shadow: 0.0000vw 0.5208vw 2.6042vw 0.0000vw rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #sectionReason .reason_item h2 {
    font-weight: 400;
    font-size: 6.5104vw;
    line-height: 7.8125vw;
    color:#000;
    letter-spacing: -2.5%;
  }
  #sectionReason .reason_item h2 span {
    font-weight: 700;
    font-size: 6.5104vw;
    line-height: 7.8125vw;
    letter-spacing: -2.5%;
    color:rgba(47, 0, 255, 1);
  }
  
  #sectionText {
    position: relative;
    background: #fff;
    padding:5.8594vw 0;
  }
  #sectionText .section_inner {
    position: relative;
    max-width:156.2500vw;
    margin:0 auto;
  }
  #sectionText .section_title h2{
    font-weight: 700;
    font-size: 7.8125vw;
    line-height: 10.4167vw;
    letter-spacing: -2.5%;
    text-align: center;
    color:#000;
    background: linear-gradient(to right, rgba(255, 0, 153, 1) 25%, rgba(55, 0, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  
  #sectionTextBanner {
    position: relative;
    background: url('https://img.megastudyacademy.co.kr/campusdev/beautym_html_img/event/20260729/sectionTextBanner_bg.png') no-repeat center center;
    background-size: 100.0000vw auto;
    padding:11.9792vw 0 10.4167vw;
  }
  #sectionTextBanner .section_inner {
    position: relative;
    max-width:91.1458vw;
    margin:0 auto;
  }
  #sectionTextBanner .section_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:2.4740vw;
  }
  #sectionTextBanner .section_title h2{
    font-weight: 500;
    font-size: 6.5104vw;
    line-height: 7.8125vw;
    letter-spacing: -2.5%;
    text-align: center;
    color:rgba(0, 36, 102, 1);
  }
  #sectionTextBanner .section_title > span{
    font-weight: 700;
    font-size: 7.8125vw;
    line-height: 9.1146vw;
    letter-spacing: -2.5%;
    text-align: center;
    color:#fff;
    background: linear-gradient(to right, rgba(244, 100, 174, 1) 25%, rgba(0, 4, 252, 1) 100%);
    padding: 1.9531vw 0;
    margin:0 0 2.7344vw;
    width: 100%;
  }
  #sectionTextBanner .section_title p{
    font-weight: 500;
    font-size: 7.8125vw;
    line-height: 10.4167vw;
    letter-spacing: -2.5%;
    text-align: center;
    color:rgba(0, 0, 0, 1);
  }
  #sectionTextBanner .section_title p span{
    font-weight: 500;
    font-size: 7.8125vw;
    line-height: 10.4167vw;
    letter-spacing: -2.5%;
    text-align: center;
    color:rgba(231, 6, 116, 1);
  }
  
  #sectionPart {
    position: relative;
    background: url('https://img.megastudyacademy.co.kr/campusdev/beautym_html_img/event/20260729/sectionPart_bg.png') no-repeat center center;
    padding:3.6458vw 0;
  }
  #sectionPart .section_inner {
    position: relative;
    max-width:91.1458vw;
    margin:0 auto;
  }
  #sectionPart .section_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:2.6042vw;
  }
  #sectionPart .section_title h2{
    font-weight: 400;
    font-size: 7.8125vw;
    line-height: 9.3750vw;
    letter-spacing: -2.5%;
    text-align: center;
    color:#fff;
  }
  #sectionPart .section_title h2 span{
    font-weight: 700;
  }
  
  #sectionJobTrack {
    position: relative;
    background: url('https://img.megastudyacademy.co.kr/campusdev/beautym_html_img/event/20260729/sectionJobTrack_bg.png') no-repeat center center;
    background-size: 100.0000vw auto;
    padding: 0 0 13.0208vw;
  }
  #sectionJobTrack .section_inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10.4167vw;
  }
  #sectionJobTrack .section_title {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #sectionJobTrack .section_title h2 {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 3.6458vw 5.2083vw 5.8594vw;
    font-weight: 700;
    font-size: 5.9896vw;
    line-height: 7.2917vw;
    letter-spacing: 0;
    text-align: center;
    color: rgba(0, 91, 130, 1);
    background: rgba(255, 255, 255, 0.6);
    border: 0.5208vw solid #ffffff;
    border-radius: 0 0 100% 100% / 0 0 20.8333vw 20.8333vw;
    box-sizing: border-box;
  }
  #sectionJobTrack .section_title h2 span {
    position: relative;
    z-index: 1;
  }
  #sectionJobTrack .job_track_list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6.3802vw;
    max-width: 93.7500vw;
    margin: 0 auto;
  }
  #sectionJobTrack .job_track_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  #sectionJobTrack .job_track_label {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 80.7292vw;
    padding: 0 5.2083vw;
    background: linear-gradient(to right, rgba(132, 203, 255, 1) 0%, rgba(8, 150, 255, 1) 100%);
    font-weight: 700;
    font-size: 6.5104vw;
    line-height: 10.4167vw;
    letter-spacing: -2.5%;
    color: #fff;
    text-align: center;
  }
  #sectionJobTrack .job_track_desc {
    width: 100%;
    padding: 1.9531vw 3.9063vw;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 3.9063vw;
    box-shadow: 0 -0.5208vw 0 rgba(255, 255, 255, 1), 0 0.5208vw 2.8646vw rgba(201, 201, 201, 0.25);
    -webkit-backdrop-filter: blur(3.2552vw);
    backdrop-filter: blur(3.2552vw);
    font-weight: 700;
    font-size: 4.4271vw;
    line-height: 11.7188vw;
    letter-spacing: -2.5%;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    width: 100%;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  #sectionStartupTrack {
    position: relative;
    background: url('https://img.megastudyacademy.co.kr/campusdev/beautym_html_img/event/20260729/sectionStartupTrack_bg.png') no-repeat center center;
    background-size: 100.0000vw auto;
    padding: 0 0 13.0208vw;
  }
  #sectionStartupTrack .section_inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10.4167vw;
  }
  #sectionStartupTrack .section_title {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #sectionStartupTrack .section_title h2 {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 3.6458vw 5.2083vw 5.8594vw;
    font-weight: 700;
    font-size: 5.9896vw;
    line-height: 7.2917vw;
    letter-spacing: 0;
    text-align: center;
    color: #B00032;
    background: rgba(255, 255, 255, 0.6);
    border: 0.5208vw solid #FF5177;
    border-radius: 0 0 100% 100% / 0 0 20.8333vw 20.8333vw;
    box-sizing: border-box;
  }
  #sectionStartupTrack .startup_track_list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6.3802vw;
    max-width: 93.7500vw;
    margin: 0 auto;
  }
  #sectionStartupTrack .startup_track_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  #sectionStartupTrack .startup_track_label {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 80.7292vw;
    padding: 0 5.2083vw;
    background: rgba(176, 0, 50, 1);
    font-weight: 700;
    font-size: 6.5104vw;
    line-height: 10.4167vw;
    letter-spacing: -2.5%;
    color: #fff;
    text-align: center;
  }
  #sectionStartupTrack .startup_track_desc {
    width: 100%;
    padding: 1.9531vw 3.9063vw;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 3.9063vw;
    box-shadow: 0 -0.5208vw 0 rgba(255, 255, 255, 1), 0 0.5208vw 2.8646vw rgba(201, 201, 201, 0.25);
    -webkit-backdrop-filter: blur(3.2552vw);
    backdrop-filter: blur(3.2552vw);
    font-weight: 700;
    font-size: 4.4271vw;
    line-height: 11.7188vw;
    letter-spacing: -2.5%;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    width: 100%;
  }
  #sectionPartS {
    position: relative;
    background-color: linear-gradient(90deg, #5383FB 0%, #00D9FF 100%);
    background: url('https://img.megastudyacademy.co.kr/campusdev/beautym_html_img/event/20260729/sectionPartS_bg.png') no-repeat center center;
    background-size: 100.0000vw auto;
    padding: 3.6458vw 0;
  }
  #sectionPartS .section_inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10.4167vw;
  }
  #sectionPartS .section_title {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #sectionPartS .section_title h2 {
    font-weight: 400;
    font-size: 7.8125vw;
    line-height: 9.3750vw;
    letter-spacing: -2.5%;
    text-align: center;
    color: #fff;
  }
  #sectionPartS .section_title h2 span {
    font-weight: 700;
  }
  
  #sectionBanner {
    position: relative;
    background: #fff;
    padding: 4.9479vw 0;
    border: 0.3906vw solid transparent;
    border-image: linear-gradient(to right, rgba(255, 0, 153, 1) 25%, rgba(55, 0, 255, 1) 100%) 1;
  }
  #sectionBanner .section_inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10.4167vw;
  }
  #sectionBanner .section_title {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #sectionBanner .section_title h2 {
    font-weight: 700;
    font-size: 7.8125vw;
    line-height: 9.3750vw;
    letter-spacing: -2%;
    text-align: center;
    color: #000;
    background: linear-gradient(to right, rgba(0, 75, 255, 1) 25%, rgba(226, 1, 246, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  
  #sectionSupport {
    position: relative;
    background: url('https://img.megastudyacademy.co.kr/campusdev/beautym_html_img/event/20260729/sectionSupport_bg.png') no-repeat center center;
    background-size: 100.0000vw auto;
    padding: 9.1146vw 0 13.0208vw;
  }
  #sectionSupport .section_inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6.1198vw;
  }
  #sectionSupport .section_title {
    width: 100%;
    display: flex;
    justify-content: center;
    max-width: 75.5208vw;
    margin: 0 auto;
  }
  #sectionSupport .section_title ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    gap: 6.5104vw;
    width: 100%;
  }
  #sectionSupport .section_title ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4.1667vw;
    background: #fff;
    border-radius: 3.9063vw;
    padding-bottom: 5.2083vw;
  }
  #sectionSupport .section_title ul li h2 {
    font-weight: 700;
    font-size: 5.2083vw;
    line-height: 1;
    letter-spacing: -4%;
    text-align: center;
    color: #fff;
    background: rgba(0, 97, 243, 1);
    width: 100%;
    padding:2.3438vw 0;
    border-radius: 3.9063vw;
  }
  #sectionSupport .section_title ul li p {
    font-weight: 400;
    font-size: 5.2083vw;
    line-height: 7.8125vw;
    letter-spacing: -2.5%;
    text-align: center;
    color: rgba(26, 26, 26, 1);
  }
  #sectionSupport .section_title ul li p span {
    font-weight: 700;
  }
  #sectionSupport .section_con {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7.8125vw;
    max-width: 84.1146vw;
  }
  #sectionSupport .section_con h2 {
    font-weight: 700;
    font-size: 6.5104vw;
    line-height: 7.8125vw;
    letter-spacing: -2.5%;
    text-align: center;
  }
  #sectionSupport .section_con p {
    font-weight: 400;
    font-size: 6.5104vw;
    line-height: 9.1146vw;
    letter-spacing: -2.5%;
    text-align: center;
    color: #fff;
    background: linear-gradient(to right, rgba(244, 100, 174, 1) 25%, rgba(56, 60, 255, 1) 100%);
    border-radius: 3.9063vw;
    padding: 1.8229vw 4.8177vw 1.6927vw;
  }
  #sectionSupport .section_con p span {
    font-weight: 700;
  }
  
  
  
  #sectionCounsel {
    position: relative;
    background: #fff;
    padding: 10.4167vw 0 13.0208vw;
  }
  #sectionCounsel .section_inner {
    max-width: 93.7500vw;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
  }
  #sectionCounsel .counsel_wrap {
    width: 100%;
  }
  #sectionCounsel .counsel_title {
    border-bottom: 0.2604vw solid #222;
    padding-bottom: 1.3021vw;
    margin-bottom: 10.9375vw;
  }
  #sectionCounsel .counsel_title h2 {
    margin: 0;
    font-weight: 700;
    font-size: 6.5104vw;
    line-height: 9.7656vw;
    letter-spacing:-2.5%;
    color: #222;
  }
  #sectionCounsel .counsel_body {
    display: flex;
    flex-direction: column;
    gap: 3.9063vw;
    padding: 0;
  }
  #sectionCounsel .counsel_row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 2.2135vw;
  }
  #sectionCounsel .counsel_label {
    flex: none;
    width: 100%;
    font-weight: 700;
    font-size: 3.9063vw;
    line-height: 4.6875vw;
    letter-spacing: -2%;
    color: #2B2B2B;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    gap: 0;
  }
  #sectionCounsel .counsel_field {
    flex: 1;
    min-width: 0;
  }
  #sectionCounsel .counsel_field input[type="text"],
  #sectionCounsel .counsel_field input[type="tel"],
  #sectionCounsel .counsel_field select {
    width: 100%;
    height: 13.0208vw;
    padding: 0 3.9063vw;
    border: 0.1302vw solid #cccccc;
    border-radius: 1.3021vw;
    font-size: 4.1667vw;
    line-height: 5.7292vw;
    color: #222;
    background: #fff;
    box-sizing: border-box;
    outline: none;
  }
  #sectionCounsel .counsel_field select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 2.6042vw center;
    background-size: 1.8229vw 1.3021vw;
    padding-right: 6.5104vw;
    cursor: pointer;
  }
  #sectionCounsel .counsel_field input[type="text"]::placeholder,
  #sectionCounsel .counsel_field input[type="tel"]::placeholder {
    color: #999999;
  }
  #sectionCounsel .counsel_field input[type="text"]:focus,
  #sectionCounsel .counsel_field input[type="tel"]:focus,
  #sectionCounsel .counsel_field select:focus {
    border-color: #999;
  }
  #sectionCounsel .tel_fields {
    display: flex;
    align-items: center;
    gap: 0.2604vw;
  }
  #sectionCounsel .tel_fields input[type="tel"],
  #sectionCounsel .tel_fields select {
    flex: 1;
    min-width: 0;
    text-align: center;
    padding: 0 1.3021vw;
  }
  #sectionCounsel .tel_fields select {
    padding-right: 4.6875vw;
    background-position: right 1.5625vw center;
    text-align: left;
    padding-left: 3.9063vw;
  }
  #sectionCounsel .tel_fields .tel_dash {
    flex: 0 0 auto;
    width: 1.0417vw;
    height: 0.2604vw;
    background: #000000;
  }
  #sectionCounsel .campus_btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:2.8646vw;
    row-gap:3.1250vw;
  }
  #sectionCounsel .campus_btns input[type="radio"] {
    position: absolute;
    width: 0.1302vw;
    height: 0.1302vw;
    padding: 0;
    margin: -0.1302vw;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  #sectionCounsel .campus_btns label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    width: 100%;
    height: 13.0208vw;
    padding: 0 1.3021vw;
    border: 0.1302vw solid #ccc;
    border-radius: 0.7813vw;
    background: #fff;
    color: #2B2B2B;
    font-size: 4.1667vw;
    line-height: 4.9479vw;
    font-weight: 500;
    letter-spacing: 0;
    cursor: pointer;
    box-sizing: border-box;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
  }
  #sectionCounsel .campus_btns input[type="radio"]:checked + label {
    background: #15181F;
    border-color: #15181F;
    color: #fff;
    font-weight: 700;
  }
  #sectionCounsel .counsel_agree {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 3.1250vw;
  }
  #sectionCounsel .counsel_agree .privacy_tit {
    display: inline-block;
    width: fit-content;
    font-size: 3.9063vw;
    font-weight: 700;
    color: #555;
    letter-spacing: -0.02em;
    text-decoration: none;
    line-height: 1.4;
  }
  #sectionCounsel .counsel_agree .privacy_tit:hover {
    color: #666;
  }
  #sectionCounsel .counsel_agree .personalInfo {
    display: none;
    max-height: 20.8333vw;
    overflow-y: auto;
    padding: 2.0833vw;
    border: 0.1302vw solid #eee;
    border-radius: 1.0417vw;
    background: #fafafa;
    font-size: 1.8229vw;
    line-height: 1.6;
    color: #666;
  }
  #sectionCounsel .counsel_agree .agree_bx {
    display: flex;
    align-items: flex-start;
    gap: 1.0417vw;
  }
  #sectionCounsel .counsel_agree .agree_bx input[type="checkbox"] {
    width: 5.2083vw;
    height: 5.2083vw;
    margin: 0.2604vw 0 0;
    accent-color: #222;
    cursor: pointer;
    flex-shrink: 0;
    border-radius: 0.5208vw;
    border: 0.2604vw solid #B3B3B3;
  }
  #sectionCounsel .counsel_agree .agree_bx label {
    font-size: 3.9063vw;
    font-weight: 400;
    color: #555555;
    letter-spacing: -0.02em;
    cursor: pointer;
    line-height: 1.5;
  }
  #sectionCounsel .counsel_submit {
    display: flex;
    justify-content: center;
    padding-top: 0.5208vw;
  }
  #sectionCounsel .counsel_submit a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    height: 13.0208vw;
    padding: 0 5.2083vw;
    background: #2B2B2B;
    border-radius: 1.3021vw;
    color: #fff;
    font-size: 4.1667vw;
    line-height: 5.7292vw;
    font-weight: 700;
    letter-spacing: -0.03em;
    text-decoration: none;
    box-sizing: border-box;
    transition: background 0.2s;
  }
  #sectionCounsel .counsel_submit a:hover {
    background: #2B2B2B;
  }
  
  #sectionNotice {
    background: #EDEDED;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  #sectionNotice .section_inner {
    max-width: 93.7500vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap:3.9063vw;
    padding:5.8594vw 0 6.3802vw;
    width: 100%;
  }
  #sectionNotice h2 {
    font-size: 3.9063vw;
    line-height: 4.6875vw;
    font-weight: 700;
    color: #000;
    letter-spacing: 0% !important;
  }
  #sectionNotice .notice_list {
    display: flex;
    flex-direction: column;
    gap: 1.3021vw;
  }
  #sectionNotice .notice_list ul {
    display: flex;
    flex-direction: column;
    gap: 3.9063vw;
  }
  #sectionNotice .notice_list ul li {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  #sectionNotice .notice_list ul li h3 {
    font-size: 3.3854vw;
    line-height: 4.4271vw;
    color: #000;
    letter-spacing: -1% !important;
    font-weight: 700;
  }
  
  #sectionNotice .notice_list ul li p {
    font-size: 3.3854vw;
    line-height: 4.4271vw;
    color: #555555;
    letter-spacing: -1% !important;
    font-weight: 400;
  }
  #sectionNotice .notice_list ul li p span {
    font-weight: 700;
  } 
}