@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');
@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&display=swap');

* {
  font-family: "Noto Sans KR";
}
.main_container img {
  vertical-align: bottom;
}
.main_container {
  width:100%;position:relative;
  padding:100px 0;
}
.main_container section {
  overflow: hidden;
}
.main_container section .inner {
  padding:50px 0;display: flex;flex-direction: column;gap:60px;align-items: center;
}
.main_container .section_title {
  display: flex;
  flex-direction: column;
  gap:15px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.main_container .section_title h2{
  font-size:32px;color:#1C1C1C;font-weight:400;line-height:44px;
}
.main_container .section_title h2 span{
  color:#0183FF;font-weight:700;line-height:44px;
}
.main_container .section_title p{
  font-size:16px;color:#666666;font-weight:400;line-height:1.5;
}
#mainVideoSection .inner {
  padding: 0;
}
#mainVideoSection .inner .section_content_container {
  display: flex;flex-direction: column;gap:94px;align-items: center;justify-content: center;width: 100%;
}
#mainVideoSection .inner .section_content_container .academy_video{
  width: 100%;max-width:1036px;height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#mainVideoSection .inner .section_content_container .academy_video::after{
  content: '';
  position: absolute;
  background-image: url(https://img.megastudyacademy.co.kr/campus/beauty_html_img/common/video_border_top.png);
  background-size: cover;
  width:203px;height:107px;
  top:0;left:0;
}
#mainVideoSection .inner .section_content_container .academy_video::before{
  content: '';
  position: absolute;
  background-image: url(https://img.megastudyacademy.co.kr/campus/beauty_html_img/common/video_border_bottom.png);
  background-size: cover;
  width:203px;height:107px;
  bottom:0;right:0;
}
#mainVideoSection .inner .section_content_container .academy_video .video_box{
  max-width:996px;max-height:500px;width:100%;height:100%;
}
#mainVideoSection .inner .section_content_container .academy_info_txt {
  margin:0 auto 0 12px;
}





#facSwiperSection .swiper_section_inner{
  width:100%;
}
#facSwiperSection .swiper_section_inner .swiper-container{
  overflow: hidden;width:100%;position: relative;
}
#facSwiperSection .swiper_section_inner .swiper-container .swiper-slide {
  position: relative;height: 550px;overflow: hidden;
}

#facSwiperSection .swiper_section_inner .swiper-container .swiper-slide .txt_bg{
  position: absolute;
  top:0;left:0;
  width:960px;height:100%;
  background: rgba(255,251,244,.9);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right:50px;
}
#facSwiperSection .swiper_section_inner .swiper-container .swiper-slide .txt_info{
  display: flex;flex-direction: column;gap:20px;
  align-items: flex-start;
  justify-content: flex-start;
}
#facSwiperSection .swiper_section_inner .swiper-container .swiper-slide .txt_info h2{ 
  font-size:26px;font-weight:700;color:#82632C;
  line-height: 35px;
}
#facSwiperSection .swiper_section_inner .swiper-container .swiper-slide .txt_info .txt_line{ 
  background:#82632C;
  width:100px;height: 2px;
}
#facSwiperSection .swiper_section_inner .swiper-container .swiper-slide .txt_info p{ 
  font-size:16px;font-weight:500;color:#333333;
  line-height: 32px;
}
#facSwiperSection .swiper_section_inner .swiper-container .swiper-slide img {
  width:1920px;position: absolute;top:50%;left:50%;transform:translate(-50%, -50%);
}
#facSwiperSection .swiper_section_inner .swiper-container .swiper-button-box {
  max-width: 1200px;
  width: 100%;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
#facSwiperSection .swiper_section_inner .swiper-container .swiper-button-box .swiper-button-next {
  background: url(https://img.megastudyacademy.co.kr/campusdev/beauty_html_img/academy/fac_swiper_next.png);
  width:17px;height:30px;
  background-size: cover;
}
#facSwiperSection .swiper_section_inner .swiper-container .swiper-button-box .swiper-button-next::after {
  display: none;
}
#facSwiperSection .swiper_section_inner .swiper-container .swiper-button-box .swiper-button-prev {
  background: url(https://img.megastudyacademy.co.kr/campusdev/beauty_html_img/academy/fac_swiper_prev.png);
  width:17px;height:30px;
  background-size: cover;
}
#facSwiperSection .swiper_section_inner .swiper-container .swiper-button-box .swiper-button-prev::after {
  display: none;
}





