﻿@charset "utf-8";
html {
	scrollbar-3dlight-color:Transparent;
	scrollbar-arrow-color:#7547FF;
	scrollbar-base-color:#efefef;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:Transparent;
	scrollbar-highlight-color:Transparent;
	scrollbar-shadow-color:#ffffff;
	scrollbar-track-color:#ffffff;
	overflow-y:scroll;
	overflow-x:hidden;
}
*::selection {
	background-color:rgba(102,102,102,0.1);
	color: #333;
}
/* 본문 공통 */
body {
	line-height: 170%;
	font-size: 8pt;
	color: #666;
	font-family: Calibri,"맑은 고딕";
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tx-quote-tistory{
	background-color: rgba(0,0,0,0.03);
	margin:0;
	padding:20px;
	text-align:center;
}
::-webkit-scrollbar {
	width:5px;
	background-color:Transparent;
}
::-webkit-scrollbar-thumb {
	border:2px solid #FFFFFF;
	width:5px;
	background-color:rgba(102,51,255,0.90);
}
.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: #eee;
}
a:active {
	color:#666;
	text-decoration:none;
}
li {
	list-style:none;
}
textarea {
	font-family: Calibri,"맑은 고딕";
	width: 500px;
	border: 1px solid rgba(0,0,0,0.0);
	font-size: 8pt;
	background-color: rgba(0,0,0,0.05);
	overflow-y: hidden;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.homepage {
	width:120px;
}
img {
	margin-bottom: 5px;
	transition:linear 0.2s;
	-webkit-transition:linear 0.2s;
	border:0;
}
img:hover {
	opacity:0.8;
}
input {
	width:70px;
	background-color:rgba(0,0,0,0.05);
	border-color:rgba(0,0,0,0.0);
	font-family:Calibri,"나눔고딕","맑은 고딕";
	font-size: 10px;
}
/* 페이징 */
.selected {
	color: #666666;
}
.no-more-prev {
	color: #eee !important;
}
.no-more-next {
	color: #eee !important;
}
/* 종류별 코멘트 [##_rp_rep_class_##] */
.rp_general {
}
.rp_admin {
}
.rp_secret {
	color: #FFB3B3;
}
/* 종류별 코멘트 [##_guest_rep_class_##] */
.guest_general {
}
.guest_admin {
}
.guest_secret		 {
	color: #FFB3B3;
}
/* 비밀 댓글 (로그아웃시 비밀글 표현) */
.hiddenComment {
	color: #FFB3B3;
}
/* 이미지 */
.cap1 {
	text-align: center;
}
.imageblock {
}
.left {
}
.center {
}
.right {
}
.dual {
}
.triple {
}
/* 본문 - more / less */
.moreless_fold {
	transition:linear 0.2s;
	-webkit-transition:linear 0.2s;
	padding:10px;
	display:inline-block;
	line-height:25px;
	border-left:1px solid #dddddd;
}
.moreless_fold:hover {
	background-color:rgba(0,0,0,0.05);
	border-color:#FFFFFF;
}
.moreless_top {
	transition:linear 0.2s;
	-webkit-transition:linear 0.2s;
	padding:10px;
	display:inline-block;
	line-height:25px;
	border-left:1px solid #dddddd;
}
.moreless_top:hover {
	background-color:rgba(0,0,0,0.05);
	border-color:#FFFFFF;
}
.moreless_body {
}
.moreless_bottom {
	transition:linear 0.2s;
	-webkit-transition:linear 0.2s;
	padding:10px;
	display:inline-block;
	line-height:25px;
	border-left:1px solid #dddddd;
}
.moreless_bottom:hover {
	background-color:rgba(0,0,0,0.05);
	border-color: #FFFFFF;
}
/* 블로그 레이아웃 */
#container {
	padding-top: 80px;
	padding-bottom: 80px;

}
#content {
	background-color: rgba(255,255,255,0.0);
}
/* ***** content ***** */
#content .entryProtected,#content .entry {
	width: 500px;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
