@charset "utf-8";
/* CSS Document */
body {
	font: 100%/1.4 NanumGothic,나눔고딕, Malgun Gothic, 맑은 고딕,Dotum,돋움,Gulim,굴림,Verdana,Arial,Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background: url( ./images/background.jpg ) no-repeat fixed;
	margin: 0;
	padding: 0;
	color: #333;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
	list-style:none;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}

section {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	list-style:none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */

a:link {
	color: #42413C;
	text-decoration:none;
}
a:visited {
	color: #42413C;
	text-decoration:none;

}
a:hover, a:active, a:focus {
	text-decoration: none;
	color:#4586ca;
}

.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.white {
	color: #606060;
	border: 1px solid #B7B7B7;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EDEDED));
	background: -moz-linear-gradient(top,  #FFFFFF,  #EDEDED);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EDEDED');
}
.white:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DCDCDC));
	background: -moz-linear-gradient(top,  #FFFFFF,  #DCDCDC);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DCDCDC');
}
.white:active {
	color: #999999;
	background: -webkit-gradient(linear, left top, left bottom, from(#EDEDED), to(#FFFFFF));
	background: -moz-linear-gradient(top,  #EDEDED,  #FFFFFF);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#EDEDED', endColorstr='#FFFFFF');
}
.medium {
	font-size:12px;
	padding:0.4em 1.5em 0.42em;
}
.small {
	font-size:11px;
	padding:0.2em 1em 0.275em;
}
input, textarea { 
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 200px;
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}

textarea { 
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus { 
	border-color: #C9C9C9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}

.form label { 
	margin-left: 10px; 
	color: #999999; 
	}


/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
	width: 1080px;
	margin: 0 auto;
	background: url(images/container.png) repeat-y;
	-moz-border-radius: 5px; 
	-khtml-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 5px 5px 7px rgba(0,0,0,.2);
	-moz-box-shadow: 5px 5px 7px rgba(0,0,0,.2);
	box-shadow: 5px 5px 7px rgba(0,0,0,.2);
}
/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
#table {
height:100px;
background: -webkit-gradient(linear, left top, left bottom, from(#a5a5a5), to(#cecece));
background: -moz-linear-gradient(top, #a5a5a5, #cecece);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5a5a5', endColorstr='#cecece');
border-bottom: 1px solid #525252;
border-top: 1px solid #e1e1e1;
margin-top: 0px;
text-align: center;
font-size:16px;
font-weight:bold;
}
header {
	height:54px;
	background: -webkit-gradient(linear, left top, left bottom, from(#cecece), to(#a5a5a5));
	background: -moz-linear-gradient(top,  #cecece,  #a5a5a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cecece', endColorstr='#a5a5a5');
	border-bottom: 1px solid #525252;
	border-top: 1px solid #e1e1e1;
	margin-top: 40px;
	text-align: center;
	font-size:16px;
	font-weight:bold;
	-moz-border-radius: 5px 5px 0 0; 
	-khtml-border-radius: 5px 5px 0 0; 
	-webkit-border-radius: 5px 5px 0 0;
}

.deco_left {
	background: url("./images/headerdeco.png") no-repeat scroll 0 0;
	display:inline;
	float:left;
	height:16px;
	margin: 4px 0 0 4px;
	width:56px;;
}

.deco_left:hover {
	background: url("./images/headerdeco.png") no-repeat scroll 0 -16px;
}

.deco_right {
	background:url("./images/headerdeco.png") no-repeat scroll 0 -48px;
	display:inline;
	float:right;
	height:11px;
	margin: 6px 4px 0 0;
	width:20px;
}

.headerbuttonl {
	float:left;
	line-height:13px;
	margin-top: 23px;
	margin-left: -55px;
	padding: 4px 22px 5px 0;
	color:#919191;
}

.headerbuttonl a:hover {
	color:#000;
}

#pagebuttonl {
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#b6b6b6));
	background: -moz-linear-gradient(top,  #fefefe,  #b6b6b6);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#b6b6b6');
	height: 20px;
	text-align:center;
	width:25px;
	-moz-border-radius: 5px 0 0 5px; 
	-khtml-border-radius: 5px 0 0 5px; 
	-webkit-border-radius: 5px 0 0 5px;
	border: 1px solid #515151;
}
#pagebuttonc {
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#b6b6b6));
	background: -moz-linear-gradient(top,  #fefefe,  #b6b6b6);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#b6b6b6');
	height: 20px;
	text-align:center;
	width:25px;
	border: 1px solid #515151;
}
#pagebuttonc .selected {
	font-weight:bold;
	color: #4586ca;
}
#pagebuttonr {
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#b6b6b6));
	background: -moz-linear-gradient(top,  #fefefe,  #b6b6b6);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#b6b6b6');
	height: 20px;
	text-align:center;
	width:25px;
	-moz-border-radius: 0 5px 5px 0; 
	-khtml-border-radius: 0 5px 5px 0; 
	-webkit-border-radius: 0 5px 5px 0;
	border: 1px solid #515151;
}

.searchbox {
	cursor:default;
	float:right;
	line-height:13px;
	margin-top: 23px;
	padding: 4px 21px 11px 22px;
	background: url( ./images/searchbox.png ) no-repeat;
	height: 14px;
	text-align:left;
	width:119px;
}

.searchbox input {
	background:none repeat scroll 0 0 #FFFFFF;
	border:0 none;
	color:#000000;
	cursor:text;
	height:14px;
	outline:medium none;
	padding: 0;
	width:119px;	
}

#sidebar {
	float: left;
	width: 270px;
	margin: 15px 0 0 0;
	padding-bottom: 10px;
	font-size:12px;
	list-style:none;
}

#sidebar li {
	list-style:none;
	padding: 5px 5px 5px 15px;
}

.sidebarli {
	color:#9ba6b1;
	font-weight:bold;
	font-size:12px;
	height:20px;
}

.sidebarli a {
	color:#9ba6b1;
	font-weight:bold;
}

.sidebarli:hover, .sidebarli:active, .sidebarli:focus {
	background: -webkit-gradient(linear, left top, left bottom, from(#68a3d8), to(#1c6ab3));
	background: -moz-linear-gradient(top,  #68a3d8,  #1c6ab3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a3d8', endColorstr='#1c6ab3');
	border-top: 1px solid #5393cd;
	padding: 5px 5px 5px 0;
	height:20px;
}

.sidebarli a:hover {
		color:#fff;
}

.sidebarsubli a:hover {
	color:#4586ca;
}

#content {
	padding: 10px 0;
	width: 810px;
	float: right;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px;
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
nav ul {
	list-style: none;
	margin-bottom: 15px; 
}
nav ul li {

}
nav ul a, nav ul a:visited {
	
	display: block;
	text-decoration: none;

}
nav ul a:hover, nav ul a:active, nav ul a:focus {
	color: #FFF;
}

/* ~~ The footer ~~ */
footer {
	height: 24px;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9c9c9), to(#a5a5a5));
	background: -moz-linear-gradient(top,  #c9c9c9,  #a5a5a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9c9c9', endColorstr='#a5a5a5');
	border-top: 1px solid #525252;
	position: relative;
	clear: both;
	margin-bottom: 20px;
	-moz-border-radius: 0 0 5px 5px; 
	-khtml-border-radius: 0 0 5px 5px; 
	-webkit-border-radius: 0 0 5px 5px;
}

.copyright {
	padding-top:5px;
	text-align: center;
	font-size:12px;
		
}


header, section, footer, aside, nav, article, figure {
	display: block;
}

aside {
	margin: 10px 0 10px 0;
}

.topnav {
	margin:0;
	padding-top: 1px;
	height:25px;
	background: url( ./images/topnav.png ) repeat-x;
	border-bottom: 1px solid #5f5f5f;
	border-top: 1px solid #f8f8f8;
	padding-left:40px;
	font-size:16px;
}

.topnav ul {
	list-style:none;
}

.topnav ul li {
	padding: 5px 5px 5px 15px;
	float: left;
	font-weight:bold;
	font-size:12px;
}

.deco_top {
	background:url( ./images/globe.png ) no-repeat;
	float:left;
	width:24px;
	height:24px;
	margin: 0 10px 0 -10px;	
}

.deco_top:hover {
	background:url( ./images/globehover.png ) no-repeat;
}

.article a:link, .article a:visited {
	text-decoration: none;
	color: #eea559;
}

.article a:hover, .article a:active, .article a:focus {
	text-decoration: none;
	color:#4586ca;
}

#tagbox ul {
	padding: 5px 5px 5px 15px;
}

#tagbox li{
	display:inline;
	padding: 0 5px 0 0;
}

#category ul {
	padding: 5px 5px 5px 15px;
}

#calender ul {
	padding: 5px 5px 5px 15px;
}

#taglog li {
	display: inline;
	list-style:none;
}
#taglog li .cloud1 {
	color: #4586ca;
	font-weight:bold;
	font-size: 15px;
}
#taglog li .cloud2 {
	color: #272732;
	font-weight:bold;
	font-size: 15px;
}
#taglog li .cloud3 {
	color: #272732;
	font-size: 15px;
}
#taglog li .cloud4 {
	color: #9494b5;
	font-weight: bold;
	font-size: 12px;
}
#taglog li .cloud5 {
	font-size: 12px;
	color: #939494;
}

