@charset "utf-8";

/* notoSans KR */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@font-face {
  font-family: 'Paperozi';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2') format('woff2');
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: 'Paperozi';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: 'Paperozi';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2') format('woff2');
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: 'Paperozi';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Paperozi';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Paperozi';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'Paperozi';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Paperozi';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: 'Paperozi';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2') format('woff2');
  font-weight: 900;
  font-display: swap;
}

/* nomalize */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

a {
  background-color: transparent;
}

img {
  border-style: none;
}





body {
  font-family: 'Noto Sans KR', sans-serif;
  background-color: #000000;
  width: 100%;
}

.class_top_gnb {
  width: 100%;
  height: 60px;
  background-color: #eeeeee;
}
.class_top_gnb ul {
  width: 1200px;
  margin: 0 auto;
}
.class_top_gnb ul:after {
  content:'';
  display: block;
  clear: both;
}
.class_top_gnb ul > li {
  float: left;
  width: calc(100%/6);
  position: relative;
  background:#eee;
  height: 60px;
  position: relative;
}
.class_top_gnb ul > li:after {
  content:'';
  display: inline-block;
  position: absolute;
  width: 1px;
  height: calc(100% - 30px);
  background:#b3b3b3;
  top:15px;
}
.class_top_gnb ul > li:first-child:after {
  display: none;
}
.class_top_gnb ul > li a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #999;
}

.class_top_gnb ul > li.class_on {
  background:#292929;
}
.class_top_gnb ul > li.class_on a {
  color: #fff;
}

.wrap {
  min-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.wrap section {
  padding: 70px 0 78px;
  margin: 0 auto;
}

.inner-box {
  width: 1200px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.7);
}

.section-title {
  font-size: 50px;
  text-align: center;
  font-weight: bold;
  color:#ffffff;
  margin-bottom: 40px;
}
.section-title span {
  color: #74fffa;
}
.inner-box>p {
  font-size: 25px;
  text-align: center;
  color: #ffffff;
}


/* ------------------------------------------------ */

.point-dot {
  position: relative;
  color: #69ffb6;
}

.point-dot::before {
  content: " ";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #69ffb6;
  border-radius: 50%;
  left: 50%;
  top: 5px;
  transform: translateX(-50%);
  animation: bounce1 1s 1s infinite;
}

.point-dot2::before {
  animation: bounce2 1s 1.3s infinite;
}

.point-dot3::before {
  animation: bounce2 1s 1.5s infinite;
}
.point-dot4::before {
  animation: bounce2 1s 1.7s infinite;
}
.point-dot5::before {
  animation: bounce2 1s 1.9s infinite;
}
/* div.top-area */

.top-area {
  height: 800px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.top-area .video {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.top-area .video::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.3);
}

.video video {
  width: 100%;
  height: 110%;
}


.top-area-text {
  position: absolute;
  top: 0;
  padding: 240px 0 266px;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 0);
  text-align: left;
  z-index: 15;
  max-width: 1240px;
}

/* .top-area-text p:nth-of-type(1) {
  font-size: 40px;
  color: #ffffff;
  opacity: 0;
  tab-size: 0;
  animation: text1 1s 1s forwards;
}

@keyframes text1 {
  0% {opacity: 0; font-size: 0; }
  100% {opacity: 1; font-size: 40px;}
}
 */
 .top-area-text h2 {
  margin-top: -9px;
  font-size: 40px;
  line-height: 90px;
  color: #ffffff;
  opacity: 0;
  animation: text2 1s 1.5s forwards;
}
.top-area-text h1 {
  margin-top: -9px;
  font-size: 70px;
  line-height: 90px;
  color: #ffffff;
  opacity: 0;
  animation: text2 1s 1.5s forwards;
}

@keyframes text2 {
  0% {opacity: 0; transform: translateY(-100px); }
  100% {opacity: 1; transform: translateY(0);}
}

.typing {
  position: relative;
  display: inline-block;
  color: #74fffa;
  font-weight: bold;
}


.top-area-text p:last-of-type {
  font-size: 50px;
  color: #ffffff;
  line-height: 80px;
  margin-top: 50px;
  opacity: 0;
  animation: text3 1s 6.5s forwards;
  border-bottom: 2px solid #ffffff;
  display: flex;
  width: fit-content;
}

