* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
  font-size: 16px;
  color: #fff;
  word-break:keep-all;
  overflow-wrap: break-work;
  max-width: 100%;
  /* overflow-x: hidden; */
  line-height: 154%; /* 35px */
  letter-spacing: -1.25px;
}
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/variable/pretendardvariable-dynamic-subset.css");
@font-face {
  font-family: 'MyCustomFont';
  src: url('/fonts/PretendardVariable.woff2') format('woff2');
  font-weight: 100, 200, 300, 400, 500, 600, 700, 800, 900;
  font-style: normal;
}
@font-face {
  font-family: 'Gmark-Bold';
  src: url('/fonts/GmarketSansTTFBold.ttf') format('woff2');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Gmark-Light';
  src: url('/fonts/GmarketSansTTFLight.ttf') format('woff2');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Gmark-Medium';
  src: url('/fonts/GmarketSansTTFMedium.ttf') format('woff2');
  font-weight: bold;
  font-style: normal;
}
@font-face {
font-family: 'S-Core500';
font-weight:500;
src: url('/fonts/S-CoreDream-5Medium.woff2') format('woff2');
}
@font-face {
font-family: 'S-Core600';
font-weight:600;
src: url('/fonts/S-CoreDream-6Bold.woff2') format('woff2');
}
@font-face {
font-family: 'S-Core700';
font-weight:700;
src: url('/fonts/S-CoreDream-7ExtraBold.woff2') format('woff2');
}

:root {	
--senior-color: #2C76F4;
--Junior-color: #FF5100;
--newcomer-color: #A04EF7;
--onboarding-color: #FFD900;
--xzit-color: #00FF84;
--point-color: #FFF200;
--newcomer-color2: #6A44E3;
}

html, body {
  overflow-x: hidden; /* 가로 스크롤 방지 */
  max-width: 100%; /* 가로 크기 제한 */
}

body {
  font-family: 'MyCustomFont', sans-serif;
  overflow: hidden;   
}
img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
li,ul {list-style: none;}
a {text-decoration: none;}
button {
  display: block;
  border: none;
  cursor: pointer;
}
p{color: #fff;}
#mbzb {background-color: #111;}
section {
  width: 100%;
  margin: 0 auto;
}
article {
width: 1200px;
margin: 0 auto;
padding: 120px 0;
}
/* 타이틀 */
#mbzb h1, #mbzb h1 .line-break {
color: #fff;
font-size: 50px;
line-height: 140%;
text-align: center;
margin-bottom: 16px;
font-family: 'Gmark-Bold';
}
#mbzb h5, #mbzb h5 .line-break {
color: #fff;
font-size: 26px;
font-weight: 400;
text-align: center;
}
.check_icon {
  background-image: url(./img/mbzbV2_check.svg);
  width: 36px;
  height: 36px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.clapping_icon {
  background-image: url(./img/mbzbV2_Clapping.svg);
  width: 80px;
  height: 80px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
}

@media all and (max-width: 600px) {
.line-break {
  display: inline-block;
  font-style: normal;
}
.line-break::after {
  content: "\A"; /* 줄바꿈 */
  white-space: pre; /* 개행을 적용 */
}

}

.mo {display: none;}

/* ============= main =================== */
#mbzb .main article {
  padding-top: 0;
}
/* 헤더 */
#mbzb .header  {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}
#mbzb .header div {
  width: 14%;
  overflow: hidden;
  cursor: pointer;
  margin: auto 0;
}

/* //헤더 */

/* ---------- 메인 콘텐츠---------- */
#mbzb .main ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5%;
}
#mbzb .main h1, #mbzb .main h1 .line-break {
  font-family: 'Gmark-Medium';
  font-size: 40px;
  text-align: left;
}
#mbzb .main h5, #mbzb .main h5 .line-break {
  text-align: left;
}
#mbzb .main .title p {
  font-size: 20px;
  margin-top: 3%
}
#mbzb .main ul .logo {
  width: 48%;
  animation: scaleUpDown 1s alternate, vibration 2s infinite 1s;
}

@keyframes vibration {
  0% {
    transform: rotate(0deg); /* 시작 각도 */
  }
  20% {
    transform: rotate(-2deg); /* 약간 왼쪽으로 */
  }
  40% {
    transform: rotate(2deg);  /* 약간 오른쪽으로 */
  }
  60% {
    transform: rotate(-1deg); /* 약간 왼쪽으로 */
  }
  80% {
    transform: rotate(1deg);  /* 약간 오른쪽으로 */
  }
  100% {
    transform: rotate(0deg);  /* 원래 상태로 돌아오기 */
  }
}
#mbzb .main .buttonWrap {
  margin-top: 8%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;

}
#mbzb .main .buttonWrap a {
  padding: 18px 14px;
  border-radius: 3.125rem;
  background-color: #000;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
}
#mbzb .main .buttonWrap a span {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}
#mbzb .main .buttonWrap a .color {
  color: var(--onboarding-color);
  font-weight: 700;
}
#mbzb .main .buttonWrap .newcomer {
  border: 2px solid var(--newcomer-color);
  color: var(--newcomer-color);
}
#mbzb .main .buttonWrap .newcomer:hover {
  background-color: var(--newcomer-color);
  color: #fff;
}

#mbzb .main .buttonWrap .Junior {
  border: 2px solid var(--Junior-color);
  color: var(--Junior-color);
}
#mbzb .main .buttonWrap .Junior:hover {
  background-color: var(--Junior-color);
  color: #fff;
}

#mbzb .main .buttonWrap .senior {
  border: 2px solid var(--senior-color);
  color: var(--senior-color);
}
#mbzb .main .buttonWrap .senior:hover {
  background-color: var(--senior-color);
  color: #fff;
}

#mbzb .main .buttonWrap .xzit {
  border: 2px solid var(--xzit-color);
  color: var(--xzit-color);
}
#mbzb .main .buttonWrap .xzit:hover {
  background-color: var(--xzit-color);
  color: #fff;
}

#mbzb .main .buttonWrap .onboarding {
  border: 2px solid var(--onboarding-color);
  color: var(--onboarding-color);
}
#mbzb .main .buttonWrap .onboarding:hover {
  background-color: var(--onboarding-color);
  color: #fff;
}
#mbzb .main .buttonWrap .onboarding:hover .color {
  color: #fff;
}
/* ============= mbzb01 =================== */
#mbzb .mbzb01 {
  background-image: url(/img/MBZB01bg.png);
  /* height: 100vh; */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  overflow : hidden ;
  padding-bottom: calc(height/width * 100%)
}
#mbzb .mbzb01 article {
  position: relative;
  margin: 0 auto;
}
#mbzb .mbzb01 .textBox {
  display: flex;
  flex-direction: column;
  
}
#mbzb .mbzb01 .textBox li {
  width: 640px;
  padding: 20px;
  border-radius: 0.9375rem;
  background: #282828;
  text-align: center;
  font-size: 22px;
  margin-bottom: 40px;
}
#mbzb .mbzb01 .textBox li span {
  font-size: 22px;
}
#mbzb .mbzb01 .textBox li span:first-child {
  color: var(--xzit-color);
}
#mbzb .mbzb01 .textBox li span:nth-child(2) {
  color: var(--onboarding-color);
}
#mbzb .mbzb01 .textBox li span:nth-child(3) {
  color: var(--newcomer-color);
}

#mbzb .mbzb01 .textBox li:first-child {
  margin: 0 auto 40px;
}
#mbzb .mbzb01 .textBox li:nth-child(2) {
  margin-right: auto;
}
#mbzb .mbzb01 .textBox li:nth-child(3) {
  margin-left: auto;
  margin-bottom: 0;
}
#mbzb .mbzb01 .item01 {
  position: absolute;
  top: 0;
  left: 0;
  animation: scaleUpDown 1.1s infinite alternate;
}
#mbzb .mbzb01 .item02 {
  position: absolute;
  bottom: 0;
  left: 0;
  animation: scaleUpDown 1.1s infinite alternate;
  animation-delay: 0.5s;
}
#mbzb .mbzb01 .item03 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, 0%);
  animation: scaleUpDown 1.1s infinite alternate;
  animation-delay: 0.8s;
}
@keyframes scaleUpDown {
  0% {
    transform: scale(0.8); /* 시작 시 크기 작게 */
  }
  50% {
    transform: scale(1.1); /* 중간에 크기 크게 */
  }
  100% {
    transform: scale(1); /* 원래 크기 */
  }
}
/* ============= mbzb02 =================== */
.s1_arrow{
  display: flex;
  flex-direction: column;
  text-align:center;
  align-items: center;
  margin: 0 auto;
  animation:arrow_down 1.5s infinite;
}
.scroll-arrow {width:12px; height:12px; border-right: 3px solid white; border-bottom: 3px solid white;
transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg);  -ms-transform: rotate(45deg);
animation: arrow-wave 1s infinite; animation-direction: alternate;}
.scroll-arrow:nth-child(1) {animation-delay: 0.1s;}
.scroll-arrow:nth-child(2) {margin-top:6px; animation-delay: 0.2s;}
.scroll-arrow:nth-child(3) {margin-top:6px; animation-delay: 0.3s;}
@keyframes arrow-wave {
0% {opacity: 0;}
50% {opacity: .5;}
100% {opacity: 1;}
}
@keyframes arrow_down{
0%{top:28px;}
50%{top:40px;}
100%{top:28px;}
}

/* 버튼 */
#mbzb .mbzb02 .btn_wrap {
  margin: 0 auto;
  text-align: center;
}
#mbzb .mbzb02 .btn_wrap li:first-child {
  font-size: 40px;
  font-family: 'Gmark-Bold';
  color: var(--xzit-color);
  margin: 60px auto;
}
#mbzb .mbzb02 .btn_wrap li:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}



/* 바로 문의하기 원버튼 */
#mbzb .mbzb02 .btn_wrap li div {
border: 1.5px solid #195BCA;
padding: 8px;
width: fit-content;
border-radius: 70px;
animation: move 1s infinite alternate;
}
#mbzb .mbzb02 .btn_wrap li button.inquiry {
background-color: #195BCA;
color: white;
font-size: 18px;
font-weight: bold;
border-radius: 70px;
text-align: center;
cursor: pointer;
border: 2px solid #195BCA;

width: 100%;
}

@keyframes move {
0% { transform: translateX(0); }
100% { transform: translateX(10px); } /* 좌우로 움직이게 */
}
@keyframes moveY {
0% { transform: translateY(0); }
100% { transform: translateY(10px); } /* 상하로 움직이게 */
}


/* ============= mbzb03 =================== */
#mbzb .mbzb03 {
background-color: #1B1A1C;
}
#mbzb .mbzb03 article {padding: 60px 0 15px;}
#mbzb .mbzb03 #container01 {  
  text-transform: uppercase; 
  font-weight:bold;   
  width:100%; 
  display:flex;
  align-items: center; 
  justify-content: center;
  flex-wrap: wrap;
} 
#mbzb .mbzb03 #container01 p {
  font-size:40px;
  margin-bottom: 45px;
}
#mbzb .mbzb03 #flip { 
  height: 125px;
  padding: 0px 20px;
  overflow:hidden; /* hidden을 해줘야 모든 텍스트가 보여지는 것이
} 숨김이 되어 정해진 높이만큼만 보여집니다. */
}
#mbzb .mbzb03 #flip > div {
  height: 80px;
  padding: 0px 20px;
  font-size: 40px;
  margin-bottom:45px; 
  background-color: #111; 
  text-align: center;
  line-height: 78px;
} 

#mbzb .mbzb03 #flip div:first-child { 
  animation: show 5s linear infinite; 
} 

#mbzb .mbzb03 #flip .newcomer { 
  border: 3px solid var(--newcomer-color);
  color: var(--newcomer-color); 
} 
#mbzb .mbzb03 #flip .Junior { 
  border: 3px solid var(--Junior-color);
  color: var(--Junior-color); 
} 
#mbzb .mbzb03 #flip .senior { 
  border: 3px solid var(--senior-color);
  color: var(--senior-color); 
} 
#mbzb .mbzb03 #flip .xzit { 
  border: 3px solid var(--xzit-color);
  color: var(--xzit-color); 
} 
#mbzb .mbzb03 #flip .onboarding { 
  border: 3px solid var(--onboarding-color);
  color: var(--onboarding-color); 
} 


/* 가장 중요한 키프레임 값.*/
@keyframes show {
  0% { margin-top: -500px; }  /* 5번째 항목 (맨 위로 숨김) */
  5% { margin-top: -375px; }  /* 4번째 항목 */
  25% { margin-top: -375px; } /* 유지 */
  30% { margin-top: -250px; } /* 3번째 항목 */
  50% { margin-top: -250px; } /* 유지 */
  55% { margin-top: -125px; }  /* 2번째 항목 */
  75% { margin-top: -125px; }  /* 유지 */
  80% { margin-top: 0px; }    /* 1번째 항목 */
  99.99% { margin-top: 0px; } /* 유지 */
  100% { margin-top: -500px; } /* 처음으로 돌아감 */
}

/* ============= mbzb04 =================== */
#mbzb .mbzb04 {
background-color: #5500CB;
background-image: url('./img/MBZB03_bgTop.svg'), url('./img/MBZB03_bgBottum.svg');
background-size: 30%, 30%;
background-position: top right, bottom left;
background-repeat: no-repeat;
}
#mbzb .mbzb04 h1 .line-break {
color: var(--point-color);
text-emphasis: filled var(--point-color);
}
#mbzb .mbzb04 ul {
display: flex;
align-items: center;
justify-content: center;
margin: 10% 0 30px;
}
#mbzb .mbzb04 .mo {display: none;}
/* ============= mbzb05 =================== */
#mbzb .mbzb05 h1 i {
font-size: 54px;
color: var(--point-color);
font-style: normal;
}
#mbzb .mbzb05 h5 b {
font-size: 26px;
}
#mbzb .mbzb05 .container {
width: 76%;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
margin: 8% auto 0;
}
#mbzb .mbzb05 .container .item {
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;

border-radius: 9.20856rem;
background: linear-gradient(180deg, rgba(151, 78, 252, 0.00) 17.43%, #5500CB 100%);
height: 28.5rem;
padding: 40px 0;
flex-shrink: 0;  
}
#mbzb .mbzb05 .container .item div {
  font-size: 26px;
  text-align: center;
}
#mbzb .mbzb05 .container .item strong {
font-size: 34px;
} 
#mbzb .mbzb05 .container .item span {
width: 100px;
margin-top: 30px;
}
#mbzb .mbzb05 .container .item:nth-child(2) {
margin-bottom: 3%;
margin: 40px 0 0;
justify-content: flex-start;
background: linear-gradient(180deg, #5500CB 0%, rgba(151, 78, 252, 0.00) 82.57%);
}
#mbzb .mbzb05 .container .item:nth-child(2) span {
margin-top: 0;
margin-bottom: 30px;
}

/* ============= mbzb06 =================== */
#mbzb .mbzb06 h5,
#mbzb .mbzb06 h5 .point,
#mbzb .mbzb06 h5 i {
font-size: 45px;
font-style: normal;
}
#mbzb .mbzb06 h5,
#mbzb .mbzb06 h5 .point {
line-height: 132%;
font-family: 'Gmark-Medium';
}

#mbzb .mbzb06 h5 i {
font-family: 'Gmark-Light';
line-height: 132%;
}
#mbzb .mbzb06 h5 .point,
#mbzb .mbzb06 h1 {
color: var(--point-color);
}
#mbzb .mbzb06 h1 {
margin-top: 24px;
}
/* #mbzb .mbzb06 .certificate {
margin: 8% auto;
width: 540px;
} */

.mbzb06 {
  background-image: url('./img/MBZB06_bg02.png');
  background-size: contain;
  background-position: center 6%;
  background-repeat: no-repeat;
}
 /* 특허증 라운드 이페트 */

/* 전체 컨테이너 중앙 정렬 */
/* .cert-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 16% auto 15%;
  
  z-index: 0;
}
.cert-container::before {
  content: "";
  position: absolute;
  width: 438px;
  height: 438px;
  border-radius: 438px;
  
  background: #866e41b0;
  filter: blur(50px);

  top: 50%;     
  left: 50%;
  transform: translate(-50%, -50%);
  
  z-index: -1; 
}

.big-area {
  width: 40%; 
  max-width: 286px; 
  margin: 35px auto 0;
  position: relative;
  z-index: 10;
}
.big-area img {
  width: 100%;
  height: auto;
   box-shadow: 0 22px 50px rgba(0, 0, 0, 0.5);
  border-radius: 6px; 
}
#bigImg {
  opacity: 0;
  transform: scale(0.96); 
  transition: opacity 0.45s ease, transform 0.45s ease;
}


#bigImg[src] {
  opacity: 1;
  transform: scale(1);
} */


