@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,700;1,14..32,700&family=Nanum+Myeongjo&family=Noto+Color+Emoji&family=Noto+Sans+Display:ital,wght@0,100..900;1,100..900&family=Noto+Sans+KR:wght@100..900&family=Noto+Serif+KR:wght@200..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
  font-family: "GmarketSansMedium";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GmarketSansBold";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
html, body * {
  font-family: 'Noto Sans KR';
  scroll-behavior: smooth;
}
* {
  font-family: "Noto Sans KR";
}
#header.fixed .product_header_container{
  position: relative !important;
}
.main_container img {
  vertical-align: bottom;
}
.main_container {
  width:100%;position:relative;
}
.main_container section {
  overflow: hidden;
}
#ipsiMain {
  background:url("https://img.megastudyacademy.co.kr/campusdev/beauty_html_img/ipsi/main_bg.png");
  padding:98px 0 35px;
  text-align: center;
  height: 937px;
}
#ipsiMain .ipsiMain_inner {
  display: flex;
  flex-direction: column;
  align-items: center;justify-content: center;
  height: 100%;
}
#ipsiMain .ipsiMain_inner .fixed_top_banner{
  position: relative;
  background: rgb(70,194,220);
  background: linear-gradient(45deg, rgba(70,194,220,1) 0%, rgba(40,158,255,1) 100%);
  height:75px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:24px;
  width: 100%;
  z-index: 9;
}
#ipsiMain .ipsiMain_inner .fixed_top_banner.fixed{
  position: fixed;
  top:0;left:0;
  z-index: 99;
}
#ipsiMain .ipsiMain_inner .fixed_top_banner a {
  font-size:24px;color:#fff;font-weight:700; line-height:1.5;
}
#ipsiMain .ipsiMain_inner .fixed_top_banner a.active{
  color: #FFFF00;
}
#ipsiMain .ipsiMain_inner .fixed_top_banner span{
  width: 3px;height:20px;background: #fff;display: block;
}
#ipsiMain .ipsiMain_inner .scroll_down_icon {
  margin-top:auto;display: flex;
}


#sectionBrand{
  padding:100px 0;
  background-color: #F8F8F8;
  position: relative;
}

#sectionBrand .inner{
  padding:60px 0 54px;
  min-height: 762px;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 0 60px rgba(158,158,158,.3);
  border:1px solid #ccc;
  display: flex;flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap:40px;
}
#sectionBrand .inner .section_title{
  text-align: center;
}
#sectionBrand .inner .section_title h2{
  font-family: "GmarketSansBold";font-size:40px;font-weight: 700;color:#333333;
}

#sectionBrand .inner .section_title h2 span{
  font-family: "GmarketSansBold";
}

