@media (max-width: 767.99px) {
	html { 
		font-size: 52.5%; 
	}
	.po { display: none; }
	.mo { display: block; }
	.lmt {
		width: calc(100% - 40px);
	}
	.fx {
		gap: 12px;
	}
	.fx2 > *,
	.fxm2 {
		width: calc(50% - 6px);
	}
	.fx3 > * {
		width: calc(50% - 6px);
	}
	.fx4 > * {
		width: calc(50% - 6px);
	}
	.fxm {
		width: 100%;
	}
	body {
		min-width: 0;
		font-size: var(--fs2); /* 모바일에서 기본 폰트 크기 조정 */
	}
	/* Custom Cursor - Mobile */
	body,
	body * {
		cursor: auto;
	}
	
	body.use-custom-cursor {
		cursor: auto;
	}
	
	body.use-custom-cursor * {
		cursor: auto;
	}
	
	.custom-cursor { 
		display: none; 
	}
	
	/* Post Content Mobile */
	.post {
		font-size: var(--fs2);
		line-height: 1.7;
	}
	
	/* Material Icons Mobile */
	.material-symbols-outlined {
		font-size: 24px;
	}
	
	.ico-arr {
		font-size: 20px;
	}
	
	/* Lists Mobile */
	.th-list {
		gap: 16px;
	}
	
	.th-list.related-grid {
		gap: 12px;
	}
	
	/* Cards Mobile */
	.post-card,
	.project-card,
	.related-card {
		padding: 16px;
	}
	
	.hero-title {
		font-size: var(--fs9);
	}

	/* 헤더 정렬 */
.site-header .inner{
	width: calc(100% - 24px);
  	gap:0;
}
#nav-toggle {
	margin-right: 0;
	margin-left: 12px;
}
.nav-extra {
	display: block;
}
  #btn-download{ display:none; }           /* 데스크톱 전용 버튼 숨김 */
	.site-header, 
	.site-header.scrolled {
		padding: 8px 0;
	}
	.site-logo img {
		height: 18px;
	}

.cta-button {
	font-size: var(--fs2);
	width: auto;
}
.section-header {
	padding: 0 20px;
	box-sizing: border-box;
	margin-bottom: 36px;
}
.section-label {
	margin-bottom: 8px;
}
.section-title {
	font-weight: 600;
	font-size: var(--fs7);
}
ul.card li {
	width: 100%;
	max-width: 100%;
	flex: auto;
	margin-top: 0 !important;
	aspect-ratio: 16 / 11;
}
ul.card li a h3 {
	font-size: var(--fs6);
	line-height: 1.3;
}
ul.card li article {
	padding: 24px;
}
ul.card li article p {
	font-size: var(--fs3);
}
ul.card li a span {
	font-size: var(--fs9);
	right: 22px;
	bottom: 20px;
}
ul.card li a {
	padding: 24px;
}
.review-section .slick-slide {
	max-width: 340px;
	min-height: 430px;
	padding: 24px;
}
.review-text {
	font-size: var(--fs4);
}
.review-content {
	gap: 0;
}
.review-image img {
	width: 52px;
	height: 52px;
}
.slick-prev, .slick-next {
	top: 100% !important;
	transform: translate(-50%, 0);
	width: 44px !important;
	height: 44px !important;
}
.slick-prev {
	left: calc(50% - 50px) !important;
}
.slick-next {
	right: calc(50% - 50px) !important;
}
.slick-slide {
	padding: 0;
}
.review-section,
.client-section,
.tech-section,
.faq-section,
.cta-section,
.support-section,
.solution-section {
	padding: 100px 20px 80px;
}
.cta-background {
	width: 100%;
}
.cta-content {
	padding: 10vh 40px;
}
.support-item {
	opacity: 1;
}
.faq-content {
	padding: 16px 12px;
	padding-top: 0;
}
.faq-item {
	margin-bottom: 12px;
}
.faq-header {
	padding: 16px 12px;
	align-items: flex-start;
}
.faq-toggle {
	font-size: var(--fs8);
}
.faq-header h3 {
	width: 80%;
	font-size: var(--fs3);
}
.site-footer {
	padding: 24px 12px;
}
.footer-logo img {
	height: 18px;
}
.to-top-btn {
	right: 12px;
	bottom: 12px;
	width: 40px;
	height: 40px;
}
  /* 햄버거 버튼 */
  .nav-toggle {
    display: block !important;
	align-items:center;
	justify-content:center;
    width:40px;
	height:40px;
	border:0;
	background:transparent;
	cursor:pointer;
    position:relative;
	z-index:1101; /* 드로어보다 위 */
	background: var(--cp1);
	backdrop-filter: blur(10px);
	border-radius: 100px;
	-webkit-backdrop-filter: blur(10px);
  }
  .nav-toggle span {
    position:relative;
	display:block;
	width: 20px;
	height: 2px;
	background: var(--cw);
	margin:4px auto;
    transition:transform .25s ease, opacity .25s ease;
  }
  /* 열렸을 때 햄버거→X */
  body.nav-open .nav-toggle span:nth-child(1){ transform: translateY(6px) rotate(45deg); }
  body.nav-open .nav-toggle span:nth-child(2){ opacity:0; }
  body.nav-open .nav-toggle span:nth-child(3){ transform: translateY(-6px) rotate(-45deg); }

  /* 오버레이 */
  .nav-overlay{
    display:none; position:fixed; inset:0; background:rgba(0,0,0,.5);
    z-index:1100; /* 드로어 뒤, 버튼 앞 */
  }
  body.nav-open .nav-overlay{ display:block; }

  /* 드로어 네비 */
  .main-navigation{
    position:fixed;
	top:0;
	right:-64vw;
	width: 64vw;
	max-width:420px;
	height:100vh;
    background: var(--cw);
	box-shadow:-20px 0 60px rgba(0,0,0,.15);
	box-sizing: border-box;
    padding: 20px 24px;
	transition:right .28s ease; z-index:1100;
    overflow:auto;
	display: flex;
	flex-direction: column;
  }
  body.nav-open .main-navigation{ right:0; }

.main-navigation .main-menu{
	display:flex;
	flex-direction:column;
	gap: 0;
	margin:0; padding:0; list-style:none;
}
.main-navigation .main-menu li a {
	font-size: var(--fs3);
	line-height:1.4;
	padding: 4px 0;
}

.main-navigation .nav-extra{
	margin-top:20px;
}
#btn-download-m {
	display: flex !important;
	gap: 8px;
	text-align: center;
	text-decoration:none;
	border:1px solid rgba(9,236,198,.2);
	padding: 8px 16px;
	color: var(--cg1);
	align-items: center;
	border-radius: 4px;
	background:linear-gradient(135deg, rgba(9,236,198,.4), rgba(9,236,198,.15));
	opacity: 0;
	animation: fadeInUp 1s ease 0.9s forwards;
}
#btn-download-m .ico{ font-size:20px; }
.mg-modal__dialog {
margin: 3vh auto;
width: min(720px, calc(100% - 78px));
}
.mg-modal textarea {
height: 100px;
}

.client-section ul {
	grid-template-columns: repeat(4, 1fr);
}
.client-section li {
	padding: 0;
}
}
