@charset "utf-8";
*::selection {
	background-color:#ffaad0;
	color: #333;
}

/* 본문 공통 */
body {
	line-height: 150%;
	font-size: 8pt;
	color: #333;
	font-family: Calibri, "돋움";
	margin: 0;
	overflow-y: hidden;
	overflow-x: hidden;
	background-color: #f8f8f8;
}
::-webkit-scrollbar {
	width:2px;
	background-color:#fff;
}
::-webkit-scrollbar-thumb {
	width:2px;
	background-color:#ffaad0;
}
.tistorytoolbar {
	display:none
}
.tistoryProfileLayerTrigger {
	display:none !important;
}
a:link {
	text-decoration:none;
	transition:linear 0.2s;
	-webkit-transition:linear 0.2s;
	color:#333;
}
a:visited {
	color:#333;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color:#ffaad0;
}
a:active {
	color:#333;
	text-decoration:none;
}
li {
	list-style: none;
}

/* 페이징 */
.selected {
}
.no-more-prev {
}
.no-more-next {
}
/* 종류별 코멘트 [##_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 {
	margin-bottom:10px;
	border-left:1px dotted #999999;
	text-align:left;
	padding-left:5px;
	margin-top: 5px;
}
.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:5px;
	padding-right:5px;
	padding-top:5px;
	background-color:rgba(153,153,153,0.1);
	margin-bottom:5px;
}
.moreless_fold:hover {
	background-color:rgba(153,153,153,0.3);
}
.moreless_top {
	transition:linear 0.2s;
	-webkit-transition:linear 0.2s;
	display:inline-block;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	background-color:rgba(153,153,153,0.1);
	margin-bottom:5px;
}
.moreless_top:hover {
	background-color:rgba(153,153,153,0.3);
}
.moreless_body {
}
.moreless_bottom {
	display: none;
}

/*스크롤바*/

html{ 
	scrollbar-3dLight-Color:#ffe5f1; 
	scrollbar-base-color:#ffe5f1; 
	scrollbar-Face-Color:#ffe5f1; 
	scrollbar-Highlight-Color:#ffe5f1; 
	scrollbar-Shadow-Color:#ffe5f1; 
	scrollbar-DarkShadow-Color:#ffe5f1; 
	scrollbar-arrow-color:#ffe5f1; 
	scrollbar-Track-Color:#ffffff; 
} 

