/*
Theme Name: Hello Elementor Child
Theme URI: https://dermaking.mycafe24.com
Description: 신사 김동하피부과 자식테마
Author: dermaking
Template: hello-elementor
Version: 1.2
*/

/* ===== 헤더: 노트북 해상도(≤1366px)까지 햄버거 메뉴만 표시 · 2026-07-30 ===== */
@media (max-width: 1366px){
	#site-header .dm-gnb,
	#site-header .dm-util-tel,
	#site-header .dm-util-cta,
	#site-header .dm-util-sub{ display:none !important; }
	#site-header .dm-hamburger{ display:block !important; }
}

/* ===== 게시판(kboard thumbnail) 모바일 여백 축소 · 2026-07-30 ===== */
@media screen and (max-width: 768px){

	/* 리스트·뷰 공통: 컨테이너 상하 여백 축소 */
	#kboard-thumbnail-list,
	#kboard-thumbnail-document{
		margin-top: 6px !important;
		margin-bottom: 6px !important;
	}

	/* 뷰(문서) 페이지: 좌우 여백 제거 + 상하 축소 */
	#kboard-thumbnail-document .kboard-title h1{ padding: 14px 0 !important; }
	#kboard-thumbnail-document .kboard-detail{ padding: 8px 0 !important; }
	#kboard-thumbnail-document .kboard-content{ padding: 16px 0 !important; }

	/* 리스트 페이지: 카테고리 네비 아래 여백 축소 */
	#kboard-thumbnail-list .kboard-category.category-pc{ margin-bottom: 16px !important; }
}
