@charset "UTF-8";
@font-face {
	font-family: 'gangwonedu';
	font-style: normal;
	font-weight: 700;
	src: url('/css/googlewebfonts/gangwonedu.otf');
}
@font-face {
	font-family: 'NanumBarunGothicBold';
	font-style: normal;
	src: url('/css/googlewebfonts/NanumBarunGothicBold.otf');
}
@font-face {
	font-family: 'NanumBarunGothic';
	font-style: normal;
	src: url('/css/googlewebfonts/NanumBarunGothic.otf');
}
@font-face {
	font-family: 'NanumBarunGothicLight';
	font-style: normal;
	src: url('/css/googlewebfonts/NanumBarunGothicLight.otf');
}
body{
  line-height: 1.2 !important;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  -webkit-outline: none;
  -moz-outline: none;
  outline: 0;
  background: url(https://img.megastudyacademy.co.kr/campus/iws_html_img/common/counselPopup_select.png) no-repeat 95% 50%;
  padding-left: 10px;
}
input[type="text"], input[type="tel"], [type="password"], [type="number"], textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-outline: 0;
  -moz-outline: 0;
  outline: 0;
}
input[type="text"], input[type="tel"], [type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-outline: 0;
  -moz-outline: 0;
  outline: 0;
  width: 100%;
  height: 34px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding-left: 10px;
  box-sizing: border-box;
}

img {
  margin-bottom:0;
}


section.main * {
  line-height: 1.2;box-sizing: border-box;
}
#section01 * {
  line-height: 1.2;box-sizing: border-box;
}
#section02 * {
  line-height: 1.2;box-sizing: border-box;
}
#section03 * {
  line-height: 1.2;box-sizing: border-box;
}
.right_fix_consul a{
  line-height: 1.2;box-sizing: border-box;
}
.consul_popup * {
  line-height: 1.2;box-sizing: border-box;
}



section.main {
  padding:80px 0 180px;
  background-image: url("https://img.megastudyacademy.co.kr/campusdev/main/event/20230321/promotion_webtoon/main_bg.png");
  background-size: cover;
  background-color: #f0f1f5;
}

section.main .inner_box .section_main_title{
  width:100%;
}
section.main .inner_box .section_main_title ul{
  width:100%;display: flex;flex-direction: column;
  justify-content: center;gap:70px;
}
section.main .inner_box .section_main_title ul li{
  display: flex;flex-direction: column;gap:27px;width:100%;
}
section.main .inner_box .section_main_title ul li .side_title{
  display: flex;align-items: center;justify-content: flex-start;gap:10px;
}
section.main .inner_box .section_main_title ul li .side_title span{
  width:378px;height:1px;background: #fff;
}
section.main .inner_box .section_main_title ul li .side_title p{
  font-size:22px;font-weight: 300;color:#fff;font-family: 'NanumBarunGothicLight';
}
section.main .inner_box .section_main_title ul li .main_title{
  display: flex;align-items: center;justify-content: center;
}
section.main .inner_box .section_main_title ul li .main_iframe{
  display: flex;align-items: center;justify-content: center;
}
section.main .inner_box .section_main_title ul li .side_logo{
  display: flex;align-items: center;justify-content: flex-end;gap:10px;
}
section.main .inner_box .section_main_title ul li .side_logo span{
  width:378px;height:1px;background: #fff;
}



#section01{
  background-color: #f0f1f5;padding:60px 0;
}
#section01 .inner_box{
  margin:0 auto;max-width:1200px;width:100%;display: flex;flex-direction: column;gap:130px;
}
#section01 .inner_box .lecture_list_box{
  width:100%;padding:0;
}
#section01 .inner_box .lecture_list_box ul{
  width:100%;display: flex;align-items: center;justify-content: space-between;gap:60px;
}
#section01 .inner_box .lecture_list_box ul li{
  width:33.3333%;display: flex;
  flex-direction: column;
  gap:40px;
  padding:43px 47px;
  background: #fff;
  align-items: flex-start;
  border-radius: 20px;
  box-shadow: 2px 3.464px 10px 0px rgba(0, 0, 0, 0.1);
}
#section01 .inner_box .lecture_list_box ul li h2{
  font-size:26px;color:#1d1d1d;font-family: 'gangwonedu';
  width:100%;
}