.main_container #historySection .inner {
  gap:60px; padding:100px 0 0;
}
#historySection .inner .section_content_container{
  width: 100%;
}
#historySection .inner .section_content_container .history_container {
  background: rgba(214,219,223,.2);width: 100%;height:520px;border-radius: 24px;display: flex;padding: 0px 60px;align-items: center;gap:80px;

}
#historySection .inner .section_content_container .history_container .years-list {
  width: 370px;
  border-left: 2px solid #E0E0E0;
  padding-left:32px;
  height: 100%;
}

.year-item {
  margin: 20px 0;
  transition: all .5s ease-in-out;
}
.year-item span{
  font-size:18px;font-weight:500;
  color: #9E9E9E;
  font-family: "Noto Sans KR";
  transition: all .5s ease-in-out;
  position: relative;
}
.year-item img {
  height: 0;  transition: all .5s ease-in-out;
}
.year-item.active {
  margin: 30px 0;
  transition: all .5s ease-in-out;
}
.year-item.active span{
  font-weight: bold;
  color: #333333;
  font-size:80px;
  font-family: "Kumbh Sans";
  transition: all .5s ease-in-out;
}
.year-item span::after{
  content:'';position: absolute;
  top:50%;left:-33px;
  width:8px;height:8px;border-radius:10px;
  background: #9E9E9E;
  transform: translate(-50%, -50%);
}
.year-item.active span::after{
  content:'';position: absolute;
  top:50%;left:-33px;
  width:14px;height:14px;border-radius:14px;
  background: #fff;
  transform: translate(-50%, -50%);border: 3.5px solid #0183ff;
  box-sizing: border-box;
  box-shadow: 0px 1.5px 1.5px 0 rgba(0,0,0,.25);
}
.year-item.active img {
  transition: all .5s ease-in-out;height: unset; border-radius: 10px;
}
.year-sections {
  height: 100%;
  overflow-y: scroll;
  max-height: 395px;
  flex: 1;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap:30px;
}
.year-sections::-webkit-scrollbar {
  width: 8px; /* 스크롤바 너비 */
}

.year-sections::-webkit-scrollbar-track {
  background: #BDBDBD;
  border-radius: 10px;
}

.year-sections::-webkit-scrollbar-thumb {
  background: #007bff;  /* 파란색 Thumb */
  border-radius: 10px;
}

.year-sections::-webkit-scrollbar-thumb:hover {
  background: #0056b3; /* hover 시 진한 파란색 */
}

.year-sections section{
  display: flex;
  gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: visible;
}
.year-sections h2{
  font-size:30px;font-weight:700;color:#0183ff;line-height:1;
}
.year-section p{
  white-space: pre-line;font-size:18px;font-weight:400;color:#333333;line-height: 1;
}
.year-section p strong {
  color:#2b2b2b
}
.year-section p b {
  color:#2b2b2b
}



