@charset "utf-8";

/*
 * 티스토리 툴바 제어
 */
#tistorytoolbarid * { -webkit-box-sizing: content-box !important; -moz-box-sizing: content-box !important; box-sizing: content-box !important; }
#tistorytoolbarid { display: none; z-index: 100000 !important; }

@media all and (max-width: 1023px) {
	#tistorytoolbarid { display: none !important; }
}

/*
 * 티에디션 버튼 숨김
 */
#ttLinkEditMode { display: none; }

/*
 * 스킨 커스텀
 */
html.list-3grid .list-box .thumb-link img { width: auto; }