@charset "utf-8";
@font-face {
  font-family: 'GmarketSansTTFBold';
  src: url('https://img.megastudyacademy.co.kr/campusdev/iws_html_img/fonts/GmarketSansTTFBold.ttf') format('truetype');
}

* {
  box-sizing: border-box;
}

html,body,p,section,div,img,span,h1,h2,h3,h4,h5,h6,ul,li,input,a {
  padding: 0;
  margin: 0;
}

input,button,select{
  border: 0 none;
  outline: none;
}

ul,li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

body {
}
.itheader {
  border-bottom: 0;
}
section {
  width: 100%;
  margin:0 auto;
  display:block;
}
#wingBanner{
  display:none;
}
.top_bar_fix {
  position:relative !important;
}
.wrap * {
  font-family: 'Wanted Sans Variable', 'Malgun Gothic', 'sans-serif' ;
  line-height: 1.2 !important;
  vertical-align: bottom;
}
#section01 {
  background: url(https://img.megastudyacademy.co.kr/campusdev/iws_html_img/event/20250805/MEGASTUDY-470/main_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1920px auto;
}
#section01 .section_inner {
  padding:169px 0 44px;max-width: 1200px;margin:0 auto;display: flex;flex-direction: column;gap:94px;align-items: flex-start;justify-content: center;
}
#section01 .section_inner .main_title_top_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap:40px;
  flex-direction: column;
}
#section01 .section_inner .main_title_top_wrap span {
  font-size: 25px;
  font-weight: 700;
  color: #f17603;
  line-height: 1;
  text-align: left;
}
#section01 .section_inner .main_title_top_wrap .main_title_top_content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap:34px;
  flex-direction: row;
}
#section01 .section_inner .main_title_wrap {
  width:100%;
}

#section02 {
  background: url(https://img.megastudyacademy.co.kr/campusdev/iws_html_img/event/20250805/MEGASTUDY-470/section02_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1920px auto;
}
#section02 .section_inner {
  padding:62px 0 111px;max-width: 1200px;margin:0 auto;display: flex;flex-direction: column;gap:179px;
  align-items: center;justify-content: center;
}
#section02 .section_inner .sec02_content {
  display: flex;flex-direction: column;gap:47px;align-items: center;justify-content: center;
}
#section02 .section_inner .sec02_content .img_wrap {
  display: flex;flex-direction: column;gap:20px;align-items: center;justify-content: center;
}






#section03 {
  background: #ffffff;
}
#section03 .section_inner {
  padding:107px 0 90px;max-width: 1200px;margin:0 auto;display: flex;flex-direction: column;text-align: center;gap:50px;
}
#section03 .section_inner a {
  display: flex;
  align-items: center;justify-content: center;
}
#section03 .section_inner .sec03_content {
  display: flex;
  align-items: center;
}







