@font-face {
  font-family: 'BMJUA';
  src: url('https://img.megastudyacademy.co.kr/campusdev/iws_html_img/fonts/BMJUA.ttf') format('woff');
  font-weight: normal;
  font-style: normal;
}


#section01 {
  padding:80px 0 53px;
  background-image: url(https://img.megastudyacademy.co.kr/campusdev/iws_html_img/event/20240408/MEGASTUDY-1929/section01_bg_v3.png);
}
#section01 .section_inner {
  max-width: 1540px;margin: 0 auto;text-align: center;
  width:100%;display: flex;flex-direction: column;gap:60px;
}
#section01 .section_inner .section01_title {
  display: flex;flex-direction: column;gap:16px;align-items: center;justify-content: center;
}
#section01 .section_inner .section01_title h2 {
  font-family: 'GmarketSansMedium';font-size:20px;color: #222222;font-weight:500;line-height: 1;
}
#section01 .section_inner .section01_title h2 span{
  font-family: 'BMJUA';font-size:24px;color: #e34273;font-weight:500;
}
#section01 .section_inner .section01_title .hashtag_container {
  display: flex;gap:5px;
  align-items: center;justify-content: center;
  padding-top:23px;
}
#section01 .section_inner .section01_title .hashtag_container span{
  font-size:18px;color: #e34273;font-weight:500;
  background-color: #fed8e7;border-radius: 30px;
  padding:1px 10px 2px;
}
#section01 .section_inner .section01_content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap:24px;
}
#section01 .section_inner .section01_content .emoticon_gif{
  width:263px;
  height:300px;
  padding:58px 15px 0;
  background: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-top:1px solid #ffc9e0;
  border-left:1px solid #ffc9e0;
  border-right:1px solid #ffc9e0;
  display: flex;align-items: flex-start;
  box-shadow: 5px 8px 0px 0px rgba(255, 201, 224, 0.5);
}
#section01 .section_inner .section01_content .emoticon_gif:nth-child(1){
  padding:24px 5px 0;align-items: flex-end;
}
#section01 .section_inner .section01_content .emoticon_gif:nth-child(3){
  padding:24px 24px 0;align-items: center;
}
#section01 .section_inner .section01_content .emoticon_gif:nth-child(4){
  align-items: flex-end;
}
#section01 .section_inner .section01_content .emoticon_gif:nth-child(5){
  padding:24px 10px 0;align-items: flex-end;
}
#section01 .section_inner .section01_content .emoticon_gif img {
  width: 100%;
}

#section02 {
  padding:48px 0;
  background: #fff;
}
#section02 .section_inner {
  max-width: 1540px;margin: 0 auto;text-align: center;
  width:100%;
}
#section02 .section_inner .teacher_profile {
  width:100%;
  display: flex;flex-direction: row;
  gap:50px;
  justify-content: center;
  align-items: center;
}
#section02 .section_inner .teacher_info {
  display: flex;
  flex-direction: column;
  gap:10px;
  text-align: left;
}
#section02 .section_inner .teacher_info .teacher_name {
  display: flex;flex-direction: column;
}
#section02 .section_inner .teacher_info .teacher_name h2 {
  font-size:18px;color: #222222;font-weight: 500;
  line-height:32px;
}
#section02 .section_inner .teacher_info .teacher_name span{
  font-size:30px;color: #f385a8;
  line-height:32px;font-family: 'BMJUA';
}
#section02 .section_inner .teacher_info > span {
  width:100%;height:1px;background: #fee5eb;
}
#section02 .section_inner .teacher_info p {
  font-size:18px;font-weight: 400;color: #555555;
  line-height:24px;
  letter-spacing: -0.25px;
  padding-top:15px;
}

