
.episode-step {
	position: absolute;
	right: 0;
	top: 0;
	background: #444;
	color: #fff;
	font-size: 12px;
	border-radius: 0 4px 0 4px;
	padding: 1px 4px;
}

.we-save-blink {animation: ani-blink 0.5s linear 0s infinite;opacity: 1;}
        
@keyframes ani-blink {
	0% {opacity: 1;}
	50% {opacity: 0.4;}
	100% {opacity: 1;}
}

#we-body {
	width: 100%;
	height: 550px;
	font-size: 16px;
	line-height: 1.8em;
	/*text-align: justify;*/
	padding: 10px;
	/*letter-spacing: 0.2px;*/
	/*font-family: notokr-regular;*/
	/*font-family: 'NanumGothic';*/
}
.editorDark {
	color: #fff!important;
	background: #000!important;
	/*font-family: notokr-light;*/
}
.editorWhite {
	color: #000!important;
	background: #fff!important;
	/*font-family: notokr-light;*/
}
.editorMobile {
	max-width: 400px;
}
.editorNanumGothic {
	font-family: 'NanumGothic'!important;
}
.NanumMyeongjo {
	font-family: 'NanumMyeongjo'!important;
}
/*
font-family: 'NanumGothicLight';
font-family: 'NanumGothic';
font-family: 'NanumGothicBold';
font-family: 'NanumGothicExtraBold';

font-family: 'NanumMyeongjo';
font-family: 'NanumMyeongjoBold';
font-family: 'NanumMyeongjoExtraBold';
*/
select {
	-webkit-appearance: none;
	-moz-appearance: none; 
	appearance: none;
	padding: 5px 35px 5px 10px;
	background: url('/img/icon_chev_down_s.png') no-repeat 98% 50% #fff;
	border: 1px solid #999;
	font-size: 13px;
	border-radius: 4px;
}

input[type=text] {
	-webkit-appearance: none;
	-moz-appearance: none; 
	appearance: none;
	padding: 5px;
	border: 1px solid #999;
	font-size: 13px;
	border-radius: 4px;
}

#preview-fullscreen {
}
#we-preview-x {
	position: fixed;
	top: 15px;
	right: 15px;
	cursor: pointer;
	z-index: 1000;
}
#preview-fullscreen-title {
	font-size: 30px;
	padding: 40px 20px 20px;
}
#preview-fullscreen-body {
	position: relative;
	height: 100%;
	overflow-y: auto;
/*		background: #000;
	color: #fff;*/
	padding: 20px;
	line-height: 1.8em;
}
.modal-backdrop {
	opacity:0.9!important;
}
@media screen and (max-width: 767px) {
    #preview-fullscreen-body {
		/*margin: 30px auto;*/
		height: 100%;
	}
}
    
@media screen and (min-width: 768px) {
	#preview-fullscreen-body {
		/*margin: 50px auto;*/
		height: 680px;
	}
}