#section01 .inner_box .lecture_list_box ul li .lec_info{
  display: flex;flex-direction: column;gap:20px;
}
#section01 .inner_box .lecture_list_box ul li .lec_info p{
  font-size:18px;color:#7d7d7d;font-family: 'NanumBarunGothic';
}
#section01 .inner_box .lecture_list_box ul li.close_class{
  position: relative;
}
#section01 .inner_box .lecture_list_box ul li.close_class::after{
  content:'';
  position: absolute;
  top:50%;
  left:50%;
  background-image: url("https://img.megastudyacademy.co.kr/campus/main/event/20230321/promotion_webtoon/close_class_banner.png");
  background-size: 300px 300px;
  width:300px;height:300px;
  margin-top:-150px;margin-left:-150px;
}
#section01 .inner_box .lecture_list_box ul li.close_class h2{
  opacity: .5;
}
#section01 .inner_box .lecture_list_box ul li.close_class .lec_info{
  opacity: .5;
}
#section01 .inner_box .lecture_list_box ul li button{
    width:100%;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(163, 20, 22);
    border-radius: 10px;
    background-color: rgb(248, 39, 45);
    font-size:22px;
    color:#fff;
    font-family: 'NanumBarunGothicBold';
    padding: 15px 0 13px;
    cursor: pointer;
}
#section01 .inner_box .lecture_list_box ul li.recruit_class button.open_btn {
  position: relative;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(29, 29, 29);
  border-radius: 10px;
  background-color: rgb(254, 230, 0);
  color:#000;
}
#section01 .inner_box .lecture_list_box ul li.recruit_class button.open_btn::after{
  content:'';
  position: absolute;
  top:50%;
  right:15%;
  background-image: url("https://img.megastudyacademy.co.kr/campus/main/event/20230321/promotion_webtoon/mouse_cursor.png");
  background-size: 45px 50px;
  width:45px;height:50px;
}
#section01 .inner_box .lecture_list_box ul li button.open_btn.on{
  position: relative;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(29, 29, 29);
  border-radius: 10px;
  background-color: rgb(254, 230, 0);
  color:#000;
}
#section01 .inner_box .lecture_list_box ul li button.open_btn.on::after{
  content:'';
  position: absolute;
  top:50%;
  right:15%;
  background-image: url("https://img.megastudyacademy.co.kr/campus/main/event/20230321/promotion_webtoon/mouse_cursor.png");
  background-size: 45px 50px;
  width:45px;height:50px;
}

#section01 .inner_box .lecture_list_box ul li button.not_yet_btn{
  opacity: .5;
}



#section01 .inner_box .special_reason_box {
  display: flex;flex-direction: column;gap:40px;justify-content: center;align-items: center;
}
#section01 .inner_box .special_reason_box .special_reason_title{
  display: flex;flex-direction: column;gap:28px;justify-content: center;align-items: center;
}
#section01 .inner_box .special_reason_box .special_reason_title h2{
    font-size: 58px;
    font-family: "gangwonedu";
    color: #000;
    line-height: 1.2;
    text-align: center;
}
#section01 .inner_box .special_reason_box .special_reason_title h2 span{
  color: rgb(248, 39, 45);
}
#section01 .inner_box .special_reason_box .special_reason_title p{
  font-size: 22px;
  font-family: "NanumBarunGothicLight";
  color: #000;
  line-height: 1.2;
}



#section01 .inner_box .special_reason_box .special_reason_content{
  width:100%;display: flex;flex-direction: column;align-items: flex-end;gap:7px;position: relative;
}
#section01 .inner_box .special_reason_box .special_reason_content .absol_notice_box{
  position: absolute;top:30px;right:-308px;background-color: #fff;
  max-width: 292px;
  max-height:220px;
  width:100%;height:100%;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(231, 232, 235);
  background-color: rgb(255, 255, 255);
  box-shadow: 6px 5px 0px 0px rgba(231, 232, 235, 1);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;gap: 20px;padding:35px 10px;
  z-index: 100;
}
#section01 .inner_box .special_reason_box .special_reason_content .absol_notice_box h2{
  font-size:16px;color:#1d1d1d;  font-family: "NanumBarunGothicBold";
}

#section01 .inner_box .special_reason_box .special_reason_content .absol_notice_box p{
  font-size:14px;color:#7d7d7d;  font-family: "NanumBarunGothic";
  text-align: left;width:100%;line-height: 1.5;

}


#section01 .inner_box .special_reason_box .special_reason_content a{
  display: flex;align-items: center;gap:5px;  font-family: "NanumBarunGothic";font-size:16px;color:#7d7d7d;
}
#section01 .inner_box .special_reason_box .special_reason_content .special_reason_content_box{
  width: 100%;display: flex;gap:15px;
}

#section01 .inner_box .special_reason_box .special_reason_content .special_reason_content_box .special_reason_content_box_left ul{
  display: flex;flex-direction: column;gap:15px;
}


