/* 탭 관련 css */
.tab-content { display: none; }
.tab-content.current { display: block; }