@charset "utf-8";
.font-kr {
  font-family: 'Noto Sans KR', 'Malgun Gothic', 'Dotum', sans-serif;
}
.font-en {
  font-family: 'Open Sans', 'Noto Sans KR', 'Malgun Gothic', 'Dotum', sans-serif;
}
.font-tit {
  font-family: 'Anton', 'Malgun Gothic', 'Dotum', sans-serif;
}
.font-tit2 {
  font-family: 'Cinzel Decorative', cursive;
}
.font-logo {
  font-family: 'Jura', sans-serif;
}
.font-icon {
  font-family: "Font Awesome 5 Free", sans-serif;
}
.font-icon2 {
  font-family: "Font Awesome 5 Brands", sans-serif;
}
.font-code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
main {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul li {
  list-style: none;
}
i,
em {
  font-style: normal;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  vertical-align: top;
}
.hide,
.sound_only,
.hidden {
  overflow: hidden;
  display: inline-block;
  position: absolute !important;
  margin: -1px;
  width: 1px;
  height: 1px;
  border: 0;
  line-height: 1;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}
button {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  vertical-align: top;
  cursor: pointer;
}
textarea,
input,
select {
  vertical-align: top;
}
* {
  -webkit-text-size-adjust: none;
}
/* 아이폰 가로모드 텍스트 크기 조정 */
/* 아이폰 라운드, 안쪽 그림자 제거 */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="submit"],
textarea {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="submit"],
textarea,
select {
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"]::-ms-clear,
input[type="password"]::-ms-clear,
input[type="email"]::-ms-clear,
input[type="tel"]::-ms-clear,
input[type="number"]::-ms-clear {
  display: none;
}
input[type="range"] {
  width: 100%;
  height: 30px;
  padding: 0;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
  background: transparent;
}
input[type="range"]::-webkit-slider-runnable-track {
  height: 6px;
  background: #ddd;
  border: none;
  border-radius: 100px;
}
input[type="range"]:focus {
  outline: none;
}
input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #ddd;
}
input[type="range"]::-moz-range-track {
  height: 6px;
  background: #ddd;
  border: none;
  border-radius: 100px;
}
input[type="range"]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}
input[type="range"]::-ms-track {
  height: 6px;
  background: transparent;
  border-color: transparent;
  border-width: 0 0;
  color: transparent;
}
input[type="range"]::-ms-fill-lower,
input[type="range"]:focus::-ms-fill-lower {
  background: #aaa;
  border-radius: 10px;
}
input[type="range"]::-ms-fill-upper,
input[type="range"]:focus::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}
input[type="range"]::-webkit-slider-thumb {
  width: 30px;
  height: 30px;
  margin-top: -12px;
  background: #fff;
  border: 2px solid #666;
  border-radius: 100%;
  -webkit-appearance: none;
}
input[type="range"]::-moz-range-thumb {
  width: 26px;
  height: 26px;
  margin-top: -10px;
  background: #fff;
  border: 2px solid #666;
  border-radius: 100%;
}
input[type="range"]::-ms-thumb {
  width: 26px;
  height: 26px;
  margin-top: 0;
  background: #fff;
  border: 2px solid #666;
  border-radius: 100%;
}
/*
mark {
	position:relative; z-index:1;
	color:#444; background:fade(red, 10%);
	&:before {
		display:none;
		position:absolute; left:0; right:0; bottom:0; z-index:-1;
		height:50%; background:fade(@red, 25%); border-radius:2px;
		content:"";
	}
}
*/
.el_block {
  display: block;
}
.el_inline_block {
  display: inline-block;
}
.dp_pc {
  display: block !important;
}
.dp_ib_pc {
  display: inline-block !important;
}
.dp_in_pc {
  display: inline !important;
}
.dp_mb,
.dp_ib_mb,
.dp_in_mb {
  display: none !important;
}
@media (max-width: 767px) {
  .dp_mb {
    display: block !important;
  }
  .dp_ib_mb {
    display: inline-block !important;
  }
  .dp_in_mb {
    display: inline !important;
  }
  .dp_pc,
  .dp_ib_pc,
  .dp_in_pc {
    display: none !important;
  }
}
.dp_md_pc {
  display: block !important;
}
@media (max-width: 993px) {
  .dp_md_pc {
    display: none !important;
  }
}
.dp_md {
  display: none !important;
}
@media (max-width: 993px) {
  .dp_md {
    display: block !important;
  }
}
.dp_sm {
  display: none !important;
}
@media (max-width: 620px) {
  .dp_sm {
    display: block !important;
  }
}
.dp_xxxxs {
  display: none !important;
}
@media (max-width: 320px) {
  .dp_xxxxs {
    display: block !important;
  }
}
.ani_visible {
  opacity: 1;
}
.ani_hidden {
  opacity: 0;
}
.underline {
  text-decoration: underline !important;
}
.pointer {
  cursor: pointer;
}
.uk-skip {
  position: absolute;
  width: 100%;
  margin: -5px 0 0 0;
  z-index: 1000;
}
.uk-skip a {
  overflow: hidden;
  display: block;
  width: 1px;
  height: 1px;
  padding: 0;
  text-align: center;
  font-size: 20px;
  color: #fff;
  white-space: nowrap;
  background: #1e73ff;
}
.uk-skip a:hover,
.uk-skip a:active,
.uk-skip a:focus {
  width: auto;
  height: auto;
  margin: 5px 0 0 0;
  padding: 15px 10px 18px;
  line-height: normal;
}
.uk_editor_result_nimi .result_wrap {
  right: 10px;
  bottom: 10px;
  top: auto;
  z-index: 9;
  overflow: hidden;
  width: 330px;
  height: auto;
  border: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
.uk_editor_result_nimi .result_wrap iframe {
  display: none;
}
.uk_editor_result_nimi .result_wrap:before,
.uk_editor_result_nimi .result_wrap:after {
  display: none;
}
.uk_editor_result_nimi .result_wrap .browserTitle {
  background: #f9f9f9;
  cursor: pointer;
  transition: background-color 0.15s;
}
.uk_editor_result_nimi .result_wrap .browserTitle:before {
  display: none;
}
.uk_editor_result_nimi .result_wrap .browserTitle:after {
  left: 0;
  top: 0;
  width: 140px;
  height: 30px;
  line-height: 29px;
  padding-left: 31px;
  box-shadow: none;
  background-color: transparent;
  background-position: 8px center;
  transition: color .15s;
}
.uk_editor_result_nimi .result_wrap .browserTitle i {
  left: 9px;
  top: 7px;
  font-size: 16px;
}
.uk_editor_result_nimi .result_wrap .browserTitle .i_favicon {
  left: 8px;
  top: 7px;
}
.uk_editor_result_nimi .result_wrap:hover .browserTitle {
  background-color: #e9e9e9;
}
.uk_editor_result_nimi .result_wrap:hover .browserTitle:after {
  color: #000;
}
.uk_editor_result_nimi .result_wrap .browserBtn button {
  height: 30px;
}
.uk_editor_result_nimi .result_wrap .browserBtn .minimize_btn {
  display: none;
}
.uk_editor_result_nimi .result_wrap .browserBtn .exitMinimize_btn {
  display: inline-block;
}
.uk_editor_result_nimi .result_wrap .browserBtn .exitMinimize_btn:before,
.uk_editor_result_nimi .result_wrap .browserBtn .exitMinimize_btn:after {
  background: #f9f9f9;
}
.uk_editor_result_nimi .result_wrap .browserBtn .exitMinimize_btn:hover:before,
.uk_editor_result_nimi .result_wrap .browserBtn .exitMinimize_btn:hover:after {
  background-color: #d9d9d9;
}
.uk_editor_result_nimi .result_wrap .browserBtn .fullscreen_btn {
  display: inline-block;
}
.uk_editor_result_nimi .result_wrap .browserBtn .fullscreen_btn:before,
.uk_editor_result_nimi .result_wrap .browserBtn .fullscreen_btn:after {
  background: #f9f9f9;
}
.uk_editor_result_nimi .result_wrap .browserBtn .fixed_btn:after {
  background: #f9f9f9;
}
.uk_editor_result_nimi .result_wrap:hover .browserBtn .exitMinimize_btn:before,
.uk_editor_result_nimi .result_wrap:hover .browserBtn .exitMinimize_btn:after {
  background: #e9e9e9;
}
.uk_editor_result_nimi .result_wrap:hover .browserBtn .exitMinimize_btn:hover:before,
.uk_editor_result_nimi .result_wrap:hover .browserBtn .exitMinimize_btn:hover:after {
  background-color: #d9d9d9;
}
.uk_editor_result_nimi .result_wrap:hover .browserBtn .fullscreen_btn:after {
  background: #e9e9e9;
}
.uk_editor_result_nimi .result_wrap:hover .browserBtn .fullscreen_btn:hover:before {
  background-color: #d9d9d9;
}
.uk_editor_result_nimi .result_wrap:hover .browserBtn .fullscreen_btn:hover:after {
  background-color: #d9d9d9;
}
.uk_editor {
  position: relative;
  background: #fff;
  border: 4px solid #ccc;
}
.uk_editor .code_wrap * {
  line-height: 24px;
  letter-spacing: 0;
  font-size: 14px;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-weight: normal;
}
.uk_editor .CodeMirror-gutter-elt {
  font-size: 12px;
}
.uk_editor .CodeMirror {
  height: auto;
}
.uk_editor .CodeMirror-line * {
  display: inline-block;
  vertical-align: top;
}
.uk_editor[data-result="true"] .CodeMirror-scroll {
  min-height: 320px;
  max-height: 528px;
}
.uk_editor[data-result="true"].min-height-400 .CodeMirror-scroll {
  min-height: 400px;
}
.uk_editor[data-result="true"].min-height-450 .CodeMirror-scroll {
  min-height: 450px;
}
.uk_editor[data-result="true"].min-height-500 .CodeMirror-scroll {
  min-height: 500px;
}
.uk_editor[data-result="true"].min-height-550 .CodeMirror-scroll {
  min-height: 550px;
}
.uk_editor[data-result="true"].min-height-600 .CodeMirror-scroll {
  min-height: 600px;
}
.uk_editor[data-result="true"].min-height-650 .CodeMirror-scroll {
  min-height: 650px;
}
.uk_editor[data-result="true"].min-height-700 .CodeMirror-scroll {
  min-height: 700px;
}
.uk_editor[data-result="true"].min-height-750 .CodeMirror-scroll {
  min-height: 750px;
}
.uk_editor[data-result="true"].min-height-800 .CodeMirror-scroll {
  min-height: 800px;
}
.uk_editor[data-result="true"].min-height-850 .CodeMirror-scroll {
  min-height: 850px;
}
.uk_editor[data-result="true"].min-height-900 .CodeMirror-scroll {
  min-height: 900px;
}
.uk_editor[data-result="true"].min-height-950 .CodeMirror-scroll {
  min-height: 950px;
}
.uk_editor[data-result="true"].min-height-1000 .CodeMirror-scroll {
  min-height: 1000px;
}
.uk_editor[data-result="true"] .code_wrap,
.uk_editor[data-result="true"] .result_wrap {
  position: relative;
  width: 50%;
}
.uk_editor[data-result="true"] .code_wrap {
  z-index: 1;
}
.uk_editor[data-result="true"] .result_wrap {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  height: 100%;
  padding-top: 30px;
  background: #fff;
  border-left: 1px solid #ccc;
}
.uk_editor[data-result="true"] .result_wrap:before {
  display: block;
  position: absolute;
  left: 10px;
  top: 35px;
  width: 70%;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  font-family: 'Open Sans', 'Noto Sans KR', 'Malgun Gothic', 'Dotum', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #444;
  background: #f1f3f4;
  border-radius: 100px;
  content: attr(data-url);
}
.uk_editor[data-result="true"] .result_wrap:after {
  position: absolute;
  right: 18px;
  top: 46px;
  width: 3px;
  height: 3px;
  background: #bbb;
  border-radius: 100%;
  box-shadow: 0 6px 0 0 #bbb, 0 -6px 0 0 #bbb;
  content: "";
}
.uk_editor[data-result="true"] .result_wrap iframe {
  position: absolute;
  right: 0;
  top: 65px;
  z-index: 2;
  width: 100%;
  height: calc(100% - (30px + 35px));
  background: #fff;
  border-top: 1px solid #d5d5d5;
}
.uk_editor[data-result="true"] .result_wrap .browserTitle {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  height: 30px;
  font-size: 0;
  background: #e9e9e9;
}
.uk_editor[data-result="true"] .result_wrap .browserTitle:before,
.uk_editor[data-result="true"] .result_wrap .browserTitle:after {
  position: absolute;
  content: "";
}
.uk_editor[data-result="true"] .result_wrap .browserTitle:before {
  left: 0;
  right: 0;
  top: 30px;
  height: 30px;
  box-shadow: 0 0 0 1px #d5d5d5;
}
.uk_editor[data-result="true"] .result_wrap .browserTitle:after {
  position: absolute;
  left: 10px;
  top: 6px;
  max-width: 250px;
  width: 30%;
  line-height: 24px;
  padding: 0 10px 0 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  font-family: 'Noto Sans KR', 'Malgun Gothic', 'Dotum', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #444;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 0 0 1px #d5d5d5;
  background-color: #fff;
  background-size: 16px;
  background-position: 6px center;
  background-repeat: no-repeat;
  content: attr(data-tit);
}
.uk_editor[data-result="true"] .result_wrap .browserTitle.chrome:after {
  background-image: url('https://cdnjs.cloudflare.com/ajax/libs/browser-logos/58.1.3/archive/chrome-android_18-36/chrome-android_18-36_32x32.png');
}
.uk_editor[data-result="true"] .result_wrap .browserTitle.firefox:after {
  background-image: url('https://cdnjs.cloudflare.com/ajax/libs/browser-logos/58.1.3/archive/firefox_57-70/firefox_57-70_32x32.png');
}
.uk_editor[data-result="true"] .result_wrap .browserTitle.ie:after {
  background-image: url('https://cdnjs.cloudflare.com/ajax/libs/browser-logos/58.1.3/archive/internet-explorer_9-11/internet-explorer_9-11_32x32.png');
}
.uk_editor[data-result="true"] .result_wrap .browserTitle.edge:after {
  background-image: url('https://cdnjs.cloudflare.com/ajax/libs/browser-logos/58.1.3/edge/edge_32x32.png');
}
.uk_editor[data-result="true"] .result_wrap .browserTitle.opera:after {
  background-image: url('https://cdnjs.cloudflare.com/ajax/libs/browser-logos/58.1.3/archive/opera_15-32/opera_15-32_32x32.png');
}
.uk_editor[data-result="true"] .result_wrap .browserTitle.safari:after {
  background-image: url('https://cdnjs.cloudflare.com/ajax/libs/browser-logos/58.1.3/archive/safari_1-7/safari_1-7_32x32.png');
}
.uk_editor[data-result="true"] .result_wrap .browserTitle.desktop i {
  display: none;
}
.uk_editor[data-result="true"] .result_wrap .browserTitle i {
  position: absolute;
  left: 17px;
  top: 11px;
  z-index: 2;
  font-size: 15px;
  color: #888;
}
.uk_editor[data-result="true"] .result_wrap .browserTitle .i_favicon {
  position: absolute;
  left: 16px;
  top: 10px;
  z-index: 2;
  width: 16px;
  height: 16px;
  font-size: 0;
  background-color: #fff;
  box-shadow: none;
}
.uk_editor[data-result="true"] .result_wrap .browserTitle .i_favicon:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 13px;
  color: #888;
  content: "\f57e";
}
.uk_editor[data-result="true"] .result_wrap .browserTitle .i_favicon span {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.uk_editor[data-result="true"] .result_wrap .browserBtn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.uk_editor[data-result="true"] .result_wrap .browserBtn button {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 42px;
  height: 26px;
  font-size: 0;
  outline: none;
  transition: background-color 0.15s;
}
.uk_editor[data-result="true"] .result_wrap .browserBtn button:hover {
  background-color: #d9d9d9;
}
.uk_editor[data-result="true"] .result_wrap .browserBtn button:before,
.uk_editor[data-result="true"] .result_wrap .browserBtn button:after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
}
.uk_editor[data-result="true"] .result_wrap .browserBtn .minimize_btn:before {
  width: 10px;
  height: 1px;
  margin-left: -5px;
  background: #444;
}
.uk_editor[data-result="true"] .result_wrap .browserBtn .fixed_btn:before {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  border: 1px solid #444;
}
.uk_editor[data-result="true"] .result_wrap .browserBtn .fullscreen_btn:before {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  border: 1px solid #444;
}
.uk_editor[data-result="true"] .result_wrap .browserBtn .fullscreen_btn:after {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  background: #e9e9e9;
  transform: rotate(45deg) scale(0.8, 0.8);
  transition: background-color 0.15s;
}
.uk_editor[data-result="true"] .result_wrap .browserBtn .fullscreen_btn:hover:after {
  background-color: #d9d9d9;
}
.uk_editor[data-result="true"] .result_wrap .browserBtn .exitMinimize_btn,
.uk_editor[data-result="true"] .result_wrap .browserBtn .exitFixed_btn,
.uk_editor[data-result="true"] .result_wrap .browserBtn .exitFullscreen_btn {
  display: none;
}
.uk_editor[data-result="true"] .result_wrap .browserBtn .exitMinimize_btn:before,
.uk_editor[data-result="true"] .result_wrap .browserBtn .exitFixed_btn:before,
.uk_editor[data-result="true"] .result_wrap .browserBtn .exitFullscreen_btn:before,
.uk_editor[data-result="true"] .result_wrap .browserBtn .exitMinimize_btn:after,
.uk_editor[data-result="true"] .result_wrap .browserBtn .exitFixed_btn:after,
.uk_editor[data-result="true"] .result_wrap .browserBtn .exitFullscreen_btn:after {
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%);
  background: #e9e9e9;
  border: 1px solid #444;
  transition: background-color 0.15s, border-color 0.15s;
}
.uk_editor[data-result="true"] .result_wrap .browserBtn .exitMinimize_btn:before,
.uk_editor[data-result="true"] .result_wrap .browserBtn .exitFixed_btn:before,
.uk_editor[data-result="true"] .result_wrap .browserBtn .exitFullscreen_btn:before {
  margin: -1px 0 0 1px;
}
.uk_editor[data-result="true"] .result_wrap .browserBtn .exitMinimize_btn:after,
.uk_editor[data-result="true"] .result_wrap .browserBtn .exitFixed_btn:after,
.uk_editor[data-result="true"] .result_wrap .browserBtn .exitFullscreen_btn:after {
  margin: 1px 0 0 -1px;
}
.uk_editor[data-result="true"] .result_wrap .browserBtn .exitMinimize_btn:hover:before,
.uk_editor[data-result="true"] .result_wrap .browserBtn .exitFixed_btn:hover:before,
.uk_editor[data-result="true"] .result_wrap .browserBtn .exitFullscreen_btn:hover:before,
.uk_editor[data-result="true"] .result_wrap .browserBtn .exitMinimize_btn:hover:after,
.uk_editor[data-result="true"] .result_wrap .browserBtn .exitFixed_btn:hover:after,
.uk_editor[data-result="true"] .result_wrap .browserBtn .exitFullscreen_btn:hover:after {
  background-color: #d9d9d9;
}
.uk_editor[data-result="true"] .result_wrap .browserBtn .closing_btn:before,
.uk_editor[data-result="true"] .result_wrap .browserBtn .closing_btn:after {
  width: 1px;
  height: 13px;
  margin: -6px 0 0 0;
  background: #222222;
  transition: background-color 0.15s;
}
.uk_editor[data-result="true"] .result_wrap .browserBtn .closing_btn:before {
  transform: rotate(-45deg);
}
.uk_editor[data-result="true"] .result_wrap .browserBtn .closing_btn:after {
  transform: rotate(45deg);
}
.uk_editor[data-result="true"] .result_wrap .browserBtn .closing_btn:hover {
  background-color: #e81123;
}
.uk_editor[data-result="true"] .result_wrap .browserBtn .closing_btn:hover:before,
.uk_editor[data-result="true"] .result_wrap .browserBtn .closing_btn:hover:after {
  background-color: #fff;
}
.uk_editor[data-result="true"] .result_wrap.edge .fullscreen_btn,
.uk_editor[data-result="true"] .result_wrap.ie .fullscreen_btn,
.uk_editor[data-result="true"] .result_wrap.safari .fullscreen_btn {
  display: none !important;
}
.uk_editor[data-result="true"] .btn_wrap {
  position: absolute;
  right: 50%;
  top: 14px;
  z-index: 2;
  margin-right: 14px;
}
.uk_editor[data-result="true"] .btn_wrap button {
  position: relative;
  z-index: 1;
  cursor: pointer;
  width: 36px;
  height: 36px;
  margin-left: 6px;
  color: #fff;
  outline: none;
  background: #bbb;
  border-radius: 100%;
  transition: background-color 0.15s;
}
.uk_editor[data-result="true"] .btn_wrap button:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-family: "Font Awesome 5 Free", sans-serif;
  content: "";
}
.uk_editor[data-result="true"] .btn_wrap button i {
  position: absolute;
  left: 50%;
  top: 46px;
  z-index: -1;
  transform: translate(-50%, -20px);
  opacity: 0;
  margin-top: -99999px;
  height: 24px;
  line-height: 24px;
  padding: 0 6px;
  text-align: center;
  font-family: 'Open Sans', 'Noto Sans KR', 'Malgun Gothic', 'Dotum', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.3px;
  white-space: pre;
  background: #bbb;
  border-radius: 3px;
  transition: transform .15s, opacity .15s, margin 0s .15s;
}
.uk_editor[data-result="true"] .btn_wrap button i:before,
.uk_editor[data-result="true"] .btn_wrap button i:after {
  position: absolute;
  content: "";
}
.uk_editor[data-result="true"] .btn_wrap button i:before {
  left: 0;
  top: -36px;
  width: 100%;
  line-height: 24px;
  padding-top: 36px;
  font-family: 'Noto Sans KR', 'Malgun Gothic', 'Dotum', sans-serif;
  font-size: 13px;
  font-weight: 400;
}
.uk_editor[data-result="true"] .btn_wrap button i:after {
  left: 50%;
  top: 0;
  margin: -6px 0 0 -5px;
  border-bottom: 6px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.uk_editor[data-result="true"] .btn_wrap button:hover {
  z-index: 2;
}
.uk_editor[data-result="true"] .btn_wrap button:hover i {
  transform: translate(-50%, 0);
  opacity: 1;
  margin-top: 0;
  transition: transform .15s, opacity .15s, margin 0s;
}
.uk_editor[data-result="true"] .btn_wrap button:first-child {
  margin-left: 0;
}
.uk_editor[data-result="true"] .btn_wrap .Reset_btn {
  background: #aaa;
}
.uk_editor[data-result="true"] .btn_wrap .Reset_btn:hover {
  background: #919191;
}
.uk_editor[data-result="true"] .btn_wrap .Reset_btn:before {
  content: "\f2f9";
  font-size: 16px;
}
.uk_editor[data-result="true"] .btn_wrap .Reset_btn i {
  background: #919191;
}
.uk_editor[data-result="true"] .btn_wrap .Reset_btn i:after {
  border-bottom-color: #919191;
}
.uk_editor[data-result="true"] .btn_wrap .Download_btn {
  background: #00986b;
}
.uk_editor[data-result="true"] .btn_wrap .Download_btn:hover {
  background: #006547;
}
.uk_editor[data-result="true"] .btn_wrap .Download_btn:before {
  content: "\f019";
  margin-left: 1px;
  font-size: 15px;
}
.uk_editor[data-result="true"] .btn_wrap .Download_btn i {
  background: #006547;
}
.uk_editor[data-result="true"] .btn_wrap .Download_btn i:after {
  border-bottom-color: #006547;
}
.uk_editor[data-result="true"] .btn_wrap .FullScreen_btn {
  background: #1e73ff;
}
.uk_editor[data-result="true"] .btn_wrap .FullScreen_btn:hover {
  background: #0058ea;
}
.uk_editor[data-result="true"] .btn_wrap .FullScreen_btn:before {
  content: "\f31e";
  font-size: 17px;
}
.uk_editor[data-result="true"] .btn_wrap .FullScreen_btn i {
  background: #0058ea;
}
.uk_editor[data-result="true"] .btn_wrap .FullScreen_btn i:after {
  border-bottom-color: #0058ea;
}
.uk_editor[data-result="true"] .btn_wrap .FullScreen_btn.active {
  background: #f33b3b;
}
.uk_editor[data-result="true"] .btn_wrap .FullScreen_btn.active:hover {
  background: #f12323;
}
.uk_editor[data-result="true"] .btn_wrap .FullScreen_btn.active:before {
  content: "\f78c";
}
.uk_editor[data-result="true"] .btn_wrap .FullScreen_btn.active i {
  background: #f12323;
}
.uk_editor[data-result="true"] .btn_wrap .FullScreen_btn.active i:after {
  border-bottom-color: #f12323;
}
.uk_editor[data-result="true"] .btn_wrap .Browser_btn {
  background: #b72df8;
}
.uk_editor[data-result="true"] .btn_wrap .Browser_btn:hover {
  background: #a208ea;
}
.uk_editor[data-result="true"] .btn_wrap .Browser_btn:before {
  content: "\f2d0";
  margin: 0;
  font-size: 16px;
}
.uk_editor[data-result="true"] .btn_wrap .Browser_btn i {
  background: #a208ea;
}
.uk_editor[data-result="true"] .btn_wrap .Browser_btn i:after {
  border-bottom-color: #a208ea;
}
.uk_editor[data-result="true"] .btn_wrap .Info_btn,
.uk_editor[data-result="true"] .btn_wrap .InfoExit_btn {
  position: absolute;
  left: -42px;
  top: 0;
  margin: 0;
}
.uk_editor[data-result="true"] .btn_wrap .Info_btn {
  background: #fff;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.3) inset;
  transition: box-shadow 0.15s;
}
.uk_editor[data-result="true"] .btn_wrap .Info_btn:before {
  font-size: 15px;
  color: #777;
  content: "\f129";
  transition: color .15s;
}
.uk_editor[data-result="true"] .btn_wrap .Info_btn i {
  background: #aaa;
}
.uk_editor[data-result="true"] .btn_wrap .Info_btn i:after {
  border-bottom-color: #aaa;
}
.uk_editor[data-result="true"] .btn_wrap .Info_btn:hover {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.4) inset;
}
.uk_editor[data-result="true"] .btn_wrap .Info_btn:hover:before {
  color: #555;
}
.uk_editor[data-result="true"] .btn_wrap .Info_btn:hover i {
  background: #888;
}
.uk_editor[data-result="true"] .btn_wrap .Info_btn:hover i:after {
  border-bottom-color: #888;
}
.uk_editor[data-result="true"] .info_wrap {
  display: none;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}