#section03 {
  padding:70px 0 50px;
  background: #def1ff;
  
}
#section03 .section_inner {
  max-width: 1540px;margin: 0 auto;text-align: center;display: flex;
  width:100%;justify-content: space-between;align-items: center;gap:28px;
  overflow: hidden;
}
#section03 .section_inner .section03_content_left {
  padding-left:15px;
}
#section03 .section_inner .section03_content_right {
  width:100%;max-width:738px;
}
#section03 .section_inner .section03_content_right p {
  font-size:14px;color: #555555;line-height: 24px;    padding-top: 20px;
}
#section03 .section_inner .section03_content_right .swiper-slide{
  width: fit-content;
  height: fit-content;
}
#section03 .section_inner .section03_content_right .swiper-slide .swiper_img {
  position:relative;    width: fit-content;
  height: fit-content;
}
#section03 .section_inner .section03_content_right .swiper-slide .swiper_img img{
  position: relative;
  z-index: 1;
  opacity: 0.1;
  transition: opacity 1s ease-in-out;
}
#section03 .section_inner .section03_content_right .swiper-slide .swiper_img::after {
  content: '';
  position: absolute;
  top:0;left:0;
  width:100%;height:100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 0;
}
#section03 .section_inner .section03_content_right .swiper-slide-active .swiper_img img{
  opacity: 1;transition: opacity 1s ease-in-out;
}
#section04 {
  background: #def1ff;
}
#section04 .top_line {
  max-width: 1200px;margin:0 auto;width:100%;height:4px;
  background: #bad4e8;
}
#section04 .section_inner {
  padding:89px 0 90px;
  max-width: 1540px;margin: 0 auto;text-align: center;display: flex;
  flex-direction: column;
  width:100%;justify-content: center;align-items: center;gap:0;
  overflow: hidden;gap:45px;
}
#section04 .section_inner .section_title h2 {
  font-size:35px; color:#222222;font-family: 'BMJUA';
}
#section04 .section_inner .section_title h2 span{
  color:#597eff;
}
#section04 .section_inner .section_title p {
  font-size:20px; color:#222222;font-weight: 400;
}
#section04 .section_inner .section_title p span{
  font-weight: 700;position: relative;z-index: 1;
}
#section04 .section_inner .section_title p span::after{
  position: absolute;
  content:'';
  bottom:4px; left:0; 
  width:100%;
  height:4px;
  background: #bad4e8;
  z-index: -1;
}
#section04 .section_inner .section_content {
  width:100%;display: flex;justify-content: space-between;gap:0;
}
#section04 .section_inner .section_content .section04_content_left {
  width:50%;display: flex;flex-direction: column;gap:15px;align-items: flex-start;
}
#section04 .section_inner .section_content .section04_content_right {
  width:50%;display: flex;flex-direction: column;gap:15px;align-items: flex-end;
}
#section04 .section_inner .section_content .section04_content_swiper {
  padding:0 15px;position: relative;width: 100%;
}
#section04 .section_inner .section_content .swiper-container {
  width:100%;
}
#section04 .section_inner .section_content .swiper-container .swiper-slide {
  background: #fff;padding:10px;border:2px solid #bad4e8;
}
#section04 .section_inner .section_content .swiper-container .swiper-slide img{
  width: 100%;vertical-align: bottom;
}
#section04 .section_inner .section_content .section04_content_swiper .swiper-button-next {
  right:0;
  background-image: url(https://img.megastudyacademy.co.kr/campusdev/iws_html_img/event/20240408/MEGASTUDY-1929/swiper_next.png);height: 45px;width: 45px;background-size: 100% auto;    margin-top: -22.5px;
}
#section04 .section_inner .section_content .section04_content_swiper .swiper-button-prev {
  left:0;
  background-image: url(https://img.megastudyacademy.co.kr/campusdev/iws_html_img/event/20240408/MEGASTUDY-1929/swiper_prev.png);height: 45px;width: 45px;background-size: 100% auto;    margin-top: -22.5px;
}
#section04 .section_inner .section_content .section04_content_swiper .swiper-button-prev::after {
  display: none;
}
#section04 .section_inner .section_content .section04_content_swiper .swiper-button-next::after {
  display: none;
}

#section05 {
  background: #292c36;  padding:69px 0 89px;
}
#section05 .section_inner {
  max-width: 1540px;margin: 0 auto;text-align: center;
}