#sectionBrand .inner .section_table {
  margin-bottom: auto;
  display: flex;flex-direction: column;align-items: center;justify-content: center;gap:40px;
  width:100%;
}
#sectionBrand .inner .section_table .tab_change_btn {
  display: flex;gap:24px;
}
#sectionBrand .inner .section_table .tab_change_btn a{
  border-radius: 20px;border:1px solid #666666;font-size:18px;font-weight: 400;line-height: 1.5;padding:0 30px;padding: 4.5px 30px;background: #fff;color: #666666;
}
#sectionBrand .inner .section_table .tab_change_btn a.active{
  background: rgb(119,119,119);
  background: linear-gradient(135deg, rgba(119,119,119,1) 0%, rgba(16,16,16,1) 100%);
  font-weight:700;color:#fff;
}
#sectionBrand .inner .section_table .tab_line {
  width:100%;height:1px;display: flex;
  background: rgb(204,204,204);
  background: linear-gradient(90deg, rgba(204,204,204,0) 0%, rgba(204,204,204,1) 10%, rgba(204,204,204,1) 90%, rgba(204,204,204,0) 100%);
}
#sectionBrand .inner .section_table .table_unit {
  display: none;position: relative;
}
#sectionBrand .inner .section_table .table_unit1 {
  min-height:413px;min-width:1068px;
}
#sectionBrand .inner .section_table .table_unit3 {
padding-right: 44px;
}
#sectionBrand .inner .section_table .table_unit.table_unit2 {
  gap:0;width: 1080px;
}
#sectionBrand .inner .section_table .table_unit.table_unit2 .history_left {
  display: flex;flex-direction: column;gap:40px;
}
#sectionBrand .inner .section_table .table_unit.table_unit2 .history_left h2{
  font-size:28px;line-height:1.3;color:#222222;font-family: "GmarketSansMedium";font-weight: 500;
}
#sectionBrand .inner .section_table .table_unit.table_unit2 .history_left h2 span {
  font-size:32px;line-height:1.3;color:#0183ff;font-family: "GmarketSansBold";
}
#sectionBrand .inner .section_table .table_unit.table_unit2 .history_left .history_chg_wrap {
  display: flex;flex-direction: column;gap:20px;
}
#sectionBrand .inner .section_table .table_unit.table_unit2 .history_left .history_chg_wrap .history_chg{
  display: flex;gap:25px;align-items: center;justify-content: center;
}
#sectionBrand .inner .section_table .table_unit.table_unit2 .history_left .history_chg_wrap .history_img {
  display: none;
}
#sectionBrand .inner .section_table .table_unit.table_unit2 .history_left .history_chg_wrap .history_img.active {
  display: block;
    border-top-right-radius: 24px;
          border-bottom-left-radius: 24px;
}
#sectionBrand .inner .section_table .table_unit.table_unit2 .history_left .history_chg_wrap .history_chg a {
  font-size:25px;font-weight:800;color:#e0e0e0;line-height: 30px;cursor: unset;
}
#sectionBrand .inner .section_table .table_unit.table_unit2 .history_left .history_chg_wrap .history_chg a.active{
  color:#0183FF;font-size:30px;line-height: 30px;
}
#sectionBrand .inner .section_table .table_unit.table_unit2 .history_left .history_chg_wrap .history_chg span {
  width: 1px;height:20px;background: #e0e0e0;display: block;
}
#sectionBrand .inner .section_table .table_unit.table_unit2 .history_left .history_chg_wrap .history_chg span:last-child {
  display:none;
}
#sectionBrand .inner .section_table .table_unit.table_unit2 .history_right  {
  display: flex;gap:40px;overflow-x: hidden;padding-left:40px;overflow-y: auto; max-height:427px;
}
#sectionBrand .inner .section_table .table_unit.table_unit2 .history_right .history_right_wrap{
  display: flex;
  flex-direction: column;gap: 46px;
 
  
}
#sectionBrand .inner .section_table .table_unit.table_unit2 .history_right > span {
  display: block;
  width: 1px;
  height: 1708px;
  background: #E0E0E0;
}
#sectionBrand .inner .section_table .table_unit.table_unit2 .history_right .his_in {
  position: relative;
}
#sectionBrand .inner .section_table .table_unit.table_unit2 .history_right .his_in .dot {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #0183FF;
  position: absolute;
  left: -47px;
  top: 17px;
  z-index: 2;
}
#sectionBrand .inner .section_table .table_unit.table_unit2 .history_right .his_in .dot::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  background: #0183FF;
  border-radius: 50%;
  animation: 1.5s ease-in-out 0s infinite normal none running dots;
}
@keyframes dots{
0% {
  opacity: 0.5;
  transform: scale(1);
}

100% {
  opacity: 0;
  transform: scale(4);
}
}

#sectionBrand .inner .section_table .table_unit.active {
  display: flex;
}
#sectionBrand .inner .section_table .table_unit .unit_info{
  display: none;
}
#sectionBrand .inner .section_table .table_unit .unit_info.active {
  display: block;
}
#sectionBrand .inner .section_table .table_unit .table_slide_btn {
  position: absolute;
  bottom:20px;
  left:110px;
  width:200px;
  height:38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#sectionBrand .inner .section_table .table_unit .table_slide_btn a {
  width: 75px;height:38px;background-size: cover;display: block;
}
#sectionBrand .inner .section_table .table_unit .table_slide_btn a.prev {
  background:url("https://img.megastudyacademy.co.kr/campusdev/beauty_html_img/ipsi/prev_off.png");
}
#sectionBrand .inner .section_table .table_unit .table_slide_btn a.prev.active {
  background:url("https://img.megastudyacademy.co.kr/campusdev/beauty_html_img/ipsi/prev_on.png");
}