#section01 .inner_box .special_reason_box .special_reason_content .special_reason_content_box .special_reason_content_box_left ul li {
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 2px 3.464px 10px 0px rgba(0, 0, 0, 0.1);
  width:745px;
  display: flex;
  align-items: center;justify-content: flex-start;
  gap:34px;padding:15px 40px;
}
#section01 .inner_box .special_reason_box .special_reason_content .special_reason_content_box .special_reason_content_box_right {
  width:100%;
}
#section01 .inner_box .special_reason_box .special_reason_content .special_reason_content_box .special_reason_content_box_right ul {
  height:100%;
}
#section01 .inner_box .special_reason_box .special_reason_content .special_reason_content_box .special_reason_content_box_right ul li {
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 2px 3.464px 10px 0px rgba(0, 0, 0, 0.1);
  display: flex;flex-direction: column;
  align-items: center;justify-content: center;
  gap:34px;padding:15px 40px;height:100%;
}
#section01 .inner_box .special_reason_box .special_reason_content .special_reason_content_box .special_reason_content_box_left ul li .li_txt{
  display: flex;flex-direction: column;gap:14px;
}
#section01 .inner_box .special_reason_box .special_reason_content .special_reason_content_box .special_reason_content_box_left ul li .li_txt h2{
  font-size: 26px;
  font-family: "gangwonedu";
}
#section01 .inner_box .special_reason_box .special_reason_content .special_reason_content_box .special_reason_content_box_left ul li .li_txt p{
  font-size: 18px;
  font-family: "NanumBarunGothicLight";
}
#section01 .inner_box .special_reason_box .special_reason_content .special_reason_content_box .special_reason_content_box_left ul li .li_txt p span{
  font-size: 18px;
  font-family: "NanumBarunGothic";
  background-color: #fee600;
  padding:2px 4px 0;
}



#section01 .inner_box .special_reason_box .special_reason_content .special_reason_content_box .special_reason_content_box_right ul li .li_txt{
  display: flex;flex-direction: column;gap:14px;align-items: center;
}
#section01 .inner_box .special_reason_box .special_reason_content .special_reason_content_box .special_reason_content_box_right ul li .li_txt h2{
  font-size: 26px;
  font-family: "gangwonedu";
}
#section01 .inner_box .special_reason_box .special_reason_content .special_reason_content_box .special_reason_content_box_right ul li .li_txt p{
  font-size: 18px;
  font-family: "NanumBarunGothicLight";
}
#section01 .inner_box .special_reason_box .special_reason_content .special_reason_content_box .special_reason_content_box_right ul li .li_txt p span{
  font-size: 18px;
  font-family: "NanumBarunGothic";
  background-color: #fee600;
  padding:2px 4px 0;
}
#section01 .inner_box .special_reason_box .special_reason_content .special_reason_content_box .special_reason_content_box_right ul li .li_txt > span{
  font-size: 14px;
  font-family: "NanumBarunGothicLight";
  color: #ababab;
}

#section01 .inner_box .special_reason_box .special_reason_content > p{
  display: flex;align-items: center; font-family: "NanumBarunGothic";font-size:16px;color:#7d7d7d;
}
#section01 .inner_box .special_reason_box .special_reason_content > p span{
  color:#f8272d;padding-left:4px;
}

#section01 .inner_box .recom_box {
  display: flex;flex-direction: column;gap:34px;justify-content: center;align-items: center;
}
#section01 .inner_box .recom_box .recom_box_title{
  display: flex;flex-direction: column;gap:28px;justify-content: center;align-items: center;
}
#section01 .inner_box .recom_box .recom_box_title h2{
    font-size: 58px;
    font-family: "gangwonedu";
    color: #000;
    line-height: 1.2;
    text-align: center;
}
#section01 .inner_box .recom_box .recom_box_title h2 span{
  color: rgb(248, 39, 45);
}
#section01 .inner_box .recom_box .recom_box_content{
  width:100%;
}
#section01 .inner_box .recom_box .recom_box_content ul{
  width:100%; display: flex;flex-direction: row;gap:20px;justify-content: space-between;height:405px;align-items: center;
}
#section01 .inner_box .recom_box .recom_box_content ul li{
  width:25%; display: flex;flex-direction: column;gap:30px;justify-content: center;align-items:center;background: #fff;  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  text-align: center;
  padding: 43px 0 41px;
  height: unset;
}
#section01 .inner_box .recom_box .recom_box_content ul li:nth-child(even){
  margin-top: auto;
}
#section01 .inner_box .recom_box .recom_box_content ul li:nth-child(odd){
  margin-bottom: auto;
}

#section01 .inner_box .recom_box .recom_box_content ul li span {
  font-size: 26px;
  font-family: "gangwonedu";
  color: #1d1d1d;
}