#section06 {
  background: #f7f7f7;  padding:85px 0 48px;
}
#section06 .section_inner {
  max-width: 1540px;margin: 0 auto;text-align: center;display: flex;flex-direction: column;gap:50px;
}
#section06 .section_inner .section06_title h2{
  font-size:35px;color:#222222;font-family: 'BMJUA';
}
#section06 .section_inner .section06_title h2 span{
  color: #e34273;
}
#section06 .section_inner .section06_title h2 span.under_L{
  color:#222222;position: relative;z-index: 1;
}
#section06 .section_inner .section06_title h2 span.under_L::after{
  content:'';
  position: absolute;
  bottom:5px;left:0;
  width:100%;
  background: #fed8e7;
  height:9px;
  z-index: -1;
}
#section06 .section_inner .section06_content {
  display: flex;width:100%; justify-content: center;align-items: flex-start;gap:20px;
}
#section06 .section_inner .section06_content .content_unit {
  background-color: #ffecf1;max-width:220px;border: 1px solid #ffc9e0;border-radius: 10px;padding:20px 5px 5px;display: flex;flex-direction: column;align-items: center;justify-content: center;gap:20px;min-height:383px;position:relative;
}
#section06 .section_inner .section06_content .content_unit:first-child::after {
  display: none;
}
#section06 .section_inner .section06_content .content_unit::after {
  position: absolute;top:265px;left:-20px;
  background-image: url(https://img.megastudyacademy.co.kr/campusdev/iws_html_img/event/20240408/MEGASTUDY-1929/content_unit_arrow.png);
  width: 30px;height:26px;
  background-size: cover;
  content: '';
}
#section06 .section_inner .section06_content .content_unit:last-child {
  max-width:240px;gap:15px;
}
#section06 .section_inner .section06_content .content_unit .content_unit_title {
  display: flex;flex-direction: column;gap:10px;align-items: center;justify-content: center;
}
#section06 .section_inner .section06_content .content_unit .content_unit_title span {
  font-size:18px;color:#ffffff;font-family: 'BMJUA';line-height: 22px;
  background-color: #ff96c3;border-radius: 50%;width: 28px;height:28px;
  display: flex;align-items: center;justify-content: center;
}
#section06 .section_inner .section06_content .content_unit .content_unit_title h2 {
  font-size:24px;color:#e34273;font-family: 'BMJUA';line-height: 20px;
}
#section06 .section_inner .section06_content .content_unit .content_unit_title p {
  font-size:18px;color:#555555;line-height: 20px;font-weight:400;
}
#section06 .section_inner .section06_content .content_unit .content_unit_title a {
  font-size:18px;color:#ffffff;line-height: 22px;font-family: 'BMJUA';
  background: #ff96c3;width:100%;border-radius: 10px;
  width:200px;height:45px;display: flex;align-items: center;justify-content: center;    padding: 15px 0 14px;margin-top:10px;
}
#section06 .section_inner .section06_content .content_unit .content_unit_content {
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
  margin-top:auto;
}
#section06 .section_inner .section06_content .content_unit .content_unit_content img{
  width:100%;vertical-align: bottom;
}

#section07 {
  background: #f7f7f7;padding-bottom:89px;
}
#section07 .section_inner {
  max-width: 1540px;margin: 0 auto;text-align: center;display: flex;flex-direction: column;gap:90px;align-items: center;
}
#section07 .section_inner .top_line {
  width:100%;border-bottom: 1px dashed #999999;max-width:1200px;
  margin:0 auto;
}



#section08 {
  background: #dae9f6;  padding:85px 0 48px;
}
#section08 .section_inner {
  max-width: 920.5px;margin: 0 auto;text-align: center;display: flex;flex-direction: column;gap:30px;
}
#section08 .section_inner .section08_title {
  text-align: center;
}
#section08 .section_inner .section08_title h2 {
  font-size:35px;line-height:40px;color:#222222;font-family: 'BMJUA';
}
#section08 .section_inner .section08_title h2 span{
  position: relative;z-index: 1;
}
#section08 .section_inner .section08_title h2 span::after {
  position: absolute;bottom:5px;left: 0;content: '';
  background: #fed8e7;width:100%;height: 9px;z-index: -1;
}
#section08 .section_inner .section08_content {
  width:100%;position: relative;
}
#section08 .section_inner .section08_content .stu_pd {
  overflow: hidden;
}
#section08 .section_inner .section08_content .stu_pd .stu_pd_wrap {
  display: flex;
  width: 100%;

}

