#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;
}
.main_container * {
  font-family: "Pretendard";
}
#mainBannerSection {
  width:100%;
  overflow: hidden;
  position: relative;
}
#mainBannerSection img{
  position: relative;left:50%;transform: translateX(-50%);
}
#sectionResult {
  background:url("https://img.megastudyacademy.co.kr/campusdev/beautym_html_img/ipsi/result_bg.png") no-repeat center top;
  position: relative;
  background-size: cover !important;
}
#sectionResult .inner{
  padding:60px 0 100px;
  min-height: 1199px;
  display: flex;
  flex-direction: column;
  gap:161px;
}
#sectionResult .result_title{
  text-align: center;
  display: flex;flex-direction: column;gap:20px;
}
#sectionResult .result_title h2{
  font-size: 35px;
  line-height: 45px;
  font-weight: 400;
  color: #fff;
}
#sectionResult .result_title p{
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  line-height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#sectionResult .result_title p span{
  font-weight: 700;
  color: #1100FF;
  background: #fff;
  letter-spacing: -0.02em;
  padding: 0 15px;
  border:2px solid #1831f9;
  border-radius: 10px;
  line-height: 71px;
}
#sectionResult .result_content{
  text-align: center;
  display: flex;
  flex-direction: column;
  gap:80px;
  align-items: center;
  justify-content: center;
}
#sectionResult .result_content p{
  font-size: 50px;
  line-height: 65px;
  font-weight: 700;
  color: #222;
  position: relative;
}
#sectionResult .result_content p span{
  font-weight: 700;
  color: #FF0066;
}
#sectionResult .result_content .result_title_text{
  display: flex;
  gap:40px;
  align-items: flex-end;
  justify-content: center;

}
#sectionResult .result_content .result_title_text img{
  width: 89px;
}
#sectionResult .result_list{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 31px;
  row-gap: 80px;
}
#sectionResult .result_item{
  display: flex;
  flex-direction: column;
  gap:20px;
  justify-content: space-between;
  align-items: center;
  min-width:fit-content;
}
#sectionResult .result_item p{
  font-size: 35px;
  font-weight: 400;
  color: #253EBC;
  text-align: left;
  line-height: 54px;
}
#sectionResult .result_item p span{
  font-size: 35px;
  font-weight: 700;
  color: #253EBC;
  line-height: 54px;
}
#sectionResult .result_item .border_box {
  /*min-width:438px;*/
}
#sectionResult .result_item .border_box span {
  font-size: 80px;
  font-weight: 700;
  color: #002AFF;
  background: #fff;
  border:1px solid #173DFF;
  min-width: 322px;
  height:130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  box-shadow: 0 4px 30px 6px rgba(0, 0, 0, 0.06);
}
#sectionResult .result_item:last-child {
  gap:30px;
}
#sectionResult .result_item:last-child p {
  font-size: 40px;
  line-height: 54px;
  font-weight: 400;
  color: #222222;
  text-align: left;
  line-height: 54px;
}
#sectionResult .result_item:last-child p span {
  font-size: 40px;
  font-weight: 700;
  color: #222222;
  line-height: 54px;
}
#sectionResult .result_item:last-child .border_box span{
  font-size:120px;
  line-height: 160px;
  min-width: 438px;
  color: #FF0066;
  width: 100%;
  height:160px;
  border:1px solid #FF0066;
  box-shadow: 0 0 67.7px -7px rgba(255, 0, 72, 0.5), 0 4px 30px 6px rgba(0, 0, 0, 0.06);
}

#sectionUnivResult {
  background:url("https://img.megastudyacademy.co.kr/campusdev/beautym_html_img/ipsi/sectionUnivResult_bg.png") no-repeat center top;
  position: relative;
  background-size: cover !important;
}
#sectionUnivResult .inner{
  padding:100px 0 190px;
  min-height: 2080px;
  display: flex;
  flex-direction: column;
  gap:230px;
}
#sectionUnivResult .result_content{
  text-align: center;
  display: flex;
  flex-direction: column;
  gap:80px;
  align-items: center;
  justify-content: center;
}
#sectionUnivResult .result_content p{
  font-size: 50px;
  line-height: 65px;
  font-weight: 700;
  color: #222;
  position: relative;
}
#sectionUnivResult .result_content p span{
  font-weight: 700;
  color: #0004FF;
}
#sectionUnivResult .result_content .result_title_text{
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#sectionUnivResult .result_content .result_title_text img{
  width: 89px;
}
#sectionUnivResult .result_list{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 31px;
  row-gap: 80px;
}
#sectionUnivResult .result_item{
  display: flex;
  flex-direction: column;
  gap:20px;
  justify-content: space-between;
  align-items: center;
  min-width:fit-content;
}
#sectionUnivResult .result_item p{
  font-size: 35px;
  font-weight: 400;
  color: #222222;
  text-align: left;
  line-height: 54px;
}
#sectionUnivResult .result_item p span{
  font-size: 35px;
  font-weight: 700;
  color: #222222;
  line-height: 54px;
}
#sectionUnivResult .result_item .border_box {
  /*min-width:438px;*/
}
#sectionUnivResult .result_item .border_box span {
  font-size: 80px;
  font-weight: 700;
  color: #002AFF;
  background: #fff;
  border:1px solid #173DFF;
  min-width: 322px;
  height:130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  box-shadow: 0 4px 30px 6px rgba(0, 0, 0, 0.06);
}
#sectionUnivResult .result_item:last-child {
  gap:30px;
}
#sectionUnivResult .result_item:last-child p {
  font-size: 40px;
  line-height: 54px;
  font-weight: 400;
  color: #222222;
}
#sectionUnivResult .result_item:last-child p span {
  font-size: 40px;
  font-weight: 700;
  color: #222222;
}
#sectionUnivResult .result_item:last-child .border_box span{
  font-size:120px;
  line-height: 160px;
  min-width: 438px;
  color: #FF00FB;
  width: 100%;
  height:160px;
  border:1px solid #FF00FB;
  box-shadow: 0 0 67.7px -7px rgba(0, 4, 255, 0.5), 0 4px 30px 6px rgba(0, 0, 0, 0.06);
}
#sectionUnivResult .result_title{
  text-align: center;
  display: flex;
  flex-direction: column;
  gap:60px;
  align-items: center;
  justify-content: center;
}
#sectionUnivResult .result_title .result_title_text h2{
  font-size: 35px;
  line-height: 60px;
  font-weight: 700;
  color: #222222;
}
#sectionUnivResult .result_title .result_title_text p{
  font-size: 50px;
  font-weight: 700;
  color: #002BFF;
  line-height: 65px;
}
#sectionUnivResult .result_title > img {
  width: 676px;
}