@keyframes text3 {
  0% {opacity: 0; }
  100% {opacity: 1;}
}


.top-area .ps {
  font-size: 14px;
  line-height:22px;
  color: #cacaca;
  position: absolute;
  width: 100%;
  bottom: 160px;
  text-align: right;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: right;
  z-index: 15;
  max-width: 1240px;
}

/* section.portfolio */

.wrap section.portfolio {
  overflow: hidden;background: #101014;padding:100px 0 85px;
}
.portfolio .inner-box {
  background: #101014;
  width:100%;
  text-align: center;
}
.portfolio .inner-box a {
  display: flex;    justify-content: center;margin-bottom: 140px;
}
.portfolio .inner-box .portfolio_popup_bg{
  width:100%;height:100%;position:fixed;top:0;left:0;
  background: #101014;  z-index: 10000;
  display: grid;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.portfolio .inner-box .portfolio_popup {
  position: fixed;
  top:50%;left:50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  display: flex;
  gap:30px;
  flex-direction: column;
  display: none;
  width: 100%;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  display: flex;
  text-align: center;
}
.portfolio .inner-box .portfolio_popup.active,
.portfolio .inner-box .portfolio_popup_bg.active {
  opacity: 1;
  visibility: visible;
}
.portfolio .inner-box .con_title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.portfolio .inner-box .popup_close_btn {
  position: absolute;
  right: 20px;
  top: 0;
  width: 36px;
  height: 36px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.portfolio .inner-box .popup_close_btn span {
  display: block;
  width: 30px;
  height: 3px;
  background: #fff;
  transition: transform 0.3s ease;
}

.portfolio .inner-box .popup_close_btn span:first-child {
  transform: translateY(4px) rotate(45deg);
}

.portfolio .inner-box .popup_close_btn span:last-child {
  transform: translateY(-5px) rotate(-45deg);
}

.portfolio .inner-box .popup_close_btn:hover span {
  background: #aaa;
}
body.no-scroll {
  overflow: hidden;
}
.portfolio .inner-box .portfolio_popup .con_title{
  width: fit-content;
}
.portfolio .inner-box .portfolio_popup .con_title h2{
  font-size:47px;
  color: #eeeef1;
  font-family: 'Inter';
  width: fit-content;
}
.portfolio .inner-box .portfolio_popup .scroll_txt{
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:0;
}
.portfolio .inner-box .portfolio_popup .scroll_txt p{
  font-size:16px;
  color: #eeeef1;
  font-family: 'Noto Sans KR';
  width: fit-content;
  font-weight: 300;
}
.portfolio .inner-box .portfolio_popup .scroll_txt span {
  position: relative;
  width: 24px;
  height: 24px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
  display: block;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-10px,10px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-10px, 10px);
    opacity: 0;
  }
}
.popup_inner_wrapper {
  position: relative;
  width: fit-content;
  max-width: 100%;
}
.portfolio .inner-box .portfolio_popup .portfolio_popup_inner{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  max-width: 100%;
  max-height:464px;
  height:464px;
  overflow-y: auto;
  gap:4px;
  width: fit-content;
  max-width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.portfolio .inner-box .portfolio_popup .portfolio_popup_inner{
  -ms-overflow-style: none;
}
.portfolio .inner-box .portfolio_popup .portfolio_popup_inner::-webkit-scrollbar{
 display:none;
}
/* ── 스크롤바 추가 ── */
.custom_scrollbar {
  position: absolute;
  right: -14px;
  top: 0;
  width: 4px;
  height: 100%;
  background: rgba(255,255,255,0.1);
  border-radius: 2px;
  overflow: hidden;
  pointer-events: none;
}

.custom_scrollbar_thumb {
  width: 100%;
  background: #74fffa;
  border-radius: 2px;
  position: absolute;
  top: 0;
  transition: top 0.05s linear;
  min-height: 30px;
}

.portfolio .inner-box .portfolio_popup a {
  width:204px;height:204px;position: relative;
  overflow: hidden;margin: 0;
  border-radius: 4px;
  opacity: 0; 
  transform: scale(0.8);
  display: block;
  cursor: pointer;
}
.portfolio .inner-box .portfolio_popup a img {
  position: absolute;
  top:50%;left:50%;
  transform: translate(-50%, -50%);
  height: 100%;
}



.wrap section.portfolio .stn_portfolio .center_align{
  display: flex;flex-direction: column;gap:20px;
}
.wrap section.portfolio .stn_portfolio .center_align .ptfoSldr1_container {
  padding-left: 300px;width: 100%;
}
.wrap section.portfolio .stn_portfolio .center_align .ptfoSldr1_container .swiper-wrapper{
  transition-timing-function: linear;
}
.wrap section.portfolio .stn_portfolio .center_align .ptfoSldr2_container {
  padding-right: 300px;width: 100%;
}
.wrap section.portfolio .stn_portfolio .center_align .ptfoSldr2_container .swiper-wrapper{
  transition-timing-function: linear;
}
.portfolio .section-title {
  margin-bottom:50px;
}
.portfolio .section-title h2{
  line-height:90px;
}
.portfolio .section-title h2 span {
  color: #74fffa;
}
.portfolio .section-title p{
  font-size: 22px;
  line-height:32px;
  color: #aaadc2;
  font-weight: 400;
}
.center_align {
  position: relative;
  margin: 0 auto;
}

.portfolio img.thumb {
  width:370px;
  height: 190px;
}




.stn_portfolio .ptfo {

  width: fit-content;
}

.stn_portfolio .ptfo>a {
  overflow: hidden;
  position: relative;
  display: block;
  /* width: 477px; */
  width: 577px;
  /* height: 354px; */
  height: 404px;
  text-align: center;
}

.stn_portfolio .ptfo>a .thumb {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.stn_portfolio .ptfo>a .hoverbox {
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.stn_portfolio .ptfo>a:hover .hoverbox {
  opacity: 1;
  background-position-y: 130px;
  border: 1px solid #eaeaea;
}

.pt_copyright {
  cursor: default;
}

/* 확대기능 */
/* .stn_portfolio .ptfo>a:hover .thumb {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
} */

.stn_portfolio .ptfo>a .hoverbox .t1,
.stn_portfolio .ptfo>a .hoverbox .t2 {
  display: block;
  line-height: 20px;
}

.stn_portfolio .ptfo>a .hoverbox .t1 {
  margin-top: 180px;
  font-weight: 700;
  font-size: 18px;
  position: relative;
}

.stn_portfolio .ptfo>a .hoverbox .t1::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: url("https://img.megastudyacademy.co.kr/campus/iws_html_img/class/CGVFX/enlarge.png") center center no-repeat;
  background-size: contain;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
}

.stn_portfolio .ptfo>a span.pt_copyright em.t1::before {
  width: 100%;
  background: none;
  content: "(실무작업이 포함되어 있어서 공개가 어렵습니다.)";
}

.ptfoSldr2_container .ptfo>a span.pt_copyright em.t1::before {
  direction:ltr;
}

.stn_portfolio .ptfo>a .hoverbox .t2 {
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
}


/* /////////////// */

.portfolio_bigbox {
  display:none;
  width: 1167px;
  height: 657px;
  position: fixed;
  top: 13%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  box-shadow: 2px 2px 10px rgb(0 0 0 / 40%);
}
.portfolio_thumb {
  display: inline-block;
  width: 385px;
  height: 394px;
  overflow: hidden;
  position: relative;
}
.portfolio_thumb > img {
  width: auto ;
  height: 394px;
  object-fit: cover;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
}
.portfolio_bigbox_inner {
  line-height: 0;
  overflow: hidden;
  border-left: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}
.portfolio_bigbox.mini_box {
  top: 20%;
  width: 385px;
  margin-left: -192.5px;
}
.portfolio_bigbox.mini_box .portfolio_bigbox_inner {
  height: auto;
  scrollbar-width: thin;
  scrollbar-color: #e8e8e8 transparent;
}
.portfolio_bigbox p {
  width: 100%;
  height: 38px;
  background: #fff;
}
.portfolio_bigbox p span {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  width: 25px;
  height: 20px;
  text-align: center;
  cursor: pointer;
}
.portfolio_bigbox_inner::-webkit-scrollbar-track{border-radius:5px; background-color:#ddd;}
.portfolio_bigbox_inner::-webkit-scrollbar{width:5px; border-radius:5px; background-color:#ddd;}
.portfolio_bigbox_inner::-webkit-scrollbar-thumb{margin:0 auto; width:3px; border-radius:5px; background-color:#888;}

/* 커리큘럼 item 배경 오버레이 */
.item_modal_bg {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 20000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  cursor: pointer;
}
.item_modal_bg.active {
  opacity: 1;
  visibility: visible;
}
.item_modal_bg::before{
  content: "";
  display: none;
}
/* ── IMG 타입 ── */
.item_modal_bg.type_img::before {
  content: "닫으려면 아무 곳이나 클릭하세요.";
  display: block;
  font-size: 20px;
  position: fixed;
  top: calc(50% - 85vh / 2 - 40px);
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  white-space: nowrap;
  pointer-events: none;
  z-index: 20002;
}
/* ── YOUTUBE 타입 ── */
.item_modal_bg.type_youtube::before {
  content: "닫으려면 아무 곳이나 클릭하세요.";
  display: block;
  font-size: 20px;
  position: fixed;
  top: calc(50% - 20vw / 2 - 40px);
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  white-space: nowrap;
  pointer-events: none;
  z-index: 20002;
}

/* 모달 콘텐츠 박스 */
.item_modal {
  position: fixed;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%) scale(0.92);
  z-index: 20001;
  width: 34%;
  max-width: 90vw;
  height: auto;
  max-height: 85vh;
  border: 1px solid #fff;
  border-radius: 6px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}
/* .item_modal::before{
  content: "닫으려면 아무 곳이나 클릭하세요.";
  font-size: 20px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
} */
.item_modal.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
}
/* JPG일 때 - 내부 스크롤 */
.item_modal.type_img {
  max-height: 85vh;
  overflow: visible;
  scrollbar-width: none;
  -ms-overflow-style: none;
  border-radius: 6px;
}
.item_modal.type_img #itemModalInner {
  max-height: inherit;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  display: block;
  font-size: 0;
  line-height: 0;
  border-radius: 5px;
}
.item_modal.type_img #itemModalInner::-webkit-scrollbar { display: none; }
.item_modal.type_img::-webkit-scrollbar { display: none; }

.item_modal.type_img #itemModalInner img {
  display: block;
  vertical-align: bottom;
}
.item_modal.type_img img {
  display: block;
  width: 100%;
  height: auto;        /* 세로 길이 자연스럽게 */
  border-radius: 6px 6px 0 0;
}

/* 스크롤 힌트 */
.item_modal.type_img.has_scroll::after{
  content: '▼';
  font-size: 32px;
  color: #74fffa;
  text-align: center;
  position: absolute;
  bottom: 0.5vw;
  left: 50%;
  transform: translateX(-50%);
  animation: scd infinite ease-in 1.5s;
}
@keyframes scd{
  0%{opacity: 0; transform: translateY(0);}
  50%{opacity: 1; transform: translateY(-15px);}
  100%{opacity: 0; transform: translateY(-5px);}
}

/* 유튜브일 때 - 16:9 비율 고정 */
.item_modal.type_youtube {
  overflow: visible;
}

.item_modal.type_youtube .youtube_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
}

