body,h1, h2, h3, h4, h5, h6,input,select,label,button,textarea{font-family:'Pretendard Variable',sans-serif; line-height: 1.5;}
body{  color: #333;  word-break:keep-all; background: #fff;}
p{ word-break:keep-all;}
img{max-width:100%;}

.header,
.footer, 
#footerPopup,
#wrapper{font-size: clamp(16px,0.938vw,18px);}

.inner{width: 90%; max-width:1400px; margin:0 auto;}

/* header */
.header{position:fixed;top:0;left:0;width:100%;z-index:9999; transition:all ease .4s;}
.header.hide{	transform:translateY(-100%);}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:80px; max-width:1720px; margin:0 auto; width: 90%;}
.logo{position:relative;z-index:10001; width: clamp(170px,10.208vw,196px);  filter: brightness(0) invert(1);}
.logo img{display:block; }
.gnb{height:100%;}
.depth1{display:flex;align-items:center;gap:60px;height:100%;margin:0;padding:0;list-style:none;}
.depth1>li{position:relative;height:100%;}
.depth1>li>a{display:flex;align-items:center;height:100%; font-weight:500;color:#fff;text-decoration:none;}
.depth2{position:absolute;top:100%;left:50%;transform:translateX(-50%);min-width:220px;margin:0;padding:15px 0;list-style:none;background:rgba(0,0,0,.9);border-radius:10px;opacity:0;visibility:hidden;transition:.3s;}
.depth2 li a{display:block;padding:5px 20px;color:#fff;text-decoration:none;white-space:nowrap;font-size:15px;}
.depth2 li a:hover{opacity:.7;}
.depth1>li:hover .depth2{opacity:1;visibility:visible;}
.menu-btn{display:none;position:relative;width:40px;height:40px;padding:0;border:0;background:none;cursor:pointer; }
.menu-btn span{position:absolute;left:50%;width:28px;height:2px;background:#fff;transform:translateX(-50%);}
.menu-btn span:nth-child(1){top:11px;}
.menu-btn span:nth-child(2){top:19px;}
.menu-btn span:nth-child(3){top:27px;}
.menu-close{display:none;}  

 
.header.scrolled{background: #fff;}
.header:has(.gnb.active) .logo,
.header.scrolled .logo{    filter:none;}
.header:has(.gnb.active) a,
.header.scrolled .depth1>li>a{	color:#111;}  
.header.scrolled .menu-btn span{background: #111;}

.header:has(.gnb.active).hide{    transform: translateY(0);}




/* footer */
.footer{padding:clamp(30px,3.125vw,60px) 0 clamp(15px,1.563vw,30px);background:#EFF2F5; color:#666; font-weight: 400;}
.footer-inner{width:90%; max-width:1720px; margin:0 auto;}
.footer-top{display:flex;justify-content:space-between;align-items:flex-start; flex-wrap:wrap; gap:20px;}
.footer-logo  {width:clamp(170px,10.208vw,196px);}
.footer-nav{display:flex;gap:10px clamp(10px,3.125vw,60px) ; flex-wrap:wrap;}
.footer-nav a{font-size:clamp(14px,0.938vw,18px);font-weight:500; }
.footer-middle{margin-top:clamp(20px,3.646vw,70px);display:flex; gap:20px;justify-content:space-between;align-items:flex-start; flex-wrap:wrap;}
.footer-info{display:flex;flex-direction:column;gap:7px;}
.info-row{display:flex; gap:20px; font-size:clamp(13px,0.833vw,16px);}
.info-row .label{width:clamp(100px,6.771vw,130px); font-weight:500; }
.info-row .value{position:relative;padding-left:24px;     flex: 1; }
.info-row .value::before{content:'';position:absolute;left:0;top:20%; width:1px;height:clamp(12px,0.729vw,14px);background:#d2d4d8;}
.btn-top{width:50px; aspect-ratio:1; border:none;border-radius:50%;background:#4334a5;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;}
.footer-link-area{display:flex; flex-direction:column; gap:clamp(10px,1.042vw,20px); align-items:flex-end; flex:1;}
.footer-links{display:flex;justify-content:flex-end;gap:5px clamp(16px,1.771vw,34px); flex-wrap:wrap;}
.footer-links a{position:relative;font-size:clamp(14px,0.833vw,16px);  transition:all ease .35s; color: #666;}
.footer-links a:not(:last-child)::after{content:'';position:absolute;right:clamp(-17px,-0.885vw,-8px);top:50%;transform:translateY(-50%);width:1px;height:12px;background:#d7d9dd;}
.footer-links a:hover{ color:#4334a5;text-decoration:underline;}
.footer-bottom{margin-top:clamp(15px,1.563vw,30px);display:flex;justify-content:space-between;align-items:center; flex-wrap:wrap; gap:10px; padding-top: clamp(15px,1.563vw,30px); border-top:1px solid #ddd;}
.copyright{font-size:clamp(12px,0.781vw,15px); }
.footer-policy{display:flex; flex-wrap:wrap; gap:5px clamp(10px,1.042vw,20px);}
.footer-policy a{font-size:clamp(12px,0.781vw,15px); color: #666; }
.footer-policy a.active{color: #101010; font-weight: 600;}
#top_btn{width: 50px; aspect-ratio:1; border:0; border-radius:50%; background: #6740c9; color: #fff; font-family:inherit; font-size: 20px;}
#top_btn:hover{background: #101010;}



@media(max-width:1024px){ 
	.header-inner{ height: 70px;} 
	.menu-btn{display:block;} 
	.gnb{position:fixed;top:0;right:-100%;width:100%;height:100vh;background:#fff;overflow-y:auto;padding:90px 5% 40px;transition:.4s;z-index:10000;} 
	.gnb.active{right:0; background: #fff;}  
	.depth1{display:block;height:auto;gap:0;} 
	.depth1>li{height:auto;border-bottom:1px solid rgba(255,255,255,.1);}
	.depth1>li>a{display:block;height:auto;padding:16px 0;color:#fff; position:relative; font-size: 20px; border-top:1px solid #ddd;}
	.depth1>li>a.has-sub:after{content:'+';position:absolute;right:0;top:50%;transform:translateY(-50%); font-weight: 200; font-size: 30px; line-height: 1; margin-top: -3px;}
	.depth1>li.active>a.has-sub:after{content:'-';}
	.depth2{display:none;position:static;transform:none;min-width:auto;background:none;border-radius:0;padding:0 0 20px 20px;opacity:1;visibility:visible;}
	.depth1>li.active .depth2{display:block;}
	.depth2 li a{padding:5px 0;color:rgba(255,255,255,.7); font-size: 18px;}
	.menu-close{display:block;position:absolute;top:15px;right:15px;width:50px;height:50px;padding:0;border:0;background:none;cursor:pointer;}
	.menu-close span{position:absolute;top:50%;left:50%;width:28px;height:2px;background:#111;}
	.menu-close span:first-child{transform:translate(-50%,-50%) rotate(45deg);}
	.menu-close span:last-child{transform:translate(-50%,-50%) rotate(-45deg);}
}




/************************************************* sub *************************************************/

/* section */
.section-head{margin-bottom: clamp(30px,3.125vw,60px);}
.section-label{display:block;margin-bottom:10px;color:#6740c9; font-weight:700;}
.section-title{font-size:clamp(28px,2.344vw,45px);  line-height: 1.3; letter-spacing:-.04em;}


/* tab */
.tab-wrap{display:flex; flex-wrap:wrap; align-items:flex-start;gap:clamp(5px,0.521vw,10px);margin-bottom:clamp(40px,4.167vw,80px); overflow-x:auto; 	 } 
.tab-wrap a{background: #f5f5f5; border-radius:8px; display:flex; align-items:center; justify-content:center; padding:clamp(8px,0.729vw,14px) clamp(16px,1.042vw,20px); transition:.3s; color: #888; font-weight: 550; font-size:clamp(14px,0.938vw,18px);}
.tab-wrap a.active,
.tab-wrap a:hover{ background: #101010; color: #fff; }


/* common */
.page-title{ font-size:clamp(18px,1.25vw,24px);font-weight:700; margin-bottom: clamp(15px,1.563vw,30px);}
.page-title h2{font-size:clamp(28px,2.344vw,45px);line-height:1.3; margin-top: 20px; }
.page-intro{padding:clamp(120px,10.417vw,200px) 0;   } 
.page-intro-img{overflow:hidden; width: 100%; height: clamp(200px,20.833vw,400px);    display: flex;   align-items: flex-end;    justify-content: center;}
.page-intro-img img{width:100%; min-height:150%; object-fit:cover;}
.page-intro-content{display:flex; flex-wrap:wrap; justify-content:space-between;  gap:20px;padding-top:clamp(40px,4.167vw,80px);}
.page-intro-content .title{flex:1;}
.page-intro-content .desc{max-width:600px;}
.page-intro-content h2{max-width:600px;font-size:clamp(28px,2.344vw,45px);line-height:1.3; }
.page-intro-content h2 span{color: #6740c9;}
.page-intro-content p{font-size:clamp(17px,1.042vw,20px); font-weight: 500; }
.page-intro-content p + p{margin-top: 20px;}
.page-intro-content .btns{display:flex; gap:10px; margin-top: clamp(20px,2.083vw,40px);}
.page-intro-content .btns a{height: clamp(45px,2.917vw,56px); width: 40%; max-width:200px; background: #f5f5f5; display:flex; align-items:center; justify-content:center; border-radius:50px; font-weight: 550; transition:all ease .35s;}
.page-intro-content .btns a:hover,
.page-intro-content .btns a.active{background: #6740c9; color:#fff;}

.page-hero{position:relative;height:100vh;overflow:hidden;}
.page-hero .inner{height: 100%;}
.page-hero-bg{position:absolute;inset:0;}
.page-hero-bg img{width:100%; object-fit:cover; height: 100%;}
.page-hero-bg::after{content:'';position:absolute;inset:0;background:rgba(0,0,0,.45);}
.page-hero-content{position:relative;z-index:2;height:100%; display:flex; flex-direction:column; justify-content:flex-end; color: #fff; padding-bottom: clamp(80px,10.417vw,200px);}
.page-hero-content h1{font-size:clamp(40px,4.688vw,90px);font-weight:650;line-height:1.1;}
.page-hero-content strong{margin-top:clamp(20px,1.563vw,30px);font-size:clamp(20px,1.667vw,32px);  }
.page-hero-content p{margin-top:clamp(10px,1.042vw,20px);font-size:clamp(18px,1.042vw,20px); }

.page-hero-content.center{justify-content:center; padding-bottom: 0; text-align: center;}
.page-hero-content.center h1{font-size: clamp(32px,3.125vw,60px);}
.page-hero-content.center strong{font-weight: 600; font-size:clamp(18px,1.25vw,24px);  }

/* about */ 
.about-core{padding:clamp(60px,7.292vw,140px) 0;background:#f5f5f5;} 
.about-core-list{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(10px,1.563vw,30px);} 
.about-core-card{position:relative;padding:clamp(100px,8.333vw,160px) clamp(30px,2.604vw,50px) clamp(30px,2.604vw,50px) clamp(70px,5.208vw,100px);background:url('/assets/images/sub/about-card-bg.png') no-repeat center center / 100% 100%; transition:.5s; display:flex; flex-direction:column; gap:clamp(10px,1.042vw,20px);}
.about-core-card span{display:block; font-weight: 600;color:#4334a5;}
.about-core-card h4{ font-size:clamp(24px,1.667vw,32px);line-height:1.3;font-weight:700; } 
.about-core-card .icon{ text-align: right; margin-top: clamp(5px,1.042vw,20px);}
.about-core-card .icon img{max-width:clamp(70px,7.917vw,152px);}


/* business */ 
.solution-nav{position:absolute; left:clamp(20px,5.208vw,100px); top:clamp(40px,5.208vw,100px); z-index:1; color: #fff;}
.solution-showcase{position:relative; display:flex;} 
.solution-tab{opacity:.25;transition:.4s; } 
.solution-tab.active{opacity:1;}
.solution-tab strong{display:block;font-size:clamp(18px,2.188vw,42px);font-weight:650;} 
.solution-panels{	position:relative;	width:100%;	height:100vh;}
.solution-panel{color: #fff;	position:absolute;	inset:0;display:flex;	flex-direction:column;	align-items:center;	justify-content:center;	opacity:0;	visibility:hidden;	pointer-events:none; }
.solution-panel.active{	opacity:1;	visibility:visible;}
.solution-content{position:sticky;top:0;flex:1;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;}
.solution-progress{position:absolute;top:80px;right:80px;} 
.solution-image {  width: 100%; height: 100%; z-index:-1; display:flex; align-items:center; justify-content:center; background: #000;     pointer-events: none;}

.solution-image:before{content:''; max-width: 857px; width: 80%; aspect-ratio:1469 / 775; position:absolute; left:20px; bottom:20px; opacity:.35;background: url('/assets/images/sub/business-bg-text.png') no-repeat center center / contain;}
.solution-image > img{ position:absolute; left:0; top:0;width: 100%; height: 100%; opacity:.3;     mix-blend-mode: overlay;}
.solution-image .thumb{width:clamp(150px,31.25vw,600px);aspect-ratio:1.8; z-index:1;}
.solution-image img{width:100%;height:100%;object-fit:cover; }
.solution-desc{position:absolute;left:50%;bottom:clamp(40px,5.208vw,100px);width:320px;font-size:clamp(16px,0.938vw,18px); }
.solution-title{	position:absolute;	left:50%; top:clamp(120px,5.208vw,100px);width: 45%;	font-size:clamp(28px,2.604vw,50px);	font-weight:700; line-height: 1.3; }
.solution-title .line{	display:block;	color:rgba(255,255,255,0.3);	background:linear-gradient(		90deg,		#fff 0%,		#fff var(--fill,0%),		rgba(255,255,255,0.3) var(--fill,0%)	);	-webkit-background-clip:text;	-webkit-text-fill-color:transparent;}

/* recruit */
.talent-section{padding:clamp(60px,7.292vw,140px) 0; background: #f5f5f5;}  
.talent-section .headline{    color: #6740c9; font-size: clamp(18px,1.563vw,30px); text-align: center; font-weight: 650;}
.talent-diagram{position:relative;width: 100%; max-width:clamp(500px,46.875vw,900px); aspect-ratio:700 / 533;margin:0 auto; background: url('/assets/images/sub/talent-line-bg.png') no-repeat center center / contain;  text-align: center;} 
.talent-item{position:absolute;} 
.talent-item h3{font-size:clamp(13px,1.25vw,24px); line-height: 1.3;font-weight:650;}
.talent-item:nth-child(1){left:50%; transform:translateX(-50%); top:25%;}
.talent-item:nth-child(2){left:20%; top:71%;}
.talent-item:nth-child(3){right:20%; top:71%;}
.education-system{padding:clamp(60px,7.292vw,140px) 0;}
.education-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;}
.education-card{position:relative;overflow:hidden; min-height:400px; color:#fff;border-radius:12px;}
.education-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:1s;}
.education-card::before{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.75),rgba(0,0,0,.15));z-index:1;}
.education-content{position:absolute;left:clamp(20px,2.083vw,40px);right:clamp(20px,2.083vw,40px);bottom:clamp(30px,2.083vw,40px);z-index:2;}
.education-content h3{font-size:clamp(24px,1.667vw,32px);font-weight:700;}
.education-content p{margin-top:10px;font-size:clamp(16px,0.938vw,18px); color:rgba(255,255,255,.8);}
.education-card:hover img{transform:scale(1.08);}
.welfare-section{padding:clamp(60px,7.292vw,140px) 0; overflow:hidden;     background: #f5f5f5;} 
.welfare-slider{overflow:hidden;}
.welfare-track{display:flex;gap:clamp(15px,1.563vw,30px);width:max-content;}
.welfare-item{width:clamp(300px,52.083vw,1000px);  flex-shrink:0;}
.welfare-item img{width:100%;aspect-ratio:2;object-fit:cover;border-radius:12px;display:block;}
.recruit-cta{position:relative;padding:clamp(120px,11.458vw,220px) 0;overflow:hidden;}
.recruit-cta-bg{position:absolute;inset:0;}
.recruit-cta-bg img{width:100%;height:100%;object-fit:cover; transform:scale(1.15);}
.recruit-cta-bg::after{content:'';position:absolute;inset:0;background:rgba(0,0,0,.55);}
.recruit-cta-content{position:relative;z-index:2;text-align:center;color:#fff;} 
.recruit-cta-content p{margin-top:clamp(20px,2.188vw,42px);font-size:clamp(16px,1.042vw,20px); color:rgba(255,255,255,.8);} 
.recruit-note{display:block;margin-top:20px;font-size:14px;color:rgba(255,255,255,.7);}

/* customer */
.customer-policy{padding:0 0 clamp(80px,10.417vw,200px);background:#fff; scroll-margin-top:clamp(70px,4.167vw,80px);}
.agent-search .agent-search-box{display:grid;grid-template-columns:1fr 1fr 180px;gap:clamp(20px,3.125vw,60px);padding:clamp(20px,2.604vw,50px);background:#f5f5f5;border-radius:20px;}

.agent-search .agent-search-box .form-group{margin-bottom: 0;}
.agent-search .agent-search-box .form-group label{display:block;margin-bottom:10px;font-size:clamp(18px,1.25vw,24px);font-weight:700;color:#111;}
.agent-search .agent-search-box .form-group input{width:100%;height:clamp(50px,3.125vw,60px);border:0;border-bottom:2px solid #111;background:transparent;font-size:clamp(16px,0.938vw,18px);color:#111;}
.agent-search .agent-search-box .form-group input::placeholder{color:#999;}
.agent-search .agent-search-box .search-btn{align-self:end;height:clamp(50px,3.125vw,60px);border:0;border-radius:6px;background:#111;color:#fff;font-size:18px; cursor:pointer;transition:.3s; font-weight: 600;}
.agent-search .agent-search-box .search-btn:hover{background:#6740c9;}
.report-info{display:grid;grid-template-columns:1fr 1fr;border-top:2px solid #111;border-bottom:1px solid #ddd; }
.report-item{padding:  clamp(10px,2.083vw,40px);} 
.report-item h4{font-size:clamp(18px,1.25vw,24px);font-weight:700;color:#6740c9; margin-bottom: clamp(10px,0.833vw,16px);}  
.report-item p + ul{margin-top: 10px;}
.report-download-wrap{text-align:center;padding:clamp(30px,2.604vw,50px) 0 0;}   
.report-download{display:inline-flex; align-items:center; gap:10px; padding:0 30px; align-items:center;justify-content:center;height:clamp(50px,3.125vw,60px); border-radius:6px; border:1px solid #ddd; font-size:clamp(16px,0.938vw,18px);font-weight:600;transition:.3s;} 
.report-download:after{content:''; width: clamp(20px,1.25vw,24px); aspect-ratio:1; background: url('/assets/images/icon-download.png') no-repeat center center / contain; margin-top: -2px;} 

.document-view{ }
.document-head{padding-bottom:clamp(20px,2.604vw,50px); margin-bottom: clamp(20px,2.604vw,50px);border-bottom:1px solid #e5e5e5;}
.document-head h2{font-size:clamp(24px,2.188vw,42px); line-height:1.3;color:#111;}
.document-head p{margin-top:10px; color:#666;} 
.chapter + .chapter{margin-top:clamp(40px,4.167vw,80px);}
.chapter h3{margin-bottom:clamp(15px,1.563vw,30px);font-size:clamp(20px,1.458vw,28px); color:#6740c9;line-height:1.3;} 
.article + .article{margin-top:clamp(20px,2.083vw,40px);}
.article h4{margin-bottom:10px;font-size:clamp(16px,1.042vw,20px); color:#111;line-height:1.5;}
.article p{ color:#444;word-break:keep-all;}
.article p + ul{margin-top: 10px;}
.article ul{display:flex;flex-direction:column;gap:6px;}
.article li{ color:#444;word-break:keep-all;} 
.license-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(10px,4.167vw,80px); }
.license-item{display:block;padding:clamp(15px,1.563vw,30px);background:#f5f5f5; overflow:hidden; } 
.license-item img{display:block;width:100%;height:auto;} 
.link-box{margin-top:20px;padding:clamp(30px,3.125vw,60px) 20px;text-align:center;background:#f5f5f5;border-radius:20px;}
.link-box h3{font-size:clamp(20px,1.563vw,30px);}
.link-box h3 + p {margin-top:10px; color:#444;}
.link-box .move-btn{display:inline-flex;align-items:center;justify-content:center;height:clamp(54px,3.125vw,60px);padding:0 50px;margin-top:clamp(20px,2.083vw,40px);border-radius:60px;background:#6740c9;color:#fff;font-size:clamp(16px,1.042vw,20px); transition:.3s; font-weight: 550;}
.link-box .move-btn:hover{background:#6740c9;}
.link-btn{display:inline-block; padding:8px 12px; font-size: .75em; background:#6740c9;color:#fff; transition:.3s; line-height: 1; font-weight: 600; vertical-align: top; margin-left: 5px; border-radius:4px;}
.link-btn:hover{background:#6740c9;}



/* contact */
.contact-section{padding:clamp(60px,7.292vw,140px) 0;background:#f7f8f9;}  
.contact-head{margin-bottom:clamp(30px,2.083vw,40px);}
.contact-head h2{font-size:clamp(24px,1.875vw,36px);font-weight:650;line-height:1.4;color:#111;}
.inquiry-type{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:clamp(10px,1.042vw,20px);}
.type-radio{	height:clamp(50px,3.333vw,64px);	padding:0 24px;	display:flex;align-items:center;	justify-content:center;	gap:12px;	background:#cfcfcf;	cursor:pointer;	color:#fff;	font-size:clamp(16px,0.938vw,18px);	font-weight:600;	transition:.3s; border-radius:8px;}
.type-radio input{display:none;}
.type-radio .check-icon{	width:22px;	height:22px;	background:#fff;	border-radius:2px;	position:relative;flex-shrink:0;}
.type-radio:has(input:checked){	background:#6740c9;}
.type-radio input:checked + .check-icon::after{	content:"";	position:absolute;	left:8px;	top:4px;	width:6px;	height:11px;	border-right:2px solid #6740c9;	border-bottom:2px solid #6740c9;	transform:rotate(45deg);}
.type-radio.active{	background:#6740c9;}
.required-text{text-align:right; font-size: clamp(14px,0.833vw,16px); margin-bottom:clamp(10px,1.042vw,20px);}
.required-text strong{color: #6740c9;}
.form-group{margin-bottom:clamp(20px,1.563vw,30px);}
.form-group > label{display:block;margin-bottom:12px;font-size:clamp(16px,0.938vw,18px);font-weight:600;color:#111;}
.form-group > label span{color:#6740c9;}
.form-group input[type="text"],
.form-group textarea{	width:100%;	border:1px solid #ddd;	background:#fff;	padding:0 clamp(15px,1.25vw,24px);	font-size:16px;	color:#111;}
.form-group input[type="text"]{	height:60px;}
.form-group textarea{	height:300px;	padding-top:24px;	resize:none;}
.file-box{display:flex;border:1px solid #ddd;background:#fff; padding:10px;}
.file-box input[type="text"]{height: 40px; padding:0 clamp(5px,0.729vw,14px); pointer-events:none;}
.file-name{border:none !important;} 
.file-btn{	width:clamp(80px,8.333vw,160px);	height:40px;	flex-shrink:0;	margin:0;	background:#111;	color:#fff;	font-size:15px;	border-radius:4px;	font-weight:600;	display:flex;	align-items:center;	justify-content:center;	cursor:pointer;}
.file-input{display:none;}
.privacy-wrap{margin-top:clamp(40px,4.167vw,80px);}
.privacy-wrap h3{	font-size:clamp(20px,1.458vw,28px);	font-weight:700;	margin-bottom:24px;	color:#111;}
.privacy-box{	padding:clamp(20px,2.083vw,40px);	background:#fff; }
.privacy-box table{	width:100%;	border-collapse:collapse;	background:#fff;	margin-bottom:clamp(15px,1.563vw,30px);}
.privacy-box th{	padding:clamp(5px,0.938vw,18px);	background:#f7f7f7;	border:1px solid #ddd;	font-size:clamp(13px,0.781vw,15px);	font-weight:700;}
.privacy-box td{	padding:clamp(5px,0.938vw,18px);	border:1px solid #ddd;	font-size:clamp(12px,0.729vw,14px);	line-height:1.7;	word-break:keep-all;}
.privacy-guide strong{	display:block;	margin-bottom:clamp(6px,0.625vw,12px);	font-size:clamp(16px,0.938vw,18px);	font-weight:700;}
.privacy-guide p{	font-size:clamp(13px,0.781vw,15px);	 	color:#555;}
.agree-check{display:flex; gap:12px;margin-top:24px;cursor:pointer;}
.agree-check input{display:none;}
.agree-check .check-icon{margin-top: 1px;	width:22px;	height:22px;	border:1px solid #ccc;	background:#fff;	position:relative;	flex-shrink:0;	border-radius:2px;	transition:.2s;}
.agree-check input:checked + .check-icon{	background:#6740c9;	border-color:#6740c9;}
.agree-check input:checked + .check-icon::after{	content:"";	position:absolute;	left:7px;	top:3px;	width:6px;	height:11px;	border-right:2px solid #fff;	border-bottom:2px solid #fff;	transform:rotate(45deg);}
.agree-check p{	font-size:15px;	font-weight:600;	color:#111;	 }
.submit-btn-wrap{margin-top: clamp(30px,2.604vw,50px); text-align: center;}
.submit-btn{	width:100%;	max-width:200px;  	height:clamp(54px,3.125vw,60px);	border:none;	background:#6740c9;	color:#fff;	font-size:clamp(18px,1.042vw,20px);	font-weight:650; 	cursor:pointer;	transition:.3s; border-radius:6px;}
.submit-btn:hover{	opacity:.9;}



/* privacy */ 
.privacy-page{padding: clamp(100px,10.417vw,200px) 0;  font-size: clamp(14px,0.885vw,17px);  line-height: 1.6;} 
.pr-tit{    font-size: clamp(18px,1.042vw,20px);    font-weight: 600;  margin: clamp(30px,2.604vw,50px) 0 clamp(10px,1.042vw,20px); color: #000;}
.pr-table {  border-collapse: collapse;  width: 100%;margin: 2% 0;}
.pr-table td, .pr-table th {  border: 1px solid #ddd;  padding: clamp(6px,0.625vw,12px);    font-size: clamp(14px,0.833vw,16px);     word-break: break-all;}
.pr-table th {  padding-top: clamp(6px,0.625vw,12px);  padding-bottom: clamp(6px,0.625vw,12px);  text-align: left;  background-color: #f7f8f9;  }
.pr-box{   border: 1px solid #ddd;  padding: clamp(10px,1.042vw,20px);     margin: 10px 0 20px; font-size: clamp(14px,0.833vw,16px);}


/* history */
.history-timeline{position:relative;}
.history-timeline:before{content:"";position:absolute;left:0;top:10px;bottom:10px;width:2px;background:#ddd;}
.history-year{position:relative;margin-bottom:clamp(40px,2.917vw,56px);padding-left:clamp(30px,3.125vw,60px);}
.history-year:last-child{margin-bottom:0;}
.history-year:before{content:"";position:absolute;left:0;margin-left:clamp(-8px,-0.417vw,-6.5px);top:10px;width:clamp(14px,0.938vw,18px);height:clamp(14px,0.938vw,18px);border:4px solid #6740c9;border-radius:50%;background:#fff;box-sizing:border-box;}
.history-year .year{margin-bottom:18px;font-size:clamp(30px,2.396vw,46px);font-weight:650;line-height:1;letter-spacing:-0.04em;color:#111;}
.history-year ul{margin:0;padding:0;list-style:none;}
.history-year li{line-height:1.8;color:#222;}

/* footer popup */
.popup-layer{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:.3s;}
.popup-layer.show{opacity:1;visibility:visible;}
.popup-dim{position:absolute;inset:0;background:rgba(0,0,0,.4);}
.popup-wrap{position:relative;width:min(1000px,calc(100% - 40px));background:#fff;border-radius:20px;overflow:hidden;}
.popup-title{height:clamp(60px,4.167vw,80px);display:flex;justify-content:space-between;align-items:center;font-size:clamp(18px,1.25vw,24px);padding:0 clamp(20px,1.563vw,30px);font-weight:650;border-bottom:1px solid #ddd;color:#6740c9;}
.popup-close{position:absolute;top:clamp(10px,1.042vw,20px);right:clamp(10px,1.042vw,20px);width:40px;height:40px;border:0;background:none; cursor:pointer;z-index:10; background: url('/assets/images/icon-close.png') no-repeat center center / clamp(16px,1.042vw,20px);}
.popup-body{max-height:80vh;overflow:hidden;}
.popup-page .pr-table{margin:0;}
.popup-page .pr-table + .pr-table{margin-top: 20px;}
.popup-content{max-height:calc(80vh - 80px);padding:clamp(20px,2.604vw,50px);overflow-y:auto;}


 
@media screen and (max-width:768px){ 
	.footer-links{justify-content:flex-start;}
	.about-core-list{grid-template-columns: auto;}
	.solution-title{left:5%; width: 90%;}
	.solution-desc{width: 90%; left:5%;}
	.solution-image .thumb{aspect-ratio:.8}
	.talent-item:nth-child(2){ left:18%;   top: 68%;}
	.talent-item:nth-child(3){ right:18%;  top: 68%;}

	
	.education-grid{ grid-template-columns:repeat(1,1fr);gap:15px;}
	.agent-search .agent-search-box{grid-template-columns: 1fr;}
	.link-box p br{display:none;}
	.report-info{grid-template-columns: 1fr; padding:15px 0;}
	.report-item + .report-item{padding-top: 0;}

	.btn-top{position:absolute; }
	.page-intro-img img{margin-bottom: 30px;}
}
 