/* =-============== */
.pc-only { display: flex; }
.mobile-only { display: none; }
.cert-layout {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 24px;
    margin: 40px 0 100px;
}

.thumb-row {
    display: flex;
    /* flex-direction: column; */
    /* gap: 18px; */
}

.thumb-row .thumb {
    width: 98px;
    border: 2px solid transparent;
    border-radius: 6px;
    transition: .3s ease;
}

.thumb-row .thumb.active {
    border-color: #ffcc00;
    transform: scale(1.07);
}

.big-wrapper {
    width: 240px;
}

.big-wrapper img {
    width: 100%;
    display: block;
}

.big-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
}

.thumb-row {
  display: flex;
  gap: 5px;
}

.thumb-row .thumb {
  width: 98px;
  border: 2px solid transparent;
  transition: 0.3s ease;
}

.thumb-row .thumb.active {
  border-color: #ffcc00;
  transform: scale(1.07);
}







#mbzb .mbzb06 .container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); /* 반응형 설정 */
  gap: 20px;
  justify-items: center; /* 아이템들을 수평 중앙 정렬 */
  align-items: center; 
  place-items: center;
}
#mbzb .mbzb06 .container .item {
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
font-size: 26px;
border-radius: 50%;
width: 300px; /* 원의 너비 */
height: 300px;
background: linear-gradient(318deg, #5500CB 27.71%, #C574FF 94.93%);
padding: 40px 0;
flex-shrink: 0;  
}
#mbzb .mbzb06 .container .item div {
text-align: center;
display: flex;
align-items: flex-start;
}
#mbzb .mbzb06 .container .item p {
font-size: 30px;
}
#mbzb .mbzb06 .container .item p br {display: none;}
#mbzb .mbzb06 .container .item span {
font-size: 12px;
}
#mbzb .mbzb06 .container .item span {
line-height: 130%;
}
#mbzb .mbzb06 .certificate-text {
font-size: 16px;
color: #5A6181;
text-align: center;
margin-top: 30px;
}

/* ============= mbzb07 =================== */
#mbzb .mbzb07 {
background-image: url('./img/MBZB06_bg.png');
width: 100%;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
#mbzb .mbzb07 h1 .line-break {
color: var(--point-color);
}
#mbzb .mbzb07 .container {
width: 80%;
margin: 15% auto 0;
}

.mz-slide-wrap {
  display: grid;
  place-items: center;
  overflow: hidden;
}

.mz-slide-text {
  grid-area: 1 / 1;   /* 두 문장을 같은 위치에 놓기 */
  opacity: 0;
  transform: translateX(50px);
  animation: slideOutIn 6s ease-in-out infinite;
}

/* 두번째 텍스트: 시작을 뒤로 밀기 */
.mz-slide-text.second {
  animation-delay: 3s; /* 첫 번째가 끝나고 시작 */
}
.mz-slide-text.second p {
    font-family: 'S-Core500';
    color: #fff;
    font-size: 30px;
    text-align: center;
}

/* 애니메이션 정의 */
@keyframes slideOutIn {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  10% {
    opacity: 1;
    transform: translateX(0);
  }
  40% {
    opacity: 1;
    transform: translateX(0);
  }
  50% {
    opacity: 0;
    transform: translateX(-50px); /* 왼쪽으로 빠져나감 */
  }
  100% {
    opacity: 0;
    transform: translateX(-50px);
  }
}
/* ============= mbzb08 =================== */
#mbzb .mbzb08 h5 {margin-top: 30px;}
#mbzb .mbzb08 h1 .gradient {
background: var(--Style, linear-gradient(90deg, #A76CF8 62.7%, #62E2FF 99.99%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
/* 캐릭터소개 탭 */

#mbzb .mbzb08 .current {
  margin: 50px 0;}

#mbzb .mbzb08 .tab-content .tabWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#mbzb .mbzb08 .tab-content .img {width: 57%;}
#mbzb .mbzb08 .tab-content .text {width: 39%;}
#mbzb .mbzb08 .tab-content .text h4 {
  font-size: 30px;
  color: #fff;
}
#mbzb .mbzb08 .tab-content .text h4 span {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}

#mbzb .mbzb08 .tab-content .text .tag {  margin: 10px 0 12px;}
#mbzb .mbzb08 .tab-content .text .tag span {
  font-size: 14px;
  color: #fff;
  padding: 4px 12px;
  border: 1px solid #6A44E3;
  border-radius: 3.125rem;
}
#mbzb .mbzb08 #tab-2.tab-content .text .tag span{
  border: 1px solid #FF5100;
}
#mbzb .mbzb08 #tab-3.tab-content .text .tag span{
  border: 1px solid #0082FF;
}
#mbzb .mbzb08 #tab-4.tab-content .text .tag span{
  border: 1px solid #00FF84;
}
#mbzb .mbzb08 #tab-5.tab-content .text .tag span{
  border: 1px solid #FFD900;
}
#mbzb .mbzb08 .tab-content .text h6 {
  font-size: 23px;
  font-weight: 600;
  color: #E1CFFF;
  margin-top: 12px;
}
#mbzb .mbzb08 #tab-2.tab-content .text h6{color: #FF8E62;}
#mbzb .mbzb08 #tab-3.tab-content .text h6{color: #B3CCFF;}
#mbzb .mbzb08 #tab-4.tab-content .text h6{color: #A1FFCB;}
#mbzb .mbzb08 #tab-5.tab-content .text h6{color: #FFEB7B;}

#mbzb .mbzb08 .tab-content .text>p {font-size: 18px;}
#mbzb .mbzb08 .tab-content .text>p.p1{margin: 4px 0 14px;}
#mbzb .mbzb08 .tab-content .text>p.p2 {
  font-weight: 500;
  margin-bottom: 20px;
}

#mbzb .mbzb08 .tab-content .text>p.p3,
#mbzb .mbzb08 .tab-content .text>p.p4 {
  font-weight: 500;
}

/* 과정소개 탭 */
#mbzb .mbzb08 ul {margin-top: 8%;}
#mbzb .mbzb08 .service-imgChoice {
width: 100%;
display: flex;
align-items: flex-start;
justify-content: space-between;
margin-bottom: 24px;
}
#mbzb .mbzb08 .service-imgChoice .imgwrap {
width: 60%;
border-radius: 0.9375rem;
overflow: hidden;
margin-right: 24px;
}
#mbzb .mbzb08 .service-imgChoice .imgwrap div {
position: relative;
 width: 100%;
 height: 0;
 padding-bottom: 56.26%;
 overflow: hidden;
}
#mbzb .mbzb08 .service-imgChoice .imgwrap div img {
position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 100%;
 object-position: bottom;
}
#mbzb .mbzb08 .service-imgChoice .imgtext {width: 40%;}
#mbzb .mbzb08 .title {font-size: 30px;font-weight: 600;}
#mbzb .mbzb08 .sub-title {font-size: 26px;font-weight: 500;}
#mbzb .mbzb08 .notice {font-size: 22px;}

/* ------------------ service-imglist ----------------- */
#mbzb .mbzb08 .service-imglist {
width: 100%;   
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 12px;
}
#mbzb .mbzb08 .service-imglist .thumbnail {
transition: all 0.2s linear;
overflow: hidden;
border-radius: 0.625rem;
cursor: pointer;   
}
#mbzb .mbzb08 .service-imglist .imgtext {display: none;}
#mbzb .mbzb08 .service-imglist .thumbnail:hover {
border: 3px solid #0082FF;
}

#mbzb .mbzb08 .service-imglist .thumbnail:hover img {
transform: scale(1.4);
}


/* ============= mbzb09 =================== */
#mbzb .mbzb09 {
background-image: url('./img/mbzb09_bg.png');
width: 100%;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
#mbzb .mbzb09 article {
padding: 120px 0 0;
}
#mbzb .mbzb09 .textBalloon {
width: max-content;
margin: 0 auto;
}
#mbzb .mbzb09 h1 {
display: flex;
align-items: center;
justify-content: center;
}
#mbzb .mbzb09 h1 span {
width: 200px;
margin-left: 16px;
}
#mbzb .mbzb09 h5 {
font-size: 54px;
font-weight: 600;
margin: 24px 0 8%;
}
#mbzb .mbzb09 .single-item div {
margin: 0 10px;
}
#mbzb .mbzb09 .single-item div:last-child {
margin: 0;
}
/* ----------- 버튼 slick ----------- */
#mbzb .mbzb09 button.slick-prev,
#mbzb .mbzb09 button.slick-next {
width: 50px !important;
height: 50px !important;
padding: 0;
background: none !important;
z-index: 2 !important;
}
.slick-next {
right: -12px !important;
}
.slick-prev {
left: -12px !important;
}
.slick-prev,
.slick-next{
width: 50px !important;
height: 50px !important;
z-index: 1 !important;
}
.slick-prev:before,
.slick-next:before{
content: "" !important; 
width: 45%;/*173px*/ 
height: 99%; 
color: unset;
background: url(./img/next.svg) 0 0 no-repeat;
-webkit-background-size: 100% auto; 
background-size: 100% auto;
}
.slick-prev:before,
.slick-next:before{
width: 50px !important;
height: 50px !important;
z-index: 1 !important;
}

.slick-prev:before {
content: ''!important;
width: 100% !important;
display: block !important;
background: url(./img/prev.svg) 0 0 no-repeat;
-webkit-background-size: 100% auto; 
background-size: 100% auto;
}
.slick-next:before {
content: '' !important;
display: block !important; /* 인라인 요소에서 블록 요소로 변경 */
width: 100% !important; /* 버튼 크기에 맞게 이미지 크기 설정 */
height: auto ; /* 이미지의 비율 유지 */
background: url(./img/next.svg) 0 0 no-repeat;
-webkit-background-size: 100% auto; 
background-size: 100% auto;
}

#mbzb .mbzb09 button:active {
background-color: #111111 !important;
}
.slick-prev:before:active {
background: rgba(107, 109, 113, 0.60) !important;
}
/* ----------- //slick ----------- */

/* ============= mbzb010 후기캐러셀  =================== */
#mbzb .mbzb010 {
padding: 120px 0;
}
#mbzb .mbzb010 .post {
background-color: #fff;
padding: 60px 24px 40px;
border-radius: 15px;
height: 28.85769rem;
display:inline-block;
margin: 0 20px 0 0;
}
#mbzb .mbzb010 .post h6 {
color: #4A4844;
font-size: 25px;
font-weight: 500;
line-height: 140%;
margin-bottom: 30px;
}
#mbzb .mbzb010 .post p {
color: #FF5100;
font-size: 22px;
}
#mbzb .mbzb010 .post p.bold {
font-weight: 600;
}

/* ============= 과정별 콘텐츠 ============= */
/* ============= mbzb card =================== */
#mbzb #newcomer_card {
background-color: #5500CB;
background-image: url('./img/newcomer/newcomer01-bg.svg');
width: 100%;
background-repeat: no-repeat;
background-position: top right;
background-size: contain 50%;
}
#mbzb #Junior_card {
background-color: #E14801;
background-image: url('./img/Junior/junior01-bg.svg');
width: 100%;
background-repeat: no-repeat;
background-position: top right;
background-size: contain 50%;
}
#mbzb #senior_card {
background-color: #0261ED;
background-image: url('./img/senior/senior01-bg.svg');
width: 100%;
background-repeat: no-repeat;
background-position: top right;
background-size: contain 50%;
}

/* ------------- 카드 공통 --------- */
#mbzb .card02 article {
padding: 0;
}
#mbzb .card02 article ul {
display: flex;
align-items: center;
/* justify-content: flex-start; */
/* gap: 60px; */
}
#mbzb .card02 article ul .imgwrap {
flex-shrink: 0; /* 이미지 크기 유지 */
margin-right: 20px; /* 이미지와 텍스트 간 간격 설정 */
}
#mbzb .card02 article ul .textWrap {
flex-grow: 1; /* 텍스트가 나머지 공간을 차지하게 함 */
text-align: center; /* 텍스트를 수평 중앙 정렬 */
}
#mbzb .card02 article ul .textWrap h5 {
text-align: center;
font-size: 30px;
font-weight: 600;
color: #fff;
}
#mbzb .card02 article ul .textWrap p,
#mbzb .card02 article ul .textWrap p b {
text-align: center;
font-size: 24px;
margin-top: 4px;
color: #fff;
}
#mbzb .card02 article ul .textWrap p b {
font-weight: 600;
}

/* ============= mbzb 신입 =================== */
/* ------------ 메인 배너 공통 ------------ */
#mbzb .banner ul.mo {display: none !important;}
#mbzb .con2 {
background-color: #fff;
}
#mbzb .con2 h1, #mbzb .con2 h1 span {
font-family: 'S-Core700';
color: #111;
font-size: 50px;
text-align: center;
}
#mbzb .con2 h4, #mbzb .con2 h4 span {
font-family: 'S-Core500';
color: #111;
font-size: 30px;
text-align: center;
}
#mbzb .con2 h5, #mbzb .con2 h5 span {
color: #111;
font-size: 26px;
text-align: center;
}
/* 메인 배너 공통 */
#mbzb .con2 .banner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* padding: 10px 0 230px; */
  
  }

#mbzb .banner {
  display: flex;
  padding: 0px;
  }
  /* 카드아래 삼각형 */
  #mbzb .con2 .triangle {
  width: 10%;
  margin: 0 auto;
  }
  #mbzb .banner ul {
  width: 45%;
  }
  
  #mbzb .banner h1 {
  font-family: 'Gmark-Bold';
  border-bottom: 1.5px solid #111;
  color: #111;
  text-align: left;
  }
  #mbzb .banner h1 span {
  font-family: 'Gmark-Bold';
  color: var(--newcomer-color2);
  }
  #mbzb .JuniorCon .banner h1 span {
  font-family: 'Gmark-Bold';
  color: #fff;
  }
  #mbzb .banner h4 {
  font-family: 'S-Core500';
  color: #111;
  text-align: left;
  }
  #mbzb .banner h5 {
  color: #111;
  text-align: left;
  }
  #mbzb .banner .buttonWrap {
  margin-top: 50px;
  }
  #mbzb .banner .buttonWrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  }
  #mbzb .banner .buttonWrap button {
  width: 40%;
  padding: 16px 30px;
  border-radius: 10px;
  line-height: 130%;
  }
  #mbzb .banner .buttonWrap .down {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  font-size: 18px;
  }
  #mbzb .banner .buttonWrap .inquiry {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  }
  
  #mbzb .banner .buttonWrap button:hover {
  background-color: #3366ff;
  border: 1px solid #3366ff;
  color: #fff;
  }

/* ---------- 엑지트, 온보딩 faq공통 (색이 연해서 위의 기본 폰트컬러 검정으로 변경) ---------------- */
#mbzb #xzWRap .estimate-midFAQ h1, #mbzb #xzWRap .estimate-midFAQ span,
#mbzb #onboardingWRap .ai11 h1, #mbzb #onboardingWRap .ai11 span {
color: #111 !important;
}
#xzWRap .ai11 .que,
#onboardingWRap .ai11 .que {
border-bottom: 1px solid #111;
border-top: none;
}
#xzWRap .ai11 .que:first-child,
#onboardingWRap .ai11 .que:first-child {
border-top: 1px solid #111;
/* border-bottom: none; */
}
#xzWRap .ai11 .que:last-child,
#xzWRap .ai11 .que:last-child {
border-top: none;
border-bottom: 1px solid #111;
}
#xzWRap .ai11 .que::before, #xzWRap .anw::before,
#onboardingWRap .ai11 .que::before, #onboardingWRap .anw::before {
color: #111;
}
#xzWRap #Accordion_wrap,
#onboardingWRap #Accordion_wrap {
border-bottom: 1px solid #111;
border-top: 1px solid #111;
}
#xzWRap .anw,
#onboardingWRap .anw {
border-bottom: 1px solid #111;

}
#newcomerWRap .ai11 {
background-color: var(--newcomer-color2);
}
#JuniorWRap .ai11 {
background-color: var(--Junior-color)
}
#seniorWRap .ai11 {
background-color: var(--senior-color)
}
#onboardingWRap .ai11 {
background-color: var(--onboarding-color)
}
#xzWRap .ai11 {
background-color: #d6feeb;
}