/***************************************
Post Style
***************************************/
article {
margin-bottom : 15px;
}
.article dt		{ text-decoration:underline;font:12px;line-height:180%;}
.article dd		{ margin-left:20px; padding-bottom:10px;font:12px;line-height:180%;}
.article blockquote	{ background:url(./images/quote_bg.png) top left no-repeat; padding-left:28px; margin:10px 20px;font:12px;line-height:180%;}
.article img {
border: none;
}

/***************************************
tistory
***************************************/
.moreless_fold 
{
background:url(./images/plus.png) top left no-repeat; 
padding-left:30px; 
color:#000;
height:24px;
}
.moreless_top 
{
background:url(./images/minus.png) top left no-repeat; 
padding-left:30px; 
color:#000;
height:24px;
}
.moreless_Body 
{
 
}
.moreless_bottom 
{
background:url(./images/minus.png) top right no-repeat; 
padding-right:30px; 
color:#999;
height:24px;
text-align:right;
}
.rp_general 
{
 
}
.rp_admin 
{
background:url(./images/iconAdmin.gif) no-repeat; 
padding-left:20px;
}
.rp_secret 
{
}
.hiddenComment 
{
background:url(./images/iconSecret.gif) no-repeat; 
padding-left:20px; 
font-weight:normal;
}
.guest_general 
{
 
}
.guest_admin 
{
background:url(./images/iconAdmin.gif) no-repeat; 
padding-left:20px;
}
.ib 
{
cursor:pointer;
}
.branch3 
{
cursor:pointer;
}
.c_cnt 
{
font:0.75em Tahoma; color:#f30;
}
.cal_month 
{
font-size:0.85em; 
height:18px; 
font-weight:bold;
}

.cal_week1 
{
font:0.95em dotum; 
height:18px; 
font-weight:normal;
}

.cal_week2
{
font:0.95em dotum; 
color:#f30;
}

a.cal_week
{
background-color:#fff;
}

.cal_current_week
{
}

.cal_day
{
font-size:0.85em; 
color:#666; 
text-align:center;
}

.cal_day_sunday
{
color: #FF3300;
}
.cal_day_sunday a
{
color:#FF3300;
}

.cal_day1
{
color:#ccc;
}

.cal_day2
{
color:#ccc;
}

.cal_day3
{

}

.cal_day4
{
color:#000;
}

a.cal_click:link { color:#333; font-weight:bold;}
a.cal_click:visited { color:#333; font-weight:bold;}
a.cal_click:hover { color:#4586ca; font-weight:bold;}

.cap1 
{
color:#999; 
text-align:center;
}
.imageblock 
{
border:0; 
padding:5px; 
margin:5px 0;
}
.left 
{
 
}
.center 
{
 
}
.right 
{
 
}
.dual 
{
background-color:#eee; 
margin-bottom:5px;
}
.triple
{
background-color:#eee; 
margin-bottom:5px;
}

.another_category{
	border: 0
}