.main_container #teacherSection .inner {
  gap:130px; padding:100px 0 0;
}
#teacherSection .inner .section_content_container{
  width: 100%;
}
#teacherSection .inner .section_content_container .best_teacher_content {
  display: flex;flex-direction: column;gap:30px;align-items: flex-start;justify-content: flex-start;
  width:100%;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap {
  display: flex;gap:20px;align-items: center;justify-content: center;width:100%;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap {
  width: 100%;position: relative;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .swiper-container {
  width: 100%;overflow: hidden;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .swiper-container .swiper-wrapper{
  align-items: flex-end;min-height:380px;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .swiper-container .swiper-slide {
  gap: 40px;
  display: flex;
  flex-direction: column;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .teacher_unit{
  position: relative;width:100%;height:380px;overflow: hidden;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .teacher_unit .teacher_bg {
  position: absolute;top:0;left:0;width:100%;height:100%;z-index: 0;background: #FFF4E2;
  border-top-right-radius: 24px;border-top-left-radius: 24px;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .teacher_unit .teacher_image {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  min-height:381px;
}

#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .teacher_unit .teacher_image img {
  max-height: 100%;
  position: relative;
  height: 380px;
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0);
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .teacher_gradient {
  width:100%;height:100%;background: linear-gradient(180deg, rgba(0,129,255,0) 50%, rgba(255,255,255,1) 100%);position: relative;
  z-index: 2;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .teacher_info_txt {
  position: absolute;bottom:25px;z-index: 3;display: flex;flex-direction: column;gap:8px;align-items: flex-start;justify-content: flex-start;overflow: hidden;transition: opacity .5s ease-in-out;opacity: 0;
  padding:0 30px;
  width:100%;
  z-index: 2;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .teacher_unit:hover .teacher_info_txt {
  transition: opacity .5s ease-in-out;opacity: 1;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .teacher_info_txt p{
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  font-weight: 400;
  text-align: center;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .teacher_info_txt span{
  width: 25px;height:1px;background: #2B2B2B;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .teacher_info_txt h2{
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  font-weight: 700;
  text-align: center;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .teacher_info_txt > img{
  position: absolute;
  bottom:0;
  right:30px;
  width: unset;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .main_board_slide_tab_btn_pagination_container {
  position: absolute;
  top: -60px;
  right: 0;
  min-width: 184px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .main_board_slide_tab_btn_pagination_container .teacher_pagination {
  width: 72px;
  height:24px;
  justify-content: space-between;
  align-items: center;
  display: none;opacity: 0;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .main_board_slide_tab_btn_pagination_container .teacher_pagination span {
  width:1px; height:100%;background: #CCCCCC;display: block;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .main_board_slide_tab_btn_pagination_container .teacher_pagination.active {
  display: flex;opacity: 1;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .teacher_pagination .swiper-button-next::after, .main_container .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .teacher_pagination .swiper-button-prev::after{
  display:none;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .teacher_pagination .swiper-button-next {
  background-image: url(https://img.megastudyacademy.co.kr/campus/beauty_html_img/common/main_board_slide_tab_btn_pagination_arrow.png);
  width:14px;height:24px;
  background-size: cover;
  background-repeat:no-repeat;
  position: relative;
  top:unset;
  right:unset;
  left:unset;
  margin-top:0;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .teacher_pagination .swiper-button-prev {
  background-image: url(https://img.megastudyacademy.co.kr/campus/beauty_html_img/common/main_board_slide_tab_btn_pagination_arrow.png);
  width:14px;height:24px;
  background-size: cover;
  transform: rotate(180deg);
  background-repeat:no-repeat;
  position: relative;
  top:unset;
  right:unset;
  left:unset;
  margin-top:0;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .teacher_pagination .swiper-pagination {
  position: relative;width: fit-content;    
  top: unset;
  left: unset;
  bottom: unset;
  font-family: "Noto Serif KR Light";font-size:18px;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .teacher_pagination .swiper-pagination .swiper-pagination-current {
  font-family: "Noto Serif KR Bold";font-size:20px;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .teacher_pagination .swiper-pagination .swiper-pagination-total {
  font-family: "Noto Serif KR Light";font-size:18px;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .main_board_slide_tab_btn_pagination_container > a {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}


#curriculumSection .inner{
  padding:100px 0 0;
}
#curriculumSection .inner .section_content_container {
  width:100%;
}
#curriculumSection .inner .section_content_container ul {
  display: grid;grid-template-columns: 1fr 1fr 1fr;
  gap:24px;  width:100%;
}
#curriculumSection .inner .section_content_container ul li {
  width: 100%;
  height: 298px;
  border-radius:15px;
  overflow: hidden;
}
#curriculumSection .inner .section_content_container ul li a {
  width:100%;height:100%;
  position: relative;
  display: flex;
}
/*#curriculumSection .inner .section_content_container ul li a::after{
  position: absolute;
  content:'';
  width:100%;height:100%;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0) 30%, rgba(255,255,255,1) 100%);
}*/
#curriculumSection .inner .section_content_container ul li a .txt_box{
  position: absolute;
  z-index: 1;
  bottom:30px;left:30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap:10px;
}
#curriculumSection .inner .section_content_container ul li a .txt_box p{
  font-size:18px;font-weight: 400;color:#000000;line-height: 1;
}
#curriculumSection .inner .section_content_container ul li a .txt_box span{
  width:25px;height:1px;background-color: #000;
}
#curriculumSection .inner .section_content_container ul li a .txt_box h2{
  font-size:20px;font-weight: 700;color:#000000;line-height: 1;
}

.main_container #facilitiesSection {
  background: #ffffff;border-top: 0;
}
.main_container  #facilitiesSection .inner {
  padding: 100px 0 0;gap:130px;border-top: 0;
}
#facilitiesSection .section_content_container{
  width:100%;
}
#facilitiesSection .section_content_container .facilitiesSwiperWrap{
  width:100%;position: relative;display: flex;flex-direction: column;gap:30px;align-items: center;
  justify-content: center;
}
#facilitiesSection .section_content_container .facilitiesSwiperWrap .facilitiesSwiper{
  width:100%;position: relative;overflow: hidden;
}
#facilitiesSection .section_content_container .facilitiesSwiperWrap .swiper-slide{
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap:30px;
  align-items: center;
  justify-content: center;
  width: 690px;
  overflow: hidden;
  height: 374px;
}
#facilitiesSection .section_content_container .facilitiesSwiperWrap .swiper-slide .unit_img img {
  width:100%;
}
#facilitiesSection .section_content_container .facilitiesSwiperWrap > a {
  font-size: 18px;
  background: #0183ff;
  font-weight: 700;
  color: #fff;
  width: 283px;
  height: 40px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding:0 20px;
}
#facilitiesSection .section_content_container .facilitiesSwiperWrap > a span {
  font-weight: 400;
}
#facilitiesSection .section_content_container .facilitiesSwiperWrap > a img:first-child {
  margin-right: auto;
}
#facilitiesSection .section_content_container .facilitiesSwiperWrap > a img:last-child {
  margin-left: auto;
}

#facilitiesSection .section_content_container .main_board_slide_tab_btn_pagination_container {
  position: absolute;
  top: -60px;
  right: 0;
  min-width: 184px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
#facilitiesSection .section_content_container .main_board_slide_tab_btn_pagination_container .facilities_pagination {
  width: 72px;
  height:24px;
  justify-content: space-between;
  align-items: center;
  display: none;opacity: 0;
}
#facilitiesSection .section_content_container .main_board_slide_tab_btn_pagination_container .facilities_pagination span {
  width:1px; height:100%;background: #CCCCCC;display: block;
}
#facilitiesSection .section_content_container .main_board_slide_tab_btn_pagination_container .facilities_pagination.active {
  display: flex;opacity: 1;
}
#facilitiesSection .section_content_container .facilities_pagination .swiper-button-next::after, #facilitiesSection .section_content_container .facilities_pagination .swiper-button-prev::after{
  display:none;
}
#facilitiesSection .section_content_container .facilities_pagination .swiper-button-next {
  background-image: url(https://img.megastudyacademy.co.kr/campus/beauty_html_img/common/main_board_slide_tab_btn_pagination_arrow.png);
  width:14px;height:24px;
  background-size: cover;
  background-repeat:no-repeat;
  position: relative;
  top:unset;
  right:unset;
  left:unset;
  margin-top:0;
}
#facilitiesSection .section_content_container .facilities_pagination .swiper-button-prev {
  background-image: url(https://img.megastudyacademy.co.kr/campus/beauty_html_img/common/main_board_slide_tab_btn_pagination_arrow.png);
  width:14px;height:24px;
  background-size: cover;
  transform: rotate(180deg);
  background-repeat:no-repeat;
  position: relative;
  top:unset;
  right:unset;
  left:unset;
  margin-top:0;
}
#facilitiesSection .section_content_container .facilities_pagination .swiper-pagination {
  position: relative;width: fit-content;    
  top: unset;
  left: unset;
  bottom: unset;
  font-family: "Noto Serif KR Light";font-size:18px;
}
#facilitiesSection .section_content_container .facilities_pagination .swiper-pagination .swiper-pagination-current {
  font-family: "Noto Serif KR Bold";font-size:20px;
}
#facilitiesSection .section_content_container .facilities_pagination .swiper-pagination .swiper-pagination-total {
  font-family: "Noto Serif KR Light";font-size:18px;
}
#facilitiesSection .section_content_container .main_board_slide_tab_btn_pagination_container > a {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}