.item_modal.type_youtube .youtube_wrap iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* 모달 안쪽 클릭은 팝업 닫힘 방지 */
.item_modal_inner {
  width: 100%;
  height: 100%;
  cursor: default;
}
.item_modal_inner div img{
  width: 100% !important;
  height: auto !important;
}

.wrap .curriculum {
  padding: 110px 0 80px;
}
/* section.mentor */

.mentor {
  position: relative;
  z-index: 1;
  background: #22242f;
  padding:80px 0 85px;
}

.mentor .inner-box {
  background-color: transparent;width:100%;max-width:1240px;margin:0 auto;
}
.mentor .inner-box .section-title {
  margin-bottom:55px;
}
.mentor .inner-box .section-title h2{
  line-height:90px;
}
.mentor .inner-box .section-title h2 span {
  color: #74fffa;
}
.mentor .inner-box .section-title p{
  font-size: 22px;
  line-height:32px;
  color: #aaadc2;
  font-weight: 400;
}
.mentor .inner-box .mentor_tab {
  display: flex;gap:40px;align-items: center;justify-content: center;
}
.mentor .inner-box .mentor_tab .tab_btn {
  display: flex;flex-direction: column;gap:20px;
}
.mentor .inner-box .mentor_tab .tab_btn a {
  width:410px;height:130px;border-radius: 20px;
  background: rgba(21,22,29,1);color: #5c5c61;
  font-size:24px;font-weight:400;display: flex;justify-content: flex-start;align-items: center;line-height: 1;gap:16px;padding:0 0 0 45px;transition:background 0.2s ease-in-out;
  font-family: "Paperozi";letter-spacing: -1px;
}
.mentor .inner-box .mentor_tab .tab_btn a:hover{
  transition:background 0.2s ease-in-out;background: rgba(0,0,0,.8);
}
.mentor .inner-box .mentor_tab .tab_btn a img {
  opacity: 0.3;
}
.mentor .inner-box .mentor_tab .tab_btn a.active:hover{
  opacity: 1;
}
.mentor .inner-box .mentor_tab .tab_btn a.active{
  background-image: -moz-linear-gradient( 120deg, rgb(116,255,250) 0%, rgb(0,155,240) 100%);
  background-image: -webkit-linear-gradient( 120deg, rgb(116,255,250) 0%, rgb(0,155,240) 100%);
  background-image: -ms-linear-gradient( 120deg, rgb(116,255,250) 0%, rgb(0,155,240) 100%);
  color: #fff;
  font-weight:700;
}
.mentor .inner-box .mentor_tab .tab_btn a.active img {
  opacity: 1;
}
.mentor .inner-box .mentor_tab .tab_content{
  box-shadow: 0px 0px 9px 1px rgba(204, 229, 255, 1);
  width: 100%;background: #ffffff;border-radius: 20px;
  height: 650px;
}
.mentor .inner-box .mentor_tab .tab_content .tab_con{
  display: none;
}
.mentor .inner-box .mentor_tab .tab_content .tab_con.active{
  display: flex;
}
.mentor .inner-box .mentor_tab .tab_content .tab_con01{
  align-items: center;gap:22px;justify-content: center;height: 100%;
  padding:20px;
}
.mentor .inner-box .mentor_tab .tab_content .tab_con .txt_box{
  height:610px;width:100%;background: #ededed;border-radius: 10px;
  display: flex;flex-direction: column;gap:25px;padding-left:27px;justify-content: center;
}
.mentor .inner-box .mentor_tab .tab_content .tab_con .txt_box img {
  width: unset;
}
.mentor .inner-box .mentor_tab .tab_content .tab_con .txt_box .txt_unit {
  display: flex;flex-direction: column;gap:4px;
}
.mentor .inner-box .mentor_tab .tab_content .tab_con .txt_box .txt_unit h2 {
  color: #00ddd5;font-size:22px;font-weight: 700;line-height: 1;
}
.mentor .inner-box .mentor_tab .tab_content .tab_con .txt_box .txt_unit p {
  color: #575a68;font-size:19px;font-weight: 400;line-height: 30px;
  letter-spacing: -1.2px;
}
.mentor .inner-box .mentor_tab .tab_content .tab_con02{
  align-items: center;gap:22px;justify-content: center;height: 100%;
  padding:20px;flex-direction: column;
}
.mentor .inner-box .mentor_tab .tab_content .tab_con02 .txt_box{
  display: flex;flex-direction: column;gap:30px;align-items: flex-start;padding-left: 36px;
}
.mentor .inner-box .mentor_tab .tab_content .tab_con .txt_box .txt_unit p span {
  display: flex;align-items: center;gap:4px;font-weight: 500;
}
.mentor .inner-box .mentor_tab .tab_content .tab_con02 .txt_box .txt_unit p{
  margin-left:14px;
}
.mentor .inner-box .mentor_tab .tab_content .tab_con03{
  align-items: center;gap:22px;justify-content: center;height: 100%;
  padding:20px;flex-direction: column;max-width: 790px;
}
.mentor .inner-box .mentor_tab .tab_content .tab_con03 .txt_box{
  display: flex;flex-direction: column;align-items: flex-start;padding-left: 0;
  gap:20px;justify-content: flex-start;
}
.mentor .inner-box .mentor_tab .tab_content .tab_con03 .txt_box .txt_unit {
  padding:0 43px;
}
.mentor .inner-box .mentor_tab .tab_content .tab_con03 .txt_box .txt_unit p span:last-child{
  margin-left:26px;
  font-weight: 400;
}

