@charset "utf-8";


/* Noto Sans KR */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap');
@font-face {
	font-family: 'GmarketSansBold';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GmarketSansMedium';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family: 'Noto Sans CJK KR Thin';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/NotoSansKR-Thin.otf');
}
@font-face {
	font-family: 'Noto Sans CJK KR Black';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/NotoSansKR-Black.otf');
}

@font-face {
	font-family: 'Noto Sans CJK KR Bold';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/NotoSansCJKkr-Bold.otf');
}

@font-face {
	font-family: 'Noto Sans CJK KR Regular';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/NotoSansCJKkr-Regular.otf');
}
@font-face {
  font-family: 'SCoreDream-2ExtraLight';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face { font-family: 'SCDream-3Light'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff'); font-weight: 300; }
@font-face { font-family: 'SCDream-4Regular'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff'); font-weight: 400; }

@font-face { font-family: 'SCDream-5Medium'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff'); font-weight: 500; }

@font-face { font-family: 'SCDream-6Bold'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff'); font-weight: 600; }

@font-face { font-family: 'SCDream-7ExtraBold'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff'); font-weight: 700; }

@font-face { font-family: 'SCDream-8Heavy'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff'); font-weight: 800; }

@font-face { font-family: 'SCDream-9Black'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff'); font-weight: 900; }
* {
  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 {
}

section {
  width: 100%;
  margin:0 auto;
  display:block;
}

.inner_box {
  width: 1200px;
  margin: 0 auto;
  
  font-family: 'Noto Sans KR', 'Malgun Gothic', sans-serif !important;
}

.mt30 {margin-top:30px !important;}
.mt40 {margin-top:40px !important;}
.mt50 {margin-top:50px !important;}
.mt70 {margin-top:70px !important;}
.mt90 {margin-top:80px !important;}
.mt80 {margin-top:90px !important;}
.mt100 {margin-top:100px !important;}
.mt110 {margin-top:110px !important;}
.mt130 {margin-top:130px !important;}
.taR {text-align:right !important;}




/* animation */
.animation_element {transition:all 700ms; opacity:0;}
.animation_element.delay50 {transition-delay:50ms;}
.animation_element.delay100 {transition-delay:100ms;}
.animation_element.delay150 {transition-delay:150ms;}
.animation_element.delay200 {transition-delay:200ms;}
.animation_element.delay250 {transition-delay:250ms;}
.animation_element.delay300 {transition-delay:300ms;}
.animation_element.delay350 {transition-delay:350ms;}
.animation_element.delay400 {transition-delay:400ms;}
.animation_element.delay450 {transition-delay:450ms;}
.animation_element.delay500 {transition-delay:500ms;}
.animation_element.delay600 {transition-delay:600ms;}
.animation_element.delay700 {transition-delay:700ms;}
.animation_element.delay750 {transition-delay:750ms;}
.animation_element.delay900 {transition-delay:900ms;}
.animation_element.delay1000 {transition-delay:1000ms;}
.animation_element.delay1050 {transition-delay:1050ms;}
.animation_element.delay1150 {transition-delay:1150ms;}
.animation_element.delay1200 {transition-delay:1200ms;}
.animation_element.delay1300 {transition-delay:1300ms;}
.animation_element.delay1400 {transition-delay:1400ms;}
.animation_element.delay1450 {transition-delay:1450ms;}
.animation_element.delay1700 {transition-delay:1700ms;}
.animation_element.delay1850 {transition-delay:1850ms;}
.animation_element.delay2000 {transition-delay:2000ms;}
.animation_element.delay2100 {transition-delay:2100ms;}
.animation_element.delay2300 {transition-delay:2300ms;}
.animation_element.delay2400 {transition-delay:2400ms;}
.animation_element.delay2450 {transition-delay:2450ms;}
.animation_element.delay2550 {transition-delay:2550ms;}
.animation_element.delay3000 {transition-delay:3000ms;}
.animation_element.delay3300 {transition-delay:3300ms;}
.animation_element.delay3450 {transition-delay:3450ms;}
.animation_element.b_to_t {transform:translate(0px, 50px);}
.animation_element.l_to_r {transform:translate(-50px, 0px);}
.animation_element.r_to_l {transform:translate(50px, 0px);}
.animation_element.animation_set {transform:translate(0px, 0px) !important; opacity:1 !important;}


.top_wrap .act_wrap {position:relative; width:1170px; margin:0 auto;display: flex;flex-direction: column;align-items: center;gap:30px;margin-bottom: 300px;}


.top_wrap .act_wrap span {  
  font-size: 26px;
  font-family: "SCDream-6Bold";
  color:#000;}


    

.title_wrap {
  text-align:center;
}
.title_wrap > p{
  font-size: 32px;
  font-family: "SCDream-6Bold";
  color:#333333;
}
.title_wrap > h2{
  font-size: 46px;
  font-family: "SCDream-8Heavy";
  color:#fff;
}

.img_wrap ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap:40px;
  text-align: center;
}

.con_wrap ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap:40px;
  text-align: center;
}

.txt_wrap h2 {
  text-align: center;
}

.txt_wrap h2 {
  font-size: 24px;
  font-family: "SCDream-4Regular";
  color: #333333;
  line-height: 145%;
}

section img {
  vertical-align: bottom;
}

#section01 {
  background: url("https://img.megastudyacademy.co.kr/campusdev/game_html_img/event/20240517/MEGASTUDY-1976/section01_bg.png") 50% top no-repeat #f5f5ff;
  background-size: 100% 100%;
  height:1171px;
  overflow:hidden;
  padding:110px 0 0;
  margin-top:100px;
}

#section01 .section_inner{
  height:100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  gap:27px;
}
#section01 .section_inner .section01_content {
  margin-left:25px;background: url("https://img.megastudyacademy.co.kr/campusdev/game_html_img/event/20240517/MEGASTUDY-1976/tablet_frame.png") 50% top no-repeat;
  background-size: 100% 100%;
  width:950px;
  height:595px;
  position: relative;
}
#section01 .section_inner .section01_content #video1 {
  width: 800px;
  height: 451px;
  position: absolute;
  top: 58px;
  left: 60px;
  border-radius: 5px;
  overflow: hidden;
}

#section02 {
  background:#f5f5ff;
  overflow:hidden;
}
#section02 .section_inner{
  height:100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap:30px;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 59px 0;
}
#section02 .section_inner .section02_content {
  display: flex;justify-content: space-between;width:100%;gap:30px
}
#section02 .section_inner .section02_content .content_left {
  display: flex;flex-direction: column;gap:30px;width:100%;
}
#section02 .section_inner .section02_content .content_left .content_left_unit {
  background: #fff;border-radius: 10px;  box-shadow: 3px 5px 20px 0px rgba(226, 226, 226, 1);
  padding:30px 25px;text-align: left;display: flex;flex-direction: column;gap:17px;
  position: relative;
}
#section02 .section_inner .section02_content .content_left .content_left_unit img {
  position: absolute;top:17px;right:25px;
}
#section02 .section_inner .section02_content .content_left .content_left_unit h2 {
    font-size: 26px;
    font-family: "GmarketSansBold";
    font-weight:700;
    color: rgb(253, 227, 68);
    line-height: 30px;
    text-align: left;
    -webkit-text-stroke: 1.5px rgb(0, 0, 0);
    text-shadow: 1px 3px 0px rgba(34, 34, 34, 1);
}