.uk_editor[data-result="true"].fullscreen_mode {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9999;
  width: calc(100% - (15px*2));
  height: calc(100% - (15px*2));
  margin: 0 !important;
  box-shadow: 0 0 0 50px rgba(0, 0, 0, 0.7);
}
.uk_editor[data-result="true"].fullscreen_mode .code_wrap,
.uk_editor[data-result="true"].fullscreen_mode .CodeMirror {
  height: 100%;
}
.uk_editor[data-result="true"].fullscreen_mode .CodeMirror-scroll {
  min-height: 100% !important;
}
.uk_editor[data-result="true"].browser_mini .code_wrap {
  width: auto;
}
.uk_editor[data-result="true"].browser_mini .btn_wrap {
  right: 0;
}
.uk_editor[data-result="true"].browser_mini .result_wrap {
  right: 10px;
  bottom: 10px;
  top: auto;
  z-index: 9;
  overflow: hidden;
  width: 330px;
  height: auto;
  border: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
.uk_editor[data-result="true"].browser_mini .result_wrap iframe {
  display: none;
}
.uk_editor[data-result="true"].browser_mini .result_wrap:before,
.uk_editor[data-result="true"].browser_mini .result_wrap:after {
  display: none;
}
.uk_editor[data-result="true"].browser_mini .result_wrap .browserTitle {
  background: #f9f9f9;
  cursor: pointer;
  transition: background-color 0.15s;
}
.uk_editor[data-result="true"].browser_mini .result_wrap .browserTitle:before {
  display: none;
}
.uk_editor[data-result="true"].browser_mini .result_wrap .browserTitle:after {
  left: 0;
  top: 0;
  width: 140px;
  height: 30px;
  line-height: 29px;
  padding-left: 31px;
  box-shadow: none;
  background-color: transparent;
  background-position: 8px center;
  transition: color .15s;
}
.uk_editor[data-result="true"].browser_mini .result_wrap .browserTitle i {
  left: 9px;
  top: 7px;
  font-size: 16px;
}
.uk_editor[data-result="true"].browser_mini .result_wrap .browserTitle .i_favicon {
  left: 8px;
  top: 7px;
}
.uk_editor[data-result="true"].browser_mini .result_wrap:hover .browserTitle {
  background-color: #e9e9e9;
}
.uk_editor[data-result="true"].browser_mini .result_wrap:hover .browserTitle:after {
  color: #000;
}
.uk_editor[data-result="true"].browser_mini .result_wrap .browserBtn button {
  height: 30px;
}
.uk_editor[data-result="true"].browser_mini .result_wrap .browserBtn .minimize_btn {
  display: none;
}
.uk_editor[data-result="true"].browser_mini .result_wrap .browserBtn .exitMinimize_btn {
  display: inline-block;
}
.uk_editor[data-result="true"].browser_mini .result_wrap .browserBtn .exitMinimize_btn:before,
.uk_editor[data-result="true"].browser_mini .result_wrap .browserBtn .exitMinimize_btn:after {
  background: #f9f9f9;
}
.uk_editor[data-result="true"].browser_mini .result_wrap .browserBtn .exitMinimize_btn:hover:before,
.uk_editor[data-result="true"].browser_mini .result_wrap .browserBtn .exitMinimize_btn:hover:after {
  background-color: #d9d9d9;
}
.uk_editor[data-result="true"].browser_mini .result_wrap .browserBtn .fullscreen_btn {
  display: inline-block;
}
.uk_editor[data-result="true"].browser_mini .result_wrap .browserBtn .fullscreen_btn:before,
.uk_editor[data-result="true"].browser_mini .result_wrap .browserBtn .fullscreen_btn:after {
  background: #f9f9f9;
}
.uk_editor[data-result="true"].browser_mini .result_wrap .browserBtn .fixed_btn:after {
  background: #f9f9f9;
}
.uk_editor[data-result="true"].browser_mini .result_wrap:hover .browserBtn .exitMinimize_btn:before,
.uk_editor[data-result="true"].browser_mini .result_wrap:hover .browserBtn .exitMinimize_btn:after {
  background: #e9e9e9;
}
.uk_editor[data-result="true"].browser_mini .result_wrap:hover .browserBtn .exitMinimize_btn:hover:before,
.uk_editor[data-result="true"].browser_mini .result_wrap:hover .browserBtn .exitMinimize_btn:hover:after {
  background-color: #d9d9d9;
}
.uk_editor[data-result="true"].browser_mini .result_wrap:hover .browserBtn .fullscreen_btn:after {
  background: #e9e9e9;
}
.uk_editor[data-result="true"].browser_mini .result_wrap:hover .browserBtn .fullscreen_btn:hover:before {
  background-color: #d9d9d9;
}
.uk_editor[data-result="true"].browser_mini .result_wrap:hover .browserBtn .fullscreen_btn:hover:after {
  background-color: #d9d9d9;
}
.uk_editor[data-result="true"].browser_fixed {
  z-index: 9999;
}
.uk_editor[data-result="true"].browser_fixed .result_wrap {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9999;
  width: calc(100% - (15px*2));
  height: calc(100% - (15px*2));
  border: 4px solid #1e73ff;
  box-shadow: 0 0 0 50px rgba(0, 0, 0, 0.7);
}
.uk_editor[data-result="true"].browser_fixed .result_wrap .browserBtn .fixed_btn {
  display: none;
}
.uk_editor[data-result="true"].browser_fixed .result_wrap .browserBtn .exitFixed_btn {
  display: inline-block;
}
.uk_editor[data-result="true"].browser_full .result_wrap .browserBtn .fullscreen_btn {
  display: none;
}
.uk_editor[data-result="true"].browser_full .result_wrap .browserBtn .exitFullscreen_btn {
  display: inline-block;
}
.uk_editor[data-result="true"].browser_full.full_browser_md .result_wrap .browserBtn .minimize_btn,
.uk_editor[data-result="true"].browser_full.full_browser_md .result_wrap .browserBtn .closing_btn {
  display: none;
}
.uk_editor[data-result="true"].browser_hide .code_wrap {
  width: auto;
}
.uk_editor[data-result="true"].browser_hide .result_wrap {
  display: none;
}
.uk_editor[data-result="true"].browser_hide .btn_wrap {
  right: 0;
}
.uk_editor[data-result="true"].browser_hide .btn_wrap .Info_btn {
  display: none;
}
.uk_editor[data-result="true"].editor_info .info_wrap {
  display: block;
  background: rgba(0, 0, 0, 0.55);
}
.uk_editor[data-result="true"].editor_info .info_wrap:before,
.uk_editor[data-result="true"].editor_info .info_wrap:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  padding: 10px;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.uk_editor[data-result="true"].editor_info .info_wrap:before {
  left: 0;
  content: attr(data-left);
  background: rgba(0, 47, 152, 0.2);
}
.uk_editor[data-result="true"].editor_info .info_wrap:after {
  right: 0;
  content: attr(data-right);
  background: rgba(30, 115, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}
.uk_editor[data-result="true"].editor_info .btn_wrap .Info_btn {
  display: none;
}
.uk_editor[data-result="true"].editor_info .info_end {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  line-height: 20px;
  text-align: center;
  font-family: 'Dotum', sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  letter-spacing: -0.5px;
  text-decoration: underline;
}
.uk_editor[data-result="true"].editor_info ul {
  *zoom: 1;
  position: absolute;
}
.uk_editor[data-result="true"].editor_info ul:after {
  display: block;
  clear: both;
  content: "";
}
.uk_editor[data-result="true"].editor_info ul li {
  float: left;
  position: relative;
  font-size: 0;
}
.uk_editor[data-result="true"].editor_info ul li:before,
.uk_editor[data-result="true"].editor_info ul li:after {
  position: absolute;
  content: "";
}
.uk_editor[data-result="true"].editor_info ul div {
  position: absolute;
  right: 0;
  width: 320px;
  line-height: 18px;
  padding: 5px 7px;
  font-family: 'Dotum', sans-serif;
  font-size: 12px;
  color: #fff;
  text-align: right;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.2);
}
.uk_editor[data-result="true"].editor_info ul strong {
  display: block;
}
.uk_editor[data-result="true"].editor_info ul i {
  display: block;
  margin-top: 2px;
}
.uk_editor[data-result="true"].editor_info .edite_info {
  right: calc((50% + 14px) - 1px);
  top: calc(14px - 1px);
}
.uk_editor[data-result="true"].editor_info .edite_info li {
  width: 38px;
  height: 38px;
  margin-left: 4px;
}
.uk_editor[data-result="true"].editor_info .edite_info li:before {
  left: 0;
  top: 0;
  width: 38px;
  height: 38px;
  border: 1px solid #fff;
  border-radius: 100%;
}
.uk_editor[data-result="true"].editor_info .edite_info li:after {
  left: 50%;
  top: 37px;
  width: 1px;
  height: 10px;
  border-right: 1px solid #fff;
}
.uk_editor[data-result="true"].editor_info .edite_info div {
  top: 47px;
  border-width: 1px;
}
.uk_editor[data-result="true"].editor_info .edite_info .info_Reset div {
  width: 216px;
}
.uk_editor[data-result="true"].editor_info .edite_info .info_Download:after {
  height: 69px;
}
.uk_editor[data-result="true"].editor_info .edite_info .info_Download div {
  width: 258px;
  top: 105px;
}
.uk_editor[data-result="true"].editor_info .edite_info .info_FullScreen:after {
  height: 127px;
}
.uk_editor[data-result="true"].editor_info .edite_info .info_FullScreen div {
  top: 163px;
  width: 300px;
}
.uk_editor[data-result="true"].editor_info .browser_info {
  right: 0;
  top: 0;
}
.uk_editor[data-result="true"].editor_info .browser_info li {
  width: 42px;
  height: 26px;
}
.uk_editor[data-result="true"].editor_info .browser_info li:before {
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid #fff;
}
.uk_editor[data-result="true"].editor_info .browser_info li:after {
  left: 50%;
  top: 25px;
  width: 1px;
  height: 10px;
  border-right: 1px solid #fff;
}
.uk_editor[data-result="true"].editor_info .browser_info div {
  width: 325px;
  margin: 35px 0 0;
}
.uk_editor[data-result="true"].editor_info .browser_info strong {
  font-weight: 400;
}
.uk_editor[data-result="true"].editor_info .browser_info strong:before {
  content: "[";
}
.uk_editor[data-result="true"].editor_info .browser_info strong:after {
  content: "]";
}
.uk_editor[data-result="true"].editor_info .browser_info .info_minimize div {
  width: 203px;
}
.uk_editor[data-result="true"].editor_info .browser_info .info_fixed:after {
  height: 69px;
}
.uk_editor[data-result="true"].editor_info .browser_info .info_fixed div {
  margin-top: 93px;
}
.uk_editor[data-result="true"].editor_info .browser_info .info_fullscreen:after {
  height: 127px;
}
.uk_editor[data-result="true"].editor_info .browser_info .info_fullscreen div {
  margin-top: 151px;
}
.uk_editor[data-result="true"].editor_info .browser_info .info_closing:after {
  height: 185px;
}
.uk_editor[data-result="true"].editor_info .browser_info .info_closing div {
  margin-top: 209px;
  margin-right: 4px;
}
.uk_editor[data-result="true"].editor_info .info_wrap.ie .edite_info .info_Download,
.uk_editor[data-result="true"].editor_info .info_wrap.edge .edite_info .info_Download,
.uk_editor[data-result="true"].editor_info .info_wrap.safari .edite_info .info_Download {
  display: none;
}
.uk_editor[data-result="true"].editor_info .info_wrap.ie .edite_info .info_Result:after,
.uk_editor[data-result="true"].editor_info .info_wrap.edge .edite_info .info_Result:after,
.uk_editor[data-result="true"].editor_info .info_wrap.safari .edite_info .info_Result:after {
  height: 69px;
}
.uk_editor[data-result="true"].editor_info .info_wrap.ie .edite_info .info_Result div,
.uk_editor[data-result="true"].editor_info .info_wrap.edge .edite_info .info_Result div,
.uk_editor[data-result="true"].editor_info .info_wrap.safari .edite_info .info_Result div {
  top: 105px;
}
.uk_editor[data-result="true"].editor_info .info_wrap.ie .browser_info .info_minimize div,
.uk_editor[data-result="true"].editor_info .info_wrap.edge .browser_info .info_minimize div,
.uk_editor[data-result="true"].editor_info .info_wrap.safari .browser_info .info_minimize div {
  width: 200px;
}
.uk_editor[data-result="true"].editor_info .info_wrap.ie .browser_info .info_fixed:after,
.uk_editor[data-result="true"].editor_info .info_wrap.edge .browser_info .info_fixed:after,
.uk_editor[data-result="true"].editor_info .info_wrap.safari .browser_info .info_fixed:after {
  height: 69px;
}
.uk_editor[data-result="true"].editor_info .info_wrap.ie .browser_info .info_fixed div,
.uk_editor[data-result="true"].editor_info .info_wrap.edge .browser_info .info_fixed div,
.uk_editor[data-result="true"].editor_info .info_wrap.safari .browser_info .info_fixed div {
  margin-top: 93px;
}
.uk_editor[data-result="true"].editor_info .info_wrap.ie .browser_info .info_fullscreen,
.uk_editor[data-result="true"].editor_info .info_wrap.edge .browser_info .info_fullscreen,
.uk_editor[data-result="true"].editor_info .info_wrap.safari .browser_info .info_fullscreen {
  display: none;
}
.uk_editor[data-result="true"].editor_info .info_wrap.ie .browser_info .info_closing:after,
.uk_editor[data-result="true"].editor_info .info_wrap.edge .browser_info .info_closing:after,
.uk_editor[data-result="true"].editor_info .info_wrap.safari .browser_info .info_closing:after {
  height: 127px;
}
.uk_editor[data-result="true"].editor_info .info_wrap.ie .browser_info .info_closing div,
.uk_editor[data-result="true"].editor_info .info_wrap.edge .browser_info .info_closing div,
.uk_editor[data-result="true"].editor_info .info_wrap.safari .browser_info .info_closing div {
  margin-top: 151px;
}
.uk_editor[data-result="true"].editor_info.browser_mini .info_wrap:before {
  width: 100%;
}
.uk_editor[data-result="true"].editor_info.browser_mini .info_wrap:after {
  display: none;
}
.uk_editor[data-result="true"].editor_info.browser_mini .edite_info {
  right: 13px;
}
.uk_editor[data-result="true"].editor_info.browser_mini .browser_info {
  display: none;
}
@media (max-width: 1201px) {
  .uk_editor {
    border-width: 4px;
  }
  .uk_editor[data-result="true"] {
    /*
			&.browser_mini.device .result_wrap {
				&:before, &:after {display:none;}
			}
			*/
  }
  .uk_editor[data-result="true"] .code_wrap,
  .uk_editor[data-result="true"] .result_wrap {
    width: auto;
  }
  .uk_editor[data-result="true"]:not(.fullscreen_mode) .result_wrap {
    position: relative;
    top: 0;
    padding-top: 30px;
    border-left: 0;
    border-top: 1px solid #ccc;
  }
  .uk_editor[data-result="true"]:not(.fullscreen_mode) .result_wrap iframe {
    position: static;
    width: 100%;
    height: 230px;
    margin-top: 36px;
    background: #fff;
  }
  .uk_editor[data-result="true"]:not(.fullscreen_mode) .result_wrap .browserTitle {
    height: 30px;
  }
  .uk_editor[data-result="true"]:not(.fullscreen_mode) .result_wrap .browserTitle:after {
    width: 250px;
    padding-left: 27px;
  }
  .uk_editor[data-result="true"]:not(.fullscreen_mode) .result_wrap .browserTitle .i_favicon {
    left: 16px;
    top: 10px;
  }
  .uk_editor[data-result="true"].fullscreen_mode .code_wrap {
    height: calc(50% - 36px/2);
  }
  .uk_editor[data-result="true"].fullscreen_mode .result_wrap {
    height: calc(50% + 36px/2);
  }
  .uk_editor[data-result="true"].fullscreen_mode .result_wrap {
    position: relative;
    top: 0;
    border-left: 0;
    border-top: 1px solid #000;
  }
  .uk_editor[data-result="true"].fullscreen_mode .result_wrap iframe {
    position: static;
    width: 100%;
    height: calc(100% - 36px);
    margin-top: 36px;
  }
  .uk_editor[data-result="true"].fullscreen_mode .btn_wrap {
    right: 0;
  }
  .uk_editor[data-result="true"].fullscreen_mode .btn_wrap .Info_btn {
    display: none;
  }
  .uk_editor[data-result="true"] .CodeMirror-scroll {
    min-height: 250px;
    max-height: 320px;
  }
  .uk_editor[data-result="true"].min-height-400 .CodeMirror-scroll,
  .uk_editor[data-result="true"].min-height-450 .CodeMirror-scroll,
  .uk_editor[data-result="true"].min-height-500 .CodeMirror-scroll,
  .uk_editor[data-result="true"].min-height-550 .CodeMirror-scroll,
  .uk_editor[data-result="true"].min-height-600 .CodeMirror-scroll,
  .uk_editor[data-result="true"].min-height-650 .CodeMirror-scroll,
  .uk_editor[data-result="true"].min-height-700 .CodeMirror-scroll,
  .uk_editor[data-result="true"].min-height-750 .CodeMirror-scroll,
  .uk_editor[data-result="true"].min-height-800 .CodeMirror-scroll,
  .uk_editor[data-result="true"].min-height-850 .CodeMirror-scroll,
  .uk_editor[data-result="true"].min-height-900 .CodeMirror-scroll,
  .uk_editor[data-result="true"].min-height-950 .CodeMirror-scroll,
  .uk_editor[data-result="true"].min-height-1000 .CodeMirror-scroll {
    min-height: 150px;
    max-height: 320px;
  }
  .uk_editor[data-result="true"].desktop .result_wrap .browserBtn .minimize_btn {
    display: none;
  }
  .uk_editor[data-result="true"].desktop .result_wrap .browserBtn .closing_btn {
    display: none;
  }
  .uk_editor[data-result="true"].device .result_wrap:before,
  .uk_editor[data-result="true"].device .result_wrap:after {
    display: none;
  }
  .uk_editor[data-result="true"].device .result_wrap iframe {
    margin: 3px 0 0;
  }
  .uk_editor[data-result="true"].device .result_wrap .browserBtn {
    display: none;
  }
  .uk_editor[data-result="true"] .btn_wrap button i {
    display: none;
  }
  .uk_editor[data-result="true"] .btn_wrap .Reset_btn:hover {
    background: #aaa;
  }
  .uk_editor[data-result="true"] .btn_wrap .Download_btn:hover {
    background: #00986b;
  }
  .uk_editor[data-result="true"] .btn_wrap .FullScreen_btn:hover {
    background: #1e73ff;
  }
  .uk_editor[data-result="true"]:not(.fullscreen_mode) .btn_wrap {
    right: 0;
  }
  .uk_editor[data-result="true"].device .btn_wrap {
    top: auto;
    right: -6px;
    bottom: 240px;
  }
  .uk_editor[data-result="true"].browser_fixed {
    z-index: 9999;
  }
  .uk_editor[data-result="true"].browser_fixed .result_wrap {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9999;
    width: calc(100% - (15px*2));
    height: calc(100% - (15px*2));
    border: 4px solid #1e73ff;
    box-shadow: 0 0 0 50px rgba(0, 0, 0, 0.7);
  }
  .uk_editor[data-result="true"].browser_fixed .result_wrap .browserBtn .fixed_btn {
    display: none;
  }
  .uk_editor[data-result="true"].browser_fixed .result_wrap .browserBtn .exitFixed_btn {
    display: inline-block;
  }
  .uk_editor[data-result="true"].browser_fixed .result_wrap iframe {
    height: calc(100% - 35px);
  }
  .uk_editor[data-result="true"].browser_full .result_wrap .browserBtn .fullscreen_btn {
    display: none;
  }
  .uk_editor[data-result="true"].browser_full .result_wrap .browserBtn .exitFullscreen_btn {
    display: inline-block;
  }
  .uk_editor[data-result="true"].editor_info .info_wrap:before,
  .uk_editor[data-result="true"].editor_info .info_wrap:after {
    left: 0;
    width: 100%;
    font-size: 20px;
  }
  .uk_editor[data-result="true"].editor_info .info_wrap:before {
    left: 0;
    top: 0;
    bottom: auto;
    height: calc(100% - 316px);
  }
  .uk_editor[data-result="true"].editor_info .info_wrap:after {
    right: 0;
    top: auto;
    bottom: 0;
    height: 316px;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
  }
  .uk_editor[data-result="true"].editor_info .edite_info {
    right: 13px;
  }
  .uk_editor[data-result="true"].editor_info .browser_info {
    top: calc(100% - 316px + 1px);
  }
  .uk_editor[data-result="true"].editor_info .browser_info div {
    margin: 35px 0 0;
  }
  .uk_editor[data-result="true"].editor_info .browser_info .info_minimize,
  .uk_editor[data-result="true"].editor_info .browser_info .info_closing {
    display: none;
  }
  .uk_editor[data-result="true"].editor_info .browser_info .info_fixed:after {
    height: 10px;
  }
  .uk_editor[data-result="true"].editor_info .browser_info .info_fixed div {
    margin-top: 35px;
  }
  .uk_editor[data-result="true"].editor_info .browser_info .info_fullscreen:after {
    height: 69px;
  }
  .uk_editor[data-result="true"].editor_info .browser_info .info_fullscreen div {
    margin-top: 93px;
    margin-right: 4px;
  }
  .uk_editor[data-result="true"].editor_info .info_wrap.ie .edite_info .info_Result div,
  .uk_editor[data-result="true"].editor_info .info_wrap.edge .edite_info .info_Result div,
  .uk_editor[data-result="true"].editor_info .info_wrap.safari .edite_info .info_Result div {
    top: auto;
    bottom: 105px;
  }
  .uk_editor[data-result="true"].editor_info.browser_mini .info_wrap:after {
    display: block;
  }
  .uk_editor[data-result="true"].editor_info.browser_mini .browser_info {
    display: block;
  }
}
@media (max-width: 767px) {
  .uk_editor .code_wrap * {
    line-height: 20px;
    font-size: 12px;
  }
}
.uk_editor .CodeMirror-sizer {
  padding-bottom: 8px !important;
}
.uk_editor .CodeMirror-simplescroll-horizontal,
.uk_editor .CodeMirror-simplescroll-vertical {
  bottom: 3px;
  right: 3px;
  z-index: 4;
  border-radius: 100px;
}
.uk_editor .CodeMirror-simplescroll-horizontal {
  transform: scale(0.99, 1);
}
.uk_editor .CodeMirror-simplescroll-vertical {
  transform: scale(1, 0.99);
}
.uk_editor .CodeMirror-simplescroll-horizontal div,
.uk_editor .CodeMirror-simplescroll-vertical div {
  border-radius: 100px;
  border: 0;
  cursor: pointer;
  transition: background-color 0.15s;
}
.uk_editor .CodeMirror-scrollbar-filler {
  display: none !important;
}
.uk_editor:not([data-theme="default"]) .CodeMirror-simplescroll-horizontal,
.uk_editor:not([data-theme="default"]) .CodeMirror-simplescroll-vertical {
  background: rgba(255, 255, 255, 0.15);
}
.uk_editor:not([data-theme="default"]) .CodeMirror-simplescroll-horizontal div,
.uk_editor:not([data-theme="default"]) .CodeMirror-simplescroll-vertical div {
  background: rgba(255, 255, 255, 0.3);
}
.uk_editor:not([data-theme="default"]) .cm-s-moxer .cm-error {
  background-color: rgba(255, 83, 112, 0.3) !important;
}
.uk_editor[data-theme="default"] .CodeMirror-simplescroll-horizontal div,
.uk_editor[data-theme="default"] .CodeMirror-simplescroll-vertical div {
  background: rgba(0, 0, 0, 0.15);
}
@media (max-width: 1201px) {
  .uk_editor .CodeMirror-simplescroll-horizontal {
    height: 5px !important;
  }
  .uk_editor .CodeMirror-simplescroll-vertical {
    width: 5px !important;
  }
}
/*
.uk_editor_result_nimi {
	.result_wrap {
		right:10px; bottom:10px; top:auto; z-index:9; overflow:hidden;
		width:330px; height:auto;
		border:0; box-shadow:0 0 0 1px rgba(0,0,0,.2);
		border-radius:2px;

		@mini_tit_color:#f9f9f9;
		iframe {display:none;}
		&:before, &:after {display:none;}
		.browserTitle {
			background:#f9f9f9; cursor:pointer;
			transition:background-color .15s;
			&:before {display:none;}
			&:after {
				left:0; top:0;
				width:140px; height:@edt_tit_height; line-height:@edt_tit_height - 1px;
				padding-left:31px;
				box-shadow:none;
				background-color:transparent;
				background-position:8px center;
				transition:color .15s;
			}
			i {left:9px; top:7px; font-size:16px;}
			.i_favicon {left:8px; top:7px;}
		}
		&:hover .browserTitle {
			background-color:@edt_tit_bg;
			&:after {color:#000;}
		}
		.browserBtn {
			button {height:@edt_tit_height;}
			.minimize_btn {display:none;}
			.exitMinimize_btn {
				display:inline-block;
				&:before, &:after {background:@mini_tit_color;}
				&:hover {
					&:before, &:after {background-color:@edt_btn_hover;}
				}
			}
			.fullscreen_btn {
				display:inline-block;
				&:before, &:after {background:@mini_tit_color;}
			}
			.fixed_btn:after {background:@mini_tit_color;}
		}
		&:hover .browserBtn {
			.exitMinimize_btn {
				&:before, &:after {background:@edt_tit_bg;}
				&:hover {
					&:before, &:after {background-color:@edt_btn_hover;}
				}
			}
			.fullscreen_btn {
				&:after {background:@edt_tit_bg;}
				&:hover:before {background-color:@edt_btn_hover;}
				&:hover:after {background-color:@edt_btn_hover;}
			}
		}
	}
}
.uk_editor {
	position:relative; //width:100%;
	background:#fff; border:@edt_border_width solid @edt_border_color;
	.code_wrap * {
		line-height:24px; letter-spacing:0; //letter-spacing:-0.5px;
		font-size:14px; .font-code; font-weight:normal;
	}
	.CodeMirror-gutter-elt {font-size:12px;}
	.CodeMirror {height:auto;}
	.CodeMirror-line * {display:inline-block; vertical-align:top;}
	&[data-result="true"]{
		.CodeMirror-scroll {min-height:320px; max-height:528px;} //528
		&.min-height-400 .CodeMirror-scroll {min-height:400px;}
		&.min-height-450 .CodeMirror-scroll {min-height:450px;}
		&.min-height-500 .CodeMirror-scroll {min-height:500px;}
		&.min-height-550 .CodeMirror-scroll {min-height:550px;}
		&.min-height-600 .CodeMirror-scroll {min-height:600px;}
		&.min-height-650 .CodeMirror-scroll {min-height:650px;}
		&.min-height-700 .CodeMirror-scroll {min-height:700px;}
		&.min-height-750 .CodeMirror-scroll {min-height:750px;}
		&.min-height-800 .CodeMirror-scroll {min-height:800px;}
		&.min-height-850 .CodeMirror-scroll {min-height:850px;}
		&.min-height-900 .CodeMirror-scroll {min-height:900px;}
		&.min-height-950 .CodeMirror-scroll {min-height:950px;}
		&.min-height-1000 .CodeMirror-scroll {min-height:1000px;}

		.code_wrap, .result_wrap {position:relative; width:50%;}
		.code_wrap {z-index:1;}
		.result_wrap {
			position:absolute; right:0; top:0; overflow:hidden;
			height:100%; padding-top:@edt_tit_height;
			background:#fff; border-left:1px solid @edt_border_color;
			&:before {
				display:block;
				position:absolute; left:10px; top:@edt_tit_height + 5px;
				width:70%; height:25px; line-height:25px; padding:0 10px;
				.ell; .font-en; font-size:13px; font-weight:400; color:@edt_tit_color;
				background:#f1f3f4; border-radius:100px;
				content:attr(data-url);
				//content:"uxkm.github.io/";
			}
			&:after {
				@dotSize:6px;
				position:absolute; right:18px; top:@edt_tit_height + 16px;
				width:@dotSize/2; height:@dotSize/2;
				background:#bbb; border-radius:100%;
				box-shadow:0 @dotSize 0 0 #bbb, 0 -@dotSize 0 0 #bbb;
				content:"";
			}

			iframe {
				//position:absolute; right:0; top:@tit_height; z-index:2;
				//width:100%; height:calc(100% - @tit_height);
				position:absolute; right:0; top:@edt_tit_height + 35px; z-index:2;
				width:100%; height:calc(100% - (@edt_tit_height + 35px));
				//background:#fafafa;
				background:#fff;
				border-top:1px solid #d5d5d5;
			}
			.browserTitle {
				position:absolute; left:0; top:0; overflow:hidden; z-index:1;
				width:100%; height:@edt_tit_height;
				font-size:0; background:@edt_tit_bg;
				&:before, &:after {position:absolute; content:"";}
				&:before {
					left:0; right:0; top:@edt_tit_height;
					height:@edt_tit_height;
					box-shadow:@edt_tit_shadow;
				}
				&:after {
					position:absolute; left:10px; top:6px;
					max-width:250px; width:30%; line-height:@edt_tit_height - 6px; padding:0 10px 0 28px;
					.ell; .font-kr; font-size:12px; font-weight:400; color:@edt_tit_color;
					border-radius:4px 4px 0 0; box-shadow:@edt_tit_shadow;
					background-color:#fff;
					background-size:16px;
					background-position:6px center;
					background-repeat:no-repeat;
					content:attr(data-tit);
				}
				&.chrome:after {background-image:url('https://cdnjs.cloudflare.com/ajax/libs/browser-logos/58.1.3/archive/chrome-android_18-36/chrome-android_18-36_32x32.png');}
				&.firefox:after {background-image:url('https://cdnjs.cloudflare.com/ajax/libs/browser-logos/58.1.3/archive/firefox_57-70/firefox_57-70_32x32.png');}
				&.ie:after {background-image:url('https://cdnjs.cloudflare.com/ajax/libs/browser-logos/58.1.3/archive/internet-explorer_9-11/internet-explorer_9-11_32x32.png');}
				&.edge:after {background-image:url('https://cdnjs.cloudflare.com/ajax/libs/browser-logos/58.1.3/edge/edge_32x32.png');}
				&.opera:after {background-image:url('https://cdnjs.cloudflare.com/ajax/libs/browser-logos/58.1.3/archive/opera_15-32/opera_15-32_32x32.png');}
				&.safari:after {background-image:url('https://cdnjs.cloudflare.com/ajax/libs/browser-logos/58.1.3/archive/safari_1-7/safari_1-7_32x32.png');}

				&.desktop i {display:none;}
				i {
					position:absolute; left:17px; top:11px; z-index:2;
					font-size:15px; color:#888;
				}

				//&.favicon:after {background-image:none;}
				.i_favicon {
					position:absolute; left:16px; top:10px; z-index:2;
					width:16px; height:16px; font-size:0;
					background-color:#fff; box-shadow:none;
					&:before {
						position:absolute; left:50%; top:50%;
						transform:translate(-50%, -50%);
						font-size:13px; color:#888;
						content:"\f57e";
					}
					span {
						position:absolute; left:0; top:0; right:0; bottom:0;
						background-repeat:no-repeat;
						background-position:center center;
						background-size:100% 100%;
					}
				}
			}
			.browserBtn {
				position:absolute; right:0; top:0; z-index:2;
				button {
					display:inline-block; position:relative; vertical-align:top;
					width:@edt_tit_height + 12px; height:@edt_tit_height - 4px;
					font-size:0; outline:none;
					transition:background-color .15s;
					&:hover {background-color:@edt_btn_hover;}
					&:before, &:after {position:absolute; left:50%; top:50%; content:"";}
				}
				@lineSize:10px;
				@lineColor:#444;
				.minimize_btn:before {
					width:@lineSize; height:1px; margin-left:-@lineSize/2;
					background:@lineColor;
				}
				.fixed_btn:before {
					width:@lineSize; height:@lineSize; margin:-@lineSize/2 0 0 -@lineSize/2;
					border:1px solid @lineColor;
				}
				.fullscreen_btn {
					&:before {
						width:@lineSize; height:@lineSize; margin:-@lineSize/2 0 0 -@lineSize/2;
						border:1px solid @lineColor;
					}
					&:after {
						width:@lineSize; height:@lineSize; margin:-@lineSize/2 0 0 -@lineSize/2;
						background:@edt_tit_bg;
						transform:rotate(45deg) scale(.8, .8);
						transition:background-color .15s;
					}
					&:hover:after {background-color:@edt_btn_hover;}
				}
				.exitMinimize_btn, .exitFixed_btn, .exitFullscreen_btn {
					display:none;
					&:before, &:after {
						width:@lineSize - 2px; height:@lineSize - 2px;
						transform:translate(-50%, -50%);
						background:@edt_tit_bg; border:1px solid @lineColor;
						transition:background-color .15s, border-color .15s;
					}
					&:before {margin:-1px 0 0 1px;}
					&:after {margin:1px 0 0 -1px;}
					&:hover {
						&:before, &:after {background-color:@edt_btn_hover;}
					}
				}
				.closing_btn {
					&:before, &:after {
						width:1px; height:@lineSize + 3px; margin:-6px 0 0 0;
						background:@lineColor - #222;
						transition:background-color .15s;
					}
					&:before {transform:rotate(-45deg);}
					&:after {transform:rotate(45deg);}
					&:hover {
						background-color:#e81123;
						&:before, &:after {background-color:#fff;}
					}
				}
			}
			&.edge, &.ie, &.safari {
				.fullscreen_btn {display:none !important;}
			}
		}

		.btn_wrap {
			position:absolute; right:50%; top:@edt_bt_margin; z-index:2;
			margin-right:@edt_bt_margin;
			button {
				position:relative; z-index:1; cursor:pointer;
				width:@edt_bt_width; height:@edt_bt_width; margin-left:@edt_btn_left;
				color:#fff; outline:none;
				background:#bbb; border-radius:100%;
				transition:background-color .15s;
				&:before {
					position:absolute; left:50%; top:50%;
					transform:translate(-50%, -50%);
					font-size:14px; font-family:"Font Awesome 5 Free", sans-serif;
					content:"";
				}
				i {
					@h:24px;
					position:absolute; left:50%; top:@edt_bt_width + 10px; z-index:-1;
					transform:translate(-50%, -20px); opacity:0; margin-top:-99999px;
					height:@h; line-height:@h; padding:0 6px; text-align:center;
					.font-en; font-size:13px; font-weight:500; letter-spacing:-0.3px; white-space:pre;
					background:#bbb; border-radius:3px;
					transition:transform .15s, opacity .15s, margin 0s .15s;
					&:before, &:after {position:absolute; content:"";}
					&:before {
						left:0; top:-@edt_bt_width;
						width:100%; line-height:@h; padding-top:@edt_bt_width;
						.font-kr; font-size:13px; font-weight:400;
					}
					&:after {
						left:50%; top:0; margin:-6px 0 0 -5px;
						border-bottom:6px solid transparent;
						border-left:5px solid transparent;
						border-right:5px solid transparent;
					}
				}
				&:hover {
					z-index:2;
					i {
						transform:translate(-50%, 0); opacity:1; margin-top:0;
						transition:transform .15s, opacity .15s, margin 0s;
					}
				}
			}
			button:first-child {margin-left:0;}
			.Reset_btn {
				background:#aaa;
				&:hover {background:darken(#aaa, 10%);}
				&:before {content:"\f2f9"; font-size:16px;}
				i {
					background:darken(#aaa, 10%);
					//&:before {content:"새로고침";}
					&:after {border-bottom-color:darken(#aaa, 10%);}
				}
			}
			.Download_btn {
				background:@edt_green;
				&:hover {background:darken(@edt_green, 10%);}
				&:before {content:"\f019"; margin-left:1px; font-size:15px;}
				i {
					background:darken(@edt_green, 10%);
					//&:before {content:"결과보기";}
					&:after {border-bottom-color:darken(@edt_green, 10%);}
				}
			}
			.FullScreen_btn {
				background:@blue;
				&:hover {background:darken(@blue, 10%);}
				&:before {content:"\f31e"; font-size:17px;}
				i {
					background:darken(@blue, 10%);
					//&:before {content:"결과보기";}
					&:after {border-bottom-color:darken(@blue, 10%);}
				}
				&.active {
					background:lighten(@red, 5%);
					&:hover {background:@red;}
					&:before {content:"\f78c";}
					i {
						background:@red;
						//&:before {content:"결과보기";}
						&:after {border-bottom-color:@red;}
					}
				}
			}
			.Browser_btn {
				background:@purple;
				&:hover {background:darken(@purple, 10%);}
				//&:before {content:"\f04b"; margin:1px 0 0 1px; font-size:12px;}
				&:before {content:"\f2d0"; margin:0; font-size:16px;}
				i {
					background:darken(@purple, 10%);
					//&:before {content:"결과보기";}
					&:after {border-bottom-color:darken(@purple, 10%);}
				}
			}

			.Info_btn, .InfoExit_btn {
				position:absolute; left:-(@edt_bt_width + @edt_btn_left); top:0;
				margin:0;
			}
			.Info_btn {
				background:#fff; //border:1px solid #aaa;
				box-shadow:0 0 0 2px rgba(0,0,0,.3) inset;
				transition:box-shadow .15s;
				&:before {
					font-size:15px; color:#888; content:"\f129";
					transition:color .15s;
				}
				i {
					background:#aaa;
					&:after {border-bottom-color:#aaa;}
				}
				&:hover {
					box-shadow:0 0 0 2px rgba(0,0,0,.4) inset;
					&:before {color:#666;}
					i {
						background:#888;
						&:after {border-bottom-color:#888;}
					}
				}
			}
			//.InfoExit_btn {
			//	display:none; z-index:99;
			//	background-color:blue;
			//}
		}
		.info_wrap {
			display:none; cursor:pointer;
			position:absolute; left:0; top:0; right:0; bottom:0; z-index:4;
		}

		&.fullscreen_mode {
			@p_size:15px;
			position:fixed; right:@p_size; top:@p_size; z-index:9999;
			width:calc(100% - (@p_size*2)); height:calc(100% - (@p_size*2)); margin:0 !important;
			box-shadow:0 0 0 50px rgba(0,0,0,.7);

			.code_wrap, .CodeMirror {height:100%;}
			.CodeMirror-scroll {min-height:100% !important;}
		}

		&.browser_mini {
			.code_wrap {width:auto;}
			.btn_wrap {right:0;}
			.uk_editor_result_nimi;
		}
		&.browser_fixed {
			z-index:9999;
			.result_wrap {
				@p_size:15px;
				position:fixed; right:@p_size; top:@p_size; z-index:9999;
				width:calc(100% - (@p_size*2)); height:calc(100% - (@p_size*2));
				border:4px solid @blue;
				box-shadow:0 0 0 50px rgba(0,0,0,.7);
				.browserBtn {
					.fixed_btn {display:none;}
					.exitFixed_btn {display:inline-block;}
				}
			}
		}
		&.browser_full {
			.result_wrap {
				.browserBtn {
					.fullscreen_btn {display:none;}
					.exitFullscreen_btn {display:inline-block;}
				}
			}
		}
		&.browser_hide {
			.code_wrap {width:auto;}
			.result_wrap {display:none;}
			.btn_wrap {
				right:0;
				.Info_btn {display:none;}
			}
		}
		&.editor_info {
			.info_wrap {
				display:block; background:rgba(0,0,0,.55);
				&:before, &:after {
					position:absolute; top:0; bottom:0;
					width:50%; padding:10px;
					font-size:20px; color:#fff; font-weight:600;
				}
				&:before {
					left:0; content:attr(data-left);
					background:rgba(0,152,107, .1);
				}
				&:after {
					right:0; content:attr(data-right);
					background:rgba(30,115,255, .1);
					border-left:1px solid rgba(255,255,255,.35);
				}
			}
			.btn_wrap {
				.Info_btn {display:none;}
				//.InfoExit_btn {display:inline-block;}
			}
			.info_end {
				position:absolute; left:0; right:0; bottom:20px;
				line-height:20px; text-align:center;
				font-family:'Dotum', sans-serif; font-weight:bold;
				font-size:14px; color:#fff; letter-spacing:-0.5px;
				text-decoration:underline;
			}

			@bd_type:solid;
			@p_w:1px;
			ul {
				.clear; position:absolute;
				li {
					float:left; position:relative;
					font-size:0;
					&:before, &:after {
						position:absolute;
						content:"";
					}
				}
				div {
					position:absolute; right:0;
					width:320px; line-height:18px; padding:5px 7px;
					font-family:'Dotum', sans-serif;
					font-size:12px; color:#fff; text-align:right;
					border:1px @bd_type #fff;
					background:rgba(0,0,0,.2);
				}
				strong {display:block;}
				i {display:block; margin-top:2px;}
			}
			.edite_info {
				right:calc((50% + @edt_bt_margin) - @p_w); top:calc(@edt_bt_margin - @p_w);
				li {
					width:@edt_bt_width + @p_w*2; height:@edt_bt_width + @p_w*2;
					margin-left:@edt_btn_left - @p_w*2;
					&:before {
						left:0; top:0;
						width:@edt_bt_width + @p_w*2; height:@edt_bt_width + @p_w*2;
						border:@p_w @bd_type #fff; border-radius:100%;
					}
					&:after {
						left:50%; top:@edt_bt_width + @p_w;
						width:1px; height:10px;
						border-right:@p_w @bd_type #fff;
					}
				}
				div {
					top:@edt_bt_width + @p_w + 10px;
					border-width:@p_w;
				}

				.info_Reset div {width:216px;}
				.info_Download:after {height:69px;}
				.info_Download div {width:258px; top:105px;}
				.info_FullScreen:after {height:127px;}
				.info_FullScreen div {top:163px; width:300px;}
			}
			.browser_info {
				right:0; top:0;
				li {
					width:42px; height:26px;
					&:before {
						left:1px; top:1px;
						width:calc(100% - 2px); height:calc(100% - 2px);
						border:1px @bd_type #fff;
					}
					&:after {
						left:50%; top:25px;
						width:1px; height:10px;
						border-right:1px @bd_type #fff;
					}
				}
				div {width:325px; margin:35px 0 0;}
				strong {
					font-weight:400;
					&:before {content:"[";}
					&:after {content:"]";}
				}

				//.info_minimize div {width:278px;}
				.info_minimize div {width:203px;}
				.info_fixed:after {height:69px;}
				.info_fixed div {margin-top:93px;}
				.info_fullscreen:after {height:127px;}
				.info_fullscreen div {margin-top:151px;}
				.info_closing:after {height:185px;}
				.info_closing div {margin-top:209px; margin-right:4px;}
			}

			.info_wrap.ie, .info_wrap.edge, .info_wrap.safari {
				.edite_info {
					.info_Download {display:none;}
					.info_Result:after {height:69px;}
					.info_Result div {top:105px;}
				}
				.browser_info {
					.info_minimize div {width:200px;}
					.info_fixed:after {height:69px;}
					.info_fixed div {margin-top:93px;}
					.info_fullscreen {display:none;}
					.info_closing:after {height:127px;}
					.info_closing div {margin-top:151px;}
				}
			}
			&.browser_mini {
				.info_wrap:before {width:100%;}
				.info_wrap:after {display:none;}
				.edite_info {right:@edt_bt_margin - @p_w;}
				.browser_info {display:none;}
			}
		}
	}

	//스크롤바 커스텀
	.CodeMirror-sizer {padding-bottom:8px !important;}
	.CodeMirror-simplescroll-horizontal,
	.CodeMirror-simplescroll-vertical {
		bottom:3px; right:3px; z-index:4; border-radius:100px;
	}
	.CodeMirror-simplescroll-horizontal {transform:scale(.99, 1);}
	.CodeMirror-simplescroll-vertical {transform:scale(1, .99);}
	.CodeMirror-simplescroll-horizontal div,
	.CodeMirror-simplescroll-vertical div {
		border-radius:100px; border:0; cursor:pointer;
		transition:background-color .15s;
	}
	.CodeMirror-scrollbar-filler {display:none !important;}
	&:not([data-theme="default"]){
		.CodeMirror-simplescroll-horizontal, .CodeMirror-simplescroll-vertical {
			background:fade(#fff, 15%);
		}
		.CodeMirror-simplescroll-horizontal div, .CodeMirror-simplescroll-vertical div {
			background:fade(#fff, 30%);
			//&:hover {background-color:fade(#fff, 50%);}
		}
		.cm-s-moxer .cm-error {background-color:fade(#FF5370, 30%) !important;}
	}
	&[data-theme="default"]{
		.CodeMirror-simplescroll-horizontal div, .CodeMirror-simplescroll-vertical div {
			background:rgba(0,0,0,.15);
		}
	}
}
@media(max-width:@screen-lg-max){
	.uk_editor {
		@iframe_height:250px;
		@device_iframe_height:220px;
		@bro_height:35px;
		@info_i_height:316px;
		border-width:2px;
		//.code_wrap * {line-height:20px; font-size:12px;}

		&[data-result="true"]{
			&:not(.fullscreen_mode) {
				.code_wrap, .result_wrap {width:auto;}
				.result_wrap {
					position:relative; top:0;
					padding-top:31px;
					border-left:0; border-top:1px solid @edt_border_color;
					//&:before, &:after {display:none;}
					iframe {
						position:static;
						width:100%; height:@iframe_height; margin-top:35px;
						//border:0;
						background:#fff;
					}
					.browserTitle {
						&:after {width:150px; padding-left:27px;}
						.i_favicon {left:16px; top:10px;}
					}
				}
				&.desktop .result_wrap .browserBtn {
					.minimize_btn {display:none;}
					.closing_btn {display:none;}
				}
			}

			&.device .result_wrap {
				&:before, &:after {display:none;}
				iframe {height:@device_iframe_height; margin:0; border-top:0;}
				.browserBtn {display:none;}
			}

			.CodeMirror-scroll {min-height:320px; max-height:320px;} //528
			&.min-height-400 .CodeMirror-scroll,
			&.min-height-450 .CodeMirror-scroll,
			&.min-height-500 .CodeMirror-scroll,
			&.min-height-550 .CodeMirror-scroll,
			&.min-height-600 .CodeMirror-scroll,
			&.min-height-650 .CodeMirror-scroll,
			&.min-height-700 .CodeMirror-scroll,
			&.min-height-750 .CodeMirror-scroll,
			&.min-height-800 .CodeMirror-scroll,
			&.min-height-850 .CodeMirror-scroll,
			&.min-height-900 .CodeMirror-scroll,
			&.min-height-950 .CodeMirror-scroll,
			&.min-height-1000 .CodeMirror-scroll {min-height:320px; max-height:320px;}
		}

		&:not(.fullscreen_mode) .btn_wrap {
			right:0; top:auto; bottom:@iframe_height + @bro_height + 42px;
		}
		.btn_wrap {
			button i {display:none;}
			.Reset_btn:hover {background:#aaa;}
			.Download_btn:hover {background:#00986b;}
			.FullScreen_btn:hover {background:#1e73ff;}
			//.Info_btn {display:none;}
		}
		&.device .btn_wrap {bottom:@device_iframe_height + 42px;}

		&.browser_hide .result_wrap {display:block;}
		&.browser_mini .result_wrap {
			right:0; bottom:0;
			width:auto; box-shadow:none;
			border-top:1px solid @edt_border_color;
			&:before, &:after {display:block;}

			iframe {display:block;}
			.browserTitle {
				width:100%; cursor:default;
				background:@edt_tit_bg;
				&:before, &:after {display:block;}
				&:after {
					left:10px; top:6px;
					width:150px; height:@edt_tit_height - 6px; line-height:@edt_tit_height - 6px;
					padding:0 10px 0 27px;
					box-shadow:@edt_tit_shadow;
					background-color:#fff;
					background-position:6px center;
				}
				i {left:17px; top:11px; font-size:15px;}
				.i_favicon {left:16px; top:10px;}
			}
			&:hover .browserTitle:after {color:@edt_tit_color;}
			.browserBtn {
				button {height:@edt_tit_height - 4px;}
				.exitMinimize_btn {
					display:none;
					&:before, &:after {background:@edt_tit_bg;}
				}
				.fullscreen_btn {
					&:before {background:@edt_tit_bg;}
					&:after {background:@edt_tit_bg;}
				}
			}
		}
		&.browser_fixed {
			z-index:9999;
			.result_wrap {
				@p_size:15px;
				position:fixed; right:@p_size; top:@p_size; z-index:9999;
				width:calc(100% - (@p_size*2)); height:calc(100% - (@p_size*2));
				border:2px solid @blue;
				box-shadow:0 0 0 50px rgba(0,0,0,.7);
				.browserBtn {
					.fixed_btn {display:none;}
					.exitFixed_btn {display:inline-block;}
				}
				iframe {height:calc(100% - 35px);}
			}
		}
		&.browser_mini.device .result_wrap {
			&:before, &:after {display:none;}
		}
		&.editor_info {
			.info_wrap {
				&:before, &:after {left:0; width:100%; font-size:20px;}
				&:before {
					left:0; top:0; bottom:auto;
					height:calc(100% - @info_i_height);
				}
				&:after {
					right:0; top:auto; bottom:0;
					height:@info_i_height;
					border-left:0; border-top:1px solid rgba(255,255,255,.35);
				}
			}

			@p_w:1px;
			.edite_info {
				right:14px - @p_w; top:auto;
				bottom:calc(@info_i_height + 11px - @p_w);
				li:after {top:auto; bottom:@edt_bt_width + @p_w;}
				div {
					top:auto;
					bottom:@edt_bt_width + @p_w + 10px;
					border-width:@p_w;
				}
				.info_Download div {top:auto; bottom:105px;}
				.info_FullScreen div {top:auto; bottom:163px;}
			}
			.browser_info {
				top:calc(100% - @info_i_height + 1px);
				div {margin:35px 0 0;}
				.info_minimize,
				.info_closing {display:none;}
				.info_fixed:after {height:10px;}
				.info_fixed div {margin-top:35px;}
				.info_fullscreen:after {height:69px;}
				.info_fullscreen div {margin-top:93px; margin-right:4px;}
			}

			.info_wrap.ie, .info_wrap.edge, .info_wrap.safari {
				.edite_info .info_Result div {top:auto; bottom:105px;}
			}
			&.browser_mini {
				.info_wrap:after {display:block;}
				.browser_info {display:block;}
			}
		}

		//스크롤바 커스텀
		.CodeMirror-simplescroll-horizontal {height:5px !important;}
		.CodeMirror-simplescroll-vertical {width:5px !important;}
	}
}
@media(max-width:1100px){ //@screen-md-max
	.uk_editor {
		@mg_top:36px;
		&[data-result="true"]{
			&.fullscreen_mode {
				.code_wrap, .result_wrap {width:auto;}
				.code_wrap {height:calc(50% - @mg_top/2);}
				.result_wrap {height:calc(50% + @mg_top/2);}
				.result_wrap {
					position:relative; top:0;
					border-left:0; border-top:1px solid #000;
					iframe {
						position:static;
						width:100%; height:calc(100% - @mg_top); margin-top:@mg_top;
					}
				}
				.btn_wrap {
					right:0;
					.Info_btn {display:none;}
				}
			}
			&.browser_fixed {
				z-index:9999;
				.result_wrap {
					@p_size:15px;
					position:fixed; right:@p_size; top:@p_size; z-index:9999;
					width:calc(100% - (@p_size*2)); height:calc(100% - (@p_size*2));
					border:2px solid @blue;
				}
			}
		}
	}
}
@media(max-width:@screen-sm-max){
	.uk_editor {
		.code_wrap * {line-height:20px; font-size:12px;}
	}
}
*/
.mt30 {
  margin-top: 30px;
}
.iScrollHorizontalScrollbar,
.iScrollVerticalScrollbar {
  position: absolute;
  right: 3px;
  bottom: 3px;
  z-index: 1;
  overflow: hidden;
}
.iScrollHorizontalScrollbar {
  left: 3px;
  height: 6px;
}
.iScrollHorizontalScrollbar.iScrollBothScrollbars {
  right: 18px;
}
.iScrollVerticalScrollbar {
  top: 3px;
  width: 6px;
}
.iScrollVerticalScrollbar.iScrollBothScrollbars {
  bottom: 18px;
}
.iScrollIndicator {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s !important;
}
.iScrollIndicator:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.iScrollHorizontalScrollbar .iScrollIndicator {
  height: 100%;
}
.iScrollVerticalScrollbar .iScrollIndicator {
  width: 100%;
}
@media (max-width: 767px) {
  .iScrollHorizontalScrollbar {
    height: 3px;
  }
  .iScrollHorizontalScrollbar.iScrollBothScrollbars {
    right: 18px;
  }
  .iScrollVerticalScrollbar {
    width: 3px;
  }
  .iScrollVerticalScrollbar.iScrollBothScrollbars {
    bottom: 18px;
  }
}
.italic {
  font-style: italic;
}
.mt_xxl {
  margin-top: 50px !important;
}
.mt_xl {
  margin-top: 40px !important;
}
.mt_l {
  margin-top: 30px !important;
}
.mt_ml {
  margin-top: 25px !important;
}
.mt_m {
  margin-top: 20px !important;
}
.mt_ms {
  margin-top: 15px !important;
}
.mt_s {
  margin-top: 10px !important;
}
.mt_sm {
  margin-top: 5px !important;
}
.mt_2 {
  margin-top: 2px !important;
}
.mt_1 {
  margin-top: 1px !important;
}
.mt_0 {
  margin-top: 0 !important;
}
.ml_mn {
  margin-left: -25px !important;
}
.mb_sm {
  margin-bottom: 5px !important;
}
.mb_s {
  margin-bottom: 10px !important;
}
.mb_ms {
  margin-bottom: 15px !important;
}
.mb_m {
  margin-bottom: 20px !important;
}
.indent {
  margin-left: 25px;
}
.indent_small {
  margin-left: 15px;
}
.indent_max {
  margin-left: 50px;
}
.indent_max_max {
  margin-left: 75px;
}
.mg_center {
  margin-left: auto;
  margin-right: auto;
}
.t_111 {
  color: #111 !important;
}
.t_222 {
  color: #222 !important;
}
.t_333 {
  color: #333 !important;
}
.t_444 {
  color: #444 !important;
}
.t_555 {
  color: #555 !important;
}
.t_666 {
  color: #666 !important;
}
.t_777 {
  color: #777 !important;
}
.t_888 {
  color: #888 !important;
}
.t_999 {
  color: #999 !important;
}
.t_aaa {
  color: #aaa !important;
}
.t_blue {
  color: #1e73ff !important;
}
.t_skyblue {
  color: #379ad6 !important;
}
.t_darkblue {
  color: #4961dd !important;
}
.t_red {
  color: #f12323 !important;
}
.t_green {
  color: #00986b !important;
}
.t_black {
  color: #222 !important;
}
.t_orange {
  color: #f79d30 !important;
}
.t_darkOrange {
  color: #dc8216 !important;
}
.t_yellow {
  color: #decd11 !important;
}
.t_navy {
  color: #081121 !important;
}
.t_purple {
  color: #b72df8 !important;
}
.t_link {
  color: rgba(0, 50, 132, 0.75) !important;
}
.bg_none {
  background-color: transparent !important;
}
.weight-bold {
  font-weight: bold !important;
}
.weight-800 {
  font-weight: 500 !important;
}
.weight-700 {
  font-weight: 500 !important;
}
.weight-600 {
  font-weight: 500 !important;
}
.weight-500 {
  font-weight: 500 !important;
}
.weight-400 {
  font-weight: 400 !important;
}
.weight-300 {
  font-weight: 300 !important;
}
.weight-200 {
  font-weight: 200 !important;
}
.weight-100 {
  font-weight: 100 !important;
}
.underline {
  text-decoration: underline !important;
}
.break_all {
  word-break: break-all;
}
.el_block {
  display: block !important;
}
.font-14 {
  font-size: 14px !important;
}
.font-16 {
  font-size: 16px !important;
}
.font-18 {
  font-size: 18px !important;
}
.t_center {
  text-align: center;
}
.t_left {
  text-align: left;
}
.t_right {
  text-align: right;
}
@media (max-width: 767px) {
  .mt_xxl {
    margin-top: 40px !important;
  }
  .mt_xl {
    margin-top: 35px !important;
  }
  .ml_mn {
    margin-left: -8px !important;
  }
  .indent {
    margin-left: 8px;
  }
  .indent_max {
    margin-left: 16px;
  }
  .indent_max_max {
    margin-left: 24px;
  }
  .font-16 {
    font-size: 15px;
  }
  .font-18 {
    font-size: 16px;
  }
}
.gist_code iframe {
  overflow-y: hidden;
  background: red;
}
.gist_code iframe html,
.gist_code iframe body {
  margin: 0;
  padding: 0;
}
.clear {
  *zoom: 1;
}
.clear:after {
  display: block;
  clear: both;
  content: "";
}
.lft {
  float: left;
}
.rgt {
  float: right;
}
.both {
  float: none;
  clear: both;
}
.ell {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}
html,
body {
  height: 100%;
}
html {
  overflow-y: scroll;
  overflow-x: hidden !important;
  width: 100%;
  background: #000;
  background: url('../img/main_top_bg.jpg') no-repeat left top;
  background-color: #000;
  background-size: auto 100%;
  background-attachment: fixed;
  transition: background-color 0.4s;
}
body {
  font-family: 'Noto Sans KR', 'Malgun Gothic', 'Dotum', sans-serif;
  word-break: keep-all;
  background: none;
}
@media (max-width: 767px) {
  html {
    background-image: url('../img/main_top_bg_mb.jpg');
    background-size: 300% auto;
  }
}
.inner {
  *zoom: 1;
  position: relative;
  font-size: 14px;
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 50px;
}
.inner:after {
  display: block;
  clear: both;
  content: "";
}
@media (max-width: 767px) {
  .inner {
    padding: 0 10px;
  }
}
.ie_no .wrap {
  *zoom: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  transition: opacity .2s;
}
.ie_no .wrap:after {
  display: block;
  clear: both;
  content: "";
}
.ie_no .wrap.hide_loading {
  opacity: 1;
}
.ie_no .wrap .uk_header {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex-grow: none;
  flex: none;
}
.ie_no .wrap .uk_container {
  -webkit-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex-grow: auto;
  flex: auto;
}
.ie_no .wrap .uk_footer {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex-grow: none;
  flex: none;
}
.ie_yes .wrap {
  opacity: 0;
}
@media (max-width: 767px) {
  .ie_no .wrap {
    display: block;
  }
  .ie_no .wrap .uk_header {
    display: block;
  }
  .ie_no .wrap .uk_container {
    display: block;
    min-height: calc(100vh - 171px - 60px);
  }
  .ie_no .wrap .uk_footer {
    display: block;
  }
}
.loading {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 99998;
  opacity: 1;
  height: 100%;
  background: #000000;
  transition: opacity .4s, left 0s 0s, top 0s 0s;
  /*
		&:not(.hide_loading) {
			will-change:opacity;
			.loading_rorate.bg1, .loading_rorate.bg2 {
				&:before, &:after {will-change:transform, opacity, width, height, margin, border-radius;}
			}
			.loading_txt {
				&:before, &:after {will-change:transform, border-radius;}
				.tit {will-change:transform, opacity;}
				.dot {will-change:width, height, background-color, box-shadow;}
			}
		}
		*/
}
.loading.hide_loading {
  left: -9999vw;
  top: -9999vw;
  opacity: 0;
  transition: opacity .5s, left 0s .5s, top 0s .5s;
}
.loading.uxkm_start.hide_loading {
  transition: opacity .8s, left 0s .8s, top 0s .8s;
}
.loading .loading_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 34vw;
  height: 34vw;
  max-width: 460px;
  max-height: 460px;
  min-width: 260px;
  min-height: 260px;
}
.loading .loading_wrap .loading_rorate {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0.3;
  border-radius: 100%;
}
.loading .loading_wrap .loading_rorate:before,
.loading .loading_wrap .loading_rorate:after {
  position: absolute;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  content: "";
}
.loading .loading_wrap .loading_rorate:before {
  left: -3%;
  top: -3%;
}
.loading .loading_wrap .loading_rorate:after {
  left: 3%;
  top: 3%;
}
.loading .loading_wrap .loading_rorate.bg1 {
  background: #1e73ff;
  animation: loading_circle_size 1.1s 0s ease-in-out both, loading_rotate360 4s linear infinite, loading_radius_ani 6s linear infinite;
}
.loading .loading_wrap .loading_rorate.bg1:before {
  background: #f12323;
  animation: loading_radius_ani 6s .5s linear infinite;
}
.loading .loading_wrap .loading_rorate.bg1:after {
  background: #379ad6;
  animation: loading_radius_ani 6s 1s linear infinite;
}
.loading .loading_wrap .loading_rorate.bg2 {
  background: #00986b;
  animation: loading_circle_size 1.1s 0s ease-in-out both, loading_rotate360 3.5s linear infinite, loading_radius_ani 5.5s linear infinite;
}
.loading .loading_wrap .loading_rorate.bg2:before {
  background: #f79d30;
  animation: loading_radius_ani 5.5s .5s linear infinite;
}
.loading .loading_wrap .loading_rorate.bg2:after {
  background: #379ad6;
  animation: loading_radius_ani 5.5s 1s linear infinite;
}
.loading .loading_wrap .loading_txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(70% - 6%);
  height: calc(70% - 6%);
  background: #000000;
  border-radius: 100%;
}
.loading .loading_wrap .loading_txt:before,
.loading .loading_wrap .loading_txt:after {
  position: absolute;
  left: -1%;
  top: -1%;
  width: 102%;
  height: 102%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  content: "";
}
.loading .loading_wrap .loading_txt:before {
  animation: loading_rotate360 4s linear infinite,
							loading_radius_ani 6s linear infinite;
}
.loading .loading_wrap .loading_txt:after {
  animation: loading_rotate360 3s linear infinite,
							loading_radius_ani 5s linear infinite;
}
.loading .loading_wrap .loading_txt .tit,
.loading .loading_wrap .loading_txt .dot {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  text-align: center;
}
.loading .loading_wrap .loading_txt .tit {
  display: none;
  animation: loading_tit 1s 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) both;
  width: 184px;
  height: 78px;
  font-size: 0;
  background-image: url('../img/logo_184.gif');
  background-size: 184px auto;
  background-position: center center;
  background-repeat: no-repeat;
  transition: .15s;
}
@media (max-width: 993px) {
  .loading .loading_wrap .loading_txt .tit {
    width: 140px;
    height: 78px;
    background-image: url('../img/logo_140_desktop.gif');
    background-size: 140px auto;
  }
  .loading .loading_wrap .loading_txt .tit.device {
    background-image: url('../img/logo_140_device.gif');
  }
}
@media (max-width: 767px) {
  .loading .loading_wrap .loading_txt .tit {
    width: 110px;
    height: 60px;
    background-image: url('../img/logo_140_desktop.gif');
    background-size: 100px auto;
  }
  .loading .loading_wrap .loading_txt .tit.device {
    background-image: url('../img/logo_140_device.gif');
  }
}
.loading .loading_wrap .loading_txt .dot {
  font-size: 0;
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  box-shadow: -24px 0 0 0 #fff, 24px 0 0 0 rgba(255, 255, 255, 0.2);
  animation: loading_dot 1.2s linear infinite;
}
@keyframes loading_dot {
  0% {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: -24px 0 0 0 #fff, 24px 0 0 0 rgba(255, 255, 255, 0.2);
  }
  33% {
    width: 12px;
    height: 12px;
    background: #fff;
    box-shadow: -24px 0 0 0 rgba(255, 255, 255, 0.2), 24px 0 0 0 rgba(255, 255, 255, 0.2);
  }
  66% {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: -24px 0 0 0 rgba(255, 255, 255, 0.2), 24px 0 0 0 #fff;
  }
}
@media (max-width: 767px) {
  .loading .loading_wrap .loading_txt .dot {
    font-size: 0;
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    box-shadow: -16px 0 0 0 #fff, 16px 0 0 0 rgba(255, 255, 255, 0.2);
    animation: loading_dot 1.2s linear infinite;
  }
  @keyframes loading_dot {
    0% {
      width: 8px;
      height: 8px;
      background: rgba(255, 255, 255, 0.2);
      box-shadow: -16px 0 0 0 #fff, 16px 0 0 0 rgba(255, 255, 255, 0.2);
    }
    33% {
      width: 8px;
      height: 8px;
      background: #fff;
      box-shadow: -16px 0 0 0 rgba(255, 255, 255, 0.2), 16px 0 0 0 rgba(255, 255, 255, 0.2);
    }
    66% {
      width: 8px;
      height: 8px;
      background: rgba(255, 255, 255, 0.2);
      box-shadow: -16px 0 0 0 rgba(255, 255, 255, 0.2), 16px 0 0 0 #fff;
    }
  }
}
.loading.uxkm_start .loading_wrap .loading_txt .dot {
  display: none;
}
.loading.uxkm_start .loading_wrap .loading_txt .tit {
  display: block;
}
@keyframes loading_circle_size {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: calc(70% + 5%);
    height: calc(70% + 5%);
    margin: calc(((70% + 5%) / 2) * -1) 0 0 calc(((70% + 5%) / 2) * -1);
  }
  70% {
    width: calc(70% - 3%);
    height: calc(70% - 3%);
    margin: calc(((70% - 3%) / 2) * -1) 0 0 calc(((70% - 3%) / 2) * -1);
  }
  100% {
    width: 70%;
    height: 70%;
    margin: calc((70% / 2) * -1) 0 0 calc((70% / 2) * -1);
  }
}
@keyframes loading_rotate360 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading_radius_ani {
  0% {
    border-radius: 100%;
  }
  10% {
    border-radius: 100% 70% 100%;
  }
  20% {
    border-radius: 91% 88% 75% 69%;
  }
  30% {
    border-radius: 100% 100% 85%;
  }
  40% {
    border-radius: 88% 100% 70%;
  }
  50% {
    border-radius: 75% 100% 100%;
  }
  60% {
    border-radius: 87% 78% 55% 84%;
  }
  70% {
    border-radius: 79% 90% 80% 72%;
  }
  80% {
    border-radius: 76% 92% 90% 77%;
  }
  90% {
    border-radius: 83% 77% 99% 88%;
  }
  100% {
    border-radius: 100%;
  }
}
@keyframes loading_tit {
  0% {
    transform: translate(-50%, -50%) scale(1.4, 1.4);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1, 1);
    opacity: 1;
  }
}
.hide_fix_loading .loading {
  transition: opacity 0s;
}
/*.loading { //display:none;
		position:fixed; left:0; top:0; z-index:99999; opacity:1;
		width:100%; height:100%;
		background:rgba(0,0,0,1);
		transition:opacity .4s, left 0s 0s; //로딩 시작
		b, i {
			position:absolute; left:50%; top:50%; transform:translate(-50%, -50%);
			text-align:center;
		}
		b {
			.font-tit; font-size:3vw; color:#fff; font-weight:normal;
		}
		i {
			width:8vw; height:8vw;
			max-width:100px; max-height:100px;
			min-width:50px; min-height:50px;
			font-size:0;
			border:.8vw solid @blue; border-right-color:transparent;
			border-radius:100%;
			animation:loading .6s linear infinite;
		}
		&.hide_loading {
			left:-200vw; opacity:0;
			transition:opacity .5s, left 0s .5s; //로딩 끝
		}
	}
	.hide_fix_loading .loading {transition:opacity 0s;}
	@keyframes loading{
		0% {transform:translate(-50%, -50%) rotate(0);}
		100% {transform:translate(-50%, -50%) rotate(360deg);}
	}*/