#sectionBrand .inner .section_table .table_unit .table_slide_btn a.next {
  background:url("https://img.megastudyacademy.co.kr/campusdev/beauty_html_img/ipsi/next_on.png");
}
#sectionBrand .inner .section_table .table_unit .table_slide_btn a.next.active {
  background:url("https://img.megastudyacademy.co.kr/campusdev/beauty_html_img/ipsi/next_off.png");
}

#sectionUniv{
  padding: 100px 0;
    background:url("https://img.megastudyacademy.co.kr/campusdev/beauty_html_img/ipsi/sectionUniv_bg.png");
    background-position: right 120px;
    background-repeat: no-repeat;
}
#sectionCertify{
  padding: 100px 0;
    background:url("https://img.megastudyacademy.co.kr/campusdev/beauty_html_img/ipsi/sectionCertify_bg.png");
    background-position: center top;
    background-repeat: no-repeat;
}
#sectionCertify .inner{
  display: flex;align-items: center;
  justify-content: center;gap:60px;
  flex-direction: column;
}
#sectionCertify .inner .section_con{
    background: #fff;
    border:1px solid #ccc;
    width:850px;height:500px;
    padding:55px 65px;
}
#sectionCertify .inner .section_con .passSwiper {
  height:100%;overflow: hidden;
}
#sectionCertify .inner .section_con .passSwiper .swiper-wrapper {
  transition-timing-function: linear;
}
#sectionCertify .inner .section_con .swiper-slide{
  display: flex;gap:20px;align-items: center;justify-content: center;
}
#sectionCertify .inner .section_con .swiper-slide .pass{
  display: flex;gap:20px;align-items: center;justify-content: center;
}
#sectionCertify .inner .section_con .pass .univ_logo img {
  max-width:110px;
}
#sectionCertify .inner .section_con .pass .univ_line {
  width:1px;height:25px;background: #ccc;display: flex;
}
#sectionCertify .inner .section_con .pass .univ_name span {
  font-size:16px;font-weight:400;line-height: 1.5;color:#333333;
}
#sectionCertify .inner .section_certi {
  max-width:1150px;position: relative;
}
#sectionCertify .inner .section_certi .certiSwiper{
  width:100%;overflow: hidden;
}
#sectionCertify .inner .section_certi .certiSwiper .swiper-slide img {
  width: 100%;
}
#sectionCertify .inner .section_certi .swiper-button-next {
  background:url("https://img.megastudyacademy.co.kr/campusdev/beauty_html_img/ipsi/certiSwiperNext.png");
  width:42px;
  height:42px;
  background-size: cover;
  right:-25px;
}
#sectionCertify .inner .section_certi .swiper-button-prev {
  background:url("https://img.megastudyacademy.co.kr/campusdev/beauty_html_img/ipsi/certiSwiperNext.png");
  width:42px;
  height:42px;
  background-size: cover;
  left:-25px;
  transform: rotate(180deg);
}
#sectionCertify .inner .section_certi .swiper-button-next::after, #sectionCertify .inner .section_certi .swiper-button-prev::after {
  display: none;
}
#sectionCertify .inner .section_certi .swiper-button-prev.swiper-button-disabled {
  background:url("https://img.megastudyacademy.co.kr/campusdev/beauty_html_img/ipsi/certiSwiperPrev.png");
  opacity: 1;
  transform: rotate(0deg);
}
#sectionCertify .inner .section_certi .swiper-button-next.swiper-button-disabled {
  background:url("https://img.megastudyacademy.co.kr/campusdev/beauty_html_img/ipsi/certiSwiperPrev.png");
  opacity: 1;
  transform: rotate(180deg);
}





#S4 {
  padding: 100px 0;
  background-color: #F5F5F5;
}

.S4Box {
  width: 1200px;
  border: 1px solid #C9C9C9;
  box-shadow: 0px 0 30px #cccccc;
  border-radius: 24px;
  padding: 0;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:60px;
  padding:79px 0 60px;
  background: #fff;
}
.S4Tab {
  width: 100%;
}
#S4_tabs {
  display: flex;
  justify-content: space-between;
  align-items: end;
  border-bottom: 1px solid#848483;
  padding: 0 100px;
  width: 100%;
}
#S4_tabs li {
  width:100%;
}
#S4_tabs a {
  display: inline-block;
  color: #666666;
  font-size:24px;font-weight: 400;line-height: 1.5;
  padding:5px 25px;
  width: 100%;
  text-align: center;
}
#S4_tabs #S4_current a,
#S4_tabs #S4_current a::after {
  color: #fff;
  background: rgb(119,119,119);
  background: linear-gradient(135deg, rgba(119,119,119,1) 0%, rgba(16,16,16,1) 100%);
}

