@charset "utf-8";
@font-face {
  font-family: 'JalnanGothic';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_231029@1.1/JalnanGothic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

* {
  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: 'Noto Sans KR', 'Malgun Gothic', 'sans-serif' ;
  line-height: 1.2 !important;
  vertical-align: bottom;
}
#top_banner{
  background: #0009fe;
}
#top_banner .top_banner_smooth {
  padding:9px 0;
}
#top_banner .top_banner_smooth .swiper-wrapper { 
  transition-timing-function: linear; 
}
#top_banner .top_banner_smooth .swiper-wrapper .swiper-slide{
  width: fit-content;
}

#section01 {
  background: url(https://img.megastudyacademy.co.kr/campusdev/iws_html_img/event/20240621/MEGASTUDY-2083/main_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1920px auto;
}
#section01 .section_inner {
  padding:86px 0 115px;max-width: 1200px;margin:0 auto;display: flex;flex-direction: column;gap:14px;
}
#section01 .section_inner .main_title_wrap {
  width:100%;
}
#section01 .section_inner .main_title_wrap ul {
  display: flex;justify-content: space-between;align-items: flex-start;
}
#section01 .section_inner .main_title_wrap ul li {
  position: relative;
}
#section01 .section_inner .main_title_wrap ul li a {
  width: 120px;
  height: 20px;
  position: absolute;
  bottom: 40px;
  left: 100px;
}
#section02 {
  background: #ffffff;
}
#section02 .section_inner {
  padding:86px 0 84px;max-width: 1200px;margin:0 auto;display: flex;flex-direction: column;gap:65px;
}
#section02 .section_inner .sec02_content_unit {
  display: flex;flex-direction: column;gap:30px;
}
#section02 .section_inner .sec02_content {
  display: flex;flex-direction: column;gap:44px;
}
#section02 .section_inner .sec02_content_unit .unit_content {
  display: flex;justify-content: space-between;align-items: flex-start;
}
#section02 .section_inner .sec02_content_unit .unit_content .unit_content_img {
  position: relative;
}
#section02 .section_inner .sec02_content_unit .unit_content .unit_content_img::after {
  content: '';
  position: absolute;
  top:50%;
  left:-10px;
  background-image: url(https://img.megastudyacademy.co.kr/campusdev/iws_html_img/event/20240621/MEGASTUDY-2083/content_unit_arrow.png);
  width: 15px;height:20px;
  background-size: cover;
  z-index: 1;
}
#section02 .section_inner .sec02_content_unit .unit_content .unit_content_img:first-child:after {
 display: none;
}
#section02 .section_inner .go_bottom {
  width:100%;display: flex;align-items: center;justify-content: flex-end;gap:12px;
}

#section03 {
  background: #00094a;
}
#section03 .section_inner {
  padding:96px 0 117px;max-width: 1200px;margin:0 auto;display: flex;flex-direction: column;gap:84px;
}
#section03 .section_inner .sec03_content {
  display: flex;
  align-items: center;
}

#section04 {
  background: #2defbc;
}
#section04 .section_inner {
  padding:94px 0 103px;max-width: 1070px;margin:0 auto;display: flex;flex-direction: column;gap:53px;    align-items: flex-start;
}
#section04 .section_inner .sec04_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap:7px;
}
#section04 .section_inner .sec04_content .sec04_content_unit {
  position: relative;width: 0;height:140px;overflow: hidden;
}
#section04 .section_inner .sec04_content .sec04_content_unit img{
  position: absolute;
  top:0;left:0;
}
.aos-animate[data-aos="example-anim1"] {
  width: 1071px !important;
  transform-origin: top left;
}


#section05 {
  background: #ffffff;
}
#section05 .section_inner {
  padding:95px 0 110px;max-width: 1200px;margin:0 auto;display: flex;flex-direction: column;gap:78px;
}
#section05 .section_inner .sec05_content {
  display: flex;
  align-items: center;
  background-image: url(https://img.megastudyacademy.co.kr/campusdev/iws_html_img/event/20240621/MEGASTUDY-2083/sec05_bg.png);
  width:1201px;height:501px;
  position: relative;
}
#section05 .section_inner .sec05_content .graph_wrap{
  width: 100%;height:391px;
  position: absolute;
  top:0;left: 0;
  display: flex;
    gap: 32px;
    align-items: flex-end;
    justify-content: center;
}
#section05 .section_inner .sec05_content .graph_wrap .graph_unit {
  width:180px;    text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height:0;
  background: #e9e9e9;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px
}
.graph_unit01.aos-animate[data-aos="example-anim2"] {
  height: 335px !important;
  transform-origin: top left;
}
.graph_unit02.aos-animate[data-aos="example-anim2"] {
  height: 190px !important;
  transform-origin: top left;
}
.graph_unit03.aos-animate[data-aos="example-anim2"] {
  height: 173px !important;
  transform-origin: top left;
}
.graph_unit04.aos-animate[data-aos="example-anim2"] {
  height: 165px !important;
  transform-origin: top left;
}
.graph_unit05.aos-animate[data-aos="example-anim2"] {
  height: 155px !important;
  transform-origin: top left;
}

#section06 {
  background: #00094a;
}
#section06 .section_inner {
  padding:96px 0 117px;max-width: 1200px;margin:0 auto;display: flex;flex-direction: column;gap:84px;
}
#section06 .section_inner .sec06_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


#section07 {
  background: #eeeeee;
}
#section07 .section_inner {
  padding:87px 0 102px;max-width: 1200px;margin:0 auto;display: flex;flex-direction: column;gap:58px;
}
#section07 .section_inner .sec07_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#section08 {
  background: #0009fe;
}
#section08 .section_inner {
  padding:86px 0 89px;max-width: 1200px;margin:0 auto;display: flex;flex-direction: column;gap:52px;
}
#section08 .section_inner .sec08_content {
  display: flex;
  align-items: center;
  margin-top: 32px;
}

#section08 .section_inner .sec08_notice {
  margin: 0 auto;
}

.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%;
}



