﻿@charset "utf-8";
/* CSS Document */
/* @import url(../webfont/nanumbarungothic.css);  LSH 181025 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, a, abbr, acronym, font, img, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;

}
a { text-decoration:none; color:#333333;}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	/*list-style: none;*/
    padding:20px;
}
.main_Content ul,.m_MenuBox ul,.topMenu ul,#header ol, #header ul,#gnb ol, #gnb ul,.leftMenubar,.PersonalInfoTextDiv ul,.LabEduBox ul,.contentTitleDiv ul,.wasteTable td ul {
	list-style: none;
    padding:0;
}
.contentTitleDiv ul {
    padding:5px;
}


/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}




/*에디터 수정 첨가*/

blockquote
{
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
    margin:10px 40px;
}
    blockquote p {
        font-size:13px;
    }

.cke_contents_rtl blockquote
{
	padding-left: 8px;
	padding-right: 20px;
	border-right-width: 5px;
}

.marker
{
	background-color: Yellow;
}

pre
{
	white-space: pre-wrap; /* CSS 2.1 */
	word-wrap: break-word; /* IE7 */
	-moz-tab-size: 4;
	-o-tab-size: 4;
	-webkit-tab-size: 4;
	tab-size: 4;
}

.Pds_TableContent p a {

	color: #0782C1;
    text-decoration:underline;

}

a[data-cke-saved-name] {
    background:url(http://localhost:49662/ckeditor2/plugins/link/images/anchor.png?t=F0RD) no-repeat left center;
    border:1px dotted #00f;
    background-size:16px;
    padding-left:18px;
    cursor:auto;
}

.Pds_TableContent table, .Pds_TableContent td, .Pds_TableContent th {
border:1px solid;
}