.S4Video {
  width: 1000px;
  height: 562px;
  margin: 49px auto 0;
  background-color: #e1e1e1;
}

.S4Review {
  width: 100%;max-width: 1100px;
}
.S4Review .swiper-slide{
  text-align: center;
}

.SlideBtnR,
.SlideBtnL {
  width: 16px !important;
  height: 32px !important;
}
.SlideBtnR {
  background: url(https://img.megastudyacademy.co.kr/campusdev/beauty_html_img/ipsi/S4ReviewBtnL.png)
    no-repeat;
  background-position: center;
  background-size: cover;
}

.SlideBtnL {
  background: url(https://img.megastudyacademy.co.kr/campusdev/beauty_html_img/ipsi/S4ReviewBtnL.png)
    no-repeat;
  background-position: center;
  transform: rotate(180deg);
  background-size: cover;
}
.SlideBtnR.swiper-button-disabled,.SlideBtnL.swiper-button-disabled{
  background: url(https://img.megastudyacademy.co.kr/campusdev/beauty_html_img/ipsi/S4ReviewBtnL_off.png)
    no-repeat;
  opacity: 1;
  background-size: cover;
}
.SlideBtnL.swiper-button-disabled{
  transform: rotate(0deg);
}
.SlideBtnR.swiper-button-disabled{
  transform: rotate(180deg);
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}






















#S5 {
  padding: 100px 0;
  background-color: #F5F5F5;
}

.S5Box {
  width: 1200px;
  border: 1px solid #C9C9C9;
  box-shadow: 0px 0 30px #cccccc;
  border-radius: 24px;
  padding: 0;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:60px;
  padding:79px 0 60px;
  background: #fff;
}
.S5Tab {
  width: 100%;
}
#S5_tabs {
  display: flex;
  justify-content: flex-start;
  align-items: end;
  border-bottom: 1px solid#848483;
  padding: 0 100px;
  width: 100%;
}
#S5_tabs li {
  width:250px;
}
#S5_tabs a {
  display: inline-block;
  color: #666666;
  font-size:24px;font-weight: 400;line-height: 1.5;
  padding:5px 25px;
  width: 100%;
  text-align: center;
}
#S5_tabs a.active,
#S5_tabs a.active::after {
  color: #fff;
  background: rgb(119,119,119);
  background: linear-gradient(135deg, rgba(119,119,119,1) 0%, rgba(16,16,16,1) 100%);
}
.S5_content {
  display: none;
}
.S5_content.active {
  display: flex;flex-direction: column;gap:60px;align-items: center;justify-content: center;
}

.S5Video {
  width: 1000px;
  height: 562px;
  margin: 49px auto 0;
  background-color: #e1e1e1;
  display: none;
}

.review_container {
  max-width:1100px;position: relative;width: 100%;
}
.S5Review {
  width: 100%;max-width: 1000px;overflow: hidden;
}
.S5Review .swiper-slide {
  width: fit-content !important;
}