#section02{
  padding:80px 0 86px;
  background-image: url("https://img.megastudyacademy.co.kr/campusdev/main/event/20230321/promotion_webtoon/sec02_content_box_bg.png");
  background-size: cover; 
}
#section02 .inner_box{
  margin:0 auto;max-width:1200px;width:100%;display: flex;flex-direction: column;gap:130px;
}
#section02 .inner_box .webtoon_faq{
  display: flex;flex-direction: column;gap:20px;justify-content: center;align-items: center;
}
#section02 .inner_box .webtoon_faq .webtoon_faq_title{
  display: flex;flex-direction: column;gap:20px;justify-content: center;align-items: center;
}
#section02 .inner_box .webtoon_faq .webtoon_faq_title h2{
    font-size: 58px;
    font-family: "gangwonedu";
    color: #fff;
    text-align: center;
    line-height: 1;
}
#section02 .inner_box .webtoon_faq .webtoon_faq_title h2 span{
  color: rgb(248, 39, 45);
}
#section02 .inner_box .webtoon_faq .webtoon_faq_content{
  width:100%;display: flex;flex-direction: column;gap:33px;justify-content: center;align-items: center;position: relative;
}
#section02 .inner_box .webtoon_faq .webtoon_faq_content::after{
  content: '';
  position: absolute;
  bottom:0;right:-30px;
  background-image: url("https://img.megastudyacademy.co.kr/campusdev/main/event/20230321/promotion_webtoon/content_box_shadow_right.png");
  background-size: 30px 165px;
  width:30px;height: 165px;
}
#section02 .inner_box .webtoon_faq .webtoon_faq_content::before{
  content: '';
  position: absolute;
  bottom:0;left:-30px;
  background-image: url("https://img.megastudyacademy.co.kr/campusdev/main/event/20230321/promotion_webtoon/content_box_shadow_left.png");
  background-size: 30px 165px;
  width:30px;height: 165px;
}
#section02 .inner_box .sec02_tab_btn_box {
  width:100%;
}
#section02 .inner_box .sec02_tab_btn_box ul{
  width:100%;display: flex;justify-content: space-between;align-items: center;gap:15px;
}
#section02 .inner_box .sec02_tab_btn_box ul li{
  display: flex;
  flex-direction: column;
  justify-content: center;align-items: center;
  background: #323232;
  width:33.3333%;
  border-radius: 10px;
  gap:12px;
  height:100px;
  cursor: pointer;
  position: relative;
}
#section02 .inner_box .sec02_tab_btn_box ul li::after{
  content: '';
  position: absolute;
  bottom:-14px;left:50%;margin-left:-14px;
  width: 28px;
  height: 28px;
  background: #323232;
  display: inline-block;
  transform: rotate(135deg);
}
#section02 .inner_box .sec02_tab_btn_box ul li h2{
  font-size: 22px;
  font-family: "gangwonedu";
  color: #505050;
}
#section02 .inner_box .sec02_tab_btn_box ul li span{
  font-size: 19px;
  font-family: "NanumBarunGothic";
  color: #505050;
}
#section02 .inner_box .sec02_tab_btn_box ul li.active{
  display: flex;
  flex-direction: column;
  justify-content: center;align-items: center;
  background: #fff;
  width:33.3333%;
  border-radius: 10px;
  gap:12px;
  height:100px;
}
#section02 .inner_box .sec02_tab_btn_box ul li.active::after{
  content: '';
  position: absolute;
  bottom:-14px;left:50%;margin-left:-14px;
  width: 28px;
  height: 28px;
  background: #fff;
  display: inline-block;
  transform: rotate(135deg);
}
#section02 .inner_box .sec02_tab_btn_box ul li.active h2{
  font-size: 22px;
  font-family: "gangwonedu";
  color: #f8272d;
}
#section02 .inner_box .sec02_tab_btn_box ul li.active span{
  font-size: 19px;
  font-family: "NanumBarunGothic";
  color: #1d1d1d;
}

#section02 .inner_box .webtoon_faq .webtoon_faq_content .tab_content{
  width:100%;
  background: #fff;
  border-radius: 10px;
  padding:0 40px 0 69px;
  display: flex;
  gap:49px;    
  align-items: center;
  height: 164px;
}
#section02 .inner_box .webtoon_faq .webtoon_faq_content .tab_content .teacher_qna_img {
  display: flex;flex-direction: column;align-items: center;justify-content: center;gap:9px;
}
#section02 .inner_box .webtoon_faq .webtoon_faq_content .tab_content .teacher_qna_img span{
  font-size:18px;color:#1d1d1d;font-family: 'NanumBarunGothicLight';white-space: nowrap;
}

#section02 .inner_box .webtoon_faq .webtoon_faq_content .tab_content .teacher_qna_txt p{
  font-size:18px;color:#1d1d1d;font-family: 'NanumBarunGothicLight';
  line-height: 1.5;padding:5px 0;
}

#section02 .inner_box .webtoon_curriculum {
  width:100%;display: flex;flex-direction: column;gap:30px;
}
#section02 .inner_box .webtoon_curriculum .webtoon_curriculum_title{
  display: flex;align-items: center;justify-content: center;gap:22px;
}
#section02 .inner_box .webtoon_curriculum .webtoon_curriculum_title h2{
  font-size: 58px;
  font-family: "gangwonedu";
  color: #fff;
  text-align: center;
  line-height: 1;
}
#section02 .inner_box .webtoon_curriculum .webtoon_curriculum_title h2 span{
  color: rgb(248, 39, 45);
}

#section02 .inner_box .webtoon_curriculum .webtoon_curriculum_content {
  width:100%;
}
#section02 .inner_box .webtoon_curriculum .webtoon_curriculum_content ul{
  width:100%;display: flex;justify-content: space-between;align-items: center;gap:20px;
}
#section02 .inner_box .webtoon_curriculum .webtoon_curriculum_content ul li{
  background: #323232;border-radius: 15px;width:25%;padding:10px;
  text-align: center;height:1310px;display: flex;flex-direction: column;gap:30px;background-image: url("https://img.megastudyacademy.co.kr/campusdev/main/event/20230321/promotion_webtoon/curri_bg.png");
  background-size: 100% 100%;
}