#sectionCertify{
  padding: 80px 0 120px;

}
#sectionCertify .inner{
  display: flex;align-items: center;
  justify-content: center;gap:70px;
  flex-direction: column;
}
#sectionCertify .inner .section_title{
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom:10px;
}
#sectionCertify .inner .section_title h2{
  font-size: 35px;
  line-height: 65px;
  font-weight: 500;
  color: #222222;
}
#sectionCertify .inner .section_title p{
  font-size: 50px;
  font-weight: 700;
  color: #002BFF;
  line-height: 65px;
}
#sectionCertify .inner .section_con{
    background: #fff;
    box-shadow: 0 4px 20px 6px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    width:708px;height:430px;
    padding:65px 82px;
}
#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:60px;align-items: center;justify-content: space-between;
}
#sectionCertify .inner .section_con .swiper-slide .pass{
  display: flex;gap:25px;align-items: center;justify-content: center;
}
#sectionCertify .inner .section_con .pass .univ_logo img {
  width:135px;
}
#sectionCertify .inner .section_con .pass .univ_line {
  width:1px;height:30px;background: #ccc;display: flex;
}
#sectionCertify .inner .section_con .pass .univ_name span {
  font-size:20px;font-weight:400;line-height: 1.5;color:#333333;
}
#sectionCertify .inner .section_certi {
  max-width:721px;position: relative;margin-left:auto;
}
#sectionCertify .inner .section_certi .certiSwiper{
  width:100%;overflow: hidden;padding-right:47px;
}
#sectionCertify .inner .section_certi .certiSwiper .swiper-slide{
  max-width:252px;
}
#sectionCertify .inner .section_certi .swiper-button-next {
  background:url("https://img.megastudyacademy.co.kr/campusdev/beauty_html_img/ipsi/certiSwiperNext.png");
  width:52px;
  height:52px;
  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:52px;
  height:52px;
  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 101px;
  background: url("https://img.megastudyacademy.co.kr/campusdev/beautym_html_img/ipsi/S4_bg.png") no-repeat center center;
  background-size: cover;
}
.S4Box {
  width: 675px;
  padding: 0;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:50px;
}
.S4Title{
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.S4Title h2{
  font-size: 35px;
  line-height: 60px;
  font-weight: 500;
  color: #222222;
}
.S4Title p{
  font-size: 50px;
  font-weight: 700;
  color: #222222;
  line-height: 65px;
}
.S4Title p span{
  font-weight: 700;
  color: #002BFF;
}

.S4Tab {
  width: 100%;
}
#S4_tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #ffffff;
  border-radius: 68px;
}
#S4_tabs li {
  width:100%;
}
#S4_tabs a {
  display: inline-block;
  color: #666666;
  font-size:22px;font-weight: 400;line-height: 28px;
  padding:22px 0;
  height: 100%;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #777777;
  text-align: center;
  word-break: keep-all;
}
#S4_tabs #S4_current a,
#S4_tabs #S4_current a::after {
  color: #fff;
  background: #1C34ED;
  border-radius: 68px;
  font-weight: 700;
}

.S4Video {
  height: 416px;
  margin: 30px auto 0;
  background-color: #e1e1e1;
}



#sectionEdu{
  padding:120px 0;
}
#sectionEdu .inner {
  display: flex;flex-direction: column;gap:130px;
  max-width: 675px;
  margin: 0 auto;
}
#sectionEdu .inner .edu_content01 {
  display: flex;flex-direction: column;gap:100px;
  align-items: center;
  justify-content: center;
}
#sectionEdu .inner .edu_content01 .edu_title{
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#sectionEdu .inner .edu_content01 .edu_title h2{
  font-size: 35px;
  line-height: 60px;
  font-weight: 500;
  color: #222222;
}
#sectionEdu .inner .edu_content01 .edu_title p{
  font-size: 50px;
  font-weight: 700;
  color: #222222;
  line-height: 65px;
}
#sectionEdu .inner .edu_content01 .edu_title p span{
  font-weight: 700;
  color: #002BFF;
}
#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 .tab_btn_wrap{
  display: flex;flex-direction: column;gap:70px;
  align-items: center;
  justify-content: center;
  width:100%;
}
#sectionEdu .inner .edu_content01 .tab_content .tab_btn_wrap span{
  font-size: 30px;
  font-weight: 700;
  color: #333333;
  line-height: 45px;
  padding:9px 30px;
  border:1px solid #000000;
  border-radius: 65px;
}
#sectionEdu .inner .edu_content01 .tab_content ul {
  display: flex;align-items: center;width:100%;justify-content: center;
}
#sectionEdu .inner .edu_content01 .tab_content ul li {
  width:100%; border-bottom: 4px solid #E0E0E0;
  height:60px;
}
#sectionEdu .inner .edu_content01 .tab_content ul li a{
  color:#555555;font-weight: 400;font-size:22px;line-height: 1.5;
  width: 100%;height:100%;
  display: flex;
  justify-content: center;
}
#sectionEdu .inner .edu_content01 .tab_content ul li.active {
  border-bottom: 4px solid #002BFF;
}
#sectionEdu .inner .edu_content01 .tab_content ul li.active a {
  color: #002BFF;font-weight:700;
}
#sectionEdu .inner .edu_content01 .tab_content .tab_unit_wrap {
  width:100%;    max-width: 675px;
}
#sectionEdu .inner .edu_content01 .tab_content .tab_unit_wrap .tab_unit{
  gap:16px;display: none;
}
#sectionEdu .inner .edu_content01 .tab_content .tab_unit_wrap .tab_unit.active{
  display: flex;flex-direction: column;gap:40px;
}
#sectionEdu .inner .edu_content01 .tab_content .tab_unit_wrap .tab_unit .video_wrap{
  min-height:398px;position: relative;overflow: hidden;
}
#sectionEdu .inner .edu_content01 .tab_content .tab_unit_wrap .tab_unit .video_wrap iframe{
  height:398px;
}
#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 img {
  position: absolute;
  top:50%;left:50%;transform:translate(-50%, -50%);
}
#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/beautym_html_img/ipsi/edu_tab_swiperL_v2.png)
    no-repeat;
  background-position: center;
  background-size: cover;
  width:52px;height:52px;
  transform: rotate(180deg);
  top: unset;
  bottom:40px;
  left:265px;
  z-index: 1;
}