.SlideBtnR,
.SlideBtnL {
  width: 16px !important;
  height: 32px !important;
}
.SlideBtnR {
  background: url(https://img.megastudyacademy.co.kr/campusdev/beauty_html_img/ipsi/S4ReviewBtnL.png)
    no-repeat;
  background-position: center;
  background-size: cover;
}

.SlideBtnL {
  background: url(https://img.megastudyacademy.co.kr/campusdev/beauty_html_img/ipsi/S4ReviewBtnL.png)
    no-repeat;
  background-position: center;
  transform: rotate(180deg);
  background-size: cover;
}
.SlideBtnR.swiper-button-disabled,.SlideBtnL.swiper-button-disabled{
  background: url(https://img.megastudyacademy.co.kr/campusdev/beauty_html_img/ipsi/S4ReviewBtnL_off.png)
    no-repeat;
  opacity: 1;
  background-size: cover;
}
.SlideBtnL.swiper-button-disabled{
  transform: rotate(0deg);
}
.SlideBtnR.swiper-button-disabled{
  transform: rotate(180deg);
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.SlideBtnL,
.swiper-rtl .SlideBtnR {
  left: 0 !important;
}

.SlideBtnL,
.swiper-rtl .SlideBtnR {
  right: 0 !important;
}


#sectionEdu{
  padding:100px 0;
}
#sectionEdu .inner {
  display: flex;flex-direction: column;gap:100px;
}
#sectionEdu .inner .edu_content01 {
  display: flex;flex-direction: column;gap:48px;
  align-items: center;
  justify-content: center;
}
#sectionEdu .inner .edu_content01 .tab_content{
  display: flex;flex-direction: column;gap:30px;
  align-items: center;
  justify-content: center;
  width:100%;
}
#sectionEdu .inner .edu_content01 .tab_content ul {
  display: flex;align-items: center;width:100%;gap:8px;justify-content: center;
}
#sectionEdu .inner .edu_content01 .tab_content ul li {
  width:387px; border: 1px solid #999999;transform: skew(-20deg);
  height:59px;  background: #fff;
}
#sectionEdu .inner .edu_content01 .tab_content ul li a{
  color:#666666;font-weight: 400;font-size:28px;line-height: 1.5;position: absolute;
  top:50%;left:50%;
  transform: translate(-50%, -50%) skew(20deg, 0);
  width: 100%;height:100%;
  display: flex;
  align-items: center;
  justify-content: center;

}
#sectionEdu .inner .edu_content01 .tab_content ul li.active{
  background: rgb(119,119,119);
  background: linear-gradient(135deg, rgba(119,119,119,1) 0%, rgba(16,16,16,1) 100%);
}
#sectionEdu .inner .edu_content01 .tab_content ul li.active a {
  color:#fff;font-weight:700;
}
#sectionEdu .inner .edu_content01 .tab_content .tab_unit_wrap {
  width:100%;
}
#sectionEdu .inner .edu_content01 .tab_content .tab_unit_wrap .tab_unit{
  gap:16px;display: none;position: relative;
}
#sectionEdu .inner .edu_content01 .tab_content .tab_unit_wrap .tab_unit .video_wrap{
  width:100%;min-height:459px;
}
#sectionEdu .inner .edu_content01 .tab_content .tab_unit_wrap .tab_unit .video_wrap .video_wrap_cl {
  display: none;
}
#sectionEdu .inner .edu_content01 .tab_content .tab_unit_wrap .tab_unit .video_wrap #video_wrap1 {
  width: 100%;
  height: 100%;
}
#sectionEdu .inner .edu_content01 .tab_content .tab_unit_wrap .tab_unit .video_wrap #video_wrap2 {
  display:none;
}
#sectionEdu .inner .edu_content01 .tab_content .tab_unit_wrap .tab_unit .video_wrap #video_wrap3 {
  width: 100%;
  height: 100%;
}
#sectionEdu .inner .edu_content01 .tab_content .tab_unit_wrap .tab_unit.active{
  display: flex;
}
#sectionEdu .inner .edu_content01 .tab_content .tab_unit_wrap .tab_unit.active.last::before{
  content: '';
  position: absolute;
  top: 0px;
  left:0;width:100%;height:2px;background: #2b2b2b;
}
#sectionEdu .inner .edu_content01 .tab_content .tab_unit_wrap .tab_unit.active.last::after{
  content: '';
  position: absolute;
  bottom: 1px;
  left:0;width:100%;height:2px;background: #2b2b2b;
}
#sectionEdu .inner .edu_content01 .tab_content .tab_unit_wrap .tab_unit .edu_tab_swiper {
  width:100%;
}
#sectionEdu .inner .edu_content01 .tab_content .tab_unit_wrap .tab_unit .edu_tab_swiper .swiper-container{
  width:100%;overflow: hidden;MAX-WIDTH: 800PX;position: relative;
}
#sectionEdu .inner .edu_content01 .tab_content .tab_unit_wrap .tab_unit .edu_tab_swiper .swiper-container .swiper-slide {
  width:100%;
}
#sectionEdu .inner .edu_content01 .tab_content .tab_unit_wrap .tab_unit .edu_tab_swiper .swiper-container .swiper-button-prev {
  background: url(https://img.megastudyacademy.co.kr/campusdev/beauty_html_img/ipsi/edu_tab_swiperL.png)
    no-repeat;
  background-position: center;
  background-size: cover;
  width:42px;height:42px;
  transform: rotate(180deg);
  top: unset;
  bottom:193px;
  left:31px;
}