#section02 .inner_box .webtoon_curriculum .webtoon_curriculum_content ul li .curri_txt {
  display: flex;flex-direction: column;gap:15px;
}
#section02 .inner_box .webtoon_curriculum .webtoon_curriculum_content ul li .curri_txt p{
  font-size:24px;  font-family: "gangwonedu"; color:#fff;
  line-height: 1.2;
}
#section02 .inner_box .webtoon_curriculum .webtoon_curriculum_content ul li .curri_txt span{
  font-size:18px;  font-family: "NanumBarunGothicLight"; color:#fff;line-height: 1.2;
}





#section02 .inner_box .webtoon_portpolio{
  display: flex;flex-direction: column;gap:24px;justify-content: center;align-items: center;
}
#section02 .inner_box .webtoon_portpolio .webtoon_portpolio_title{
  display: flex;
}
#section02 .inner_box .webtoon_portpolio .webtoon_portpolio_title h2{
    font-size: 58px;
    font-family: "gangwonedu";
    color: #fff;
    text-align: center;
    line-height: 1;
}
#section02 .inner_box .webtoon_portpolio .webtoon_portpolio_title h2 span{
  color: rgb(248, 39, 45);
}
#section02 .inner_box .webtoon_portpolio .webtoon_portpolio_content{
  width: 100%;padding:0 108px;position: relative;display: flex;flex-direction: column;gap:17px;
}
#section02 .inner_box .webtoon_portpolio .webtoon_portpolio_content .webtoon_portpolio_content_container {
  width:100%;
}
#section02 .inner_box .webtoon_portpolio .webtoon_portpolio_content ul li img{
  width: 100%;
}
#section02 .inner_box .webtoon_portpolio .webtoon_portpolio_content .portpolio-slide-next {
  background-image: url("https://img.megastudyacademy.co.kr/campusdev/main/event/20230321/promotion_webtoon/port_polio_slide_arrow_next.png");
  width:60px;height:60px;
  background-size: 60px 60px;
  right:0;margin-top:-30px;
}
#section02 .inner_box .webtoon_portpolio .webtoon_portpolio_content .portpolio-slide-prev {
  background-image: url("https://img.megastudyacademy.co.kr/campusdev/main/event/20230321/promotion_webtoon/port_polio_slide_arrow_prev.png");width:60px;height:60px;
  background-size: 60px 60px;
  left:0;margin-top:-30px;
}
#section02 .inner_box .webtoon_portpolio .webtoon_portpolio_content > p{
  font-size:16px;color:#ffffff;font-family: 'NanumBarunGothicLight';
  text-align: right;
}

#section02 .inner_box .webtoon_curriculum_txt {
  width:100%;
}
#section02 .inner_box .webtoon_curriculum_txt .webtoon_curriculum_txt_table_box{
  width:100%;    display: flex;
  flex-direction: column;
  gap: 30px;
}
#section02 .inner_box .webtoon_curriculum_txt .webtoon_curriculum_txt_title{
  display: flex;flex-direction: row;align-items: center;justify-content: space-between;gap:30px;
}
#section02 .inner_box .webtoon_curriculum_txt .webtoon_curriculum_txt_title span:nth-child(1){
  width:100%;height:1px;background: linear-gradient( to left, #ef272c 10%, rgba(29, 29, 29,.5) 90% );
}
#section02 .inner_box .webtoon_curriculum_txt .webtoon_curriculum_txt_title span:nth-child(3){
  width:100%;height:1px;background: linear-gradient( to right, #ef272c 10%, rgba(29, 29, 29,.5) 90% );
}