.main_container #consultingSection .inner {
  padding:100px 0 0;
}
#consultingSection .inner .consultingWrap {
  border:1px solid #666666;padding:60px 163px;
  display: flex;flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:40px;
}
#consultingSection .inner .consultingWrap .consulting_title {
  display: flex;flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:16px;
}
#consultingSection .inner .consultingWrap .consulting_title h2 {
  font-size:32px;line-height:44px;color:#2b2b2b;font-weight:400;
}
#consultingSection .inner .consultingWrap .consulting_title h2 span {
  font-weight: 700;
}
#consultingSection .inner .consultingWrap .consulting_title p {
  font-size:16px;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:42px;
}
#consultingSection .inner .consultingWrap .consulting_content .counselingForm {
  display: flex;
  flex-direction: column;
  gap:16px;
}
#consultingSection .inner .consultingWrap .consulting_content .counselingForm.left {
  width:490px;
}
#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:340px;display: flex;flex-direction: column;gap:16px;
}
#consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form.left {
  display: flex;justify-content: flex-start;gap:45px;width: 487px;
}

#consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn {
  display: flex;flex-direction: column;gap:16px;width: 100%;
}
#consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn .counseling_content_form_btn_common {
  display: flex;gap:15px;
}
#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:15px;grid-template-columns: 1fr 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 .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:16px;font-weight: 700;color:#2b2b2b;line-height:22px;letter-spacing: -0.4px;width: 58px;
  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:8px;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:18px; color:#666666;font-weight:700;
  flex-direction: column;border: 1px solid #cccccc;border-radius: 4px;min-height: 62px;
  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: 300;font-size:14px; color:#666666;line-height: 14px;
}
#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: 70px;
}
#consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn .counseling_content_form_btn_common .btn_wrap a.select{
  color: #0183FF;background-color: rgba(1,131,255,.1);border: 3px solid #0183FF;
}
#consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counseling_content_form_btn .counseling_content_form_btn_common .btn_wrap a.select span{
  color: #0183FF;
}
#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:24px;}
#consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counselingFormTable .inp_wrap .inp_title {
  min-width:54px;
}
#consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counselingFormTable .inp_wrap .inp_box {
  width:100%;display: flex;gap:4px;align-items: center;justify-content: center;
}
#consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counselingFormTable .inp_wrap .inp_box input[type="text"]{
  height:60px;border-radius: 4px;border:1px solid #CCCCCC;width: 100%;font-size:16px;
}
#consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .line{width: 100%;height:1px;background: #9E9E9E;}
#consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .counselingFormTable .inp_wrap .inp_title h2 {
  font-size: 16px;
  font-weight: 700;
  color: #2b2b2b;
  line-height: 22px;
  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:60px;border-radius: 4px;border:1px solid #CCCCCC;width: 100%;font-size:16px;
}








#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: 14px;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 div{margin-top: 8px;}
#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: 12px;height: 12px;border:1px solid #ddd;vertical-align: middle;margin-right: 4px;}
#consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .personalGuide div label{color: #666666;font-size: 14px;letter-spacing: -0.04em;}
#consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .btnCounseling{display: flex;gap:12px;}

#consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .btnCounseling a{display: flex;width: 100%;height: 40px;color: #fff;border-radius: 40px;align-items: center;justify-content: center;
  background: #000000;font-family: 'Noto Sans KR';letter-spacing: -0.05em;font-size: 16px;line-height: normal;text-align: center;font-weight: 700;}

#consultingSection .inner .consultingWrap .consulting_content .counselingForm.counseling_content_form .btnCounseling a:last-child{display: flex;width: 100%;height: 40px;color: #fff;border-radius: 40px;align-items: center;justify-content: center;
    background: #FB3E67;font-family: 'Noto Sans KR';letter-spacing: -0.05em;font-size: 16px;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;
}