#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/beautym_html_img/ipsi/edu_tab_swiperL_v2.png)
    no-repeat;
  background-position: center;
  transform: rotate(0deg);
  background-size: cover;
  width:52px;height:52px;
  top: unset;
  bottom:40px;
  right:265px;
  z-index: 1;
}
#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/beautym_html_img/ipsi/edu_tab_swiperL_off_v2.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);
}

#sectionEdu .inner .edu_content01 .tab_content .tab_unit_wrap .tab_unit .edu_tab_swiper .swiper-container .swiper-button-next::after, #sectionEdu .inner .edu_content01 .tab_content .tab_unit_wrap .tab_unit .edu_tab_swiper .swiper-container .swiper-button-prev::after {
  display: none;
}

#sectionEdu .inner .edu_content02 {
  display: flex;flex-direction: column;gap:70px;
  align-items: center;
  justify-content: center;
}
#sectionEdu .inner .edu_content02 img {
  max-width: 605px;
}
#sectionEdu .inner .edu_content02 .edu_content02_title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 605px;
}
#sectionEdu .inner .edu_content02 .edu_content02_title span{
  font-size: 30px;
  font-weight: 700;
  color: #002BFF;
  line-height: 45px;
  padding:5px 30px;
  border:1px solid #002BFF;
  border-radius: 65px;
}
#sectionEdu .inner .edu_content03 {
  display: flex;flex-direction: column;gap:70px;
  align-items: center;
  justify-content: center;
}
#sectionEdu .inner .edu_content03 img {
  max-width: 604px;
}
#sectionEdu .inner .edu_content03 .edu_content03_title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#sectionEdu .inner .edu_content03 .edu_content03_title span{
  font-size: 30px;
  font-weight: 700;
  color: #FA246E;
  line-height: 45px;
  padding:5px 30px;
  border:1px solid #FA246E;
  border-radius: 65px;
}

#sectionCurriculum {
  padding:120px 0 60px;
  background: #F6F6F6;
}
#sectionCurriculum .inner {
  display: flex;flex-direction: column;gap:60px;
  align-items: center;
  justify-content: center;
  max-width: 675px;
  margin: 0 auto;
}
#sectionCurriculum .inner .curriculum_title {
  text-align: center;
  display: flex;
  flex-direction: column;
}
#sectionCurriculum .inner .curriculum_title h2{
  font-size: 35px;
  line-height: 60px;
  font-weight: 500;
  color: #222222;
}
#sectionCurriculum .inner .curriculum_title p{
  font-size: 50px;
  font-weight: 700;
  color: #222222;
  line-height: 65px;
}
#sectionCurriculum .inner .curriculum_title p span{
  font-weight: 700;
  color: #002BFF;
}
#sectionType {
  padding:60px 0 120px;
  background: #F6F6F6;
}
#sectionType .inner {
  display: flex;flex-direction: column;gap:70px;
  align-items: center;
  justify-content: center;
  max-width: 675px;
  margin: 0 auto;
}
#sectionType .inner .type_title {
  text-align: center;
}
#sectionType .inner .type_title h2{
  font-size: 35px;
  line-height: 60px;
  font-weight: 500;
  color: #222222;
}
#sectionType .inner .type_title p{
  font-size: 50px;
  font-weight: 700;
  color: #222222;
  line-height: 65px;
}
#sectionType .inner .type_title p span{
  font-weight: 700;
  color: #002BFF;
}


#ipsiMain {
  text-align: center;
  height: 630px;
}
#ipsiMain .ipsiMain_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
#ipsiMain .ipsiMain_inner img {
  width: 721px;
  margin-right:auto;
}


.main_container #consultingSection .inner {
  padding:90px 0 130px;max-width:720px;margin:0 auto;
}
#consultingSection .inner .consultingWrap {
  border:1px solid #999999;padding:80px 40px 100px;
  display: flex;flex-direction: column;border-radius: 10px;
  align-items: center;
  justify-content: center;
  gap:55px;
}
#consultingSection .inner .consultingWrap .consulting_title {
  display: flex;flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:25px;
}
#consultingSection .inner .consultingWrap .consulting_title h2 {
  font-size:55px;line-height:60px;color:#2b2b2b;font-weight:400;
}
#consultingSection .inner .consultingWrap .consulting_title h2 span {
	font-weight: 700;
	line-height: 60px;
	display: inline-block;
}
#consultingSection .inner .consultingWrap .consulting_title p {
  font-size:25px;line-height:1.5;color:#666666;
}
#consultingSection .inner .consultingWrap .consulting_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:48px;
  width: 100%;
}
#consultingSection .inner .consultingWrap .consulting_content form {
  display: flex;gap:40px;  flex-direction: column;
}
#consultingSection .inner .consultingWrap .consulting_content .middle_line{
  border-bottom: 1px dashed #666666;display: flex;width:100%;
}
#consultingSection .inner .consultingWrap .consulting_content .counselingForm {
  display: flex;
  flex-direction: column;
  gap:16px;
}
#consultingSection .inner .consultingWrap .consulting_content .counselingForm.left {
  width: 100%;
}
#consultingSection .inner .consultingWrap .consulting_content .counselingForm.left .inp_table {
  display: flex;

  gap:15px;
}
#consultingSection .inner .consultingWrap .consulting_content .counselingForm.left .inp_table .inp_title{
  width: 60px;
}
#consultingSection .inner .consultingWrap .consulting_content .counselingForm.left .inp_table .inp_title h2 {
  font-size:16px;font-weight: 700;color:#2b2b2b;line-height:22px;letter-spacing: -0.4px;
}
#consultingSection .inner .consultingWrap .consulting_content .counselingForm.right {
  width: 100%;display: flex;flex-direction: column;gap:30px;align-items: center;justify-content: center;
}
#consultingSection .inner .consultingWrap .consulting_content .counselingForm.right .personalGuide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  gap: 10px;
  max-width: 532px;
  width: 100%;
}
#consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form.left {
  display: flex;justify-content: flex-start;gap:45px;width: 100%;
}

#consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn {
  display: flex;flex-direction: column;gap:30px;width: 100%;
}
#consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn .counseling_content_form_btn_common {
  display: flex;gap:16px;
}
#consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn .counseling_content_form_btn_common .btn_wrap {
  display: grid;align-items: flex-start;gap:16px;grid-template-columns: 1fr 1fr 1fr;
}
#consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn > p {
  font-size: 22px;
  font-weight: 400;
  color: #666666;
  text-align: right;
  height: 0;
  position: relative;
  bottom: 20px;
	line-height: 1;
}
#consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn .counseling_content_form_btn_common.counseling_content_form_btn_top .btn_wrap{
  grid-template-columns: 1fr 1fr;
}
#consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn .counseling_content_form_btn_common .counseling_content_form_btn_top_title span {
  font-size:25px;font-weight: 400;color:#1c1c1c;line-height:34px;letter-spacing: -0.4px;width: 92px;
  display: block;white-space: nowrap;text-align: right;
}

#consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn .counseling_content_form_btn_common .btn_wrap {
  display: grid;grid-template-columns: 1fr 1fr 1fr;gap:11px;width:100%;height:100%;
}
#consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn .counseling_content_form_btn_common .btn_wrap a {
  display: flex;align-items: center;justify-content: center;font-size:25px; color:#1C1C1C;font-weight:500;
  flex-direction: column;border: 1px solid #666666;border-radius: 8px;min-height: 90px;
  text-align: center;line-height: 1;gap:5px;
}
#consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn .counseling_content_form_btn_common .btn_wrap a span {
  font-weight: 400;font-size:22px; color:#666666;line-height: 1;
}
#consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn .counseling_content_form_btn_common.counseling_content_form_btn_bottom .btn_wrap a {
  min-height: 110px;
}
#consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn .counseling_content_form_btn_common .btn_wrap a.select{
	color: #ffffff;background-color: #15181F;border: 3px solid #15181F;
}
#consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn .counseling_content_form_btn_common .btn_wrap a.select span{
	color: #ffffff;
}
#consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn .counseling_content_form_btn_common .btn_wrap input {
  display: none;
}

#consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counselingFormTable {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counselingFormTable .inp_wrap{width: 100%;display: flex;gap:16px;}
#consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counselingFormTable .inp_wrap .inp_title {
  min-width:92px;
}
#consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counselingFormTable .inp_wrap .inp_box {
  width:100%;display: flex;gap:10px;align-items: center;justify-content: center;
}
#consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counselingFormTable .inp_wrap .inp_box input[type="text"]{
  height:90px;border-radius: 8px;border:1px solid #666666;width: 100%;font-size:25px;padding:0 20px;
}
#consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counselingFormTable .inp_wrap .inp_title h2 {
  font-size: 25px;
  font-weight: 400;
  color: #1c1c1c;
  line-height: 34px;
  letter-spacing: -0.4px;
  width: 79px;
  display: flex;
  white-space: nowrap;
  justify-content: space-between;
}
#consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counselingFormTable .inp_wrap .inp_box input[type="tel"]{
  height:90px;border-radius: 8px;border:1px solid #666666;width: 100%;font-size:25px;padding:0 20px;
}







#consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .personalGuide{position: relative;}
#consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .personalGuide a{color: #2b2b2b;font-size: 22px;letter-spacing: -0.04em;display: inline-block;padding-right: 0;-webkit-transition: 0.2s linear;    display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;}
  #consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .personalGuide a > img.on {
    transform: rotate(180deg);
    display: inline-block;
  }
  #consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .personalGuide a span {
    transform: rotate(180deg);
  }
  #consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .personalGuide a span.on {
    transform: rotate(0deg);
  }
#consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .personalGuide .agree_bx{
  display: flex;align-items: center;
}
#consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .personalGuide div input{width: 20px;height: 20px;border:1px solid #ddd;vertical-align: middle;margin-right: 10px;}
#consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .personalGuide div label{color: #666666;font-size: 24px;letter-spacing: -0.04em;line-height:1;}
#consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .btnCounseling{display: flex;gap:12px;margin-top:50px;}

#consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .btnCounseling a:last-child{display: flex;width: 270px;height: 100px;color: #fff;border-radius: 10px;align-items: center;justify-content: center;
    background: #15181F;font-family: 'Noto Sans KR';font-size: 32px;line-height: normal;text-align: center;font-weight: 700;}
#consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .personalInfo{background: #ffffff;border: 1px solid #CCCCCC;padding:20px 15px;font-size: 14px;font-weight:300;line-height: 1.5;letter-spacing: -0.02em;color: #9a9a9a;display: none;max-height: 170px;}
#consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .personalInfo .personalInfoInner {
  overflow-y: auto !important;margin:0;max-height:128px;    padding-right: 19px;    font-size: 14px;
  font-weight: 300;
  color: #666666;
}
#consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .personalInfo .personalInfoInner::-webkit-scrollbar {
    background-color:#E7E7E7;width: 10px;
}
#consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .personalInfo .personalInfoInner::-webkit-scrollbar-track {
    background-color:#E7E7E7;
}
#consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .personalInfo .personalInfoInner::-webkit-scrollbar-thumb {
    background: #2B2B2B;
    border-radius:20px;
}