#section02 .inner_box .webtoon_curriculum_txt .webtoon_curriculum_txt_title h2{
  font-size:36px;color: #fff;font-family: 'gangwonedu';    white-space: nowrap;
}
#section02 .inner_box .webtoon_curriculum_txt .webtoon_curriculum_txt_table_box button{
  width:100%;height:60px;background-color: #323232;border: 1px solid #3e3d42;
  text-align: center;display: flex;align-items: center;justify-content: center;font-size:18px; color: #fff;font-family: 'NanumBarunGothic';cursor: pointer;

}
#section02 .inner_box .webtoon_curriculum_txt .webtoon_curriculum_txt_table_box .webtoon_curriculum_txt_table_box_inner{
  width:100%;max-height: 991px;overflow: hidden;
}
#section02 .inner_box .webtoon_curriculum_txt .webtoon_curriculum_txt_table_box .webtoon_curriculum_txt_table_box_inner table{
  width:100%;
}
#section02 .inner_box .webtoon_curriculum_txt .webtoon_curriculum_txt_table_box .webtoon_curriculum_txt_table_box_inner table thead{
  text-align: center;
}
#section02 .inner_box .webtoon_curriculum_txt .webtoon_curriculum_txt_table_box .webtoon_curriculum_txt_table_box_inner table thead tr{
  background: #323232;border: 1px solid #3e3d42;height:60px;
}
#section02 .inner_box .webtoon_curriculum_txt .webtoon_curriculum_txt_table_box .webtoon_curriculum_txt_table_box_inner table thead tr td{
  font-size:18px;color: #ffffff;font-family: 'NanumBarunGothic';border-right: 1px solid #3e3d42;vertical-align: middle;line-height: 1;
}
#section02 .inner_box .webtoon_curriculum_txt .webtoon_curriculum_txt_table_box .webtoon_curriculum_txt_table_box_inner table tbody {
  max-height: 930px;overflow: hidden;
}
#section02 .inner_box .webtoon_curriculum_txt .webtoon_curriculum_txt_table_box .webtoon_curriculum_txt_table_box_inner table tbody tr td{
  font-size:18px;color: #ffffff;font-family: 'NanumBarunGothic';border-right: 1px solid #3e3d42;vertical-align: middle;line-height: 1;text-align: left;padding-left:40px;height: 155px;border-bottom: 1px solid #3e3d42;
}
#section02 .inner_box .webtoon_curriculum_txt .webtoon_curriculum_txt_table_box .webtoon_curriculum_txt_table_box_inner table tbody tr td:nth-child(3){
  padding-left:21px;
}
#section02 .inner_box .webtoon_curriculum_txt .webtoon_curriculum_txt_table_box .webtoon_curriculum_txt_table_box_inner table tbody tr td p{
  font-size:18px;color: #ffffff;font-family: 'NanumBarunGothic';padding-bottom:18px;
}
#section02 .inner_box .webtoon_curriculum_txt .webtoon_curriculum_txt_table_box .webtoon_curriculum_txt_table_box_inner table tbody tr td span{
  font-size:16px;color: #ffffff;font-family: 'NanumBarunGothicLight';
  line-height: 1.5;
}
#section02 .inner_box .webtoon_curriculum_txt .webtoon_curriculum_txt_table_box .webtoon_curriculum_txt_table_box_inner table tbody tr td:nth-child(2) div{
  padding-left: 28px;
}
#section02 .inner_box .webtoon_curriculum_txt .webtoon_curriculum_txt_table_box .webtoon_curriculum_txt_table_box_inner table tbody tr td:nth-child(2) div span{
  margin-left:-28px;text-indent: 28px;
}

#section03{
  padding:100px 0 70px;
  background-image: url("https://img.megastudyacademy.co.kr/campusdev/main/event/20230321/promotion_webtoon/sec03_bg.png");
  background-size: cover; 
  background-color: #1d1d1d;
}
#section03 .inner_box{
  margin:0 auto;max-width:1200px;width:100%;display: flex;flex-direction: column;gap:130px;
  position: relative;
}
#section03 .inner_box .webtoon_notice_box {
  width:100%;display: flex;flex-direction: column;align-items: center;justify-content: center;gap:90px;
}
#section03 .inner_box .webtoon_notice_box .webtoon_notice_title{
  position: absolute;top:-100px;right:50px;
}
/*#section03 .inner_box .webtoon_notice_box .webtoon_notice_title::after{
  content:'';
  position: absolute;top:50%;left:50%;background-image: url("https://img.megastudyacademy.co.kr/campusdev/main/event/20230321/promotion_webtoon/h2_after_img.png");
  background-size: cover; 
  width: 1154px;
  height: 243px;
  margin-top:-80px;
  margin-left:-577px;
}*/

#section03 .inner_box .webtoon_notice_box .webtoon_notice_title h2{
  font-size: 58px;
  font-family: "gangwonedu";
  color: #fff;
  text-align: center;
  line-height: 1;
}
#section03 .inner_box .webtoon_notice_box .webtoon_notice_title h2 span{
  color: rgb(248, 39, 45);
}
#section03 .inner_box .webtoon_notice_box .webtoon_notice_title .webtoon_notice_event{
  display: flex;justify-content: center;
}
#section03 .inner_box .webtoon_notice_box .webtoon_notice {
  display: flex;align-items: flex-start;gap:26px;flex-direction: column;width:100%;padding-top:70px;border-top:1px solid #1d1d1d;width:100%;
}
#section03 .inner_box .webtoon_notice_box .webtoon_notice .webtoon_notice_li_title{
  display: flex;align-items: center;gap:14px;
}
#section03 .inner_box .webtoon_notice_box .webtoon_notice .webtoon_notice_li_title h2{
  font-size: 22px;font-family: 'NanumBarunGothicBold';
  color:#000000;
}
#section03 .inner_box .webtoon_notice_box .webtoon_notice ul{
  padding-left:30px;display: flex;flex-direction: column;gap:30px;
}
#section03 .inner_box .webtoon_notice_box .webtoon_notice ul li p{
  font-size: 18px;font-family: 'NanumBarunGothic';
  color:#333333;
  line-height:30px;
}
#section03 .inner_box .webtoon_notice_box .webtoon_notice ul li p span.regular{
  color: #222222;font-family: 'NanumBarunGothicBold';font-size:18px;display: flex;
      margin-bottom: 10px;
}
#section03 .inner_box .webtoon_notice_box .webtoon_notice ul li p span.bold{
  color: #000000;font-family: 'NanumBarunGothicBold';font-size:18px;
}
#section03 .inner_box .webtoon_notice_box .webtoon_notice ul li p span span{
  color:#f8272d;font-size: 18px;font-family: 'NanumBarunGothicLight';
}