.uk_logo a {
  display: inline-block;
  vertical-align: top;
  width: 184px;
  height: 78px;
  font-size: 0;
  background-image: url('../img/logo_184.gif');
  background-size: 184px auto;
  background-position: center center;
  background-repeat: no-repeat;
  transition: width .6s, height .3s;
}
.uk_logo.beta a:after {
  position: absolute;
  left: 28px;
  top: 28px;
  z-index: 3;
  transform: rotate(-20deg);
  height: 20px;
  line-height: 20px;
  padding: 0 6px;
  font-family: 'Jura', sans-serif;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  background: #1e73ff;
  border-radius: 2px;
  content: "Beta";
}
.sub_page .uk_logo.beta a:after {
  left: -22px;
  top: 12px;
}
@media (max-width: 993px) {
  .uk_logo a {
    width: 140px;
    height: 78px;
    background-image: url('../img/logo_140_desktop.gif');
    background-size: 140px auto;
  }
  .device .uk_logo a {
    background-image: url('../img/logo_140_device.gif');
  }
  .uk_logo.beta a:after {
    left: 24px;
    top: 31px;
    height: 18px;
    line-height: 18px;
    padding: 0 4px;
    font-size: 12px;
  }
  .sub_page .uk_logo.beta a:after {
    left: -21px;
    top: 15px;
  }
}
@media (max-width: 767px) {
  .uk_logo a {
    width: 110px;
    height: 60px;
    background-image: url('../img/logo_140_desktop.gif');
    background-size: 100px auto;
  }
  .uk_logo.beta a:after {
    left: -1px;
    top: 8px;
    height: 14px;
    line-height: 14px;
    padding: 0 3px;
    font-size: 10px;
  }
  .sub_page .uk_header .uk_logo a {
    position: relative;
    background-size: 45px auto;
    background-position: 4px 12px;
  }
  .sub_page .uk_header .uk_logo a:before {
    position: absolute;
    left: -5px;
    bottom: 14px;
    z-index: 2;
    width: 130px;
    line-height: 100%;
    padding: 3px 0 0 9px;
    font-family: 'Jura', sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -1px;
    background: #081121;
    content: attr(data-tit);
  }
  .sub_page .uk_header .uk_logo.beta a:after {
    left: 55px;
    top: 12px;
    transform: rotate(0);
  }
}
.uk_header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9;
  height: 110px;
  transition: background-color 0.4s /*, transform @hd_layer_time*/;
}
.uk_header:before,
.uk_header .hd_progress {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 110px;
  opacity: 0;
  height: 2px;
  font-size: 0;
  transition: opacity .4s;
  content: "";
}
.uk_header:before {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}
.uk_header .hd_progress {
  background-color: rgba(30, 115, 255, 0.9);
}
.uk_header.desktop .hd_progress {
  transition: opacity 0.4s, width 0.2s ease-in-out;
}
.uk_header.fixed:before,
.uk_header.fixed .hd_progress {
  opacity: 1;
}
.uk_header .uk_logo {
  float: left;
  margin-top: 16px;
}
.uk_header .hd_nav_area {
  float: right;
  *zoom: 1;
  margin-top: 25px;
}
.uk_header .hd_nav_area:after {
  display: block;
  clear: both;
  content: "";
}
.uk_header .hd_nav_area .nav,
.uk_header .hd_nav_area .aside {
  float: left;
}
.uk_header .hd_nav_area .nav {
  *zoom: 1;
  font-size: 0;
}
.uk_header .hd_nav_area .nav:after {
  display: block;
  clear: both;
  content: "";
}
.uk_header .hd_nav_area .nav a {
  float: left;
  position: relative;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  font-family: 'Open Sans', 'Noto Sans KR', 'Malgun Gothic', 'Dotum', sans-serif;
  font-size: 20px;
  color: #fff;
  transition: all 0.3s;
}
.uk_header .hd_nav_area .nav a:before {
  position: absolute;
  left: 17px;
  right: 17px;
  bottom: 13px;
  opacity: .7;
  height: 0;
  background: #1e73ff;
  border-radius: 2px;
  transition: all .15s;
  content: "";
}
.uk_header .hd_nav_area .nav a:hover:before,
.uk_header .hd_nav_area .nav a.on:before {
  height: 13px;
}
.uk_header .hd_nav_area .nav a i {
  position: relative;
  z-index: 1;
}
.uk_header .hd_nav_area .aside {
  *zoom: 1;
}
.uk_header .hd_nav_area .aside:after {
  display: block;
  clear: both;
  content: "";
}
.uk_header .hd_nav_area .aside article {
  float: left;
  vertical-align: top;
}
.uk_header .hd_nav_area .aside .ly_btn {
  position: relative;
  cursor: pointer;
  width: 60px;
  height: 60px;
  margin-left: 20px;
}
.uk_header .hd_nav_area .aside .ly_btn i {
  font-size: 0;
  transition: all 0.3s;
}
.uk_header .hd_nav_area .aside .ly_btn i:before,
.uk_header .hd_nav_area .aside .ly_btn i:after {
  transition: all 0.3s;
}
.uk_header .hd_nav_area .aside .search_btn i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 28px;
  height: 28px;
  margin: -14px 0 0 -14px;
  border: 4px solid #fff;
  border-radius: 100%;
}
.uk_header .hd_nav_area .aside .search_btn i:after {
  position: absolute;
  right: -5px;
  bottom: -5px;
  transform: rotate(45deg);
  width: 10px;
  height: 5px;
  background: #fff;
  content: "";
}
.uk_header .hd_nav_area .aside .assetsLink_btn i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 4px;
  font-size: 0;
  background: #fff;
  transition: background-color 0.15s 0s;
}
.uk_header .hd_nav_area .aside .assetsLink_btn i:before,
.uk_header .hd_nav_area .aside .assetsLink_btn i:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: background-color 0.15s 0s;
  content: "";
}
.uk_header .hd_nav_area .aside .assetsLink_btn i:before {
  top: -12px;
}
.uk_header .hd_nav_area .aside .assetsLink_btn i:after {
  bottom: -12px;
}
.uk_header .hd_nav_area .aside .assetsLink_btn.after i {
  transition: background-color 0.6s 0s;
}
.uk_header .hd_nav_area .aside .assetsLink_btn.after i:before {
  -webkit-animation: closeTop 0.4s linear;
  -moz-animation: closeTop 0.4s linear;
  animation: closeTop 0.4s linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0s;
}
@keyframes closeTop {
  0% {
    top: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  45% {
    top: -12px;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  75% {
    top: -12px;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    top: -12px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.uk_header .hd_nav_area .aside .assetsLink_btn.after i:after {
  -webkit-animation: closeBottom 0.4s linear;
  -moz-animation: closeBottom 0.4s linear;
  animation: closeBottom 0.4s linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0s;
}
@keyframes closeBottom {
  0% {
    bottom: 0;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  45% {
    bottom: -12px;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  75% {
    bottom: -12px;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    bottom: -12px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.uk_header .hd_nav_area .aside .assetsLink_btn.active i {
  transition: background-color 0.15s 0s;
  background-color: rgba(0, 0, 0, 0);
}
.uk_header .hd_nav_area .aside .assetsLink_btn.active i:before {
  -webkit-animation: openTop 0.4s linear;
  -moz-animation: openTop 0.4s linear;
  animation: openTop 0.4s linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0s;
}
@keyframes openTop {
  0% {
    top: -12px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  45% {
    top: 0;
    -webkit-transform: rotate(145deg);
    -moz-transform: rotate(145deg);
    transform: rotate(145deg);
  }
  75% {
    top: 0;
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  to {
    top: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
.uk_header .hd_nav_area .aside .assetsLink_btn.active i:after {
  -webkit-animation: openBottom 0.4s linear;
  -moz-animation: openBottom 0.4s linear;
  animation: openBottom 0.4s linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0s;
}
@keyframes openBottom {
  0% {
    bottom: -12px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  45% {
    bottom: 0;
    -webkit-transform: rotate(-145deg);
    -moz-transform: rotate(-145deg);
    transform: rotate(-145deg);
  }
  75% {
    bottom: 0;
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  to {
    bottom: 0;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}
.main_page .uk_header.fixed {
  background-color: rgba(0, 0, 0, 0.85);
}
.sub_page .uk_header {
  background-color: #eee;
}
.sub_page .uk_header .uk_logo {
  position: relative;
}
.sub_page .uk_header .uk_logo:before {
  position: absolute;
  right: -66px;
  top: -16px;
  z-index: -1;
  width: 1920px;
  height: 110px;
  background: #081121;
  transition: right .3s;
  content: "";
}
.sub_page .uk_header .hd_nav_area .nav a {
  color: #081121;
  font-weight: 600;
  letter-spacing: -0.3px;
}
.sub_page .uk_header .hd_nav_area .aside .search_btn i {
  border-color: #081121;
}
.sub_page .uk_header .hd_nav_area .aside .search_btn i:after {
  background: #081121;
}
.sub_page .uk_header .hd_nav_area .aside .assetsLink_btn i {
  background-color: #081121;
}
.sub_page .uk_header .hd_nav_area .aside .assetsLink_btn i:before,
.sub_page .uk_header .hd_nav_area .aside .assetsLink_btn i:after {
  background-color: #081121;
}
.sub_page .uk_header .hd_nav_area .aside .assetsLink_btn.active i {
  background-color: transparent;
}
@media (max-width: 1080px) {
  .sub_page .uk_header .uk_logo:before {
    right: -30px;
  }
}
@media (max-width: 993px) {
  .uk_header .uk_logo {
    margin-left: -5px;
  }
  .uk_header .hd_nav_area {
    margin-top: 32px;
    margin-right: -10px;
  }
  .uk_header .hd_nav_area .nav a {
    height: 46px;
    line-height: 46px;
    padding: 0 12px;
    font-size: 16px;
  }
  .uk_header .hd_nav_area .nav a:before {
    left: 9px;
    right: 9px;
    bottom: 10px;
  }
  .uk_header .hd_nav_area .nav a:hover:before {
    height: 10px;
  }
  .uk_header .hd_nav_area .aside .ly_btn {
    width: 46px;
    height: 46px;
  }
  .uk_header .hd_nav_area .aside .search_btn i {
    width: 24px;
    height: 24px;
    margin: -12px 0 0 -12px;
  }
  .uk_header .hd_nav_area .aside .search_btn i:after {
    right: -5px;
    bottom: -5px;
    width: 8px;
  }
  .uk_header .hd_nav_area .aside .assetsLink_btn i {
    width: 26px;
    height: 4px;
  }
  .uk_header .hd_nav_area .aside .assetsLink_btn i:before {
    top: -10px;
  }
  .uk_header .hd_nav_area .aside .assetsLink_btn i:after {
    bottom: -10px;
  }
  .uk_header .hd_nav_area .aside .assetsLink_btn.after i:before {
    -webkit-animation: closeTop 0.4s linear;
    -moz-animation: closeTop 0.4s linear;
    animation: closeTop 0.4s linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0s;
  }
  @keyframes closeTop {
    0% {
      top: 0;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      transform: rotate(135deg);
    }
    45% {
      top: -10px;
      -webkit-transform: rotate(-10deg);
      -moz-transform: rotate(-10deg);
      transform: rotate(-10deg);
    }
    75% {
      top: -10px;
      -webkit-transform: rotate(5deg);
      -moz-transform: rotate(5deg);
      transform: rotate(5deg);
    }
    to {
      top: -10px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }
  .uk_header .hd_nav_area .aside .assetsLink_btn.after i:after {
    -webkit-animation: closeBottom 0.4s linear;
    -moz-animation: closeBottom 0.4s linear;
    animation: closeBottom 0.4s linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0s;
  }
  @keyframes closeBottom {
    0% {
      bottom: 0;
      -webkit-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      transform: rotate(-135deg);
    }
    45% {
      bottom: -10px;
      -webkit-transform: rotate(10deg);
      -moz-transform: rotate(10deg);
      transform: rotate(10deg);
    }
    75% {
      bottom: -10px;
      -webkit-transform: rotate(-5deg);
      -moz-transform: rotate(-5deg);
      transform: rotate(-5deg);
    }
    to {
      bottom: -10px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }
  .uk_header .hd_nav_area .aside .assetsLink_btn.active i:before {
    -webkit-animation: openTop 0.4s linear;
    -moz-animation: openTop 0.4s linear;
    animation: openTop 0.4s linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0s;
  }
  @keyframes openTop {
    0% {
      top: -10px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    45% {
      top: 0;
      -webkit-transform: rotate(145deg);
      -moz-transform: rotate(145deg);
      transform: rotate(145deg);
    }
    75% {
      top: 0;
      -webkit-transform: rotate(130deg);
      -moz-transform: rotate(130deg);
      transform: rotate(130deg);
    }
    to {
      top: 0;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      transform: rotate(135deg);
    }
  }
  .uk_header .hd_nav_area .aside .assetsLink_btn.active i:after {
    -webkit-animation: openBottom 0.4s linear;
    -moz-animation: openBottom 0.4s linear;
    animation: openBottom 0.4s linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0s;
  }
  @keyframes openBottom {
    0% {
      bottom: -10px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    45% {
      bottom: 0;
      -webkit-transform: rotate(-145deg);
      -moz-transform: rotate(-145deg);
      transform: rotate(-145deg);
    }
    75% {
      bottom: 0;
      -webkit-transform: rotate(-130deg);
      -moz-transform: rotate(-130deg);
      transform: rotate(-130deg);
    }
    to {
      bottom: 0;
      -webkit-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      transform: rotate(-135deg);
    }
  }
}
@media (max-width: 767px) {
  .uk_header {
    height: 60px;
  }
  .uk_header:before,
  .uk_header .hd_progress {
    top: 60px;
  }
  .uk_header .uk_logo {
    margin-top: 0;
  }
  .uk_header .hd_nav_area {
    margin-top: 0;
    margin-right: -6px;
  }
  .uk_header .hd_nav_area .nav {
    display: none;
  }
  .uk_header .hd_nav_area .aside .ly_btn {
    width: 54px;
    height: 60px;
    margin-left: 0;
  }
  .uk_header .hd_nav_area .aside .search_btn i {
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border-width: 2px;
  }
  .uk_header .hd_nav_area .aside .search_btn i:after {
    right: -2px;
    bottom: -2px;
    width: 5px;
    height: 2px;
  }
  .uk_header .hd_nav_area .aside .assetsLink_btn i {
    width: 22px;
    height: 2px;
  }
  .uk_header .hd_nav_area .aside .assetsLink_btn i:before {
    top: -9px;
  }
  .uk_header .hd_nav_area .aside .assetsLink_btn i:after {
    bottom: -9px;
  }
  .uk_header .hd_nav_area .aside .assetsLink_btn.after i {
    transition: background-color 0.6s 0s;
  }
  .uk_header .hd_nav_area .aside .assetsLink_btn.after i:before {
    -webkit-animation: closeTop 0.4s linear;
    -moz-animation: closeTop 0.4s linear;
    animation: closeTop 0.4s linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0s;
  }
  @keyframes closeTop {
    0% {
      top: 0;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      transform: rotate(135deg);
    }
    45% {
      top: -9px;
      -webkit-transform: rotate(-10deg);
      -moz-transform: rotate(-10deg);
      transform: rotate(-10deg);
    }
    75% {
      top: -9px;
      -webkit-transform: rotate(5deg);
      -moz-transform: rotate(5deg);
      transform: rotate(5deg);
    }
    to {
      top: -9px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }
  .uk_header .hd_nav_area .aside .assetsLink_btn.after i:after {
    -webkit-animation: closeBottom 0.4s linear;
    -moz-animation: closeBottom 0.4s linear;
    animation: closeBottom 0.4s linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0s;
  }
  @keyframes closeBottom {
    0% {
      bottom: 0;
      -webkit-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      transform: rotate(-135deg);
    }
    45% {
      bottom: -9px;
      -webkit-transform: rotate(10deg);
      -moz-transform: rotate(10deg);
      transform: rotate(10deg);
    }
    75% {
      bottom: -9px;
      -webkit-transform: rotate(-5deg);
      -moz-transform: rotate(-5deg);
      transform: rotate(-5deg);
    }
    to {
      bottom: -9px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }
  .uk_header .hd_nav_area .aside .assetsLink_btn.active i {
    transition: background-color 0.15s 0s;
  }
  .uk_header .hd_nav_area .aside .assetsLink_btn.active i:before {
    -webkit-animation: openTop 0.4s linear;
    -moz-animation: openTop 0.4s linear;
    animation: openTop 0.4s linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0s;
  }
  @keyframes openTop {
    0% {
      top: -9px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    45% {
      top: 0;
      -webkit-transform: rotate(145deg);
      -moz-transform: rotate(145deg);
      transform: rotate(145deg);
    }
    75% {
      top: 0;
      -webkit-transform: rotate(130deg);
      -moz-transform: rotate(130deg);
      transform: rotate(130deg);
    }
    to {
      top: 0;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      transform: rotate(135deg);
    }
  }
  .uk_header .hd_nav_area .aside .assetsLink_btn.active i:after {
    -webkit-animation: openBottom 0.4s linear;
    -moz-animation: openBottom 0.4s linear;
    animation: openBottom 0.4s linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0s;
  }
  @keyframes openBottom {
    0% {
      bottom: -9px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    45% {
      bottom: 0;
      -webkit-transform: rotate(-145deg);
      -moz-transform: rotate(-145deg);
      transform: rotate(-145deg);
    }
    75% {
      bottom: 0;
      -webkit-transform: rotate(-130deg);
      -moz-transform: rotate(-130deg);
      transform: rotate(-130deg);
    }
    to {
      bottom: 0;
      -webkit-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      transform: rotate(-135deg);
    }
  }
  .sub_page .uk_header .uk_logo:before {
    right: -30px;
    top: 0;
    height: 60px;
  }
}
.hd_layer_box {
  overflow-x: hidden;
  overflow-y: hidden;
  display: block;
  position: fixed;
  left: -9999px;
  top: -9999px;
  z-index: 99997;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
}
.hd_layer_box .inner {
  opacity: 0;
  transform: scale(1.5, 1.5);
}
.hd_layer_box h4 {
  line-height: 110px;
  font-family: 'Anton', 'Malgun Gothic', 'Dotum', sans-serif;
  font-size: 40px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 1px;
}
.hd_layer_box h4 i {
  color: #5193ff;
}
.ie_no .hd_layer_box {
  outline: none;
}
@media (max-width: 767px) {
  .hd_layer_box h4 {
    line-height: 60px;
    font-size: 26px;
  }
}
.hd_assetsLink_on .assetsLink_area,
.hd_search_on .search_area {
  overflow-y: scroll;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
}
.hd_assetsLink_on .assetsLink_area .inner,
.hd_search_on .search_area .inner {
  opacity: 1;
  transform: scale(1, 1);
}
.uk_container,
.uk_footer,
.hd_logo a,
.hd_nav_area .nav,
.search_btn {
  transition: filter 0.6s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hd_assetsLink * {
  color: #ccc;
  font-weight: 300;
}
.hd_assetsLink .assetsLink_in ul,
.hd_assetsLink .assetsLink_in ol {
  *zoom: 1;
}
.hd_assetsLink .assetsLink_in ul:after,
.hd_assetsLink .assetsLink_in ol:after {
  display: block;
  clear: both;
  content: "";
}
.hd_assetsLink .assetsLink_in a {
  display: block;
}
.hd_assetsLink .assetsLink_in .al_depth1 {
  position: relative;
  height: 46px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.hd_assetsLink .assetsLink_in .al_depth1 > li {
  float: left;
}
.hd_assetsLink .assetsLink_in .al_depth1 > li > a {
  display: block;
  position: relative;
  height: 46px;
  line-height: 46px;
  padding: 0 15px;
  font-family: 'Anton', 'Malgun Gothic', 'Dotum', sans-serif;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px;
}
.hd_assetsLink .assetsLink_in .al_depth1 > li > a i {
  color: rgba(255, 255, 255, 0.7);
  transition: color .15s;
}
.hd_assetsLink .assetsLink_in .al_depth1 > li > a:hover i {
  color: #fff;
}
.hd_assetsLink .assetsLink_in .al_depth1 > li.on > a i {
  display: block;
  position: relative;
  color: #84b2ff;
}
.hd_assetsLink .assetsLink_in .al_depth1 > li.on > a i:before {
  position: absolute;
  left: -6px;
  right: -5px;
  bottom: -2px;
  height: 5px;
  border-radius: 10px;
  background: #84b2ff;
  content: "";
}
.hd_assetsLink .assetsLink_in .al_depth2_wrap {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 100%;
  padding-bottom: 50px;
}
.hd_assetsLink .assetsLink_in .on .al_depth2_wrap {
  left: 0;
  top: 50px;
  width: 100%;
}
.hd_assetsLink .assetsLink_in ol {
  counter-reset: lst_number;
}
.hd_assetsLink .assetsLink_in ol li {
  position: relative;
  counter-increment: lst_number;
}
.hd_assetsLink .assetsLink_in ol li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: counters(lst_number, ".") ". ";
}
.hd_assetsLink .assetsLink_in .al_depth2 {
  position: relative;
  margin: 0 -10px;
}
.hd_assetsLink .assetsLink_in .al_depth2 > li {
  overflow: hidden;
  width: calc(20% - 20px);
  margin: 20px 10px 0;
  padding: 15px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 3px;
}
@media (max-width: 1390px) {
  .hd_assetsLink .assetsLink_in .al_depth2 > li {
    width: calc(25% - 20px);
  }
}
@media (max-width: 1100px) {
  .hd_assetsLink .assetsLink_in .al_depth2 > li {
    width: calc(33.333% - 20px);
  }
}
@media (max-width: 860px) {
  .hd_assetsLink .assetsLink_in .al_depth2 > li {
    width: calc(50% - 20px);
  }
}
@media (max-width: 560px) {
  .hd_assetsLink .assetsLink_in .al_depth2 > li {
    width: calc(100% - 20px);
  }
}
.hd_assetsLink .assetsLink_in .al_depth2 > li:before {
  left: 15px;
  top: 15px;
}
.hd_assetsLink .assetsLink_in .al_depth2 > li > a {
  padding-left: 18px;
  color: #fff;
}
.hd_assetsLink .assetsLink_in .al_depth2 > li:hover:before,
.hd_assetsLink .assetsLink_in .al_depth2 > li:hover > a {
  color: #84b2ff;
}
.hd_assetsLink .assetsLink_in .al_depth2 > li.on:before,
.hd_assetsLink .assetsLink_in .al_depth2 > li.on > a {
  color: #84b2ff;
  font-weight: 500;
}
.hd_assetsLink .assetsLink_in .al_depth2 > li.on:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 3px;
  background: #1e73ff;
  content: "";
}
.hd_assetsLink .assetsLink_in .al_depth3 {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.hd_assetsLink .assetsLink_in .al_depth3 > li {
  position: relative;
  font-size: 13px;
}
.hd_assetsLink .assetsLink_in .al_depth3 > li:before,
.hd_assetsLink .assetsLink_in .al_depth3 > li a {
  color: #ccc;
}
.hd_assetsLink .assetsLink_in .al_depth3 > li:before {
  z-index: 2;
}
.hd_assetsLink .assetsLink_in .al_depth3 > li a {
  position: relative;
  z-index: 1;
  padding-left: 32px;
}
.hd_assetsLink .assetsLink_in .al_depth3 > li i {
  color: #777;
}
.hd_assetsLink .assetsLink_in .al_depth3 > li .html5 {
  margin: 4px 0 0 4px;
  font-size: 0;
}
.hd_assetsLink .assetsLink_in .al_depth3 > li .html5:before {
  font-size: 14px;
}
.hd_assetsLink .assetsLink_in .al_depth3 > li:hover:before {
  color: #84b2ff;
}
.hd_assetsLink .assetsLink_in .al_depth3 > li:hover:not(.part):not(.on) a,
.hd_assetsLink .assetsLink_in .al_depth3 > li:hover:not(.part):not(.on) b,
.hd_assetsLink .assetsLink_in .al_depth3 > li:hover:not(.part):not(.on) i,
.hd_assetsLink .assetsLink_in .al_depth3 > li:hover:not(.part):not(.on) span {
  color: #84b2ff;
}
.hd_assetsLink .assetsLink_in .al_depth3 > li.part em:before {
  content: "- ";
}
.hd_assetsLink .assetsLink_in .al_depth3 > li.part p:hover a,
.hd_assetsLink .assetsLink_in .al_depth3 > li.part p:hover b,
.hd_assetsLink .assetsLink_in .al_depth3 > li.part p:hover i,
.hd_assetsLink .assetsLink_in .al_depth3 > li.part p:hover span {
  color: #84b2ff;
}
.hd_assetsLink .assetsLink_in .al_depth3 > li.on:not(.part):before,
.hd_assetsLink .assetsLink_in .al_depth3 > li.on:not(.part) a,
.hd_assetsLink .assetsLink_in .al_depth3 > li.on:not(.part) b,
.hd_assetsLink .assetsLink_in .al_depth3 > li.on:not(.part) i,
.hd_assetsLink .assetsLink_in .al_depth3 > li.on:not(.part) span {
  color: #fff;
}
.hd_assetsLink .assetsLink_in .al_depth3 > li.on:not(.part) a:before {
  position: absolute;
  left: -3px;
  right: -3px;
  z-index: -1;
  height: 100%;
  background: rgba(30, 115, 255, 0.5);
  content: "";
}
.hd_assetsLink .assetsLink_in .al_depth3 > li.on.part p {
  position: relative;
}
.hd_assetsLink .assetsLink_in .al_depth3 > li.on.part p.on:before {
  position: absolute;
  left: -3px;
  right: -3px;
  z-index: -1;
  height: 100%;
  background: rgba(30, 115, 255, 0.5);
  content: "";
}
.hd_assetsLink .assetsLink_in .al_depth3 > li.on.part p.on a,
.hd_assetsLink .assetsLink_in .al_depth3 > li.on.part p.on b,
.hd_assetsLink .assetsLink_in .al_depth3 > li.on.part p.on i,
.hd_assetsLink .assetsLink_in .al_depth3 > li.on.part p.on span {
  color: #fff;
}
.hd_assetsLink .assetsLink_btn {
  z-index: 99999;
}
.main_page .al_depth2 > li {
  background: rgba(255, 255, 255, 0.07);
}
.desktop.sub_page .al_depth2 > li {
  background: rgba(0, 0, 0, 0.5);
}
.device.sub_page .al_depth2 > li {
  background: rgba(255, 255, 255, 0.07);
}
@media (max-width: 767px) {
  .hd_assetsLink .assetsLink_in {
    /*
				.al_depth3 {
					margin-top:10px; padding-top:10px;
					border-top:1px solid fade(#fff, 10%);
				}
				.al_depth3 > li {
					position:relative; font-size:13px;
					&:before, > a {color:#ccc;}
					&:before {z-index:2;}
					> a {position:relative; z-index:1; padding-left:32px;}
					&:hover {
						&:before,
						> a  {color:lighten(@blue, 20%);}
					}
					&.on:before,
					&.on > a {color:#fff;}
					&.on > a:before {
						position:absolute; left:-3px; right:-3px; z-index:-1;
						height:100%;
						background:fade(@blue, 50%);
						content:"";
					}
				}
				*/
  }
  .hd_assetsLink .assetsLink_in .al_depth1 {
    height: 40px;
  }
  .hd_assetsLink .assetsLink_in .al_depth1 > li > a {
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    font-size: 15px;
    letter-spacing: 0.5px;
  }
  .hd_assetsLink .assetsLink_in .al_depth1 > li > a:hover i {
    color: rgba(255, 255, 255, 0.7);
  }
  .hd_assetsLink .assetsLink_in .al_depth1 > li.on > a i:before {
    left: -5px;
    right: -5px;
    bottom: -1px;
    height: 3px;
  }
  .hd_assetsLink .assetsLink_in .al_depth2_wrap {
    padding-bottom: 15px;
  }
  .hd_assetsLink .assetsLink_in .on .al_depth2_wrap {
    top: 40px;
  }
  .hd_assetsLink .assetsLink_in .al_depth2 {
    margin: 0 -5px;
  }
  .hd_assetsLink .assetsLink_in .al_depth2 > li {
    margin: 10px 5px 0;
    padding: 12px;
  }
  .hd_assetsLink .assetsLink_in .al_depth2 > li:before {
    left: 12px;
    top: 12px;
  }
}
@media (max-width: 767px) and (max-width: 860px) {
  .hd_assetsLink .assetsLink_in .al_depth2 > li {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) and (max-width: 560px) {
  .hd_assetsLink .assetsLink_in .al_depth2 > li {
    width: calc(100% - 10px);
  }
}
.hd_assetsLink_on .assetsLink_btn {
  z-index: 99999;
}
.hd_search .form {
  position: relative;
  margin: 120px 50px 0;
}
.hd_search .form input[type="text"] {
  vertical-align: top;
  width: 100%;
  height: 127px;
  line-height: 120px;
  padding: 0 140px 0 10px;
  font-family: 'Noto Sans KR', 'Malgun Gothic', 'Dotum', sans-serif;
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -1px;
  background: none;
  outline: none;
  border: 0;
  border-bottom: 7px solid #e7e7e7;
  transition: border-color 0.2s;
}
.hd_search .form input[type="text"]::-webkit-input-placeholder {
  color: #666;
}
.hd_search .form input[type="text"]:-moz-placeholder {
  color: #666;
}
.hd_search .form input[type="text"]::-moz-placeholder {
  color: #666;
}
.hd_search .form input[type="text"]:-ms-input-placeholder {
  color: #666;
}
.hd_search .form input[type="text"]:focus,
.hd_search .form input[type="text"]:required:valid {
  border-color: #1e73ff;
}
.hd_search .form .sch_bt {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  height: 120px;
}
.hd_search .form .sch_bt i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  font-size: 0;
  border: 7px solid #fff;
  border-radius: 100%;
  transition: border-color 0.2s;
}
.hd_search .form .sch_bt i:after {
  position: absolute;
  right: -8px;
  bottom: -8px;
  transform: rotate(-45deg);
  width: 8px;
  height: 12px;
  background: #fff;
  transition: background-color 0.2s;
  content: "";
}
.hd_search .form .sch_bt:hover i {
  border-color: #1e73ff;
}
.hd_search .form .sch_bt:hover i:after {
  background-color: #1e73ff;
}
.hd_search .keyword_ex {
  display: none;
}
.hd_search .search_close {
  display: none;
  position: absolute;
  right: 50px;
  top: 25px;
  z-index: 99999;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 0;
  background: rgba(0, 0, 0, 0.01);
}
@media (max-width: 993px) {
  .hd_search .form {
    position: relative;
    margin: 120px 0 0;
  }
  .hd_search .form input[type="text"] {
    height: 105px;
    line-height: 100px;
    padding: 0 120px 0 10px;
    font-size: 40px;
  }
  .hd_search .form .sch_bt {
    width: 100px;
    height: 100px;
  }
  .hd_search .form .sch_bt i {
    width: 40px;
    height: 40px;
    border-width: 5px;
  }
  .hd_search .form .sch_bt i:after {
    right: -5px;
    bottom: -5px;
    width: 5px;
    height: 8px;
  }
  .hd_search .search_close {
    right: 40px;
    top: 32px;
    width: 46px;
    height: 46px;
  }
}
@media (max-width: 767px) {
  .hd_search .form {
    position: relative;
    margin: 50px 10px 0;
  }
  .hd_search .form input[type="text"] {
    height: 64px;
    line-height: 140%;
    padding: 0 70px 0 5px;
    font-size: 20px;
    letter-spacing: -1px;
    border-bottom-width: 4px;
  }
  .hd_search .form .sch_bt {
    width: 60px;
    height: 60px;
  }
  .hd_search .form .sch_bt i {
    width: 24px;
    height: 24px;
    border-width: 4px;
  }
  .hd_search .form .sch_bt i:after {
    right: -4px;
    bottom: -4px;
    width: 4px;
    height: 6px;
  }
  .hd_search .form .sch_bt:hover i {
    border-color: #fff;
  }
  .hd_search .form .sch_bt:hover i:after {
    background-color: #fff;
  }
  .hd_search .search_close {
    right: 4px;
    top: 0;
    width: 54px;
    height: 60px;
  }
}
.hd_search_on .assetsLink_btn {
  z-index: 99998;
}
.hd_search_on .hd_search .search_close {
  display: block;
}
.desktop .hd_layer_box {
  transition: left 0s 0.6s, top 0s 0.6s, background-color 0.6s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.desktop .hd_layer_box .inner {
  transition: transform 0.6s, opacity 0.6s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.desktop .hd_layer_box.assets_page_move .inner {
  transition-delay: .3s;
}
.desktop.hd_assetsLink_on .hd_layer_box,
.desktop.hd_search_on .hd_layer_box {
  transition: left 0s, top 0s, background-color 0.6s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.desktop.hd_assetsLink_on .hd_logo a,
.desktop.hd_search_on .hd_logo a,
.desktop.hd_assetsLink_on .hd_nav_area .nav,
.desktop.hd_search_on .hd_nav_area .nav,
.desktop.hd_assetsLink_on .search_btn,
.desktop.hd_search_on .search_btn,
.desktop.hd_assetsLink_on .uk_container,
.desktop.hd_search_on .uk_container,
.desktop.hd_assetsLink_on .uk_footer,
.desktop.hd_search_on .uk_footer {
  /*filter:blur(3px);*/
}
.desktop.hd_assetsLink_on.sub_page .uk_header .hd_nav_area .aside .assetsLink_btn i,
.desktop.hd_search_on.sub_page .uk_header .hd_nav_area .aside .assetsLink_btn i {
  background-color: #fff;
}
.desktop.hd_assetsLink_on.sub_page .uk_header .hd_nav_area .aside .assetsLink_btn i:before,
.desktop.hd_search_on.sub_page .uk_header .hd_nav_area .aside .assetsLink_btn i:before,
.desktop.hd_assetsLink_on.sub_page .uk_header .hd_nav_area .aside .assetsLink_btn i:after,
.desktop.hd_search_on.sub_page .uk_header .hd_nav_area .aside .assetsLink_btn i:after {
  background-color: #fff;
}
.desktop.hd_assetsLink_on.sub_page .uk_header .hd_nav_area .aside .assetsLink_btn.active i,
.desktop.hd_search_on.sub_page .uk_header .hd_nav_area .aside .assetsLink_btn.active i {
  background-color: transparent;
}
/*
	.hd_layer_box:before {
		display:none;
		overflow:hidden;
		position:fixed; left:0; top:0;
		width:calc(100% - 17px); height:100%;
		-webkit-backdrop-filter: blur(3px);
		backdrop-filter: blur(3px);
		content:"";
	}
	*/
.device .hd_layer_box {
  opacity: 0;
  background-color: #000000;
  transform: scale(1.5, 1.5);
  transition: left 0s 0.5s, top 0s 0.5s, transform 0.5s, opacity 0.5s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.device .hd_layer_box.hash_move {
  transition: left 0s 0.1s, top 0s 0.1s, transform 0s 0.1s, opacity 0.1s;
  transition-timing-function: ease;
}
.device .hd_layer_box.assets_page_move {
  transition-delay: .3s;
}
.device .hd_layer_box .inner {
  opacity: 1;
  transform: scale(1, 1);
}
.device.hd_assetsLink_on .hd_layer_box,
.device.hd_search_on .hd_layer_box {
  opacity: 1;
  transform: scale(1, 1);
  transition: left 0s, top 0s, opacity 0.4s, transform 0.4s;
  transition-timing-function: ease-in-out;
}
.device.hd_assetsLink_on .hd_logo a,
.device.hd_search_on .hd_logo a,
.device.hd_assetsLink_on .hd_nav_area .nav,
.device.hd_search_on .hd_nav_area .nav,
.device.hd_assetsLink_on .search_btn,
.device.hd_search_on .search_btn,
.device.hd_assetsLink_on .uk_container,
.device.hd_search_on .uk_container,
.device.hd_assetsLink_on .uk_footer,
.device.hd_search_on .uk_footer {
  filter: blur(2px);
}
.device.hd_assetsLink_on.sub_page .uk_header .hd_nav_area .aside .assetsLink_btn i,
.device.hd_search_on.sub_page .uk_header .hd_nav_area .aside .assetsLink_btn i {
  background-color: #fff;
}
.device.hd_assetsLink_on.sub_page .uk_header .hd_nav_area .aside .assetsLink_btn i:before,
.device.hd_search_on.sub_page .uk_header .hd_nav_area .aside .assetsLink_btn i:before,
.device.hd_assetsLink_on.sub_page .uk_header .hd_nav_area .aside .assetsLink_btn i:after,
.device.hd_search_on.sub_page .uk_header .hd_nav_area .aside .assetsLink_btn i:after {
  background-color: #fff;
}
.device.hd_assetsLink_on.sub_page .uk_header .hd_nav_area .aside .assetsLink_btn.active i,
.device.hd_search_on.sub_page .uk_header .hd_nav_area .aside .assetsLink_btn.active i {
  background-color: transparent;
}
.desktop.hd_assetsLink_on body,
.desktop.hd_search_on body {
  margin-right: 17px;
}
.desktop.hd_assetsLink_on .uk_header,
.desktop.hd_search_on .uk_header,
.desktop.hd_assetsLink_on .loading,
.desktop.hd_search_on .loading {
  right: 17px;
}
.desktop.hd_assetsLink_on.md_state .side_menu_area.fixed .side_menu,
.desktop.hd_search_on.md_state .side_menu_area.fixed .side_menu {
  right: 17px;
}
.desktop.hd_assetsLink_on .sub_top .top_link ul.fixed.opacity_on,
.desktop.hd_search_on .sub_top .top_link ul.fixed.opacity_on {
  right: 71px;
}
.desktop.hd_assetsLink_on.opera body,
.desktop.hd_search_on.opera body {
  margin-right: 15px;
}
.desktop.hd_assetsLink_on.opera .uk_header,
.desktop.hd_search_on.opera .uk_header,
.desktop.hd_assetsLink_on.opera .loading,
.desktop.hd_search_on.opera .loading {
  right: 15px;
}
.desktop.hd_assetsLink_on.opera.md_state .side_menu_area.fixed .side_menu,
.desktop.hd_search_on.opera.md_state .side_menu_area.fixed .side_menu {
  right: 15px;
}
.desktop.hd_assetsLink_on.opera .sub_top .top_link ul.fixed.opacity_on,
.desktop.hd_search_on.opera .sub_top .top_link ul.fixed.opacity_on {
  right: 69px;
}
.desktop.hd_assetsLink_on.edge body,
.desktop.hd_search_on.edge body {
  margin-right: 16px;
}
.desktop.hd_assetsLink_on.edge .uk_header,
.desktop.hd_search_on.edge .uk_header,
.desktop.hd_assetsLink_on.edge .loading,
.desktop.hd_search_on.edge .loading {
  right: 16px;
}
.desktop.hd_assetsLink_on.edge.md_state .side_menu_area.fixed .side_menu,
.desktop.hd_search_on.edge.md_state .side_menu_area.fixed .side_menu {
  right: 16px;
}
.desktop.hd_assetsLink_on.edge .sub_top .top_link ul.fixed.opacity_on,
.desktop.hd_search_on.edge .sub_top .top_link ul.fixed.opacity_on {
  right: 70px;
}
/*
	html {overflow:hidden;}
	.hd_assetsLink {

		.assetsLink_area {
			background:rgba(0,0,0,.9);
			left:0 !important; top:0 !important; opacity:1 !important;
			transform:scale(1,1) !important;
			overflow-y:scroll !important;
		}
		.assetsLink_in {
			opacity:1;
			transform:scale(1,1) !important;
		}
	}
	*/
/*
	html {overflow:hidden;}
	.assetsLink_btn {background:red;}
	.hd_search {
		.search_area {
			left:0 !important; top:0 !important; opacity:1 !important;
			transform:scale(1,1) !important; overflow-y:scroll !important;
		}
		.inner {transform:scale(1,1);}
	}
	*/
.uk_footer {
  position: relative;
  z-index: 2;
  text-align: center;
}
.uk_footer .nav {
  position: relative;
  padding: 56px 0;
}
.uk_footer .nav div {
  position: relative;
  display: inline-block;
  font-size: 0;
}
.uk_footer .nav a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
  font-family: 'Open Sans', 'Noto Sans KR', 'Malgun Gothic', 'Dotum', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #bbb;
  transition: all .15s;
}
.uk_footer .nav a:after {
  position: absolute;
  left: -3px;
  right: -3px;
  bottom: 7px;
  opacity: .7;
  height: 0;
  background: #1e73ff;
  border-radius: 2px;
  transition: all .15s;
  content: "";
}
.uk_footer .nav a:hover,
.uk_footer .nav a.on {
  color: #fff;
}
.uk_footer .nav a:hover:after,
.uk_footer .nav a.on:after {
  height: 10px;
}
.uk_footer .nav a i {
  position: relative;
  z-index: 1;
}
.uk_footer .nav .depth1:after {
  position: absolute;
  left: -3px;
  right: -3px;
  bottom: -11px;
  height: 2px;
  background: #1e73ff;
  content: "";
}
.uk_footer .nav .depth1 a {
  margin-left: 34px;
}
.uk_footer .nav .depth1 a:first-child {
  margin: 0;
}
.uk_footer .nav .depth2 {
  display: block;
  margin-top: 20px;
}
.uk_footer .nav .depth2 a {
  margin-left: 30px;
}
.uk_footer .nav .depth2 a:before {
  position: absolute;
  left: -30px;
  width: 30px;
  font-weight: 800;
  content: "·";
}
.uk_footer .nav .depth2 a:first-child {
  margin: 0;
}
.uk_footer .nav .depth2 a:first-child:before {
  display: none;
}
.uk_footer .btm {
  padding: 70px 0;
  background: #1a1a1a;
}
.uk_footer .btm .uk_logo a {
  width: 300px;
  height: 100px;
  margin: 0 auto;
  padding: 15px 0;
  background-color: #000;
}
.uk_footer .btm .copy {
  line-height: 20px;
  margin-top: 25px;
  font-family: 'Open Sans', 'Noto Sans KR', 'Malgun Gothic', 'Dotum', sans-serif;
  font-size: 14px;
  color: #aaa;
}
.main_page .uk_footer .nav:before {
  position: absolute;
  left: 50px;
  right: 50px;
  top: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  content: "";
}
@media (max-width: 767px) {
  .uk_footer .nav {
    padding: 20px 0;
  }
  .uk_footer .nav a {
    font-size: 12px;
    letter-spacing: -0.5px;
  }
  .uk_footer .nav a:after {
    bottom: 10px;
    opacity: .5;
  }
  .uk_footer .nav a:hover {
    color: #ccc;
  }
  .uk_footer .nav a:hover:not(.on):after {
    display: none;
  }
  .uk_footer .nav a.on {
    color: #fff;
  }
  .uk_footer .nav .depth1:after {
    bottom: -5px;
    height: 1px;
  }
  .uk_footer .nav .depth1 a {
    margin-left: 20px;
  }
  .uk_footer .nav .depth2 {
    margin-top: 10px;
  }
  .uk_footer .nav .depth2 a {
    margin-left: 20px;
  }
  .uk_footer .nav .depth2 a:before {
    position: absolute;
    left: -20px;
    width: 20px;
  }
  .uk_footer .nav .depth2 a:first-child {
    margin: 0;
  }
  .uk_footer .nav .depth2 a:first-child:before {
    display: none;
  }
  .uk_footer .btm {
    padding: 30px 0;
  }
  .uk_footer .btm .uk_logo a {
    width: 160px;
    height: 60px;
    opacity: .6;
  }
  .uk_footer .btm .copy {
    line-height: 16px;
    margin-top: 15px;
    font-size: 12px;
  }
  .main_page .uk_footer .nav {
    max-width: 100%;
    width: 100%;
  }
  .main_page .uk_footer .nav:before {
    left: 15px;
    right: 15px;
  }
}
.main_page .uk_container {
  text-align: center;
}
@media (max-width: 767px) {
  .main_page:before {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 100vh;
    background: url('../img/main_top_bg.jpg') no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    content: "";
  }
}
.main_intro {
  position: relative;
  min-height: 700px;
  height: 100vh;
  z-index: 8;
}
.main_intro .txt_box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 120px;
}
.main_intro .txt_box .tit {
  overflow: hidden;
}
.main_intro .txt_box strong {
  display: block;
  opacity: 0;
  line-height: 110%;
  margin: 0 -500px;
  letter-spacing: 2px;
  font-family: 'Anton', 'Malgun Gothic', 'Dotum', sans-serif;
  font-size: 90px;
  color: #fff;
  font-weight: normal;
}
.main_intro .txt_box strong span {
  color: #1e73ff;
}
.main_intro .txt_box p {
  line-height: 110%;
  margin-top: 20px;
  opacity: .7;
  font-family: 'Open Sans', 'Noto Sans KR', 'Malgun Gothic', 'Dotum', sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}
.main_intro .txt_box .banner {
  margin-top: 50px;
  font-size: 0;
  transition: all .5s ease;
  /*
				.bn1 {background-image:url('@{bg-url}/icon/icon_html_w64.png');}
				.bn2 {background-image:url('@{bg-url}/icon/icon_css_w64.png');}
				.bn3 {background-image:url('@{bg-url}/icon/icon_js_w64.png');}
				.bn4 {background-image:url('@{bg-url}/icon/icon_accessibility_w64.png');}
				.bn5 {background-image:url('@{bg-url}/icon/icon_ncs_w64.png');}
				*/
}
.main_intro .txt_box .banner a {
  display: inline-block;
  position: relative;
  width: 90px;
  padding: 50px 0 20px;
  font-family: 'Open Sans', 'Noto Sans KR', 'Malgun Gothic', 'Dotum', sans-serif;
  font-size: 13px;
  color: #fff;
  background-size: 100% auto;
  transition: color .1s ease;
}
.main_intro .txt_box .banner a:before {
  position: absolute;
  left: 50%;
  top: 24px;
  width: 6px;
  height: 6px;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  transition: all .2s ease;
  content: "";
}
.main_intro .txt_box .banner a:hover:before {
  transform: translate(-50%, -50%) scale(2, 2);
}
.main_intro .txt_box .banner .bn1:hover {
  color: #f12323;
}
.main_intro .txt_box .banner .bn1:before {
  background-color: #f12323;
}
.main_intro .txt_box .banner .bn2:hover {
  color: #379ad6;
}
.main_intro .txt_box .banner .bn2:before {
  background-color: #379ad6;
}
.main_intro .txt_box .banner .bn3:hover {
  color: #f79d30;
}
.main_intro .txt_box .banner .bn3:before {
  background-color: #f79d30;
}
.main_intro .txt_box .banner .bn4:hover {
  color: #00986b;
}
.main_intro .txt_box .banner .bn4:before {
  background-color: #00986b;
}
.main_intro .txt_box .banner .bn5:hover {
  color: #4961dd;
}
.main_intro .txt_box .banner .bn5:before {
  background-color: #4961dd;
}
.main_intro.start .t1 {
  animation: main_introTxt 2.5s cubic-bezier(0.645, 0.045, 0.355, 1) both;
}
.main_intro.start .t2 {
  animation: main_introTxt 2.5s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) both;
}
.main_intro .next_content {
  position: absolute;
  left: 50%;
  bottom: 40px;
  opacity: .6;
  overflow: hidden;
  width: 100px;
  height: 50px;
  margin-left: -50px;
  transition: opacity .15s;
}
.main_intro .next_content i {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  background: url('../img/main_intro_arr.png') no-repeat center center;
  background-size: auto 24px;
  animation: main_next 1.5s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
}
.main_intro .next_content:hover {
  opacity: 1;
}
.device .main_intro {
  height: 100%;
}
@keyframes main_introTxt {
  0% {
    opacity: 0;
    letter-spacing: 20px;
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    letter-spacing: 2px;
    filter: blur(0);
  }
}
@keyframes main_next {
  0% {
    transform: translateY(-4px);
  }
  50% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(-4px);
  }
}
@media (max-width: 900px) {
  .main_intro .txt_box strong {
    font-size: 10.0vw;
  }
}
@media (max-width: 540px) {
  .main_intro .txt_box p {
    font-size: 3.3vw;
  }
}
@media (max-width: 767px) {
  .main_intro {
    min-height: 450px;
  }
  .main_intro .txt_box {
    bottom: 22%;
  }
  .main_intro .txt_box .banner {
    max-width: 450px;
    margin: 8% auto 0;
    padding: 0 10px;
  }
  .main_intro .txt_box .banner a {
    width: 20%;
    padding: 35px 0 15px;
    font-size: 13px;
  }
  .main_intro .txt_box .banner a:before {
    top: 16px;
  }
  .main_intro .txt_box .banner a:hover {
    color: #fff !important;
  }
  .main_intro .txt_box .banner a:hover:before {
    width: 6px;
    height: 6px;
  }
  .main_intro .next_content {
    bottom: 20px;
    opacity: .8;
    height: 50px;
  }
  .main_intro .next_content i {
    background-size: auto 12px;
  }
  .main_intro .next_content:hover {
    opacity: .8;
  }
}
@media (max-width: 450px) {
  .main_intro .txt_box .banner a {
    font-size: 2.8vw;
  }
}
.main_info {
  position: relative;
  z-index: -1;
  padding: 140px 0;
  transition: background-color 0.8s;
  background: #ffffff;
  background: -moz-radial-gradient(center, ellipse cover, #ffffff 70%, #d5d5d5 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 70%, #d5d5d5 100%);
  background: radial-gradient(ellipse at center, #ffffff 70%, #d5d5d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d5d5d5', GradientType=1);
}
.main_info .txt_area {
  position: relative;
  z-index: 6;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}
.main_info .txt_area p {
  line-height: 160%;
  font-size: 30px;
  color: #222;
  font-weight: 300;
  letter-spacing: -0.05em;
}
.main_info .txt_area p i {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.main_info .txt_area p i:before {
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: 12%;
  z-index: -1;
  height: 22%;
  background: rgba(255, 0, 0, 0.2);
  border-radius: 3px;
  content: "";
}
.main_info .txt_area .txt_box1 i:before {
  background: rgba(30, 115, 255, 0.4);
}
.main_info .txt_area .txt_box2 i:before {
  background: #fff000;
}
.main_info .txt_area strong {
  display: inline-block;
  position: relative;
  line-height: 170%;
  margin: 14.6% 0 3.8%;
  font-size: 50px;
  color: #222;
  font-weight: 800;
  letter-spacing: -0.08em;
}
.main_info .txt_area strong:before,
.main_info .txt_area strong:after {
  position: absolute;
  z-index: -1;
  content: "";
}
.main_info .txt_area strong:before {
  left: 0;
  right: 0;
  top: -102%;
  line-height: 100%;
  font-family: 'Anton', 'Malgun Gothic', 'Dotum', sans-serif;
  font-size: 140px;
  color: rgba(0, 0, 0, 0.05);
  font-weight: normal;
  letter-spacing: 0.01em;
  content: "WELCOME";
}
.main_info .txt_area strong:after {
  left: 10px;
  right: 10px;
  bottom: -5%;
  height: 55%;
  background: rgba(0, 0, 0, 0.05);
}
.main_info .txt_area strong b {
  color: #1e73ff;
  font-weight: 800;
}
.main_info .txt_area strong br {
  display: none;
}
.main_info .keyboard {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.main_info .keyboard span {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.main_info .keyboard span i {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  width: 1900px;
  height: 100%;
  transition: width 0.4s ease-in-out;
}
.main_info .keyboard span i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 100%;
  height: calc(100% + 600px);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  content: "";
}
.main_info .keyboard .step1 {
  z-index: 5;
}
.main_info .keyboard .step2 {
  z-index: 4;
}
.main_info .keyboard .step3 {
  z-index: 3;
}
.main_info .keyboard .step4 {
  z-index: 2;
}
.main_info .keyboard .step5 {
  z-index: 1;
}
.main_info .keyboard .step1 i:before {
  background-image: url('../img/keyboard/step1.png');
}
.main_info .keyboard .step2 i:before {
  background-image: url('../img/keyboard/step2.png');
}
.main_info .keyboard .step3 i:before {
  background-image: url('../img/keyboard/step3.png');
}
.main_info .keyboard .step4 i:before {
  background-image: url('../img/keyboard/step4.png');
}
.main_info .keyboard .step5 i:before {
  background-image: url('../img/keyboard/step5.png');
}
.ie .main_info.info_scroll .keyboard span i:before {
  animation: ie_keyboard 1s both;
}
@keyframes ie_keyboard {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ie_no .main_info .keyboard .step1 i {
  -webkit-animation: keyStep1 4.2s ease-in-out infinite;
  -moz-animation: keyStep1 4.2s ease-in-out infinite;
  animation: keyStep1 4.2s ease-in-out infinite;
}
@keyframes keyStep1 {
  0% {
    transform: translate(-50%, 2%);
  }
  50% {
    transform: translate(-50%, -2%);
  }
  100% {
    transform: translate(-50%, 2%);
  }
}
.ie_no .main_info .keyboard .step2 i {
  -webkit-animation: keyStep2 4.6s ease-in-out infinite;
  -moz-animation: keyStep2 4.6s ease-in-out infinite;
  animation: keyStep2 4.6s ease-in-out infinite;
}
@keyframes keyStep2 {
  0% {
    transform: translate(-50%, -1.6%);
  }
  50% {
    transform: translate(-50%, 1.6%);
  }
  100% {
    transform: translate(-50%, -1.6%);
  }
}
.ie_no .main_info .keyboard .step3 i {
  -webkit-animation: keyStep3 5s ease-in-out infinite;
  -moz-animation: keyStep3 5s ease-in-out infinite;
  animation: keyStep3 5s ease-in-out infinite;
}
@keyframes keyStep3 {
  0% {
    transform: translate(-50%, 1.2%);
  }
  50% {
    transform: translate(-50%, -1.2%);
  }
  100% {
    transform: translate(-50%, 1.2%);
  }
}
.ie_no .main_info .keyboard .step4 i {
  -webkit-animation: keyStep4 5.4s ease-in-out infinite;
  -moz-animation: keyStep4 5.4s ease-in-out infinite;
  animation: keyStep4 5.4s ease-in-out infinite;
}
@keyframes keyStep4 {
  0% {
    transform: translate(-50%, 0.8%);
  }
  50% {
    transform: translate(-50%, -0.8%);
  }
  100% {
    transform: translate(-50%, 0.8%);
  }
}
.ie_no .main_info .keyboard .step5 i {
  -webkit-animation: keyStep5 5.8s ease-in-out infinite;
  -moz-animation: keyStep5 5.8s ease-in-out infinite;
  animation: keyStep5 5.8s ease-in-out infinite;
}
@keyframes keyStep5 {
  0% {
    transform: translate(-50%, 0.4%);
  }
  50% {
    transform: translate(-50%, -0.4%);
  }
  100% {
    transform: translate(-50%, 0.4%);
  }
}
.ie_no .main_info.info_scroll .keyboard .step1 i:before {
  -webkit-animation: keyBg1 1.7s 0.48s cubic-bezier(0.4, 0.1, 0.09, 0.94) both;
  -moz-animation: keyBg1 1.7s 0.48s cubic-bezier(0.4, 0.1, 0.09, 0.94) both;
  animation: keyBg1 1.7s 0.48s cubic-bezier(0.4, 0.1, 0.09, 0.94) both;
}
@keyframes keyBg1 {
  0% {
    transform: translate(-50%, -50%) scale(0, 0);
    opacity: 0;
  }
  40% {
    transform: translate(-50%, -50%) scale(1.05, 1.05);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1, 1);
    opacity: 1;
  }
}
.ie_no .main_info.info_scroll .keyboard .step2 i:before {
  -webkit-animation: keyBg2 1.7s 0.36s cubic-bezier(0.4, 0.1, 0.09, 0.94) both;
  -moz-animation: keyBg2 1.7s 0.36s cubic-bezier(0.4, 0.1, 0.09, 0.94) both;
  animation: keyBg2 1.7s 0.36s cubic-bezier(0.4, 0.1, 0.09, 0.94) both;
}
@keyframes keyBg2 {
  0% {
    transform: translate(-50%, -50%) scale(0, 0);
    opacity: 0;
  }
  40% {
    transform: translate(-50%, -50%) scale(1.05, 1.05);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1, 1);
    opacity: 1;
  }
}
.ie_no .main_info.info_scroll .keyboard .step3 i:before {
  -webkit-animation: keyBg3 1.7s 0.24s cubic-bezier(0.4, 0.1, 0.09, 0.94) both;
  -moz-animation: keyBg3 1.7s 0.24s cubic-bezier(0.4, 0.1, 0.09, 0.94) both;
  animation: keyBg3 1.7s 0.24s cubic-bezier(0.4, 0.1, 0.09, 0.94) both;
}
@keyframes keyBg3 {
  0% {
    transform: translate(-50%, -50%) scale(0, 0);
    opacity: 0;
  }
  40% {
    transform: translate(-50%, -50%) scale(1.05, 1.05);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1, 1);
    opacity: 1;
  }
}
.ie_no .main_info.info_scroll .keyboard .step4 i:before {
  -webkit-animation: keyBg4 1.7s 0.12s cubic-bezier(0.4, 0.1, 0.09, 0.94) both;
  -moz-animation: keyBg4 1.7s 0.12s cubic-bezier(0.4, 0.1, 0.09, 0.94) both;
  animation: keyBg4 1.7s 0.12s cubic-bezier(0.4, 0.1, 0.09, 0.94) both;
}
@keyframes keyBg4 {
  0% {
    transform: translate(-50%, -50%) scale(0, 0);
    opacity: 0;
  }
  40% {
    transform: translate(-50%, -50%) scale(1.05, 1.05);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1, 1);
    opacity: 1;
  }
}
.ie_no .main_info.info_scroll .keyboard .step5 i:before {
  -webkit-animation: keyBg5 1.7s 0s cubic-bezier(0.4, 0.1, 0.09, 0.94) both;
  -moz-animation: keyBg5 1.7s 0s cubic-bezier(0.4, 0.1, 0.09, 0.94) both;
  animation: keyBg5 1.7s 0s cubic-bezier(0.4, 0.1, 0.09, 0.94) both;
}
@keyframes keyBg5 {
  0% {
    transform: translate(-50%, -50%) scale(0, 0);
    opacity: 0;
  }
  40% {
    transform: translate(-50%, -50%) scale(1.05, 1.05);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1, 1);
    opacity: 1;
  }
}
@media (max-width: 1200px) {
  .main_info .keyboard span i {
    width: 160%;
  }
}
@media (max-width: 1020px) {
  .main_info {
    padding: 14% 0;
  }
  .main_info .txt_area p {
    font-size: 2.95vw;
  }
  .main_info .txt_area strong {
    font-size: 4.8vw;
  }
  .main_info .txt_area strong:before {
    font-size: 13.4vw;
  }
}
@media (max-width: 767px) {
  .main_info .keyboard {
    overflow: hidden;
  }
  .main_info .keyboard span i {
    width: 140%;
  }
  .main_info .keyboard span i:before {
    height: 200%;
  }
  .main_info .keyboard .step1 i {
    opacity: .4;
  }
  .main_info .keyboard .step2 i {
    opacity: .3;
  }
  .main_info .keyboard .step3 i {
    opacity: .2;
  }
  .main_info .keyboard .step4 i {
    opacity: .1;
  }
  .main_info .keyboard .step5 i {
    opacity: .05;
  }
  .main_info .keyboard .step1 i:before {
    background-image: url('../img/keyboard/step1_mb.png');
  }
  .main_info .keyboard .step2 i:before {
    background-image: url('../img/keyboard/step2_mb.png');
  }
  .main_info .keyboard .step3 i:before {
    background-image: url('../img/keyboard/step3_mb.png');
  }
  .main_info .keyboard .step4 i:before {
    background-image: url('../img/keyboard/step4_mb.png');
  }
  .main_info .keyboard .step5 i:before {
    background-image: url('../img/keyboard/step5_mb.png');
  }
}
@media (max-width: 550px) {
  .main_info .txt_area strong {
    line-height: 115%;
    margin: 77px 0 20px;
    font-size: 26px;
  }
  .main_info .txt_area strong:before {
    top: -78%;
    font-size: 60px;
  }
  .main_info .txt_area strong:after {
    left: -10px;
    right: -10px;
    height: 55%;
    bottom: 17px;
  }
  .main_info .txt_area strong br {
    display: block;
  }
}
@media (max-width: 515px) {
  .main_info .txt_area p {
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .main_info .txt_area p {
    font-size: 14px;
  }
}
.main_editor {
  z-index: 2;
  padding: 130px 0;
  margin: 0 auto;
}
.main_editor h2,
.main_editor .txt {
  max-width: 900px;
  margin: 0 auto;
}
.main_editor h2 {
  display: block;
}
.main_editor h2:before {
  font-size: 110px;
  color: #1e73ff;
  content: "\f121";
}
.main_editor h2 span {
  display: block;
  line-height: 100%;
  margin-top: 7%;
  font-family: 'Anton', 'Malgun Gothic', 'Dotum', sans-serif;
  font-size: 90px;
  color: #fff;
  font-weight: normal;
}
.main_editor h2 i {
  color: #1e73ff;
}
.main_editor .txt {
  display: block;
  width: 100%;
  padding: 0 10px;
}
.main_editor .txt p:first-child {
  margin-top: 5%;
}
.main_editor .txt p {
  line-height: 180%;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 300;
  letter-spacing: -0.5px;
}
.main_editor .txt p b {
  color: #5193ff;
}
.main_editor .txt i {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.main_editor .txt i:before {
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: 12%;
  z-index: -1;
  height: 22%;
  background: rgba(30, 115, 255, 0.7);
  border-radius: 3px;
  content: "";
}
.main_editor .info_txt {
  display: inline-block;
  margin: 40px 50px 0;
  padding: 20px 25px;
  text-align: left;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 300;
  border: 8px solid rgba(30, 115, 255, 0.5);
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 24px;
}
.main_editor .info_txt li {
  position: relative;
  line-height: 140%;
  padding-left: 40px;
  font-size: 18px;
}
.main_editor .info_txt li:not(:first-child) {
  margin-top: 14px;
}
.main_editor .info_txt li:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-top: 1px;
  text-align: center;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 900;
  background: #999;
  border-radius: 100%;
  content: "\f31e";
}
.main_editor .info_txt .info:before {
  background: #fff;
  color: #666;
  content: "\f129";
}
.main_editor .info_txt .reset:before {
  background: #919191;
  content: "\f2f9";
}
.main_editor .info_txt .download:before {
  background: #00986b;
  content: "\f019";
}
.main_editor .info_txt .fullscreen:before {
  background: #1e73ff;
  content: "\f31e";
}
.main_editor .info_txt .browser:before {
  background: #b72df8;
  content: "\f2d0";
}
.main_editor .editor_wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 50px;
  text-align: left;
}
.main_editor .editor_wrap .uk_editor {
  margin-top: calc(5% + 10px);
  /*border-width:6px;*/
}
.device .main_editor .info_txt {
  display: none !important;
}
@media (max-width: 1201px) {
  .main_editor .info_txt .browser {
    display: none;
  }
}
@media (max-width: 900px) {
  .main_editor {
    padding: 13.5% 0;
  }
  .main_editor h2:before {
    font-size: 12vw;
  }
  .main_editor h2 span {
    font-size: 10.0vw;
  }
  .main_editor .txt p {
    font-size: 2.2vw;
  }
  .main_editor .info_txt {
    margin: 30px 50px 0;
    padding: 20px 20px;
    border-left-width: 6px;
    border-right-width: 6px;
  }
  .main_editor .info_txt li {
    font-size: 16px;
  }
  .main_editor .info_txt li:not(:first-child) {
    margin-top: 16px;
  }
  .main_editor .info_txt li:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: 1px;
    font-size: 14px;
  }
}
@media (max-width: 680px) {
  .main_editor .txt p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .main_editor .info_txt {
    margin: 15px 15px 0;
    padding: 20px 15px;
    border-left-width: 4px;
    border-right-width: 4px;
  }
  .main_editor .info_txt li {
    padding-left: 32px;
    font-size: 14px;
  }
  .main_editor .info_txt li:not(:first-child) {
    margin-top: 18px;
  }
  .main_editor .info_txt li:before {
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin-top: 1px;
    font-size: 13px;
  }
  .main_editor .editor_wrap {
    padding: 0 15px;
  }
  .main_editor .editor_wrap .uk_editor {
    margin-top: 40px;
    /*border-width:2px;*/
  }
}
.main_created {
  position: relative;
  padding-top: 130px;
  padding-bottom: 260px;
}
.main_created:before {
  position: absolute;
  left: 50px;
  right: 50px;
  top: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  content: "";
}
.main_created h2 {
  position: absolute;
  left: 50%;
  bottom: 120px;
  transform: translate(-50%, 0);
  max-width: 1300px;
  width: 100%;
  line-height: 100%;
  font-family: 'Cinzel Decorative', cursive;
  font-size: 50px;
  color: #ddd;
  font-weight: 400;
}
.main_created h2 span {
  color: #5193ff;
}
.main_created h2:before {
  position: absolute;
  left: 50%;
  top: -50%;
  opacity: .4;
  width: 100px;
  height: 2px;
  margin-left: -50px;
  background: #fff;
  content: "";
}
.main_created .created {
  max-width: 1300px;
  margin: 0 auto;
  font-size: 0;
}
.main_created .created li {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: calc(33.333% - 20px);
}
.main_created .created li:nth-child(2) {
  margin: 0 30px;
}
.main_created .created li:before,
.main_created .created li:after {
  position: absolute;
  left: 50%;
  right: 50%;
  opacity: 0;
  height: 1px;
  background: #fff;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  content: "";
}
.main_created .created li:before {
  top: 10%;
}
.main_created .created li:after {
  bottom: 10%;
}
.main_created .created li .box {
  display: block;
  padding-top: 58%;
  background-color: #000;
}
.main_created .created li .box:before,
.main_created .created li .box:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 104%;
  height: 104%;
  opacity: .3;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  transition: transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  content: "";
}
.main_created .created li .box:after {
  opacity: 0;
}
.main_created .created li .box strong,
.main_created .created li .box div {
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.main_created .created li .box strong {
  position: absolute;
  left: 0;
  right: 0;
  top: 24%;
  z-index: 1;
  opacity: .7;
  line-height: 100%;
  font-family: 'Anton', 'Malgun Gothic', 'Dotum', sans-serif;
  font-size: 26px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 1px;
}
.main_created .created li .box div {
  position: absolute;
  left: 7%;
  right: 7%;
  bottom: 20%;
  z-index: 1;
  opacity: 0;
  line-height: 140%;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}
.main_created .created li .box b {
  font-weight: 300;
}
.main_created .created li.dae_min .box:before {
  background-image: url('../img/created_by01_gray.jpg');
}
.main_created .created li.kyo_sung .box:before {
  background-image: url('../img/created_by02_gray.jpg');
}
.main_created .created li.kwang_nam .box:before {
  background-image: url('../img/created_by03_gray.jpg');
}
.main_created .created li.dae_min .box:after {
  background-image: url('../img/created_by01.jpg');
}
.main_created .created li.kyo_sung .box:after {
  background-image: url('../img/created_by02.jpg');
}
.main_created .created li.kwang_nam .box:after {
  background-image: url('../img/created_by03.jpg');
}
.main_created .created li:hover:before,
.main_created .created li.hover:before,
.main_created .created li:hover:after,
.main_created .created li.hover:after {
  left: 7%;
  right: 7%;
  opacity: .5;
}
.main_created .created li:hover .box:before,
.main_created .created li.hover .box:before,
.main_created .created li:hover .box:after,
.main_created .created li.hover .box:after {
  transform: translate(-50%, -50%) scale(1.2, 1.2);
}
.main_created .created li:hover .box:before,
.main_created .created li.hover .box:before {
  opacity: 0;
}
.main_created .created li:hover .box:after,
.main_created .created li.hover .box:after {
  opacity: .4;
}
.main_created .created li:hover .box strong,
.main_created .created li.hover .box strong {
  transform: translate(0, 50%);
  opacity: 1;
}
.main_created .created li:hover .box div,
.main_created .created li.hover .box div {
  transform: translate(0, -50%);
  opacity: 1;
}
@media (max-width: 1400px) {
  .main_created .created li .box strong {
    font-size: 1.8vw;
  }
  .main_created .created li .box div {
    font-size: 1.1vw;
  }
}
@media (max-width: 1150px) {
  .main_created .created li .box {
    padding-top: 190px;
  }
  .main_created .created li .box strong {
    font-size: 21px;
  }
  .main_created .created li .box div {
    font-size: 13px;
  }
  .device .main_created .created li:before,
  .device .main_created .created li:after {
    display: none;
  }
  .device .main_created .created li .box strong {
    transform: translate(0, 50%);
    opacity: .8;
  }
  .device .main_created .created li .box div {
    transform: translate(0, -50%);
    opacity: .6;
  }
  .device .main_created .created li .box:after {
    display: none;
  }
  .device .main_created .created li:hover .box:before,
  .device .main_created .created li.hover .box:before,
  .device .main_created .created li:hover .box:after,
  .device .main_created .created li.hover .box:after {
    transform: translate(-50%, -50%) scale(1, 1);
  }
  .device .main_created .created li:hover .box:before,
  .device .main_created .created li.hover .box:before {
    opacity: .3;
  }
  .device .main_created .created li:hover .box strong,
  .device .main_created .created li.hover .box strong {
    transform: translate(0, 50%);
    opacity: .8;
  }
  .device .main_created .created li:hover .box div,
  .device .main_created .created li.hover .box div {
    transform: translate(0, -50%);
    opacity: .6;
  }
}
@media (max-width: 993px) {
  .main_created .created li .box b {
    display: none;
  }
}
@media (max-width: 900px) {
  .main_created {
    padding-top: 13.5%;
    padding-bottom: 26%;
  }
  .main_created h2 {
    bottom: 15%;
    font-size: 6vw;
  }
  .main_created h2:before {
    width: 10%;
    height: 2px;
    margin-left: 0;
    transform: translate(-50%, 0);
  }
}
@media (max-width: 767px) {
  .main_created:before {
    left: 15px;
    right: 15px;
  }
  .main_created h2:before {
    top: -60%;
  }
  .main_created .created li {
    width: calc(33.333% - 7px);
  }
  .main_created .created li:nth-child(2) {
    margin: 0 6px;
  }
}
@media (max-width: 620px) {
  .main_created {
    padding-bottom: 32%;
  }
  .main_created h2 {
    bottom: 10%;
  }
  .main_created h2:before {
    height: 1px;
  }
  .main_created .created {
    padding: 0 5px;
  }
  .main_created .created li {
    float: none;
    width: 100%;
    margin-top: 6px;
  }
  .main_created .created li:first-child {
    margin: 0;
  }
  .main_created .created li:nth-child(2) {
    margin: 6px 0 0;
  }
  .main_created .created li .box {
    padding-top: 120px;
  }
  .main_created .created li .box:before,
  .main_created .created li .box:after {
    background-position: center center;
    background-size: 100% auto;
  }
  .main_created .created li.dae_min .box:before,
  .main_created .created li.dae_min .box:after {
    background-position: center bottom;
  }
  .device .main_created .created li:before,
  .device .main_created .created li:after {
    display: none;
  }
  .device .main_created .created li .box strong {
    transform: translate(0, 50%);
    opacity: .8;
  }
  .device .main_created .created li .box div {
    transform: translate(0, -50%);
    opacity: .6;
  }
  .device .main_created .created li .box:after {
    display: none;
  }
  .device .main_created .created li:hover .box:before,
  .device .main_created .created li.hover .box:before,
  .device .main_created .created li:hover .box:after,
  .device .main_created .created li.hover .box:after {
    transform: translate(-50%, -50%) scale(1, 1);
  }
  .device .main_created .created li:hover .box:before,
  .device .main_created .created li.hover .box:before {
    opacity: .3;
  }
  .device .main_created .created li:hover .box strong,
  .device .main_created .created li.hover .box strong {
    transform: translate(0, 50%);
    opacity: .8;
  }
  .device .main_created .created li:hover .box div,
  .device .main_created .created li.hover .box div {
    transform: translate(0, -50%);
    opacity: .6;
  }
}
.sub_page {
  background: #000;
}
.device.sub_page {
  background: #fff;
}
.hd_assetsLink_on,
.device.sub_page.sub_black {
  background: #000;
}
.sub_page .uk_container {
  padding-top: 110px;
  background: #fff;
}
.sub_page .uk_footer {
  background: #000;
}
@media (max-width: 767px) {
  .sub_page .uk_container {
    padding-top: 60px;
  }
}
.top_link_css {
  position: absolute;
  left: 50px;
  right: 50px;
  top: 40px;
  z-index: 3;
  padding: 0;
  font-size: 0;
  background: #fff;
  box-shadow: none;
  transition: opacity .3s;
  opacity: 1;
}
.top_link_css li {
  display: inline-block;
  position: relative;
  padding-left: 3px;
}
.top_link_css li:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  height: 3px;
  margin-top: -2px;
  background: #444;
  border-radius: 100%;
  content: "";
}
.top_link_css li:first-child {
  padding-left: 0;
}
.top_link_css li:first-child:before {
  display: none;
}
.top_link_css li a {
  display: block;
  line-height: 36px;
  padding: 0 15px;
  font-family: 'Open Sans', 'Noto Sans KR', 'Malgun Gothic', 'Dotum', sans-serif;
  font-size: 18px;
  color: rgba(8, 17, 33, 0.85);
  font-weight: 600;
  letter-spacing: -0.3px;
  transition: color .15s;
}
.top_link_css li i {
  display: block;
  position: relative;
  z-index: 1;
}
.top_link_css li:hover a,
.top_link_css li.on a {
  color: #0463ff;
}
.top_link_css li.on a {
  font-weight: 600;
}
.top_link_css li.on i:before {
  position: absolute;
  left: -3px;
  right: -3px;
  bottom: 5px;
  z-index: -1;
  height: 12px;
  background: #fff000;
  border-radius: 3px;
  content: "";
}
.sub_top {
  position: relative;
  text-align: center;
  padding: 110px 0 55px;
  border-bottom: 1px solid #eee;
}
.sub_top .tit {
  display: inline-block;
  position: relative;
  z-index: 1;
  line-height: 80px;
  padding-top: 5px;
  font-family: 'Open Sans', 'Noto Sans KR', 'Malgun Gothic', 'Dotum', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #081121;
  letter-spacing: -1px;
}
.sub_top .tit:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 4px;
  background: #eee;
  content: "";
}
.sub_top .top_link {
  display: block;
  height: 1px;
}
.sub_top .top_link ul {
  position: absolute;
  left: 50px;
  right: 50px;
  top: 40px;
  z-index: 3;
  padding: 0;
  font-size: 0;
  background: #fff;
  box-shadow: none;
  transition: opacity .3s;
  opacity: 1;
}
.sub_top .top_link ul li {
  display: inline-block;
  position: relative;
  padding-left: 3px;
}
.sub_top .top_link ul li:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  height: 3px;
  margin-top: -2px;
  background: #444;
  border-radius: 100%;
  content: "";
}
.sub_top .top_link ul li:first-child {
  padding-left: 0;
}
.sub_top .top_link ul li:first-child:before {
  display: none;
}
.sub_top .top_link ul li a {
  display: block;
  line-height: 36px;
  padding: 0 15px;
  font-family: 'Open Sans', 'Noto Sans KR', 'Malgun Gothic', 'Dotum', sans-serif;
  font-size: 18px;
  color: rgba(8, 17, 33, 0.85);
  font-weight: 600;
  letter-spacing: -0.3px;
  transition: color .15s;
}
.sub_top .top_link ul li i {
  display: block;
  position: relative;
  z-index: 1;
}
.sub_top .top_link ul li:hover a,
.sub_top .top_link ul li.on a {
  color: #0463ff;
}
.sub_top .top_link ul li.on a {
  font-weight: 600;
}
.sub_top .top_link ul li.on i:before {
  position: absolute;
  left: -3px;
  right: -3px;
  bottom: 5px;
  z-index: -1;
  height: 12px;
  background: #fff000;
  border-radius: 3px;
  content: "";
}
.sub_top .top_link ul.fixed {
  position: fixed;
  left: auto;
  right: 86.5px;
  top: 110px;
  z-index: 4;
  padding: 0 5px;
  box-shadow: 0 0 0 4px #e9e9e9;
}
.sub_top .top_link ul.fixed.opacity_on {
  opacity: 0;
  margin-right: 17px;
}
.sub_top .top_link ul.fixed:before {
  display: none;
  font-family: 'Open Sans', 'Noto Sans KR', 'Malgun Gothic', 'Dotum', sans-serif;
  font-size: 16px;
  color: #081121;
  font-weight: 600;
  letter-spacing: -0.5px;
  content: "Quick Link";
}
.sub_top .top_link ul.fixed li a {
  height: 30px;
  line-height: 29px;
  padding: 0 10px;
  font-size: 14px;
  color: #444;
}
.sub_top .top_link ul.fixed li:hover a,
.sub_top .top_link ul.fixed li.on a {
  color: #0463ff;
}
.sub_top .top_link ul.fixed li.on i:before {
  height: 10px;
}
.sub_top .inner {
  display: inline-block;
  margin-top: 5px;
}
.sub_top .inner:before {
  display: block;
  height: 1px;
  content: "";
}
.sub_top .common_info,
.sub_top .top_info {
  line-height: 24px;
  font-size: 14px;
  color: #666;
  font-weight: 400;
  letter-spacing: -0.2px;
}
.sub_top .top_info ul {
  max-width: 900px;
  text-align: left;
  margin-top: 15px;
  padding: 13px 18px;
  background: #f3f3f3;
}
.sub_top .top_info ul li {
  position: relative;
  padding-left: 10px;
  color: #444;
}
.sub_top .top_info ul li:before {
  position: absolute;
  left: 0;
  top: 11px;
  width: 3px;
  height: 3px;
  font-weight: bold;
  background: #777;
  border-radius: 100%;
  content: "";
}
.sub_top .uk_note {
  text-align: center;
  line-height: 24px;
  margin: 15px 50px 0;
  padding: 0;
  font-size: 14px;
  border: 0;
  background: none;
}
.sub_top .uk_note ul {
  display: inline-block;
  text-align: left;
  padding: 22px 30px;
  background: #f9f9f9;
}
.sub_top .uk_note li {
  position: relative;
  padding-left: 12px;
}
.sub_top .uk_note li:before {
  position: absolute;
  left: 0;
  top: 11px;
  width: 3px;
  height: 3px;
  background: #4b6da5;
  border-radius: 100%;
  content: "";
}
@media (max-width: 993px) {
  .sub_top {
    padding-bottom: 70px;
    border-bottom: 0;
  }
  .sub_top:after {
    position: absolute;
    left: 0;
    bottom: 20px;
    right: 0;
    height: 1px;
    background: #eee;
    content: "";
  }
  .sub_top .top_link ul,
  .sub_top .top_link ul.fixed {
    position: absolute;
    left: 50px;
    right: 50px;
    top: 40px;
    z-index: 3;
    padding: 0;
    font-size: 0;
    background: #fff;
    box-shadow: none;
    transition: opacity .3s;
    opacity: 1;
  }
  .sub_top .top_link ul li,
  .sub_top .top_link ul.fixed li {
    display: inline-block;
    position: relative;
    padding-left: 3px;
  }
  .sub_top .top_link ul li:before,
  .sub_top .top_link ul.fixed li:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 3px;
    margin-top: -2px;
    background: #444;
    border-radius: 100%;
    content: "";
  }
  .sub_top .top_link ul li:first-child,
  .sub_top .top_link ul.fixed li:first-child {
    padding-left: 0;
  }
  .sub_top .top_link ul li:first-child:before,
  .sub_top .top_link ul.fixed li:first-child:before {
    display: none;
  }
  .sub_top .top_link ul li a,
  .sub_top .top_link ul.fixed li a {
    display: block;
    line-height: 36px;
    padding: 0 15px;
    font-family: 'Open Sans', 'Noto Sans KR', 'Malgun Gothic', 'Dotum', sans-serif;
    font-size: 18px;
    color: rgba(8, 17, 33, 0.85);
    font-weight: 600;
    letter-spacing: -0.3px;
    transition: color .15s;
  }
  .sub_top .top_link ul li i,
  .sub_top .top_link ul.fixed li i {
    display: block;
    position: relative;
    z-index: 1;
  }
  .sub_top .top_link ul li:hover a,
  .sub_top .top_link ul.fixed li:hover a,
  .sub_top .top_link ul li.on a,
  .sub_top .top_link ul.fixed li.on a {
    color: #0463ff;
  }
  .sub_top .top_link ul li.on a,
  .sub_top .top_link ul.fixed li.on a {
    font-weight: 600;
  }
  .sub_top .top_link ul li.on i:before,
  .sub_top .top_link ul.fixed li.on i:before {
    position: absolute;
    left: -3px;
    right: -3px;
    bottom: 5px;
    z-index: -1;
    height: 12px;
    background: #fff000;
    border-radius: 3px;
    content: "";
  }
  .sub_top .top_link ul.fixed.opacity_on {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .sub_top {
    padding: 58px 0 0;
    border: 0;
  }
  .sub_top:after {
    display: none;
  }
  .sub_top .tit {
    display: block;
    line-height: 20px;
    margin: 0;
    padding: 0 10px 22px;
    font-size: 18px;
    letter-spacing: -1px;
    border-bottom: 1px solid #eee;
  }
  .sub_top .tit:before {
    display: none;
    left: 50%;
    right: auto;
    z-index: -1;
    transform: translate(-50%, 0);
    height: 0;
    border-left: 90px solid transparent;
    border-right: 90px solid transparent;
    border-top: 36px solid #eee;
    background: transparent;
  }
  .sub_top .top_link ul,
  .sub_top .top_link ul.fixed {
    left: 0;
    right: 0;
    top: 13px;
  }
  .sub_top .top_link ul li,
  .sub_top .top_link ul.fixed li {
    padding-left: 2px;
  }
  .sub_top .top_link ul li:before,
  .sub_top .top_link ul.fixed li:before {
    width: 2px;
    height: 2px;
    margin-top: -1px;
  }
  .sub_top .top_link ul li a,
  .sub_top .top_link ul.fixed li a {
    line-height: 33px;
    padding: 0 6px;
    font-size: 13px;
  }
  .sub_top .top_link ul li:hover a,
  .sub_top .top_link ul.fixed li:hover a {
    color: rgba(8, 17, 33, 0.85);
  }
  .sub_top .top_link ul li.on i:before,
  .sub_top .top_link ul.fixed li.on i:before {
    bottom: 5px;
    height: 10px;
  }
  .sub_top .inner,
  .sub_top .uk_note {
    display: none;
  }
}
.sub_content {
  *zoom: 1;
  padding-top: 50px;
  padding-bottom: 100px;
}
.sub_content:after {
  display: block;
  clear: both;
  content: "";
}
.side_menu_area {
  float: left;
  width: 250px;
}
.side_menu_area {
  position: sticky;
  top: 160px;
  z-index: 5;
}
.side_menu_area .tit {
  line-height: 130%;
  padding: 4px 0 10px;
  font-family: 'Open Sans', 'Noto Sans KR', 'Malgun Gothic', 'Dotum', sans-serif;
  font-size: 18px;
  color: #777;
  font-weight: 600;
  letter-spacing: -1px;
  border-bottom: 5px solid #eee;
}
.side_menu_area .tit b,
.side_menu_area .tit i {
  display: inline-block;
}
.side_menu_area .tit b {
  color: #081121;
  font-weight: 800;
}
.side_menu_area li {
  line-height: 20px;
  font-size: 14px;
  color: #888;
}
.side_menu_area a {
  display: block;
  position: relative;
  z-index: 1;
  color: #888;
  font-weight: 400;
  letter-spacing: -0.5px;
}
.side_menu_area ol {
  counter-reset: lst_number;
}
.side_menu_area ol li {
  position: relative;
  counter-increment: lst_number;
}
.side_menu_area ol li:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  content: counters(lst_number, ".") ". ";
}
.side_menu_area .side_menu {
  position: relative;
  margin-top: 20px;
}
.side_menu_area .side_menu > ol > li {
  padding-bottom: 8px;
}
.side_menu_area .side_menu > ol > li > a,
.side_menu_area .side_menu > ol > li > ol {
  padding-left: 22px;
}
.side_menu_area .side_menu > ol > li > a {
  padding-right: 15px;
}
.side_menu_area .side_menu > ol > li:hover > a,
.side_menu_area .side_menu > ol > li.on,
.side_menu_area .side_menu > ol > li.on > a {
  color: #1e73ff;
}
.side_menu_area .side_menu > ol > li.toggle_box:after {
  position: absolute;
  right: 0;
  top: 6px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #ccc;
  content: "";
}
.side_menu_area .side_menu > ol > li.toggle_box.tg_on:after {
  border-top: 0;
  border-bottom: 6px solid #1e73ff;
}
.side_menu_area .side_d2 {
  *zoom: 1;
  display: none;
}
.side_menu_area .side_d2:after {
  display: block;
  clear: both;
  content: "";
}
.side_menu_area .side_d2:before {
  display: block;
  width: 100%;
  height: 5px;
  content: "";
}
.side_menu_area .side_d2 li {
  font-size: 13px;
}
.side_menu_area .side_d2 li a {
  padding-left: 32px;
}
.side_menu_area .side_d2 li a,
.side_menu_area .side_d2 li b {
  color: #444;
  font-weight: 400;
}
.side_menu_area .side_d2 li i {
  color: #888;
  font-weight: 300;
}
.side_menu_area .side_d2 li span {
  color: #aaa;
  font-weight: 400;
}
.side_menu_area .side_d2 li .html5 {
  margin: 4px 0 0 4px;
  font-size: 0;
  color: #aaa;
}
.side_menu_area .side_d2 li .html5:before {
  font-size: 14px;
}
.side_menu_area .side_d2 li:not(.part):hover a,
.side_menu_area .side_d2 li:not(.part):hover b,
.side_menu_area .side_d2 li:not(.part):hover i,
.side_menu_area .side_d2 li:not(.part):hover span {
  color: #1e73ff;
}
.side_menu_area .side_d2 li.part em {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.side_menu_area .side_d2 li.part em:before {
  content: "- ";
}
.side_menu_area .side_d2 li.part p:hover a,
.side_menu_area .side_d2 li.part p:hover b,
.side_menu_area .side_d2 li.part p:hover i,
.side_menu_area .side_d2 li.part p:hover span {
  color: #1e73ff;
}
.side_menu_area .side_d2 li.on {
  color: #1e73ff;
}
.side_menu_area .side_d2 li.on:after {
  position: absolute;
  left: -10px;
  top: 3px;
  bottom: 3px;
  z-index: 2;
  width: 3px;
  background: #1e73ff;
  content: "";
}
.side_menu_area .side_d2 li.on:not(.part) a,
.side_menu_area .side_d2 li.on:not(.part) b,
.side_menu_area .side_d2 li.on:not(.part) i,
.side_menu_area .side_d2 li.on:not(.part) span {
  color: #1e73ff;
}
.side_menu_area .side_d2 li.on.part p.on a,
.side_menu_area .side_d2 li.on.part p.on b,
.side_menu_area .side_d2 li.on.part p.on i,
.side_menu_area .side_d2 li.on.part p.on span {
  color: #1e73ff;
}
.side_menu_area .on .side_d2 {
  display: block;
}
.content_area {
  float: right;
  width: calc(100% - (250px + 60px));
}
@media (max-width: 993px) {
  .sub_content {
    padding-top: 0;
  }
  .side_menu_area,
  .content_area {
    float: none;
    width: auto;
  }
  .side_menu_area {
    position: relative;
    top: 0;
    min-height: 80px;
  }
  .side_menu_area .tit {
    display: none;
  }
  .side_menu_area .side_menu {
    margin-top: 0;
    background: #fff;
  }
  .side_menu_area .side_menu > ol > li:not(.on) {
    display: none;
  }
  .side_menu_area .side_menu > ol > li {
    padding-bottom: 0;
    font-size: 0;
  }
  .side_menu_area .side_menu > ol > li > a,
  .side_menu_area .side_menu > ol > li > ol {
    padding-left: 0;
  }
  .side_menu_area .side_menu > ol > li > a {
    height: 80px;
    line-height: 75px;
    padding-right: 25px;
    font-size: 0;
    border-bottom: 5px solid #eee;
  }
  .side_menu_area .side_menu > ol > li > a:before {
    font-size: 24px;
    color: #081121;
    font-weight: 600;
    letter-spacing: -1px;
    content: attr(data-tit);
  }
  .side_menu_area .side_menu > ol > li > a.html5:after {
    margin-left: 5px;
    font-family: "Font Awesome 5 Brands", sans-serif;
    font-size: 22px;
    color: #f12323;
    font-weight: bold;
    content: "\f13b";
  }
  .side_menu_area .side_menu > ol > li.toggle_box:after {
    right: 4px;
    top: 34px;
    border-left-width: 6px;
    border-right-width: 6px;
    border-top-width: 10px;
  }
  .side_menu_area .side_menu > ol > li.toggle_box.tg_on:after {
    border-top: 0;
    border-bottom-width: 10px;
  }
  .side_menu_area.fixed .side_menu {
    position: fixed;
    top: 110px;
    left: 0;
    right: 0;
    padding: 0 50px;
    transition: opacity .3s;
    opacity: 1;
  }
  .side_menu_area.fixed .side_menu.opacity_on {
    opacity: 0;
  }
  .side_menu_area .side_d2 {
    position: absolute;
    left: 0;
    top: 80px;
    right: 0;
    background: #fff;
    border-bottom: 5px solid #eee;
    *zoom: 1;
  }
  .side_menu_area .side_d2:after {
    display: block;
    clear: both;
    content: "";
  }
  .side_menu_area .side_d2:before,
  .side_menu_area .side_d2:after {
    height: 15px;
  }
  .side_menu_area .side_d2 li:before {
    left: 10px;
  }
  .side_menu_area .side_d2 li.on:after {
    left: 0;
  }
  .side_menu_area .side_d2 li a {
    padding: 0 10px 0 44px;
  }
  .depth3_last .side_menu_area {
    display: none;
  }
  .depth3_last .content_area {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .sub_content {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .side_menu_area {
    min-height: 50px;
    margin: 0 -10px;
    padding: 0 10px;
  }
  .side_menu_area .side_menu > ol > li > ol {
    padding-left: 10px;
  }
  .side_menu_area .side_menu > ol > li > a {
    height: 50px;
    line-height: 46px;
    margin: 0 -10px;
    padding: 0 25px 0 10px;
    border-bottom: 2px solid #ccc;
  }
  .side_menu_area .side_menu > ol > li > a:before {
    font-size: 16px;
    font-weight: 500;
    color: #666;
    letter-spacing: -1px;
  }
  .side_menu_area .side_menu > ol > li > a.html5:after {
    margin-top: 1px;
    font-size: 15px;
  }
  .side_menu_area .side_menu > ol > li.toggle_box:after {
    top: 22px;
    border-left-width: 4px;
    border-right-width: 4px;
    border-top-width: 6px;
  }
  .side_menu_area .side_menu > ol > li.toggle_box.tg_on:after {
    border-top: 0;
    border-bottom-width: 6px;
  }
  .side_menu_area .side_menu > ol > li:nth-child(5) li {
    float: left;
    width: 50%;
  }
  .side_menu_area.fixed .side_menu {
    top: 60px;
    padding: 0 10px;
  }
  .side_menu_area.fixed .side_menu > ol > li > a {
    border-color: #ccc;
  }
  .side_menu_area.fixed .side_menu > ol > li > a:before {
    color: #081121;
  }
  .side_menu_area .side_d2 {
    left: -10px;
    right: -10px;
    top: 50px;
    padding: 0 10px;
    border-bottom: 2px solid #ccc;
  }
  .depth3_last {
    z-index: 1;
  }
  .depth3_last:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 2px;
    background: #ccc;
    content: "";
  }
  .depth3_last .content_area {
    margin-top: -2px;
    padding-top: 2px;
  }
}
@media (max-width: 360px) {
  .side_menu_area .side_menu > ol > li > a:before {
    font-size: 14px;
  }
}
.code_css {
  padding: 0 2px;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  color: #111;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.5px;
  background: #eee;
}
.code_css.clear {
  display: block;
}
.code_css.clear i {
  float: left;
  margin-right: 4px;
}
.code_css.in_block i {
  display: inline-block;
}
.content_area {
  line-height: 26px;
  font-size: 14px;
  color: #666;
  letter-spacing: -0.3px;
  font-weight: 400;
}
.content_area code {
  padding: 0 2px;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  color: #111;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.5px;
  background: #eee;
}
.content_area code.clear {
  display: block;
}
.content_area code.clear i {
  float: left;
  margin-right: 4px;
}
.content_area code.in_block i {
  display: inline-block;
}
.content_area code.t_888,
.content_area code.t_999 {
  background-color: transparent;
}
.content_area mark code {
  background: none;
}
.content_area strong code {
  font-weight: bold;
}
.content_area h1 {
  line-height: 34px;
  font-size: 30px;
  color: #081121;
  letter-spacing: -1px;
}
.content_area h1 i {
  color: #1e73ff;
}
.content_area h1:before {
  content: attr(data-number);
}
.content_area h1.html5:after {
  margin: 0 0 0 7px;
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #f12323;
  content: "\f13b";
}
.content_area .last_update {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  margin: 12px 0 0 0;
  padding: 0 15px;
  font-family: 'Open Sans', 'Noto Sans KR', 'Malgun Gothic', 'Dotum', sans-serif;
  font-size: 13px;
  color: #888;
  font-weight: 500;
  letter-spacing: -0.3px;
  background: #eee;
  border-radius: 100px;
}
.content_area .last_update:before {
  margin-right: 6px;
  content: "Last Updated on";
}
.content_area h2 {
  line-height: 32px;
  font-size: 22px;
  color: #081121;
  letter-spacing: -1px;
}
.content_area h2 code {
  font-size: 24px;
}
.content_area h2.html5:after {
  margin: 0 0 0 7px;
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #f12323;
  content: "\f13b";
}
.content_area h2.css3:after {
  margin: 0 0 0 7px;
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #379ad6;
  content: "\f38b";
}
.content_area h3 {
  line-height: 28px;
  font-size: 18px;
  color: rgba(8, 17, 33, 0.9);
  letter-spacing: -0.3px;
}
.content_area h3 * {
  line-height: 28px;
}
.content_area h3 .fa-html5 {
  margin: 0 0 0;
  color: #f12323;
}
.content_area h3 .fa-css3-alt {
  margin: 0 0 0;
  color: #379ad6;
}
.content_area h3.reference a {
  font-weight: bold;
}
.content_area h4 {
  line-height: 24px;
  font-size: 16px;
  color: rgba(8, 17, 33, 0.9);
  letter-spacing: -0.3px;
}
.content_area h5 {
  line-height: 22px;
  font-size: 15px;
  color: rgba(8, 17, 33, 0.9);
  letter-spacing: -0.3px;
  /* .weight-500;*/
}
.content_area h6 {
  line-height: 22px;
  font-size: 14px;
  color: rgba(8, 17, 33, 0.9);
  letter-spacing: -0.3px;
}
.content_area h2 {
  line-height: 32px;
  font-size: 22px;
}
.content_area h2.ve_tit:before {
  font-size: 20px;
  margin-top: 1px;
}
.content_area h3 {
  line-height: 28px;
  font-size: 18px;
}
.content_area h3.ve_tit:before {
  font-size: 16px;
  margin-top: 1px;
}
.content_area h4 {
  line-height: 24px;
  font-size: 16px;
}
.content_area h4.ve_tit:before {
  font-size: 15px;
  margin-top: 1px;
}
.content_area h5 {
  line-height: 22px;
  font-size: 15px;
}
.content_area h5.ve_tit:before {
  font-size: 14px;
  margin-top: 1px;
}
.content_area h6 {
  line-height: 22px;
  font-size: 14px;
}
.content_area h6.ve_tit:before {
  font-size: 13px;
  margin-top: 1px;
}
@media (max-width: 993px) {
  .content_area h1 {
    overflow: hidden;
    display: inline-block;
    position: absolute !important;
    margin: -1px;
    width: 1px;
    height: 1px;
    border: 0;
    line-height: 1;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
  }
}
@media (max-width: 767px) {
  .content_area {
    line-height: 22px;
    font-size: 13px;
  }
  .content_area code {
    font-size: 13px;
  }
  .content_area .last_update {
    display: block;
    height: auto;
    line-height: 20px;
    margin: 0 -10px 0;
    padding: 3px 12px;
    font-size: 12px;
    color: #888;
    background: #f5f5f5;
    border-radius: 0;
  }
  .content_area h2 {
    line-height: 24px;
    font-size: 18px;
  }
  .content_area h2 code {
    font-size: 20px;
  }
  .content_area h2.html5:after,
  .content_area h2.css3:after {
    font-size: 20px;
  }
  .content_area h3 {
    line-height: 22px;
    font-size: 16px;
  }
  .content_area h3 * {
    line-height: 22px;
  }
  .content_area h3 .fa-html5,
  .content_area h3 .fa-css3-alt {
    margin: 1px 0 0;
  }
  .content_area h4 {
    line-height: 20px;
    font-size: 15px;
  }
  .content_area h5 {
    line-height: 20px;
    font-size: 14px;
  }
  .content_area h6 {
    line-height: 20px;
    font-size: 13px;
  }
  .content_area h2 {
    line-height: 24px;
    font-size: 18px;
  }
  .content_area h2.ve_tit:before {
    font-size: 16px;
    margin-top: 0;
  }
  .content_area h3 {
    line-height: 22px;
    font-size: 16px;
  }
  .content_area h3.ve_tit:before {
    font-size: 14px;
    margin-top: 1px;
  }
  .content_area h4 {
    line-height: 20px;
    font-size: 15px;
  }
  .content_area h4.ve_tit:before {
    font-size: 13px;
    margin-top: 0;
  }
  .content_area h5 {
    line-height: 20px;
    font-size: 14px;
  }
  .content_area h5.ve_tit:before {
    font-size: 12px;
    margin-top: 1px;
  }
  .content_area h6 {
    line-height: 20px;
    font-size: 13px;
  }
  .content_area h6.ve_tit:before {
    font-size: 11px;
    margin-top: 1px;
  }
}
@media (max-width: 360px) {
  .content_area h2 {
    font-size: 16px;
  }
  .content_area h2.html5:after,
  .content_area h2.css3:after {
    margin: 0 0 0 6px;
    font-size: 16px;
  }
}
.tab_menu ul {
  *zoom: 1;
  height: 50px;
  border-bottom: 1px solid #ddd;
}
.tab_menu ul:after {
  display: block;
  clear: both;
  content: "";
}
.tab_menu li {
  float: left;
  position: relative;
  z-index: 1;
  border: 1px solid #ddd;
  border-bottom: 0;
}
.tab_menu li.on {
  z-index: 2;
}
.tab_menu li:not(:first-child) {
  margin-left: -1px;
}
.tab_menu li a {
  display: block;
  position: relative;
  line-height: 48px;
  padding: 0 30px;
  font-size: 15px;
  color: #888;
  font-weight: 500;
  word-break: keep-all;
  background: #f5f5f5;
}
.tab_menu li.on a {
  line-height: 49px;
  color: #1e73ff;
  background: #fff;
}
.tab_menu li.on a:before {
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  height: 3px;
  background: #1e73ff;
  content: "";
}
@media (max-width: 1201px) {
  .tab_menu.x5 li a {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .tab_menu {
    text-align: center;
  }
  .tab_menu ul {
    height: auto;
    border: 1px solid #ddd;
    border-right: 0;
    border-bottom: 0;
  }
  .tab_menu li {
    border: 1px solid #ddd;
    border-top: 0;
    border-left: 0;
  }
  .tab_menu li:not(:first-child) {
    margin-left: 0;
  }
  .tab_menu li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    line-height: 18px;
    padding: 0 5px;
    font-size: 13px;
    font-weight: 400;
  }
  .tab_menu li a em {
    display: block;
  }
  .tab_menu li.on:before {
    position: absolute;
    left: 50%;
    bottom: -7px;
    transform: translate(-50%, 0) rotate(45deg);
    width: 14px;
    height: 14px;
    border: 1px solid #ddd;
    background: #fff;
    content: "";
  }
  .tab_menu li.on a {
    line-height: 18px;
  }
  .tab_menu li.on a:before {
    height: 2px;
  }
  .tab_menu li.on a:after {
    position: absolute;
    left: 50%;
    bottom: -8px;
    content: "";
  }
  .tab_menu.x5 ul li {
    width: 20%;
  }
  .tab_menu.x5 ul li a {
    width: 100%;
    height: 46px;
    line-height: 18px;
    padding: 0 2px;
  }
  .tab_menu.x4 li {
    width: 25%;
  }
  .tab_menu.x3 li {
    width: 33.333%;
  }
  .tab_menu.x2 li {
    width: 50%;
  }
}
.uk_note {
  padding: 22px 30px;
  color: #4b6da5;
  background: #f9f9f9;
  border-left: 5px solid #1e73ff;
}
.uk_note .tit {
  float: none;
  margin-bottom: 5px;
  font-size: 16px;
  color: #3b5682;
  letter-spacing: 0;
}
.uk_note .tit:before,
.uk_note .tit:after {
  font-weight: 800;
}
.uk_note .tit:before {
  content: "[";
}
.uk_note .tit:after {
  content: "]";
}
.uk_note code {
  color: #2b3f5f;
  background: transparent;
}
@media (max-width: 767px) {
  .uk_note {
    padding: 10px 15px;
    border-left-width: 3px;
  }
}
.ol_lst li.before_blue:before {
  color: #1e73ff !important;
}
.ol_lst > b,
.ol_lst > strong {
  color: #444;
  font-weight: 600;
}
.ol_lst > ol {
  counter-reset: lst_number;
}
.ol_lst > li,
.ol_lst > ol > li {
  position: relative;
  counter-increment: lst_number;
  padding-left: 22px;
}
.ol_lst > li.font14:before,
.ol_lst > ol > li.font14:before {
  font-weight: 500;
}
.ol_lst > li:before,
.ol_lst > ol > li:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  content: counters(lst_number, ".") ". ";
}
.ol_lst > li.line_code:before,
.ol_lst > ol > li.line_code:before {
  line-height: 28px;
  font-size: 18px;
  color: rgba(8, 17, 33, 0.9);
}
.ol_lst > li.tit_h3,
.ol_lst > ol > li.tit_h3 {
  padding-left: 28px;
}
.ol_lst > li.tit_h3:before,
.ol_lst > ol > li.tit_h3:before {
  line-height: 28px;
  font-size: 18px;
  color: rgba(8, 17, 33, 0.9);
  font-weight: bold;
}
.ol_lst > li.tit_h4,
.ol_lst > ol > li.tit_h4 {
  padding-left: 26px;
}
.ol_lst > li.tit_h4:before,
.ol_lst > ol > li.tit_h4:before {
  line-height: 24px;
  font-size: 16px;
  color: rgba(8, 17, 33, 0.9);
  font-weight: bold;
}
.ol_lst > li.line_code.font14:before,
.ol_lst > ol > li.line_code.font14:before {
  line-height: 26px;
  font-size: 14px;
}
.ol_lst > li.t_black:before,
.ol_lst > ol > li.t_black:before {
  color: #222 !important;
  font-weight: bold;
}
.ol_lst > li.t_black p,
.ol_lst > ol > li.t_black p,
.ol_lst > li.t_black div,
.ol_lst > ol > li.t_black div {
  color: #666;
}
.ol_lst_second li.before_blue:before {
  color: #1e73ff !important;
}
.ol_lst_second > b,
.ol_lst_second > strong {
  color: #444;
  font-weight: 600;
}
.ol_lst_second > ol {
  counter-reset: lst_num;
}
.ol_lst_second > li,
.ol_lst_second > ol > li {
  position: relative;
  counter-increment: lst_num;
  padding-left: 22px;
}
.ol_lst_second > li.font14:before,
.ol_lst_second > ol > li.font14:before {
  font-weight: 500;
}
.ol_lst_second > li:before,
.ol_lst_second > ol > li:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  content: counters(lst_num, ".") ". ";
}
.ol_lst_second > li.line_code:before,
.ol_lst_second > ol > li.line_code:before {
  line-height: 28px;
  font-size: 18px;
  color: rgba(8, 17, 33, 0.9);
}
.ol_lst_second > li.tit_h3,
.ol_lst_second > ol > li.tit_h3 {
  padding-left: 28px;
}
.ol_lst_second > li.tit_h3:before,
.ol_lst_second > ol > li.tit_h3:before {
  line-height: 28px;
  font-size: 18px;
  color: rgba(8, 17, 33, 0.9);
  font-weight: bold;
}
.ol_lst_second > li.tit_h4,
.ol_lst_second > ol > li.tit_h4 {
  padding-left: 26px;
}
.ol_lst_second > li.tit_h4:before,
.ol_lst_second > ol > li.tit_h4:before {
  line-height: 24px;
  font-size: 16px;
  color: rgba(8, 17, 33, 0.9);
  font-weight: bold;
}
.ol_lst_second > li.line_code.font14:before,
.ol_lst_second > ol > li.line_code.font14:before {
  line-height: 26px;
  font-size: 14px;
}
.ol_lst_second > li.t_black:before,
.ol_lst_second > ol > li.t_black:before {
  color: #222 !important;
  font-weight: bold;
}
.ol_lst_second > li.t_black p,
.ol_lst_second > ol > li.t_black p,
.ol_lst_second > li.t_black div,
.ol_lst_second > ol > li.t_black div {
  color: #666;
}
.ol_lst_second strong,
.ol_lst_second span {
  font-weight: 400 !important;
}
@media (max-width: 767px) {
  .ol_lst > li,
  .ol_lst_second > li,
  .ol_lst > ol > li,
  .ol_lst_second > ol > li {
    padding-left: 18px;
  }
  .ol_lst > li.line_code:before,
  .ol_lst_second > li.line_code:before,
  .ol_lst > ol > li.line_code:before,
  .ol_lst_second > ol > li.line_code:before {
    line-height: 28px;
    font-size: 18px;
  }
  .ol_lst > li.tit_h3,
  .ol_lst_second > li.tit_h3,
  .ol_lst > ol > li.tit_h3,
  .ol_lst_second > ol > li.tit_h3 {
    padding-left: 26px;
  }
  .ol_lst > li.tit_h3:before,
  .ol_lst_second > li.tit_h3:before,
  .ol_lst > ol > li.tit_h3:before,
  .ol_lst_second > ol > li.tit_h3:before {
    line-height: 22px;
    font-size: 16px;
  }
  .ol_lst > li.tit_h4,
  .ol_lst_second > li.tit_h4,
  .ol_lst > ol > li.tit_h4,
  .ol_lst_second > ol > li.tit_h4 {
    padding-left: 24px;
  }
  .ol_lst > li.tit_h4:before,
  .ol_lst_second > li.tit_h4:before,
  .ol_lst > ol > li.tit_h4:before,
  .ol_lst_second > ol > li.tit_h4:before {
    line-height: 20px;
    font-size: 15px;
  }
  .ol_lst > li.line_code.font14:before,
  .ol_lst_second > li.line_code.font14:before,
  .ol_lst > ol > li.line_code.font14:before,
  .ol_lst_second > ol > li.line_code.font14:before {
    line-height: 22px;
    font-size: 13px;
  }
}
.dot_lst > b,
.dot_lst > strong {
  color: #444;
  font-weight: 600;
}
.dot_lst li {
  position: relative;
  padding-left: 12px;
}
.dot_lst li:before {
  position: absolute;
  left: 0;
  top: 11px;
  width: 4px;
  height: 4px;
  background: #999;
  border-radius: 100%;
  content: "";
}
.view_editor .ve_tit {
  position: relative;
  font-family: 'Noto Sans KR', 'Malgun Gothic', 'Dotum', sans-serif;
  color: #1e73ff;
  font-weight: 700;
}
.view_editor .ve_tit:before {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Free", sans-serif;
  content: "\f1c9";
}
.view_editor h2.ve_tit {
  padding-left: 22px;
}
.view_editor h3.ve_tit {
  padding-left: 18px;
}
.view_editor h4.ve_tit {
  padding-left: 16px;
}
.view_editor h5.ve_tit {
  padding-left: 15px;
}
.view_editor h6.ve_tit {
  padding-left: 14px;
}
.view_editor h2.ve_tit:before {
  margin-right: 8px;
}
.view_editor h3.ve_tit:before {
  margin-right: 7px;
}
.view_editor h4.ve_tit:before {
  margin-right: 6px;
}
.view_editor h5.ve_tit:before {
  margin-right: 5px;
}
.view_editor h6.ve_tit:before {
  margin-right: 5px;
}
.view_editor.ex_code .ve_tit {
  color: #00986b;
}
.view_editor.ex_code.ex_wrong .ve_tit {
  color: #f12323;
}
.view_editor.edit_code .ve_tit {
  color: #1e73ff;
}
.view_editor .uk_editor {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .view_editor h2.ve_tit {
    padding-left: 18px;
  }
  .view_editor h3.ve_tit {
    padding-left: 16px;
  }
  .view_editor h4.ve_tit {
    padding-left: 15px;
  }
  .view_editor h5.ve_tit {
    padding-left: 14px;
  }
  .view_editor h6.ve_tit {
    padding-left: 13px;
  }
  .view_editor .uk_editor {
    margin-top: 10px;
  }
}
.txt_ex > b,
.txt_ex > strong {
  font-size: 15px;
  color: #444;
  font-weight: 600;
}
.txt_ex > p {
  margin-top: 10px;
}
.line_code strong {
  display: inline-block;
  vertical-align: top;
  color: rgba(8, 17, 33, 0.9);
  font-weight: 500;
}
.line_code strong code {
  font-weight: normal;
}
.line_code b {
  font-weight: 500;
}
.line_code > p {
  margin-top: 2px;
  padding: 8px 15px;
  word-break: break-all;
  background: #f9f9f9;
}
.line_code > p code {
  color: #444;
  background: #f9f9f9;
  word-break: keep-all;
}
.line_code.outline p {
  padding: 15px;
  background: transparent;
  border: 4px solid #eee;
}
.line_code h3 + p,
.line_code h4 + p,
.line_code span + p {
  margin-top: 10px;
}
.line_code_box {
  *zoom: 1;
  position: relative;
  overflow: hidden;
  padding: 13px 12px 13px 16px;
  border-left: 4px solid #00986b;
  background: #f4f4f4;
}
.line_code_box:after {
  display: block;
  clear: both;
  content: "";
}
.line_code_box code {
  background: #f4f4f4;
}
.line_code_box .scroll_wrap {
  position: relative;
  overflow: hidden;
  margin-left: 41px;
}
.line_code_box .scroll_inner {
  display: inline-block;
  padding-right: 12px;
}
.line_code_box.line_code_number ul {
  padding: 0 2px;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  color: #111;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.5px;
  background: #eee;
  padding: 0;
  background: transparent;
}
.line_code_box.line_code_number ul.clear {
  display: block;
}
.line_code_box.line_code_number ul.clear i {
  float: left;
  margin-right: 4px;
}
.line_code_box.line_code_number ul.in_block i {
  display: inline-block;
}
.line_code_box.line_code_number li {
  position: relative;
  padding-left: 0;
  white-space: nowrap;
}
.line_code_box.line_code_number.line_true {
  padding: 0;
}
.line_code_box.line_code_number.line_true .line_number {
  padding: 0 2px;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  color: #111;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.5px;
  background: #eee;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 41px;
  height: 100%;
  padding: 13px 0;
  background: rgba(255, 255, 255, 0.7);
  counter-reset: line_number;
}
.line_code_box.line_code_number.line_true .line_number.clear {
  display: block;
}
.line_code_box.line_code_number.line_true .line_number.clear i {
  float: left;
  margin-right: 4px;
}
.line_code_box.line_code_number.line_true .line_number.in_block i {
  display: inline-block;
}
.line_code_box.line_code_number.line_true .line_number:before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(0, 0, 0, 0.15);
  content: "";
}
.line_code_box.line_code_number.line_true .line_number li {
  padding-right: 12px;
  color: #888;
  text-align: right;
}
.line_code_box.line_code_number.line_true .line_number li:before {
  counter-increment: line_number;
  content: counters(line_number, "");
}
.line_code_box.line_code_number.line_true .code_box {
  padding: 13px 0 13px 16px;
}
.line_code_box.line_code_number.line_true .code_box li {
  height: 26px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .line_code_box {
    padding: 9px 7px 9px 11px;
  }
  .line_code_box .indent {
    margin-left: 10px;
  }
  .line_code_box .indent_max {
    margin-left: 20px;
  }
  .line_code_box .indent_max_max {
    margin-left: 30px;
  }
  .line_code_box .scroll_wrap {
    margin-left: 36px;
  }
  .line_code_box .scroll_inner {
    padding-right: 10px;
  }
  .line_code_box.line_code_number ul {
    font-size: 13px;
  }
  .line_code_box.line_code_number.line_true .line_number {
    width: 36px;
    padding: 9px 0;
    font-size: 13px;
  }
  .line_code_box.line_code_number.line_true .line_number li {
    padding-right: 10px;
  }
  .line_code_box.line_code_number.line_true .code_box {
    padding: 9px 0 9px 10px;
  }
  .line_code_box.line_code_number.line_true .code_box li {
    height: 22px;
    line-height: 22px;
  }
}
.uk_gist_code_box {
  overflow: hidden;
  position: relative;
  margin-top: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  /*
		&[data-filename] {
			&:before {
				display:inline-block; vertical-align:top;
				height:26px; line-height:26px; margin:10px 0 0 10px; padding:0 10px;
				font-size:16px;
				color:#fff; .font-code;
				background:@skyBlue; border-radius:3px;
				content:attr(data-filename);
			}
		}
		*/
}
.uk_gist_code_box .file_name_box {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 10px 15px 10px 10px;
  border-bottom: 1px solid #ddd;
}
.uk_gist_code_box .file_name_box.on {
  border-bottom: 0;
}
.uk_gist_code_box .file_name_box * {
  vertical-align: top;
}
.uk_gist_code_box .file_name_box .file_name {
  position: relative;
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  font-size: 16px;
  color: #fff;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  background: #379ad6;
  border-radius: 3px;
}
.uk_gist_code_box .file_name_box .file_name.toggle_btn {
  padding-right: 25px;
}
.uk_gist_code_box .file_name_box .file_name i {
  font-size: 13px;
}
.uk_gist_code_box .file_name_box .file_name span {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  height: 0;
  font-size: 0;
  text-indent: -9999px;
  border-bottom: 6px solid #fff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.uk_gist_code_box .file_name_box .file_name.on span {
  transform: translate(0, -50%) rotate(180deg);
}
.uk_gist_code_box .file_name_box .view_full_layer {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  letter-spacing: -0.4px;
}
.uk_gist_code_box .file_name_box .view_full_layer:hover {
  text-decoration: underline;
}
.uk_gist_code_box textarea {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.uk_gist_code_box .uk_gist_content {
  position: relative;
}
.uk_gist_code_box .uk_gist_content * {
  line-height: 24px;
  font-size: 14px;
  letter-spacing: 0;
}
.uk_gist_code_box .uk_gist_content .line_number {
  padding: 0 2px;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  color: #111;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.5px;
  background: #eee;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 41px;
  padding: 9px 0 0;
  background: transparent;
  counter-reset: line_number;
}
.uk_gist_code_box .uk_gist_content .line_number.clear {
  display: block;
}
.uk_gist_code_box .uk_gist_content .line_number.clear i {
  float: left;
  margin-right: 4px;
}
.uk_gist_code_box .uk_gist_content .line_number.in_block i {
  display: inline-block;
}
.uk_gist_code_box .uk_gist_content .line_number li {
  padding-right: 10px;
  color: #bbb;
  text-align: right;
  background: #fff;
}
.uk_gist_code_box .uk_gist_content .line_number li:before {
  display: block;
  vertical-align: top;
  font-size: 12px;
  counter-increment: line_number;
  content: counters(line_number, "");
}
.uk_gist_code_box .uk_gist_content .uk_gist_code_pre {
  display: flex;
  overflow-x: auto;
}
.uk_gist_code_box .uk_gist_content .uk_gist_code_wrap {
  padding: 9px 0 9px 46px;
  background: transparent;
}
.uk_gist_code_box .uk_gist_content .uk_gist_code_line {
  overflow: hidden;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-right: 20px;
}
.uk_gist_code_box .uk_gist_content .tab_indent_line {
  opacity: .1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: -1;
  height: calc(100% + 2px);
  font-size: 0;
}
.uk_gist_code_box .uk_gist_content .tab_indent_line .tab_indent {
  display: inline-block;
  height: 100%;
}
.uk_gist_code_box .uk_gist_content .tab_indent_line .tab_indent:before {
  display: inline-block;
  height: 100%;
  content: attr(data-tab);
}
.uk_gist_code_box .uk_gist_content .tab_indent_line .tab_indent:not(:last-child):before {
  box-shadow: 1px 0 0 0 #000000;
}
.uk_gist_code_box .uk_gist_footer {
  line-height: 16px;
  padding: 10px 17px 13px;
  font-size: 12px;
  color: #666;
  letter-spacing: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  background-color: #f7f7f7;
  border-top: 1px solid #ddd;
}
.uk_gist_code_box .uk_gist_footer .by {
  display: inline-block;
}
.uk_gist_code_box .uk_gist_footer i {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}
.uk_gist_code_box .uk_gist_footer b {
  color: #555555;
}
.uk_gist_code_box .uk_gist_footer .hyphen {
  padding: 0 2px;
}
.uk_gist_code_box.tab_line_remove .tab_indent_line {
  display: none !important;
}
.uk_gist_code_layer {
  visibility: hidden;
  position: fixed;
  left: -99999px;
  top: -99999px;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.7);
}
.uk_gist_code_layer.view_show {
  visibility: visible;
  left: 0;
  top: 0;
}
.uk_gist_code_layer .uk_gist_code_box {
  overflow: unset;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  width: 1200px;
  margin: 0;
}
.uk_gist_code_layer .uk_gist_code_box .uk_gist_content {
  max-height: 80vh;
  overflow-y: auto;
}
.uk_gist_code_layer .uk_gist_code_box .code_layer_close {
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  height: 100%;
}
.uk_gist_code_layer .uk_gist_code_box .code_layer_close i {
  font-size: 0;
  text-indent: -9999px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 26px;
}
.uk_gist_code_layer .uk_gist_code_box .code_layer_close i:before,
.uk_gist_code_layer .uk_gist_code_box .code_layer_close i:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background: #444;
  content: "";
}
.uk_gist_code_layer .uk_gist_code_box .code_layer_close i:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.uk_gist_code_layer .uk_gist_code_box .code_layer_close i:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 767px) {
  .uk_gist_code_box {
    /*
			&[data-filename] {
				&:before {
					height:22px; line-height:20px; margin:6px 0 0 6px; padding:0 6px;
					font-size:12px;
				}
			}
			*/
  }
  .uk_gist_code_box .file_name_box .file_name {
    padding: 0 7px;
    font-size: 13px;
  }
  .uk_gist_code_box .file_name_box .file_name.toggle_btn {
    padding-right: 22px;
  }
  .uk_gist_code_box .file_name_box .file_name span {
    right: 8px;
  }
  .uk_gist_code_box .file_name_box .view_full_layer {
    font-size: 12px;
  }
  .uk_gist_code_box .uk_gist_content * {
    line-height: 20px;
    font-size: 12px;
  }
  .uk_gist_code_box .uk_gist_content .line_number {
    width: 36px;
    padding: 8px 0 0;
  }
  .uk_gist_code_box .uk_gist_content .line_number li {
    padding-right: 8px;
  }
  .uk_gist_code_box .uk_gist_content .uk_gist_code_wrap {
    padding: 8px 0 8px 41px;
  }
  .uk_gist_code_box .uk_gist_content .uk_gist_code_line {
    padding-right: 15px;
  }
  .uk_gist_code_box .uk_gist_footer {
    padding: 9px 13px 10px;
    letter-spacing: -0.5px;
  }
  .uk_gist_code_box .uk_gist_footer i {
    line-height: 14px;
    padding-top: 2px;
    font-size: 10px;
  }
  .uk_gist_code_box .uk_gist_footer .hyphen {
    padding: 0;
  }
  .uk_gist_code_layer .uk_gist_code_box {
    top: 30px;
    transform: translate(-50%, 0);
    max-width: calc(100vw - 30px);
  }
  .uk_gist_code_layer .uk_gist_code_box .uk_gist_content {
    max-height: 66vh;
  }
  .uk_gist_code_layer .uk_gist_code_box .code_layer_close {
    width: 50px;
    height: 100%;
  }
  .uk_gist_code_layer .uk_gist_code_box .code_layer_close i {
    height: 26px;
  }
}
.terminal_code_box {
  background: #222;
  border-radius: 5px;
}
.terminal_code_box .terminal_pre {
  display: flex;
  overflow-x: auto;
}
.terminal_code_box .terminal_code {
  padding: 12px 17px;
  line-height: 24px;
  font-size: 14px;
  letter-spacing: 0;
  color: #fff;
  background: transparent;
}
.terminal_code_box .terminal_code span:after {
  color: #999;
  content: attr(data-note);
}
@media (max-width: 767px) {
  .terminal_code_box .terminal_code {
    padding: 8px 11px;
    line-height: 20px;
    font-size: 12px;
  }
}
.img_figure {
  padding: 20px 15px;
  border: 4px solid #eee;
  text-align: center;
}
.img_figure img {
  max-width: 100%;
  min-width: 100px;
}
.img_figure .max-w1200 {
  max-width: 1200px;
  min-width: 100px;
  width: 100%;
}
.img_figure .max-w1150 {
  max-width: 1150px;
  min-width: 100px;
  width: 100%;
}
.img_figure .max-w1100 {
  max-width: 1100px;
  min-width: 100px;
  width: 100%;
}
.img_figure .max-w1050 {
  max-width: 1050px;
  min-width: 100px;
  width: 100%;
}
.img_figure .max-w1000 {
  max-width: 1000px;
  min-width: 100px;
  width: 100%;
}
.img_figure .max-w950 {
  max-width: 950px;
  min-width: 100px;
  width: 100%;
}
.img_figure .max-w900 {
  max-width: 900px;
  min-width: 100px;
  width: 100%;
}
.img_figure .max-w850 {
  max-width: 850px;
  min-width: 100px;
  width: 100%;
}
.img_figure .max-w800 {
  max-width: 800px;
  min-width: 100px;
  width: 100%;
}
.img_figure .max-w750 {
  max-width: 750px;
  min-width: 100px;
  width: 100%;
}
.img_figure .max-w700 {
  max-width: 700px;
  min-width: 100px;
  width: 100%;
}
.img_figure .max-w650 {
  max-width: 650px;
  min-width: 100px;
  width: 100%;
}
.img_figure .max-w600 {
  max-width: 600px;
  min-width: 100px;
  width: 100%;
}
.img_figure .max-w550 {
  max-width: 550px;
  min-width: 100px;
  width: 100%;
}
.img_figure .max-w500 {
  max-width: 500px;
  min-width: 100px;
  width: 100%;
}
.img_figure .max-w450 {
  max-width: 450px;
  min-width: 100px;
  width: 100%;
}
.img_figure .max-w400 {
  max-width: 400px;
  min-width: 100px;
  width: 100%;
}
.img_figure .max-w350 {
  max-width: 350px;
  min-width: 100px;
  width: 100%;
}
.img_figure .max-w300 {
  max-width: 300px;
  min-width: 100px;
  width: 100%;
}
.img_figure figcaption {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #666;
}
.img_figure figcaption p {
  margin-top: 2px;
  padding: 8px 15px;
  font-family: 'Noto Sans KR', 'Malgun Gothic', 'Dotum', sans-serif;
  word-break: break-all;
  color: #777;
  background: #f9f9f9;
}
.img_figure figcaption p:first-child {
  margin-top: 0;
}
.img_figure figcaption p code {
  background: #fff;
}
@media (max-width: 767px) {
  .img_figure {
    padding: 10px 10px;
  }
}
.browser_support {
  *zoom: 1;
  position: relative;
  text-align: center;
  border: 4px solid #eee;
}
.browser_support:after {
  display: block;
  clear: both;
  content: "";
}
.browser_support:before {
  display: block;
  line-height: 18px;
  padding: 8px 10px 11px;
  font-family: 'Open Sans', 'Noto Sans KR', 'Malgun Gothic', 'Dotum', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #444;
  background: #eee;
  content: "Web Browser Support for " attr(data-tit);
}
.browser_support.vendor:before {
  font-family: 'Noto Sans KR', 'Malgun Gothic', 'Dotum', sans-serif;
  font-weight: 500;
  content: "주요 웹 브라우저의 벤더 프리픽스 " attr(data-tit);
}
.browser_support li,
.browser_support p {
  float: left;
  width: 16.666%;
  padding: 15px 0 10px;
  border-right: 1px solid #eee;
}
.browser_support li:last-child,
.browser_support p:last-child {
  border-right: 0;
}
.browser_support li:before,
.browser_support p:before {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto 5px;
  background-size: 100% auto;
  content: "";
}
.browser_support li.false:before,
.browser_support p.false:before {
  filter: grayscale(100%);
}
.browser_support li.chrome:before,
.browser_support p.chrome:before {
  background-image: url('https://cdnjs.cloudflare.com/ajax/libs/browser-logos/58.1.3/archive/chrome-android_18-36/chrome-android_18-36_48x48.png');
}
.browser_support li.firefox:before,
.browser_support p.firefox:before {
  background-image: url('https://cdnjs.cloudflare.com/ajax/libs/browser-logos/58.1.3/archive/firefox_57-70/firefox_57-70_48x48.png');
}
.browser_support li.ie:before,
.browser_support p.ie:before {
  background-image: url('https://cdnjs.cloudflare.com/ajax/libs/browser-logos/61.1.3/archive/internet-explorer_9-11/internet-explorer_9-11.svg');
}
.browser_support li.edge:before,
.browser_support p.edge:before {
  background-image: url('https://cdnjs.cloudflare.com/ajax/libs/browser-logos/58.1.3/edge/edge_48x48.png');
}
.browser_support li.opera:before,
.browser_support p.opera:before {
  background-image: url('https://cdnjs.cloudflare.com/ajax/libs/browser-logos/58.1.3/archive/opera_15-32/opera_15-32_48x48.png');
}
.browser_support li.safari:before,
.browser_support p.safari:before {
  background-image: url('https://cdnjs.cloudflare.com/ajax/libs/browser-logos/58.1.3/archive/safari_1-7/safari_1-7_48x48.png');
}
@media (max-width: 767px) {
  .browser_support {
    border-width: 2px;
  }
  .browser_support:before {
    font-size: 13px;
  }
  .browser_support li,
  .browser_support p {
    width: 33.333%;
    padding: 12px 0 8px;
    font-size: 12px;
  }
  .browser_support li:before,
  .browser_support p:before {
    margin-bottom: 2px;
  }
  .browser_support li:nth-child(3n+3),
  .browser_support p:nth-child(3n+3) {
    border-right: 0;
  }
  .browser_support li:nth-child(3) ~ li,
  .browser_support p:nth-child(3) ~ li {
    border-top: 1px solid #eee;
  }
}
@media (max-width: 320px) {
  .browser_support li,
  .browser_support p {
    width: 33.333%;
  }
  .browser_support li:nth-child(3n+3),
  .browser_support p:nth-child(3n+3) {
    border-right: 0;
  }
  .browser_support li:nth-child(3) ~ li,
  .browser_support p:nth-child(3) ~ li {
    border-top: 1px solid #eee;
  }
}
.reference_box {
  margin-top: 50px;
}
.reference_box .tit {
  float: none;
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  margin-left: 10px;
  padding: 0 8px;
  font-size: 16px;
  color: #666;
  font-weight: 600;
  background: #fff;
}
.reference_box .link_lst {
  *zoom: 1;
  vertical-align: top;
  margin-top: -17px;
  padding: 30px;
  border: 4px solid #eee;
}
.reference_box .link_lst:after {
  display: block;
  clear: both;
  content: "";
}
.reference_box .link_lst li {
  float: left;
  margin-right: 20px;
}
.reference {
  line-height: 26px;
}
.reference a {
  line-height: 26px;
  font-family: 'Noto Sans KR', 'Malgun Gothic', 'Dotum', sans-serif;
  color: rgba(0, 50, 132, 0.75);
  text-decoration: underline;
  font-weight: 400;
  word-break: break-all;
}
.reference a:after {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 14px;
  font-weight: bold;
  content: "\f35d";
}
.reference a:hover {
  color: #1e73ff;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .reference_box {
    margin-top: 30px;
  }
  .reference_box .link_lst {
    margin-top: -14px;
    padding: 20px 15px;
    border-width: 2px;
  }
  .reference a {
    line-height: 22px;
  }
}
.content_models {
  padding: 20px 15px;
  border: 4px solid #eee;
  text-align: center;
}
.content_models img {
  max-width: 100%;
  min-width: 100px;
}
.content_models .max-w1200 {
  max-width: 1200px;
  min-width: 100px;
  width: 100%;
}
.content_models .max-w1150 {
  max-width: 1150px;
  min-width: 100px;
  width: 100%;
}
.content_models .max-w1100 {
  max-width: 1100px;
  min-width: 100px;
  width: 100%;
}
.content_models .max-w1050 {
  max-width: 1050px;
  min-width: 100px;
  width: 100%;
}
.content_models .max-w1000 {
  max-width: 1000px;
  min-width: 100px;
  width: 100%;
}
.content_models .max-w950 {
  max-width: 950px;
  min-width: 100px;
  width: 100%;
}
.content_models .max-w900 {
  max-width: 900px;
  min-width: 100px;
  width: 100%;
}
.content_models .max-w850 {
  max-width: 850px;
  min-width: 100px;
  width: 100%;
}
.content_models .max-w800 {
  max-width: 800px;
  min-width: 100px;
  width: 100%;
}
.content_models .max-w750 {
  max-width: 750px;
  min-width: 100px;
  width: 100%;
}
.content_models .max-w700 {
  max-width: 700px;
  min-width: 100px;
  width: 100%;
}
.content_models .max-w650 {
  max-width: 650px;
  min-width: 100px;
  width: 100%;
}
.content_models .max-w600 {
  max-width: 600px;
  min-width: 100px;
  width: 100%;
}
.content_models .max-w550 {
  max-width: 550px;
  min-width: 100px;
  width: 100%;
}
.content_models .max-w500 {
  max-width: 500px;
  min-width: 100px;
  width: 100%;
}
.content_models .max-w450 {
  max-width: 450px;
  min-width: 100px;
  width: 100%;
}
.content_models .max-w400 {
  max-width: 400px;
  min-width: 100px;
  width: 100%;
}
.content_models .max-w350 {
  max-width: 350px;
  min-width: 100px;
  width: 100%;
}
.content_models .max-w300 {
  max-width: 300px;
  min-width: 100px;
  width: 100%;
}
.content_models figcaption {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #666;
}
.content_models figcaption p {
  margin-top: 2px;
  padding: 8px 15px;
  font-family: 'Noto Sans KR', 'Malgun Gothic', 'Dotum', sans-serif;
  word-break: break-all;
  color: #777;
  background: #f9f9f9;
}
.content_models figcaption p:first-child {
  margin-top: 0;
}
.content_models figcaption p code {
  background: #fff;
}
.content_models .tab_wrap ul {
  position: relative;
  display: inline-block;
  width: 50%;
  min-width: 480px;
  min-height: 200px;
  margin: 15px auto 0;
  padding-top: 20%;
}
.content_models .tab_wrap ul li {
  position: absolute;
  cursor: pointer;
  border: 3px solid rgba(30, 115, 255, 0.7);
  border-radius: 100%;
  background: rgba(30, 115, 255, 0.5);
}
.content_models .tab_wrap ul li i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  line-height: 16px;
  margin-top: -8px;
  text-align: center;
  font-family: 'Open Sans', 'Noto Sans KR', 'Malgun Gothic', 'Dotum', sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 0 3px #0058ea;
}
.content_models .tab_wrap ul li.on {
  border-color: #0045b7;
}
.content_models .tab_wrap ul .flow {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.content_models .tab_wrap ul .flow i {
  top: 10%;
}
.content_models .tab_wrap ul .metadata {
  left: 0;
  bottom: 0;
  transform: rotate(-10deg);
  width: 45%;
  height: 40%;
}
.content_models .tab_wrap ul .metadata i {
  transform: rotate(10deg);
}
.content_models .tab_wrap ul .interactive {
  left: 5%;
  top: 20%;
  width: 35%;
  height: 30%;
}
.content_models .tab_wrap ul .heading {
  right: 8%;
  top: 20%;
  width: 30%;
  height: 26%;
}
.content_models .tab_wrap ul .sectioning {
  right: 8%;
  bottom: 20%;
  width: 30%;
  height: 26%;
}
.content_models .tab_wrap ul .phrasing {
  left: 30%;
  top: 22%;
  width: 30%;
  height: 72%;
}
.content_models .tab_wrap ul .embedded {
  left: 34%;
  top: 29%;
  width: 21%;
  height: 20%;
}
.content_models .result_wrap {
  position: relative;
  margin-top: 30px;
}
.content_models .result_wrap dl {
  visibility: hidden;
}
.content_models .result_wrap dl:not(:first-child) {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.content_models .result_wrap dl.on {
  visibility: visible;
}
.content_models .result_wrap dt {
  line-height: 20px;
  font-size: 16px;
  color: #444;
  font-weight: 600;
}
.content_models .result_wrap dt:after {
  display: block;
  width: 100px;
  height: 2px;
  margin: 14px auto 0;
  background: #ddd;
  content: "";
}
.content_models .result_wrap dd {
  margin-top: 8px;
  color: #1e73ff;
}
.content_models .result_wrap dd span {
  color: #888;
}
@media (max-width: 620px) {
  .content_models .tab_wrap ul {
    width: 100%;
    min-width: auto;
    min-height: auto;
    padding-top: 50%;
  }
  .content_models .tab_wrap ul li {
    border-width: 2px;
  }
  .content_models .tab_wrap ul li i {
    font-size: 12px;
    font-weight: 500;
  }
  .content_models .result_wrap dt {
    font-size: 14px;
  }
}
.html5_small:after {
  margin-left: 4px;
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-size: 14px;
  color: #f12323;
  content: "\f13b";
}
.dashed_line {
  margin: 0;
  border: 0;
  border-top: 1px dashed #ddd;
}
.dotted_line {
  margin: 0;
  border: 0;
  border-top: 1px dotted #ddd;
}
.ready_content {
  padding: 220px 0 170px;
  text-align: center;
}
.ready_content i {
  font-size: 40px;
  color: #ddd;
}
.ready_content p {
  line-height: 30px;
  margin-top: 10px;
  font-family: 'Anton', 'Malgun Gothic', 'Dotum', sans-serif;
  font-size: 24px;
  color: #ddd;
}
@media (max-width: 767px) {
  .ready_content {
    padding: 100px 0 80px;
  }
  .ready_content i {
    font-size: 30px;
  }
  .ready_content p {
    line-height: 20px;
    font-size: 18px;
  }
}
/*-

.sub_top {
	position:relative; text-align:center;
	padding:110px 0 55px;
	border-bottom:1px solid #eee;

	.tit {
		display:inline-block; position:relative; z-index:1;
		line-height:80px; padding-top:5px;
		.font-en; font-size:38px; font-weight:800; color:@navy;
		letter-spacing:-1px;
		&:before {
			position:absolute; left:0; top:0; right:0;
			height:4px; background:#eee;
			content:"";
		}
	}
	.top_link {
		display:block; height:1px;
		ul {
			position:absolute; left:@pc_padding; right:@pc_padding; top:40px;
			font-size:0;
			li {
				display:inline-block; position:relative; padding-left:3px;
				&:before {
					position:absolute; left:0; top:50%;
					width:3px; height:3px; margin-top:-2px;
					background:#444; border-radius:100%;
					content:"";
				}
				&:first-child {padding-left:0;}
				&:first-child:before {display:none;}

				a {
					display:block;
					line-height:36px; padding:0 15px;
					font-size:18px; color:fade(@navy, 85%);
					font-weight:400; letter-spacing:-0.3px;
					transition:color .15s;
				}
				i {display:block; position:relative; z-index:1;}
				&:hover a, &.on a {color:darken(@blue, 5%);}
				&.on a {font-weight:600;}
				&.on i:before {
					position:absolute; left:-3px; right:-3px; bottom:5px; z-index:-1;
					height:12px; background:@yellow; border-radius:3px;
					content:"";
				}
			}
		}
	}
	.inner {
		display:inline-block;
		&:before {display:block; height:1px; content:"";}
	}
	.common_info, .top_info {
		line-height:22px;
		font-size:14px; color:#666; font-weight:400;
		letter-spacing:-0.5px;
	}
	.top_info {
		text-align:left;
		margin-top:15px; padding:13px 18px;
		background:#f3f3f3;
		li {
			position:relative;
			padding-left:10px; color:#444;
			&:before {
				position:absolute; left:0; top:10px;
				width:3px; height:3px;
				font-weight:bold;
				background:#777; border-radius:100%;
				content:"";
				//content:"·";
			}
		}
	}
}
@media(max-width:@screen-sm-max){
	.sub_top {
		padding:60px 0 20px;

		.tit {
			line-height:36px; padding-top:0;
			font-size:30px; font-weight:800;
			letter-spacing:-1px;
			&:before {

				left:50%; right:auto; z-index:-1; transform:translate(-50%, 0);
				height:0;
				border-left:80px solid transparent;
				border-right:80px solid transparent;
				border-top:36px solid #eee;
				background:transparent;
			}
		}
		.top_link {
			ul {
				left:0; right:0; top:13px;
				li {
					padding-left:2px;
					&:before {width:2px; height:2px; margin-top:-1px;}

					a {
						line-height:33px; padding:0 6px;
						font-size:13px; font-weight:500;
					}
					&:hover a {color:fade(@navy, 85%)}
					&.on i:before {bottom:5px; height:10px;}
				}
			}
		}
		.inner {display:none;}
	}
}

//sub content common
@course_padding:50px;
.sub_content {.clear; padding-top:@course_padding; padding-bottom:100px;}
.content_area {.rgt; width:calc(100% - (250px + 60px));} //padding-left:60px;
.side_menu_area {.lft; width:250px;}
.side_menu_area {
	position:sticky; top:@hdHeight + @course_padding;

	.tit {
		line-height:130%; padding:4px 0 10px;
		.font-en; font-size:18px; color:#777; font-weight:600; letter-spacing:-1px;
		border-bottom:5px solid #eee;
		b, i {display:inline-block;}
		b {color:@navy; font-weight:800;}
	}
	li {line-height:20px; font-size:14px; color:#888;}
	a {
		display:block; position:relative; z-index:1;
		color:#888; font-weight:400; letter-spacing:-0.5px;
	}
	ol {
		counter-reset:lst_number;
		li {position:relative; counter-increment:lst_number;}
		li:before {
			position:absolute; left:0; top:0; z-index:2;
			content:counters(lst_number, ".") ". ";
		}
		//.side_d2 li:before {top:50%; line-height:20px;  margin-top:-10px;}
	}
	.side_menu {position:relative; margin-top:20px;}
	.side_menu > ol > li {
		padding-bottom:8px;
		> a, > ol {padding-left:22px;}
		> a {padding-right:15px;}
		&:hover > a, &.on, &.on > a {color:@blue;}

		> a.toggle_link:after {
			position:absolute; right:0; top:50%; transform:translate(0, -50%);
			border-left:4px solid transparent;
			border-right:4px solid transparent;
			border-top:6px solid #ccc;
			content:"";
		}
		&.tg_on > a.toggle_link:after {
			border-top:0;
			border-bottom:6px solid @blue;
		}
	}
	.side_d2 {
		.clear;
		display:none; //padding-bottom:5px;
		&:before {display:block; width:100%; height:5px; content:"";}
		li {
			font-size:13px;
			a {padding-left:32px;}
			a, b {color:#444; font-weight:400;}
			i {color:#888; font-weight:300;}
			p {color:#aaa; font-weight:400;}
			.html5 {
				margin:4px 0 0 4px; font-size:0;
				&:before {font-size:14px;}
			}
			&:hover {
				a, b, i, p {color:@blue;}
			}
			&.on {
				color:@blue;
				!*&:after {
					position:absolute; left:-15px; top:6px; z-index:2;
					width:6px; height:6px; background:@blue; border-radius:100%;
					content:"";
				}*!
				&:after {
					position:absolute; left:-10px; top:3px; bottom:3px; z-index:2;
					width:3px; background:@blue;
					content:"";
				}
				a, b, i, p {color:@blue;}
			}
		}
	}
	.on .side_d2 {display:block;}
}
@media(max-width:@screen-md-max){
	.content_area, .side_menu_area {float:none; width:auto;}
	.side_menu_area {
		@a_size:60px;
		position:static; min-height:@a_size;

		.tit {display:none;}
		.side_menu {margin-top:0; background:#fff;}
		&.fixed .side_menu {
			position:fixed; top:@hdHeight; left:0; right:0;
			padding:0 @pc_padding;
		}
		.side_menu > ol > li:not(.on) {display:none;}
		.side_menu > ol > li {
			padding-bottom:0; font-size:0;
			> a, > ol {padding-left:0;}
			> a {
				height:@a_size; line-height:@a_size; padding-right:15px;
				font-size:0;
				border-bottom:5px solid #eee;
				&:before {
					font-size:20px; color:@navy; font-weight:600;
					content:attr(data-tit);
				}
			}
		}
		.side_d2 {
			position:absolute; left:0; top:@a_size; right:0;
			background:#fff; border-bottom:1px solid #eee;
			.clear;
			&:before, &:after {height:15px;}
			li {
				&:before {left:10px;}
				&.on:after {left:0;}
				a {padding:0 10px 0 44px;}
			}
		}
	}
}
@media(max-width:@screen-sm-max){
	.side_menu_area {
		@a_size:50px;
		min-height:@a_size;

		&.fixed .side_menu {top:@hdHeightMb; padding:0 10px;}
		.side_menu > ol > li {
			> a {
				height:@a_size; line-height:@a_size; padding-right:25px;
				border-bottom-width:3px;
				&:before {font-size:16px; letter-spacing:-1px;}
				&.toggle_link:after {right:10px;}
			}
		}
		.side_menu > ol > li:nth-child(5) li {.lft; width:50%;}
		.side_d2 {top:@a_size;}
	}
}
@media(max-width:@screen-xxs){
	.side_menu_area {
		.side_menu > ol > li > a:before {font-size:14px;}
	}
}

//content_area
.content_area {
	h1 {line-height:34px; font-size:30px; color:@navy; letter-spacing:-1px;}
	h1:before {content:attr(data-number);}
	h2 {.lft; line-height:28px; font-size:24px; color:@navy; letter-spacing:-1px;}
	h2:before {content:attr(data-number);}
	//h2:after {content:"Last Updated on "attr(data-last-update);}
}
.uk_course {
	.clear; padding-top:@course_padding;
	&:before {
		display:inline-block; vertical-align:top;
		height:22px; line-height:21px; margin:4px 0 0 12px; padding:0 15px;
		font-size:12px; color:#666;
		background:#eee; border-radius:100px;
		content:"Last Updated on "attr(data-last-update);
	}
}
*/
/*# sourceMappingURL=uk.css.map */