/* custom.css */

html[lang="ko"] .book,
html[lang="cn"] .book {
	text-orientation: sideways;
}

/* html[lang="cn"] .book {
	transform: scale(1);
} */
