@charset "utf-8";


*::selection {
	background-color: rgba(255,204,204,0.5);
	color: #666;
}
/* 본문 공통 */
body{
	line-height: 170%;
	font-size: 11px;
	color: #666;/*@*/
	font-family: Calibri, "나눔바른고딕";
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/bg.png);
	background-attachment: fixed;
	overflow-y: scroll;
}
::-webkit-scrollbar {width: 3px; background-color:#fff;} 
::-webkit-scrollbar-thumb { 
    width: 3px; 
    background-color: #F99; 
}
.tistorytoolbar {display:none}
a:link          {
	text-decoration: none;
	transition: linear 0.2s;
	-webkit-transition: linear 0.2s;
	color: #666;
}
a:visited       {
	color: #666;
	text-decoration: none;
}
a:hover         {
	text-decoration: none;
	color: #ff6666;
}
a:active        {
	color: #666;
	text-decoration: none;
}
li {
	list-style: none;
}
/* 페이징 */
	.selected               { }
	.no-more-prev {
	color: #ccc;
}
	.no-more-next {
	color: #ccc;
}


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


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

/* 본문 - more / less */
	.moreless_fold          {
	transition: linear 0.2s;
	-webkit-transition: linear 0.2s;
	display: inline-block;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	background-color: rgba(255,204,204,0.3);
	border-radius: 10px;
}
	.moreless_fold:hover          {
	background-color: rgba(255,204,204,0.7);
	}
	.moreless_top           {
	transition: linear 0.2s;
	-webkit-transition: linear 0.2s;
	display: inline-block;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	background-color: rgba(255,204,204,0.3);
	border-radius: 10px;
}
	.moreless_top:hover          {
	background-color: rgba(255,204,204,0.7);
	}
	.moreless_body          { }
	.moreless_bottom        {
	display: none;
 }

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


img             {
	border: 0;
	opacity: 0.7;
}
img:hover{
	opacity: 1;
}
input           {
	width: 100px;
	border-width: 0px;
}

/* 블로그 레이아웃 */
#container {
	width: 354px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	margin-bottom: 50px;
}
#content{
	overflow: hidden;
	width: 350px;
	border: 2px solid #FFCCCC;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}

/* ***** content ***** */
#content .entryProtected,
#content .entry             {
	z-index: 5;
	width: 320px;
	background-color: rgba(255,255,255,1);
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

.entryNotice {
	width: 320px;
	background-color: rgba(255,255,255,1);
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
#content .entryProtected{
	z-index: 5;
	width: 320px;
	background-color: rgba(255,255,255,1);
	margin-bottom: 25px;
	text-align: center;
	padding-bottom: 1px;
}
#content .guestbook {
	z-index: 5;
	width: 302px;
	background-color: rgba(255,255,255,1);
	margin-bottom: 20px;
	margin-left: auto;
	margin-top: 20px;
	margin-right: auto;
}
#content .searchList   {
	z-index: 5;
	width: 302px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.searchList ol           {
	list-style: none;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 170%;
}
.searchList li {
	display: block;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	padding-top: 5px;
	padding-bottom: 5px;
}
.searchList li:hover {
	text-decoration: none;
}
.searchList .date      {
	color: rgba(102,102,153,0.5);
	text-align: center;
	line-height: 130%;
	float: right;
}
.searchList .cnt            {
	color: #FF9999;
}
.guestbook p                { padding:2px 0; margin:0;}
.guestWrite textarea        {
	width: 300px;
	padding: 5px 0 5px 0;
	background-color: rgba(255,204,204,0.5);
	border: 0px solid #FFFFFF;
	overflow-y: hidden;
}
.guestWrite .homepage       {
	width: 120px;
}
.submit         {
	width: 20px;
	font-size: 9px;
	transition: linear 0.2s;
	-webkit-transition: linear 0.2s;
	text-transform: uppercase;
	float: right;
	background-color: rgba(255,204,204,0.5);
	border-width: 0px;
	margin-right: 10px;
	color: rgba(0,0,0,0.5);
	border-radius: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	font-family: Calibri, "나눔바른고딕";
}
.submit:hover         {
	background-color: #FFCCCC;
	color: rgba(0,0,0,0.8);
}
.guestList                  {
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 30px;
}
.guestList ol               {
	padding: 0;
	list-style: none;
	margin-bottom: 0;
	margin-top: 0;
}
.guestList ul               {
	padding: 0;
	list-style: none;
	margin-bottom: 0;
	margin-top: 0;
}
.guestList li p             {
	margin-top: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
}
.guestList ol li            {
	width: 300px;
	overflow: hidden;
}
.guestList li ul li         {
	overflow: hidden;
	width: auto;
	border-top: none;
	border-bottom: none;
	border-right: none;
	padding-left: 10px;
	border-left: 3px double #FFCCCC;
	padding-right: 0px;
}
.guestList li .name         {
	color: #669;
	margin-right: 5px;
}
.guestList li .date         {
	color: #FF9999;
}
.titleWrap               {
	text-align: center;
	font-family: Calibri, "나눔바른고딕";
	z-index: 4;
	border-bottom: 3px double #FFCCCC;
	color: #666699;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.titleWrap .admin {
	float: right;
	margin-right: 10px;
	margin-top: -10px;

}
.titleWrap .admin a {
	color: rgba(255,153,153,0.8);
}
.titleWrap .admin a:hover {
	color: #666699;
}
.entryProtected input    {
	width: 50px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: rgba(255,204,204,0.5);
	float: none;
	margin-right: 5px;
	margin-left: 5px;
}
.article                 {
	overflow: hidden;
	width: 300px;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-top: 20px;
}
.article a:link{
	background-color: rgba(204,255,255,0.5);
}
.taglog a:before { content: "#";}
.actionTrail             {
	clear: both;
	color: #999;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.actionTrail a           {
	padding: 3px;
	text-transform: uppercase;
	font-size: 10px;
	font-style: italic;
}
.actionTrail a:link      {
	color: #999999;

}
.actionTrail a:hover     {
	letter-spacing: 3px;
	color: #666666;
}
.actionTrail .cnt        {
	padding-left: 3px;
	padding-right: 3px;
}
.comment                          {
	padding: 0px;
	margin-bottom: 4px;
	overflow: hidden;
}
.comment p                        {
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0px;
	padding-bottom: 2px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 2px;
}
.comment li p{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
}
.comment h3                       { display:none;}
.comment ol                       {
	padding: 0;
	list-style: none;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0;

}
.comment ul                       {
	padding: 0;
	list-style: none;
	margin-bottom: 0;
	margin-top: 0;
}
.comment .date                    { font-size:7px color:#777;
	color: #FF9999;
}
.comment .name                    {
	color: #666699;
	margin-right: 5px;
}
.comment ol li                    {
	margin-bottom: 10px;
	margin-top: 10px;
	width: 300px;

}
.comment li ul li                 {
	width: auto;
	padding-left: 10px;
	border-left: 3px double #FFCCCC;
}
.commentWrite                     {
	margin-top: 30px;
}
.commentWrite input               {

}
.commentWrite textarea            {
	padding: 5px 0 5px 0;
	width: 300px;
	background-color: rgba(255,204,204,0.5);
	border: 0px solid #FFFFFF;
	margin-left: 9px;
	overflow-y: hidden;
}