#sectionEdu .inner .edu_content01 .tab_content .tab_unit_wrap .tab_unit .edu_tab_swiper .swiper-container .swiper-button-next{
  background: url(https://img.megastudyacademy.co.kr/campusdev/beauty_html_img/ipsi/edu_tab_swiperL.png)
    no-repeat;
  background-position: center;
  transform: rotate(0deg);
  background-size: cover;
  width:42px;height:42px;
  top: unset;
  bottom:193px;
  right:31px;
}
#sectionEdu .inner .edu_content01 .tab_content .tab_unit_wrap .tab_unit .edu_tab_swiper .swiper-container .swiper-button-prev.swiper-button-disabled, #sectionEdu .inner .edu_content01 .tab_content .tab_unit_wrap .tab_unit .edu_tab_swiper .swiper-container .swiper-button-next.swiper-button-disabled{
  background: url(https://img.megastudyacademy.co.kr/campusdev/beauty_html_img/ipsi/edu_tab_swiperL_off.png)
    no-repeat;
  opacity: 1;
  background-size: cover;
}

#sectionEdu .inner .edu_content01 .tab_content .tab_unit_wrap .tab_unit .edu_tab_swiper .swiper-container .swiper-button-prev.swiper-button-disabled{
  transform: rotate(0deg);
}
#sectionEdu .inner .edu_content01 .tab_content .tab_unit_wrap .tab_unit .edu_tab_swiper .swiper-container .swiper-button-next.swiper-button-disabled{
  transform: rotate(180deg);
}




#ipsiInpoSection {
  background: #EFF0F5;padding:100px 0;
}
#ipsiInpoSection .inner {
  display: flex;flex-direction: column;gap:60px;
}
#ipsiInpoSection .inner .section_title {
  text-align: center;
}
#ipsiInpoSection .inner .section_con {
  display: flex;flex-direction: column;gap:40px;align-items: center;justify-content: center;
}
#ipsiInpoSection .inner .section_con .info_tab_btn {
  display: flex;gap:20px;
}
#ipsiInpoSection .inner .section_con .info_tab_btn a{
  border-radius: 60px;border:1px solid #666666;font-size:28px;font-weight: 400;line-height: 1.5;padding:0 30px;padding: 4.5px 30px;background: #fff;color: #666666;width:240px;height:60px;text-align: center;
  display: flex;align-items: center;justify-content: center;
}
#ipsiInpoSection .inner .section_con .info_tab_btn a.active{
  background: rgb(119,119,119);
  background: linear-gradient(135deg, rgba(119,119,119,1) 0%, rgba(16,16,16,1) 100%);
  font-weight:700;color:#fff;
}
.info_tab_wrap {
  position: relative;
}
.info_tab_wrap > img {
  position: absolute;
  bottom:80px;right:-107px;
}
.info_tab_unit {
  border-radius: 24px;display: none;
}
.info_tab_unit.active{
  display: block;
}
#univInfoSection{
  padding:100px 0;
}

#systemSection{
  padding:100px 0;
  background-color: #F8F8F8;
}
#systemSection .inner {
  display: flex;
  flex-direction: column;
  gap:40px;
}
#systemSection .inner > img{
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}


#systemSection .inner .section_wrap{
  display: flex;flex-direction: column;gap:60px;
}
#systemSection .inner .section_wrap .section_title {
  text-align: center;
}
#systemSection .inner .section_wrap .section_con {
  display: flex;flex-direction: column;gap:40px;align-items: center;justify-content: center;
}
#systemSection .inner .section_wrap .section_con .info_tab_btn {
  display: flex;gap:20px;
}
#systemSection .inner .section_wrap .section_con .info_tab_btn a{
  border-radius: 60px;border:1px solid #666666;font-size:28px;font-weight: 400;line-height: 1.5;padding:0 30px;padding: 4.5px 30px;background: #fff;color: #666666;width:240px;height:60px;text-align: center;
  display: flex;align-items: center;justify-content: center;
}
#systemSection .inner .section_wrap .section_con .info_tab_btn a.active{
  background: rgb(119,119,119);
  background: linear-gradient(135deg, rgba(119,119,119,1) 0%, rgba(16,16,16,1) 100%);
  font-weight:700;color:#fff;
}
#systemSection .inner .section_wrap .section_con .info_tab_unit {
  background: #fff;border-radius: 24px;display: none;
}
#systemSection .inner .section_wrap .section_con .info_tab_unit.active{
  display: flex;
}

