* { margin: 0; padding: 0; box-sizing: border-box; }

@font-face {
  font-family: 'Pretendard';
  src: url('Pretendard.woff2') format('woff2');
  unicode-range: U+AC00-D7A3, U+1100-11FF, U+3130-318F; /* 한글 범위 */
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('Poppins.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0100-024F; /* 영문 라틴 범위 */
  font-display: swap;
}

@font-face {
  font-family: 'GangwonEducationTteontteon';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/GangwonEduPowerExtraBoldA.woff') format('woff');
  font-weight: normal;
  font-display: swap;
}
html, body {overflow-x: hidden;width: 100%;}
body {font-family: 'Pretendard', 'Poppins', sans-serif;}
button, input, textarea, select {font-family: inherit;}
.font-Gangwon {font-family: "Gangwon Tuntun";}
.top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  background-color: #fff;
  height: 80px;
}
.logo {display: flex;align-items: center;}
.logo img {width: 147px;height: 40px;}
.link-icon {width: 22px;height: 22px;margin-left: 4px;}
.nav-links a {
  margin-left: 40px;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}

.m-nav-links {display: none;}
.nav-links a:hover {text-decoration: underline;}
.lang-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: none;
  background: #fff;
  border-radius: 12px;
  cursor: pointer;
  vertical-align: bottom;
  padding: 0px 0px 0px 50px;
}
.lang-btn .lang-icon {width: 28px;height: 28px;object-fit: contain;}
.lang-arrow {width: 10px;height: 10px;object-fit: contain;}
.lang-menu{
  position: absolute;
  top: 60px;
  right: 10px;
  background-color: #fff;
  color: #000;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  display: none;
  flex-direction: column;
  z-index: 1000;
  width: 80px;
  border: 1px solid #dddddd;
}
.lang-menu button {
  padding: 10px 16px;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.lang-item{
  width:100%; text-align:left; border:0; background:none; cursor:pointer;
  font-size:14px; padding:10px 12px; border-radius:10px; text-align: center;
}
.lang-item:hover, .lang-item:focus{ background:#f4f7f6; outline:none; }
.lang-item.is-active{border: 2px solid #fff;background:#0ABE53; color:#fff;}
.bg-video {
  position: absolute;
  top: 0;left: 0;
  width: 100%;height: 100%;
  object-fit: cover; 
  z-index: -1;
}

.main {
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  align-items: center; 
  color: white;
  padding-top: 168px;
  text-align: center;  
  height: 880px;
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  margin: 0 16px;
  
}
.main h1 {font-weight: 700;font-size: 60px;line-height: 130%;}
.main-text {
  font-family: "Gangwon Tuntun", Poppins, sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 130%;
  background: linear-gradient(to right, #16E56A, #F0FB9C);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.scroll-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -2%;
  margin-bottom: 48px;
}
.divider-img {margin-top: 32px;margin-bottom: 24px;}
.main p {font-weight: 400;font-size: 18px;line-height: 150%;}
.main .btns {
  display: flex;
  justify-content: center;
  margin-top: 80px;
  gap: 8px;
}
.btns button {
  background-color: #1E1764;
  color: #fff;
  padding: 12px 40px;
  border: none;
  border-radius: 999px;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  height: 60px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px; 
}
.btns button .btn-icon {width: 25px; height: 25px;}
.scroll-icon {
  width: 26px;height: 40px;
  border: 2px;
  margin-top: 103px;
  margin-bottom: 10px;
}

.scroll-line {
  position: relative;
  height: 6px;
  border-radius: 999px;
  border: 0.5px solid #fff;
  animation: scrollDrop 1s ease-in-out infinite;
}

@keyframes scrollDrop {
  0% {top: -42px;opacity: 1;}
  100% {top: -25px;opacity: 0;}
}
.feature-image2 {
  width: 153px; height: 194px;
  margin: 0 auto;
  position: absolute;
  left: 781px;bottom: -75px;
}
.floating-image1 {
  width: 292px; height: 219px;
  margin: 0 auto;
  animation: floatUpDown 3s ease-in-out infinite;
  position: absolute;
  left: 723px;bottom: -60px;
}
.floating-image2 {
  width: 374px; height: 248px;
  margin: 0 auto;
  animation: floatUpDown 3s ease-in-out infinite;
  position: absolute;
  top: -43px;right: -96px;
}
.floating-image1 img {display: block;width: 100%;}
.floating-image2 img {display: block;width: 100%;}
.feature-image2 img {display: block;width: 100%;}

@keyframes floatUpDown {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}
.features {
  padding: 124px 20px 216px 20px;
  max-width: 1731px; margin: auto;
}
.feature-header {
  display: flex;
  justify-content: flex-start;
  padding: 40px;
  margin-bottom: 20px;
}
.news-header {display: flex;justify-content: flex-start;}
.sub-title {
  font-weight: 600;
  font-size: 20px;
  color: #1E1764;
  line-height: 130%;
  white-space: nowrap;
}
.main-title {
  font-size: 44px;
  font-weight: 700;
  color: #000;
  text-align: left; 
  line-height: 130%;
  margin-left: 258px;
  margin-bottom: 88px;
}
.list-line {
  border: 2px;
  display: block;
  width: 0;
  height: 1px; 
  background: url('images/list_line.png') repeat-x left center;
  background-size: cover;
  transition: width 2s ease-out;
  overflow: hidden;
  margin: 64px 0 64px 57px;
}
.list-line.visible {width: 97%;}
.feature-header {text-align: center;margin-bottom: 60px;}
.feature-header span {
  display: block;
  font-size: 1rem;
  color: #201067;
  margin-bottom: 10px;
}
.feature-header h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #222;
}
.feature-list {display: flex;flex-direction: column;}
.feature-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  position: relative;
  opacity: 0;
  transform: translateY(50px); 
  transition: all 0.8s ease-out; 
}
.feature-box.visible {opacity: 1;transform: translateY(0);}
.feature-text {flex: 1;}
.feature-number {
  font-size: 110px;
  color: #EEEEEE;
  font-weight: 500;
  letter-spacing: -2px;
}
.feature-area {margin-top: -54px;margin-left: 52px;}
.feature-text h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 130%;
  margin-bottom: 20px;
  white-space: normal; 
}
.dot {
  display: inline-block;
  background-color: #16E56A; 
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-left: 2px;
}
.feature-text p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #555;
  width: 650px;
}
.feature-text a {
  font-size: 16px;
  color: #201067;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}
.learn-more {
  font-size: 16px;
  color: #1E1764;
  font-weight: 500;
  text-decoration: none;
  gap: 6px;
  margin-top: 20px;
}
.learn-more img {width: 24px;height: 24px;}
.feature-image {flex: 1;}
.feature-image img {
  width: 100%;
  border-radius: 12px;
  height: 343px;
}
.m-feature-image {display: none;}
.m-banner {display: none;}
.banner {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('images/banner.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  color: white;
  height: 143px;
  border-radius: 20px;
  margin: 0 12px;
  padding: 0 24px;
}
.banner-content {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-direction: row; 
}
.banner-text1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 130%;
}
.banner-line {width: 197px;height: 1px;}
.banner-text2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  margin-left: 30px;
}
.nexuras-video {
  position: relative;     
  z-index: 2;              
}
.nexuras-video-header {
  display: grid;
  align-items: center;
  justify-content: center;
  padding: 198px 195px 104px 195px;
}
.video-sub-title{
  font-weight: 600;
  font-size: 20px;
  color: #1E1764;
  line-height: 130%;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 24px;
}

