/* Mobile Styles - 767.99px and below */
@media (max-width: 767.99px) {
	/* Font Size Adjustment */
	html { 
		font-size: 52.5%; 
	}
	
	/* Display Utilities */
	.po { display: none; }
	.mo { display: block; }
	
	/* Layout Adjustments */
	.lmt {
		width: calc(100% - 24px);
	}
	
	/* Flexbox Adjustments */
	.fx {
		gap: 12px;
	}
	
	.fx2 > *,
	.fxm2 {
		width: calc(50% - 6px);
	}
	
	.fx3 > * {
		width: calc(50% - 6px);
	}
	
	.fx4 > * {
		width: calc(50% - 6px);
	}
	
	.fxm {
		width: 100%;
	}
	

	:root {
		--fs0: 1rem;
		--fs1: 1.2rem;
		--fs2: 1.4rem;
		--fs3: 1.6rem;
		--fs4: 1.8rem;
		--fs5: 2rem;
		--fs6: 2.2rem;
		--fs7: 2.4rem;
		--fs8: 2.8rem;
		--fs9: 3.2rem;
		--fs10: 4rem;
		--fsmax: 5rem;
	}
	
	.menu {
		gap: 16px;
	}
	
	.container {
		padding: 40px 0 120px;
	}
	
	.sec {
		padding: 80px 0;
	}
	
	.mo { display: block; }
	.po { display: none; }
	/* Body Adjustments */
	body {
		min-width: 0;
		font-size: var(--fs2); /* 모바일에서 기본 폰트 크기 조정 */
	}
	
	/* Header Mobile */
	header {
		height: 52px;
	}
	
	header .inner {
		padding: 0 12px;
	}
	
	#logo img {
		height: 18px;
	}
	
	.main-navigation,
	.social-navigation {
		display: none;
	}

	.hamburger-button {
		display: block;
	}

	header .inner {
		justify-content: space-between;
	}

	header .inner > * {
		flex: 0;
	}
	/* Navigation Mobile */
	.menu {
		gap: 16px;
		font-size: var(--fs2);
	}
	
	/* Typography Mobile */
	.title {
		font-size: var(--fs7);
		line-height: 1.3;
	}
	
	.sub-title {
		font-size: var(--fs4);
	}
	
	/* Container Mobile */
	.container {
		padding: 40px 0 100px;
	}
	
	.sec {
		padding: 60px 0;
	}
	
	/* 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;
	}
	
	/* Buttons Mobile - 터치 친화적 크기 */
	.btn,
	button,
	.read-more {
		min-height: 44px;
		padding: 12px 20px;
		font-size: var(--fs2);
	}
	
	/* Form Elements Mobile */
	input,
	textarea,
	select {
		min-height: 44px;
		padding: 12px 16px;
		font-size: var(--fs2);
	}
	
	/* Footer Mobile */
    .footer-top {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
    
    .footer-nav .footer-menu {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .footer-logo h2 {
        font-size: 2rem;
    }
	
	/* Utility Overrides Mobile */
	.gap24 { gap: 16px; }
	.gap32 { gap: 20px; }
	
	/* Text Mobile */
	.ellmx {
		max-height: 60px;
		-webkit-line-clamp: 2;
	}

    .page-title {
        font-size: 2rem;
    }

    .filter-tabs {
        flex-wrap: wrap;
    }

    .filter-tab {
        padding: 12px 20px;
        font-size: 0.9rem;
    }

	.contact-info-container {
		flex-direction: column;
	}
	
	.contact-info {
		flex: 0 0 100%;
		margin-bottom: 30px;
	}
	
	.contact-map {
		height: 400px;
	}
    .notice-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px 0;
    }

    .notice-category {
        margin-right: 0;
        margin-bottom: 8px;
    }

    .notice-content {
        padding-right: 0;
        margin-bottom: 8px;
        width: 100%;
    }

    .notice-date {
        text-align: left;
        min-width: auto;
    }
}