/* --------------------------- */
iframe {
	width:100%;
}
img {
	border:0;
	max-width:100%;
	height:auto;
}
.imageblock {
	max-width:100%;
}
input {
	width: 50px;
	border-width: 0px 0px 1px;
	background-color: #FFFFFF;
	color: #999999;
	text-transform: uppercase;
	border-bottom-color: #CCCCCC;
	margin-right: 5px;
	font-size: 8pt;
	font-family: Calibri, "돋움";
}
/* 블로그 레이아웃 */
#container {
	width: 342px;
	background-color: #FFFFFF;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -275px;
	margin-left: -173px;
	border-radius: 10px;
	border-top: 0px solid #ffaad0;
	border-bottom: 0px solid #ffaad0;
	border-right: 1px solid #ffaad0;
	border-left: 1px solid #ffaad0;
	-webkit-box-shadow: 5px 5px rgba(0,0,0,0.05);
	box-shadow: 5px 5px rgba(0,0,0,0.05);
}
#content {
	width: 342px;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 400px;
}
/* ***** content ***** */
#content .entryProtected,#content .entry, #content .tag {
	z-index:5;
}
.entryNotice {
	border-bottom: 0px solid #F3F3F3;
}
#content .entryProtected {
	z-index: 5;
	border-bottom: 1px solid #F3F3F3;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	height: 50px;
}
#content .guestbook {
	z-index:5;
}
#content .searchList {
	z-index:5;
}
.searchList ol {
	list-style:none;
	margin:0;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-left:10px;
	line-height:170%;
	background-color:#FFFFFF;
}
.searchList li {
	display:block;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.searchList li:hover {
	text-decoration:none;
}
.searchList .date {
	color: #ffaad0 !important;
	-webkit-margin-before: 0;
	display: inline-block;
	height: 70px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 70px;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}
.searchList .cnt {
	color:#999999;
}
.guestbook p {
	margin:0;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
}
.guestWrite textarea {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow-y: hidden;
	font-family: Calibri,"돋움";
	font-size: 8pt;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 300px;

	background-color: #FFFFFF;
	overflow-y: hidden;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 22px;
	border: 1px solid #CCCCCC;
}
.guestWrite .homepage {
	width:150px;
}
.submit {
	width: 50px;
	transition: linear 0.2s;
	-webkit-transition: linear 0.2s;
	text-transform: uppercase;
	background-color: #F3F3F3;
	border-width: 0px;
	color: rgba(0,0,0,0.5);
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 3px;
	padding-top: 5px;
	font-size: 9px;
	font-family: Calibri, "돋움";
}
.submit:hover {
	color: #252525;
	background-color: #EBEBEB;
}
.guestList {
	background-color:#FFFFFF;
}
.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 {
}
.guestList li ul li {
	overflow:hidden;
	width:auto;
	border-top:1px solid #F3F3F3;
	border-bottom:none;
	border-right:none;
	border-left:10px solid #F3F3F3;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:10px;
	padding-right:20px;
}
.guestList li .name {
	color:#252525;
	margin-right:5px;
}
.guestList li .date {
	color: #999999;
}
.titleWrap {
	color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: px;
}
.titleWrap .admin {
	background-color: #FFFFFF;
	font-weight: normal;
}
.titleWrap .admin a {
	margin-right: 3px;
}
.titleWrap .admin a:hover {
}
.entryProtected input {
	width: 30px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	float: none;
	margin-right: 0px;
}
.entryProtected .in {
	display: inline-block;
	float: left;
	padding-top: 14px;
	width: 50px;
}
.entry .taglog {
	transition:linear 0.2s;
	-webkit-transition:linear 0.2s;
	display:block;
	font-size:0px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:5px;
}
.entry .taglog a:before{
	content:"#";}
.entry .taglog a {
	color: #999 !important;
	font-size: 8pt;
	margin-right: 5px;
	text-transform: uppercase;
}
.entry .taglog a:hover {
	background-color:rgba(0,0,0,0.15);
}
.article {
	background-color:#FFFFFF;
	padding-top:10px;
	padding-right:20px;
	padding-bottom:10px;
	padding-left:20px;
	word-break:break-all;
	text-align:justify;
	overflow:hidden;
}
.comment {
	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 {
	list-style:none;
	margin-bottom:2px;
	margin-top:0px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
}
.comment ul {
	padding:0;
	list-style:none;
	margin-bottom:0;
	margin-top:0;
}
.comment .date {
	font-size:7px color:#777;
	color: #999999;
	font-style: italic;
}
.comment .name {
	color:#252525;
	margin-right:5px;
}
.comment li ul li {
	width:auto;
	padding-left:10px;
	border-left:10px solid #F3F3F3;
	border-top:1px solid #F3F3F3;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0;
}
.commentWrite {
	border-top:1px solid #F3F3F3;
	padding-top:10px;
	padding-right:20px;
	padding-bottom:10px;
	padding-left:20px;
	background-color:#FFFFFF;
}
.commentWrite input {
}
.commentWrite textarea {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow-y: hidden;
	font-family: Calibri,"돋움";
	font-size: 8pt;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 300px;
	background-color: #FFFFFF;
	overflow-y: hidden;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 22px;
	border: 1px solid #CCCCCC;
}
.commentWrite .homepage {
	width:150px;
}
.secret {
	margin-left: -10px;
	display: none;


}
input[id="cb2"]+label {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 15px;
	cursor: pointer;
	background-color: #FFFFFF;
	border: 1px solid #FF4100;
}
input[id="cb2"]:checked+label {
	border: 2px solid #FFFFFF;
	background-color: #FF4100;
}
input[id="cb2"] {
	display: none;
}
.admin {
	display: inherit;
	font-size: 8pt;
}
s_paging {
}
#header {
	line-height: 170%;
	height: 80px;
	background-color: #ffaad0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.paging {
	width: 392px;
	height: 55px;

}
.paging a {
	color: #FFFFFF;

}
.paging #prev:hover,.paging #next:hover {

}
#menu {
	font-size:10px;
	text-align:center;
	margin-bottom:3px;
	width:182px;
	margin-left:-2px;
}