.video-main-title{
  font-size: 44px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 130%;
}

.youtube-container iframe {border-radius: 10px;} 
.youtube-container {
  position: relative;
  max-width: 1530px;
  aspect-ratio: 16 / 9;
  margin-bottom: 20px;
  cursor: pointer;
  margin: 0 auto 196px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #555;
}
.youtube-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.youtube-container .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 256px;
  height: 128px;
  background: url('images/play_button.png') no-repeat center;
  background-size: contain;
  transform: translate(-50%, -50%);
}

.news-section {
  margin: 0 auto;
  /* padding: 0px 195px 104px 195px; */
  padding: 0px 0px 104px 0px;
  width: 100%;
  height: 929px;
  position: relative;
  background: #1E1764;
}

.news-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -629px;             
  height: 629px;           
  background: #1E1764;
  z-index: 0;            
  pointer-events: none;
}

.news-section > * {
  position: relative;
  z-index: 1;
}

.news-section-header {
  display: flex;justify-content: space-between;align-items: center;
  margin:0px auto 80px;max-width: 1530px;
}
.news-section-header-subtitle {font-size: 20px;font-weight: 500;line-height: 130%;margin-bottom: 48px;color: #32D74B;}
.news-section-header-title {font-size: 48px;font-weight: 600;line-height: 130%;color: #FFFFFF;}
.nav-btn {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  border: none;
  border-radius: 50%;
  width: 48px;height: 48px;
  margin-left: 8px;margin-top: 120px;
  cursor: pointer;
}
.nav-btn img {width: 48px;height: 48px;}
.news-card {
  width: 908px;
  height: 511px;
  flex-shrink: 0; 
  background-size: cover;  
  background-position: center; 
  background-repeat: no-repeat; 
  color: #222; 
  font-weight: bold;
  display: flex; 
  flex-direction: column; 
  border-radius: 24px; 
  padding: 95px 64px;
}
.news-card1-bg {background-image: url('images/news_card1.png');}
.news-card2-bg {background-image: url('images/news_card2.png');}
.news-card3-bg {background-image: url('images/news_card3.png');}
.news-card4-bg {background-image: url('images/news_card4.png');}
.news-card-title {
  font-family: 'Pretendard';
  font-weight: 700;
  font-style: 700;
  font-size: 40px;
  line-height: 120%;
  color: #fff;
}

.news-card1-sub {
  display: block;       
  color: #2DC146;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  margin: 24px 0 40px 0;
}

.news-card-desc {
  color: #DBDBDB;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
}

.news-card2-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

/* left */
.news-card2-sub { margin-bottom:21px;color:#17BE5C; font-size:16px; font-weight:700;font-style: bold;line-height: 120%; text-decoration: underline;text-underline-offset : 5px;}
.news-card2-title { font-size:40px; line-height:1.2; font-weight:700;font-style: bold;}
.news-card2-title .accent { color:#2DC146; font-family: 'Gangwon Tuntun';}
.news-card2-desc { color:#666666; font-size:16px; line-height:1.6;font-weight: 500;margin-top: 32px;}
.learn-card {
  position: relative;
  min-height: 320px;
  border-radius: 20px;
  color: #fff;
  padding: 60px 34px 40px;
}
.learn-card__label{
  position:absolute;
  top: 29px;
  left: 47%;
  transform:translateX(-50%);
  color:#2A236E;
  font-weight:700; font-size:18px;
  font-style: bold;line-height: 150%;
  white-space: nowrap;
}
.learn-list{
  list-style:none; 
  margin-top:50px;
  padding:0;
  display:flex; flex-direction:column; gap:14px;
  position:relative; 
}
.learn-list li{
  display:flex; gap:16px; align-items:flex-start;
  font-weight: 500;
  line-height:1.5; font-size:16px;
}
.learn-list .num{
  flex:0 0 24px;
  width:24px; height:24px;
  display:inline-flex; align-items:center; justify-content:center;
  border-radius:50%;
  background:#fff; color:#2A236E; font-weight:600;font-size: 16px;
  margin-top:2px; 
}

.news-card3-title {
  font-size: 40px; line-height: 1.2; font-weight: 700;font-style: bold;
  margin: 0 0 12px;color: #fff;
}
.news-card3-title .accent {
  background: linear-gradient(90deg,#00A86B 0%,#32D74B 50%,#A5E246 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  display: inline-block; font-weight: 800;
}

.news-card3-desc {
  font-size: 16px; line-height: 1.5;margin: 0 0 28px;
  color: #fff;font-weight: 500;
}

.news-card3-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.list {
  display: inline-flex; align-items: center; gap: 12px;
  background: #fff; color: #000000; padding: 14px 24px;
  border-radius: 9999px;
  font-size: 16px; line-height: 1.0; width: fit-content;
  font-weight: 600;
  margin-left: 201px;
}
.list-icon {
  width: 24px; height: 24px; border-radius: 6px;
  background: linear-gradient(90deg,#1E1764 0%,#449E9F 50%,#449E9F 50%, #A9F2A0 100%);
  display: inline-grid; place-items: center; color: #fff; font-weight: 900;
  position: relative;
}
.list-icon::before { content: "✓"; font-size: 14px; line-height: 1; }


.g {
  color: #13BA5E;
  font-size: 20px;
  
}
.news-card4-title {
  font-weight: 700;
  font-style: bold;
  font-size: 40px;
  line-height: 120%;
  color: #fff;
}

.news-card4-sub {
  display: block;
  color: #2DC146;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  margin: 16px 0 44px;
}

.news-card4-desc {
   display: grid;   
  gap: 18px;
  list-style: none;
}

.news-card4-desc-li-title {
  color: #fff;
  font-weight: 700;
  font-style: bold;
  font-size: 18px;
  line-height: 160%;
}

.news-card4-desc-li-txt {
  color: #DBDBDB;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
}

.swiper-slide {
  width: 908px !important;
  height: 511px !important;
}


 .swiper-slide:last-child {margin-right: 16px;}

.swiper-pagination {
  /* position: relative;
  text-align: center;
  margin-top: 20px;  */
  bottom: 110px !important;
}
.swiper-pagination-bullet {
  background: #dddddd !important;
}
.swiper-pagination-bullet-active {
  background: #0ABE53 !important;
}
/* .swiper-slide:last-child {margin-right: 16px;} */
.news-swiper {
  position: relative;
  /* left: 0; */
  /* width: calc(100% + 195px); */
  transition: left .3s ease, width .3s ease;
  /* right: 195px; */
  padding: 0px 16px;
}
.news-swiper.is-fullbleed {
  left: -195px;
  width: calc(100% + 390px);
}
.accordion-section {
  margin: auto;
  padding: 240px 20px 240px 20px; 
  max-width: 1496px; 
  margin: 0 auto;
}
.faq_label {
  display: inline-block; 
  background: linear-gradient(135deg, #00A86B 0%, #32D74B 80%, #A5E246 100%);
  color: #fff; font-weight: bold; 
  padding: 7px 15px; 
  border-radius: 9999px; 
  font-size: 20px; 
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 20px;
}
.question {
  font-size: 48px; 
  font-weight: 600; 
  line-height: 130%;
  margin-bottom: 23px;
}
.text-q {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  margin-right: 16px;
}
.que-desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 130%; 
  color: #444444; 
  margin-bottom: 80px;
}
.accordion {margin-bottom: 160px;}
.accordion .accordion-item {border-bottom: 1px solid #ddd;}
.accordion-header {
  width: 100%;
  padding: 32.5px 0px;
  font-size: 20px;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 600;
  line-height: 140%;
  position: relative;
}
.accordion-header::after {
  content: ""; 
  background-image: url('images/accordion_down.png'); /* 원하는 이미지 경로 */
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: #DDDDDD solid 1.4px;
  position: absolute;
  right: 20px;
  transition: transform 0.3s;
  width: 28px;
  height: 28px;
}
.accordion-header.active::after {
  content: ""; 
  background-image: url('images/accordion_up.png'); /* 원하는 이미지 경로 */
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
}
.accordion-body {
  max-height: 0;
  overflow: hidden;
  background: #f7f7f7;
  border-radius: 10px;
  padding: 0px 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 180%;
  display: flex;
}
.accordion-body.open {
  padding: 24px;
  max-height: 300px !important;
  margin-bottom: 24px;
}
.text-Q {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  margin-right: 16px;
}
.text-A{
  color: #32D74B;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 16px;
}
.contact-info {
  background-color: #F6F6F6; /* 필요 시 배경 설정 */
  padding: 31px 40px;
  border-radius: 10px;
  font-size: 18px;
  color: #000;
  line-height: 1.3;
  font-weight: 600;
}
.info-row {
  display: flex;
  align-items: center;
  margin: 9px 0px;
}
.info-icon {
  width: 32px;
  height: 32px;
  margin-right: 16px;
  object-fit: contain;
}












/* .news-container {
  display: flex;
  gap: 40px; 
  align-items: flex-start; 
}
.news-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  width: 252px;
}
.sidebar-slide-buttons {
  margin-top: 40px;
  display: flex;
  gap: 10px;
}
.tab-button {
  background: none;
  border: none;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  text-align: left;
  padding: 10px 0;
  color: #999999;
}
.tab-button.active {
  color: #0ABE53; 
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset : 8px;
}
.news-content h2 {font-size: 2rem;margin-bottom: 30px;}
.slider-wrapper {
  position: relative;
  flex: 1;
  width: 84%;
  margin-bottom: 20px; 
  overflow-x: clip;
  position: relative;
  z-index: 1;
}
.slider {display: flex;transition: transform 0.3s ease-in-out;}
.slider.hidden {display: none;}
.card {
  width: 596px;height: 327px;
  flex-shrink: 0; 
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
  color: #222; 
  font-weight: bold;
  display: flex; 
  flex-direction: column; 
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  border-radius: 20px; 
  margin-left: 16px; margin-right: 16px; 
}
.notice {padding: 93px 20px 0px 40px;}
.qa {padding: 62px 20px 20px 40px;}
.card1 {background-image: url('images/notice_01.png');}
.card3 {background-image: url('images/notice_03.png');}
.card4 {background-image: url('images/qa_01.png');}
.card5 {background-image: url('images/qa_02.png');}
.card6 {background-image: url('images/qa_03.png');}
.notice h1 {
  margin-bottom: 4px;
  color: #1E1764;
  font-weight: 700;
  font-size: 28px;
  line-height: 130%;
}
.qa h1 {
  margin-bottom: 33px;
  color: #1E1764;
  font-weight: 700;
  font-size: 28px;
  line-height: 130%;
}
.card h2 {
  margin-bottom: 27px;
  color: #1E1764;
  font-weight: 700;
  font-size: 28px;
  line-height: 130%;
}
.card span {
  margin-bottom: 24px;
  color: #1E1764;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
}
.card p {
  color: #333333;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 40px;
}
.mgt-12 {margin-top: 12px;}
.slide-buttons {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 150px;
}
.slide-btn {
  background: white;
  border: 1px solid #ddd;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide-btn img {width: 48px;height: 48px;} */



/* footer */
footer {
  background-color: #1b1b1b;
  color: white;
  padding: 40px 40px 56px 40px;
  text-align: center;  
}
.footer-container {
  display: flex;
  gap: 40px; 
  align-items: flex-start; 
}
.m-footer-container {display: none;}
.footer-text {
  display: flex;
  flex-direction: column;
  max-width: 1350px; 
  margin: 0 auto;    
  padding: 0 20px;    
  width: 100%;
}
.footer-icon img {width: 147px;height: 40px;}
.footer-text1 {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  text-align: left;
  margin-top: 8px;
  text-decoration: none;
  color: #fff;
}
.footer-text2 {
  display: flex;
  align-items: center; 
  margin-top: 56px;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #BDBDBD;
  text-align: left;
  white-space: nowrap; 
}
.phone {margin-left: 64px;}
.footer-text3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #BDBDBD;
  white-space: pre-wrap;
  text-align: left;
  margin-left: 39px;
}
.footer-text4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #666666;
  text-align: left;
  margin-top: 24px;
}

@media screen and (max-width: 1024px) {
  .top-nav {padding:0 20px;}
  .break {display: inline;}
  .nav-links {display: none;}
  .m-nav-links {display: block;}
  .menu-icon {width: 30px; height: 30px;}
  .lang-btn {vertical-align: baseline;}
  .menu-btn {background-color: #fff;border: none;margin-left: 18px;}
  .qp {
    position: fixed; top: 0; right: 0;
    width: 280px; height: 100vh;
    background: #fff; 
    z-index: 999; 
    box-shadow: -10px 0 30px rgba(0,0,0,.08);
    transform: translateX(100%); 
    transition: transform .25s ease;
  }
  .qp.is-open { transform: translateX(0); }
  .qp[hidden] { display: block; } 
  .qp-list {padding: 20px;display: flex;align-items: center;}
  .qp a:is(:link, :visited) { color: #000; }
  .qp a:hover, .qp a:focus { color: #000; text-decoration: underline; }
  .qp a:active { color: #000; }
  .qp-backdrop {
    position: fixed; inset: 0;
    background: rgba(0,0,0,.3);  /* 어두운 정도 여기서 조절 */
    opacity: 0; pointer-events: none;
    transition: opacity .2s ease;
    z-index: 998;  /* 패널 바로 아래 */
  }
  .qp-backdrop.is-open {
    opacity: 1; pointer-events: auto; /* 클릭 가능(바깥 클릭으로 닫기) */
  }
  /* 패널 열릴 때 스크롤 막고 싶으면 */
  body.modal-open { overflow: hidden; }
  .qp-list a {
    text-decoration: none;
    flex: 1; 
    font-weight: 500;
    font-size: 16px;
  }
  .qp-close {
    position: absolute; top: 20px; right: 20px;
    background: transparent; font-size: 30px; cursor: pointer;
    border: none;
  }
  .qp-head{
    display:flex; align-items:center; justify-content:space-between;
    padding:20PX;
  }
  .qp-line {
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1); /* 또는 #0000001A */
  }
  .qp-list .link-icon{
    margin-left: auto;      
    width: 20px; height: 20px;
    flex: 0 0 auto;         
  }
  .lang-switch{
    display:inline-flex; padding:4px; border:1px solid #DDDDDD;
    border-radius:4px; background:#fff; width: 130px;
  }
  .lang-item{
    padding:5px 8px; border-radius:4px;
    background:#fff; color:#111;
    font-weight:500; cursor:pointer; font-size: 14px;
    text-align: center;
  }
  .lang-item.is-active{
    background:#0ABE53; border-color:#DDDDDD; color:#fff;
    border: none;
  }
  /* features */
  .features {padding: 160px 20px;}
  .feature-header {
    display: block;
    padding: 20px 0px 0px 0px;
    margin-bottom: 0px;
  }
  .main-title {margin-left: 0px;margin-top: 24px;margin-bottom: 24px;}
  .sub-title {text-align: start;}
  .list-line.visible {width: 100%;}
  .list-line {margin: 64px 0px;}
  .feature-area {margin-left: 0px;}
  .feature-text p {width: 416px;}
  .floating-image1 {
    width: 263px;
    height: 197px;
    left: 433px;
  }
  .floating-image2 {
    width: 336px;
    height: 223px;
    top: -106px;
    right: 245px;
  }
  .feature-image2 {
    width: 138px;
    height: 174px;
    left: 433px;
    bottom: -63px;
  }

  /* banner */
 .banner {
    height: auto;
    padding: 24px;
    flex-direction: column;
    align-items: start;}
  .banner-content {gap: 12px;}
  .banner-text1 {text-align: left; align-self: flex-start;}
  .banner-line {align-self: flex-end;width: 325px;height: 1px;}
  .banner-text2 {
    text-align: right;
    align-self: flex-end;
    margin: 34px 40px 0px 0px;
  }
  /* video */
  .youtube-container {
    padding: 0 20px;
    width: 100%;
    background: none; 
  }
  /*  news-section  */
  .news-section {
    /* padding: 0px 20px 150px 20px; */
    padding: 0px 0px 150px 0px;
    height: 929px;
  }

  .news-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -484px;             /* 얼마나 위로 올릴지 */
    height: 484px;           /* 올라오는 높이 */
    background: #1E1764;
    z-index: 0;             /* 섹션 내용 뒤로 */
    pointer-events: none;
  }

  .news-section-header {
    padding: 0 20px 0; 
  }

  .swiper-pagination {
    /* position: relative;
    text-align: center;
    margin-top: 20px;  */
    bottom: 110px !important;
  }

  .g {
    font-size: 16px;
  }

}

@media screen and (max-width: 767px) {
  .top-nav {height: auto;padding: 20px;}
  .main {height: 675px;margin: 0px 8px;border-radius: 20px;}
  .main h1 {font-size: 36px;}
  .main-text {font-size: 40px;}
  .divider-img {display: none;}
  .lang-btn {padding: 0px;}
  .main p {display: none;}
  .main .btns {margin-top: 56px;margin-bottom: 88px;}
  .btn-download {display: none !important;}
  .scroll-icon {margin-top: 0px;margin-bottom: 10px;}
  .scroll-text {margin-bottom: 80px;}
  .features {padding: 0px 20px;margin: auto;}
  .feature-header {
    display: block;
    padding: 80px 0px 0px 0px;
    margin-bottom: 0px;
  }
  .news-header {display: flex;justify-content: flex-start;}
  .sub-title {
    font-weight: 600;
    font-size: 20px;
    color: #1E1764;
    line-height: 130%;
    white-space: nowrap;
    margin-bottom: 16px;
  }
  .main-title {font-size: 28px;  margin-bottom: 24px;}
  .feature-box {flex-direction: column;text-align: left;gap: 20px;}
  .list-line {
    border: 2px;
    display: block;
    width: 0;
    height: 1px; 
    background: url('images/list_line.png') repeat-x left center;
    background-size: cover;
    transition: width 2s ease-out;
    overflow: hidden;
    margin: 40px 0 15px 0px;
  }
  .list-line.visible {width: 97%;}
  .feature-image img {height: 343px;}
  .m-feature-image {display: block;flex: 1;}
  .m-feature-image img {width: 100%;border-radius: 12px;height: 343px;}
  .feature-image2 {display: none;}
  .feature-area { margin-top: -44px;margin-left: 0px;}
  .feature-text, .feature-image {width: 100%;}
  .feature-text p {width: 100%;margin-bottom: 32px;}
  .feature-text h3 {font-size: 24px;margin-bottom: 24px;white-space: normal;}
  .learn-more {display: none !important;}
  .floating-image1 {
    width: 219px; 
    height: 164px;
    margin: 0 auto;
    animation: floatUpDown 3s ease-in-out infinite;
    position: absolute;
    left: -20px;
    bottom: -68px;
  }
  .floating-image2 {
    width: 219px; 
    height: 164px;
    margin: 0 auto;
    animation: floatUpDown 3s ease-in-out infinite;
    position: absolute;
    top: 391px;
    right: -25px;
  }
  .banner {display: none;}
  .m-banner {
    display: flex;
    background-image: url('images/banner_mobile.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    height: 251px;
    padding: 48px 39px;
    color: white;
    margin: 80px 20px;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
  }
  .m-banner-text p {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.6;
    position: relative;
  }
  .last-line {display: flex;align-items: center;}
  .m-line {
    display: inline-block;
    height: 1px;
    width: 88px;
    background-color: white;
    margin-left: 8px;
    flex-shrink: 0;
    margin-top: 19px;
    margin-left: 16px;
  }
  .m-sub-text {font-size: 18px;font-weight: 600;margin-top: 24px;}
  .nexuras-video-header {
    padding: 0px 0px 80px 0px; 
  }
  .m-news-main-title {font-size: 28px;}
  .video-sub-title {font-size: 16px;}
  .video-main-title {font-size: 28px;}
  .news-section-header {display: block;}
  .news-section-header-right {display: none;}
  .news-section-header-title {
    font-size: 28px;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
    line-height: 130%;
  }
  .news-section-header-subtitle {
    font-weight: 600;
    font-size: 16px;
    color: #32D74B;
    line-height: 130%;
    white-space: nowrap;
    text-align: center;
    margin-bottom: 24px;
  }
  .swiper-slide {
    width: 280px !important;
    height: 469px !important;
  }
  .news-card {
    width: 280px;
    height: 469px;
    flex-shrink: 0; 
    background-size: cover;  
    background-position: center; 
    background-repeat: no-repeat; 
    color: #222; 
    font-weight: bold;
    display: flex; 
    flex-direction: column; 
    border-radius: 24px; 
    padding: 32px 0px 0 20px;
  }
  .news-card1-bg {background-image: url('images/mobile_news_card1.png');}
  .news-card2-bg {background-image: url('images/mobile_news_card2.png');}
  .news-card3-bg {background-image: url('images/mobile_news_card3.png');}
  .news-card4-bg {background-image: url('images/mobile_news_card4.png');}
  .news-section {
    margin: 0 auto;
    /* padding: 0px 20px 150px 20px; */
    padding:  0 0 150px;
    width: 100%;
    height: 775px;
    position: relative;
    background: #1E1764;
  }
  .news-section::before {
    top: -302px;             
    height: 302px;          
  }

  .news-card-title {
    font-weight: 700;
    font-size: 22px;
  }

  .news-card1-sub {
    font-size: 14px;
    margin: 8px 0 24px 0;
  }
  
  .news-card-desc {
    font-size: 12px;
  }

  .news-card2-container {
    display: block;
  }

  .news-card2-sub {
    margin-bottom: 19px;
    font-size: 14px;
  }
  .news-card2-title {
    font-size: 22px;
  }
  .news-card2-desc {
    margin-top: 24px;
    font-size: 12px;
  }
  .learn-card {
    padding: 29px 23px 40px;
  }

  .learn-card__label {
    top: 38px;
    font-size: 14px;
  }
  .learn-list {
    gap: 10px;
  }

  .learn-list li {
    font-size: 12px;
    gap: 8px;
  }

  .learn-list .num {
    flex: 0 0 18px;
    width: 18px;height: 18px;
    font-size: 12px;
  }

  .news-card3-title {
    font-size: 22px;
    margin: 0 0 24px;
  }

  .news-card3-desc{
    font-size: 12px;
    margin: 0 0 48px;
    padding-right: 30px;
  }

  .news-card3-list { 
    padding: 24px 11px; margin: 0; gap: 18px; 
    background: #fff; border-radius: 20px;
    width: 240px;
  }
  .list {
    display: block;
    background: none;  
    padding: 0px;
    font-size: 12px;
    font-weight: 700;
    margin-left: 0px;
    line-height: 140%;
  }
  .list-icon {
    width: 18px; height: 18px; 
    margin-right: 3px;
  }

  .g {font-size: 12px;}

  .list-icon::before { font-size: 12px; }
  .news-card4-title {font-size: 22px;}
  .news-card4-sub {
    font-size: 12px; 
    margin: 24px 0 32px;
  }


  .news-card4-desc-li-txt {
    font-size: 12px ;
  }

  .news-card4-desc-li-title {
    font-size: 14px ;
  }

  /* 자주묻는질문 */
  .accordion-section {padding: 120px 20px;}
  .faq_label {margin-bottom: 12px;font-size: 16px;}
  .question {margin-bottom: 16px;font-size: 32px;}
  .que-desc {margin-bottom: 48px;font-size: 16px;}
  .accordion {margin-bottom: 80px;}
  .text-Q {margin-right: 12px;font-size: 20px;}
  .accordion-header {
    font-size: 16px;
    padding: 29px 0px;
    justify-content: space-between; 
    color: #111111;
  }
  .accordion-header::after { width: 26px;height: 26px;right: 10px;}
  .accordion-body {font-size: 14px;}
  .question-text {
    max-width: calc(100% - 48px); /* 아이콘 크기+여백만큼 뺌 (28px + 20px) */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    flex-shrink: 0;     
  }
  .text-A {font-size: 18px;margin-right: 12px;}
  .contact-info {padding: 32px 24px;font-size: 16px;}
  .info-icon {margin-right: 12px;}













  .mcard {
    width: 280px;
    height: 411px;
    flex-shrink: 0; 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    color: #222; 
    font-weight: bold;
    display: flex; 
    flex-direction: column; 
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 20px; 
  }

  /* footer */
  footer {
      background-color: #1b1b1b;
      color: white;
      padding: 40px 0px 40px 20px;
      text-align: left;  
    }
  .footer-container {display: none;}
  .m-footer-container {display: block;}
  .footer-text {padding: 0px;}
  .footer-text a {margin-top: 56px;}
  .m-address {margin-top: 56px;}
  .m-phone {margin-top: 16px;}
  .phone {margin-left: 0;}
  .m-right {margin-top: 16px;}
  .footer-text span {
    color: #BDBDBD;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
  }
}