/* ------------- 신입 카드 ------------- */
#mbzb #newcomer_card.card02 .imgwrap {
width: 208px; /* 부모 요소의 너비를 설정 */
overflow: visible;
}
#mbzb #newcomer_card.card02 .imgwrap img {
width: 208px; /* 이미지 너비 설정 */
height: auto;
max-width: none; /* 최대 너비 제한 제거 */
}
/* ------------- 신입 배너 ------------- */

#newcomerWRap {
height: 100%; /* 이 부분을 부모의 높이에 맞게 설정 */
}
#mbzb #newcomerWRap.con2 .banner h1 span {
color: var(--newcomer-color2)
}
#mbzb #newcomerWRap .banner ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  }
#mbzb #newcomerWRap.con2 .buttonWrap {
width: 100%;
}

#mbzb #newcomerWRap .newcomerCon {
background-color: #fff;
height: 624px;
background-image: url('./img/newcomer/newCon01_bg.svg');
background-size: contain;
background-position: left center;
background-repeat: no-repeat;
}


/* --------------- newcomer02 ---------- */
#mbzb .same02 {
background-color: #F4F4F4;
}
#mbzb #newcomerWRap .same02 span {
color: var(--newcomer-color2);
}
#mbzb #JuniorWRap .same02 span {
color: var(--Junior-color);
}
#mbzb #seniorWRap .same02 span {
color: var(--senior-color);
}

#mbzb .same02 article {
padding: 60px 0 0;
}
#mbzb .same02 ul {
margin-top: 10%;
display: flex;
align-items: center;
justify-content: flex-end;
}
#mbzb .same02 ul .pc {display: block;}
#mbzb .same02 ul .mo {display: none;}

/* --------------- newcomer03 ---------- */
#newcomerWRap .same03 {
background-color: #6A44E3;
}
#newcomerWRap .same03 h1 {
color: #fff;
}
#newcomerWRap .same03 div {
margin-top: 8%;
}
#mbzb .same03 ul .pc {display: block;}
#mbzb .same03 ul .mo {display: none;}
/* --------------- newcomer04 ---------- */
#newcomerWRap .newcomer04 {
background-color: #EEE9FF;
}
#mbzb #newcomerWRap .newcomer04 h1,
#mbzb #newcomerWRap .newcomer04 h4,
#mbzb #newcomerWRap .newcomer04 h5 {
color: #111;
}
#mbzb #newcomerWRap .newcomer04.same04 h5 {
  font-size: 24px;
}
#mbzb .same04 .hand {
width: 80px;
margin: 0 auto;
}
#newcomerWRap .newcomer04 div {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 8%;
}

/* --------------- newcomer05 ---------- */
#newcomerWRap .same05 h1 span,
#newcomerWRap .newcomer05.same05 h4 span {
color: var(--newcomer-color2);
}
#newcomerWRap .same05 h5 {margin-top: 12px;}
#newcomerWRap .same05 h5 b {
font-size: 26px;
color: #111;
}
#newcomerWRap .same05 .daywrap {
width: 100%;
margin: 8% auto;
}
#mbzb .con2 .curriculum.mo {display: none;}
#mbzb .same05 .mo {display: none;}
#mbzb .con2 .curriculum {
width: 100%;
margin: 0 auto;
}
#mbzb .con2 .curriculum {
display: grid;
grid-template-rows: repeat(3, 1fr);
gap: 30px;
}
#mbzb .con2 .curriculum li.curri {
display: flex;
align-items: center;
justify-content: space-between;
gap: 15px;
}
#mbzb .con2 .curriculum li .day {
text-align: center;
color: #fff;
background-color: #B59DFF;
border-radius: 10px;
width: 20%;
height: 100%;
font-size: 26px;
font-weight: 600;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
#mbzb .con2 .curriculum li .daytext {
width: 80%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
#mbzb .con2 .curriculum li .daytext > li {
display: flex;
align-items: center;
justify-content: space-between;
padding: 30px 40px;
background-color: #FAFAFA;
margin-bottom: 15px;
border-radius: 10px;
column-gap: 30px;
}
#mbzb .con2 .curriculum li .daytext > li:nth-child(3) {
margin-bottom: 0px;
}
#mbzb .con2 .curriculum li .daytext li p {
color: #000;
font-size: 24px;
}
#mbzb .con2 .curriculum li .daytext li p.module {
color: #000;
font-weight: 600;
}
#mbzb .con2 .curriculum li .daytext li p.moduleName {
color: var(--newcomer-color2);
font-weight: 500;
}
#mbzb .con2 .curriculum li .daytext li p.moduleTxt {
color: #4B4B4B;
font-size: 20px;
}
#mbzb .con2 .curriculum li .daytext li div:first-child {
width: 60%;
}
#mbzb .con2 .curriculum li .daytext li div:last-child {
width: 40%;
}

/* ============= mbzb 선배 =================== */
/* --------------- Junior card ---------- */
#JuniorWRap .JuniorCon {
background-color: #fff;
height: 624px;
background-image: url('./img/Junior/juniorCon01_bg.svg');
background-size: cover;
background-position: bottom center;
background-repeat: no-repeat;
}


/* --------------- Junior banner ---------- */
#mbzb .con2 .JuniorCon .banner {
justify-content: flex-start;
}
#mbzb .con2 .JuniorCon .buttonWrap,
#mbzb .con2 .seniorCon .buttonWrap,
#mbzb .con2 .xzCon .buttonWrap {
justify-content: flex-start;
}
/* --------------- Junior03 ---------- */
#JuniorWRap .Junior03 {
background-color: #FFF2EC;
}
.same03 .mo {
  display: none;
}
.same03 ul {
display: flex;
align-items: stretch;
justify-content: space-between;
margin-top: 8%;
gap: 24px;
}
.same03 ul li {
width: calc(100% / 3);
flex: 1;
border-radius: 15px;
padding: 80px 30px;
text-align: center;
display: flex;
flex-direction: column;
gap: 30px;
}
#JuniorWRap .Junior03 ul li:first-child {
background: rgba(255, 154, 52, 0.50);
}
#JuniorWRap .Junior03 ul li:nth-child(2) {
background: rgba(255, 111, 15, 0.50);
}
#JuniorWRap .Junior03 ul li:last-child {
background: rgba(255, 81, 0, 0.50);
}
.same03 ul h6 {
font-size: 26px;
font-weight: 700;
color: #111;
}
.same03 ul div {
height: 80px;
margin: 0 auto;
}
.same03 ul div img {
height: 100%;
}
.same03 ul li p {
font-size: 24px;
color: #111;
}
/* --------------- Junior04 ---------- */
#JuniorWRap .Junior04 {
background-color: var(--Junior-color);
}
.same04 .mo, .same04 button {display: none;}
#mbzb .same04 h1,
#mbzb .same04 h4,
#mbzb .same04 h5 {
color: #fff;
}
#mbzb .same04 h1,
#mbzb .same04 h4,
#mbzb .same04 h5 {
color: #fff;
}
.same04 h1 {
margin-top: 24px;
}
.same04 h4 {
margin: 24px 0 30px;
}
.same04 .textWrap {
display: flex;
justify-content: space-between;
align-items: center;
}
.same04 ul {
margin-top: 8%;
}
.same04 ul li {
display: flex;
justify-content: center;
padding: 50px 40px;
border-radius: 15px;
background-color: #fff;
margin-bottom: 8%;
position: relative;
gap: 40px;
}
.same04 ul li:last-child {
margin-bottom: 0;
}
.senior04.same04 ul li:last-child .img {width: 27%;}
.same04 ul li .textWrap02 h6 {
color: #111;
font-size: 30px;
font-weight: 600;
margin-bottom: 20px;
}
.same04 ul li .textWrap02 p,
.same04 ul li .textWrap02 p b {
font-size: 24px;
color: #111;
}
#JuniorWRap .Junior04 ul li .textWrap02 p span {
font-size: 24px;
color: var(--Junior-color);
margin-right: 16px;
}

.same04 ul li .img {
width: 30%;
}
#JuniorWRap .Junior04 ul li .point {
border-radius: 3.125rem;
background: linear-gradient(90deg, #FFC62E 0%, #FF6C00 100%);
padding: 0.5rem 4.0625rem;
font-size: 24px;
font-weight: 600;
color: #fff;
position: absolute;
top: -3%;
left: 43%;
transform: translate(3%, -43%);
}

/* --------------- Junior05 ---------- */

#JuniorWRap .Junior05 h1 {
color: var(--Junior-color);
}
.same05 .navbar {
display: grid;
grid-template-columns: 110px 19% 19% 1fr 2fr;
}
.same05 .navbar li {
font-size: 24px;
background-color: #111;
padding: 8px 0;
text-align: center;
}
.same05 .navbar li:first-child {background-color: #fff;}
.same05 .navbar li:nth-child(2) {border-radius: 10px 0 0 0;}
.same05 .navbar li:nth-child(5) {border-radius: 0 10px 0 0;}
.same05 .stepwrap {
width: 100%;
height:fit-content;
display: flex;
align-items: stretch;
justify-content: space-between;
margin-top: 30px;
gap: 10px;
}
/* ------- 화살표 --------- */
.same05 .stepwrap .step {
display: flex;
flex-direction: column;
align-items: center;
gap: 8px;
}
.same05 .stepwrap.step03 .step {
padding-top: 10%;
}
#JuniorWRap .Junior05 .step li:nth-child(1) {
font-size: 20px;
font-weight: 600;
color: var(--Junior-color);
}
#JuniorWRap .Junior05 .step li:nth-child(2) div {
font-size: 22px;
color: #fff;
font-weight: 600;
background-color: #FF915A;
padding: 25px 15px;
border-radius: 8px;
}
.same05 .step li:nth-child(3) {
width: 30px;
}
/* ------- 화살표 --------- */

.same05 .stepwrap .tt1 {
width: 30%;
background-color: #FAFAFA;
border-radius: 15px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
padding:  0 30px;
}
#JuniorWRap .Junior05 .stepwrap .tt1 li p {
color: var(--Junior-color);
font-size: 22px;
}
.same05 .stepwrap .tt02 p {
font-weight: 600;
}
.same05 .stepwrap .t1 {
display: flex;
align-items: stretch;
justify-content: space-between;
column-gap: 4px;
flex: 1;
}
.same05 .stepwrap .t1 li {
background-color: #FAFAFA;
border-radius: 15px;
padding: 8px 20px;
display: flex;
flex-direction: column;
justify-content: center;  /* 가로 중앙 정렬 */
align-items: flex-start;
text-align: left;
}
.same05 .stepwrap .t1 li,
.same05 .stepwrap .t1 li p {
color: #4B4B4B;
font-size: 20px;
}

/* 첫 번째 li 요소들의 너비를 맞추기 */
.t1 li:first-child {
flex: 0.5; /* 모든 첫 번째 li 요소가 같은 너비를 가지도록 설정 */
text-align: center; /* 텍스트 중앙 정렬 */
}

/* 두 번째 li 요소들의 너비를 맞추기 */
.t1 li:nth-child(2) {
flex: 1; /* 모든 두 번째 li 요소가 같은 너비를 가지도록 설정 */
}

.same05 .stepwrap .t1wrap {
width: 100%;
display: flex;
flex-direction: column;
gap: 4px;
}






/* ============= mbzb 리더 =================== */
/* ------------- 카드 공통 --------- */
/* #mbzb .senior.card02 article {
padding: 0;
} */
#mbzb .senior.card02 article ul {
display: flex;
align-items: center;
justify-content: space-between;
}
#mbzb .senior.card02 article ul .textWrap {
flex-grow: 1; /* 텍스트가 나머지 공간을 차지하게 함 */
text-align: center; /* 텍스트를 수평 중앙 정렬 */
}
#mbzb .senior.card02 article ul .textWrap h5 {
font-family: 'S-Core700';
text-align: left;
font-size: 50px;
font-weight: 600;
color: #fff;
}
#mbzb .senior.card02 article ul .textWrap p {
font-family: 'S-Core300';
text-align: left;
font-size: 26px;
margin-bottom: 4px;
color: #fff;
}

/* --------------- senior banner ---------- */
#mbzb .con2 .seniorCon {
  background-color: var(--senior-color);
}
#mbzb .con2 .seniorCon .banner {
  padding: 120px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#mbzb .seniorCon .banner ul {
  width: 100%;
}
#mbzb .con2 .seniorCon .banner ul li:first-child {
  width: 36px;
  height: 36px;
}
#mbzb .seniorCon .banner h1 {
  font-family: 'S-Core700';
  color: #fff;
  margin-bottom: 60px;
  border-bottom: none;
  font-size: 50px;
  text-align: center;
}
#mbzb .seniorCon .banner h5,
#mbzb .seniorCon .banner h4 {
  color: #fff;
  text-align: center;
}
#mbzb .seniorCon .banner h4 {
  margin: 16px 0;
}
#mbzb .seniorCon .banner .img {
  width: 100%;
  margin-top: 6rem;
}
#mbzb .seniorCon .text-wrap .img .mo {display: none;}
/* --------------- senior02 ---------- */
#mbzb .senior02 {
  background-color: #EFF5FF;
}
#mbzb .senior02.same02 article {
  padding: 120px 0;

}
.senior-ck_icon {
  background-image: url(./img/senior/seniorV2_check.svg);
  width: 36px;
  height: 36px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto 16px;
}
#mbzb .senior02.same02 ul {
  width: 100%;
  margin-top: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
#mbzb .senior02.same02 ul li {
  width: 100%;
  background-color: #fff;
  padding: 40px 30px;
  display: flex;
  gap: 60px;
  border-radius: 0.88331rem;
}
#mbzb .senior02.same02 ul li:nth-child(2),
#mbzb .senior02.same02 ul li:nth-child(4) {
  justify-content: space-between;
}
#mbzb .con2 .senior02 h4 {
  text-align: left;
  font-family: 'MyCustomFont';
  font-weight: 600;
  color: var(--senior-color);
}
#mbzb .con2 .senior02 h5,
#mbzb .con2 .senior02 h5 span {
  text-align: left;
  font-family: 'MyCustomFont';
  font-weight: 500;
  margin: 10px 0;
}
#mbzb .con2 .senior02 p {
  font-size: 20px;
  color: #111;
}

/* --------------- senior03 ---------- */
#mbzb .senior03  {
background-color: #F4F4F4;
}
#mbzb .senior03 h1 span  {
color: var(--senior-color);
}
#mbzb .senior03 h5 {
  margin-bottom: 16px;
}
.senior03 .mo {display: none;}

#mbzb .senior03 ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 17px;
  margin-top: 6rem;
}
#mbzb .senior03 .box1 {
  position: relative;
  background: #4B7CC5; /* 카드 배경색 */
  padding: 32px 20px;
  border-radius: 12px;
  color: #fff;
  width: 260px;
}

/* 위쪽 라벨 영역 */
#mbzb .senior03 .label {
  position: absolute;
  top: -24px;
  left: 0;
  background: #4B7CC5;
  padding: 5px 24px;
  border-radius: 10px 10px 0 0;
  font-weight: 500;
  color: #FFDC47; /* 포인트 컬러 */
  font-size: 26px;
}

/* 왼쪽 상단 파인 모서리 구현 */
#mbzb .senior03 .box1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px; /* 라벨 오프셋 */
  height: 20px;
  background: #4B7CC5;
  border-radius: 12px 0 0 0;
}
#mbzb .senior03 .box1 .text {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
}
#mbzb .senior03 .box1 .text2 {
  font-size: 18px;
  color: #fff;
  text-align: left;
  font-weight: 400;
}
#mbzb .senior03 .circle-img {
  width: fit-content;
  margin: 60px auto 24px;
}
#mbzb .senior03 .box2 {
  width: 100%;
  padding: 27px 70px 30px;
  background-color: #E8E8E8;
  border-radius: 2rem;
}
#mbzb .senior03 .box2 .mo {display: none;}
#mbzb .senior03 .box2 h1 {
  background: linear-gradient(180deg, #849FF7 0%, #1A458E 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
}
#mbzb .senior03 .box2 p {
  font-size: 22px;
  color: #878787;
  text-align: center;
  margin-top: 15px;
}