#section_etc {
  background: #fff8f5;
}
#section_etc .section_inner {
  padding:76px 0 63px;max-width: 1200px;margin:0 auto;display: flex;flex-direction: column;text-align: center;gap:60px;
}
#section_etc .section_inner .sec_etc_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:20px;
}
#section_etc .section_inner .sec_etc_title h2 {
  font-size: 45px;
  line-height: 1;
  font-weight: 700;
  color: #222222;
  font-family: "GmarketSansTTFBold";
}
#section_etc .section_inner .sec_etc_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:130px;
  max-width:1135px;
}
#section_etc .section_inner .sec_etc_content .sec_etc_content_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap:19px;
  width: 100%;
}
#section_etc .section_inner .sec_etc_content .sec_etc_content_item .sec_etc_content_item_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap:10px;
  width:100%;
}
#section_etc .section_inner .sec_etc_content .sec_etc_content_item .sec_etc_content_item_title > span {
  width: 100%;
  height: 1px;
  background: #f16c02;
  max-width:930px;
}
#section_etc .section_inner .sec_etc_content .sec_etc_content_item .sec_etc_content_item_title p {
  font-size: 25px;
  font-weight: 700;
  color: #222222;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  white-space: nowrap;
}
#section_etc .section_inner .sec_etc_content .sec_etc_content_item .sec_etc_content_item_title p span {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  background: #f17603;
  padding: 3px 9px;
  border-radius: 30px;
  line-height: 1;
}
#section_etc .section_inner .sec_etc_content .sec_etc_content_item .sec_etc_content_item_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:10px;
  max-width: 1135px;
  width:100%;
}
#section_etc .section_inner .sec_etc_content .sec_etc_content_item .sec_etc_content_item_content ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap:22px;
  column-gap:13px;
  width: 100%;
}
#section_etc .section_inner .sec_etc_content .sec_etc_content_item .sec_etc_content_item_content ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
#section_etc .section_inner .sec_etc_content .sec_etc_content_item .sec_etc_content_item_content ul li .unit_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:10px;
  background: #1a1a2e;
  width: 100%;
  height: 105px;
}
#section_etc .section_inner .sec_etc_content .sec_etc_content_item .sec_etc_content_item_content ul li .unit_title p {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
}
#section_etc .section_inner .sec_etc_content .sec_etc_content_item .sec_etc_content_item_content ul li .unit_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap:10px;
  border: 1px solid #f0e0d8;
  border-top: 0;
  width: 100%;
  height: 160px;
  padding: 35px 0px 35px 35px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #ffffff;
}
#section_etc .section_inner .sec_etc_content .sec_etc_content_item .sec_etc_content_item_content ul li .unit_content p {
  font-size: 19px;
  font-weight: 500;
  color: #555555;
  letter-spacing: -0.4px;
  position: relative;
  text-align: left;
}
#section_etc .section_inner .sec_etc_content .sec_etc_content_item .sec_etc_content_item_content ul li .unit_content p::after {
  content: '';
  position: absolute;
  top:7px;
  left:-10px;
  width: 5px;
  height: 5px;
  background: #f16c02;
  border-radius: 50%;
}

#section_etc .section_inner .sec_etc_content .sec_etc_content_item:nth-child(2) .sec_etc_content_item_title > span {
  width: 100%;
  height: 1px;
  background: #7838f4;
  max-width:930px;
}
#section_etc .section_inner .sec_etc_content .sec_etc_content_item:nth-child(2) .sec_etc_content_item_title p span {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  background: #7838f4;
  padding: 3px 9px;
  border-radius: 30px;
  line-height: 1;
}
#section_etc .section_inner .sec_etc_content .sec_etc_content_item:nth-child(2) .sec_etc_content_item_content ul li .unit_content p::after {
  background: #7838f4;
}








#section04 {
  background: url(https://img.megastudyacademy.co.kr/campusdev/iws_html_img/event/20250805/MEGASTUDY-470/section03_bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: #1c1b22;
  background-size: 1920px auto;
}
#section04 .section_inner {
  padding:110px 0 100px;max-width: 1280px;margin:0 auto;display: flex;flex-direction: column;gap:150px;    align-items: center;
}
#section04 .section_inner .sec04_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:51px;
}
#section04 .section_inner .sec04_content .sec04_content_unit {
  position: relative;display: flex;gap:20px;
}


#section05 {
  background: #f2f5fb;
}
#section05 .section_inner {
  padding:110px 0;max-width: 1200px;margin:0 auto;display: flex;flex-direction: column;gap:78px;
}

.fixed_banner {
  position: fixed;
  top:250px;
  right:0;
  z-index: 999;
}


.time_table_popup {
  position: fixed;
  width:100%;height:100%;
  background: rgba(0,0,0,.8);
  left:0;top: 0;
  z-index: 999;
  display: none;
}
.time_table_popup .time_table_popup_content {
  position: absolute;
  top:50%;left:50%;
  transform:translate(-49%, -50%);
}
.time_table_popup .time_table_popup_content a {
  position: absolute;
  top:15px;
  right:15px;
  width:25px;
}
.time_table_popup .time_table_popup_content a img {
  width:100%;
}