/* section.curriculum */

.curriculum {
  background-color: #22242f;
  padding-bottom: 50px;
}
.curriculum .inner-box {
  background-color: transparent;width:1240px;
}
.curriculum .inner-box .section-title {
  margin-bottom:50px;
}
.curriculum .inner-box .section-title h2{
  line-height:1;    padding-bottom: 32px;
}
.curriculum .inner-box .section-title h2 span {
  color: #74fffa;
}
.curriculum .inner-box .section-title p{
  font-size: 22px;
  line-height:32px;
  color: #aaadc2;
  font-weight: 400;
}

.curr_tab_area {
  width: 1240px;
}

.tab_menu {
  display: flex;
  height: 60px;
  gap:10px;
}

.tab_menu li {
  width: 25%;
  font-size: 22px;
  text-align: center;
  height: inherit;
  line-height: 60px;
  color: #22242f;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
  background-color: #74fffa;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  opacity: 0.5;
}

.tab_menu li:hover {
  font-weight: bold;
  background-color: #74fffa;
  color: #22242f;
  opacity: 1;
}

.tab_menu li.active {
  opacity: 1;
  background-color: #74fffa;
  color: #22242f;
}

.tab_body .curr_tab {
  background-color: #ffffff;
  display: none;
  animation: tabop 1s 0.1s forwards;
}
.tab_body .curr_tab.active {
  display: block;
  opacity: 0;
}