/* --------------- senior04 ---------- */
#seniorWRap .senior04 article {
  padding-bottom: 0;
}
#seniorWRap .senior04 h1 {color: #111; margin-bottom: 6rem;}
#seniorWRap .senior04 h1 span {color: var(--senior-color);}
/* #mbzb .senior04 .characters .pc {display: block;} */
#mbzb .senior04 .characters .mo {display: none;}

/* --------------- senior05 ---------- */
#seniorWRap .senior05 {
  background-color: #EFF5FF;
}
#seniorWRap .senior05 h1 {
  color: #111;
}
#seniorWRap .senior05 h1 span {
  color: var(--senior-color);
}
#seniorWRap .senior05 div {margin-top: 6rem;}
#seniorWRap .senior05 .mo {display: none;}
/* --------------- senior06 ---------- */
.senior06 h1 {
  color: #111;
  margin-bottom: 6rem;
}
.senior06 h1 span {
  color: var(--senior-color) !important;
}

/* STEP 버튼 */
.step-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin: 40px 0 60px;
    position: relative;
}
.step-navigation .left-line {
    position: relative;
}

.step-navigation .left-line::after {
    content: "";
    position: absolute;
    left: 18px; /* 원의 직경만큼 오른쪽으로 */
    top: 50%;
    transform: translateY(-50%);
    width: 17vw; /* 기존 점선 길이와 통일 */
    border-top: 4px dashed #287CFF;
}
.step-navigation .right-line {
    position: relative;
}

.step-navigation .right-line::before {
    content: "";
    position: absolute;
    right: 18px; /* 원의 직경만큼 왼쪽으로 */
    top: 50%;
    transform: translateY(-50%);
    width: 17vw;
    border-top: 4px dashed #287CFF;
}
/* 양쪽 작은 원 → 점선 라인 연결용 */
.step-line {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 4px solid #287CFF;
    background: #fff;
    flex-shrink: 0;
}

.step-list {
    display: flex;
    gap: 40px;
    align-items: center;
    position: relative;
}

/* 각 Step 원 */
.step-item {
    width: clamp(90px, 12vw, 150px);
    height: clamp(90px, 12vw, 150px);
    background: #AFCFFF; /* 연한 파랑 */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    position: relative;
    transition: all .3s ease; 
    z-index: 5;
}
.step-item span {
  font-size: 20px;
}
.senior06 .step-item:nth-child(1) {
  background: #81B4FF;
}
.senior06 .step-item:nth-child(2) {
  background: #5097FF;
}
.senior06 .step-item:nth-child(3) {
  background: #247DFF;
}
.senior06 .step-item:nth-child(4) {
  background: #0261ED;
}

/* 점선 라인 (STEP들 사이) */
.step-item::after {
    content: "";
    position: absolute;
    right: calc(clamp(25px, 6vw, 80px) * -1);
    top: 50%;
    transform: translateY(-50%);
    width: clamp(25px, 6vw, 80px);
    border-top: 4px dashed #287CFF;
    z-index: 0;
}

.step-item:last-child::after {
    display: none;
}

/* 활성(선택된) STEP */
.step-item.current {
    color: #fff;
    border: 5px solid #003A8C; /* 짙은 네이비 아웃라인 */
    box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
    z-index: 5;
}

/* 콘텐츠 영역 */
.senior06 .step-content-area {
    width: 100%;
    margin-top: 20px;
}

.senior06 .step-content {
    display: none;
    background: #f9f9f9;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.senior06 .step-content.current {
    display: block;
}
.section-title {
  width: 100%;
  background-color: var(--senior-color);
  text-align: center;
  padding: 16px 0;
  font-size: 30px;
  margin-top: 50px;
  margin-bottom: 20px;
  font-weight: 600;
  border-radius: 15px;
}
.section-title:first-child {
  margin-top: 0;
}
.section-title:last-child {
  margin-bottom: 0;
}
.box-wrap {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
  transition: opacity .5s ease, background-color .4s ease, border .4s ease;
}
.box-wrap.active {
  background-color: #E8F1FF;
  border: 1px solid var(--senior-color);
  
}
.step-content .box-wrap h5 {
  font-family: 'MyCustomFont' !important;
  font-weight: 600 !important;
}
/* 내부 박스 2개 */
.box-wrap .innerBox {
  width: 100%;
    display: flex;
    gap: 30px;
}
.innerBox .box {
    width: 50%;
    background: white;
    border-radius: 12px;
    padding: 16px;
}

.innerBox .box h3 {
    margin-bottom: 4px;
    font-size: 24px;
    color: #5C5C5C;
    font-weight: 500;
}

.innerBox .box ul li {
    margin-bottom: 8px;
    font-size: 18px;
    color: #5C5C5C;
    font-weight: 400;
}
.senior06 .box li span {
  font-size: 18px;
  color: var(--senior-color);
  font-weight: 400;
}
/* --------------- senior07 ---------- */
#seniorWRap .senior07 {
  background-color: #003389;
} 
#seniorWRap .senior07 h1 {
  color: #fff;
}
#seniorWRap .senior07 h5 {
  color: #fff;
}
#seniorWRap .senior07 .buttonWrap {
  display: flex;
  align-items: center;
  justify-content: center !important;
  gap: 40px;
  margin-top: 8% !important;
}
#seniorWRap .senior07 .down {
  width: 300px;
  background-color: #fff;
  color: #111;
}
#seniorWRap .senior07 .inquiry {
  width: 300px;
  background-color: #3366ff;
  color: #fff;
}
#seniorWRap .senior07 .down:hover,
#seniorWRap .senior07 .inquiry:hover {
  background-color: #0049C5;
  color: #fff;
}
/* ==== 캐릭터 소개 ===== */
#seniorWRap .mbzb08 .tab-content {cursor: pointer;}
#seniorWRap .mbzb08 .tab-content .text h4 {text-align: left;}
#seniorWRap .mbzb08 .tab-content .text h4,
#seniorWRap .mbzb08 .tab-content .text h4 span,
#seniorWRap .mbzb08 .tab-content .text .tag span,
#seniorWRap .mbzb08 .tab-content .text p {
  color: #111;
}
#seniorWRap .mbzb08 #tab-3 h1 span,
#seniorWRap .mbzb08 #tab-3.tab-content .text h6 {
  color: var(--senior-color);
}
#mbzb .mbzb08 #tab-1.tab-content .text h6,
#seniorWRap .mbzb08 #tab-1 h1 span {color: var(--newcomer-color);}
#mbzb .mbzb08 #tab-2.tab-content .text h6,
#seniorWRap .mbzb08 #tab-2 h1 span {color: var(--Junior-color);}
#mbzb .mbzb08 #tab-4.tab-content .text h6,
#seniorWRap .mbzb08 #tab-4 h1 span {color: #00D46E;}
#mbzb .mbzb08 #tab-5.tab-content .text h6,
#seniorWRap .mbzb08 #tab-5 h1 span {color: var(--onboarding-color);}

#seniorWRap .mbzb08 .tab-content .text>p.p2 span {
  color: var(--senior-color);
}
#seniorWRap .slick-next {
right: -70px !important;
}
#seniorWRap .slick-prev {
left: -70px !important;
}

/* ============= mbzb 엑지트 =================== */
/* --------------- 엑지트 card ---------- */
#mbzb #xz_card {
background-color: #1DD872;
background-image: url('./img/xz/xz01-bg.svg');
width: 100%;
background-repeat: no-repeat;
background-position: top right;
background-size: contain 50%;
}
/* 공통 */
#mbzb .card .imgwrap {width: 208px;overflow: hidden;}
#mbzb #xz_card.card02 article ul .textWrap h5,
#mbzb #onboarding_card.card02 article ul .textWrap h5 {
color: #111;
}
#mbzb #xz_card.card02 article ul .textWrap p
#mbzb #onboarding_card.card02 article ul .textWrap p {
/* margin-top: 4px ; */
color: #111 ;
}
#mbzb #xz_card.card02 article ul .textWrap p b,
#mbzb #onboarding_card.card02 article ul .textWrap p b {
color: #111 ;
}

/* --------------- banner ---------- */
#xzWRap .xzCon {
background-color: var(--xzit-color);
height: 624px;
background-image: url('./img/xz/xzCon01_01.svg');
background-size: 36%;
background-position: bottom right 22%;
background-repeat: no-repeat;
}
#mbzb .con2 .xzCon .banner {
justify-content: flex-start !important;
}
#mbzb .con2 .xzCon .banner ul {
align-items: flex-start;
}
#mbzb .con2 .xzCon .banner ul h1 {
margin: 0 0 20px;
}
#mbzb .con2 .xzCon .banner ul h1 span {
color: #fff;
}
#mbzb .con2 .xzCon .banner ul h1 {
border-bottom: 1px solid #111;
border-top: 0;
}


/* ---------- video ---------- */
#video .video_wrap {
text-align: center;

}
#video .video_wrap p {
color: #444;
margin-top: 1.19rem;
}

#video .video_wrap {
text-align: center;
padding: 120px 0%;
}
/* iframe */
.iframeContainer {
position: relative;
width: 100%;
height: 0;
margin: 0 auto;
}

/* 16:9 */
.iframe16To9 {
padding-top: 56.25%;
}
/* 4:3 */
.iframe4To3 {
padding-top: 75%;
}
.iframeContainer .iframe {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
/* ---------- xz02 ---------- */

#mbzb .xz02.same02 {
background-color: #111;
background-image: url('./img/xz/xzCon02_bg.svg');
width: 100%;
background-repeat: no-repeat;
background-position: top;
background-size: contain;
}
#mbzb #xzWRap.con2 .banner h1 {
color: #111;
}
#mbzb #xz_card h5, #mbzb #xz_card p, #mbzb #xz_card p b {
color: #111;
}
#mbzb #xzWRap.con2 h1,#mbzb #xzWRap.con2 h1 span,
#mbzb #xzWRap.con2 h5, #mbzb #xzWRap.con2 h5 span {
color: #fff;
}
#mbzb .xz02.same02 article {
padding: 120px 0 0 ;
}
#mbzb .xz02.same02 ul li{
  margin: 0 auto;
}
#mbzb .xz02.same02 h6 {
  font-size: 40px;
  color: #fff;
  text-align: center;
  padding: 40px 0;
}
#mbzb #xzWRap .xz02.same02 h6 span {font-size: 40px;color: #00FF84;}
/* ---------- lineimg ---------- */
.lineimg {
background-color: #111;
width: 100%;
}
/* --------------- xz03 ---------- */
#xzWRap .xz03 {
background-color: #111;
}
#xzWRap .xz03 h1 span {
color: var(--xzit-color);
}

#xzWRap .xz03 ul li:first-child {
background: #76FFBD;
}
#xzWRap .xz03 ul li:nth-child(2) {
background: #00FF84;
}
#xzWRap .xz03 ul li:last-child {
background: #B9FF6E;
}
/* --------------- xz04 ---------- */
#xzWRap .xz04 {
background-color: #111;
}
#xzWRap .xz04 ul li .point {
background: linear-gradient(90deg, #8FFFC9 0%, var(--Color-9, #00FF84) 100%);
color: #111;
padding: 0.5rem 4.0625rem;
font-size: 24px;
font-weight: 600;
position: absolute;
top: -3%;
left: 43%;
transform: translate(3%, -43%);
border-radius: 3.125rem;
}
#xzWRap .xz04 ul li .textWrap02 p span {
font-size: 24px;
color: var(--xzit-color);
margin-right: 16px;
}
/* --------------- xz06 ---------- */
#xzWRap .xz06 {
background-image: url('./img/xz/xzCon06_bg.svg');
background-size: cover;
background-position: top center;
background-repeat: no-repeat;
}
#xzWRap .xz06 .xzLogo {
width: 40%;
margin: 0 auto;
}
#xzWRap .xz06 ul {
display: grid;
grid-template-columns: 1fr 1.5fr 1fr;
margin: 8% auto 3%;
}
#xzWRap .xz06 ul li {
text-align: center;
}
#xzWRap .xz06 ul li:nth-child(2) {
border-left: 1px solid #fff;
border-right: 1px solid #fff;
padding: 0 50px;
}
#xzWRap .xz06 ul li h3 {
font-size: 50px;
color: #fff;
}
#xzWRap .xz06 ul li h2 {
font-size: 64px;
color: var(--xzit-color);
}
#mbzb .xz06 h1 {
font-family: 'S-Core600';
}
#mbzb .xz06 h1 span {
color: var(--xzit-color);
font-family: 'S-Core600';
}
/* --------------- circle ---------- */
.circle {
width: 100%;
background-color: #111;
}
.circle div {
width: 15px;
margin: 0 auto;
}
/* --------------- xz07 ---------- */
#xzWRap .xz07 {
background-color: #111;
}
#xzWRap .xz07 ul {
display: flex;
align-items: center;
}
#xzWRap .xz07 ul:last-child {
  margin-top: 5%;
}
#xzWRap .xz07 ul li {
width: 50%;
}
#xzWRap .xz07 ul .text {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 8px;
}
#xzWRap .xz07 ul li p {
font-size: 24px;
color: #fff;
}
#mbzb #xzWRap .xz07 ul .text h1 {
color: var(--xzit-color);
font-size: 50px;
margin-right: 8px;
margin-bottom: 0;
}
#xzWRap .xz07 ul li div {
display: flex;
align-items: flex-end;
justify-content: center;

}
#xzWRap .xz07 ul li div p {
margin-bottom: 10px;
}

/* --------------- xz08 ---------- */
#xzWRap .xz08,#xzWRap .xz09,#xzWRap .xz010 {
background-color: #111;
}
#xzWRap .xz08 .icon,
#xzWRap .xz09 .icon {
width: 70px;
margin-bottom: 3%;
margin: 0 auto;
}
#mbzb #xzWRap .xz08 h1 span,
#mbzb #xzWRap .xz09 h1 span {
color: var(--xzit-color);
}
#xzWRap .xz08 .Villein {
width: 50%;
margin: 8% auto 0;
}
/* --------------- xz09 ---------- */
#xzWRap .xz09 article {
padding-bottom: 0;
}
#mbzb #xzWRap .mbzb010 .post {
background-color: #111;
padding: 0;
height: max-content;

}
#mbzb #xzWRap .mbzb010 .post-wrapper div:last-child {
margin: 0 0 0 0;
}

/* --------------- xz010---------- */
#mbzb #xzWRap .xz010 h1 {
color: var(--xzit-color);
}
#mbzb #xzWRap .xz010 .current {
width: 70%;

margin: 8% auto 0;
}
#mbzb #xzWRap .xz010 .single ul {
width: 100%;
background-color: #fff;
padding: 50px;
display: flex;
border-radius: 30px;
flex-direction: column;
justify-content: center;
align-items: center;
}
#xzWRap .xz010 .slick-list{
  margin: 0 8px;
}
#xzWRap .xz010 .slick-slide{
  margin: 0 8px;
}
#mbzb #xzWRap .xz010 .single {
width: 100%;
padding: 0;
background-color: #111;
}
/* #mbzb #xzWRap .xz010 .single .window {
  border: 1px solid red;
  height: 50vh;
} */
#mbzb #xzWRap .xz010 .slick-next {
right: -12px !important;
}
#mbzb #xzWRap .xz010 .slick-prev {
left: -12px !important;
}
#mbzb #xzWRap .xz010 .number {
width: 130px;
height: 150px;
margin-bottom: 8%;
}
#mbzb #xzWRap .xz010 .single h5 {
color: #111;
margin: 16px 0 5%;
}

/* --------------- xz011 커리큘럼---------- */
#mbzb #xzWRap .same05 h1 {
color: #111;
}
#mbzb #xzWRap .same05 h1 span {
color: #00D46E;
}
#mbzb #xzWRap .daywrap {margin: 8% 0;}
#mbzb #xzWRap .day {
color: #111;
}
#mbzb #xzWRap .curriculum {
grid-template-rows: repeat(1, 1fr);
}
#mbzb #xzWRap .curriculum li.curri {
display: flex;
align-items: flex-start; /* 또는 center 등으로 변경하여 높이를 맞추지 않도록 할 수 있음 */
justify-content: space-between;
gap: 15px;
}
#mbzb #xzWRap .curri01 .day {
background-color: #76FFBD;
}
#mbzb #xzWRap .curri02 .day {
background-color: #00FF84;
}
#mbzb #xzWRap .curri03 .day {
background-color: #B9FF6E;
}
#mbzb #xzWRap .curri02 .daytext li:nth-child(2) .moduleTxt {
display: flex;
justify-content: space-between;
gap: 20px;
margin-top: 20px;
}
#mbzb .con2 .curriculum li .daytext li div:last-child {
width: 100%;
}
#mbzb #xzWRap .curri02 .daytext li:nth-child(2) .moduleTxt li {
width: 50%;
}