#section08 .section_inner .section08_content .stu_pd .stu_pd_wrap .card {
  width: 412px;
  min-height: 488px;
  position: relative;
  transition: 1s;
  transform-style: preserve-3d;
  display: flex;
  align-items: center;
  justify-content: center;
} 
#section08 .section_inner .section08_content .stu_pd .stu_pd_wrap .front {
  background-color: #fff;
  padding: 0 5px 10px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  width: 412px;
  height: 488px;
  display: flex;
  flex-direction: column;
  gap:10px;
  align-items: center;
  justify-content: flex-end;
}
#section08 .section_inner .section08_content .stu_pd .stu_pd_wrap .front p {
  font-size:20px;color:#222222;font-family: 'BMJUA';
}
#section08 .section_inner .section08_content .stu_pd .stu_pd_wrap .front p span{
  color:#597eff;
}
#section08 .section_inner .section08_content .stu_pd .stu_pd_wrap .front, #section08 .section_inner .section08_content .stu_pd .stu_pd_wrap .back {
  position: absolute;
  backface-visibility: hidden;
}
#section08 .section_inner .section08_content .stu_pd .stu_pd_wrap .back { 
  transform: rotateY(180deg);
  text-align: left;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  width: 296px;
  height: 459px;
}
#section08 .section_inner .section08_content .stu_pd .stu_pd_wrap .front img {
  width:100%;
}
 #section08 .section_inner .section08_content .stu_pd .stu_pd_wrap .card.active {
  transform: rotateY(180deg);perspective: 1100px;
} 
#section08 .section_inner .section08_content .stu_pd .stu_pd_wrap .card.card07 {
  transform: rotateY(180deg);perspective: 1100px;
} 
#section08 .section_inner .section08_content .swiper-button-next {
  right:-63px;
  background-image: url(https://img.megastudyacademy.co.kr/campusdev/iws_html_img/event/20240408/MEGASTUDY-1929/swiper_next.png);height: 45px;width: 45px;background-size: 100% auto;    margin-top: -22.5px;
}
#section08 .section_inner .section08_content .swiper-button-prev {
  left:-63px;
  background-image: url(https://img.megastudyacademy.co.kr/campusdev/iws_html_img/event/20240408/MEGASTUDY-1929/swiper_prev.png);height: 45px;width: 45px;background-size: 100% auto;    margin-top: -22.5px;
}
#section08 .section_inner .section08_content .swiper-button-prev::after {
  display: none;
}
#section08 .section_inner .section08_content .swiper-button-next::after {
  display: none;
}


#section08 .section_inner .section08_txt p{
  font-size:16px;color:#555555;font-weight:400;line-height: 22px;
}


#section09 {
  background: #dae9f6;  padding:0 0 48px;
}
#section09 .section_inner {
  max-width: 1540px;margin: 0 auto;text-align: center;
}
#section10 {
  background: #292c36;  padding:68px 0;
}
#section10 .section_inner {
  max-width: 1540px;margin: 0 auto;text-align: center;
}
#section11 {
  background: #292c36;  
}
#section11 .section_inner {
  max-width: 1540px;margin: 0 auto;display: flex;flex-direction: column;gap:10px;
  text-align: left;padding:50px 50px;border-top:1px dashed #dae9f6;
}
#section11 .section_inner h2{
  color: #dae9f6;font-size:20px;line-height:26px;font-weight: 400;font-family: 'BMJUA';max-width: 1200px;margin: 0 auto;width: 100%;
}
#section11 .section_inner .p_box p{
  color: #dae9f6;font-size:16px;line-height:26px;font-weight: 400;max-width: 1200px;margin: 0 auto;
}



