.flex{display:flex;}
.main_con *{color:#333;}
.main_c{color:var(--main_c) !important;}
.main_c2{color:var(--main_c2) !important;}
.main_c3{color:var(--main_c3) !important;}

.in{max-width:1500px; margin:0 auto;}
.main_con {    }
.main_con h3{font-size:3em; margin-bottom:10px; color:var(--main_c);  font-weight:600; font-family: 'TMoneyDungunbaram'; letter-spacing:-3px;}
.main_con h4{font-size:2.5em; margin-bottom:20px; font-weight:600; font-family: 'TMoneyDungunbaram'; letter-spacing:-3px;}
.main_con p{font-size:1.2em;}
.main_con img{width:100%;}

@media (max-width: 1310px) { 
	.in{padding:0 3%; box-sizing:border-box;}
}


iframe{width:100%; height:100vh; display:block;}
section{}
section .in{max-width:1500px; margin:0 auto; width:100%; padding:100px 0; box-sizing:border-box;}
.section1{background:var(--main_c); color:#fff;  }

/* .section1 .in{padding:70px 0;} */
.section1{
  position: relative;
  background:
    radial-gradient(800px 400px at 15% 20%, rgba(59,130,246,.25), transparent 60%),
    radial-gradient(700px 350px at 85% 30%, rgba(37,99,235,.25), transparent 60%),
    linear-gradient(180deg, #0b1f4a 0%, #0b2f6f 50%, #081a3a 100%);
  color: #fff;
  overflow: hidden;
}
.section1 *{color:#fff; }
.section1 h3{color:#fff; margin-bottom:10px;}
.section1 p{margin-bottom:30px; color:rgba(255,255,255,.8)}
.section1 .in{max-width:1280px;}
.section1 ul{display:flex; gap:30px;}
.section1 li{width:100%; text-align:center; font-size:1.3em; background:rgba(255,255,255,.1); padding:60px 0; box-sizing:border-box; border-radius:10px; position:relative; box-shadow: 0 18px 40px rgba(0,0,0,.28); }
.section1 li::after{
    content: "";
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 0;
    height: 6px;
    background: linear-gradient(90deg, rgba(96, 165, 250, .0), rgba(96, 165, 250, .55), rgba(96, 165, 250, .0));

    transition: opacity .22s ease;
}
.section1 li i{font-size:2.5em; }
.section1 li p{margin:20px 0 0 0;}
.section1 li b{font-size:2.6em; font-weight:600; font-family: 'TMoneyDungunbaram';}
.section1 li span{font-size:2.6em; font-weight:600; font-family: 'TMoneyDungunbaram';}



/* ===== Cloud Section ===== */
.cloud{
  background:
    radial-gradient(800px 420px at 20% 10%, rgba(59,130,246,.18), rgba(0,0,0,0) 55%),
    radial-gradient(800px 420px at 85% 20%, rgba(29,78,216,.14), rgba(0,0,0,0) 55%),
    linear-gradient(180deg, #f8fbff, #ffffff);
}

.cloud .in{max-width:1100px;}
.cloud-head{
  text-align: center;
  margin-bottom: 26px;
}

.main_con .cloud-head h3{
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: #333;
  font-weight: 300;
  font-size:2.5em;
  margin-bottom:10px;
}

.cloud-head h3 strong{ font-size:1.1em; }
.cloud-head h3 strong, .cloud-head h3 b{
  font-weight:700;     font-family: 'TMoneyDungunbaram';
}

.main_con .cloud-sub{
  margin: 0 0 15px 0;
  color: #475569;
  line-height: 1.7;
  font-weight: 300;
  font-size:1.4em;
}

/* two cards */
.cloud .wrap{
  display: flex;
  gap: 20px;;
  margin-top: 18px;
}

/* card */
.cloud-card{
  background: #fff;
  border-radius: 18px;
  padding: 40px ; 
  box-sizing:border-box;
  box-shadow: 0 12px 28px rgba(15,23,42,.06);
font-size:1.1em;
width:50%;
position:relative;
}

.cloud-card i{position:absolute; right:50px; top:0; color:var(--main_c); font-size:2.5em;}

.cloud-card h5{
  margin: 0 0 7px 0;
  font-size: 1.4em;
  font-weight:700;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.cloud-card .desc{
  margin: 0 0 17px;
  color: #475569;
  line-height: 1.4;
  font-size:1em;
  font-weight:300;
}

/* check list */
.cloud-card .check{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap:wrap;
  gap: 5px;
  background: #eff6ff;
  padding:25px;
  box-sizing:border-box;
}

.cloud-card .check li{
  position: relative;
  padding-left: 28px;
  color: #0f172a;
  line-height: 1.55;
  font-weight: 300;
  font-size:1.1em;
  width:100%;
}

.cloud-card .check li::before{
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  background: #1d4ed8;
  background: var(--main_c);
  transform: translateY(5px);
  transition: .5s ease;
}

/* subtle accent */
.cloud-card:hover{
  transform: translateY(-5px);
  transition: .5s ease;
  box-shadow: 0 16px 34px rgba(15,23,42,.08);
}

/* responsive */
@media (max-width: 900px){
  .cloud{ padding: 56px 0; }
  .cloud-head h3{ font-size: 28px; }
  .cloud .wrap{ grid-template-columns: 1fr; }
}

@media (max-width: 520px){
  .cloud .in{ width: min(1200px, calc(100% - 28px)); }
  .cloud-head h3{ font-size: 24px; }
  .cloud-sub{ font-size: 14px; }
  .cloud-card{ padding: 18px; }
  .cloud-card h5{ font-size: 16px; }
}
/* 포인트 박스 */
.cloud-card .point{
  margin-top: 14px;
  padding: 25px;
  box-sizing:border-box;
  background: #eff6ff;
  color: #1d4ed8;
  color:var(--main_c);
  font-weight: 600;
  line-height: 1.3;
  text-align:center;
  font-size:1.1em;
}

/* 모바일 미세 조정 */
@media (max-width: 520px){
  .cloud-card .point{
    padding: 14px 16px;
    font-size: 14px;
  }
}
/* ===== Cloud Background SVG ===== */
.cloud{
  position: relative;
  overflow: hidden;
}

/* 공통 구름 */
.cloud-bg{
  position: absolute;
  top: -40px;
  left: 0;
  width: 200%;
  height: 260px;
  animation: cloudMove 60s linear infinite;
  z-index: 0;
}

/* 두 번째 구름 레이어 */
.cloud-bg2{
  top: 20px;
  opacity: .7;
  animation-duration: 90s;
}

/* 콘텐츠는 위로 */
.cloud .in{
  position: relative;
  z-index: 1;
}

/* 구름 이동 */
@keyframes cloudMove{
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* 
.cloud{background:var(--main_c);  }
.cloud *{color:#fff; }

.cloud .wrap{display:flex; gap:40px;}
.cloud .left{width:50%;}
.cloud .right{width:50%;}
.cloud h5{font-size:2em; font-weight:600;}
.cloud p{margin:10px 0;}
.cloud {}
.cloud ul{display:flex; gap:40px;}
.cloud li{} */


.business{background:#000;  color:#fff;}
.business *{color:rgba(255,255,255,.9);}
.business h4 { font-weight:300; margin-bottom:70px; line-height:1.3;}
.business h4 b{ font-family: 'TMoneyDungunbaram'; border-bottom:4px solid; color:#fff;}
.business ul{}
.business li{display:flex; gap:60px; align-items:center;}
.business li:nth-child(even){ flex-direction: row-reverse;}
.business li:nth-child(even) .txtbox{ text-align:right;}
.business li img{width:50%; border-radius:10px;   filter: drop-shadow(0 0 10px rgba(96,165,250,.35));}
.business li .txtbox{width:50%; line-height:1.4; font-size:1.1em;}
.business li .txtbox h5{ font-size:2.5em; font-weight:700; font-family: 'TMoneyDungunbaram'; letter-spacing:-4px; }
.business li .txtbox p{ margin:10px 0 20px 0;}
.business li .point{background:var(--main_c)  ;  padding:13px 30px; box-sizing:border-box; border-radius:50px; font-size:.9em; }
.business li .point i{c }



.business{
  position: relative;
  background:
    radial-gradient(900px 420px at 15% 10%, rgba(59,130,246,.15), transparent 60%),
    radial-gradient(800px 380px at 85% 30%, rgba(37,99,235,.12), transparent 60%),
    linear-gradient(180deg, #020617 0%, #020617 100%);
  color: #fff;
  overflow: hidden;
}


.business h4.c b{
  color: #60a5fa;
  position: relative;
}

.business h4.c b::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-6px;
  width:100%;
  height:3px;
  background: linear-gradient(90deg, #60a5fa, #2563eb);
  border-radius: 999px;
}




/* 
.step	 {font-size:1.3em; position:relative; background: url(../img/bs4.png) no-repeat center / cover, rgb(0 0 0 / 50%);
    background-blend-mode: multiply; padding:150px 0;}
.step .flex{}
.step .flex::after{position:absolute; width:100%; height:1px; background:#aaa; top:150px; left:0; content:''; }

.step	 dl{position:relative; width: 25%; text-align:center; padding-top:30px; box-sizing:border-box; z-index:99;}
.step dl::before{content: '';
	position: absolute;
	top: -6px;
	right: calc(50% - 6px);
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #eee;

}
.step	 dt{font-weight:900; font-size:2em; color:#eee}
.step dd{line-height:1.6; color:#ddd; font-size:.9em; margin-top:16px;}

@media all and (max-width:900px) {
 .step{font-size:1em; padding:60px 0;}
 .step .flex{flex-direction:column;}
 .step .flex::after{
    content: '';
    position: absolute;
    top: 0;
    left: 5%;
    width: 2px;
    height: 100%;
 }
 .step dl{width:100%; display:flex; text-align:left; padding-left:30px; gap:15px; padding-top:0; margin-bottom:60px;}
 .step dl::before{left:1%; top:15px;}
 .step dl:last-child{margin-bottom:0;}
 .step dd{font-size:1em; margin-top:10px;}
} */
.step{
  font-size:1.3em;
  position:relative;
  background: url(../img/bs4.png) no-repeat center / cover, rgb(0 0 0 / 40%);
  background-blend-mode: multiply;
  padding:100px 0;
  color:#fff;
}

.step h5{
  margin:0 0 70px;
  text-align:center;
  font-size:2em;
  line-height:1.25;
  letter-spacing:-2px;
  color:rgba(255,255,255,.9);
  font-family: 'TMoneyDungunbaram';
}

.step h5 b{ color:#fff;  font-family: 'TMoneyDungunbaram';}

/* 타임라인 라인 */
.step .flex .in{
  display:flex; padding:0; max-width:1300px;
}
.step .flex{  position:relative;}
.step .flex::after{
  position:absolute;
  width:100%;
  height:1px;
  background: rgba(255,255,255,.35);
  top:48px;
  left:0;
  content:'';
}

/* 각 스텝 */
.step dl{
  position:relative;
  width:25%;
  text-align:center;
  padding-top:30px;
  box-sizing:border-box;
  z-index:2;
}

/* 라인 위 도트 */
.step dl::before{
  content:'';
  position:absolute;
  top:42px;
  right: calc(50% - 6px);
  width:12px;
  height:12px;
  border-radius:50%;
  background:#d7eaff;
  box-shadow: 0 0 0 6px rgba(59,130,246,.5);
}

/* 제목 */
.step dt{
	letter-spacing:-2px;
  font-weight:900;
  font-size:1.65em;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction: column;
  gap:40px;
  margin-top: -65px;
  font-family: 'TMoneyDungunbaram';
}

/* ✅ 숫자 배지 */
.step .step-num{
  padding: 17px 20px;
  box-sizing:border-box;
  border-radius:60px;
  font-size:.6em;
  font-weight:900;
  letter-spacing:-1.5px;
  color:#d7eaff;
  background: rgba(59,130,246,.5);
  font-family: 'TMoneyDungunbaram';
}

/* 설명 */
.step dd{
  line-height:1.6;
  color: rgba(255,255,255,.78);
  font-size:.9em;
  margin-top:5px;
  font-weight: 200;
}

/* 하단 안내 문구 */
.main_con .step-note{
  margin-top:40px;
  text-align:center;
  color: rgba(255,255,255,.8);
  font-weight:300;
  line-height:1.7;
  font-size:.85em;

  padding:20px; background: rgba(255,255,255,.2);
  border-radius:10px;
  max-width:1300px;

}
.main_con .step-note i{  color: rgba(255,255,255,.8);}
/* =========================
   Mobile
========================= */
@media all and (max-width:900px){
  .step{
    font-size:1em;
    padding:70px 0;
  }

  .step h5{
    font-size:1.7em;
    margin-bottom:32px;
  }

  .step .flex{
    flex-direction:column;
    gap:0;
  }

  /* 세로 타임라인 */
  .step .flex::after{
    content:'';
    position:absolute;
    top: 0;
    left: 22px;
    width: 2px;
    height: 100%;
    background: rgba(255,255,255,.28);
  }

  .step dl{
    width:100%;
    display:flex;
    flex-direction:column;
    text-align:left;
    padding-left:54px;
    padding-top:0;
    margin-bottom:34px;
  }

  .step dl::before{
    left:16px;
    top:10px;
    right:auto;
  }

  .step dt{
    justify-content:flex-start;
    gap:10px;
    font-size:1.35em;
  }

  .step dd{
    font-size:1em;
    margin-top:10px;
  }

  .step dl:last-child{
    margin-bottom:0;
  }

  .step-note{
    margin-top:28px;
    font-size:.95em;
  }
}


.bn{background: url(../img/vi1.png) no-repeat center / cover, rgb(0 0 0 / 60%);     background-blend-mode: multiply; color:#fff;}

.gallery .section02{position:relative; margin-top:30px;}
.gallery .section02 .swiper{width:auto; }
.gallery .section02 .swiper-button-prev, .gallery .section02 .swiper-button-next{top:40%; margin-top:53px; width: 47px;}
.gallery .section02 .swiper-button-prev{left:-56px;}
.gallery .section02 .swiper-button-next{right:-56px;}
.swiper-button-next:after, .swiper-button-prev:after{display:none;}
.gallery .section02 .txtbox{padding:25px; box-sizing:border-box; background:#f7f7f7;}
.gallery .section02 h5{font-size:1.5em; font-weight:600; margin-bottom:7px;}
.gallery .section02 p{font-size:1.2em; text-align:left; font-weight:300;}
/* .gallery .section02 .swiper-pagination {
  position: absolute;
  right: 0;
  top: 15px;
  width:auto;
  font-weight: 400;
  text-align:right;
  font-size:26px;
  color:#353535;
} */
.gallery .section02 .swiper-pagination-current{color:var(--main_c); font-size:33px; font-weight:700;}
.swiper-scrollbar{bottom:-40px !important;}

@media (max-width:1400px) {
	.gallery .section02 .swiper{width:90%; margin:0 auto;}
	.gallery .section02 .swiper-button-next{right:0;}
	.gallery .section02 .swiper-button-prev{left:0;}

}

@media (max-width:900px) {
	.gallery .wrap{flex-direction:column; gap:20px; align-items: start; margin-bottom:90px;}
	.gallery .swiper{width:100%;}
	.gallery h5{font-size:22px; margin-bottom:15px; gap:13px;}
	.gallery h6{font-size:24px; margin-bottom:10px;}
	.gallery p{font-size:15px;}
	.gallery ul{width:100%;}
	.gallery li{margin-bottom:19px;}
	.gallery .swiper-button-prev, .gallery .swiper-button-next{width:22px; height:22px;}
	.gallery .swiper-pagination-bullet{width:7px; height:7px; margin:0 3px !important;}
	.gallery .swiper-pagination-bullet-active{width:17px;}
	.gallery .swiper-pagination{bottom:10px !important; }
	.gallery .section02{margin-top:100px;}
	.gallery .section02 .swiper{width:80%; margin:0 auto;}
	.gallery .section02 p{font-size:15px;}
	.gallery .section02 .swiper-pagination{top:4px; font-size:19px;}
	.gallery .section02 .swiper-pagination-current{font-size:30px;}
	.gallery .section02 .swiper-button-prev, .gallery .section02 .swiper-button-next{top:35%;}
}




/* =========================
   Dual Banner Section
   (one background + 2 panels)
========================= */
.bn-dual{
  position: relative;
  overflow: hidden;
  /* ONE shared background */
/*   background:
    radial-gradient(900px 420px at 18% 20%, rgba(59,130,246,.18), transparent 60%),
    radial-gradient(900px 420px at 82% 20%, rgba(37,99,235,.18), transparent 60%),
    linear-gradient(180deg, #020617 0%, #0b1f4a 45%, #020617 100%); */
  color: #fff;
}

/* subtle overlay image option (replace url if you want) */
/* .bn-dual::after{
  content:"";
  position:absolute; inset:0;
  background:url('./img/banner_bg.jpg') center/cover no-repeat;
  opacity:.08;
  pointer-events:none;
} */

.bn-inner{
  margin: 0 auto;
  display: flex;
  gap: 30px;
  position: relative;
  z-index: 1;
}

/* panel */
.bn-panel{
width:50%;
  position: relative;
  border-radius: 22px;
  padding: 70px 50px;
  box-sizing:border-box;
  border: 1px solid rgba(255,255,255,.10);
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  box-shadow: 4px 8px 20px rgba(0, 0, 0, .35);
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
 background: url(../img/bs3.png) no-repeat left center / cover, rgb(0 0 0 / 50%); background-blend-mode: multiply;
}
.bn-panel.estimate{background: url(../img/bs2.png) no-repeat center bottom/ cover, rgb(0 0 0 / 50%);}

.bn-panel:hover{background-color:rgb(10 69 136 / 63%)}
/* each panel accent */
/* .bn-panel.partner::before,
.bn-panel.estimate::before{
  content:"";
  position:absolute;
  inset:-120px -120px auto auto;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  filter: blur(2px);
  opacity: .9;
  transform: rotate(18deg);
}
.bn-panel.partner::before{
  background: radial-gradient(circle, rgba(59,130,246,.35), rgba(59,130,246,0) 60%);
}
.bn-panel.estimate::before{
  background: radial-gradient(circle, rgba(34,211,238,.28), rgba(34,211,238,0) 60%);
} */

/* hover effect (not tacky): lift + glow + divider line */
.bn-panel::after{
  content:"";
  position:absolute;
  left: 26px;
  right: 26px;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(96,165,250,.0), rgba(96,165,250,.55), rgba(96,165,250,.0));
  opacity: 0;
  transition: opacity .22s ease;
}

.bn-panel:hover{
  transform: translateY(-6px);
  border-color: rgba(147,197,253,.22);
  box-shadow: 0 26px 80px rgba(0,0,0,.48);
}
.bn-panel:hover::after{ opacity: 1; }

.bn-content{
  position: relative;
  z-index: 1;
}

.bn-content h3{
  margin: 0 0 10px;
  color: rgba(255,255,255,.72);
  font-size:2em;
}

.bn-content h5{
  margin: 0 0 20px;
  font-size: 1.4em;
  color: rgba(255,255,255,.9);     font-family: 'TMoneyDungunbaram'; letter-spacing:-2px; line-height:1.3;
}
.bn-content h5 p.tit{  font-size: 1.3em; color:#fff;  font-family: 'TMoneyDungunbaram'; letter-spacing:-2px; font-weight:800;}
.bn-content h5 b{
  color: var(--main_c2);
  font-weight: 800;     font-family: 'TMoneyDungunbaram'; letter-spacing:-2px;
}
.bn-content p.sub{
  margin: 0 0 20px;
  color: rgba(255,255,255,.8);
  font-size:1.1em;
  font-weight:300;
  line-height:1.4;
  font-family:'pretendard'; letter-spacing:0;
}

/* button */
.bn-btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 30px;
  border-radius:50px;
  letter-spacing: -0.01em;
  color: rgba(255,255,255,1);
/*   background: #ffffff; */
  border: 1px solid rgba(255,255,255,.6);
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.bn-btn::after{
  content:"→";
  font-weight: 900;
  opacity: .85;
}
.bn-panel.partner .bn-btn{
  box-shadow: 0 14px 28px rgba(59,130,246,.18);
}
.bn-panel.estimate .bn-btn{
  box-shadow: 0 14px 28px rgba(34,211,238,.14);
}

.bn-panel:hover .bn-btn{
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(0,0,0,.28);
}

/* accessibility: keyboard focus */
.bn-btn:focus{
  outline: none;
}
.bn-btn:focus-visible{
  outline: 3px solid rgba(147,197,253,.6);
  outline-offset: 3px;
}

/* responsive */
@media (max-width: 900px){
  .bn-dual{ padding: 56px 0; }
  .bn-inner{ grid-template-columns: 1fr; }
  .bn-panel{ padding: 28px 22px; }
  .bn-content p{ font-size: 17px; }
}

@media (max-width: 520px){
  .bn-inner{ width: min(1200px, calc(100% - 28px)); }
  .bn-content p{ font-size: 16px; }
  .bn-content .sub{ font-size: 13px; }
  .bn-btn{ width: 100%; justify-content: center; }
}





/* =========================
   FOOTER
========================= */
.footer{
  background: #020617;
  border-top: 1px solid rgba(255,255,255,.2);
  font-size:1em;
}

.footer .in{  padding: 50px 0; box-sizing:border-box;}
.footer .desc {margin-bottom:20px; }
.footer .desc  div{color:rgba(255,255,255,.5); margin-top:10px;}
.footer .desc strong{
  display: block;
  margin-top: 6px;
  font-size: 1.4em;
  color: rgba(255,255,255,.8);
}


.footer .desc span{
  display: block;
  color: #93c5fd;
  font-weight: 700;
  margin-top: 2px;
  opacity:.6;
}


/* 회사 정보 */
.footer .company{
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
  gap: 30px; display:flex;
  flex-wrap:wrap;
}

.footer .company li{
  line-height: 1.6;
color: rgba(255,255,255,.6);

}

.footer .company b{
  color: rgba(255,255,255,.8);
  font-weight: 700;
  margin-right: 4px;
}


/* 카피라이트 */
.footer .copy{
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.2);
  font-size: 14px;
  color: rgba(255,255,255,.4);
}

.footer .copy b{
  color: rgba(255,255,255,.6);
  font-weight: 500;
}

/* =========================
   Mobile
========================= */
@media (max-width: 768px){
  .footer .company{
    grid-template-columns: 1fr;
  }

  .footer .desc strong{
    font-size: 15px;
  }
}