/* ============= mbzb 온보딩 =================== */
/* --------------- onboarding card ---------- */
#mbzb #onboarding_card {
background-color: #FFC800;
background-image: url('./img/onboarding/onboarding01-bg.svg');
width: 100%;
background-repeat: no-repeat;
background-position: top right;
background-size: contain 50%;
}
/* 공통 */
#mbzb #onboarding_card.card02 article ul .textWrap p {
/* margin-top: 12px; */
color: #111;
}
#mbzb #onboarding_card.card02 article ul .textWrap p b {
color: #111;
}

/* --------------- banner ---------- */
#onboardingWRap .onboardingCon {
background-color: #fff;
height: 624px;
background-image: url('./img/onboarding/onboardingCon01_bg.svg');
background-size: cover;
background-position: bottom center;
background-repeat: no-repeat;
}
#mbzb #onboardingWRap.con2 .banner {justify-content: flex-start;}
#mbzb #onboardingWRap.con2 .banner ul {
width: 60%;
display: flex;
flex-direction: column;
align-items: flex-start;
}

#mbzb .con2 .banner ul li:first-child {
height: 80px;
margin-bottom: 16px;
}
#mbzb .con2 .banner ul li:first-child img {
height: 100%;
width: fit-content;
}
#mbzb #onboardingWRap.con2 .banner h1 {
border-top: 1.5px solid #111;
border-bottom: none;
padding: 0;
}
#mbzb .con2 .banner h1 span,
#mbzb .con2 h4 span {
color: #fff;
}
#mbzb #onboardingWRap .buttonWrap {
width: 63%;
justify-content: flex-start;
}
#mbzb .con2 .buttonWrap {
margin-top: 0;
width: 100%;
justify-content: flex-end;
margin-top: 12px;
}
#mbzb .con2 .buttonWrap button {
width: 100%;
max-width: 200px;
padding: 13px 24px;
border-radius: 10px;
text-align: center;
}

/* --------------- onboarding03 ---------- */
#onboardingWRap .onboarding03.same03 .mo {
  display: none;
}
#onboardingWRap .onboarding03 {
background-color: #fff;
}
#onboardingWRap .onboarding03 h1 span{
color: var(--onboarding-color);
}
#onboardingWRap .onboarding03 ul {
display: grid;
grid-template-columns: repeat(4, 1fr);
flex-wrap: wrap;
margin-top: 8%;
gap: 13px;
}
#onboardingWRap .onboarding03 ul li {
width: 100%;
border-radius: 15px;
padding: 30px;
text-align: center;
display: flex;
flex-direction: column;
gap: 20px;
flex: 1;
}
#onboardingWRap .onboarding03 ul li:first-child,
#onboardingWRap .onboarding03 ul li:nth-child(3) {
background: var(--onboarding-color)
}
#onboardingWRap .onboarding03 ul li:nth-child(2),
#onboardingWRap .onboarding03 ul li:last-child {
background: #FFEB7B;
}

#onboardingWRap .onboarding03 ul h6,
#onboardingWRap .onboarding03 ul h6 span {
font-size: 24px;
font-weight: 600;
color: #111;
}
#onboardingWRap .onboarding03 ul h6 span,
#onboardingWRap .onboarding03 ul li p span {
color: #FF695B !important;
}
#onboardingWRap .onboarding03 ul div {
height: 70px;
margin: 0 auto;
}
#onboardingWRap .onboarding03 ul div img {
height: 100%;
}
#onboardingWRap .onboarding03 ul li p,
#onboardingWRap .onboarding03 ul li p span {
font-size: 23px;
color: #111;
}

/* --------------- onboarding04 ---------- */
#onboardingWRap .onboarding04 {
background-color: var(--onboarding-color);
background-image: url('./img/onboarding/onboarding03_bg.svg');
background-size: cover;
background-position: bottom;
background-repeat: no-repeat;
}
#onboardingWRap .onboarding04 ul {
width: 100%;
display: flex;
flex-direction: column;
justify-content: space-between; /* 각 항목을 양 끝으로 배치 */
padding: 0;
margin: 0;
margin-top: 8%;
}
#onboardingWRap .onboarding04 ul li {
width: 50%;
}
#onboardingWRap .onboarding04 ul li:nth-child(1) {
margin-right: auto; /* 첫 번째 항목은 왼쪽으로 배치 */
}
#onboardingWRap .onboarding04 ul li:nth-child(2) {
margin-left: auto; /* 두 번째 항목은 오른쪽으로 배치 */
}
#onboardingWRap .onboarding04 ul li:nth-child(3) {
margin-right: auto; /* 세 번째 항목도 오른쪽으로 배치 */
}
#onboardingWRap .onboarding04 .space {
height: 30.438rem;
}

/* --------------- onboarding05 ---------- */
#onboardingWRap .onboarding05 {
background-image: url('./img/onboarding/onboarding05_bg.svg');
background-size: cover;
background-position: top;
background-repeat: no-repeat;
}
#onboardingWRap .onboarding05 article div {
width: 28px;
overflow: hidden;
margin: 24px auto;
}
#onboardingWRap .onboarding05 article p,
#onboardingWRap .onboarding05 article p span {
font-size: 26px;
color: #111;
text-align: center;
}
#onboardingWRap .onboarding05 article p .green {
color: #38C500;
}
#onboardingWRap .onboarding05 article p .red {
color: #FF0D11;
}
#onboardingWRap .onboarding05 article p .txtLine {
border-bottom: 1px solid #111;
}
#onboardingWRap .onboarding05 .imgwrap {
display: flex;
justify-content: space-between;
align-items: flex-end;
}
#onboardingWRap .onboarding05 .imgwrap div {
width: 50%;
}
#onboardingWRap .onboarding05 .imgwrap div:last-child {
cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: left center;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
}
#onboardingWRap .onboarding05 .imgwrap div:last-child:hover {
transform: scale(1.1) translateZ(0);

}
/* --------------- onboarding05 ---------- */
#onboardingWRap .onboarding06 {
background-color: #101010;
position: relative;
}
#onboardingWRap .onboarding06 h1 {
color: #fff;
}
#onboardingWRap .onboarding06 ul {
display: grid;
grid-template-columns: repeat(1, 1fr);
grid-template-rows: repeat(3, 1fr);
gap: 30px;
margin-top: 8%;
}

#onboardingWRap .onboarding06 .imgwrapL {
width: fit-content;
position: absolute;
bottom: 0;
left: 2%;
animation: moveY 1s infinite alternate;

}
#onboardingWRap .onboarding06 .imgwrapR {
width: fit-content;
position: absolute;
top: 0%;
right: 2%;
animation: moveY 1s infinite alternate;
animation-delay: 0.5s;

}


/* ============= FAQ ============= */
#mbzb .ai11 .estimate-midFAQ {
width: 900px;
margin: 0 auto;
}
#mbzb .ai11 h1 {
margin: 0 auto;
text-align: center;
color: #fff;
}
#Accordion_wrap {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin-top: 10%;
}
/* 질문 */
.que:first-child{
  border-top: 1px solid #dddddd;
}
.que{
position: relative;
padding: 24px 16px;
cursor: pointer;
font-size: 24px;
border-bottom: 1px solid #dddddd;
}
.que span {color: #fff;font-size: 24px;}
.que::before{
display: inline-block;
content: 'Q';
font-size: 24px;
color: #fff;
margin: 0 5px;
}

.que.on>span{ 
font-weight: bold;
color: #fff; 
font-size: 24px;
}

/* 답변 */
.anw {
  display: none;
  overflow: hidden;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: -0.05625rem;
  padding: 27px 16px;
  border-bottom: 1px solid #dddddd;
}
.arrow-wrap {
position: absolute;
top:50%; right: 10px;
transform: translate(0, -50%);
}
.anw span {color: #fff;font-size: 20px;}
.anw::before{
display: inline-block;
content: 'A';
font-size: 20px;
color: #fff;
margin: 0 5px;
}
.que .arrow-top {
display: none;
width: 16px;
}
.que .arrow-bottom {
display: block;
width: 16px;
}
.que.on .arrow-bottom {
display: none;
width: 16px;
}
.que.on .arrow-top {
display: block; 
width: 16px;
}

/* ====================== 고객사 로고 ==================== */
#mbzb .ai010 {
background-color: #111;
background-image: url('./img/MBZB03_bgTop.svg'), url('./img/MBZB03_bgBottum.svg');
background-size: 30%, 30%;
background-position: top right, bottom left;
background-repeat: no-repeat;
}
#mbzb .ai010 article:first-child {
width: 1200px;
}
#mbzb .ai010 article {
width: 100%;
overflow: hidden;
position: relative;
}
#mbzb .ai010 article:last-child {
padding: 0 0 120px;
}
#mbzb .ai010 article .img {
width: 100%;
height: 90px;
}
#mbzb .ai010 article .client01 {
background: url(./img/clientele01.svg) 0 top / 188% repeat-x;
animation: movebg 18s linear infinite;
/* margin-bottom: 30px; */
}
#mbzb .ai010 article .client02 {
background: url(./img/clientele02.svg) 0 top / 188% repeat-x;
animation: movebg 18s linear reverse infinite; /* 역방향 진행*/
/* margin-bottom: 30px; */
}
#mbzb .ai010 article .client03 {
background: url(./img/clientele03.svg) 0 top / 188% repeat-x;
animation: movebg 18s linear infinite;
}
#mbzb .ai010 article .client04 {
background: url(./img/clientele04.svg) 0 top / 188% repeat-x;
animation: movebg 18s linear reverse infinite;
}
@keyframes movebg {
0%{
  background-position: 0 center;
}
100%{
    background-position: -100% center; /* 텍스트 width와 동일 */
}
}

#mbzb .inquiry-wrap {background-color: #F9F9FB;}
#mbzb .inquiry-wrap h1 {
  color: #111;
  text-align: center;
  margin: 0;
}
#mbzb .inquiry-wrap h5 {
  color: #111;
  font-size: 30px;
  text-align: center;
  margin: 12px 0;
}
#mbzb .inquiry-wrap h4 {
  color: #111;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}
#mbzb .inquiry-wrap .questionfrm {
  background-color: #6A44E3;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 0.625rem;
  min-width: 300px;
  padding: 16px 0;
  text-align: center;
  margin: 42px auto 0;
}
footer{background-color: #fff;}
footer section {
  padding: 15px 0;
}
footer section.top1 {
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
}
footer article {padding: 0;}
footer .top1 article {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .top1 article .logowrap {display: flex;align-items: center;}
footer .top1 article .logowrap .logo {
    width: 116px;
    height: auto;
    margin: 0px 34px 0px 0px;
}

footer .top1 article .logotext {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .top1 .pc {display: block;display: flex;justify-content: space-between;}
footer .top1 .mo {display: none;}
footer .top1 article .logotext p {font-size: 16px;color: #111;font-weight: 500;}
footer .top1 article .logotext span {font-size: 12px;margin: 0 20px;color: #111;font-weight: 500;}
footer .top1 article .sns {display: flex;align-items: center;}
footer .top1 article .sns span {
  width: 22px;
  height: 22px;
  margin: 0px 22px 0px 0px;
  cursor: pointer;
}
footer .top1 article .sns .youtube {
  background-image: url(/img/youtube.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
footer .top1 article .sns .youtube:hover {background-image: url(/img/youtube_h.png);}

footer .top1 article .sns .face-book {
  background-image: url(/img/face-book.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
footer .top1 article .sns .face-book:hover {background-image: url(/img/face-book_h.png);}
footer .top1 article .sns .insta {
  background-image: url(/img/insta.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
footer .top1 article .sns .insta:hover {background-image: url(/img/insta_h.png);}
footer .top1 article .sns .blog {
  background-image: url(/img/blog.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
footer .top1 article .sns .blog:hover {background-image: url(/img/blog_h.png);}

footer .top2 .topWrap {display: flex;align-items: flex-start;justify-content: space-between;}
footer .top2 {padding: 26px 0;}
footer .top2 p,
footer .top2 li,
footer .top2 li b,
footer .top2 p b {font-size: 14px; text-align: left;color: #111;}
footer .top2 .left ul:last-child li,
footer .top2 .left ul:last-child li b {color: #7C7C7C;}

footer .top2 .right ul li {text-align: right;}
footer .top2 .right ul li:first-child {font-size: 14px;}
footer .top2 .right ul li:last-child {font-size: 24px;font-weight: 700;}
footer .top2 .right p {text-align: right;color: #7C7C7C;}
footer .top2 .left p:first-child br {display: none;}

footer .top3 article img {width: calc(10% - 38px);}


footer .top3 {border-top: 1px solid #DFDFDF;padding-bottom: 10%;}
footer .top3 article {
  height: 100%;
  display: flex;
  flex-flow: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}







/* 탑버튼 */
.btn_gotop {
width: 45px;
height: 45px;
background-color: rgba(255, 255, 255, 0.8);
outline: none;
color: #111;
cursor: pointer;
text-align: center;
border-radius: 50%;
line-height: 45px;
margin: 8px auto 0;
border: 1px solid #e3e3e3;

display: flex; /* flexbox를 사용하여 중앙 정렬 */
flex-direction: column; /* p 태그들이 수직으로 배치되도록 */
justify-content: center; /* 수직 중앙 정렬 */
align-items: center; /* 수평 중앙 정렬 */
}

.btn_gotop p:nth-child(1) {
line-height: 0;
margin-top: revert;
}

.btn_gotop p {
font-size: 14px;
color: #111;
margin: 0; /* p 태그 간의 기본 마진을 제거 */
}

.btn_gotop:hover {
background-color: #fff;
}



/* 플로팅버튼 */
.floating_wrap {
display:none;
display: flex;
flex-direction: column;
position: fixed;
display: flex;

align-items:center;
right: 0; /*부모의 50%*/
top: 50%;
transform: translateY(-50%);
gap: 8px;
z-index:900;
}
.floating {
width: 159px;
background-color: rgba(0, 0, 0, 0.5);
display: grid;
grid-template-rows: repeat(5, 1fr);
gap: 12px;
padding: 14px 14px;
border-radius: 20px 0 0 20px;
}

.floating a {
padding: 9px;
border-radius: 3.125rem;
background-color: #000;
font-size: 15px;
font-weight: 400;
cursor: pointer;
text-align: center;
line-height: 130%;
}
.floating a span {
font-weight: 400;
font-size: 15px;
color: #fff;
line-height: 130%;
}

.floating .newcomer {
background-color:  var(--newcomer-color);
}
.floating .newcomer:hover {
background-color:  #5500CB;
}

.floating .Junior {
background-color: var(--Junior-color);
}
.floating .Junior:hover {
background-color: #F33100;
}

.floating .senior {
background-color: var(--senior-color);
}
.floating .senior:hover {
background-color: #1465EF;
}

.floating .xzit {
background-color: var(--xzit-color);
color: #111;
}
.floating .xzit span {
color: #111;
}
.floating .xzit:hover {
background-color: #00CE6B ;
}

.floating .onboarding {
background-color: var(--onboarding-color);
color: #111;
}
.floating .onboarding span {
color: #111;
}
.floating .onboarding:hover {
background-color: #FFCC00;
}

/*팝업레이어 작동시 배경 스크롤 막기위한 css*/
.scrollLock { overflow: hidden; }

.floating_wrap02 {
  width: 900px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;

  box-shadow: -6px -6px 15px 0px rgba(0, 0, 0, 0.08);
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  

  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index:900;
}
.floating_wrap02 li:first-child,
.floating_wrap02 li span {
  font-size: 22px;
  font-weight: 500;
  color: #111;
}
.floating_wrap02 li span {
  color: var(--newcomer-color);
}
.floating_wrap02 li button {
  min-width: 220px;
  padding: 16px 14px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  background-color: var(--senior-color);
  /* border: 2px solid #111; */
}
.floating_wrap02 li button:hover{
  background-color: #195BCA;
}


/* =========== 팝업창 ============= */
#modal-container {
  position: absolute;
  top: 150px;
  left: 5%;
  transition: 0.4s;
  width: 400px;
  transition: top 0.2s ease-out;
  box-shadow:7px 7px 5px rgba(0,0,0,0.5);
}
.modal_inner {position: relative;user-select: none;cursor: grab;}
.modal_inner:active {
  cursor: grabbing;
}

/* 링크 이동버튼 */
#modal-container .modal_inner .popup-link {
  background-color: transparent;
  width: 70%;
  height: 50px;
  cursor: pointer;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}


#modal-container button {
  width: 32px;
  height: 32px;
  background-image: url(http://cvvod.ecn.cdn.infralab.net/connectvalue/png/popup_close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  background-color: transparent;
  top: -36px;
  right: -30px;
}
#modal-container button:hover {
  background-image: url(http://cvvod.ecn.cdn.infralab.net/connectvalue/png/popup_closeH.svg);
}
#modal-container .btns_wrap button:nth-child(2) {
  border-left: none;
}
#modal-container.hidden {
  display: none;
}

/* ==================== 반응형 =================== */
@media (min-width: 1920px) {
  #mbzb .ai010 article .img {
    width: 100%;
    height: 122px;
  }
   
}
@media all and (max-width: 1440px){
  .mbzb06 {
    background-size: contain;
    background-position: center 29%;
  }
}
@media all and (max-width: 1080px) {
  article {
    width: 90%;
    padding: 60px 0;
  }
  #mbzb h1, #mbzb h1 .line-break {
    font-size: 40px;
  }
  #mbzb h5, #mbzb h5 .line-break {
    font-size: 24px;
  }

  /* ========== 메인 ========= */
  #mbzb .main .buttonWrap a .x {display: none;}
  #mbzb .main .buttonWrap a .mo {
    display: block;
    color: var(--onboarding-color);
    font-weight: 700;
  }

/* =========== mbzb05 ============== */
  #mbzb .mbzb05 h1 i {
    font-size: 40px;
  }
/* =========== mbzb06 ============== */

  #mbzb .mbzb06 .container .item p {
    font-size: 24px;
  }
  #mbzb .mbzb06 .container .item span.img {
    height: 80px;
  }
  #mbzb .mbzb06 .container .item span img {
    height: 100%;
  }
  /* =========== mbzb08 ============== */
  #mbzb .mbzb08 .title {
    font-size: 24px;
  }
  #mbzb .mbzb08 .sub-title {
    font-size: 22px;
  }
  #mbzb .mbzb08 .notice {
    font-size: 18px;
    margin-top: 24px;
  }
  #mbzb .mbzb08 ul.tabs li span {display: none;}
  /* =========== mbzb09 ============== */
  #mbzb .mbzb09 .textBalloon {
    width: 50%;
  }
  #mbzb .mbzb09 h5 {
    font-size: 40px;
  }
  #mbzb .mbzb09 h1 span {width: 150px;}
/* =========== mbzb010 캐러셀 ============== */
  #mbzb .mbzb010 .post {
    padding: 30px;
  }
  #mbzb .mbzb010 .post h6 {
    font-size: 22px;
  }
  #mbzb .mbzb010 .post p {
    font-size: 18px;
  }

  /* =========== 과정 공통 ============== */
  /* ------- card --------- */
  #mbzb .card02 .imgwrap,
  #mbzb #newcomer_card.card02 .imgwrap img {
    width: 170px;
  }
  #mbzb .card02 article ul .textWrap h5 {
    font-size: 24px;
  }
  #mbzb .card02 article ul .textWrap p,
  #mbzb .card02 article ul .textWrap p b {
    font-size: 18px;
    text-align: left;
  }
  #mbzb .card02 article ul .textWrap h5 {
    text-align: left;
  }

   /* ------- banner --------- */
  #mbzb .banner ul.mo {
    display: none !important;
  }
  #mbzb .banner ul h1 {
    width: fit-content;
  }
  #mbzb .con2 h1, #mbzb .con2 h1 span {
    font-size: 40px;
  }
  #mbzb .seniorCon .banner h1 {
    font-size: 40px;
  }
  #mbzb .con2 h4, #mbzb .con2 h4 span {
    font-size: 24px;
  }
  #mbzb .con2 h5, #mbzb .con2 h5 span,
  #mbzb #newcomerWRap .newcomer04.same04 h5 {
    font-size: 18px;
  }
  #mbzb .con2 .banner ul li:first-child {
    height: 60px;
  }
