/* Basic */
.xed {
	color: #494949;
	padding: 0.3em;
	font-size: 12px;
	font-family: Arial, dotum, sans-serif;
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.xed * {
	margin: 0;
	padding: 0;
}



/* Headings and paragraph */
.xed h1,
.xed h2,
.xed h3,
.xed h4,
.xed h5,
.xed h6 {
	border-bottom: 2px solid #425e89;
	line-height: 1em;
	padding-bottom: 0.2em;
	margin: 0.2em 0;
}

.xed h1 {font-size: 2.845em;}
.xed h2 {font-size: 2.460em;}
.xed h3 {font-size: 2.153em;}
.xed h4 {font-size: 1.922em;}
.xed h5 {font-size: 1.461em;}
.xed h6 {font-size: 1.230em;}

.xed p {
	line-height: 2em;
}

.xed font {
	line-height: 2em;
}

.xed span {
	line-height: 2em;
}

.xed hr {
	display: block;
}



/* List */
.xed ul,
.xed ol {
	padding-left: 2em;
	line-height:2.0em;
}

.xed ul li{
	list-style-type: disc !important;
}

.xed li {
	line-height: 2em;
}



/* Other block containers */
.xed ol.code,
.xed blockquote {
	padding-left: 2.460em;
	padding-right: 1em;
	border-width: 0 3px;
	border-style: solid;
	line-height: 2em;
}
.xed ol.code {
	font-family: monospace;
	list-style-type: none;
	border-color: #ffb781;
	background: url(../images/content/code.gif) no-repeat 0 0;
}
.xed blockquote {
	border-color: #c9c9c9;
	background: url(../images/content/blockquote.gif) no-repeat 0 0;
}



/* Inline elements */
.xed em.underline {
	font-style: normal;
	text-decoration: underline;
}

.xed em em.underline {
	font-style: italic;
	text-decoration: underline;
}

.xed span.strike {
	text-decoration: line-through;
}



/* table */
.xed table.datatable2 {
	width: 100%;
	/width: auto !important;
	border-collapse: collapse;
	table-layout: fixed;
	border-left: 1px solid #000;
	border-top: 1px solid #000;	
}
.xed table.datatable2 th {
	font-weight: normal;
	padding: 0.25em 0.307em;
	background-color: #e7e7e7;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;	
	width: auto;
	text-align: left;
	font-size: 12px;
}
.xed table.datatable2 td {
	padding: 0.25em 0.307em;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;	
	width: auto;
	font-size: 12px;
}

.xed img {
	max-width: 100%;
}


/* 게시판 > 업데이트 : 템플릿 */
.gameUpdate_bns img { max-width: 100%; }
.gameUpdate_bns p {margin:1em 0;}
.gameUpdate_bns em {font-style:normal;color:#b38359;}
.gameUpdate_bns h1,
.gameUpdate_bns h2,
.gameUpdate_bns h3,
.gameUpdate_bns h4,
.gameUpdate_bns h5,
.gameUpdate_bns h6 { border: 0; }
.gameUpdate_bns h1 {margin:0;padding:0;font-size:19px;font-family: '맑은 고딕', 'Malgun Gothic';}
.gameUpdate_bns h2 {margin:15px 0 0;padding:0 0 0 8px;font-size:16px;color:#fff;background-color:#5a6d84}
.gameUpdate_bns h3 {margin:20px 0 0;padding:0 !important;font-weight:bold; font-size:14px !important; line-height:2.15 !important; font-family: '맑은 고딕', 'Malgun Gothic'; letter-spacing: 0 !important; color:#336598 !important;}
.gameUpdate_bns h4 {margin:0; padding:0 !important; font-size:12px !important; line-height: 2.15 !important;color:#c60 !important;}
.gameUpdate_bns hr {display:block;margin:29px 0 28px;height:1px;border:0 none;background:url("/resource/bns/editor/bg_hr.gif") repeat-x 0 0;}
.gameUpdate_bns ul {margin:0;padding:0 0 2px;list-style:none;color:#666;}
.gameUpdate_bns ul>li {padding:0 0 0 7px;word-break:break-all;background:url("/resource/bns/editor/bul_ul.gif") no-repeat 0 9px;}
.gameUpdate_bns ul>li.em {padding:0 0 0 9px;background:url("/resource/bns/editor/bul_em.gif") no-repeat 0 8px;}
.gameUpdate_bns ul>li>ul {margin:0;padding:4px 0 0;}
.gameUpdate_bns ul>li>ul li {padding:0 0 0 9px;background:url("/resource/bns/editor/bul_ul_sub.gif") no-repeat 1px 12px;}
.gameUpdate_bns table {width: 99% !important; margin:0; border-collapse:collapse; color:#666;}
.gameUpdate_bns table th,
.gameUpdate_bns table td {padding:7px 10px 6px;border:1px solid #bfc9d1;vertical-align:middle;text-align:center;}
.gameUpdate_bns table th {color:#fff;background-color:#7d90a5;}
.gameUpdate_bns table td {background-color:#fff;}