#systemSection .inner > img:last-child{
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top:60px;
}
#communitySection{
  padding:100px 0;
  background-color: #ffffff;
}
#communitySection .inner {
  display: flex;
  flex-direction: column;
  gap:60px;
}
.story_container {
  max-width:1200px;position: relative;width: 100%;
}
#communitySection .inner .storySwiper {
  width: 100%;max-width: 1100px;overflow: hidden;margin: 0 auto;
}
#communitySection .inner .storySwiper .swiper-slide img{
  max-width:100%;
}




#qnaSection {
  background-image: url(https://img.megastudyacademy.co.kr/campusdev/beauty_html_img/ipsi/qnaSection_bg.png);
  background-position: center bottom;
  background-size: cover;
  padding:100px 0 189px;
  background-color: #ffffff;
}
#qnaSection .inner {
  display: flex;
  flex-direction: column;
  gap:60px;
}
#qnaSection .inner .section_title {
  text-align: center;
}
#qnaSection .inner .section_title {
  text-align: center;
}

#qnaSection .inner .section_con {
  display: flex;flex-direction: column;gap:40px;align-items: center;justify-content: center;
}
#qnaSection .inner .section_con .qna_tab_btn {
  display: flex;gap:20px;
}
#qnaSection .inner .section_con .qna_tab_btn a{
  border-radius: 60px;border:1px solid #666666;font-size:28px;font-weight: 400;line-height: 1.5;padding:0 30px;padding: 4.5px 0px;background: #fff;color: #666666;width:240px;height:60px;text-align: center;
  display: flex;align-items: center;justify-content: center;
}
#qnaSection .inner .section_con .qna_tab_btn a.active{
  background: rgb(119,119,119);
  background: linear-gradient(135deg, rgba(119,119,119,1) 0%, rgba(16,16,16,1) 100%);
  font-weight:700;color:#fff;
}
#qnaSection .inner .section_con .qna_tab_unit {
  display: none;width: 100%;position: relative;max-width:720px;margin:0 auto;
}
#qnaSection .inner .section_con .qna_tab_unit.active{
  display: flex;flex-direction: column;gap:30px;align-items: center;justify-content: center;
}
#qnaSection .inner .section_con .qna_tab_unit > a{
  font-family: "GmarketSansMedium";font-size:16px;color:#666666;line-height:1.5;text-align: right;margin-left:auto;border-bottom: 1px solid #666;
}
#qnaSection .inner .section_con .qna_tab_wrap {
  width: 100%;
}
#qnaSection .inner .section_con .qna_tab_unit .swiper-container {
  width:100%;overflow: hidden;max-width: 720px;
}

#qnaSection .inner .section_con .qna_tab_unit .pagination_wrap {
  position: relative;display: flex;gap:30px;width:245px;height:42px;justify-content: space-between;align-items: center;
}

#qnaSection .inner .section_con .qna_tab_unit .pagination_wrap .swiper-button-prev {
  background: url(https://img.megastudyacademy.co.kr/campusdev/beauty_html_img/ipsi/edu_tab_swiperL.png)
    no-repeat;
  background-position: center;
  background-size: cover;
  width:42px;height:42px;
  transform: rotate(180deg);
  top: unset;
  bottom:unset;
  left:0;
  position: relative;
  margin-top: unset;
}

#qnaSection .inner .section_con .qna_tab_unit .pagination_wrap .swiper-button-next{
  background: url(https://img.megastudyacademy.co.kr/campusdev/beauty_html_img/ipsi/edu_tab_swiperL.png)
    no-repeat;
  background-position: center;
  transform: rotate(0deg);
  background-size: cover;
  width:42px;height:42px;
  top: unset;
  bottom:unset;
  right:0;
  position: relative;
  margin-top: unset;
}
#qnaSection .inner .section_con .qna_tab_unit .pagination_wrap .swiper-button-prev.swiper-button-disabled, #qnaSection .inner .section_con .qna_tab_unit .pagination_wrap .swiper-button-next.swiper-button-disabled{
  background: url(https://img.megastudyacademy.co.kr/campusdev/beauty_html_img/ipsi/edu_tab_swiperL_off.png)
    no-repeat;
  opacity: 1;
  background-size: cover;
}