#section02 .section_inner .section02_content .content_left .content_left_unit .p_box {
  display: flex;flex-direction: column;gap:27px;
}

#section02 .section_inner .section02_content .content_left .content_left_unit .p_box  p {
  font-size: 20px;
  font-family: "GmarketSansMedium";
  font-weight:500;
  color: #666666;
  line-height: 29px;
  letter-spacing: -0.07em;
}
#section02 .section_inner .section02_content .content_left .content_left_unit:last-child {
  padding:30px 25px 26px;
}
#section02 .section_inner .section02_content .content_left .content_left_unit:last-child .p_box {
  gap:23px;
}
#section02 .section_inner .section02_content .content_right {
  display: flex;flex-direction: column;gap:30px;width:100%;align-items: flex-start;
}
#section02 .section_inner .section02_content .content_right .content_right_unit {
  background: #fff;border-radius: 10px;  box-shadow: 3px 5px 20px 0px rgba(226, 226, 226, 1);
  padding:11px 12px;height:100%;text-align: left;display: flex;flex-direction: column;gap:30px;
}
#section02 .section_inner .section02_content .content_right .content_right_unit .p_box {
  display: flex;
  justify-content: center;
}
#section02 .section_inner .section02_content .content_right .content_right_unit .p_box  p {
  font-size: 20px;
  font-family: "GmarketSansMedium";
  font-weight:500;
  color: #666666;
  line-height: 35px;
  letter-spacing: -0.07em;
}
#section03 {
  background:#f5f5ff;
  overflow:hidden;
}
#section03 .section_inner{
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 59px 0 81px;
}
#section03 .section_inner img {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
#section04 {
  background: url("https://img.megastudyacademy.co.kr/campusdev/game_html_img/event/20240517/MEGASTUDY-1976/section04_bg.png") 50% bottom no-repeat;
  background-size: 100% 100%;
  overflow:hidden;
}

