@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900|Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=K2D:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i');

html, body, input, button, img:hover, img:hover, input:hover, .moreless_fold span, .moreless_top span, a, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;}


/* 신고 버튼 */
.container_postbtn {
	padding: 10px 0 !important;
}
.container_postbtn .postbtn_like {
	border: 0px !important;
}
.container_postbtn .postbtn_like label:first-child {
	padding-left: 0 !important;
}

/*더보기*/

.moreless_fold { 	
	display:inline-block; 
	padding:10px; 
	color:#333; 
 }
.moreless_top { 
	display:inline-block; 
	padding:10px; 
	color:#333;  
}

.moreless_fold::before{
	content:'❤︎ ';
	color: #333;
	font-size: 12px;
}

.moreless_bottom::before, .moreless_top::before{
	content:'- ';
	color: #333;
	font-size: 12px;
}

.moreless_content { 
	margin-top:10px; 
	border-top:1px solid #ddd; 
	padding-top:10px; }

.moreless_bottom { 
	display:none 
}


ol,ul,li { margin:0; padding:0; list-style:none; }
img { vertical-align:middle; }
input,textarea { outline:none; border:0; }
section {
  display: block;
}



#tistorytoolbarid { display: none; }




/* 드래그 색상 */

::selection{ 
  color: transparent; 
  text-shadow: 0 0 2px #000; 
  transition: all 250ms ease-in; 
} 

/* 스크롤바 */

::-webkit-scrollbar { 
	width:4px; 	border-radius:5px; 
}

::-webkit-scrollbar-track { 
	-webkit-border-radius:5px; 
	border-radius:5px; 
	background:none; 
}

::-webkit-scrollbar-thumb { 
	background-color:#eaeaea; 
}
::-webkit-scrollbar-thumb:hover { 
	background-color:#eaeaea; 
}
::-moz-selection{ 
  color: transparent; 
  text-shadow: 0 0 2px #ffb7c0; 
  transition: all 250ms ease-in; 
}

@keyframes fadein {
    from {opacity:0;}
    to {opacity:1;}
}
@-moz-keyframes fadein { /* Firefox */
    from {opacity:0;}
    to {opacity:1;}
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {opacity:0;}
    to {opacity:1;}
}
@-o-keyframes fadein { /* Opera */
    from {opacity:0;}
    to {opacity: 1;}
}



body {
	animation: fadein 3000ms ease-out;
	-moz-animation: fadein 2000ms ease-out; /* Firefox */
	-webkit-animation: fadein 2000ms ease-out; /* Safari and  Chrome */
	-o-animation: fadein 2000ms ease-out; /* Opera */
	margin: 0px;
	font-family: 'Noto Sans KR', 'K2D';
	font-size: 10px;
	color: #3B3B3B;
	background-color: #F8F8F8;
	overflow-y: scroll;
	overflow-x: hidden;
}

a {
	color: #333333;
	font-size: 10px;
}
a:hover  , a:active{
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	color: #333;
}
a:link, a:visited {
	text-decoration: none;
	color: #1F1F1F;
	font-weight: 500;
	font-size: 10px;
}



.category_bar {
	width: 150px;
	height: 150px;
	position: fixed;
	top: 222px;
	padding: 20px;
	background-color: #F4F4F4;
	border-radius: 5px;
	border: 1px solid #D1D1D1;
	left: 7%;
}
.category {
	width: 80px;
	height: 80px;
	background-color: #FFFFFF;
	position: fixed;
	padding: 2px;
	border-radius: 100px;
	margin-top: 25px;
	margin-left: 30px;
	border: 1px solid #E7E7E7;
}
.category img {
	width: 100%;
	border-radius: 100px;
	height: auto;
}
.category_bar .img_menu {
	margin-top: 140px;
	margin-left: 35px;
	color: #9B9B9B;
}
.category_bar .img_menu a {
	padding-right: 10px;
	color: #B4B4B4;
}
#wrapper {
	width: 22px;
	height: 22px;
	position: absolute;
	z-index: 9999999;
}

#line-wrapper {
	cursor: pointer;
	width: 22px;
	height: 22px;
	position: absolute;
}

/* 추가된 부분 */
.init {
  animation:none !important;
}

.line {
	background-color: #BABABA;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 13px;
	height: 2px;
	border-radius: 2px;
	position: relative;
}

.line-top {
  animation:line-top .5s forwards ease-out,
            line-top-rotate .3s .5s forwards ease-out;
}

/* 추가된 부분 */
.top-reverse {
  animation:line-top-rotate-reverse .3s forwards ease-out,
            line-top-reverse .5s .3s forwards ease-out;
}

.line-mid {
  animation:line-mid .5s forwards ease-out;
}

/* 추가된 부분 */
.mid-reverse {
  animation:line-mid-invisible .3s forwards ease-out, 
            line-mid-reverse .5s .3s forwards ease-out;
}

.line-bot {
  animation:line-bot .3s forwards ease-out,
            line-bot-rotate .2s .3s forwards ease-out;
}

/* 추가된 부분 */
.bot-reverse {
  animation:line-bot-rotate-reverse .2s forwards ease-out,
            line-bot-reverse .3s .2s forwards ease-out;
}

