﻿@charset "utf-8";

/*
 * FONT_SIZE: 18
 * TITLE_PADDING_TOP: 5,
 * TITLE_PADDING_RIGHT: 8,
 * TITLE_PADDING_BOTTOM: 40,
 * TITLE_PADDING_LEFT: 58,
 * TITLE_MARGIN_TOP: 20
 * TITLE_MARGIN_BOTTOM: 10
 */

body {
	color: #333333;
	font: 0.75em/1.5 Dotum, Verdana, AppleGothic, Sans-serif;
	background-color: #FFFFFF;
}

a          { 
	color:#158daa;  
	text-decoration:none;
}

a:hover    {
	color: #158daa;
	text-decoration: none;
}


#tx_canvas_wysiwyg_holder { 
	background-color: #E9E7DB; 
}

#tx_canvas_subject {
	color: #E9E7DB;
	font-family: "돋움", Dotum, Sans-serif;
	font-weight: bold;
	border: dotted;
	border-bottom: 1px #B6B09C dotted;
}