.titleWrap .date {
	font-weight: normal;
	margin-right: 5px;
}
.entryProtected .titleWrap {
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 50px;
}
.entryNotice .titleWrap {
	text-align:left;
	border-bottom-width:0px;
	padding-bottom:0px;
}
.secret label:after {
	background-color:#CCCCCC;
}
.control {
	letter-spacing:1px;
	float:right;
}
.control a {
	color:#CCCCCC;
}
.control a:hover {
	color:#333333;
}
.guestWrite .submit {
	display:inline;
}
.paging #prev {
	width: 55px;
	text-align: center;
	position: absolute;
	padding-top: 22px;
	padding-bottom: 22px;
}
.paging #next {
	width: 55px;
	text-align: center;
	position: absolute;
	padding-top: 22px;
	padding-bottom: 22px;
	margin-left: 287px;
}
#copyright {
	text-align: center;
	color: #bbb;
	font-size: 8pt;
}
#copyright a {
	color: #bbb;
	position: fixed;
	right: 20px;
	bottom: 15px;
}
.commentList {
	font-family:Calibri,"돋움";
}
.commentList ol #list1 {
	border-top:1px solid #F3F3F3;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
}
.guestList ol #list1 {
	padding-top: 10px;
	border-top: 1px solid #F3F3F3;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}
#header #title {
	position: absolute;
	margin-top: 10px;
	margin-left: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Open Sans',sans-serif;


}
#header #title a {
	color: #FFFFFF;
	font-size: 10px;
}
#header img {
	opacity:0.7;
}
#footer {
	height: 55px;
	border-top: 1px solid #ffaad0;
	background-color: #ffaad0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#content .post a {
	background-color: #ffaad0;
	position: absolute;
	right: 10px;
	bottom: 65px;
	text-align: center;
	border-radius: 30px;
	z-index: 10;
	color: #FFFFFF;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 10px;
}
#search {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	border: 10px solid #f4f4f4;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;

}
#search  input {
	width: 285px;
	background-color: #FFFFFF;
	border-width: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline-block;
}
#header .aa {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	line-height: 15px;
}
#header .aa .fa {
	margin-left: 5px;
	font-size: 10px;
}
.secret input {
	width: auto;
}
#footer .bb{
	width: 282px;
	height: 55px;
	position: absolute;
	margin-left: 55px;
}
#header .menu {
	position: absolute;
	margin-top: 50px;
	margin-left: 12px;
}
#header .menu a:link {
	margin-right: 10px;
	color: #FFFFFF;
}
#header .menu a {
	color: #FFFFFF;
	font-size: 13px;

}
#header .menu a:hover {
	color: rgba(255,255,255,0.7);
}
#header .menu2 {
	position: absolute;
	margin-top: 45px;
	margin-left: 287px;

}
.tag ul{
	word-break: break-all;
	text-align: justify;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin: 0;
	text-transform: uppercase;
	font-size: 8pt;
}
.tag ul li {
	display: inline-block;
}
a.cloud1{
	color: #000000;
	font-weight: bold;
}
a.cloud2{
	color: #000000;
}
a.cloud3{
	color: #333333;
}
a.cloud4{
	color: #666666;
}
a.cloud5{
	color: #999999;
}
.tag a:hover{
	color: #FFFFFF;
	background-color: #ffaad0;
}
#header .menu2 a {
	color: #FFFFFF;
	float: right;
	margin-left: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
}
#header .menu2 a:link {
	color: #FFFFFF;
}
#header .menu2 a:hover {
	color: rgba(255,255,255,0.7);
	border-color: rgba(255,255,255,0.7);
}
.searchList ol li a {
	white-space: nowrap;
	display: inline-block;
	width: 160px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 8pt;
}
.list_content {
	font-size: 8pt;
	line-height: 50px;
}
.list_content .thumbnail_post img    {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
}
.list_content .link_post {
	background-color: #CCCCCC;
}
.list_content a {
	display: block;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	border-bottom: 1px solid #F3F3F3;
	height: 50px;
	font-weight: normal;
}
.list_content img {
	display: inline-block;
	border-radius: 100px;
	margin-right: 20px;
}
.list_content .tit_post {
	transition: linear 0.2s;
	-webkit-transition: linear 0.2s;
	display: inline-block;
	overflow: hidden;
	color: #333333;
	font-weight: normal;
	width: 155px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.list_content .detail_info .txt_bar {
	color: #ffaad0;
	font-weight: bold;
}
.list_content .detail_info {
	height: 50px;
	float: right;
	text-align: center;
	display: inline-block;
	font-weight: bold;
	color: #ffaad0;

}
.list_content a:hover .tit_post {
	color: #ffaad0;
}
#container .guestbook .guestWrite {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.entryProtected .titleWrap .date {
	color: #ffaad0;
	font-weight: bold;
	line-height: 50px;
	float: right;
	margin-right: 0px;
}
a,a:hover{cursor: url("http://cur.cursors-4u.net/others/oth-6/oth588.cur"),auto;} 
.imageblock img{cursor:url("http://cur.cursors-4u.net/others/oth-6/oth588.cur"),auto !important;} 