.entryNotice {
	width: 500px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
#content .entryProtected {
	z-index:5;
	margin-bottom:25px;
	text-align:center;
	padding-bottom:1px;
}
#content .guestbook {
	z-index: 5;
	width: 500px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-top: 20px;
	margin-right: auto;
	background-color: #FFFFFF;
}
#content .searchList {
	z-index: 5;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}
.searchList ol {
	list-style:none;
	margin:0;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	line-height:170%;
}
.searchList li {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.searchList li:hover {
	text-decoration: none;
}
.searchList .date {
	color:#aaaaaa;
	text-align:center;
	line-height:130%;
	float:right;
}
.searchList .cnt {
	color:rgba(102,51,255,0.90);
}
.guestbook p {
	word-break: break-all;
	text-align: justify;
	margin: 0;
}
.guestWrite {

}
.submit {
	padding: 7px;
	transition: linear 0.2s;
	-webkit-transition: linear 0.2s;
	text-transform: uppercase;
	font-weight: bold;
	float: right;
	color: #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 15px;
	background-color: #FFFFFF;
}
.submit:hover {
	background-color: rgba(0,0,0,0.05);
	border-color: rgba(0,0,0,0);
}
.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 {
	word-break:break-all;
	text-align:justify;
	margin-top:5px;
	padding-top:5px;
	margin-bottom: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:1px solid #eee;
}
.guestList li .name {

}
.guestList li .date {
	color: #ccc;
}
.titleWrap {
	word-break: break-all;
	color: #666666;
	margin-top: 10px;
	text-align: left;
	text-transform: uppercase;
}
.titleWrap .admin {
	display: inline-block;
	letter-spacing: normal;
	color: #ccc;
	margin-right: 5px;
}
.titleWrap .admin a {
	color: #ccc;
	padding-left: 3px;
}
.titleWrap .admin a:hover {
	color: #eee;

}
.control a {
	color: #ccc;
}
.control a:hover {
	color: #eee;
}
.entryProtected input {
	padding-top:3px;
	padding-right:3px;
	padding-bottom:3px;
	padding-left:3px;
	background-color:rgba(0,0,0,0.05);
}
.article {
	word-break: break-all;
	text-align: justify;
	overflow: hidden;
	color: #666;
	width: 500px;
}
.tagTrail {
	padding:5px 5px 5px 40px;
	background:url(/images/entryTag.gif) center left no-repeat;
	clear:both;
}
.actionTrail {
	display: inline-block;
	float: right;
	margin-top: -18px;
}
.actionTrail a {
	-webkit-filter: grayscale(100%);
	color: #ccc;
	display: inline-block;
}
.actionTrail a:hover {
	-webkit-filter: grayscale(0%);
	opacity: 1;
	color: #eee;
}
.comment {
	padding: 0px;
	overflow: hidden;
}
.comment p {
	word-break: break-all;
	text-align: justify;
	margin: 3px 0 0 0;
	padding: 0;
}
.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:#bbbbbb;
}
.comment .name {

}
.comment ol li {
	margin-bottom:10px;
	margin-top:10px;
}
.comment li ul li {
	width:auto;
	padding-left:10px;
	border-left:1px solid #eee;
}
.commentWrite {

}
.secret {
	float: right;
	margin-right: -8px;
}
.commentWrite .checkbox {
	border:none;
	padding:0;
	margin:0;
	width:auto;
}
.guestWrite .checkbox {
	border:1px solid #eee;
	padding:0;
	margin:0;
	width:auto;
}
.admin {
	display:inherit;
}
.titleWrap .date {
	display: inline-block;
	margin-right: 5px;
	color: #ccc;
}
#header {
	text-align: center;
	line-height: 170%;
	color: #bbb;
	width: 750px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 60px;
	font-weight: bold;
	font-size: 12pt;
	letter-spacing: 5px;
}
#header .menu {
	text-transform: uppercase;
	color: #ccc;
	letter-spacing: normal;
	font-size: 7pt;
	font-weight: normal;
}
#header .menu a {
	text-align: left;
	margin-left: 3px;
	color: #ccc;
}
#header .menu a:hover {
	color: #666666;
}
.top {
	font-size: 6pt;
	margin-top: 10px;
}
.top a{
	color: #ccc;
}
.top:hover {
	color: #eee;
}
#skin {
	text-transform:uppercase;
	font-size:10px;
	position:fixed;
	margin-top:-15px;
	margin-left:81px;
}
.entryNotice .titleWrap .date {
	border-right-width:0px;
}
.entryProtected .titleWrap .date {
	border-width: 0px;
}
.entryNotice .article {
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: rgba(0,0,0,0.03);
	width: 480px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.search input:hover {
	opacity:1;
	border-left-color:rgba(255,255,255,0.15);
}
.entry .taglog {
	word-break: break-all;
	text-align: justify;
	transition: linear 0.2s;
	-webkit-transition: linear 0.2s;
	display: inline-block;
	font-size: 0px;
	width: 500px;
}
.taglog a:before {
	content:"#";
}
.entry .taglog a {
	color: #ccc !important;
	display: inline-block;
	margin-right: 5px;
	font-family: Calibri,"맑은 고딕";
	font-size: 8pt;
}
.entry .taglog a:hover {
	color: #eee !important;
}
.control {
	float: right;
}
#footer {
	background-color: #FFFFFF;
	width: 750px;
	/* [disabled]float:right;*/
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 40px;
	text-align: center;
	padding-top: 40px;
}
#footer a {
}
.paging {
	text-transform:uppercase;
	color:#000000;
}
.paging a {
	transition: linear 0.2s;
	-webkit-transition: linear 0.2s;
	border-left: 1px solid rgba(255,255,255,0.3);
	font-size: 7pt;
	color: #CCC;
	padding-left: 2px;
	padding-right: 2px;
}
.paging a:hover {
	border-left-color: rgba(255,255,255,0.15);
	color: #eee;
}
input[id="cb2"]+label {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 15px;
	cursor: pointer;
	border: 2px solid #FFCCCC;
	background-color: #FFFFFF;
}
input[id="cb2"]:checked+label {
	background-color: #FFCCCC;
	border: 2px solid #FFFFFF;
}
input[id="cb2"] {
	display:none;
}
.copy a {
	position: fixed;
	color: #999;
	bottom: 20px;
	font-size: 6pt;
	letter-spacing: 1px;
	line-height: 100%;
	font-style: italic;
	text-align: center;
	right: 15px;
}
.flexible_img_col {
}
.flexible_img_col ul {
	margin:0;
	padding:0;
	font-size:11px;
	list-style:none;
	*zoom:1;
}
.flexible_img_col ul:after {
	display:block;
	clear:both;
	content:""
}
.flexible_img_col li {
	float: left !important;
	padding: 0 !important;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 250px;
	height: 250px;
}
.flexible_img_col li.masonry-brick {
	margin-top:0
}
.flexible_img_col li:hover strong
.flexible_img_col .thumb {
	overflow: hidden;
	position: absolute;
	color: #eee;
	width: 250px !important;
	text-align: center;
	line-height: 250px;
	text-align: center;
	height: 250px;
	display: inline-block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
}
.youtube img {
	margin-left:-70px;
}
.flexible_img_col .noi .thumb {
	border-color:#ddd !important
}
.flexible_img_col .thumb span {
	font-size:25px;
	width:auto;
}
.flexible_img_col .thumb img {
	height: 250px;
	width: 250px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.flexible_img_col a {
	text-decoration: none;
	cursor: pointer;
	padding-bottom: 0;
	padding-top: 0;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.flexible_img_col li:hover .thumb img {
	opacity: 0.7;
}
.flexible_img_col li:hover strong {
	color: #FFFFFF;
	opacity: 1;
}
.flexible_img_col p {
	-webkit-margin-before: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.flexible_img_col strong {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	-webkit-margin-start: 0px !important;
	-webkit-margin-before: -256px;
	transition: linear 0.2s;
	-webkit-transition: linear 0.2s;
	line-height: 210px;
	width: 210px;
	height: 210px;
	opacity: 0;
	background-color: rgba(51,51,51,0.3);
	margin-bottom: 0px;
	font-weight: normal;
	font-style: italic;
	position: absolute;
	margin-left: -250px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#header  img {
	width: 100px;
	height: 100px;
	margin-bottom: 20px;
}