#section04 .section_inner{
  padding:80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  gap:120px;
}
#section04 .section_inner .section04_content {
  width:100%;display: flex;flex-direction: column;gap:20px;
}
#section04 .section_inner .section04_content .main_silde_box {
  width:100%;
}
#section04 .section_inner .section04_content .main_silde_box .swiper-container .swiper-wrapper .slide_unit{
  text-align: center;
}
#section04 .section_inner .section04_content .main_silde_box{
  position: relative;
}

#section04 .section_inner .section04_content .main_silde_box .main_next::after{
  display: none;
}
#section04 .section_inner .section04_content .main_silde_box .main_prev::after{
  display: none;
}
#section04 .section_inner .section04_content .main_silde_box .main_prev{
  top:50%;left:30px;background-image:url("https://img.megastudyacademy.co.kr/campusdev/game_html_img/event/20240517/MEGASTUDY-1976/top_prev.png");background-size: 100%;width: 45px;
  height: 45px;    margin-top: -22.5px;
}
#section04 .section_inner .section04_content .main_silde_box .main_next{
  top:50%;right:30px;background-image:url("https://img.megastudyacademy.co.kr/campusdev/game_html_img/event/20240517/MEGASTUDY-1976/top_next.png");background-size: 100%;width: 45px;
  height: 45px;    margin-top: -22.5px;
}

#section05 {
  background: #f5f5f5;
  padding: 79px 0 60px;
}
#section05 .section_inner{
  max-width: 1200px;
  margin:0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:30px;
}
#section05 .section_inner .section_content {
  display: flex;flex-direction: column;gap:20px;
}
#section05 .section_inner .section_content .tab_btn_box {
  width: 100%;display: flex;gap:31px;
}
#section05 .section_inner .section_content .tab_btn_box .tab_btn {
  width:50%;text-align: center;height:90px;
  background: #53279c;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
}
#section05 .section_inner .section_content .tab_btn_box .tab_btn h2 {
  font-family: "GmarketSansBold";
  font-size:26px;
  color: #803ded;
  line-height: 1;
  padding-top: 7px;
}
#section05 .section_inner .section_content .tab_btn_box .tab_btn.active {
  background: #883fff;
}
#section05 .section_inner .section_content .tab_btn_box .tab_btn h2 {
  color: #fff;
}

#section05 .section_inner .section_content .tab_change_box .tab_change {
  display: none;
}
#section05 .section_inner .section_content .tab_change_box .tab_change.active {
  display: block;
}




#section06 {
  background: #f5f5f5;
  padding: 60px 0 80px;
}
#section06 .section_inner{
  max-width: 1200px;
  margin:0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:30px;
}
#section06 .section_inner .section_content {
  width:100%;
}
#section06 .section_inner .section_content .question_slide_container {
  display: flex;flex-direction: column;gap:27px;
}
#section06 .section_inner .slide_box {
  width:100%;
  display: flex;flex-direction: column;
  align-items: center;
  gap:18px;
}
#section06 .section_inner .slide_box .slide_tab {
  width:100%;overflow: hidden;border-radius: 10px;
}
#section06 .section_inner .slide_box .slide_tab > li {
  overflow: hidden;display: flex;flex-direction: row;width:100%;background: #333333;
  gap:20px;align-items: center;justify-content: space-between;padding:40px 30px;
}