@keyframes line-top {
  0% {transform:translateY(0px)}
  100% {transform:translateY(7px)}
}

@keyframes line-top-reverse {
  0% {transform:translateY(7px)}
  100% {transform:translateY(0px)}
}

@keyframes line-top-rotate {
  0% {transform:translateY(7px) rotateZ(0deg)}
  100% {transform:translateY(7px) rotateZ(45deg)}
}

@keyframes line-top-rotate-reverse {
  0% {transform:translateY(5px) rotateZ(45deg)}
  100% {transform:translateY(5px) rotateZ(0deg)}
}

@keyframes line-mid {
  0% {transform:scale(1)}
  100% {transform:scale(0)}
}

@keyframes line-mid-reverse {
  0% {transform:scale(0)}
  100% {transform:scale(1)}
}

@keyframes line-mid-invisible {
  0% {transform:scale(0)}
  100% {transform:scale(0)}
}

@keyframes line-bot {
  0% {transform:translateY(0px)}
  100% {transform:translateY(-8px)}
}

@keyframes line-bot-reverse {
  0% {transform:translateY(-3px)}
  100% {transform:translateY(0px)}
}

@keyframes line-bot-rotate {
  0% {transform:translateY(-1px) rotateZ(0deg)}
  100% {transform:translateY(-1px) rotateZ(135deg)}
}

@keyframes line-bot-rotate-reverse {
  0% {transform:translateY(-1px) rotateZ(135deg)}
  100% {transform:translateY(-1px) rotateZ(0deg)}
}
.menu  {
	position: absolute;
	width: 100%;
	height: 100%;
	margin-top: 0px;
	top: 0px;
	border-radius: 5px;
	margin-left: -20px;
	z-index: 9999;
	background-color: rgba(244,244,244,1.00);
	display: none;
}
.menu #menu_wrap  {
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 5px;
	border-radius: 5px;
	z-index: 9999;
	width: 88%;
	position: absolute;
	height: 120px;
	padding-top: 5px;
	text-align: left;
	margin-left: 65px;
}
.menu #menu_wrap li {
 	display: block;
	width:100%;
	margin-top: 3px;
	margin-right: 10px;
}
#menu_wrap li a {
	color: rgba(97,97,97,1.00);
	font-size: 9px;
	font-weight: 400;
	letter-spacing: 0.7px;
	text-transform: lowercase;
	margin-left: 5px;
}
#menu_wrap li a:hover {
	background-color: #FFA9BD;
	color: #FFFFFF;
}
#menu_wrap li .fas {
	color: #FFABB7;
}



/*본문시작*/


.wrap {
	width: 500px;
	padding: 20px;
	background-color: #FFFFFF;
	margin-left: auto;
	border-radius: 5px;
	border: 1px solid #C4C4C4;
	margin-right: auto;
	overflow-y: scroll;
	overflow-x: hidden;
	margin-top: 100px;
	margin-bottom: 100px;
}
.list_wrap {
	padding-top: 30px;
	overflow-y: scroll;
	overflow-x: hidden;
}




/* 갤러리 목록 */

#list {
			margin-left:20px;
	
}

#list_g {
	padding-top: 50px;
}

#list_gal .list_info {
	border: 1px solid rgba(0,0,0,0.4);
	width: 22%;
	height: auto;
	float: left;
	margin:1%;
	position: relative;
}
#list_gal .list_info .thumb_img {
	width: 100%;
	height: auto;
	overflow: hidden;
}
#list_gal .list_info .thumb_img img {
		border-right: 1px solid #000;
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}


#list_gal .list_info:hover .thumb_img img{
	-webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;

}

#list_gal .list_info .list_title {	
		opacity:0;
	font-size:7px;
	position: absolute;
	top: 0%;
	left: 28%;
	width: 100%;
	height: 100%;
}
#list_gal .list_info #thumb_b  {font-size:9px;
	display: inline-block;
	position: absolute;
	top:50%;
	left:50%;
	width:90%;
	opacity:1;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
}
#list_gal .list_info .list_date {
	display: none;
}
#list_gal .list_info:hover .list_title #thumb_b {
	font-size:9px;
	color: #d71651;
	opacity: 1;
-webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}


/*목록형*/


#list_g .list_info .thumb_img {
	display: none;
}

#list_g .list_info {
	border-bottom: 1px solid #000;
	padding-top: 12px;
	padding-bottom: 12px;
}
#list_g .list_info .list_date {
	float: right;
}
#list_g .list_info:hover {
	color: #EC6769;
}