.commentWrite .homepage           {
	width: 120px;
}
.secret         {
	float: right;
	margin-right: 10px;
	color: #666699;

}
.commentWrite .checkbox           {
	border: none;
	padding: 0;
	margin: 0;
	width: auto;
}
.guestWrite .checkbox           {
	border: 1px solid #CCCCCC;
	padding: 0;
	margin: 0;
	width: auto;
}
.admin {
	display: inherit;
	text-transform: uppercase;
}

.titleWrap .date {
	font-style: italic;
	display: inline-block;
	line-height: 100%;

}
s_paging {




}
#sidebar {
	text-align: center;
	line-height: 170%;
	color: #FFFFFF;
}
.paging {
	text-align: center;
	text-transform: uppercase;
	font-size: 9px;
	color: #333333;
	clear: both;
}
.paging a{
	text-align: center;
	text-transform: uppercase;
}
.paging a:hover{
	text-align: center;
	text-transform: uppercase;
	color: #FF9999;
}
#menu {
	text-transform: uppercase;
	font-size: 10px;
	position: fixed;
	margin-left: -70px;
	margin-top: 50px;
	width: 60px;
	text-align: center;
}
#menu a{
	transition: linear 0.2s;
	-webkit-transition: linear 0.2s;
	display: block;
	color: #999999;
	border-radius: 15px;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border: 3px double #FFCCCC;
	background-color: #FFFFFF;
}
#menu a:hover{
	color: #FF6666;
	border-color: #FF6666;
}
.entryNotice .titleWrap .date {
	border-right-width: 0px;
}
.entryProtected .titleWrap .date {
	border-width: 0px;
}
.entryNotice .article {
	width: 300px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.entryNotice .titleWrap {
	text-align: center;
	color: #666699;
}
.secret label:after {
	background-color: #CCCCCC;
}
.control {
	letter-spacing: 1px;
	float: right;
}
.control a {
	color: rgba(255,153,153,0.8);
}
.control a:hover {
	color: #666699;
}
.guestWrite .submit {
	margin-right: 0px;
}
.paging a:link {
	padding-right: 3px;
	padding-left: 3px;
}
.entryProtected .submit {
	background-color: rgba(255,204,204,0.5);
	width: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.entryProtected .submit:hover {
	background-color: #FFCCCC;
	color: rgba(0,0,0,0.8);
}
.e1 {
	background-color: #FFFFFF;
	position: absolute;
	width: 40px;
	height: 70px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-top: 2px solid #FFCCCC;
	border-bottom: 0px solid #FFCCCC;
	border-right: 2px solid #FFCCCC;
	border-left: 2px solid #FFCCCC;
	margin-top: -70px;
}
.e2 {
	background-color: #FFFFFF;
	position: absolute;
	width: 40px;
	height: 70px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-top: 2px solid #FFCCCC;
	border-bottom: 0px solid #FFCCCC;
	border-right: 2px solid #FFCCCC;
	border-left: 2px solid #FFCCCC;
	margin-top: -70px;
	margin-left: 310px;
}
.top {
	background-color: #FFFFFF;
	position: absolute;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-top: 2px solid #FFCCCC;
	border-bottom: 2px solid #FFCCCC;
	border-right: 2px solid #FFCCCC;
	border-left: 0px solid #FFCCCC;
	margin-left: 352px;
	margin-top: -59px;
}
