@charset "UTF-8";


/* /////// 메인페이지 /////// */

.main-visual{
  padding : 30px 0 35px;
  background: var(--primary-40);
}

.main-slider{
  width: 100%;
  max-width : 728px;
  margin: 0 auto;
}

.swiper-wrapper{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.swiper-slide{
  width: 100%;
}

.swiper .swiper-button-next, .swiper .swiper-button-prev{
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.swiper .swiper-button-next:hover, .swiper .swiper-button-prev:hover{
  background: var(--primary-20);
}


.video-wrapper{
  position: relative;
  width: 100%;
  max-width: 500px;
  aspect-ratio: 16/9;
  border: 1px solid var(--grey-90);
  margin: 0 auto;
  padding : 4px;
  background: var(--white);
  border-radius: 14px;
  box-sizing: border-box;
}

.play-icon{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius : 20px;
  cursor: pointer;
}

.video-player{
  width: 100%;
  max-width: 500px;
  height: 280px;
  margin: 0 auto;
  border-radius: 14px;
  background-size: cover;
  cursor: pointer;
}

.swiper-slide h2{
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.swiper-slide b{
  font-weight: 800;
}

.swiper-slide iframe {
  width: 100%;
  max-width: 500px;
  aspect-ratio: 16/9;
  border: 1px solid var(--grey-90);
  margin: 0 auto;
  padding : 4px;
  background: var(--white);
  border-radius: 14px;
  box-sizing: border-box;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
  font-size: 2.6rem;
  font-weight: 600;
  color : var(--grey-90);
}

.swiper-button-prev:after{
  font-size: 2.6rem;
  font-weight: 600;
  color : var(--grey-90);
}


.video-info{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width : 500px;
  margin: 0 auto;
}

.video-info-inner{
  display: flex;
  gap: 16px;
  width: 100%;
  max-width : 358px;
  background: var(--white);
  padding : 20px 10px 10px 20px;
  border: 1px solid var(--grey-90);
  border-radius: 0 0 18px 18px;
  margin-top: -15px;
  box-sizing: border-box;
  z-index: -1;
}

.video-info-inner span{
  font-size: 1.4rem;
  font-weight: 700;
  color : var(--grey-90);
}

.video-info a{
  font-size: 1.6rem;
  font-weight: 800;
  color : var(--primary-70);
  padding-right: 24px;
  background: url('../img/ico_right.svg') no-repeat center right 0px / 20px 20px;
}

.video-info a:hover{
  color : var(--primary-80);
  background-image: url('../img/ico_right_hover.svg');
}

/* 프로그램 정보 섹션 스타일링 */
.program-info {
  width: 100%;
  padding: 30px 0;
  background-color: var(--grey-90);
}

.info-inner{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.info-item {
  flex: 1;
  text-align: center;
  color: var(--primary-40);
}

.info-item .number {
  display: block;
  font-size: 9.2rem;
  font-weight: 400;
  line-height: 100px;
  letter-spacing: -0.05em;
}

.info-item .label {
  display: block;
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 1.8rem;
}

.info-item .desc {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 28px;
}

/* desc 구분 막대 */
.info-item .desc::after{
  position: absolute;
  bottom : 2px;
  right: 0;
  content: '';
  display: block;
  width: 1px;
  height: 50px;
  background: var(--primary-70);
}

.info-item:last-child .desc::after{
  display: none;
}

/* 무한대 기호 크기 조정 */
.info-item .infinity {
  font-size: 280px;
  letter-spacing: 0;
  margin-bottom: 5px;
  margin-top: -5px;
}

/* 성공 스토리 섹션 스타일 */
.success-story {
  width: 100%;
  padding: 60px 0;
  background-color: var(--primary-10);
  text-align: center;
}

.success-story .main-title {
  font-size: 5.6rem;
  color: var(--grey-90);
  font-weight: 700;
  margin-bottom: 3rem;
  letter-spacing: -0.03em;
}

.brand-title {
  font-size: 9.0rem;
  color: var(--grey-90);
  letter-spacing: -0.03em;
}

.star-icon{
  margin : 4.5rem 0;
}

.success-story .sub-title {
  font-size: 4rem;
  color: var(--grey-90);
  font-weight: 400;
}

/* 미래엔영어 가맹안내 섹션 스타일 */
.franchise-info{
  position: relative;
  width: 100%;
  padding: 5rem 0;
  background-color: var(--grey-70);
  text-align: center;
}

.franchise-info .btn-business{
  position : absolute;
  top : 64px;
  right : 50%;
  transform: translateX(165%);
}

/* 1대1 밀착 동행 섹션 스타일 */
.tutoring-section {
  position: relative;
  background-color: var(--primary-30);
  padding: 8.8rem 0 11rem;
  text-align: center;
}

.tutoring-section:after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 975px;
  background: url('../img/left_building.png') no-repeat center center / contain;
}

.tutoring-section:before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 196px;
  height: 1089px;
  background: url('../img/right_building.png') no-repeat center center / contain;
}

.logo-area {
  position: relative;
  padding-bottom: 10.4rem;
}

.logo-area::after{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 70px;
  background: var(--grey-90);
}

.panda-logo {
  width: 60px;
  margin-bottom: 2rem;
}

.notice-text {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--grey-90);
  margin-top: 1.2rem;
}

.point{
  color: var(--secondary-60);
}

.title-area {
  margin-bottom: 5rem;
}

.title-area p{
  font-size: 3.4rem;
  font-weight: 700;
  color: var(--grey-90);
  line-height: 54px;
}

.title-area a{
  display: inline-block;
  margin-bottom: 8.8rem;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 950px;
  margin: 0 auto;
}

.feature-card {
  background: #fff;
  padding: 4rem 3rem;
  border-radius: 10px;
}

.feature-card img {
  width: 60px;
  margin-bottom: 3rem;
}

.feature-card h3 {
  font-family: 'NanumSquareNeoExtraBold';
  font-size: 2.8rem;
  color: var(--grey-80);
  line-height: 42px;
  font-weight: 800;
}

/* 미래엔 영어 찾기 섹션 스타일 */
.find-section .container{
  width: 1060px;
  margin: 0 auto;
  padding : 4.8rem 0 5.2rem;
  box-sizing: border-box;
}

.find-section .top-area{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.find-section .text-area{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.find-section .text-area h2{
  font-size: 4rem;
  font-weight: 800;
  color: var(--grey-80);
  letter-spacing: -0.03em;
}

.find-section .text-area p{
  font-size: 2rem;
  font-weight: 700;
  color: var(--secondary-60);
}

.find-section .bottom-area{
  background: var(--secondary-30);
  padding : 2rem 0 2rem 0;
 
}

.find-section .bottom-area .bottom-area-inner{
  width: 1060px;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: 700;
  color: var(--grey-80);
  text-align: right;
}

.find-section .bottom-area .bottom-area-inner span{
  font-size: 2.4rem;
  margin-left: 2rem;
}

/* 미래엔영어 소식 섹션 스타일 */
.news-section{
  width: 100%;
  max-width: 1178px;
  margin: 0 auto;
  padding: 8.8rem 0 4.8rem;
}

.news-section h2 {
  font-size: 5.8rem;
  margin-bottom: 5rem;
}

/* 그리드 레이아웃 */
.news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 6rem;
}

.news-item {
  aspect-ratio: 1;
  border-radius: 18px;
}

.news-item img{
  width: 100%;
  max-width : 276px;
  object-fit: cover;
  border-radius: 18px;
}

.news-item img:hover{
  box-shadow: 0 7px 0px #00000012;
}


/* 원장님 모집 안내 섹션 스타일 */
.recruit-section{
  width : 100%;
  padding : 8.8rem 0 12rem;
  background: var(--secondary-30);
}

.recruit-section .container{
  width : 100%;
  max-width : 1112px;
  margin : 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.recruit-section .left-area h2{
  font-size: 5.8rem;
  font-weight: 800;
  color: var(--grey-80);
  letter-spacing: -0.03em;
  line-height: 1.5;
}

.recruit-section .left-area .bottom-area{
  margin-top: 8.8rem;
  display: flex;
  align-items: flex-end;
  gap: 1.6rem;
}

.recruit-section .right-area .inquiry-info{
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.recruit-section .right-area .inquiry-info .inquiry-item{
  display: flex;
  flex-direction: column;
}

.recruit-section .right-area .inquiry-info .inquiry-item h3{
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.recruit-section .right-area .inquiry-info .inquiry-item .phone{
  font-size: 4rem;
  font-weight: 900;
  color: var(--grey-80);
  letter-spacing: -0.03em;
}

.recruit-section .right-area .inquiry-info .inquiry-time{
  font-size: 2rem;
  font-weight: 800;
  color: var(--grey-80);
  line-height: 36px;
  margin-top: 1rem;
  padding-top: 2.4rem;
  border-top : 1px solid var(--white);
}

.recruit-section .right-area .inquiry-info .inquiry-time h3{
  margin-bottom: 0.5rem;
}

/* /////// 메인페이지 /////// */

/* 임시 */
.main{text-align: center; padding : 540px 0; font-size: 5rem;}

/* ///// 서브페이지 - 커리큘럼 ///// */
.curriculum {
  padding : 8.8rem 0;
  background-color: var(--secondary-50);
  background-image: url('../img/bg_curriculum.png');
  background-repeat: no-repeat;
  background-position: bottom -360px center;
  background-size: 100%;
}

.curriculum .text-box{
  text-align: center;
}

.curriculum .text-box .sub-title{
  font-size: 2rem;
  line-height: 1.8;
  margin-bottom: 5rem;
}

.curriculum .text-box .sub-title .txt_bg{
  padding : 5px 3px;
  background: var(--primary-40);
}

.curriculum .text-box h2{
  position: relative;
  font-size: 5.8rem;
  line-height: 1.5;
  font-weight: 800;
  color: var(--secondary-70);
  letter-spacing: -0.03em;
  margin-bottom: 3.8rem;
}

.curriculum .text-box h2::after{
  position: absolute;
  top : 50%;
  left: 50%;
  transform: translate(-240px, -50%);
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  background-image: url('../img/ico_sparkle.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.curriculum .text-box h2::before{
  position: absolute;
  top : 50%;
  right: 50%;
  transform: translate(240px, -50%);
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  background-image: url('../img/ico_sparkle.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.curriculum .img-box{
  position: relative;
  width : 564px;
  margin : 0 auto;
  text-align: center;
  margin-bottom: 3.8rem;
}

.curriculum .img-box .mobile-cur{
  display: none;
}

.top-cur{
  position: absolute;
  top : 95px;
  left : 214px;
  transition: top 0.5s ease-in-out;
}

.img-box.active .top-cur{
  top : 65px;
}

.mid-cur{
  position: absolute;
  top : 277px;
  left : 284px;
  transition: top 0.5s ease-in-out;
}

.img-box.active .mid-cur{
  top : 245px;
}

.bot-cur{
  position: absolute;
  bottom : 0;
  right : 10px;
  transition: right 0.5s ease-in-out;
}

.img-box.active .bot-cur{
  right : 30px;
}

.curriculum .popup-box_wrap{
  display: flex;
  justify-content: center;
  gap: 2.4rem;
}

.curriculum .popup-box{
  position: relative;
}

.curriculum .popup-box h3{
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 1.6rem;
  text-align: center;
  letter-spacing: -0.03em;
}

.curriculum .popup-box img{
  display: inline-block;
  width: 100%;
  max-width: 340px;
  height: 230px;
  text-align: center;  
  background: var(--white);
  border: 1px solid var(--grey-90);
  border-radius: 18px;
  padding : 0.2rem 0.6rem;
  box-sizing: border-box;
}

.curriculum .popup-box .popup-btn{
  position: absolute;
  bottom : 1px;
  right : 1px;
  width: 36px;
  height: 36px;
  background: url('../img/zoom.svg') no-repeat center center / contain;
  cursor: pointer;
}

.curriculum .popup-box .popup-btn:hover{
  background-image: url('../img/zoom_hover.svg');
}

/* 모달 스타일 */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  cursor: pointer;
}

.modal img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  border-radius: 18px;
}

/* 100+ 영역별 */
/* curriculum-100 섹션 스타일 */
.curriculum-100 {
  padding: 5rem 0;
  background-color: var(--primary-10);  /* 이미지의 연한 베이지색 배경 */
}

.curriculum-100 .text-box {
  text-align: center;
  letter-spacing: -0.03em;
}

.curriculum-100 h2 {
  font-size: 5.6rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}

.curriculum-100 .point-color {
  color: var(--secondary-50);  /* 하이라이트된 텍스트 색상 */
}

.curriculum-100 .desc {
  font-size: 2.4rem;
  color: var(--grey-90);
  line-height: 1.5;
}

/* better-graph 영역 */
.better-graph{
  padding : 7.2rem 0;
}

.mobile-better-graph{
  display: none;
}

.better-graph .better-graph-inner{
  position: relative;
  overflow: hidden;
  width : 100%;
  max-width : 888px;
  margin : 0 auto;
  height: 494px;
  border-left : 1px solid var(--grey-40);
  border-bottom : 1px solid var(--grey-40);
}

.better-graph .better-graph-inner .top-title{
  position: absolute;
  top : 50px;
  left : 67px;
  font-size: 3.4rem;
  color: var(--grey-90);
  z-index: 2;
}

.better-graph .better-graph-inner .top-title .point-color{
  color : var(--secondary-50);
}

.better-graph .better-graph-inner .bottom-title{
  position: absolute;
  bottom : 13px;
  left : 121px;
  font-size: 3.4rem;
  color: var(--grey-90);
  z-index: 2;
}

.better-graph .better-graph-inner .bottom-title .point-color{
  color : var(--tertiary-10);
}

.better-graph .better-graph-inner .blue-graph {
  position: absolute;
  top : 0;
  right : 0;
}

.better-graph .better-graph-inner .red-graph {
  position: absolute;
  top : 76px;
  right : 0;
}

.better-graph .better-graph-inner .blue-arr{
  position: absolute;
  top : 76px;
  right : 70px;
}

.better-graph .better-graph-inner .red-arr{
  position: absolute;
}

.better-graph .better-graph-inner .red-arr.red-arr02{
  top : 152px;
  right : 70px;
}

.better-graph .better-graph-inner .red-arr.red-arr01{
  top : 228px;
  right : 70px;
}

 /* 와이퍼 효과를 위한 스타일 */
 .wiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 1;
}

/* 화살표 초기 상태 */
.blue-arr, .red-arr {
  opacity: 0;
}

/* 학습자 유형 섹션 */
/* 학습자 유형 스타일링 */
.learner-types {
  padding: 5.4rem 0;
  background-color: var(--secondary-30);
}

.learner-container {
  width : 100%;
  max-width: 936px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.learner-box {
  flex: 1;
  text-align: center;
}

.learner-box h3 {
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.learner-box p {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2rem;
}

.learner-box p::after{
  content: '';
  display: inline-block;
  position: absolute;
  top : 10px;
  right : 0;
  width: 1px;
  height: 80px;
  background: var(--secondary-50);
}

.learner-box:last-child p::after{
  display: none;
}

/* /// 추가 교재 영역 ///*/
.curriculum-content {
  margin: 0 auto;
  padding: 8.8rem 0 0;
}

/* 타이틀 영역 */
.title-area {
  text-align: center;
}

.curriculum-content > .title-area .sub-title {
  font-size : 2.4rem;
  line-height: 1.8;
  font-weight : 800;
  color : var(--secondary-60);
}

.curriculum-content .main-title {
  font-size: 5.8rem;
  font-weight: 800;
  line-height: 1.5;
  margin-top: 2rem;
  margin-bottom: 9.6rem;
  color : var(--grey-90);
}

/* 교재 쇼케이스 */
.book-showcase {
  margin: 0 auto 4.6rem;
}

.book-showcase .book-series {
  position: relative;
  display : flex;
  justify-content: center;
  align-items: center;
  width: 1052px;
  margin : 0 auto;
}

.book-showcase .book-series img{
  transform: translateX(-50px);
}

.book-showcase .book-count {
  display : flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  right: -16px;
  top : 50%;
  width: 180px;
  height: 180px;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 180px;
  transform: translateY(-50%);
  color: var(--white);
  background-color: var(--secondary-50);
}

.book-showcase .book-count .neo-heavy{
  display : inline-block;
  font-size: 4rem;
  margin-bottom: 8px;
}

.book-showcase .book-desc{
  width : 100%;
  max-width : 1100px;
  margin : 0 auto;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  margin-top: -6.5rem;
  padding : 8.8rem 0 3.2rem;
  border-radius: 18px;
  color: var(--grey-90);
  background: var(--primary-30);
}

/* 추가 교재 영역 */
.additional-books .title-area{
  margin-bottom: 2rem;
}

.additional-books .title-area .icon{
  display: inline-block;
  margin-bottom: 5rem;
}

.additional-books .title-area .sub-title{
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.additional-books-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width : 100%;
  max-width : 1143px;
  margin : 0 auto;
}

.additional-books-inner .book-item {
  flex : 1 0 340px;
  padding : 2.8rem 3.2rem;
  border-radius: 18px;
  text-align: center;
  box-sizing: border-box;
  background: var(--primary-30);
}

.additional-books-inner .book-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.additional-books-inner .book-desc {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 2rem;
  color: var(--grey-90);
}

.content-philosophy {
  text-align: center;
  padding: 5rem 0;
  background: var(--grey-10);
  margin-top: 7.2rem;
}

.philosophy-title {
  font-size: 4rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

.philosophy-title .point-color {
  color: var(--secondary-50);
}

/* /// 교재 소개 /// */
.textbook-intro {
  padding : 8.8rem 0;
 background-image: url('../img/note_line.svg');
 background-size:cover;
}

.textbook-intro .title-area {
  margin-bottom: 5rem;
}

.textbook-intro .title-area .main-title{
  font-size: 4rem;
  font-weight: 800;
  color : var(--grey-90);
}

.textbook-container {
  display : flex;
  flex-direction: column;
  gap : 3.6rem;
}

.textbook-item {
  display : flex;
}

.textbook-item.item-left {
  align-self: flex-end;
}

.textbook-content {
  display : flex;
  flex-direction: column;
  gap : 10.8rem;
}

.textbook-item.item-right .textbook-content {
  padding : 5rem 9rem 5rem 30rem;
  border-radius : 18px 500px 500px 18px;
  background: var(--secondary-20);
  margin-left: -26rem;
}

.textbook-item.item-left .textbook-content {
  padding : 5rem 30rem 5rem 9rem;
  border-radius : 500px 18px 18px 500px;
  background: var(--primary-30);
  margin-right: -26rem;
}

.textbook-item.item-last .textbook-content {
  gap: 0;
}

.textbook-item.item-last .textbook-content h3 {
  margin-bottom: 54px;
}

.textbook-item.item-last .textbook-content h4 {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 2.2rem;
  color : var(--grey-90);
}

.textbook-content h3 {
  font-size: 2.8rem;
  font-weight: 800;
  color : var(--grey-90);
 }

 .textbook-content ul li {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  padding-left: 1.4rem;
  color : var(--grey-90);
}

.textbook-content ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
  background: var(--grey-90);
}

.textbook-item.item-right img{
  position: relative;
  z-index: 10;
}

.mobile-book-title{
  display : none;
}


/* ///// 서브페이지 - 커리큘럼 ///// */

/* ///// 서브페이지 - 학습시스템 ////// */
.system-content{
  text-align: center;
  padding : 0 0 8.8rem;
}

.system-content .meta-intro{
  text-align: center;
  margin : 30px 0 50px;
}

.system-content .meta-intro h2{
  font-size: 5.8rem;
  font-weight: 800;
  margin-bottom: 2rem;
  color : var(--grey-90);
}

.system-content .meta-intro h2 .highlight{
  color : var(--primary-60);
}

.system-content .meta-intro p{
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: -0.02em;
  color : var(--secondary-60);
}

/* 메타인지 학습 프로세스 */
.meta-process{
  height: 1110px;
  text-align: center;
  box-sizing: border-box;
  padding : 8.8rem 0;
  overflow: hidden;
  background: var(--primary-10);
}

.meta-process h2{
  width : 100%;
  max-width : 740px;
  margin : 0 auto;
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  padding : 2.4rem 0;
  border-radius: 56px;
  margin-bottom: 2.8rem;
  color : var(--grey-90);
  background: var(--secondary-30);
}

.process-list .process-item{
  position: relative;
}

.process-list .process-item:nth-child(1){
  z-index: 4;
}

.process-list .process-item:nth-child(2){
  z-index: 3;
  transform: translateY(-150px);
}

.process-list .process-item:nth-child(3){
  z-index: 2;
  transform: translateY(-300px);
}

.process-list .process-item:nth-child(4){
  z-index: 1;
  transform: translateY(-450px);
}

/* 메타인지 프로세스 이미지 애니메이션 스타일 */
.process-list .process-item img {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.process-list .process-item img.active {
  opacity: 1;
}

/* 첫번째 이미지는 항상 보이도록 설정 */
.process-list .process-item:first-child img {
  opacity: 1;
}

/* 학습시스템 영역 */
.learning-system{
  padding : 10rem 0;
  text-align: center;
  display : flex;
  flex-direction: column;
  align-items: center;
  gap: 8.8rem;
}

.learning-system h2{
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 2rem;
  letter-spacing: -0.03em;
}

.learning-system h2 .highlight{
  color : var(--secondary-50);
  font-weight: 800;
}

.learning-system .feature-icons{
  display : flex;
  gap : 5.2rem;
}

.learning-system .feature-icons .feature-item p{
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: -0.01em;
  margin-top: 2.4rem;
  color : var(--grey-90);
}

/* 입회 안내 스타일 */
.member-guide {
  position: relative;
  margin: 0 auto;
  padding: 42px 0px 60px;
  text-align: center;
  background-color: var(--secondary-30);
}

.member-guide::after{
  position: absolute;
  top: 308px;
  left: 198px;
  content: "";
  display: block;
  width: 132px;
  height: 86px;
  background: url('../img/cloud01.png') no-repeat center center / contain;
}

.member-guide::before{
  content: "";
  display: block;
  position: absolute;
  top: 700px;
  right: 162px;
  width: 80px;
  height: 52px;
  background: url('../img/cloud02.png') no-repeat center center / contain;
  z-index: 0;
}

.guide-logo {
  margin-bottom: 2.4rem;
}

.guide-title {
  font-size: 5.8rem;
  font-weight: 800;
  margin-bottom: 2rem;
  letter-spacing: -0.03em;
}

.guide-subtitle {
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 8.8rem;
  color: var(--secondary-60);
}

.guide-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  width : 100%;
  max-width : 900px;
  margin : 0 auto;
}

.guide-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  width: 901px;
  height: 156px;
  padding: 41px 0px 62px 74px;
  background-image: url('../img/member_list.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.guide-item.highlight{
  padding: 41px 0 43px 74px;
  background-image: url('../img/member_list_h.png');
  background-size: contain;
}

.guide-item p{
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: -0.01em;
}

.btn-consult {
  position: absolute;
  right: 46px;
  top: 42%;
  transform: translateY(-50%);
}

.bottom-icon{
  margin: 8.8rem 0 7rem;

}

/* 입회 검색 스타일 */

.text-field-wrap{
  display : block;
  width: 484px;
}

.member-search{
  position: relative;
  padding : 26.4rem 0 11.2rem;
  background-image: url('../img/bg_customer_part2_2.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -242px;
  z-index: 10;
}

.member-search .search-title{
  font-size: 4rem;
  font-weight: 800;
  margin-bottom: 2rem;
  letter-spacing: -0.03em;
  text-align: center;
}

.member-search .step1-area{
  position: relative;
  width : 100%;
  max-width : 1040px;
  margin : 50px auto 0;
  padding : 108px 100px 58px;
  box-sizing: border-box;
  background: var(--white);
  border-radius: 18px;
  border: 1px solid var(--grey-90);
}


.member-search .step-title {
  position: absolute;
  top: -1px;
  left: 60px;
  display: inline-block;
  padding: 7px 38px 11px 38px;
  border-radius: 0 0 18px 18px;
  font-size: 2.8rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color : var(--primary-70);
  background: var(--primary-30);
}

/* 검색 영역 */
.member-search .search-area .search-text{
  display: flex;
  align-items: center;
  gap: 7rem;
  margin-bottom: 3rem;
}
.member-search .search-area h4 {
  font-size: 2rem;
  font-weight: 700;
  color : var(--grey-90);
  letter-spacing: -0.02em;
}

.member-search .search-area .notice {
  font-size: 1.4rem;
  font-weight: 700;
  color : var(--primary-70);
}

.required {
  color: var(--error10);
}

/* 검색 탭 */
.member-search .search-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

/* 검색 폼 */
.local-search, .dong-search{
  display : flex;
  align-items: center;
  justify-content: space-between;
  gap : 6rem;
}

.local-search{
  margin-bottom: 16px;
}

.search-area .input-wrap{
  display : flex;
  justify-content: flex-end;
  gap : 1.2rem;
}

.search-area h5{
  font-size: 2rem;
  font-weight: 700;
  padding-left: 28px;
  color : var(--secondary-60);
}

.result-table{
  width : 100%;
  margin-top: 24px;
  border-top : 1px solid var(--grey-80);
  border-bottom : 1px solid var(--grey-80);
  height : 460px;
  overflow-y: auto;
}

.result-table table{
  width: 100%;
}

.result-table table th{
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color : var(--grey-80);
  text-align: center;
  padding : 2rem 0;
  position: sticky;
  top: 0;
  background: var(--white);
}

.result-table table td{
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding : 1.8rem 0;
  border-top : 1px solid var(--grey-90);
}

.step2-area{
  position : relative;
  width : 100%;
  max-width : 1040px;
  margin : 24px auto 0;
  padding : 108px 240px 58px 100px;
  box-sizing: border-box;
  background: var(--white);
  border-radius: 18px;
  border: 1px solid var(--grey-90);
}

.step2-area::before{
  content: "";
  display: block;
  position: absolute;
  top: 59%;
  right: -13px;
  width: 66px;
  height: 150px;
  background: url('../img/img_catcouple_hide.png') no-repeat center center / contain;
}

.step2-form .form-wrap{
  display : flex;
  flex-direction: column;
  gap : 1.6rem;
}

.step2-form .form-item{
  display : flex;
  justify-content: space-between;
  gap : 2.4rem;
}

.step2-form .form-item h4{
  font-size: 2rem;
  font-weight: 700;
  color : var(--grey-90);
  letter-spacing: -0.02em;
  padding-top: 2rem;
}

.step2-form-item-wrap{
  display : flex;
  align-items: center;
  gap : 1.5rem;
}

.step2-form .info-wrap{
  display : flex;
  justify-content: space-between;
  margin-top: 50px;
}

.step2-form .info-wrap .info-right{
  width : 100%;
  max-width : 484px;
}

.step2-form .info-wrap .info-right h5{
  font-size: 2rem;
  font-weight: 800;
  color : var(--grey-90);
  letter-spacing: -0.02em;
  margin-bottom: 2rem;
}

.step2-form .info-wrap .info-right p{
  font-size: 1.4rem;
  font-weight: 700;
  color : var(--grey-70);
  margin-bottom: 3rem;
}

.step2-form .info-wrap .info-left{
  display : flex;
  flex-direction: column;
  gap : 8rem;
}

.step2-form-text{
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  color : var(--grey-90);
  margin-top: 5.6rem;
  background: var(--primary-30);
  padding : 14px 118px 14px 48px;
  border-radius: 28px;
  margin-left: 46px;
}

.step2-form-text::before{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: -56px;
  width: 68px;
  height: 68px;
  background: url('../img/img_catboy_push.png') no-repeat center center / contain;
}

.step2-form-text span{
  color : var(--secondary-60);
}

/* ///// 가맹안내 스타일 ///// */

.center-info01{
  padding : 8.8rem 0;
  background: var(--grey-90);
  text-align: center;
}

.center-info01-text{
  margin-bottom: 1.6rem;
}

.center-info01-text h3{
  font-size: 2.6rem;
  font-weight: 700;
  color : var(--white);
  margin-bottom: 2rem;
}

.center-info01-text h3 span{
  color : var(--primary-40);
}

.center-info01-text h2{
  font-size: 9rem;
  font-weight: 800;
  color : var(--white);
  margin-bottom: 1.6rem;
}

.center-info01-text p{
  font-size: 1.6rem;
  font-weight: 400;
  color : var(--white);
}

.center-info01-img{
  display: flex;
  justify-content: center;
  gap : 6.2rem;
}

.center-info01-img .img-item:nth-child(2){
  margin-top: 100px;
}

.center-info01-img .img-item p{
  font-size: 3.4rem;
  font-weight: 500;
  color : var(--white);
  margin-top: 17px;
}

.center-info01-img .img-item p span{
  font-weight: 800;
}

/* 가맹업계 비교 */
.center-info02{
  padding : 7.8rem 0 7.2rem;
  background: var(--white);
  text-align: center;
}

.center-info02-text{
  margin-bottom: 1.6rem;
}

.center-info02-text h3{
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.5;
  color : var(--grey-90);
  margin-bottom: 2rem;
}

.center-info02-text h2{
  font-size: 5.8rem;
  font-weight: 800;
  line-height: 1.5;
  color : var(--grey-90);
  margin-top: 2.8rem;
  margin-bottom: 7.8rem;
}

.center-info02-text h2 span{
  color : var(--primary-60);
}

.center-info02-img{
  width : 100%;
  max-width : 1068px;
  margin : 0 auto;
  padding : 50px 0;
  background: var(--primary-20);
  border-radius: 36px;
}

.center-info02-img h3{
  font-size: 3.4rem;
  font-weight: 700;
  color : var(--grey-90);
  margin-bottom: 1rem;
}

.center-info02-img p{
  font-size: 2.4rem;
  font-weight: 700;
  color : var(--grey-90);
}

.center-info02-img .img-item{
  display : flex;
  align-items: flex-end;
  justify-content: center;
  gap : 8.4rem;
  margin-top: 4.8rem;
}

/* 합리적인 가맹비와 교재비 */
.center-info03 h2{
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.5;
  padding : 5rem 0;
  background: var(--primary-10);
  text-align: center;
}

.center-info03 h2 .highlight{
  color : var(--secondary-50);
}

.center-info04{
  padding : 7.8rem 0 8.8rem;
  text-align: center;
}

.center-info04-img-wrap{
  display : grid;
  grid-template-columns: repeat(2, 376px);
  justify-content: center;
  gap : 3.2rem;
}

.center-info04-img-wrap .img-item{
  padding : 3.6rem 2rem 2.3rem;
  background: var(--primary-30);
  border-radius: 24px;
}

.center-info04-img-wrap .img-item h4{
  font-size: 2.8rem;
  font-weight: 800;
  color : var(--grey-90);
  letter-spacing: -0.03em;
  margin-bottom: 2rem;
}

.center-info04-img-wrap .img-item p{
  font-size: 1.8rem;
  font-weight: 700;
  color : var(--grey-90);
  margin-top: 0.8rem;
}

.center-info05{
  padding : 5rem 0;
  background: var(--grey-10);
  text-align: center;
}

.center-info05 h2{
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.5;
}

.center-info05 h2 .highlight{
  color : var(--secondary-50);
}

.center-info06{
  padding : 8.8rem 0 7rem;
  background: var(--primary-30);
  text-align: center;
}

.center-info06-text{
  margin-bottom: 5.6rem;
}

.center-info06-text h2{
  font-size: 5.8rem;
  font-weight: 800;
  color : var(--grey-90);
  margin : 3rem 0 3rem;
}

.center-info06-text h3{
  font-size: 2.4rem;
  font-weight: 800;
  color : var(--secondary-60);
}

.center-info06-process{
  position : relative;
}

.center-info06 .btn-franchise{
  position : absolute;
  top : 50%;
  left : 50%;
  transform: translate(-241%, -195%);
}

.center-info07{
  position: relative;
  z-index: 10;
  padding : 8.8rem 0 27.8rem;
  text-align: center;
  background-image: url('../img/bg_part2.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.center-info07 h2{
  font-size: 4rem;
  font-weight: 800;
  color : var(--grey-90);
  margin-bottom: 5rem;
}

.center-info07-img{
  display: flex;
  justify-content: center;
  gap : 2.4rem;
}

.center-info07-img .img-item p{
  font-size: 2.4rem;
  font-weight: 700;
  color : var(--grey-90);
  margin-top: 1.6rem;
  padding : 1.3rem 0;
  background: var(--secondary-40);
  border-bottom: 1px solid var(--secondary-50);
  border-radius: 16px;
}

.center-info08{
  padding : 30.6rem 0 6.8rem;
  background: var(--secondary-30);
  margin-top: -340px;
}

.center-info08 h2{
  font-size: 4rem;
  font-weight: 800;
  color : var(--grey-90);
  text-align: center;
  margin-bottom: 7rem;
  letter-spacing: -0.03em;
}

.center-info08-form {
  position: relative;
  width: 100%;
  max-width : 852px;
  margin: 0 auto;
  background: var(--white);
  border-radius : 0 0 36px 36px;
  padding : 9.2rem 10.6rem 7.2rem 10rem;
  box-sizing: border-box;
}

.center-info08-form::before{
  content: "";
  display: block;
  position: absolute;
  top: -22px;
  left: 106px;
  width: 199px;
  height: 57px;
  background: url('../img/sign.png') no-repeat center center / contain;
  z-index: 10;
}

.center-info08-form::after{
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 24px;
  border-radius: 6px;
  background: var(--grey-90);
}

.center-info08-form-wrap{
  position: relative;
}

.center-info08-form-wrap:before{
  content: "";
  display: block;
  position: absolute;
  top: 430px;
  left: -182px;
  width: 100px;
  height: 199px;
  background: url('../img/img_cat couple_hide2.png') no-repeat center center / contain;
  z-index: 10;
}

.center-info08-form .input-wrap{
  display : flex;
  gap: 1.2rem;
}

.center-info08-form-tel{
  display : flex;
  gap: 4rem;
  justify-content: center;
  width : 100%;
  max-width : 820px;
  font-size: 4rem;
  font-weight: 700;
  padding : 2.1rem 0;
  margin : 2rem auto 0;
  border-radius: 60px;
  color : var(--white);
  background: var(--grey-90);
}

/* ///// 가맹안내 스타일 ///// */

/* ///// 사업설명회 일정 스타일 ///// */
.section-session01{
  padding : 7.2rem 0 8.8rem;
}

.top-text{
  text-align: center;
  margin-bottom: 5.6rem;
}

.top-text h2{
  font-size: 5.8rem;
  font-weight: 800;
  color : var(--grey-80);
  margin-bottom: 2.6rem;
}

.top-text p{
  font-size: 2.4rem;
  font-weight: 800;
  color : var(--secondary-50);
}

.section-session01{
  width: 100%;
  max-width : 1200px;
  margin : 0 auto;
}

.section-session01 .list_board{
  width: 100%;
  margin-bottom: 5.6rem;
}

.section-session01 .lst-head li{
  background: var(--primary-30);
  display : flex;
  border-radius: 100px;
}

.section-session01 .lst-head li .td{
  font-size: 2rem;
  font-weight: 800;
  color : var(--grey-80);
  padding : 1.8rem 2rem;
  text-align: center;
}

.section-session01 .lst-head li .td:nth-child(1){
  width : 10%;
}

.section-session01 .lst-head li .td:nth-child(2){
  width : 15%;
}

.section-session01 .lst-head li .td:nth-child(3){
  width : 20%;
}

.section-session01 .lst-head li .td:nth-child(4){
  width : 40%;
}

.section-session01 .lst-head li .td:nth-child(5){
  width : 15%;
}

.section-session01 .lst-head li div:first-child{
  border-radius: 100px 0 0 100px;
}

.section-session01 .lst-head li .td:last-child{
  border-radius: 0 100px 100px 0;
}

/* 리스트 아이템 스타일링 */
.section-session01 .clr {
  display: flex;
  border-bottom: 1px solid var(--grey-20);
  padding: 2rem 0;
}

.section-session01 .clr .td {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--grey-80);
  padding: 1.8rem 2rem;
}

.section-session01 .clr .td.col_no {
  width: 10%;
  text-align: center;
}

.section-session01 .clr .td.col_subject {
  width: 15%;
  text-align: center;
}

.section-session01 .clr .td.col_name {
  width: 20%;
  font-weight: 800;
  font-family: 'NanumSquareNeoExtraBold';
  text-align: center;
}

.section-session01 .clr .td.col_name02 {
  width: 40%;
  padding-left: 3.2rem;
}

.section-session01 .clr .td.col_date {
  width: 15%;
  text-align: center;
}


.section-session01 tbody{
  width : 1168px;
}

.section-session01 tbody tr{
  background: var(--white);
  border-bottom: 1px solid var(--grey-20);
}

.section-session01 tbody tr td{
  font-size: 1.6rem;
  font-weight: 700;
  color : var(--grey-80);
  padding : 2rem;
  line-height: 1.8;
}

.section-session01 tbody tr td:first-child{
  text-align: center;
}

.section-session01 tbody tr td:nth-child(2){
  text-align: center;
}

.section-session01 tbody tr td:nth-child(3){
  text-align: right;
  font-weight: 800;
  font-family: 'NanumSquareNeoExtraBold';
}

.section-session01 tbody tr td:last-child{
  padding-left: 3.2rem;
}

.section-session02{
  padding : 8.8rem 0 10rem;
  background: var(--primary-30);
}

.section-session02 h2{
  font-size: 4rem;
  font-weight: 800;
  color : var(--grey-90);
  text-align: center;
  letter-spacing: -0.03em;
  margin-bottom: 6rem;
}

.section-session02-form{
  width : 100%;
  max-width : 868px;
  margin : 0 auto;
  background: var(--white);
  border-radius: 36px;
  padding : 5.8rem 10rem 8.8rem;
  box-sizing: border-box;
}

.section-session02-form .center-info08-form-wrap:before{
  display : none;
}

.section-session02-form .double-input{
  width : 484px;
}

.section-session02-form .double-input input:first-child{
  margin-bottom: 2.4rem;
}

.section-session02-form .form-item{
  margin-bottom: 2.4rem;
}

.form-item input.border-none{
  border-top : none;
  border-left : none;
  border-right : none;
  border-radius : 0;
  padding : 12px 12px 8px 12px;
}

/* ///// 사업설명회 일정 스타일 ///// */

/* ///// 전국 지사 안내 스타일 ///// */

.section-office01{
  width : 100%;
  max-width : 1200px;
  margin : 0 auto;
  padding : 7.2rem 0 15.2rem;
}

.section-office01 .office-btn-wrap{
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.section-office01 .office-btn-item{
  display : flex;
  gap : 1.6rem;
}

.section-office01 .office-btn-item .text-field-search-wrap{
  max-width : 366px;
}

.text-field-search-wrap .btn-search{
  padding : 1.6rem 3.2rem;
}

.section-office01 .office-btn-item .btn-primary-bk-default{
  box-shadow: none;
  font-weight: 500;
}

.section-office01 .office-btn-item .office-contact{
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  color : var(--grey-90);
  padding : 1.4rem 2.9rem;
  border-radius: 100px;
  background: var(--primary-30);
}

.section-office01 .office-btn-item .office-contact span{
  display: inline-block;
  margin-left: 1rem;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.table-wrap{
  width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 7.2rem 0 15.2rem;
}

.section-office01 .list_board{
  width: 100%;
  border-top : 2px solid var(--grey-80);
  margin-bottom: 5.6rem;
}

.section-office01 .lst-head{
  border-bottom : 1px solid var(--grey-60);
}

.section-office01 .lst-head ul{
  /* 테이블 헤더의 각 열 너비를 %로 설정 */
  display: flex;
  align-items: center;
  padding : 0 2rem;
}

.section-office01 .lst-head ul li{
  font-size: 2rem;
  font-weight: 800;
  padding : 2.4rem 0 1.8rem;
  text-align: center;
}

.section-office01 .lst-head ul li.col_no {
  width: 10%;
}

.section-office01 .lst-head ul li.col_name {
  width: 20%;
}

.section-office01 .lst-head ul li.col_subject {
  width: 30%;
}

.section-office01 .lst-head ul li.col_date {
  width: 10%;
}

/* 지사 목록 테이블 본문 스타일 */
.section-office01 .lst-body .clr{
  display: flex;
  align-items: center;
  padding: 0 2rem;
  border-bottom: 1px solid var(--grey-60);
}

.section-office01 .lst-body .td{
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  padding: 2.4rem 0;
}

.section-office01 .lst-body .col_no {
  width: 10%;
}

.section-office01 .lst-body .col_name {
  width: 20%;
}

.section-office01 .lst-body .col_subject {
  width: 30%;
  text-align: left;
}

.section-office01 .lst-body .col_date {
  width: 10%;
}


.lst-body .col_date:nth-child(5) .ar-button{
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 77px;
  padding : 12px 24px;
  background-color: var(--secondary-50);
  border: 1px solid var(--secondary-50);
  color: var(--white);
  cursor: pointer;
}

.lst-body .col_date:nth-child(5) .ar-button:hover{
  background-color: var(--secondary-30);
}

/* 공지사항 테이블 본문 스타일 */
/* 공지사항 테이블 헤더 스타일 */
/* 공지사항 테이블의 헤더 영역 스타일 정의 */
.section-notice02 .list_board .lst-head{
  border-bottom: 1px solid var(--grey-60);
  border-top : 2px solid var(--grey-80);
}

.section-notice02 .lst-head li{
  display: flex;
  align-items: center;
  padding: 0 2rem;
}

.section-notice02 .lst-head .td{
  font-size: 2rem;
  font-weight: 800;
  padding: 2.4rem 0 1.8rem;
  text-align: center;
}

/* 각 컬럼 너비 설정 */
.section-notice02 .lst-head .col_no {
  width: 10%;
}

.section-notice02 .lst-head .col_subject {
  width: 90%;
}

.section-notice02 .lst-head .col_hit {
  width: 10%;
}

.section-notice02 .lst-head .col_date {
  width: 10%;
}

.section-notice02 .lst-body .clr{
  display: flex;
  align-items: center;
  padding: 0 2rem;
  border-bottom: 1px solid var(--grey-60);
}

.section-notice02 .lst-body .td{
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  padding: 2.4rem 0;
}

/* 각 컬럼 너비 설정 */
.section-notice02 .lst-body .col_no {
  width: 10%;
}

.section-notice02 .lst-body .col_subject {
  width: 90%;
  text-align: left;
}

.section-notice02 .lst-body .col_hit {
  width: 10%;
}

.section-notice02 .lst-body .col_date {
  width: 10%;
}

/* 파일 아이콘 스타일 */
.section-notice02 .lst-body .icon.file2 {
  display: inline-block;
}

.section-notice02 .lst-body .icon.file2 img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

/* 조회수 텍스트 숨김 처리 */
.section-notice02 .lst-body .txt {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}


.col_date .ar-button{
  font-size: 1.6rem;
  font-weight: 700;
  padding : 10px 24px;
  color : var(--grey-80);
  border: 1px solid var(--secondary-50);
  background: var(--white);
  border-radius: 77px;
  cursor: pointer;
}

.col_date .ar-button:hover{
  background: var(--secondary-30);
  color: var(--white);
}

.section-branch{
  padding : 7.8rem 0 10rem;
}

.section-branch .top-text{
  margin-bottom: 5.6rem;
}

.section-branch h2{
  margin-top: 3rem;
}

.section-branch p{
  color : var(--secondary-60);
}

.section-branch02{
  padding : 7.8rem 0 10rem;
  text-align: center;
  background-image: url('../img/img_region head.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.section-branch02 h2{
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 4.8rem;
  color : var(--primary-80);
}

.section-branch02 .branch-list{
  display: grid;
  grid-template-columns: repeat(2, 360px);
  gap : 2.4rem;
  justify-content: center;
}

.section-branch02 .branch-list .branch-item{
  width: 100%;
  max-width : 360px;
  height : 280px;
  border-radius: 36px;
  padding : 4.2rem 0rem 0rem;
  box-sizing: border-box;
  background: var(--white);
  border : 1px solid var(--grey-90);
}

.section-branch02 .branch-list .branch-item .branch-icon{
  margin-bottom: 2.8rem;
}

.section-branch02 .branch-list .branch-item h3{
  font-family: 'NanumSquareNeoExtraBold';
  font-size: 2.8rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 3rem;
  color : var(--primary-70);
}

.section-branch02 .branch-list .branch-item p{
  display : flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  font-size: 1.8rem;
  font-weight: 700;
  color : var(--grey-90);
}

.section-branch03{
  position: relative;
  padding : 8.8rem 0 28.6rem;
  background-image: url('../img/bg_part3.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: 1;
}

.section-branch03 h2{
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 4.8rem;
  color : var(--grey-90);
  text-align: center;
}

.section-branch03 .branch-process .branch-process-item{
  text-align: center;
  margin-bottom: 5.2rem;
}
.section-branch03 .branch-process .branch-info{
  width : 100%;
  max-width : 1020px;
  margin : 0 auto;
  display : flex;
  justify-content: flex-end;
}

.section-branch03 .branch-process .branch-info .branch-info-inner{
  position: relative;
  width : 100%;
  max-width : 828px;
  padding : 3rem 9.6rem 4rem 7.2rem;
  background: var(--white);
  border-radius : 36px;
  box-sizing: border-box;
}

.section-branch03 .branch-process .branch-info .branch-info-inner:before{
  content: '';
  display: inline-block;
  position: absolute;
  top : 50%;
  left : -30px;
  width: 48px;
  height: 40px;
  background-image: url('../img/bg_info_bubble.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.section-branch03 .branch-process .branch-info .branch-info-inner:after{
  content: '';
  display: inline-block;
  position: absolute;
  top : 62%;
  left : -137px;
  width: 106px;
  height: 93px;
  background-image: url('../img/img_catboy info.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.section-branch03 .branch-process .branch-info h3{
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 2.6rem;
  color : var(--secondary-50);
  padding: 0.5rem 0 0.5rem 4rem;
  background-image: url('../img/ico_info.svg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 3.2rem;
}
.section-branch03 .branch-process .branch-info ul li{
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color : var(--grey-70);
  padding : 0rem 0 0rem 7rem;
  background-image: url('../img/ico_check bold.svg');
  background-repeat: no-repeat;
  background-position: left 40px top 5px;
}

.section-branch04{
  padding : 24rem 0 10rem;
  background: var(--primary-30);
  margin-top: -270px;
}

.section-branch04 h2{
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 4.8rem;
  color : var(--grey-90);
  text-align: center;
}

.section-branch04 .section-session02-form .form-item{
  margin-bottom: 0;
}

.section-branch04 .step2-form .info-wrap{
  flex-direction: column;
  align-items: flex-end;
}

.section-branch04 .step2-form .info-wrap .info-right{
  max-width : none;
}

.section-branch04 .step2-form .info-wrap .info-left{
  gap: 4.7rem
}

.section-branch04-form{
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  border-radius: 36px;
  padding: 6rem 10rem 7.2rem;
  box-sizing: border-box;
  background: var(--white);
  border: 1px solid var(--grey-90);
  box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.1);
}

.section-branch04-form .info-right p{
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7;
  color : var(--grey-80);
}

.section-branch04-form .step2-form .info-wrap .info-right p{
  margin-bottom: 5rem;
}

.section-branch04-form .custom-select{
  width : auto;
}

.section-branch04-form .select-btn{
  width : 484px;
}

.section-branch04-form .select-list{
  width : 484px;
}

.section-branch04-form .select-list button{
  max-width : none;
}

.section-branch04 .branch-contact{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap : 2.4rem;
  width : 100%;
  max-width : 988px;
  margin : 0 auto;
  margin-top: 2.4rem;
  padding: 2.1rem 10rem 2.1rem 0;
  box-sizing: border-box;
  border: 1px solid var(--primary-50);
  border-radius: 60px;
  background: #ffffff90;
  background-image: url('../img/img_cat couple microphone.svg');
  background-repeat: no-repeat;
  background-position: left 60px top 24px;
}

.section-branch04 .branch-contact h3{
  font-size: 4rem;
  font-weight: 800;
  color : var(--primary-70);
}

.section-branch04 .branch-contact p{
  font-size: 4rem;
  font-weight: 800;
  color : var(--grey-90);
  letter-spacing: -0.03em;
}

/* ///// 전국 지사 안내 스타일 ///// */

/* ///// 브랜드 소개 스타일 ///// */
.section-brand01{
  text-align: center;
  padding : 6rem 0;
}

.section-brand01 h2{
  font-size: 5.8rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.5;
  color : var(--grey-80);
}

.section-brand01 span{
  color : var(--primary-60);
}

.section-brand02{
  padding : 0 0 10rem;
}

.section-brand02 .brand02-list{
  display: grid;
  grid-template-columns: repeat(4, 284px);
  gap : 2.4rem;
  justify-content: center;
}

.section-brand02 .brand02-list .brand02-item{
  width: 100%;
  max-width : 282px;
  padding : 4rem 0rem 5.6rem;
  border: 1px solid var(--primary-50);
  border-radius: 18px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 7px 0px 0 rgba(0, 0, 0, 0.1);
  background: var(--white);
}

.section-brand02 .brand02-list .brand02-item:hover{
  transform: translateY(-14px);
}

.section-brand02 .brand02-list .brand02-item h3{
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  color : var(--secondary-50);
}

.section-brand02 .brand02-list .brand02-item img{
  display : inline-block;
  margin: 4rem 0 4rem;
}

.section-brand02 .brand02-list .brand02-item p{
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: -0.03em;
  color : var(--grey-80);
  word-break: keep-all;
}

.section-brand02 h2{
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 5rem 0;
  color : var(--primary-70);
  text-align: center;
  line-height: 1.5;
}

.brand02-img{
  text-align: center;
}
.img-box-brand{
  transition: transform 0.5s ease-in-out;
}
.img-box-brand.active{
  transform: scale(1.1);
}

.section-brand03{
  position: relative;
  padding : 31.2rem 0 8.8rem;
  background-image: url('../img/brand-bg.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.section-brand03:before{
  content: '';
  display: inline-block;
  position: absolute;
  top : 318px;
  left : 50%;
  transform: translateX(-350%);
  width: 166px;
  height: 168px;
  background-image: url('../img/img_flying catgirl.png');
  background-repeat: no-repeat;
  background-size: 167px;
}

.section-brand03:after{
  content: '';
  display: inline-block;
  position: absolute;
  bottom : 50px;
  right : 50%;
  transform: translateX(220%);
  width: 346px;
  height: 338px;
  background-image: url('../img/img_book.png');
  background-repeat: no-repeat;
  z-index: 0;
}

.brand03-text{
  text-align: center;
}

.brand03-text h2{
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 2rem;
  color : var(--grey-90);
}

.brand03-text p{
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color : var(--secondary-70);
}

.section-brand04 .brand03-text p{
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color : var(--primary-70);
}

.section-brand03 .brand03-list{
  position: relative;
  z-index: 1;
  display : grid;
  grid-template-columns: repeat(3, 300px);
  gap : 2.4rem;
  justify-content: center;
  margin-top: 5rem;
}

.section-brand04{
  padding : 8.8rem 0 14.6rem;
  background: var(--primary-30);
  background-image: url('../img/couple_cat.png');
  background-repeat: no-repeat;
  background-position: center bottom 0;
}


.section-brand04 .brand04-list{
  display : flex;
  flex-direction: column;
  gap : 1.6rem;
  text-align: center;
  justify-content: center;
  padding : 5rem 0 5rem;
}

.section-brand04 .brand04-list .brand04-item{
  width : 100%;
  max-width : 836px;
  margin : 0 auto;
  padding : 3rem 0;
  border-radius: 100px;
  background: var(--white);
  box-shadow: 0 7px 0px 0 rgba(0, 0, 0, 0.1);
}

.section-brand04 .brand04-list .brand04-item p{
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color : var(--grey-90);
}

.section-brand04 p{
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.03em;
  color : var(--grey-90);
}

/* ///// 브랜드 소개 스타일 ///// */

/* ///// bi 스타일 ///// */

.section-bi01{
  text-align: center;
  padding : 7.8rem 0 10rem;
}

.bi-text > img{
  margin-bottom: -30px;
}

.bi-text h2{
  width : 100%;
  max-width : 1020px;
  height: 612px;
  font-size: 5.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin : 0 auto;
  padding-top: 7.4rem;
  border-radius: 600px;
  box-sizing: border-box;
  background: var(--grey-90);
  color : var(--primary-40);
}

.bi-text span{
  font-size: 2.8rem;
}

.intro-character{
  background-image: url('../img/bi_bg.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  padding : 21rem 0 32rem;
  margin-top: -460px;
}

.intro-text-wrap{
  margin-top: 2rem;
}
.intro-text-wrap .intro-text:nth-child(2){
  margin-top: 4.8rem;
}

.intro-text-wrap .intro-text h3{
  font-size: 2.8rem;
  font-weight: 800;
  color : var(--grey-90);
  padding-top: 60px;
  background-image: url('../img/ico_sparkle_khaki.png');
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 2.6rem;
}
.intro-text-wrap .intro-text p{
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color : var(--grey-90);
}

.intro-text-wrap .intro-text .intro-text-p{
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 3.2rem;
}

.intro-text-wrap .btn-primary2-bk-default{
  margin-top: 7.2rem;
}

.section-bi02{
  padding : 0 0 10rem;
  margin-top: -120px;
}

.section-bi02 h2{
  font-size: 4rem;
  font-weight: 800;
  color : var(--grey-90);
  text-align: center;
  margin-bottom: 4.8rem;
}

.bi-img-wrap{
  width : 100%;
  max-width : 900px;
  margin : 0 auto;
}

.bi-img-wrap .bi-img:nth-child(2){
  margin-top: 5rem;
  margin-bottom: 7rem;
}

.bi-img-wrap .bi-img h3{
  font-size: 2rem;
  font-weight: 400;
  color : var(--grey-90);
  margin-bottom: 1.6rem;
}

.bi-btn-wrap{
  text-align: center;
}

/* ///// bi 스타일 ///// */

/* ///// 본사 오시는 길 스타일 ///// */

.section-location01{
  padding : 10rem 0;
  text-align: center;
}

.section-location01 h2{
  font-size: 4rem;
  font-weight: 800;
  color : var(--grey-90);
  letter-spacing: -0.03em;
  margin-bottom: 5rem;
}

.section-location01 h2 span{
  color : var(--primary-60);
}
.map-wrap{
  width : 100%;
  max-width : 760px;
  margin : 0 auto 4.4rem;
}
.map{
  border : 1px solid var(--grey-90);
  border-radius: 18px;
  box-shadow: 0 7px 0px 0 rgba(0, 0, 0, 0.1);
}

.location-info{
  margin-bottom: 6.8rem;
}

.location-info p{
  font-size: 2.4rem;
  font-weight: 700;
  color : var(--grey-90);
  letter-spacing: -0.03em;
  line-height: 1.8;
}

.location-method .location-method-item{
  margin-bottom: 2.4rem;
}

/* ///// 본사 오시는 길 스타일 ///// */

/* ///// 미래엔영어 소식 스타일 ///// */

.section-notice01{
  padding : 10rem 0 10rem;
  text-align: center;
  background-image: url('../img/com-bg.png');
  background-repeat: no-repeat;
  background-position: center bottom 0;
  background-size: 100% 90%;
}

.section-notice01 .notice-list{
  display : grid;
  grid-template-columns: repeat(4, 276px);
  gap : 2.4rem;
  justify-content: center;
  margin-bottom: 6rem;
}

.section-notice01 .notice-list .notice-item{
  border-radius: 20px;
}

.section-notice01 .notice-list .notice-item:hover{
  box-shadow: 0 7px 0px 0 rgba(0, 0, 0, 0.1);
}

.section-notice02{
  padding : 8.8rem 0 10rem;
}

.section-notice02 .notice-table-wrap{
  width : 100%;
  max-width : 1200px;
  margin : 0 auto;
}

.section-notice02 .notice-table-wrap .notice-table{
  width : 100%;
  margin-bottom: 6rem;
}

.notice-table thead th{
  font-size: 2rem;
  font-weight: 800;
  color : var(--grey-80);
  background: var(--grey-10);
  padding: 2rem 0;
}

.notice-table thead th:first-child{
  border-radius: 100px 0 0 100px;
}

.notice-table thead th:last-child{
  border-radius: 0 100px 100px 0;
}

.notice-table tbody td{
  font-size: 2rem;
  font-weight: 700;
  color : var(--grey-90);
  text-align: center;
  height: 68px;
  border-bottom: 1px solid var(--grey-30);
}

.notice-table tbody td:nth-child(2){
  text-align: left;
  padding-left: 1.4rem;
}

.notice-item img{
  border-radius: 18px;
}


/* 미래엔영어 디테일 페이지 */
.notice-detail{
  width: 100%;
  max-width : 1200px;
  margin : 0 auto;
  padding : 8.8rem 0;
}

/* 상단 타이틀 */
.notice-detail .top-text {
  margin-bottom: 6rem;
  text-align: center;
}

.notice-detail .top-text h2 {
  font-size: 4.8rem;
  color: var(--grey-90);
}

/* 게시글 상세 스타일 */
.notice-detail .scbd {
  border-top: 2px solid var(--grey-90);
  border-bottom: 1px solid var(--grey-30);
}

/* 제목 영역 */
.notice-detail .lay_hd {
  padding: 3rem 0;
  border-bottom: 1px solid var(--grey-30);
}

.notice-detail .lay_hd .hgroup h1 {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--grey-90);
}

/* 작성자 정보 영역 */
.notice-detail .det .hgroup {
  padding: 2rem 0;
  border-bottom: 1px solid var(--grey-30);
}

.notice-detail .det .hgroup dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.notice-detail .det .hgroup dt span {
  font-size: 1.8rem;
  color: var(--grey-70);
  margin-right: 2rem;
}

.notice-detail .det .hgroup dd span {
  font-size: 1.8rem;
  color: var(--grey-70);
}

/* 본문 영역 */
.notice-detail .conbody {
  min-height: 300px;
  padding: 4rem 0;
}

/* 버튼 영역 */
.notice-detail .btngroup {
  text-align: center;
  margin-top: 4rem;
}

.notice-detail .ui-btn.btn-co1 {
  display: inline-block;
  min-width: 120px;
  padding: 1.2rem 2.4rem;
  font-size: 1.8rem;
  font-weight: 700;
  background: var(--primary);
  border-radius: 100px;
  text-decoration: none;
  border: 1px solid var(--grey-90);
  margin-bottom : 2rem;
}

.notice-detail .ui-btn.btn-co1:hover {
  background: var(--primary-dark);
}


/* ///// 미래엔영어 소식 스타일 ///// */

/* ///// 회원가입 스타일 ///// */

.agreementBody {text-align:left;}
.agreementBody .infBox {margin:0; text-align:right; font-size:12px; font-style:italic;}
.agreementBody h5 {margin:2em 0 0;}
.agreementBody h3 {margin:.2em 0 1.2em; padding:.8em; border:1px solid #aaa; font-size:18px; text-align:center; background:#f1f1f1;}
.agreementBody h4 {margin:0 0 .5em;}
.agreementBody p {font-size:13px; line-height:1.5em;}
.agreementBody .sc_ptop {text-align:right; margin:1em 0; line-height:normal;}
.agreementBody .sc_ptop a {
	display:inline-block; padding:5px 8px; background:#999; border-radius:3px; margin-right:8px;
	text-decoration:none; font-size:13px; color:#fff;
}
.agreementBody ol {padding-left:22px; margin:0 0 1em; font-size:13px;}
.agreementBody ol li {margin:0 0 .5em; line-height:1.4em;}
.agreementBody .acon div {font-size:13px; line-height:1.4em;}

.sub_content{ 
  width :100%; 
  max-width : 1200px; 
  margin : 0 auto;
  padding : 10rem 0;
}

.sub_content .content_title{
  font-size: 1.8rem;
  font-weight: 800;
  color : var(--grey-90);
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--grey-30);
  padding : 0 0 1.6rem;
}

.ar-table .ar-striped .ar-border{
  border-collapse: collapse;
  text-align: center;
}

.ar-table .ar-striped .ar-border td{
  border: 1px solid #ccc;
  padding: 5px 5px;
}

.ar-table .ar-striped .ar-border td.txet_left{
  text-align: left;
  letter-spacing: 1.2px;
}

.ar-table .ar-striped .ar-border th{
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  height: 35px;
}

.ar-table tbody td, .ar-table th{
  border-bottom: 1px solid #ccc;
  padding: 10px 5px;
  background-color: #fff;
  font-size: 16px;
}

/* 로그인 페이지 */
.login-content{
  padding : 10rem 0 30rem;
  width : 100%;
  max-width : 800px;
  margin : 0 auto;
}

.auth-title{
  font-size: 4rem;
  font-weight: 800;
  color : var(--grey-90);
  margin-bottom: 5rem;
  text-align: center;
}

.farm-A-find-idpwd .farm-A-find-txt{
  font-size: 1.6rem !important;
  line-height: 1.8 !important;
  font-weight: 700;
  color : var(--grey-90);
}

div.farm-A-login .login-input-box ul li .farm-A-input-txt{
  font-size: 1.6rem !important;
  font-weight: 700;
  color : var(--grey-90);
  border : 1px solid var(--grey-60);
}

.login-btn-wrap{
  margin-top: 2rem;
  text-align: center;
}
/* ///// 회원가입 스타일 ///// */