.area_related {position:relative;width:100%;margin-top:14px;margin-bottom:14px;font-size:10px; }
.area_related .tit_related {font-weight:normal;font-size:10px;color:#222}
.list_related {overflow:hidden;margin-top:15px}
.list_related li {position:relative;float:left;margin-right:10px}
.list_related li:last-child { margin-right:0}
.list_related .link_related {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100px;
	height: 100px;
	margin: 3%;
	border: 1px solid rgba(179,179,179,1.00);
	background: #fafafa;
	font-size: 9px;
	text-align: center;
	color: #fff
}
.list_related .thumb_type .link_related {
	width:100px;height:100px;border:0 none}
.list_related .frame_related {display:none;
	position:absolute;
	left:0;top:0;
	width:100px;height:100px;
}
.thumb_type .frame_related {display:block}
.list_related .thumb_related {
	position:absolute;
	left:0;top:0;
	width: 100%;
	height: 100%;
}

.list_related .thumb_related img 	{
	
	position:absolute;
	left:0;top:0;
	width: 100%;
	height: auto;}

.list_related .txt_related {	width: 100%;
	font-size:9px; 
	display:block;
	display:-webkit-box;
	overflow:hidden;
	position:relative;
	left:-20px;top:40px;
	z-index:10;
	max-height:80px;
	padding:27px 20px 0;
	color:#5c5c5c;
	text-overflow:ellipsis;-webkit-line-clamp:4;-webkit-box-orient:vertical;word-wrap:break-word}
.list_related .link_related:hover .txt_related {color:#fff;
-webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;}

.list_related .link_related:hover {
		-webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
background:#fff;
		opacity:0.3;
}



/* 본문 */


.entry .wrap_title {
	padding-bottom : 10px;
	font-weight: 400;
}
.entry .wrap_title a {
		font-weight: 400;
}

.wrap_title a .fas.fa-folder-open {
	color: #FFB1C3;
}
.wrap_title .wrap_date .fas.fa-clock {
	color: #FFB1C3;
}
.entry .wrap_title .wrap_date {
	float:right;
	font-weight: 400;
}
.entry .article {
	padding-top: 10px;
	padding-bottom: 10px;
}
.entry .admin {
	padding-bottom: 20px;
	color: #A2A2A2;
	font-weight: 400;
}
.admin a {
	color: #FFB5B6;
	margin-right: 10px;
	margin-left: 10px;
}
.entry .tag_trail {
	padding-bottom: 10px;
	padding-top: 0px;
	font-weight: 400;
}
.tag_trail .tagText .fas.fa-tag {
	color: #FFB1C3;
}

/* 댓글 */

.comment {
	padding-top: 10px;
	padding-bottom: 10px;
}
.comment .comment_wrap {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 20px;
}
.rp_name  {
	color: #0A0A0A;
}
.rp_date {
	color: #969696;
}
.rp_con a {
	padding-left: 5px;
}
#rp2  {
	padding-left: 50px;
}
#rp2 .rp_text {
	margin-left: 20px;
}

.fas.fa-level-down-alt {
	color: #FFB1BD;
	font-size: 15px;
	padding: 8px;
	margin-left: -10px;
}
.fas.fa-wrench {
	padding-left: 5px;
	padding-right: 5px;
}
.form_input input {
	background-color: transparent;
	padding: 3px;
	border-bottom: 1px solid #9A9A9A;
}
.rp_form_text textarea {
	background-color: transparent;
	border: 1px solid #888888;
	border-radius: 5px;
	padding: 5px;
	width: 97%;
}
.fas.fa-hand-point-right {
	padding-left: 10px;
	color: #909090;
}



/* 체크박스 */

#secret {
	display:none;
	position:absolute;
}
.secret {
	color: #343434;
	padding-left: 10px;
}
.secret_rp input[type="checkbox"]+label:before {
	display:inline-block;
	margin-top:5px;
	content:'공개글입니다';
}
.secret_rp input[type="checkbox"]:checked+label:before {
	content: '비밀글로 설정되었습니다';
	color: #FF7396;
	font-weight: 600;
	text-shadow: 0px 0px;
}

.submit {
	margin-top: -10px;
	padding-right: 5px;
}
.submit input {
	float: right;
	background-color: #FFFFFF;
	border-radius: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	border: 1px solid #707070;
	margin-top: -22px;
}
.submit input:hover {
	border: 1px solid #333;
	border-radius: 5px;
	color: #333;
}
.submit2 {
}
.submit2 input {
	border-radius: 5px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 30px;
	padding-left: 30px;
	border: 1px solid #333;
	padding-bottom: 5px;
}
.submit2 input:hover {
	border-radius: 5px;
	border: 1px solid #333;
	color: #333;
}


/* 보호글 */

.entryProtected {
	text-align: center;
}
.protect input {
	border-bottom: 1px solid #6E6E6E;
	background-color: transparent;
}


/* 방명록 */

.guest_wrap {
	padding-bottom: 20px;
}
#rp3 {
	margin-left: 10px;
}

/* 페이징 */

.paging {
	font-size:10px;
	bottom : 40px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 40px;
}
.paging a {	font-size:10px;
	cursor: pointer;
}
.thebluehour {
}
.thebluehour a .fas.fa-link {
	position: fixed;
	right: 11px;
	bottom: 11px;
	font-size: 15px;
	color: rgba(191,191,191,1.00);
}

/*반응형 (모바일)*/
@media (max-width:767px) {.category_bar {
	top: 11px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
}
.wrap {
	width: 85%;
	margin-top: 280px;
}

.category{
	position: absolute;
}
	
	#list_gal .list_info {
		width:21%;
	}
}
