@charset "utf-8";




*::selection {
	background-color: rgba(102,102,102,0.1);
	color: #333;
}
/* 본문 공통 */
body{
	line-height: 170%;
	font-size: 11px;
	color: #666;/*@*/
	font-family: Calibri, "나눔바른고딕";
	background-color: #efefef;
}
::-webkit-scrollbar { width: 5px; background-color:#efefef;} 
::-webkit-scrollbar-track-piece { background-color:transparent;}
::-webkit-scrollbar-thumb:vertical { 
    width: 10px; 
    border-radius: 100px; 
    background-color: #f99; 
}
.tistorytoolbar {display:none}
a:link          {
	text-decoration: none;
	transition: linear 0.3s;
	-moz-transition: linear 0.3s;
	-webkit-transition: linear 0.3s;
	-o-transition: linear 0.3s;
	-ms-transition: linear 0.3s;
	color: #666;
}
a:visited       {
	color: #666;
	text-decoration: none;
}
a:hover         {
	text-decoration: none;
	color: #F99;
}
a:active        {
	color: #666;
	text-decoration: none;
}
li {
	list-style: none;
}

/* 페이징 */
	.selected               { }
	.no-more-prev {}
	.no-more-next {}


/* 종류별 코멘트 [##_rp_rep_class_##] */
	.rp_general             { }
	.rp_admin               { }
	.rp_secret              {
	color: #f99;
}
/* 종류별 코멘트 [##_guest_rep_class_##] */
	.guest_general          { }
	.guest_admin            { }
	.guest_secret			{
	color: #f99;
}
/* 비밀 댓글 (로그아웃시 비밀글 표현)    */
	.hiddenComment {
	color: #f99;
}


/* 이미지 */
	.cap1                   { text-align:center;}
	.imageblock             {
	padding-top: 5px;
	padding-bottom: 5px;
}
	.left                   { }
	.center                 { }
	.right                  { }
	.dual                   { }
	.triple                 { }

/* 본문 - more / less */
	.moreless_fold          {
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 5px;
	padding: 10px;
	display: inline-block;
	line-height: 20px;
}
	.moreless_top           {
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 5px;
	padding: 10px;
	display: inline-block;
	line-height: 20px;
}
	.moreless_body          { }
	.moreless_bottom        { }


/* --------------------------- */


img             { border:0;}
input           {
	width: 100px;
	border-top: 0px solid #fff;
	border-right: 0px solid #fff;
	border-left: 0px solid #fff;
	border-bottom: 1px solid #EFEFEF;
}

/* 블로그 레이아웃 */
#container {
	padding : 0;
	position: relative;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 30px;
	width: 800px;
	margin-left: auto;
}

#content {
	float: right;
	width:/*@post-width=30*/560px/*@*/;
	overflow: hidden;
	margin-bottom: 40px;
	margin-left: 0;
	margin-top: 0;
	padding-right: 10px;
}

#sidebar {
	line-height: 200%;
	float: left;
	width: 180px;
	margin-bottom: 0;
	margin-right: 0;
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 25px;
	font-weight: bold;
	text-align: center;

}
#sidebar a         {
	color: rgba(153,153,153,0.5);
	transition: linear 0.3s;
	-moz-transition: linear 0.3s;
	-webkit-transition: linear 0.3s;
	-o-transition: linear 0.3s;
	-ms-transition: linear 0.3s;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	width: 150px;
	border-bottom: 1px solid rgba(204,204,204,0.2);
}
#sidebar a:hover         {
	color: #666;
	background-color: rgba(204,204,204,0.2);
	border-bottom: 1px solid rgba(255,255,255,0);
}