@keyframes tabop {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.wrap .curriculum_sub {
  background-color: #22242f;
  padding: 80px 0;
}
.curriculum_sub .inner-box {
  background-color: transparent;width:1240px;
}
.wrap .company {
  background-color: #22242f;
  padding: 80px 0 100px;
}
.company .inner-box {
  background-color: transparent;width:100%;
}
.company .inner-box .company_container {
  width:100%;display: flex;flex-direction: column;gap:20px;overflow: hidden;
}
.company .inner-box .company_container .swiper-container {
  width:100%;overflow: visible;
}
.company .inner-box .company_container .swiper-container .swiper-wrapper {
  transition-timing-function: linear;padding-left:300px;
}
.company .inner-box .company_container .company1_container {
  margin-left:-90px;
}
.company .inner-box .company_container .company2_container {
  margin-left:33px;
}
.company .inner-box .company_container .company3_container {
  margin-left:-10px;
}
.company .inner-box .company_container .company4_container {
  margin-left:-65px;
}
.company .inner-box .company_container .swiper-container .swiper-slide {
  width: fit-content;display: flex;
}
/* div.bottom-banner */

.bottom-banner {
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  background: #22242f;
  background-image: url(https://img.megastudyacademy.co.kr/campusdev/iws_html_img/class/maya_asset/bottom-banner-bg.png);
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}



.footer_banner {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:10px;
}

.footer_banner a{
  display: flex;
  flex-direction: row;
  gap:12px;
  align-items: center;
  justify-content: center;
  font-size:44px;
  font-weight: 700;
  color:#fff;
  line-height: 1.5;
}
.footer_banner a span{
  font-size:44px;
  font-weight: 700;
  line-height: 1.5;
  background-image: -moz-linear-gradient( 120deg, rgb(116,255,250) 0%, rgb(0,155,240) 100%);
  background-image: -webkit-linear-gradient( 120deg, rgb(116,255,250) 0%, rgb(0,155,240) 100%);
  background-image: -ms-linear-gradient( 120deg, rgb(116,255,250) 0%, rgb(0,155,240) 100%);
  color: transparent;
  -webkit-background-clip: text;
}
.footer_banner a svg{
  margin: 4px 0 0 10px;
}
/* animation */

@keyframes bounce1 {
  0% {top:5px;}
  50% {top: -3px;}
  100% {top: 5px;}
}

@keyframes bounce2 {
  0% {top:5px;}
  50% {top: -3px;}
  100% {top: 5px;}
}

@keyframes bounce3 {
  0% {top:5px;}
  50% {top: -3px;}
  100% {top: 5px;}
}

@keyframes bounce4 {
  0% {top:5px;}
  50% {top: -3px;}
  100% {top: 5px;}
}

@keyframes bounce5 {
  0% {top:5px;}
  50% {top: -3px;}
  100% {top: 5px;}
}




@keyframes leftToRight {
  0% {transform: translateX(-150px); opacity: 0;}
  100% {transform: translateX(0); opacity: 1;}
}

@keyframes rightToLeft {
  0% {transform: translateX(150px);opacity: 0;}
  100% {transform: translateX(0);opacity: 1;}
}

@keyframes upToDown {
  0% {transform: translateY(-100px);opacity: 0;}
  100% {transform: translateY(0);opacity: 1;}
}

@keyframes downToUp {
  0% {transform: translateY(100px); opacity: 0;}
  100% {transform: translateY(0); opacity: 1;}
}

.ltr {
  animation: leftToRight 0.5s linear forwards;
}

.rtl {
  animation: rightToLeft 0.5s linear forwards;
}

.utd {
  animation: upToDown 0.5s linear forwards;
}

.dtu {
  animation: downToUp 0.5s linear forwards;
}


.fix_bar {
  position: fixed;
  bottom:0;left:50%;
  transform: translate(-50%, 0);
  width: 750px;
  height:80px;
  background-color: #74fffa;
  z-index: 9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  z-index: 999;
}
.fix_bar .fix_bar_inner {
  padding:15px 18px;height: 100%;  position: relative;
}
.fix_bar .fix_bar_inner .fix_bar_top {
  position: absolute;top:-40px;left: 50%;
  background: #74fffa;
  height: 40px;
  width:120px;
  transform: translate(-50%,0);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:18px;font-weight:700;color:#000;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.fix_bar .fix_bar_inner form {
  height: 100%;
}
.fix_bar .fix_bar_inner form .counsult_form_wrap {
  display: flex;gap:10px;height: 100%;
}
.fix_bar .fix_bar_inner form .counsult_form_wrap .counsult_form_info {
  background: #fff;border-radius: 10px;display: flex;align-items: center;    overflow: hidden;
}
.fix_bar .fix_bar_inner form .counsult_form_wrap .counsult_form_info .name_inp {
  width: 90px;min-width: 90px;HEIGHT:100%;display: flex;
}
.fix_bar .fix_bar_inner form .counsult_form_wrap .counsult_form_info .name_inp input {
  font-size:18px;font-weight:400;color:#000;border:0;padding:0 10px;outline: 0;width: 100%;font-family: "Noto Sans KR";text-align: center;
}
.fix_bar .fix_bar_inner form .counsult_form_wrap .counsult_form_info .tel_inp {
  display: flex;align-items: center;justify-content: center;  width: 190px;min-width: 190px;    height: 100%;
}
.fix_bar .fix_bar_inner form .counsult_form_wrap .counsult_form_info .tel_inp input {
  font-size:18px;font-weight:400;color:#000;border:0;padding:0 10px;outline: 0;width: 100%;font-family: "Noto Sans KR";text-align: center;    height: 100%;
}
.fix_bar .fix_bar_inner form .counsult_form_wrap .counsult_form_info .agree_inp {
  display: flex;align-items: center;justify-content: center;  width: 260px;min-width: 260px;
}
.fix_bar .fix_bar_inner form .counsult_form_wrap .counsult_form_info .agree_inp label {
  font-size:16px;font-weight:400;color:#000;border:0;padding:0 10px;outline: 0;width: 100%;font-family: "Noto Sans KR";text-align: center;cursor: pointer;
}
.fix_bar .fix_bar_inner form .counsult_form_wrap .counsult_form_info .agree_inp label input {
  margin:0;
}
.fix_bar .fix_bar_inner form .counsult_form_wrap .apply_btn button{
  background: #000;border-radius: 10px;color: #fff;
  height:100%;display: flex;width: 170px;font-size:20px;
  align-items: center;justify-content: center;
  font-weight:700;
}

#wingBanner {
  display:none !important;
}

#sec1{
  display: none;
}
#back_popup_bg {
  position: fixed;top:0;width:100%;height:100%;background: rgba(0,0,0, .4);display: none;z-index: 100;
}
#back_popup_box {
  position: fixed;top:50%;left:50%;background: #fff;z-index: 100;display: flex;flex-direction: column;padding:30px 0 0;gap:30px;margin-left: -215px;margin-top: -241.5px;display: none;
  width:430px;
}
#back_popup_box button{
 position: absolute;top:20px;right:20px;background: transparent;border:0;outline: 0;cursor: pointer;
}
#back_popup_box .back_popup_title  {
  padding:0 30px;
}
#back_popup_box .back_popup_title h2{
  color: #f13264;font-size: 22px;font-weight: 700;font-family: "Noto Sans KR";
}
#back_popup_box .back_popup_title h2 > span{
  color: #222222;font-size: 22px;font-weight: 700;font-family: "Noto Sans KR";
  text-decoration: underline;text-underline-position: bottom;text-underline-offset: 5px;
}
#back_popup_box .back_poopup_p_box{
  padding: 0 30px;
}
#back_popup_box .back_poopup_p_box p{
  color: #222222;font-size: 18px;font-weight: 400;font-family: "Noto Sans KR";
}
#back_popup_box .back_poopup_p_box p>span{
  color: #f13264;font-weight: 700;
}