.right_fix_consul{
  position: fixed;
  top:200px;
  right:5%;
  background: #fff;
  width: 210px;
  height:260px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  display: flex;flex-direction: column;gap:20px;
  z-index: 99;
}
.right_fix_consul .consul_title {
  text-align: center;padding-top:22px;
  font-size:16px;font-family: 'NanumBarunGothic';color:#1d1d1d;
}
.right_fix_consul form {
  display: flex;flex-direction: column;gap:10px;    height: 100%;
}
.right_fix_consul form .name_tag{
  padding:0 12px;  
}
.right_fix_consul form .name_tag input{
  padding:0 12px;background: #f6f7f7; border: 1px solid #d2d2d2;font-size:13px;font-family: 'NanumBarunGothic';color:#1d1d1d;text-align: center;
}
.right_fix_consul form .tel_tag {
  padding:0 12px;display: flex;gap:10px;
}
.right_fix_consul form .tel_tag select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f6f7f7;
  width: 33.3333%;
  text-align: center;
  padding: 0;
  border: 1px solid #d2d2d2;
  font-size:13px;font-family: 'NanumBarunGothic';color:#1d1d1d;
}
.right_fix_consul form .tel_tag input{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f6f7f7;
  width: 33.3333%;
  border: 1px solid #d2d2d2;
  font-size:13px;font-family: 'NanumBarunGothic';color:#1d1d1d;  text-align: center;
  padding: 0;
  height: 36px;
  line-height: 34px;
  padding-left: 0;
  border-radius: 0;
}
.right_fix_consul form .agree_tag{
  padding:0 12px;
}
.right_fix_consul form .agree_tag label{
  font-size:13px;font-family: 'NanumBarunGothic';color:#1d1d1d;display: flex;align-items: center;gap:5px;
}
.right_fix_consul form .agree_tag label a{
  font-size:13px;font-family: 'NanumBarunGothic';color:#1d1d1d;display: flex;align-items: center;gap:5px;border-bottom:1px solid #1d1d1d;
}
.right_fix_consul form .agree_tag input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #d2d2d2;
  width: 13px;
  height: 13px;
  background: #f6f7f7;
  outline: 0;
  margin:0;
}
.right_fix_consul form .agree_tag  input[type="checkbox"]::after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: '';
  display: none;
  height: 40%;
  left: 40%;
  position: relative;
  top: 20%;
  transform: rotate(45deg);
  width: 15%;
}
.right_fix_consul form .agree_tag  input[type="checkbox"]:checked {
  background: #ed1c24;  border:0;
}
.right_fix_consul form .agree_tag  input[type="checkbox"]:checked::after {
  display: block;
}
.right_fix_consul form > button{
  outline: 0;border: 0;background: #ed1c24;
  color: #fff;
  font-size: 18px;
  font-family: "gangwonedu";
  margin-top: auto;
  padding: 20px 0 19px;    cursor: pointer;
}
.consul_popup_bg {
  position: fixed;height: 100%;width:100%;z-index: 10000;background: rgba(0,0,0,.5);top:0;left:0;display: none;
}

.consul_popup {
  position: fixed;z-index: 10000;top:0;left:0;display: none;height:413px;width: 406px;  transform: translate3d(-50%, -50%, 0);top: 50%;left: 50%;
}
.consul_popup .consul_popup_inner{
  background: #fff;
  position: absolute;
  width: 406px;top: 50%;height:413px;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 10px;
  padding:24px 0 0;
  overflow: hidden;
}
.consul_popup .consul_popup_inner form {
  width:100%;height:100%;
}
.consul_popup .consul_popup_inner form .consul_popup_inner_box {
  display: flex;flex-direction: column;align-items: center;justify-content: space-between;width:100%;height:100%;
}
.consul_popup .consul_popup_inner form .consul_popup_inner_box .consul_popup_title {
  display: flex;flex-direction: column;gap:8px;
  align-items: center;justify-content: center;
}
.consul_popup .consul_popup_inner form .consul_popup_inner_box .consul_popup_title h2{
  color: #ed1c24;
  font-size: 28px;
  font-family: "gangwonedu";
}
.consul_popup .consul_popup_inner form .consul_popup_inner_box .info_box {
  display: flex;flex-direction: column;gap:26px;width:100%;padding:0 25px;
}