#section06 .section_inner .slide_box .slide_tab > li > span{
  color:#fff;margin-right:auto;font-family: "GmarketSansMedium";font-size:26px;padding-top: 6px;
}
#section06 .section_inner .slide_box .slide_tab > li .slide_tabs_con {
  display: flex;align-items: flex-start;gap:30px;
}
#section06 .section_inner .slide_box .slide_tab > li .slide_tabs_con > span.qna_txt {
  font-family: "GmarketSansMedium";font-size:22px;color: #666666;line-height: 34px;letter-spacing: -0.08em;
}
#section06 .section_inner .slide_box .slide_tab > li .slide_tabs_con > span > span{
  font-family: "GmarketSansBold";color: #222222;
}
#section06 .section_inner .slide_box .slide_tab > li > a.rotate > img{
  transform: rotate(180deg);
}
#section06 .section_inner .slide_box .slide_tab > li:nth-child(1){
  cursor: pointer;
}
#section06 .section_inner .slide_box .slide_tab > li:nth-child(2){
  display: none;background: #fff;    border: 1px solid #e4e4e4;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#section07 {
  background: url("https://img.megastudyacademy.co.kr/campusdev/game_html_img/event/20240517/MEGASTUDY-1976/section07_bg.png") 50% top no-repeat #f5f5ff;
  background-size: 100% 100%;
  height:1376px;
  padding: 80px 0 65px;
}
#section07 .section_inner{
  max-width: 1200px;
  margin:0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:30px;
}















.pg_border_box_wrap3 {
  display: flex;
  flex-direction: row;
  gap:20px;
}
.pg_border_box_wrap3 > ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width:25%;
  gap:40px;
}
.pg_border_box_wrap3 > ul> li > ul {
  display: flex;
  flex-direction: column;
  gap:20px;
}
.pg_border_box_wrap3 > ul> li > ul > li{
  text-align: center;
}

.pg_border_box_wrap3 > ul> li > ul > li > p{
  font-size: 22px;
  font-family: "SCDream-3Light";
}






.btm_fixed_bar_web {
  width: 100%;max-width: 1200px;
  background-color: #fde344;
  position: fixed;
  left:50%;
  bottom: 10px;
  height:110px;
  transform: translate(-50%, 0);
  z-index: 50;
  font-family: 'Noto Sans KR', 'Malgun Gothic', sans-serif;
  border-radius: 10px;
  border: 1px solid #222222;
  box-shadow: 0px 3px 0px 0px rgba(34, 34, 34, 1);
}


.btm_fixed_bar_web .inner_box {
  display: flex;gap:24px;justify-content: space-between;
  margin:0 auto;padding: 0 40px;    height: 100%;
}
.sel_inp_box {
  display: flex;flex-direction: column;justify-content: center;
}

.sel_inp_box .inp_chk_box{
  display: flex;    justify-content: center; flex-direction: column;
  align-items: flex-start;gap:18px;
}

.sel_inp_box  h2{
  display: flex;font-size:19px;color:#333333;font-weight: 700;
}
.sel_inp_box .inp_chk_box .inp_chk{
  display: flex;gap:20px;
}