@media all and (max-width: 768px){
  #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;
  }
  .main_container * {
    font-family: "Pretendard";
  }
  #mainBannerSection {
    width:100%;
    overflow: hidden;
    position: relative;
  }
  #mainBannerSection img{
    position: relative;left:50%;transform: translateX(-50%);
  }
  #sectionResult {
    background:url("https://img.megastudyacademy.co.kr/campusdev/beautym_html_img/ipsi/result_bg.png") no-repeat center top;
    position: relative;
  }
  #sectionResult .inner{
    padding:7.8125vw 0 13.0208vw;
    min-height: 156.1198vw;
    display: flex;
    flex-direction: column;
    gap:20.9635vw;
  }
  #sectionResult .result_title{
    text-align: center;
    display: flex;flex-direction: column;gap:2.6042vw;
  }
  #sectionResult .result_title h2{
    font-size: 4.5573vw;
    line-height: 5.8594vw;
    font-weight: 400;
    color: #fff;
  }
  #sectionResult .result_title p{
    font-size: 6.5104vw;
    font-weight: 700;
    color: #fff;
    line-height: 9.7656vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.3021vw;
  }
  #sectionResult .result_title p span{
    font-weight: 700;
    color: #1100FF;
    background: #fff;
    letter-spacing: -0.02em;
    padding: 0 1.9531vw;
    border:0.2604vw solid #1831f9;
    border-radius: 1.3021vw;
    line-height: 9.2448vw;
  }
  #sectionResult .result_content{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap:10.4167vw;
    align-items: center;
    justify-content: center;
  }
  #sectionResult .result_content p{
    font-size: 6.5104vw;
    line-height: 8.4635vw;
    font-weight: 700;
    color: #222;
    position: relative;
  }
  #sectionResult .result_content p span{
    font-weight: 700;
    color: #FF0066;
  }
  #sectionResult .result_content .result_title_text{
    display: flex;
    gap:5.2083vw;
    align-items: flex-end;
    justify-content: center;
  
  }
  #sectionResult .result_content .result_title_text img{
    width: 11.5885vw;
  }
  #sectionResult .result_list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 4.0365vw;
    row-gap: 10.4167vw;
  }
  #sectionResult .result_item{
    display: flex;
    flex-direction: column;
    gap:2.6042vw;
    justify-content: space-between;
    align-items: center;
    min-width:fit-content;
  }
  #sectionResult .result_item p{
    font-size: 4.5573vw;
    font-weight: 400;
    color: #253EBC;
    text-align: left;
    line-height: 7.0313vw;
  }
  #sectionResult .result_item p span{
    font-size: 4.5573vw;
    font-weight: 700;
    color: #253EBC;
    line-height: 7.0313vw;
  }
  #sectionResult .result_item .border_box {
    /*min-width:57.0313vw;*/
  }
  #sectionResult .result_item .border_box span {
    font-size: 10.4167vw;
    font-weight: 700;
    color: #002AFF;
    background: #fff;
    min-width: 41.9271vw;
    height:16.9271vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2.6042vw;
    box-shadow: 0 0.5208vw 3.9063vw 0.7813vw rgba(0, 0, 0, 0.06);
  }
  #sectionResult .result_item:last-child {
    gap:3.9063vw;
  }
  #sectionResult .result_item:last-child p {
    font-size: 5.2083vw;
    line-height: 7.0313vw;
    font-weight: 400;
    color: #222222;
    text-align: left;
    line-height: 7.0313vw;
  }
  #sectionResult .result_item:last-child p span {
    font-size: 5.2083vw;
    font-weight: 700;
    color: #222222;
    line-height: 7.0313vw;
  }
  #sectionResult .result_item:last-child .border_box span{
    font-size:15.6250vw;
    line-height: 20.8333vw;
    min-width: 57.0313vw;
    color: #FF0066;
    width: 100%;
    height:20.8333vw;
    box-shadow: 0 0 8.8151vw -0.9115vw rgba(255, 0, 72, 0.5), 0 0.5208vw 3.9063vw 0.7813vw rgba(0, 0, 0, 0.06);
  }
  
  #sectionUnivResult {
    background:url("https://img.megastudyacademy.co.kr/campusdev/beautym_html_img/ipsi/sectionUnivResult_bg.png") no-repeat center top;
    position: relative;
  }
  #sectionUnivResult .inner{
    padding:13.0208vw 0 24.7396vw;
    min-height: 270.8333vw;
    display: flex;
    flex-direction: column;
    gap:29.9479vw;
  }
  #sectionUnivResult .result_content{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap:10.4167vw;
    align-items: center;
    justify-content: center;
  }
  #sectionUnivResult .result_content p{
    font-size: 6.5104vw;
    line-height: 8.4635vw;
    font-weight: 700;
    color: #222;
    position: relative;
  }
  #sectionUnivResult .result_content p span{
    font-weight: 700;
    color: #0004FF;
  }
  #sectionUnivResult .result_content .result_title_text{
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  #sectionUnivResult .result_content .result_title_text img{
    width: 11.5885vw;
  }
  #sectionUnivResult .result_list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 4.0365vw;
    row-gap: 10.4167vw;
  }
  #sectionUnivResult .result_item{
    display: flex;
    flex-direction: column;
    gap:2.6042vw;
    justify-content: space-between;
    align-items: center;
    min-width:fit-content;
  }
  #sectionUnivResult .result_item p{
    font-size: 4.5573vw;
    font-weight: 400;
    color: #222222;
    text-align: left;
    line-height: 7.0313vw;
  }
  #sectionUnivResult .result_item p span{
    font-size: 4.5573vw;
    font-weight: 700;
    color: #222222;
    line-height: 7.0313vw;
  }
  #sectionUnivResult .result_item .border_box {
    /*min-width:57.0313vw;*/
  }
  #sectionUnivResult .result_item .border_box span {
    font-size: 10.4167vw;
    font-weight: 700;
    color: #002AFF;
    background: #fff;
    min-width: 41.9271vw;
    height:16.9271vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2.6042vw;
    box-shadow: 0 0.5208vw 3.9063vw 0.7813vw rgba(0, 0, 0, 0.06);
  }
  #sectionUnivResult .result_item:last-child {
    gap:3.9063vw;
  }
  #sectionUnivResult .result_item:last-child p {
    font-size: 5.2083vw;
    line-height: 7.0313vw;
    font-weight: 400;
    color: #222222;
  }
  #sectionUnivResult .result_item:last-child p span {
    font-size: 5.2083vw;
    font-weight: 700;
    color: #222222;
  }
  #sectionUnivResult .result_item:last-child .border_box span{
    font-size:15.6250vw;
    line-height: 20.8333vw;
    min-width: 57.0313vw;
    color: #FF00FB;
    width: 100%;
    height:20.8333vw;
    box-shadow: 0 0 8.8151vw -0.9115vw rgba(0, 4, 255, 0.5), 0 0.5208vw 3.9063vw 0.7813vw rgba(0, 0, 0, 0.06);
  }
  #sectionUnivResult .result_title{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap:7.8125vw;
    align-items: center;
    justify-content: center;
  }
  #sectionUnivResult .result_title .result_title_text h2{
    font-size: 4.5573vw;
    line-height: 7.8125vw;
    font-weight: 700;
    color: #222222;
  }
  #sectionUnivResult .result_title .result_title_text p{
    font-size: 6.5104vw;
    font-weight: 700;
    color: #002BFF;
    line-height: 8.4635vw;
  }
  #sectionUnivResult .result_title > img {
    width: 88.0208vw;
  }
  
  #sectionCertify{
    padding: 10.4167vw 0 15.6250vw;
  
  }
  #sectionCertify .inner{
    display: flex;align-items: center;
    justify-content: center;gap:9.1146vw;
    flex-direction: column;
  }
  #sectionCertify .inner .section_title{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom:1.3021vw;
  }
  #sectionCertify .inner .section_title h2{
    font-size: 4.5573vw;
    line-height: 8.4635vw;
    font-weight: 500;
    color: #222222;
  }
  #sectionCertify .inner .section_title p{
    font-size: 6.5104vw;
    font-weight: 700;
    color: #002BFF;
    line-height: 8.4635vw;
  }
  #sectionCertify .inner .section_con{
      background: #fff;
      box-shadow: 0 0.5208vw 2.6042vw 0.7813vw rgba(0, 0, 0, 0.1);
      border-radius: 2.6042vw;
      width:92.1875vw;height:55.9896vw;
      padding:8.4635vw 10.6771vw;
  }
  #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:7.8125vw;align-items: center;justify-content: space-between;
  }
  #sectionCertify .inner .section_con .swiper-slide .pass{
    display: flex;gap:3.2552vw;align-items: center;justify-content: center;
  }
  #sectionCertify .inner .section_con .pass .univ_logo img {
    width:17.5781vw;
  }
  #sectionCertify .inner .section_con .pass .univ_line {
    height:3.9063vw;background: #ccc;display: flex;
  }
  #sectionCertify .inner .section_con .pass .univ_name span {
    font-size:2.6042vw;font-weight:400;line-height: 1.5;color:#333333;
  }
  #sectionCertify .inner .section_certi {
    max-width:93.8802vw;position: relative;margin-left:auto;
  }
  #sectionCertify .inner .section_certi .certiSwiper{
    width:100%;overflow: hidden;padding-right:6.1198vw;
  }
  #sectionCertify .inner .section_certi .certiSwiper .swiper-slide{
    max-width:32.8125vw;
  }
  #sectionCertify .inner .section_certi .swiper-button-next {
    background:url("https://img.megastudyacademy.co.kr/campusdev/beauty_html_img/ipsi/certiSwiperNext.png");
    width:6.7708vw;
    height:6.7708vw;
    background-size: cover;
    right:-3.2552vw;
  }
  #sectionCertify .inner .section_certi .swiper-button-prev {
    background:url("https://img.megastudyacademy.co.kr/campusdev/beauty_html_img/ipsi/certiSwiperNext.png");
    width:6.7708vw;
    height:6.7708vw;
    background-size: cover;
    left:-3.2552vw;
    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: 13.0208vw 0 13.1510vw;
    background: url("https://img.megastudyacademy.co.kr/campusdev/beautym_html_img/ipsi/S4_bg.png") no-repeat center center;
    background-size: cover;
  }
  .S4Box {
    width: 87.8906vw;
    padding: 0;
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:6.5104vw;
  }
  .S4Title{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .S4Title h2{
    font-size: 4.5573vw;
    line-height: 7.8125vw;
    font-weight: 500;
    color: #222222;
  }
  .S4Title p{
    font-size: 6.5104vw;
    font-weight: 700;
    color: #222222;
    line-height: 8.4635vw;
  }
  .S4Title p span{
    font-weight: 700;
    color: #002BFF;
  }
  
  .S4Tab {
    width: 100%;
  }
  #S4_tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #ffffff;
    border-radius: 8.8542vw;
  }
  #S4_tabs li {
    width:100%;
  }
  #S4_tabs a {
    display: inline-block;
    color: #666666;
    font-size:2.8646vw;font-weight: 400;line-height: 3.6458vw;
    padding:2.8646vw 0;
    height: 100%;
    min-height: 13.0208vw;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #777777;
    text-align: center;
    word-break: keep-all;
  }
  #S4_tabs #S4_current a,
  #S4_tabs #S4_current a::after {
    color: #fff;
    background: #1C34ED;
    border-radius: 8.8542vw;
    font-weight: 700;
  }
  
  .S4Video {
    height: 54.1667vw;
    margin: 3.9063vw auto 0;
    background-color: #e1e1e1;
  }
  
  
  
  #sectionEdu{
    padding:15.6250vw 0;
  }
  #sectionEdu .inner {
    display: flex;flex-direction: column;gap:16.9271vw;
    max-width: 87.8906vw;
    margin: 0 auto;
  }
  #sectionEdu .inner .edu_content01 {
    display: flex;flex-direction: column;gap:13.0208vw;
    align-items: center;
    justify-content: center;
  }
  #sectionEdu .inner .edu_content01 .edu_title{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #sectionEdu .inner .edu_content01 .edu_title h2{
    font-size: 4.5573vw;
    line-height: 7.8125vw;
    font-weight: 500;
    color: #222222;
  }
  #sectionEdu .inner .edu_content01 .edu_title p{
    font-size: 6.5104vw;
    font-weight: 700;
    color: #222222;
    line-height: 8.4635vw;
  }
  #sectionEdu .inner .edu_content01 .edu_title p span{
    font-weight: 700;
    color: #002BFF;
  }
  #sectionEdu .inner .edu_content01 .tab_content{
    display: flex;flex-direction: column;gap:3.9063vw;
    align-items: center;
    justify-content: center;
    width:100%;
  }
  #sectionEdu .inner .edu_content01 .tab_content .tab_btn_wrap{
    display: flex;flex-direction: column;gap:9.1146vw;
    align-items: center;
    justify-content: center;
    width:100%;
  }
  #sectionEdu .inner .edu_content01 .tab_content .tab_btn_wrap span{
    font-size: 3.9063vw;
    font-weight: 700;
    color: #333333;
    line-height: 5.8594vw;
    padding:1.1719vw 3.9063vw;
    border-radius: 8.4635vw;
  }
  #sectionEdu .inner .edu_content01 .tab_content ul {
    display: flex;align-items: center;width:100%;justify-content: center;
  }
  #sectionEdu .inner .edu_content01 .tab_content ul li {
    width:100%; border-bottom: 0.5208vw solid #E0E0E0;
    height:7.8125vw;
  }
  #sectionEdu .inner .edu_content01 .tab_content ul li a{
    color:#555555;font-weight: 400;font-size:2.8646vw;line-height: 1.5;
    width: 100%;height:100%;
    display: flex;
    justify-content: center;
  }
  #sectionEdu .inner .edu_content01 .tab_content ul li.active {
    border-bottom: 0.5208vw solid #002BFF;
  }
  #sectionEdu .inner .edu_content01 .tab_content ul li.active a {
    color: #002BFF;font-weight:700;
  }
  #sectionEdu .inner .edu_content01 .tab_content .tab_unit_wrap {
    width:100%;    max-width: 87.8906vw;
  }
  #sectionEdu .inner .edu_content01 .tab_content .tab_unit_wrap .tab_unit{
    gap:2.0833vw;display: none;
  }
  #sectionEdu .inner .edu_content01 .tab_content .tab_unit_wrap .tab_unit.active{
    display: flex;flex-direction: column;gap:5.2083vw;
  }
  #sectionEdu .inner .edu_content01 .tab_content .tab_unit_wrap .tab_unit .video_wrap{
    min-height:51.8229vw;position: relative;overflow: hidden;
  }
  #sectionEdu .inner .edu_content01 .tab_content .tab_unit_wrap .tab_unit .video_wrap iframe{
    height:51.8229vw;
  }
  #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 img {
    position: absolute;
    top:50%;left:50%;transform:translate(-50%, -50%);
  }
  #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: NaNvw;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/beautym_html_img/ipsi/edu_tab_swiperL_v2.png)
      no-repeat;
    background-position: center;
    background-size: cover;
    width:6.7708vw;height:6.7708vw;
    transform: rotate(180deg);
    top: unset;
    bottom:5.2083vw;
    left:34.5052vw;
    z-index: 1;
  }
  
  #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/beautym_html_img/ipsi/edu_tab_swiperL_v2.png)
      no-repeat;
    background-position: center;
    transform: rotate(0deg);
    background-size: cover;
    width:6.7708vw;height:6.7708vw;
    top: unset;
    bottom:5.2083vw;
    right:34.5052vw;
    z-index: 1;
  }
  #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/beautym_html_img/ipsi/edu_tab_swiperL_off_v2.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);
  }
  
  #sectionEdu .inner .edu_content01 .tab_content .tab_unit_wrap .tab_unit .edu_tab_swiper .swiper-container .swiper-button-next::after, #sectionEdu .inner .edu_content01 .tab_content .tab_unit_wrap .tab_unit .edu_tab_swiper .swiper-container .swiper-button-prev::after {
    display: none;
  }
  
  #sectionEdu .inner .edu_content02 {
    display: flex;flex-direction: column;gap:9.1146vw;
    align-items: center;
    justify-content: center;
  }
  #sectionEdu .inner .edu_content02 img {
    max-width: 78.7760vw;
  }
  #sectionEdu .inner .edu_content02 .edu_content02_title {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 78.7760vw;
  }
  #sectionEdu .inner .edu_content02 .edu_content02_title span{
    font-size: 3.9063vw;
    font-weight: 700;
    color: #002BFF;
    line-height: 5.8594vw;
    padding:0.6510vw 3.9063vw;
    border-radius: 8.4635vw;
  }
  #sectionEdu .inner .edu_content03 {
    display: flex;flex-direction: column;gap:9.1146vw;
    align-items: center;
    justify-content: center;
  }
  #sectionEdu .inner .edu_content03 img {
    max-width: 78.6458vw;
  }
  #sectionEdu .inner .edu_content03 .edu_content03_title {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #sectionEdu .inner .edu_content03 .edu_content03_title span{
    font-size: 3.9063vw;
    font-weight: 700;
    color: #FA246E;
    line-height: 5.8594vw;
    padding:0.6510vw 3.9063vw;
    border-radius: 8.4635vw;
  }
  
  #sectionCurriculum {
    padding:15.6250vw 0 7.8125vw;
    background: #F6F6F6;
  }
  #sectionCurriculum .inner {
    display: flex;flex-direction: column;gap:7.8125vw;
    align-items: center;
    justify-content: center;
    max-width: 87.8906vw;
    margin: 0 auto;
  }
  #sectionCurriculum .inner .curriculum_title {
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  #sectionCurriculum .inner .curriculum_title h2{
    font-size: 4.5573vw;
    line-height: 7.8125vw;
    font-weight: 500;
    color: #222222;
  }
  #sectionCurriculum .inner .curriculum_title p{
    font-size: 6.5104vw;
    font-weight: 700;
    color: #222222;
    line-height: 8.4635vw;
  }
  #sectionCurriculum .inner .curriculum_title p span{
    font-weight: 700;
    color: #002BFF;
  }
  #sectionType {
    padding:7.8125vw 0 15.6250vw;
    background: #F6F6F6;
  }
  #sectionType .inner {
    display: flex;flex-direction: column;gap:9.1146vw;
    align-items: center;
    justify-content: center;
    max-width: 87.8906vw;
    margin: 0 auto;
  }
  #sectionType .inner .type_title {
    text-align: center;
  }
  #sectionType .inner .type_title h2{
    font-size: 4.5573vw;
    line-height: 7.8125vw;
    font-weight: 500;
    color: #222222;
  }
  #sectionType .inner .type_title p{
    font-size: 6.5104vw;
    font-weight: 700;
    color: #222222;
    line-height: 8.4635vw;
  }
  #sectionType .inner .type_title p span{
    font-weight: 700;
    color: #002BFF;
  }
  
  
  #ipsiMain {
    text-align: center;
    height: 82.0313vw;
    background-size: cover !important;
  }
  #ipsiMain .ipsiMain_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
  }
  #ipsiMain .ipsiMain_inner img {
    width: 93.8802vw;
    margin-right:auto;
  }
  
  
  .main_container #consultingSection .inner {
    padding:11.7187vw 0 16.9271vw;max-width:93.7500vw;
  }
  #consultingSection .inner .consultingWrap {
    padding:10.4167vw 5.2083vw 13.0208vw;
    display: flex;flex-direction: column;border-radius: 1.3021vw;
    align-items: center;
    justify-content: center;
    gap:7.1615vw;
  }
  #consultingSection .inner .consultingWrap .consulting_title {
    display: flex;flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:3.2552vw;
  }
  #consultingSection .inner .consultingWrap .consulting_title h2 {
    font-size:7.1615vw;line-height:7.8125vw;color:#2b2b2b;font-weight:400;
  }
  #consultingSection .inner .consultingWrap .consulting_title h2 span {
    font-weight: 700;
    line-height: 7.8125vw;
    display: inline-block;
  }
  #consultingSection .inner .consultingWrap .consulting_title p {
    font-size:3.2552vw;line-height:1.5;color:#666666;
  }
  #consultingSection .inner .consultingWrap .consulting_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:6.2500vw;
    width: 100%;
  }
  #consultingSection .inner .consultingWrap .consulting_content form {
    display: flex;gap:5.2083vw;  flex-direction: column;
  }
  #consultingSection .inner .consultingWrap .consulting_content form .line svg{
    width: 100%;
  }
  #consultingSection .inner .consultingWrap .consulting_content .middle_line{
    display: flex;width:100%;
  }
  #consultingSection .inner .consultingWrap .consulting_content .counselingForm {
    display: flex;
    flex-direction: column;
    gap:2.0833vw;
  }
  #consultingSection .inner .consultingWrap .consulting_content .counselingForm.left {
    width: 100%;
  }
  #consultingSection .inner .consultingWrap .consulting_content .counselingForm.left .inp_table {
    display: flex;
  
    gap:1.9531vw;
  }
  #consultingSection .inner .consultingWrap .consulting_content .counselingForm.left .inp_table .inp_title{
    width: 7.8125vw;
  }
  #consultingSection .inner .consultingWrap .consulting_content .counselingForm.left .inp_table .inp_title h2 {
    font-size:2.0833vw;font-weight: 700;color:#2b2b2b;line-height:2.8646vw;letter-spacing: -0.0521vw;
  }
  #consultingSection .inner .consultingWrap .consulting_content .counselingForm.right {
    width: 100%;display: flex;flex-direction: column;gap:3.9063vw;align-items: center;justify-content: center;
  }
  #consultingSection .inner .consultingWrap .consulting_content .counselingForm.right .personalGuide {
    display: flex;flex-direction: column;gap:1.3021vw;
  }
  #consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form.left {
    display: flex;justify-content: flex-start;gap:5.8594vw;width: 100%;
  }
  
  #consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn {
    display: flex;flex-direction: column;gap:3.9063vw;width: 100%;
  }
  #consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn .counseling_content_form_btn_common {
    display: flex;gap:2.0833vw;
  }
  #consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn .counseling_content_form_btn_common .btn_wrap {
    display: grid;align-items: flex-start;gap:2.0833vw;grid-template-columns: 1fr 1fr 1fr;
  }
  #consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn > p {
    font-size: 2.8646vw;
    font-weight: 400;
    color: #666666;
    text-align: right;
    height: 0;
    position: relative;
    bottom: 2.6042vw;
    line-height: 1;
  }
  #consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn .counseling_content_form_btn_common.counseling_content_form_btn_top .btn_wrap{
    grid-template-columns: 1fr 1fr;
  }
  #consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn .counseling_content_form_btn_common .counseling_content_form_btn_top_title span {
    font-size:3.2552vw;font-weight: 400;color:#1c1c1c;line-height:4.4271vw;letter-spacing: -0.0521vw;width: 11.9792vw;
    display: block;white-space: nowrap;text-align: right;
  }
  
  #consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn .counseling_content_form_btn_common .btn_wrap {
    display: grid;grid-template-columns: 1fr 1fr 1fr;gap:1.4323vw;width:100%;height:100%;
  }
  #consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn .counseling_content_form_btn_common .btn_wrap a {
    display: flex;align-items: center;justify-content: center;font-size:3.2552vw; color:#1C1C1C;font-weight:500;
    flex-direction: column;border-radius: 1.0417vw;min-height: 11.7188vw;
    text-align: center;line-height: 1;gap:0.6510vw;
  }
  #consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn .counseling_content_form_btn_common .btn_wrap a span {
    font-weight: 400;font-size:2.8646vw; color:#666666;line-height: 1;
  }
  #consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn .counseling_content_form_btn_common.counseling_content_form_btn_bottom .btn_wrap a {
    min-height: 14.3229vw;
  }
  #consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn .counseling_content_form_btn_common .btn_wrap a.select{
    color: #ffffff;background-color: #15181F;border: 0.3906vw solid #15181F;
  }
  #consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn .counseling_content_form_btn_common .btn_wrap a.select span{
    color: #ffffff;
  }
  #consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn .counseling_content_form_btn_common .btn_wrap input {
    display: none;
  }
  
  #consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counselingFormTable {
    display: flex;
    flex-direction: column;
    gap: 2.0833vw;
  }
  #consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counselingFormTable .inp_wrap{width: 100%;display: flex;gap:2.0833vw;}
  #consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counselingFormTable .inp_wrap .inp_title {
    min-width:11.9792vw;
  }
  #consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counselingFormTable .inp_wrap .inp_box {
    width:100%;display: flex;gap:1.3021vw;align-items: center;justify-content: center;
  }
  #consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counselingFormTable .inp_wrap .inp_box input[type="text"]{
    height:11.7188vw;border-radius: 1.0417vw;width: 100%;font-size:3.2552vw;padding:0 2.6042vw;
  }
  #consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counselingFormTable .inp_wrap .inp_title h2 {
    font-size: 3.2552vw;
    font-weight: 400;
    color: #1c1c1c;
    line-height: 4.4271vw;
    letter-spacing: -0.0521vw;
    width: 10.2865vw;
    display: flex;
    white-space: nowrap;
    justify-content: space-between;
  }
  #consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counselingFormTable .inp_wrap .inp_box input[type="tel"]{
    height:11.7188vw;border-radius: 1.0417vw;width: 100%;font-size:3.2552vw;padding:0 2.6042vw;
  }
  
  
  
  
  
  
  
  #consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .personalGuide{position: relative;}
  #consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .personalGuide a{color: #2b2b2b;font-size: 2.8646vw;letter-spacing: -0.04em;display: inline-block;padding-right: 0;-webkit-transition: 0.2s linear;    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5208vw;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;}
    #consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .personalGuide a > img.on {
      transform: rotate(180deg);
      display: inline-block;
    }
    #consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .personalGuide a span {
      transform: rotate(180deg);
    }
    #consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .personalGuide a span.on {
      transform: rotate(0deg);
    }
  #consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .personalGuide .agree_bx{
    display: flex;align-items: center;padding-left:14.0625vw;
  }
  #consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .personalGuide div input{width: 2.6042vw;height: 2.6042vw;vertical-align: middle;margin-right: 1.3021vw;}
  #consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .personalGuide div label{color: #666666;font-size: 3.1250vw;letter-spacing: -0.04em;line-height:1;}
  #consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .btnCounseling{display: flex;gap:1.5625vw;margin-top:6.5104vw;}
  
  #consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .btnCounseling a:last-child{display: flex;width: 35.1563vw;height: 13.0208vw;color: #fff;border-radius: 1.3021vw;align-items: center;justify-content: center;
      background: #15181F;font-family: 'Noto Sans KR';font-size: 4.1667vw;line-height: normal;text-align: center;font-weight: 700;}
  #consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .personalInfo{background: #ffffff;padding:2.6042vw 1.9531vw;font-size: 1.8229vw;font-weight:300;line-height: 1.5;letter-spacing: -0.02em;color: #9a9a9a;display: none;max-height: 22.1354vw;}
  #consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .personalInfo .personalInfoInner {
    overflow-y: auto !important;margin:0;max-height:16.6667vw;    padding-right: 2.4740vw;    font-size: 1.8229vw;
    font-weight: 300;
    color: #666666;
  }
  #consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .personalInfo .personalInfoInner::-webkit-scrollbar {
      background-color:#E7E7E7;width: 1.3021vw;
  }
  #consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .personalInfo .personalInfoInner::-webkit-scrollbar-track {
      background-color:#E7E7E7;
  }
  #consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .personalInfo .personalInfoInner::-webkit-scrollbar-thumb {
      background: #2B2B2B;
      border-radius:2.6042vw;
  }
}