.consul_popup .consul_popup_inner form .consul_popup_inner_box .info_box .consul_name_tag {
  display: flex;flex-direction: row;gap:15px;width:100%;align-items: center;justify-content: space-between;
}

.consul_popup .consul_popup_inner form .consul_popup_inner_box .info_box .consul_name_tag label{
  min-width: 50px;font-size:16px;font-family: 'NanumBarunGothic';color:#1d1d1d;
}
.consul_popup .consul_popup_inner form .consul_popup_inner_box .info_box .consul_name_tag input{
  height:48px;font-size: 16px;
  color: #1d1d1d;
  font-family: 'NanumBarunGothic';
}

.consul_popup .consul_popup_inner form .consul_popup_inner_box .info_box .consul_name_tag {
  display: flex;flex-direction: row;gap:15px;width:100%;align-items: center;justify-content: space-between;
}

.consul_popup .consul_popup_inner form .consul_popup_inner_box .info_box .consul_name_tag label{
  min-width: 50px;font-size:16px;font-family: 'NanumBarunGothic';color:#1d1d1d;text-align: left;
}
.consul_popup .consul_popup_inner form .consul_popup_inner_box .info_box .consul_name_tag input{
  height:48px;border: 1px solid #cacaca;
}

.consul_popup .consul_popup_inner form .consul_popup_inner_box .info_box .consul_tel_tag {
  display: flex;flex-direction: row;gap:15px;width:100%;align-items: center;justify-content: space-between;
}

.consul_popup .consul_popup_inner form .consul_popup_inner_box .info_box .consul_tel_tag label{
  min-width: 50px;font-size:16px;font-family: 'NanumBarunGothic';color:#1d1d1d;text-align: left;
}
.consul_popup .consul_popup_inner form .consul_popup_inner_box .info_box .consul_tel_tag .tel_tag_box{
  display: flex;flex-direction: row;gap:6px;align-items: center;
}
.consul_popup .consul_popup_inner form .consul_popup_inner_box .info_box .consul_tel_tag select{
  height:48px;width:33.3333%;outline: 0;border: 1px solid ;font-size:16px;color:#1d1d1d;font-family: 'NanumBarunGothic';border: 1px solid #cacaca;
}
.consul_popup .consul_popup_inner form .consul_popup_inner_box .info_box .consul_tel_tag input{
  height:48px;width:33.3333%;font-size:16px;color:#1d1d1d;font-family: 'NanumBarunGothic';border: 1px solid #cacaca;text-align: center;
  padding:0;
}
.consul_popup .consul_popup_inner form .consul_popup_inner_box .info_box .consul_tel_tag p {
  font-size:16px;font-family: 'NanumBarunGothic';color:#1d1d1d;
}





.consul_popup .consul_popup_inner form .consul_popup_inner_box .info_box .consul_agree_tag {
  display: flex;flex-direction: row;gap:15px;width:100%;align-items: center;justify-content: flex-start;
}
.consul_popup .consul_popup_inner form .consul_popup_inner_box .info_box .consul_agree_tag label{
  min-width: 50px;font-size:16px;font-family: 'NanumBarunGothic';color:#1d1d1d;text-align: left;display: flex;    align-items: flex-end;
    align-items: flex-end;
  line-height: 1;
}
.consul_popup .consul_popup_inner form .consul_popup_inner_box .info_box .consul_agree_tag label a{
  font-size:16px;font-family: 'NanumBarunGothic';color:#1d1d1d;line-height: 1;
  border-bottom:1px solid #1d1d1d;
}




.consul_popup .consul_popup_inner form .consul_popup_inner_box .info_box .consul_agree_tag label input[type="checkbox"]{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #d2d2d2;
  width: 17px;
  height: 17px;
  background: #f6f7f7;
  outline: 0;
  margin-right:5px;
}
.consul_popup .consul_popup_inner form .consul_popup_inner_box .info_box .consul_agree_tag label input[type="checkbox"]::after {
  border: solid #fff;
  border-width: 0 1px 1px 0;
  content: '';
  display: none;
  height: 40%;
  left: 40%;
  position: relative;
  top: 20%;
  transform: rotate(45deg);
  width: 15%;
}
.consul_popup .consul_popup_inner form .consul_popup_inner_box .info_box .consul_agree_tag label input[type="checkbox"]:checked {
  background: #000; 
}
.consul_popup .consul_popup_inner form .consul_popup_inner_box .info_box .consul_agree_tag label input[type="checkbox"]:checked::after {
  display: block;
}




.consul_popup .popup_close_btn {
  position: absolute;
    right: 10px;
    z-index: 999;
    top: 10px;
    width:28px;
}
.consul_popup .popup_close_btn img{
  width: 100%;
}










.consul_popup .consul_popup_inner form .consul_popup_inner_box button {
  width:100%;background: #fee600;border:0;outline: 0;font-size:20px;  font-family: "gangwonedu";color:#1d1d1d;padding:21px 0;cursor: pointer;
}