.portpolio_popup_bg {
  width:100%;height:100%;
  background-color: rgba(0,0,0,.9);
  position: fixed;
  top:0;left:0;
  z-index: 999;
  display: none;
}
.portpolio_popup_wrap {
  position: fixed;
  top:50%;left:50%;
  transform:   translate(calc(-50% + 1px), calc(-50% + 0.5px));
  z-index: 999;
  display: none;
  width:1092px;
}
.portpolio_popup_wrap .close_popup {
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 999;
}
.portpolio_popup_content_container {
  display:none;
}
.portpolio_popup_wrap .portpolio_popup_content .swiper-slide {
  text-align: center;min-height:810px;display: flex;align-items: center;
}
.portpolio_popup_wrap .portpolio_popup_content .swiper-slide .img_box {
  display: flex;    
  max-height: 810px;
  border-radius: 10px;
  overflow: hidden;
  margin: auto;
  max-width: 769px;
}
.portpolio_popup_wrap .portpolio_popup_content img {
  /* 이미지 렌더링 방식 변경 */
  image-rendering: -webkit-optimize-contrast;
  /* z축을 0으로 초기화, 입체감 삭제 */
  transform: translateZ(0);
  /* 뒷면 숨기기, 입체감 삭제 */
  backface-visibility: hidden;
  margin: auto;
  border-radius: 10px;overflow: hidden;
}
.portpolio_popup_wrap .portpolio_popup_content .swiper-pagination {
  display: none;
}
.portpolio_popup_wrap .portpolio_popup_content .swiper-button-next {
  right: 0;background-image: url(https://img.megastudyacademy.co.kr/campusdev/iws_html_img/event/20240408/MEGASTUDY-1929/swiper_next.png);height: 45px;width: 45px;background-size: 100% auto;    margin-top: -22.5px;
}
.portpolio_popup_wrap .portpolio_popup_content .swiper-button-prev {
  left: 0;background-image: url(https://img.megastudyacademy.co.kr/campusdev/iws_html_img/event/20240408/MEGASTUDY-1929/swiper_prev.png);height: 45px;width: 45px;background-size: 100% auto;    margin-top: -22.5px;
}
.portpolio_popup_wrap .portpolio_popup_content .swiper-button-next::after {
  display: none;
}
.portpolio_popup_wrap .portpolio_popup_content .swiper-button-prev::after {
  display: none;
}

.right_fix_consul{
  position: fixed;
  top:25%;
  right:0;
  background: #fff;
  width: 248px;
  height:305px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
  display: flex;flex-direction: column;gap:15px;
  padding:20px 0 0;z-index: 99;
  border-top:1px solid #597eff;
  border-left:1px solid #597eff;
  border-bottom:1px solid #597eff;
}
.right_fix_consul .consul_title {
  text-align: center;
  font-size:22px;color:#1d1d1d;font-weight:500;line-height:1.2;
}
.right_fix_consul form {
  display: flex;flex-direction: column;gap:15px;height: 100%;
}
.right_fix_consul form .name_tag{ 
  display: flex;flex-direction: column;gap:8px; padding:0 15px;
}
.right_fix_consul form .name_tag span {
  font-size:18px;color:#060606;font-weight: 400;
}
.right_fix_consul form .name_tag input{
  padding:0 9px;background: #eeeeee; border: 1px solid #cccccc;font-size:16px;color:#555555;text-align: left;height:40px;font-weight: 400;border-radius: 5px;width: 100%;font-family: 'Noto Sans KR';  box-sizing: border-box;
}
.right_fix_consul form .tel_tag {
  display: flex;flex-direction: column;gap:8px;padding:0 15px;
}
.right_fix_consul form .tel_tag span {
  font-size:18px;color:#060606;font-weight: 400;
}
.right_fix_consul form .tel_tag .tel_tag_inp{
  display: flex;gap:10px;
}
.right_fix_consul form .tel_tag select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #eeeeee;
  width: 33.3333%;
  text-align: center;
  padding: 0;
  border: 1px solid #cccccc;
  font-size:16px;color:#555555;
  height: 100%;
  height:40px;
  font-weight:400;border-radius: 5px;
  font-family: 'Noto Sans KR';
  box-sizing: border-box;
}
.right_fix_consul form .tel_tag input{
  height:40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #eeeeee;
  width: 33.3333%;
  border: 1px solid #cccccc;
  text-align: center;
  font-size:16px;color:#555555;
  font-weight:400;border-radius: 5px;
  padding-left:0;
  font-family: 'Noto Sans KR';
  box-sizing: border-box;
}
.right_fix_consul form .agree_tag{
  padding:0 20px;
}
.right_fix_consul form .agree_tag label{
  font-size:14px;color:#999999;display: flex;align-items: center;gap:5px;
  font-weight:400;font-family: 'Noto Sans KR';    letter-spacing: -0.5px;
}
.right_fix_consul form .agree_tag a{
  font-size:14px;color:#999999;
  font-weight:400;margin-left: 20px;
}
.right_fix_consul form .agree_tag input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #d2d2d2;
  width:15px;
  height:15px;
  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: #0081ff;  border:0;    border-radius: 2px; margin:0; 
}
.right_fix_consul form .agree_tag  input[type="checkbox"]:checked::after {
  display: block;
}
.right_fix_consul form > button{
  outline: 0;border: 0;background: #597eff;
  color: #ffffff;
  font-size: 18px;
  font-weight:700;
  margin-top: auto;
  cursor: pointer;
  font-family: 'Noto Sans KR';
  height: 47px;
  display: flex;justify-content: center;
  align-items: center;
}