

<style>
	.menutitleLast{
		border:0;
		background: -webkit-gradient(linear, left top, left bottom, from(#0d5961), to(#1697a4));	/* mobile webview */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d5961), color-stop(100%,#1697a4)); /* Chrome,Safari4+ */
		background: linear-gradient(top,  #0d5961 0%,#1697a4 100%); /* W3C */
		filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0d5961', endColorstr='#1697a4'); /* IE6 & IE7 */
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0d5961', endColorstr='#1697a4')"; /* IE8 */
		-ms-linear-gradient(top, #0d5961 0%, #1697a4 100%);/* ie10 */
		zoom: 1; 
		

		text-align: center;	
	}
	.menutitle{
		border:0;
		background: #1697a4;
		text-align: center;	
	}
	.menutitle strong{
		font-size: 23pt;
		color:white;
	}
	.subtitle{ 
		background:#1697a4; 
		border:0; 
		font-size:11pt; 
		color:white;
		text-align: right;
		padding:3px 0 3px 0;
	}
</style>

*{font-family:'Nanum Gothic';}
	
a {text-decoration:none; }
a:link{text-decoration:none;}
a:visited {text-decoration:none; }
a:active{text-decoration:none;}
a:hover {text-decoration:none; }



.menutitle{
	border:0;
		background: -webkit-gradient(linear, left top, left bottom, from(#0d5961), to(#1697a4));	/* mobile webview */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d5961), color-stop(100%,#1697a4)); /* Chrome,Safari4+ */
		background: linear-gradient(top,  #0d5961 0%,#1697a4 100%); /* W3C */
		filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0d5961', endColorstr='#1697a4'); /* IE6 & IE7 */
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0d5961', endColorstr='#1697a4')"; /* IE8 */
		-ms-linear-gradient(top, #0d5961 0%, #1697a4 100%);/* ie10 */
		zoom: 1; 
	
	padding-top: 5px;
	padding-bottom: 5px;	

	text-align: center;	
}
.menutitle strong{
	font-size: 23pt;
	color:white;

}
.subtitle{ 
background:#1697a4; 
border:0; 
font-size:11pt; 
color:white;
text-align: right;
padding:3px 0 3px 0;
}


.menu{  border:0 solid black; font-size:17pt; padding:5px 5px 5px 5px; color:black; text-align:left; font-family:'malgun gothic';}
.login{background:white; border:1px solid black; font-size:11pt; padding:3px 10px 3px 3px; color:black; text-align:right; }
.simpleTable{ background:white; border:1px black; font-size:13pt; }
.comment{ padding:0px 5px 0px 5px}
.divBlack{ background:e0e0e0; }

.divWrab{
	margin: 10px 10px 10px 10px;
}
.divBox{	padding: 5px 5px 5px 5px;}

.board_title{background:#cccccc; line-height:180%;	}
.board_contents{padding:5px 10px 5px 10px; line-height:180%; font-size:13pt; }
.comment_title{background:#e4e4e4; padding:3px 3px 3px 3px}
.comment_contents{padding:5px 10px 0px 10px; line-height:150%; }

input[type=submit] { height:30px; font-size:12pt; }
input[type=button] { height:30px; font-size:12pt; }
input[type=radio] { padding:10px 10px 10px 10px; }


div.send{ text-align:right; padding:10px 0 0 45%; }
div.recv{ text-align:left; padding:10px 45% 0 0; }
span.send{ background:#fed897;}
span.recv{ background:#bddcfa; }
.dateTime{ font-size:8pt;}
.name{ font-size:8pt; margin:0 0 2px 0;}
.name b{ font-size:10pt	}
.messageBox{ margin:5px 0;}
.message { 
	padding: 5px 3px 5px 3px; 
	line-height:1.8;	
	display:inline-block;
	
	-moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; 	
	
}
.divWhite{ background:white; padding:10px; }


.homeBtn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 6px;
	margin:10px 0 0 0;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.homeBtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.homeBtn:active {
	position:relative;
	top:1px;
}

.divPanel
{
	padding:3px;
	margin:3px;
}

.spanMessage
{ 
	padding: 3px 3px 3px 3px; 
	line-height:2;	
	font-size:14px;
	
	word-break: break-all;
	
	-moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; 	
	background:#fed897;
}

.spanDate
{
	font-size:8pt;
}

.spanWriter
{
	font-size:9pt;
}

	
	


