/**
 * /sub/ 공통 탭 스타일 — 인접 탭 border 겹침을 1px로 합침
 */

/* plane / finishmaterial / interior — grid 메인탭 */
.plane-section .grid[class*="grid-cols"] > .tab {
	position: relative;
}

.plane-section .grid[class*="grid-cols"] > .tab + .tab {
	margin-left: -1px;
}

.plane-section .grid[class*="grid-cols"] > .tab.bg-\[\#714f28\] {
	z-index: 1;
}

/* margin-right: -1px 패턴 탭 — active 탭 border가 위로 보이도록 */
.supply-tabs > .supply-tab,
.premium-tab-wrap .video-tabs > .video-tab,
.community-tab-wrap .video-tabs > .video-tab,
.video-tabs > .video-tab,
.video-tabs > .shorts-tab {
	position: relative;
}

.supply-tabs > .supply-tab.active,
.premium-tab-wrap .video-tab.active,
.community-tab-wrap .video-tab.active,
.video-tabs > .video-tab.active,
.video-tabs > .shorts-tab.active {
	z-index: 1;
}
