@charset "UTF-8";
/* http://prismjs.com/download.html?themes=prism-okaidia&languages=markup+css+clike+javascript */
/**
 * okaidia theme for JavaScript, CSS and HTML
 * Loosely based on Monokai textmate theme by http://www.monokai.nl/
 * @author ocodia
 */
@font-face {
	font-family: NanumSquareWebFont-R;
	font-style: normal;
	font-weight: 300;
	src: url(https://ssl.pstatic.net/static/connectfdn/edwith/font/NanumSquare_se_R.eot);
	src: url(https://ssl.pstatic.net/static/connectfdn/edwith/font/NanumSquare_se_R.woff2) format("woff2");
}

:root {
	--w-chart-color: #3b91f8;
	--w-main-color: #1E73E8;
	--w-main-color-hover:rgb(27,103,209);
	--w-main-color-active:rgb(23,92,186);
	--w-black:#000;
	--w-white:#fff;
	--w-basic01:#05c3a7;
	--w-basic02:#8164e7;
	--w-warn:#fc4c4e;
	--w-text01:#000;
	--w-text02:#222;
	--w-text03:#333;
	--w-text04:#424242;
	--w-text05:#777;
	--w-text06:#999;
	--w-text07:#c1c1c1;
	--w-text08:#00b298;
	--w-text09:#2187ec;
	--w-text-white:#fff;
	--w-text-link:#0066dc;
	--w-line01:rgba(0, 0, 0, 0.04);
	--w-line02:rgba(0, 0, 0, 0.08);
	--w-line03:rgba(0, 0, 0, 0.12);
	--w-line04:rgba(0, 0, 0, 0.15);
	--w-line05:rgba(0, 0, 0, 0.2);
	--w-icon01:#222;
	--w-icon02:#666;
	--w-icon03:#a8a8a8;
	--w-icon04:#c8c8c8;
	--w-icon05:#e0e0e0;
	--w-focus:#4ba7ee;
	--wc-text01:#666;
	--wc-icon01:#3391e9;
	--wc-icon02:#27d9b0;
	--wc-bg-tag01:#828c96;
	--wc-bg-tag02:#70b2f0;
	--wc-bg-visual01:#00A5FF;
	--wc-bg-visual02:#4F70F2;
	--wc-bg-visual03:#7673FE;
	--wc-bg-visual04:#593BAB;
	--wc-bg-visual05:#377EBF;
	--wc-bg-visual06:#419488;
	--wc-bg-visual07:#479A5D;
	--wc-bg-visual08:#387A46;
	--wc-bg-visual09:#DBB963;
	--wc-bg-visual10:#858585;
	--wc-bg-visual11:#546066;
	--wc-button01:#F5F5F5;
	--wc-button02:#EBEBEB;
	--wc-button03:#EBF4FD;
	--wc-button04:#C2DEF8;
	--wc-button05:#1E73E8;
	--wc-button06:#0066C4;
	--wc-button07:#384047;
	--wc-button-hover:rgba(0, 0, 0, 0.1);
	--wc-button-active:rgba(0, 0, 0, 0.2);
	--wc-etc01:#F5FDF7;
	--wc-etc02:#C3F2D7;
	--wc-etc03:#19286E;
	--wc-chart-color: #3b91f8;
}

code[class*="language-"]:not(.se-code-preformatted),
pre[class*="language-"]:not(.se-code-preformatted) {
	color: #f8f8f2;
	background: none;
	font-family: NanumSquareWebFont-R, "NanumSquareWebFont", "나눔고딕", NanumGothic, "맑은 고딕", Malgun Gothic, "Apple SD Gothic Neo", "돋움", dotum, Helvetica, arial, sans-serif;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	font-size: 14px;
	line-height: 24px;
	tab-size: 4;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

/* Code blocks */
pre[class*="language-"]:not(.se-code-preformatted) {
	padding: 4px 20px;
	overflow: auto;
	margin: 25px 0;
}

:not(pre) > code[class*="language-"]:not(.se-code-preformatted),
pre[class*="language-"]:not(.se-code-preformatted) {
	background: #333 !important;
}

/* Inline code */
:not(pre) > code[class*="language-"]:not(.se-code-preformatted) {
	padding: .1em;
	white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
	background-color: transparent;
	color: slategray;
}

.token.punctuation {
	color: #f8f8f2;
}

.namespace {
	opacity: .7;
}

.token.property,
.token.tag,
.token.constant,
.token.symbol,
.token.deleted {
	color: #f92672;
}

.token.boolean,
.token.number {
	color: #ae81ff;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
	color: #a6e22e;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
	color: #f8f8f2;
}

.token.atrule,
.token.attr-value,
.token.function {
	color: #e6db74;
}

.token.keyword {
	color: #66d9ef;
}

.token.regex,
.token.important {
	color: #fd971f;
}

.token.important,
.token.bold {
	font-weight: bold;
}

.token.italic {
	font-style: italic;
}

.token.entity {
	cursor: help;
}

pre.line-numbers {
	position: relative;
	padding-left: 50px;
	counter-reset: linenumber;
}

pre.line-numbers > code {
	position: relative;
}

.line-numbers .line-numbers-rows {
	position: absolute;
	pointer-events: none;
	font-size: 12px;
	padding: 4px 0;
	position: absolute;
	top: -8px;
	bottom: -8px;
	left: -50px;
	width: 40px;
	/* works for line-numbers below 1000 lines */
	letter-spacing: -1px;
	background-color: #444;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.line-numbers-rows > span {
	pointer-events: none;
	display: block;
	counter-increment: linenumber;
}

.line-numbers-rows > span:before {
	content: counter(linenumber);
	color: #FFF;
	display: block;
	padding-right: 0.8em;
	text-align: right;
}
/*# sourceMappingURL=prism.css.map */