/* ------- same03 --------- */
  .same03 ul h6 {
    font-size: 24px;
  }
  .same03 ul li p {
    font-size: 20px;
  }
  .same03 ul li {
    padding: 40px 30px;
  }
  .same04 ul li .textWrap02 h6 {
    font-size: 24px;
  }
  .same04 ul li .textWrap02 p,
  .same04 ul li .textWrap02 p b {
    font-size: 20px;
  }
  .same05 .navbar li {
    font-size: 18px;
  }
  
  
  /* ------- curriculum --------- */
  #mbzb .con2 .curriculum li .day,
  #mbzb .con2 .curriculum li .daytext li p {
    font-size: 20px;
  }
  #mbzb .con2 .curriculum li .daytext li p {
    font-size: 18px;
  }
  .same05 .stepwrap .t1 li,
  .same05 .stepwrap .t1 li p {
    font-size: 18px;
  }
  /* =========== 신입 배너 ============== */
  #mbzb #newcomerWRap .newcomerCon {
    background-image: none;
    background-color: var(--newcomer-color2);
    height: auto;
  }
  
  #mbzb .con2 .banner {
    padding: 60px 0 60px;
    align-items: flex-end;
    justify-content: space-between;
  }
  #mbzb .con2 .banner ul {width: 100%;}
  #mbzb .con2 .seniorCon .banner {
    padding: 60px 0 0;
    align-items: flex-end;
    justify-content: space-between;
  }
  #mbzb #newcomerWRap .banner ul {width: 100%;align-items: flex-start;}
  #mbzb .con2 .buttonWrap {
    justify-content: flex-start;
  }
  /* #mbzb .banner .text-wrap {
    width: 100%;
    padding-bottom: 60px;
  } */
  #mbzb .banner .mo{
    width: 100%;
  }
  #mbzb #newcomerWRap.con2 .banner h1 span,
  #mbzb #JuniorWRap.con2 .banner h1 span,
  #mbzb #seniorWRap.con2 .banner h1 span {
    color: #fff;
  }
  /* =========== newcomer04 ============== */
  #newcomerWRap .newcomer04 div {
    margin-top: 2%;
  }
  /* =========== same05 ============== */
  #newcomerWRap .same05 h5 b {
    font-size: 18px;
  }
  /* =========== curriculum ============== */
  #mbzb .con2 .curriculum li .day {
    flex: 1;
  }
  #mbzb .con2 .curriculum li .daytext li div:first-child {
    width: 100%;
  }
  #mbzb .con2 .curriculum li .daytext li div:last-child {
    width: 70%;
  }

/* =========== 선배 배너 ============== */
  #JuniorWRap .JuniorCon {
    background-color: var(--Junior-color);
    background-image: none;
    height: auto;
    }
    #mbzb #JuniorWRap .banner .mo {
      margin-left: auto;
    }
    #mbzb .same04 ul li .point {
      top: -3%;
    left: 38%;
    transform: translate(3%, -38%);
    }
    #JuniorWRap .Junior05 .stepwrap .tt1 li p {
      font-size: 20px;
    }
    #JuniorWRap .Junior05 .step li:nth-child(2) div {
      font-size: 20px;
    }
/* =========== 리더 배너 ============== */
 #mbzb .con2 .seniorCon .banner,
 #seniorWRap .senior04 article {
  padding: 60px 0 0;
 }
 .clapping_icon {
  width: 60px;
  height: 60px;
 }
 #mbzb .seniorCon .banner h1,
 #seniorWRap .senior04 h1 {margin-bottom: 5%;}
 #mbzb .seniorCon .banner .img,
 #mbzb .senior02.same02 ul,
 #seniorWRap .senior05 div {margin-top: 8%;}

#mbzb .senior02.same02 article {
  padding: 60px 0;
}
#mbzb .con2 .senior02 p {
  font-size: 16px;
}
#seniorWRap .slick-next {
  right: -30px !important;
}
#seniorWRap .slick-prev {
  left: -30px !important;
}


  /* =========== 엑지트 배너 ============== */
  #xzWRap .xzCon {
    background-color: var(--xzit-color);
    height: auto;
    background-image: none;
}

#mbzb #xzWRap .curri02 .daytext li:nth-child(2) .moduleTxt {
  width: max-content;
}
#mbzb #xzWRap .xz07 ul .text h1 {
  font-size: 40px;
}
#mbzb #xzWRap .curri02 .daytext li:nth-child(2) .moduleTxt {
  width: fit-content;
}
#mbzb #xzWRap.con2 .curriculum li .daytext li div:last-child {
  width: auto;
}
/* =========== 온보딩 배너 ============== */
#onboardingWRap .onboardingCon {
  background-color: var(--onboarding-color);
  height: auto;
  background-image: none;
  }
  #mbzb #onboardingWRap.con2 .banner ul {
    align-items: flex-start;
  }
  #mbzb #onboardingWRap.con2 .banner .mo {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  #mbzb #onboardingWRap .buttonWrap {
    width: 100%;
  }
  #mbzb #onboardingWRap.con2 .banner .text-wrap {
    width: 100%;
  }
  #onboardingWRap .onboarding03 ul {
    grid-template-columns: repeat(2, 1fr);
  }
  #onboardingWRap .onboarding03 ul li {
    padding: 26px;
  }
  #onboardingWRap .onboarding06 .imgwrapL,
  #onboardingWRap .onboarding06 .imgwrapR {
    display: none;
  }

  /* =========== 고객사 ============== */
  #mbzb .ai010 article .client01 {
    background: url(./img/clientele01.svg) 0 top / 220% repeat-x;
  }
  #mbzb .ai010 article .client02 {
    background: url(./img/clientele02.svg) 0 top / 220% repeat-x;

  }
  #mbzb .ai010 article .client03 {
    background: url(./img/clientele03.svg) 0 top / 220% repeat-x;
  }
  #mbzb .ai010 article .client04 {
    background: url(./img/clientele04.svg) 0 top / 220% repeat-x;
  }
  #mbzb .ai010 article .img {height: 64px;}
  /* =========== floating ============== */
  .floating {
    width: max-content;
  }
  .floating a span {display: none;}
  .floating a span.mo {display: block;}
  .floating a,.floating a span  {
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
  }
  .floating_wrap02 {
    width: 90%;
    padding: 8px 20px;
  }
  .floating_wrap02 li button {
    font-size: 16px;
    font-weight: 500;
    padding: 8px 14px;
    
  }
  .floating_wrap02 li:first-child,
  .floating_wrap02 li span {
    font-size: 20px;
  }
}
/* .mbzb06 */
@media all and (max-width: 1045px)  {
    #mbzb .mbzb06 .container .item.centerItem {
      grid-column: 1 / span 2;
    }
}

/* @media (max-width: 1221px) and (min-width: 1024px) {
  .big-area {
    width: 54%;
  }
  .arc-thumbs {
    top: 34%;
  }
  .thumb-row {
    flex-direction: column;
  }
  .cert-layout {
    align-items: center;
  }
  .big-wrapper {
    margin: auto 30px;
  }
} */
@media (max-width: 1023px){
.thumb-carousel {
    width: 100%;
    overflow-x: scroll;
    scrollbar-width: none;  /* Firefox 숨김 */
    margin: auto;
  }
  
}
/* 모바일 가로 캐러샐 */
@media (max-width: 1221px) {

  .pc-only { display: none; }

  .mobile-only {
    display: block;
    overflow-x: auto;
    padding: 10px 0;
    margin-bottom: 20px;
  }

  .cert-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-bottom: 70px;
  }

  /* 큰 이미지를 위로 올림 */
  .big-wrapper {
    order: 1;
    width: 70%;
    margin: 0 auto 20px;
  }

  /* 모바일 캐러셀을 아래로 */
  .thumb-carousel {
    order: 2;
    width: 100%;
    margin-top: 10px;
  }
  .thumb-carousel {
    width: auto;
    overflow-x: scroll;
    scrollbar-width: none;  /* Firefox 숨김 */
    margin: 0 auto;
  }
  .thumb-carousel::-webkit-scrollbar {
    display: none; /* Chrome 숨김 */
  }

  .thumb-track {
    display: flex;
    gap: 14px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .thumb-track .thumb {
    width: 90px;
    border: 2px solid transparent;
    transition: .3s ease;
    border-radius: 6px;
  }

  .thumb-track .thumb.active {
    border-color: #ffcc00;
    transform: scale(1.07);
  }

  /* 모바일 big 이미지 */
  .big-wrapper {
    margin-top: 20px;
    width: 65%;
  }
  #mbzb .mbzb06 .container {margin-top: 10%;}
}
@media all and (max-width: 950px) {
  #mbzb .senior.card02 article ul .textWrap p {
    font-size: 20px;
  }
  #mbzb .senior.card02 article ul .textWrap h5 {
    font-size: 40px;
  }
}


  /* =============== 820px =================== */
@media all and (max-width: 820px) {

   /* =============== 공통 =================== */
  #mbzb .con2 h1, #mbzb .con2 h1 span,
  #mbzb .seniorCon .banner h1 {
    font-size: 34px;
  }
  #mbzb .con2 h4, #mbzb .con2 h4 span {
    font-size: 20px;
  }
   /* =============== main =================== */
  #mbzb .header div {margin: 0 auto;}
  #mbzb .main ul {
    flex-direction: column-reverse;
  }
  #mbzb .main ul .logo {
    margin-bottom: 5%;
  }
  #mbzb .main h1, #mbzb .main h1 .line-break {
    text-align: center;
    font-size: 36px;
  }
  #mbzb .main h5, #mbzb .main h5 .line-break {
    text-align: center;
    font-size: 22px;
  }
  #mbzb .main .buttonWrap a {
    padding: 8px 14px;
  }
  #mbzb .mbzb05 .container {
    width: 100%;
  }
  #mbzb .mbzb05 .container .item {
    font-size: 24px;
  }
  #mbzb .mbzb05 .container .item strong {
    font-size: 30px;
  }
.mbzb06 {
      background-size: auto;
    background-position: center -8%;
}
  /* 캐릭터 소개 탭 */
  #mbzb .mbzb08 .tab-content .tabWrap {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  #mbzb .mbzb08 .tab-content .img {width: 100%;}
  #mbzb .mbzb08 .tab-content .text {width: 100%;}
.slick-prev, .slick-next {
  top: 22% !important;
  transform: translate(0, -22%) !important;
}

  /* 과정소개 탭 */
  #mbzb .mbzb08 .service-imgChoice {
    flex-direction: column;
  }
  #mbzb .mbzb08 .service-imgChoice .imgwrap,
  #mbzb .mbzb08 .service-imgChoice .imgtext {
    width: 100%;
  }
  #mbzb .mbzb08 .service-imgChoice .imgtext {
    margin-top: 24px;
  }
  #mbzb .con2 .banner {
    flex-direction: column;
  }
  #mbzb .same02 ul li {
    max-width: 400px;
    min-width: none;
  }
  /* =============== same03 =================== */
  .same03 ul {
    gap: 16px;
  }
  .same03 ul h6 {
    font-size: 22px;
  }
  .same03 ul li {
    padding: 30px 20px;
  }
  .same03 ul li p {
    font-size: 18px;
  }
  .same03 ul div {
    height: 60px;
  }
/* =============== same04 =================== */
  .same04 ul li {
    padding: 40px 16px;
    align-items: center;
  }
  .same04 ul li .textWrap02 p,
  .same04 ul li .textWrap02 p b {
    font-size: 18px;
  }
  #mbzb .same04 .hand {
    width: 60px;
  }
  /* =============== 엑지트 =================== */
  #xzWRap .xz06 ul li h3 {
    font-size: 40px;
  }
  #xzWRap .xz06 ul li h2 {
    font-size: 50px;
  }
  #mbzb .con2 .curriculum li .day,
  #mbzb .con2 .curriculum li .daytext li p {
    font-size: 18px;
  }
  #xzWRap .xz08 .icon, #xzWRap .xz09 .icon {
    width: 50px;
    margin-bottom: 20px;
  }
  #xzWRap .xz06 ul li h3 {
    font-size: 35px;
  }
  #xzWRap .xz06 ul li h2 {
    font-size: 40px;
  }
  .circle div {
    width: 8px;
  }
  #xzWRap .xz07 ul li p {
    font-size: 20px;
  }
  #mbzb #xzWRap .xz07 ul .text h1 {
    font-size: 35px;
  }