/* ***** content ***** */
#content .entryNotice,
#content .entryProtected,
#content .entry             {
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	z-index: 5;
	width: 500px;
	margin-top: 25px;
	background-color: rgba(255,255,255,1);
}
#content .guestbook {
	padding-top: 10px;
	padding-left: 25px;
	padding-bottom: 10px;
	padding-right: 25px;
	z-index: 5;
	width: 500px;
	margin-top: 25px;
	background-color: rgba(255,255,255,1);
}
#content .searchList   {
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	z-index: 5;
	width: 500px;
	margin-top: 25px;
	background-color: rgba(255,255,255,1);
}
.searchList ol           { list-style:none;  padding:5px;  margin:0;}
.searchList li {
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition-duration: all 0.3s ease;
	transition: all 0.3s ease;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.searchList li:hover {
	text-decoration: none;
	background-color: rgba(239,239,239,0.5);
}
.searchList .date      {
	margin-right: 10px;
	color: #999999;
	float: right;
}
.searchList .cnt            {
	color: #f99;
	margin-left: 10px;
}
.guestbook p                { padding:2px 0; margin:0;}
.guestWrite                 {}
.guestWrite input           {
	background:rgba(255,255,255,0);
}
.guestWrite textarea        {
	width: 500px;
	padding: 5px 0 5px 0;
	background-color: rgba(255,255,255,0);
	border: 1px solid #EFEFEF;
}
.guestWrite .homepage       {
	width: 120px;
}
.submit         {
	width: auto;
	padding: 7px;
	font-size: 10px;
	color: rgba(102,102,102,0.5);
	transition: linear 0.3s;
	-moz-transition: linear 0.3s;
	-webkit-transition: linear 0.3s;
	-o-transition: linear 0.3s;
	-ms-transition: linear 0.3s;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #EFEFEF;
}
.submit:hover         {
	color: #666;
	border: 1px solid #CCCCCC;
}
.guestList                  {
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 30px;
}
.guestList ol,
.guestList ul               { margin:0; padding:0;  list-style:none;}
.guestList li p             { margin-top:5px; padding-top:5px;}
.guestList ol li            {
	margin-bottom: 10px;
	width: 500px;
	overflow: hidden;
}
.guestList li ul li         {
	overflow: hidden;
	width: auto;
	border-top: none;
	border-bottom: none;
	border-right: none;
	padding-left: 10px;
	border-left: 10px solid #EFEFEF;
}
.guestList li .name         {
	color: #333;
	font-weight: bold;
}
.guestList li .date         {
	color: #999999;
}
.titleWrap               {
	font-size: 13px;
	color: #333333;
	text-align: left;
	text-transform: uppercase;
	font-family: Calibri, "나눔바른고딕";
	height: 35px;
	line-height: 35px;
	z-index: 4;
	margin-bottom: 10px;
}
.titleWrap .admin {
	width: 52px;
	height: 35px;
	float: right;
	display: inline-block;
}
.entryProtected input    {
	width: auto;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: rgba(255,255,255,0);
}
.article                 {
	margin: 0px 0px 30px 0px;
	overflow: hidden;
	color:#666;
	width: 500px;
}
.article dt              {
	text-decoration: none;
	font-weight: bold;
}
.article dd              { margin-left:20px;  padding-bottom:10px;}
.article blockquote      { padding-left:25px;  margin:10px 20px;}
.tagTrail                { padding:5px 5px 5px 40px;  background:url(/images/entryTag.gif) center left no-repeat; clear:both;}
.tagText                 { display:none;}
.actionTrail             {
	clear: both;
	color: #999;
	padding-bottom: 15px;
	padding-right: 5px;
	padding-top: 5px;
	text-align: right;
}
.actionTrail a           {
	color: #FFF;
	padding: 3px;
	border-radius: 20px;
	border: 1px solid rgba(255,255,255,0);
	background-color: rgba(220,220,220,0.5);
}
.actionTrail a:link      {
	color: #666;
}
.actionTrail a:visited   {
	color: #666;
}
.actionTrail a:hover     {
	color: #666;
	border: 1px solid rgba(255,255,255,0.3);
	background-color: rgba(220,220,220,0.9);
}
.actionTrail a:active    {
	color: #666;
}
.actionTrail .cnt        {
	padding-left: 3px;
	padding-right: 3px;
}
.comment                          {
	padding: 0px;
	margin-bottom: 4px;
	overflow: hidden;
}
.comment p                        { margin:3px 0 0 0; padding:0;}
.comment h3                       { display:none;}
.comment ol,
.comment ul                       { margin:0;  padding:0;  list-style:none;}
.comment .date                    { font-size:7px color:#777;
	color: #999999;
}
.comment .name                    {
	font-weight: bold;
	color: #333333;
}
.comment ol li                    {
	margin-bottom: 10px;
	margin-top: 10px;

}
.comment li ul li                 {
	width: auto;
	padding-left: 10px;
	border-left: 10px solid #EFEFEF;
}
.commentWrite                     {
	margin-top: 30px;
}
.commentWrite input               {
	background:rgba(255,255,255,0);
}
.commentWrite textarea            {
	padding: 5px 0 5px 0;
	width: 498px;
	background-color: rgba(255,255,255,0);
	border: 1px solid #EFEFEF;
}
.commentWrite .homepage           {
	width: 120px;
}
.secret         {
}
.commentWrite .checkbox           {
	border: none;
	padding: 0;
	margin: 0;
	width: auto;
}
.guestWrite .checkbox           {
	border: none;
	padding: 0;
	margin: 0;
	width: auto;
}
#sidebar .search input         {
	width: 150px;
	height: 30px;
	background-color: rgba(255,255,255,0);
	background-repeat: no-repeat;
	border-bottom-width: 0px;
	text-align: center;
}
#sidebar .search .submit
{
	color: #999999;
	background-color: #FFFFFF;
	width: 10px;
	height: 15px;
	font-size: 8pt;
}
.admin {
	text-transform: uppercase;
	text-align: right;
}
#top {
	position: fixed;
	display: inline-block;
	left: 50%;
	margin-left: 400px;
	top: 170px;
	width: 35px;
	height: 35px;

}
.next {
	display: inline-block;
	width: 35px;
	height: 35px;
	background: url(images/next_b.png) no-repeat center;
	position: fixed;
	left: 50%;
	margin-left: 400px;
	top: 125px;
}
.prev {
	display: inline-block;
	width: 35px;
	height: 35px;
	background: url(images/prev_b.png) no-repeat center;
	position: fixed;
	left: 50%;
	margin-left: 400px;
	top: 80px;
}

.titleWrap .date {
	display: inline-block;
	font-style: italic;
	color: #999999;
	font-size: 10px;
}
s_paging {
	text-align: center;
}
#sidebar .main {
	width: 180px;
	height: 200px;
}