#qnaSection .inner .section_con .qna_tab_unit .pagination_wrap .swiper-button-prev.swiper-button-disabled{
  transform: rotate(0deg);
}
#qnaSection .inner .section_con .qna_tab_unit .pagination_wrap .swiper-button-next.swiper-button-disabled{
  transform: rotate(180deg);
}
#qnaSection .inner .section_con .qna_tab_unit .pagination_wrap .swiper-pagination{
  position: relative;
  top:unset;
  left:unset;
  bottom:unset;
  width: fit-content;
}
#qnaSection .inner .section_con .qna_tab_unit .pagination_wrap .swiper-pagination{
  font-size: 20px;font-weight:400;line-height:1.5;color: #999999;
}
#qnaSection .inner .section_con .qna_tab_unit .pagination_wrap .swiper-pagination .swiper-pagination-current {
  font-size: 20px;font-weight:400;line-height:1.5;color:#2B2B2B;
}

#qnaSection .inner .section_con .qna_tab_unit .pagination_wrap .swiper-pagination .swiper-pagination-total {
  font-size: 20px;font-weight:400;line-height:1.5;color: #999999;
}








#sectionVideo {
  padding:203px 0 100px;
  background: rgb(247,247,247);
  background: linear-gradient(180deg, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%);
  position: relative;
  overflow: visible;
}
#sectionVideo::after{
  content:'';
  position: absolute;
  top:-68.5px;left:0;
  background-image: url(https://img.megastudyacademy.co.kr/campusdev/beauty_html_img/ipsi/sectionVideoAfterV.png);
  width:1445px;
  height:173px;
}
#sectionVideo .inner {
  display: flex;
  flex-direction: column;
  gap:60px;
}
#sectionVideo .inner .secVideo {
  height:673px;
}

/*상담*/
.right {
  float: right;
}
.left {
  float: left;
}

.counselingForm .btnCounseling {
  margin-top: 30px;
}
.counselingForm {
  margin-top: 20px;
}

.mainCounseling .mSubTit {
  background: url(https://img.megastudyacademy.co.kr/campus/beauty_html_img/main/ico_dan2.png)
    no-repeat 0 bottom;
}

.counselingForm .btnCounseling a {
  background: #f02828;
  font-size: 30px;
  line-height: 76px;
  border-radius: 5px;
}













.fixed_right_box {
  position: absolute;
  right:0;top:100px;
  display: flex;flex-direction: column;align-items: center;
  justify-content: center;gap:22px;
  width: 112px;
  z-index: 1;
}
.fixed_right_box.fixed{
  top:100px;position: fixed;
}
.top_box {
  display: flex;flex-direction: column;align-items: center;
  justify-content: center;width: 100%;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0,0,0,.15);
}
.top_box .scroll_btn {
  width:100%;
}
.top_box a {
  display: flex;
  flex-direction: column;align-items: center;
  justify-content: center;gap:8px;background: #fff;
  width: 100%;
  font-size: 16px;
  font-weight:400;
  line-height: 1.5;
  color: #999999;
  padding:20px 0;
  position: relative;
}
.top_box a::after {
  content: "";
  width:72px;
  height:1px;
  position:absolute;
  bottom:0;
  left:50%;
  transform: translate(-50%, 0);
  background: #999999;
}
.top_box a.active{
  color:#0183FF;font-weight: 700;
}
.top_box a:nth-child(5):after {
  display: none;
}
.top_box > span {
  background: rgb(1,131,255);
background: linear-gradient(300deg, rgba(1,131,255,1) 0%, rgba(70,210,220,1) 100%);
display: flex;
flex-direction: column;align-items: center;
justify-content: center;width: 100%;
font-size:20px;font-weight: 700;line-height:1.5;color:#fff;
height: 56px;
}
.top_box > a {
  background: #0183FF;
  font-size:18px;
  padding:10px 0;
  color: #fff;
  gap:2px;
}
.top_box > a::after{
  display:none;
}
.bottom_box {
  box-shadow: 0 4px 4px rgba(0,0,0,.15);
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow: hidden;
}