.sel_inp_box .inp_chk_box .inp_chk label{
  display: flex;align-items: center;gap:6px; font-weight:500;
  font-size: 20px;color: #333333;white-space: nowrap;
}
.sel_inp_box .inp_chk_box .inp_chk input[type=checkbox] {
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;

}
.sel_inp_box .inp_chk_box .inp_chk input[type=checkbox]:checked {
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  width: 20px;
  height: 20px;
  background-image: url(https://img.megastudyacademy.co.kr/campusdev/game_html_img/event/20240517/MEGASTUDY-1976/chk_icon.png);
}


.sel_inp_box .inp_chk_box .inp_chk input[type=radio] {
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}
.sel_inp_box .inp_chk_box .inp_chk input[type=radio]:checked {
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border: 4px solid #fff;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}


.button_area input[type=checkbox]:checked{
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  width: 14px;
  height: 14px;
  background-image: url(https://img.megastudyacademy.co.kr/campusdev/game_html_img/event/20240517/MEGASTUDY-1976/chk_icon.png);
  background-size: 100% 100%;
}


.btm_input {
  display: flex;flex-direction: row;gap:40px; align-items: center;
}
.btm_input  h2{
  display: flex;font-size:19px;color:#333333;font-weight: 700;
}
.btm_input .name_input {
  width: 190px;display: flex;flex-direction: column;justify-content: center;gap:9px;
}
.btm_input .name_input input {
  width:100%;
}


.btm_input .phone_input {
  width:285px;display: flex;flex-direction: column;justify-content: center;gap:9px;
}

.phone_num {
  display: flex;
  align-items: center;
  gap:8px;
  color:#333333;
  box-sizing: border-box;
}

.btm_input select {
  text-align: center;
  height: 38px;
  font-size: 18px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  /* fix */
  background: #ffffff;
  padding-left: unset;
  width: 33.3333%;
  border: 0;
  -moz-text-align:center;
  box-sizing: border-box;
  font-family: "Noto Sans KR";
  border-radius: 3px;
}
.btm_input input {
  height: 38px;
  font-size: 18px;
  text-align: center;
  width: 33.3333%;
  box-sizing: border-box;
  padding-left:0;
  font-family: "Noto Sans KR";
  BORDER:0;
  border-radius: 3px;
}

.btm_input > input {
  width: 100%;
  box-sizing: border-box;
}
.btm_input > input::placeholder {color:#333333;}
.btm_input > input::-webkit-input-placeholder {color:#333333;}
.btm_input > input::-moz-input-placeholder {color:#333333;}
.btm_input > input:-ms-input-placeholder {color:#333333;}


.button_area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 250px;
  gap:5px;
  font-family: "Noto Sans KR";
}

.button_area button {
  background-color: #333333;
  color: #ffffff;
  font-weight: 700;
  font-size: 24px;
  border-radius: 5px;
  padding: 0 30px;
  height: 60px;
  width:100%;
  cursor: pointer;
}
.button_area .inp_wrap {
  display: flex;gap:3px;
  padding:0 10px;
}
.button_area input {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  /* fix */
  appearance: revert;
  -moz-appearance: revert;
  -webkit-appearance: revert;
  -ms-progress-appearance: revert;
}


.button_area a {
  text-align: right;
  color:#333333;
  font-size:13px;
  font-weight:500;
  display: flex;align-items: center;
  font-family: "Noto Sans KR";
}


/* 개인정보 수집 동의 자세히보기 팝업 (기존 코드긁어옴) */

.l_rn_academy_layer {
  width: 400px;
  background: #fff;
  border: 2px solid #999;
  height: 300px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -150px;
  margin-left: -200px;
  display: none;
  padding: 25px 15px;
  /* fix */
  z-index: 9;
}

.l_rn_academy_layer.on {
  display: block;
}

.l_rn_academy_close_btn {
  position: absolute;
  width: 34px;
  height: 34px;
  top: 22px;
  right: 7px;
  cursor: pointer;
}

.l_rn_academy_close_btn:after,
.l_rn_academy_close_btn::before {
  width: 80%;
  height: 1px;
  background: #888;
  content: '';
  clear: both;
  display: block;
  border-radius: 5px;
  position: absolute;
}

.l_rn_academy_close_btn::after {
  transform: rotate(45deg);
  top: 10px;
  left: 0px;
}

.l_rn_academy_close_btn::before {
  transform: rotate(-45deg);
  top: 10px;
  left: 0px;
}
.l_rn_academy_privacy_conts {
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	white-space: pre-line;
	padding: 10px;
	height: 200px;
	overflow-y: scroll;
	background: #fbfbfb;
	border: 1px solid #ddd;
	margin-top: 20px;
}