#back_popup_box .back_popup_form  {
  padding:0 30px;
}
#back_popup_box .back_popup_form form {
  display: flex;flex-direction: column;gap:10px;
}
#back_popup_box .back_popup_form form .name_form{
  display: flex;flex-direction: row;gap:10px;align-items: center;justify-content: space-between;
}
#back_popup_box .back_popup_form form .name_form>label {
  margin:0;min-width: 84px;font-size: 16px;
}
#back_popup_box .back_popup_form form .name_form>div{
  width:100%;display: flex;
}
#back_popup_box .back_popup_form form .name_form input.log_name{
  width:100%;    box-sizing: border-box;
}
#back_popup_box .back_popup_form form .name_form input[type="text"]{
  height: 36px;
  line-height: 34px;
  padding-left: 15px;
  background: #fff;
  border: 1px solid #ddd;border-radius: 0;
}
#back_popup_box .back_popup_form form .tel_form{
  display: flex;    flex-direction: row;
  align-items: center;
  justify-content: space-between;gap:10px;
}
#back_popup_box .back_popup_form form .tel_form>label {
  margin:0;min-width: 84px;font-size: 16px;
}
#back_popup_box .back_popup_form form .tel_form .tel_form_input{
  display: flex;flex-direction: row;gap:4px;align-items: center;width:76%;
}
#back_popup_box .back_popup_form form .tel_form .tel_form_input select{
  width: 83px;    box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  font-family: 'Noto Sans KR', sans-serif;
  height: 36px;
  line-height: 38px;
  padding-left: 15px;
  background: url(https://img.megastudyacademy.co.kr/campus/intra/main/B0001/pc/selarr.png) right 50% no-repeat, #fff;
  border: 1px solid #ddd;
}
#back_popup_box .back_popup_form form .tel_form .tel_form_input input{
  width: 83px !important;    box-sizing: border-box;
  height: 36px;
  line-height: 34px;
  padding-left: 15px;
  background: #fff;
  border: 1px solid #ddd;border-radius: 0;
}
#back_popup_box .back_popup_form form .tel_form .tel_form_input p{
  color:#ddd;
}
#back_popup_box .back_popup_form form .agree_form{
  display: flex;justify-content: space-between;align-items: center;
}
#back_popup_box .back_popup_form form .agree_form label{
  font-size:16px;color: #222222;font-family: "Noto Sans KR";font-weight: 300;
}
#back_popup_box .back_popup_form form .agree_form label input[type='checkbox']{
  width:16px;height:16px;
}
#back_popup_box .back_popup_form form .agree_form a{
  font-size:16px;color: #bcbcbc;font-family: "Noto Sans KR";font-weight: 300;
  border-bottom: 1px solid #bcbcbc;
}


#back_popup_box .apply_btn_box {
  width:100%;
}
#back_popup_box .apply_btn_box a{
  width:100%;background: #f13264;display: flex;text-align: center;padding:20px 0;font-size: 18px;font-weight: 700;color:#fff;    align-items: center;
  justify-content: center;
  gap: 10px;
}
#back_popup_box .apply_btn_box a img{
  margin-bottom:0;
}