/* =============== 온보딩 =================== */
  #onboardingWRap .onboarding03 ul h6,
  #onboardingWRap .onboarding03 ul h6 span {
    font-size: 22px;
  }
  #onboardingWRap .onboarding03 ul li p,
  #onboardingWRap .onboarding03 ul li p span {
    font-size: 18px;
  }
/* =============== faq =================== */
#ai11 article {padding-bottom: 120px;}
  .que span,.que.on>span,.que::before {
    font-size: 20px;
  }
  .anw span {
    font-size: 18px;
  }
  #mbzb .ai010 article .client01 {
    background: url(./img/clientele01.svg) 0 top / 240% repeat-x;
  }
  #mbzb .ai010 article .client02 {
    background: url(./img/clientele02.svg) 0 top / 240% repeat-x;
}
  #mbzb .ai010 article .client03 {
    background: url(./img/clientele03.svg) 0 top / 240% repeat-x;
  }
  #mbzb .ai010 article .client04 {
    background: url(./img/clientele04.svg) 0 top / 240% repeat-x;
}
#mbzb .inquiry-wrap h5 {
  font-size: 22px;
}
#mbzb .inquiry-wrap h4 {font-size: 24px;}

/* ============== 시니어 2 =====================*/
#mbzb .seniorCon .text-wrap .img .pc {display: none;}
#mbzb .seniorCon .text-wrap .img .mo {display: block;}

#mbzb .senior04 .characters .pc {display: none;}
#mbzb .senior04 .characters .mo {display: block;}

#mbzb .senior03 .box2 .pc {display: none;}
#mbzb .senior03 .box2 .mo {display: block;}

.senior-ck_icon {width: 24px;height: 24px;}
.check_icon {width: 24px;height: 24px;}

#mbzb .senior02.same02 ul li {
  width: 100% !important;
  flex-direction: column;
          max-width: 100%;
}
#mbzb .senior02.same02 ul li div {width: 100% !important;}

#mbzb .senior03 ul {
  width: 100%;
  flex-direction: column;
  gap: 50px;
}
#mbzb .senior03 .box1 {
  width: 100%;
}
#mbzb .senior03 ul {
  margin-top: 18%;
}
#mbzb .senior03 .circle-img {
  width: 14px;
  margin: 24px auto 24px;
}
.senior06 .step-content {
  padding: 24px 20px;
}
.box-wrap {padding: 24px;}
.box-wrap .innerBox  {
  flex-direction: column;
  gap: 16px;
}
.innerBox .box {
  width: 100%;
}
.section-title {
  font-size: 22px;
  padding: 10px 0;
  border-radius: 12px;
}
.innerBox .box h3 {font-size: 16px;}
.innerBox .box ul li,
.senior06 .box li span {font-size: 15px;}




footer .top1 .pc {display: none;}
footer .top1 .mo {display: block;}
footer .top1 .mo .logowrap {display: flex;justify-content: space-between;}
footer .top1 .mo .logowrap .logo {width: 100px;}
footer .top1 .mo .logotext p {font-size: 12px;}
footer .top1 .mo .logotext {margin-top: 12px;}
footer .top1 article .logotext span {font-size: 10px;margin: 0 10px;font-weight: 400;}
footer .top2 .topWrap {
  flex-direction: column;
  justify-content: flex-start;
}
footer .top3 {padding-bottom: 34%;}
footer .top3 article img {width: calc(20% + 0px);}

#modal-container {
  left: 50% !important;
  transform: translateX(-50%);
}
}
footer .top2 .left p:first-child br {display: block;}
footer .top2 .topWrap .left p span {display: none;}
footer .top2 .right ul li {text-align: left;}
footer .top2 .right p {text-align: left;margin-bottom: 30px;}
footer .top2 .right div {display: flex;flex-direction: column; gap: 30px;}
footer .top2 .right div li {text-align: right;}
footer .top2 .right p {text-align: right;}
footer .top2 .right div {flex-direction: row;}
footer .top2 .right div li {text-align: left;}
footer .top2 .right p {text-align: left;}


/* =============== 600px =================== */
@media all and (max-width: 600px){
  /* =============== 공통 =================== */
  #mbzb h1,
  #mbzb h1 .line-break,
  #mbzb .mbzb05 h1 i,
  #mbzb .con2 h1, #mbzb .con2 h1 span
  {
    font-size: 28px;
  }
  #mbzb .banner h1,
  #mbzb .banner h1 .line-break,
  #mbzb .banner h1 span {
    font-size: 34px;
  }
  #mbzb h5, #mbzb h5 .line-break,#mbzb .mbzb05 h5 b {
    font-size: 18px;
  }
  
/* =============== main =================== */
#mbzb .header div {
  width: 100px;
}
#mbzb .main article {padding: 0;}
#mbzb .main ul {display: none;}

#mbzb .main ul .title,#mbzb .main .buttonWrap {
  display: none;
}
#mbzb .main ul .logo {
  width: 100%;
  display: none;
}
#mbzb .mbzb01 .item03 {
  top: 63%;
}
  #mbzb .mbzb01 div {
    width: 60px;
  }

  #mbzb .same02 ul li {
    max-width: 100%;
  }
  #mbzb #xzWRap .xz02.same02 h6,
  #mbzb #xzWRap .xz02.same02 h6 span {font-size: 26px;}
#mbzb .same02 ul .pc {display: none;}
#mbzb .same02 ul .mo {display: block;}
#mbzb .same03 ul .pc {display: none;}
#mbzb .same03 ul .mo {display: block;}
#mbzb .same04 ul .pc {display: none;}
#mbzb .same04 ul .mo {display: block;}

#mbzb .same05 ul .pc {display: none;}
#mbzb .same05 ul .mo {display: block;}
  #mbzb .mbzb03 #container01 p {
    font-size: 32px;
    display: none;
  }

  #mbzb .mbzb03 #flip > div {
    height: 100px;
    line-height: 147% !important;
    font-size: 28px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #mbzb .mbzb03 #flip {
    padding: 0;
    height: 145px;
  }
  /* 가장 중요한 키프레임 값.*/
@keyframes show {
  0% { margin-top: -580px; }  /* 5번째 항목 (맨 위로 숨김) */
  5% { margin-top: -435px; }  /* 4번째 항목 */
  25% { margin-top: -435px; } /* 유지 */
  30% { margin-top: -290px; } /* 3번째 항목 */
  50% { margin-top: -290px; } /* 유지 */
  55% { margin-top: -145px; }  /* 2번째 항목 */
  75% { margin-top: -145px; }  /* 유지 */
  80% { margin-top: 0px; }    /* 1번째 항목 */
  99.99% { margin-top: 0px; } /* 유지 */
  100% { margin-top: -580px; } /* 처음으로 돌아감 */
}
#mbzb .mbzb04 {
  background-size: 50%, 50%;
}
#mbzb .mbzb04 .pc {display: none;}
#mbzb .mbzb04 .mo {display: block;}
#mbzb .mbzb04 .mo li:first-child {margin-bottom: 14%;}
#mbzb .mbzb04 ul {
  flex-direction: column;
}
.same04 h4 {
  margin: 16px 0 30px;
}
/* =============== mbzb05 =================== */
#mbzb .mbzb05 .container {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
#mbzb .mbzb05 h5 {
  margin-top: 5%;

}
#mbzb .mbzb05 .container {
  margin-top: 10%;
}
#mbzb h1, #mbzb h1 .line-break {
  margin-bottom: 0;
}
#mbzb .mbzb05 .container .item:nth-child(1),
#mbzb .mbzb05 .container .item:nth-child(3) {
  flex-direction: column-reverse;
  justify-content: flex-end;
  background: linear-gradient(180deg, #5500CB 0%, rgba(151, 78, 252, 0.00) 91.57%);
}
#mbzb .mbzb05 .container .item:nth-child(1) span,
#mbzb .mbzb05 .container .item:nth-child(3) span {
  margin-top: 0;
  margin-bottom: 30px;
  width: 70px;
}
#mbzb .mbzb05 .container .item:nth-child(2) span {
  width: 70px;
}
#mbzb .mbzb05 .container .item {
  border-radius: 20px;
  height: auto;
}
/* =============== mbzb06 =================== */
#mbzb .mbzb06 .container {
  grid-template-columns: repeat(3, minmax(107px, 1fr));
  gap: 3px;
  margin: 0 auto;
}
#mbzb .mbzb06 .container .item {
  width: 107px;
  height: 107px;
  justify-content: center;
  padding: 0;
}
#mbzb .mbzb06 .container .item.centerItem {
  grid-column: auto;
}
.mbzb06 {
      background-size: auto;
    background-position: center 150%;
}
/* ====== 특허증 ====== */
.cert-container {
    margin: 20vw auto 14vw;
  }
  .arc-thumbs {
    /* top: 26%; */
    display: none;
  }
/* 1번 */
.arc-thumbs .thumb:nth-child(1) {
  left: 10%;
  top: 38%;
  transform: translate(-50%, -50%);
}

/* 2번 */
.arc-thumbs .thumb:nth-child(2) {
  left: 21%;
  top: 30%;
  transform: translate(-50%, -50%);
}

/* 3번 */
.arc-thumbs .thumb:nth-child(3) {
  left: 31%;
  top: 24%;
  transform: translate(-50%, -50%);
}

/* 4번 */
.arc-thumbs .thumb:nth-child(4) {
  left: 42%;
  top: 21%;
  transform: translate(-50%, -50%);
}

/* 5번 */
.arc-thumbs .thumb:nth-child(5) {
  left: 58%;
  top: 21%;
  transform: translate(-50%, -50%);
}

/* 6번 */
.arc-thumbs .thumb:nth-child(6) {
  left: 69%;
  top: 24%;
  transform: translate(-50%, -50%);
}

/* 7번 */
.arc-thumbs .thumb:nth-child(7) {
  left: 79%;
  top: 30%;
  transform: translate(-50%, -50%);
}

/* 8번 */
.arc-thumbs .thumb:nth-child(8) {
  left: 90%;
  top: 38%;
  transform: translate(-50%, -50%);
}


#mbzb .mbzb06 .container .item p {font-size: 14px;margin-bottom: 8px;}
#mbzb .mbzb06 .container .item p br {display: block;}
#mbzb .mbzb06 .container .item span {margin-left: 4px;}
#mbzb .mbzb06 .container .item span.img {
  height: 30px;
}

#mbzb .mbzb06 h5, #mbzb .mbzb06 h5 .point, #mbzb .mbzb06 h5 i {
  font-size: 24px;
}

/* =============== mbzb07 =================== */
#mbzb .mbzb07 {
  background-position: top center;
  background-size: 199%;
}
.mz-slide-text.second p {    font-size: 20px;
}
#mbzb #xzWRap .xz07 ul .text h1 {
  font-size: 28px;
}
#xzWRap .xz07 ul li div p {
  margin-bottom: 6px;
}
/* =============== mbzb08 =================== */
#mbzb .mbzb08 .service-imglist {
  display: flex; /* flexbox로 변환 */
    overflow-x: auto; /* 가로 스크롤 추가 */
    gap: 16px; /* 아이템 간 간격 */
    padding-bottom: 20px; /* 스크롤을 사용할 때 여백 추가 */
}
#mbzb .mbzb08 h1 br {display: none;}
#mbzb .mbzb08 ul.tabs li {font-size: 17px;padding: 8px 24px;}
#mbzb .mbzb08 ul.tabs {
  overflow: scroll;
  overflow: auto;
  white-space: nowrap;
}
#mbzb .mbzb08 ul.tabs::-webkit-scrollbar{
    display: none; 
}

#mbzb .service-imglist .item {
  flex: 0 0 auto; /* 각 아이템의 너비는 고정하고, 너비가 늘어나지 않도록 설정 */
  width: 134px; /* 모바일에서 각 아이템의 너비를 고정 */
}
#mbzb .service-imglist .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#mbzb .service-imglist .thumbnail {
  width: 100%;
  height: auto;
  /* 다른 스타일이 필요하면 추가 */
}
/* =============== mbzb09 =================== */
#mbzb .mbzb09 article {padding: 60px 0;}
#mbzb .mbzb09 .textBalloon {
  width: 100%;
  margin-bottom: 8px;
}
#mbzb .mbzb09 h1 {
  flex-direction: column;
}
#mbzb .mbzb09 h5 {
  font-size: 26px;
}
/* =============== 캐러셀 =================== */
#mbzb .mbzb010 .post {
  padding: 30px 24px;
  height: 300px;
}
#mbzb .mbzb010 .post h6 {
  font-size: 18px;
}
/* =============== card =================== */
#mbzb .card02 article ul {
  flex-direction: column;
}
#mbzb .card02 .imgwrap,
#mbzb #newcomer_card.card02 .imgwrap {
  /* width: 120px;
  margin-bottom: 24px; */
  display: none;
}

#mbzb #newcomer_card.card02 .imgwrap img {
  width: 100%;
}
#mbzb .card02 article ul .textWrap h5 {
  font-size: 20px;
  text-align: center;
}
#mbzb .card02 article ul .textWrap p,
#mbzb .card02 article ul .textWrap p b {
  text-align: center;
}
#mbzb #newcomer_card,
#mbzb #Junior_card,
#mbzb #senior_card,
#mbzb #xz_card,
#mbzb #onboarding_card {
  background-size: 65%;
  background-image: none;
}
#mbzb #newcomer_card {background-color: var(--newcomer-color2);}
#mbzb #Junior_card {background-color: var(--Junior-color);}
#mbzb #senior_card {background-color: var(--senior-color);}
#mbzb #xz_card {background-color: var(--xzit-color);}
#mbzb #onboarding_card {background-color: var(--onboarding-color);}

#mbzb .card02 article ul .textWrap {
  margin-bottom: 40px;
  display: none;
}
/* =============== banner =================== */
#mbzb .con2 .triangle {
width: 26%;
display: none;
}
#mbzb .same02 ul li:nth-child(1),
#mbzb .same02 ul li:nth-child(3),
#mbzb .same02 ul li:nth-child(5),
#mbzb .same02 ul li:nth-child(2),
#mbzb .same02 ul li:nth-child(4),
#mbzb .xz02.same02 ul li:nth-child(1),
#mbzb .xz02.same02 ul li:nth-child(2),
#mbzb .xz02.same02 ul li:nth-child(3) {
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
}
#newcomerWRap .newcomer04 div {
  flex-direction: column;
  width: fit-content;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
}
#mbzb .con2 .buttonWrap {
  flex-direction: column;
  gap: 8px;
  margin-top: 45px;
}

