@charset "utf-8";
/* NHN > UIT Center > Open UI Technology Team > Jeong Chan Myeong(dece24@nhncorp.com) 200812 */

html,
body{ height:100%;}

#smartInput{ margin:0 10px 0 0;}

/*
	  스마트 에디터의 풍부한 표현이 정상적으로 출력되도록 하려면 콘텐츠가 출력되는 곳에 이 클래스를 적용하여야 한다.
   예를 들면 게시물 읽기 페이지의 본문이 이에 해당된다.
	 스마트 에디터 내의 편집 스타일 지정
*/
/*.smartOutput{ font-size:12px; line-height:1.2; font-family:Dotum, AppleGothic, Sans-serif;}*/
.smartOutput{ font-size:16px; font-family:"Noto Sans KR", '맑은고딕'; letter-spacing:0px;color:#333333;  line-height:28px; padding:0 40px; text-align: justify;  }

.smartOutput p{ margin-top:16px; margin-bottom:16px;}

.smartOutput blockquote.q1,
.smartOutput blockquote.q2,
.smartOutput blockquote.q3,
.smartOutput blockquote.q4,
.smartOutput blockquote.q5,
.smartOutput blockquote.q6,
.smartOutput blockquote.q7{ padding:10px; margin-left:15px; margin-right:15px;}

.smartOutput blockquote.q1{ padding:0 10px; border-left:2px solid #ccc;}
.smartOutput blockquote.q2{ padding:0 10px; background:url(/image/bg_qmark.gif) no-repeat;}
.smartOutput blockquote.q3{ border:1px solid #d9d9d9;}
.smartOutput blockquote.q4{ border:1px solid #d9d9d9; background:#fbfbfb;}
.smartOutput blockquote.q5{ border:2px solid #707070;}
.smartOutput blockquote.q6{ border:1px dashed #707070;}
.smartOutput blockquote.q7{ border:1px dashed #707070; background:#fbfbfb;}

.smartOutput sup{ font:10px Tahoma;}
.smartOutput sub{ font:10px Tahoma;}
.smartOutput table td{ padding:4px;}

/* 캡션 설정(마이미디어) */
/*#CAPTION{font-size: 11px;font-family: 돋움, Dotum, AppleGothic, sans-serif; color:#739CB5;padding:10px;}*/

.sm-movie {background-image:url(/image/movie_thumb.gif);background-repeat:no-repeat;background-position:center;background-color:#2c2c2d}
.sm-image-c {margin:0 auto;clear:none;float:none;display:block;text-align:center}
.sm-image-l {margin-right:10px;clear:both;float:left}
.sm-image-r {margin-left:10px;clear:both;float:right}


/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/terms-of-use/#open-source-licences
*/

body
{
	/* Font */
	/* font-family: sans-serif, Arial, Verdana, "Trebuchet MS"; */
	font-size: 12px;

	/* Text color */
	color: #333;

	/* Remove the background color to make it transparent */
	background-color: #fff;

	/* margin: 20px; */
}

.cke_editable
{
	font-size: 16px;
	line-height: 1.6;
	font-family: "Noto Sans KR", "돋움", verdana;
	letter-spacing: 0px;
	word-wrap: break-word;
}

blockquote
{
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
	font-size: 14px;
}

.cke_contents_ltr blockquote
{
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
}

.cke_contents_rtl blockquote
{
	padding-left: 8px;
	padding-right: 20px;
	border-right-width: 5px;
}

.newsview_content a
{
	color: #0782C1;
}

ol,ul,dl
{
	*margin-right: 0px;
	padding: 0 0px;
}

h1,h2,h3,h4,h5,h6
{
	font-weight: normal;
	line-height: 1.2;
}

hr
{
	border: 0px;
	border-top: 1px solid #ccc;
}

img.right
{
	border: 1px solid #ccc;
	float: right;
	margin-left: 10px;
	padding: 5px;
}

img.left
{
	border: 1px solid #ccc;
	float: left;
	margin-right: 10px;
	padding: 5px;
}

pre
{
	white-space: pre-wrap;
	word-wrap: break-word;
	-moz-tab-size: 4;
	tab-size: 4;
}

.marker
{
	background-color: Yellow;
}

span[lang]
{
	font-style: italic;
}

figure
{
	text-align: center;
	border: 0;
	border-radius: 2px;
	background: rgba(0,0,0,0.05);
	padding: 0px;
	margin: 0px 0px 8px 0px;
	display: table;
	max-width:100%;
}

figure > figcaption
{
	text-align: left;
	display: table-caption;
	caption-side: bottom;
	font-size: 12px;
	line-height: 1.6;
	font-family: "Noto Sans KR", "돋움", verdana;
	letter-spacing: 0px;
	word-wrap: break-word;
	padding: 0 10px 5px;
	background: rgba(0,0,0,0.05);
}


.figure
{
	text-align: center;
	border: 0px;
	padding: 0px;
	margin: 0px 0px 8px 0px;
	display: inline-block;
	width:auto;
}

.figcaption
{
	background-color:#333;
	color:#fff;
	text-align: left;
	display: block; /* For IE8 */
	font-size: 12px;
	line-height: 26px;
	font-family: "Noto Sans KR", "돋움", verdana;
	letter-spacing: 0px;
	margin:0;
	word-wrap: break-word;
	padding:0 5px;
}

.figure .imgframe {padding-bottom:0;}

a > img {
	padding: 0px;
	margin: 0px;
	border: none;
	outline: 0px solid;
}

/* Widget Styles */
.code-featured
{
	border: 5px solid red;
}

.math-featured
{
	padding: 20px;
	box-shadow: 0 0 2px rgba(200, 0, 0, 1);
	background-color: rgba(255, 0, 0, 0.05);
	margin: 10px;
}

.image-clean
{
	border: 0;
	background: none;
	padding: 0;
}

.image-clean > figcaption
{
	font-size: .9em;
	text-align: right;
}

.image-grayscale
{
	background-color: white;
	color: #666;
}

.image-grayscale img, img.image-grayscale
{
	filter: grayscale(100%);
}

.embed-240p
{
	max-width: 426px;
	max-height: 240px;
	margin:0 auto;
}

.embed-360p
{
	max-width: 640px;
	max-height: 360px;
	margin:0 auto;
}

.embed-480p
{
	max-width: 854px;
	max-height: 480px;
	margin:0 auto;
}

.embed-720p
{
	max-width: 1280px;
	max-height: 720px;
	margin:0 auto;
}

.embed-1080p
{
	max-width: 1920px;
	max-height: 1080px;
	margin:0 auto;
}

.align-left
{
	float: left;
	margin-right: 10px;
	padding: 5px;
	margin-bottom: 8px;
}

.align-center
{
	display: table;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 8px;
}

.align-right
{
	float: right;
	margin-left: 10px;
	padding: 5px;
	margin-bottom: 8px;
}

.align-center > figure {display: inline-block;}

.remove_youtube{display:none;}

p{margin:16px 0;}

figure img {max-width: 100%;}