﻿@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/Nanum Gothic Codingcoding.css);
/* CSS Document */

div.title {
	font-family: NanumGothic, "나눔고딕", "Malgun Gothic", "맑은 고딕", "Nanum Gothic", Dotum, "돋움", Verdana, Arial, "Trebuchet MS";
	font-size: 21px;
	color: #c2e1eb;
	font-weight: bold;
	text-align: center;
	background: url(../../images/sub/left_top_bg.png) no-repeat;
	width: 192px;
	height: 110px;
	border: none;
}

div.title p {
	padding-top: 48px;
	
}

#left_menu {
	width: 192px;
	}

#left_menu li {
	border: 1px solid #e0e0e0;
	border-top: none;
}

#left_menu li a {
	color: #555555;
	font-size: 14px;
	font-weight: 600;
	display: block;
	padding:11px 0 9px 40px;
	}

#left_menu li ul.left_smenu li {
	border: none;
}

#left_menu li ul.left_smenu li a {
	color: #696969;;
	font-size: 11px;
	font-weight: bold;
	padding-top: 0px;
	padding-left: 43px;
}

#left_menu li ul.left_smenu li a:hover {
	color: #60cbe0;
}


