@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

@font-face {
	font-family: "Noto Sans CJK KR";
	font-style: normal;
	font-weight: 400;
	src: url("fonts/NotoSansCJKkr-Regular.otf") format("opentype");
}

@font-face {
	font-family: "Noto Sans CJK KR";
	font-style: normal;
	font-weight: 700;
	src: url("fonts/NotoSansCJKkr-Bold.otf") format("opentype");
}

@font-face {
    font-family: "Noto Serif TC";
    src: url("fonts/NotoSerifTC-Medium.otf") format("opentype");
	unicode-range: U+4E00-9FFF, U+3400-4DBF, U+20000-2A6DF, U+2A700–2B73F, U+2B740–2B81F, U+2B820–2CEAF, U+F900-FAFF, U+2F800-2FA1F;
}

.kiwi-logo {
	background: url(kiwi-logo2.png) no-repeat center;
	background-size: contain;
	padding: 0 5em 0 0;
	display: inline-block;
	text-indent: -9999px;
}
.kiwi-icon {
	background: url(android-chrome-192x192.png) no-repeat center;
	background-size: contain;
	padding: 0 1em 0 0;
	display: inline-block;
	text-indent: -9999px;
}
body {
	background-color: #f0f1b5;
	font-family: 'Noto Sans CJK KR', sans-serif;
}
h1 {
	word-break: keep-all;
}
.citation {
	text-align: left;
	background-color: #e9ecef;
	padding: 1em;
	border-radius: 0.5em;
	font-family: 'Courier New', Courier, monospace;
}
#do-tokenize {
	background-color: #78c905;
	border-color: #bde671;
}
#result-tab-content .tab-pane {
	background-color: #fff;
	border-left: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
	border-bottom-left-radius: 0.375em;
	border-bottom-right-radius: 0.375em;
	padding: 1em;
}
#result-tab-content .form {
	font-weight: bold;
	color: #2a2;
}
#result-tab-content .tag {
	font-weight: bold;
	color: #116;
}
#result-tab-content span.form, #result-tab-content span.tag {
	display: inline-block;
}
#result-tab-content td.score, #result-tab-content td.typo-cost {
	text-align: right;
	font-family: 'Courier New', Courier, monospace;
}

#footer {
	
}

.w-lg-50 {
	width: 100%;
}

@media screen and (min-width: 992px) {
	.w-lg-50 {
		width: 50% !important;
	}
}