#mbzb .con2 .buttonWrap button {
  max-width: 100%;
  padding: 15px 24px;
}
/* =============== curriculum =================== */
#mbzb .con2 .curriculum li.curri {
  flex-direction: column;
  justify-content: flex-start;
}
#mbzb .con2 .curriculum li .day {
  width: 100%;
  flex: none;
  height: 60px;
  margin-bottom: 16px;
  border-radius: 5px;
}
#mbzb .con2 .curriculum li .daytext {
  width: 100%;
  flex-direction: column;
  display: none;
  margin-top: -16px;
}
#mbzb .con2 .curriculum li .daytext > li {
  padding: 24px;
  flex-direction: column;
  border-radius: 5px;
}
#mbzb .con2 .curriculum li .daytext li div:last-child {
  width: 100%;
  margin-top: 12px;
}
#mbzb .con2 .curriculum {
  grid-template-rows: repeat(1, 1fr);
}
.curriculum .day.que::before,
.same05 .stepwrap .step.que::before {
  content: '';
  font-size: 0;
}
.curriculum .daytext.anw::before,
#mbzb .same05 .mo .anw::before {
  content: '';
  font-size: 0;
}
#mbzb .same05 .mo .anw,
.same05 .stepwrap .step.que {
  padding: 0;
  border: none;
  font-size: 0;
}
.same05 .stepwrap .t1 li {
  border-radius: 5px;
}
#mbzb .con2 .curriculum li .day,
#mbzb .con2 .curriculum li .daytext{
  font-size: 18px;
  border: none;
}
#mbzb .con2 .curriculum li .daytext > li:first-child {
  margin-top: -24px;
}
#mbzb .con2 .curriculum li .daytext li p.moduleTxt {
  font-size: 17px;
}
#mbzb .con2 .xz011 .curriculum li .daytext li {
  align-items: flex-start;
}
#mbzb .con2 .xz011 .curriculum li .daytext li div:last-child {
  margin-top: 0;
}
.mo .arrow-wrap {right: 16px;}
/* =============== // curriculum =================== */
#mbzb .con2 .curriculum.pc {display: none;}
#mbzb .con2 .curriculum.mo {display: block;}
.same03 ul {
  flex-direction: column;
}
.same03 ul li {
  width: 100%;
}
#newcomerWRap .same03 div.pc {display: block;}
.same03 .pc {
  display: none;
}
.same03 .mo {
  display: block;
}
.same03 .mo li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  height: 140px;
  padding: 16px;
  gap: 24px;
  margin-bottom: 16px;
}
.same03 .mo li div:first-child {
  width: 80px;
  height: auto;
}
.xz03.same03 .mo li div:first-child {
  width: 60px;
}
.same03 .mo li div {
  height: auto;
}
.same03 ul div img {width: 100%;height: auto;}
.same03 .mo li h6,
.same03 .mo li p{text-align: left;}
.same03 ul h6 {
  font-size: 20px;
}
.same03 ul p {
  font-size: 17px;
}
.xz03.same03 .mo li h6 br {
  display: none;
}
.senior03 .pc {
  display: none;
}
.senior03 .mo {
  display: block;
  margin-top: 8%;
}
/* =============== same04 =================== */
.same04 .pc {display: none;}
.same04 .mo, .same04 button {display: block;}
.same04 ul {margin-top: 20%;margin-right: 4px;}
.same04 .textWrap {
  flex-direction: column;
  width: fit-content;
  text-align: left;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto;
}
.same04 .slick-track {
  width: 1280px !important;
  /* transform: translate3d(-320px, 0px, 0px) !important; */
}
.same04 .current {
  width: 320px;
  margin: 0 auto;
}
.same04 .single {
  background-color: #111;
}
.Junior04.same04 .single {
  background-color: var(--Junior-color);
}
.senior04.same04 .single {
  background-color: var(--senior-color);
}
.same04 .single ul {
  width: 100%;
  padding: 30px 20px;
}
.same04 .single .slick-list {
  margin: 0 8px;
}
.same04 ul li {
  flex-direction: column;
  /* height: 68vh; */
  height: 460px;
  border-radius: 20px;
  justify-content: center;
  gap: 30px;
}
.same04 .textWrap02 {
  text-align: left;
}
.same04 .textWrap02 h6 {
  text-align: center;
}
.same04 .textWrap02 div div {display: flex;}
#JuniorWRap .Junior04 ul li .textWrap02 span {
  font-size: 20px;
  color: var(--Junior-color);
  margin-right: 12px;
  }
#seniorWRap .senior04 ul li .textWrap02 span {
  font-size: 20px;
  color: var(--senior-color);
  margin-right: 12px;
  }
#xzWRap .xz04 ul li .textWrap02 span {
  font-size: 20px;
  color: var(--xzit-color);
  margin-right: 12px;
}

#JuniorWRap .Junior04 ul li .point,
#seniorWRap .senior04 ul li .point,
#xzWRap .xz04 ul li .point {
  padding: 5px 24px;
  font-size: 18px;
  top: -1%;
  left: 32%;
  transform: translate(1%, -32%);
}

.same04 ul li .img {
  width: 100% !important;
}
.same04 ul li .textWrap02 h6 {
  font-size: 20px;
}
.same04 ul li .textWrap02 p,
.same04 ul li .textWrap02 p b {
  font-size: 16px;
}


/* =============== senior05 =================== */
/* =============== same05 Junior05,Junior05 =================== */
.same05 .stepwrap {
  flex-direction: column;
  margin-top: 16px;
}
.same05 .stepwrap .textaline {
  display: flex;
  text-align: left;
  align-items: center;
}
.same05 .stepwrap .textaline p {
  width: 40%;
}
.same05 .stepwrap .textaline p:first-child {
  font-size: 16px;
  letter-spacing: -0.02288rem;
}
#JuniorWRap .Junior05 .step li:nth-child(2) div {
  width: 100%;
}
.same05 .navbar {display: none;}
#mbzb .same05 .pc {display: none;}
#mbzb .same05 .mo {display: block;}
.same05 .stepwrap .step.que {
  height: 60px;
  border-radius: 5px;
  line-height: 60px;
  justify-content: center;
  padding-left: 16px;
}
.same05 .stepwrap .step {gap: 0;}
#seniorWRap .senior05 .step li:nth-child(2) div {
  width: 100%;
}
.senior05.same05 .stepwrap .tt02 {
  height: auto;
}
.senior05.same05 .step04.stepwrap .tt02 li {
  padding: 6px 30px;
}
.same05 .stepwrap .tt1 li {
  background-color: #FAFAFA;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 30px;
  flex: 1;
}
.senior05.same05 .stepwrap .tt02 > li {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.senior05.same05 .step03 .tt1 {
  height: 60px;
  border-radius: 5px;
  
}
.same05 .stepwrap .tt1 li {
  height: 60px;
}
#JuniorWRap .Junior05 .stepwrap .tt1 li p,
#seniorWRap .senior05 .stepwrap .tt1 li p {
  font-size: 18px;
}
.same05 .stepwrap .t1 li,
.same05 .stepwrap .t1 li p {
  font-size: 16px;
}

.same05 .stepwrap .step.que .tti {
  margin-bottom: 16px;
}

.senior05.same05 .step03 .tt02 {
  height: 120px;
}
.senior05.same05 .step03 .tt02 > li {
  height: auto;
}
.senior05.same05 .step03.stepwrap .tt02 li:nth-child(1) {
  flex: 1;
  padding: 0;
}
.same05 .stepwrap .tt1{
  width: 100%;
  height: auto;
  margin-bottom: 4px;
  border-radius: 5px;
}
.same05 .stepwrap .step li {
  width: 100%;
  text-align: center;
}
.same05 .step li:nth-child(3) {
  display: none;
}

/* ========시니어2============= */
#mbzb .senior03 .box2 {
  padding: 27px 20px 30px;
}
#mbzb .senior03 .box2 p {
  font-size: 15px;
}
#seniorWRap .senior05 .pc {display: none;}
#seniorWRap .senior05 .mo {display: block;margin-top: 8%;}
#seniorWRap .senior05 .mo .senior05_Swiper {position: relative;}
#seniorWRap .senior05 .mo .senior05-pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 16px;
}
#seniorWRap .senior05 .mo .senior05-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #666;
  opacity: 1;
}

#seniorWRap .senior05 .mo .senior05-pagination .swiper-pagination-bullet-active {
  background: var(--senior-color);
  width: 18px;
  border-radius: 10px;
}
/* #seniorWRap .senior05 .mo {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 8px;
  margin-top: 8%;
} */
#seniorWRap .senior05 div {margin-top: 0;}

.section-title {font-size: 20px;}
 /* 전체를 스크롤 영역으로 */
  .step-navigation {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      display: flex;
      align-items: center;
      gap: 20px;
      padding-bottom: 10px;
      width: 100%;
  }

  /* 스크롤바 숨김 */
  .step-navigation::-webkit-scrollbar {
      display: none;
  }

 /* 작은 원(좌우 원) 크기 지정 */
  
  .left-line,
  .right-line {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 4px solid #287CFF;
      background: #fff;
      flex-shrink: 0;  /* 줄어들지 않도록 */
  }
  /* 핵심!! 오른쪽 원이 스크롤 폭에 포함되게 만듦 */
  .step-navigation > * {
      flex-shrink: 0; 
  }

  .step-list {
      display: flex;
      flex-shrink: 0;
      gap: 20px;
      width: max-content;
  }

  /* STEP 원 크기 축소 */
  .step-item {
      width: 90px;
      height: 90px;
      flex-shrink: 0; /* 자동 줄어드는 것 방지 */
  }

  /* 점선도 길이 축소 */
  .step-item::after {
      width: 25px;
      right: -25px;
  }
  .step-item span {font-size: 16px;}
  .step-item.current {border: 3px solid #003A8C;}
/* =============== xz =================== */
#video {display: none;}
#xzWRap .xz06 .xzLogo {
  width: 60%;
}
#xzWRap .xz06 ul {
  grid-template-columns: 1fr;
  grid-auto-rows: 0.5fr 1fr 0.5fr;
}
#xzWRap .xz06 ul li:nth-child(2) {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: none;
  border-right: none;
  padding: 30px 0px;
  margin: 30px 0;
}
/* =============== xz07 =================== */
#xzWRap .xz07 ul {
  flex-direction: column;
}
#xzWRap .xz07 ul:last-child {
  flex-direction: column-reverse;
  margin-top: 50px;
}
#xzWRap .xz07 ul .text {
  margin-top: 30px;
}
#xzWRap .xz07 ul li {
  width: 100%;
}

#xzWRap .xz08 .Villein {
  width: 100%;
}
#mbzb #xzWRap .curri02 .daytext li:nth-child(2) .moduleTxt {
  flex-direction: column;
}
#mbzb #xzWRap .curri02 .daytext li:nth-child(2) .moduleTxt li {width: 100%;}
/* =============== xz010 =================== */
#mbzb .mbzb010 {padding: 60px 0;}
#mbzb #xzWRap .xz010 .current {
  width: 320px;
}


#mbzb #xzWRap .xz010 .single ul {
  padding: 30px 20px;
  /* height: 100%; */
  justify-content: flex-start;
}
#mbzb #xzWRap .xz010 .number {
  width: 75px;
  height: 87px;
}
#mbzb #xzWRap .xz010 .slick-prev, .same04 .slick-prev {
  left: -23px !important;
}
#mbzb #xzWRap .xz010 .slick-next, .same04 .slick-next {
  right: -23px !important;
}
.slick-prev, .slick-next {
  width: 35px !important;
  height: 35px !important;
}
/* =============== onboarding =================== */
#onboardingWRap .onboarding03.same03 .pc {
  display: none;
}
#onboardingWRap .onboarding03.same03 .mo {
  display: block;
}
#onboardingWRap .onboarding06 .pc {
  display: none;
}
#onboardingWRap .mo {
  display: block;
}
#onboardingWRap .onboarding04 {
    background-image: url(./img/onboarding/onboarding03_bgmo.svg);
}
#onboardingWRap .onboarding03 h1 br {display: none;}
#onboardingWRap .onboarding03 ul h6,
#onboardingWRap .onboarding03 ul h6 span {
  font-size: 17px;
}
#onboardingWRap .onboarding03 ul div {
  height: 40px;
}
#onboardingWRap .onboarding03 ul li p,
#onboardingWRap .onboarding03 ul li p span {
  font-size: 16px;
}


#onboardingWRap .onboarding03.same03 .mo li {
  height: auto;
}
#onboardingWRap .onboarding03 ul li {
  flex-direction: row;
  padding: 16px;
}
#onboardingWRap .onboarding03 ul h6,
#onboardingWRap .onboarding03 ul h6 span {
  font-size: 18px;
}
#onboardingWRap .onboarding03 ul div:first-child {
  width: 60px;
}
#onboardingWRap .onboarding03 ul div {
  height: auto;
  width: fit-content;
}
#onboardingWRap .onboarding03 ul div img {
    width: 100%;
    height: auto;
}


/* =============== onboarding04 =================== */
#onboardingWRap .onboarding04 ul {
  gap: 24px;
}
#onboardingWRap .onboarding04 ul li {
  width: 100%;
}
#onboardingWRap .onboarding04 .space {
  height: 16.438rem;
}
#onboardingWRap .onboarding05 article div {width: 8px;}
#onboardingWRap .onboarding05 article p,
#onboardingWRap .onboarding05 article p span {
  font-size: 20px;
}
#onboardingWRap .onboarding05 .imgwrap {
  flex-direction: column;
}
#onboardingWRap .onboarding05 .imgwrap div {
  width: 100%;
}
#onboardingWRap .onboarding05 p br{display: none;}
#onboardingWRap .onboarding05 .imgwrap div:first-child {
  transform: scale(1.2);
  transform-origin: right center;
}
#onboardingWRap .onboarding05 .imgwrap div:last-child{
  transform: scale(1.2);
  transform-origin: left center;
}
#onboardingWRap .onboarding06 ul {
  grid-template-columns: repeat(1, 1fr);
}
#onboardingWRap .onboarding06 .current{margin: 8% auto 0;}
    #onboardingWRap .onboarding06 .current {
        width: 320px;
    }
    #onboardingWRap .onboarding06 .slick-slide {margin: 0 8px;}
    #onboardingWRap .onboarding06 .single {
      width: 100%;
        padding: 30px 10px;
    }
    .same04 ul 
/* #onboardingWRap .onboarding06 .slick-prev {left: -43px !important;}
#onboardingWRap .onboarding06 .slick-next {right: -43px !important;} */




/* =============== client =================== */
#mbzb .ai010 article .img {
  height: 50px;
}
#mbzb .ai010 article .client01 {
  background: url(./img/clientele01.svg) 0 top / 300% repeat-x;
}
#mbzb .ai010 article .client02 {
  background: url(./img/clientele02.svg) 0 top / 300% repeat-x;
}
#mbzb .ai010 article .client03 {
  background: url(./img/clientele03.svg) 0 top / 300% repeat-x;
}
#mbzb .ai010 article .client04 {
  background: url(./img/clientele04.svg) 0 top / 300% repeat-x;
}

#ai11 article {
  padding-top: 0;
  
}
.que span, .que.on>span, .que::before {
  font-size: 18px;
  line-height: 115%;
}
.que span.Qtext {
  display: flex;
  width: calc(100% - 45px);
  line-height: 147%;}
.que {
  display: flex;
  padding: 16px 8px;
}
.que::before {
    margin: 3px 10px 0 0;
}
.anw span {
  font-size: 16px;
}


footer .top3 article img {width: calc(20% + 0px);}
/* =============== floating =================== */
.floating {
  padding: 8px;
  display: none;
}
.floating_wrap {
  top: auto;
  bottom: 83px;
  transform: none;
}
.floating_wrap02 {
  width: 100%;
  flex-direction: column;
  border-radius: 8px 8px 0 0;
  bottom: 0;
  padding: 3px 3px 0;
}
.floating_wrap02 li {
  width: 100%;
  text-align: center;
}
.floating_wrap02 li:first-child {display: none;}
.floating_wrap02 li button {
  width: 100%;
  padding: 10px 14px;
  margin-top: 0px;
  border-radius: 8px 8px 0 0;
  height: 50px;
}
.floating_wrap02 li:first-child,
.floating_wrap02 li span {
  font-size: 18px;
}
#modal-container {
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
}
#modal-container button {
  top: -40px;
  right: 0;
}
}








@media all and (max-width: 450px){
  /* =============== client =================== */
#mbzb .ai010 article .client01 {
  background: url(./img/clientele01.svg) 0 top / 400% repeat-x;
  animation: movebg 20s linear infinite;
}
#mbzb .ai010 article .client02 {
  background: url(./img/clientele02.svg) 0 top / 400% repeat-x;
  animation: movebg 20s linear reverse infinite;
}
#mbzb .ai010 article .client03 {
  background: url(./img/clientele03.svg) 0 top / 400% repeat-x;
  animation: movebg 20s linear infinite;
}
#mbzb .ai010 article .client04 {
  background: url(./img/clientele04.svg) 0 top / 400% repeat-x;
  animation: movebg 20s linear reverse infinite;
}
#mbzb .ai010 article .img {
  height: 50px;
}
}
@media all and (max-width: 375px){
  .right-line {
    margin-left: 82px;
  }
  /* =============== client =================== */
#mbzb .ai010 article .client01 {
  background: url(./img/clientele01.svg) 0 top / 500% repeat-x;
  animation: movebg 24s linear infinite;
}
#mbzb .ai010 article .client02 {
  background: url(./img/clientele02.svg) 0 top / 500% repeat-x;
  animation: movebg 24s linear reverse infinite;
}
#mbzb .ai010 article .client03 {
  background: url(./img/clientele03.svg) 0 top / 500% repeat-x;
  animation: movebg 24s linear infinite;
}
#mbzb .ai010 article .client04 {
  background: url(./img/clientele04.svg) 0 top / 500% repeat-x;
  animation: movebg 24s linear reverse infinite;
}
#mbzb .ai010 article .img {
  height: 50px;
}
}