@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Cuprum");
@font-face{
	font-family:'Nanum Barun Gothic';
	font-style:normal;
	font-weight:700;
	src:url(//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/v1/NanumBarunGothic-Bold.eot);
	src:url(//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/v1/NanumBarunGothic-Bold.eot?#iefix) format("embedded-opentype"),
		url(//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/v1/NanumBarunGothic-Bold.woff) format("woff");
}
@font-face{
	font-family:'Nanum Barun Gothic';
	font-style:normal;
	font-weight:400;
	src:url(//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/v1/NanumBarunGothic-Regular.eot);
	src:url(//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/v1/NanumBarunGothic-Regular.eot?#iefix) format("embedded-opentype"),
		url(//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/v1/NanumBarunGothic-Regular.woff) format("woff");
}
@font-face { font-family: 'KCC-eunyoung'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/KCC-eunyoung-Regular.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'MapoPeacefull'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/MapoPeacefullA.woff') format('woff'); font-weight: normal; font-style: normal; }


/* 배경설정 */
html{
background: #fff;
}

/* reset */
html {-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;overflow-x:hidden;overflow-y:scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button{margin:0;padding:0;outline:none}
fieldset,img{border:0 none}
dl,ul,ol,menu,li {list-style:none}
blockquote, q {quotes: none}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none}
input,select,textarea,button {vertical-align:middle}
input::-ms-clear {display:none}
button {border:0 none;background-color:none;cursor:pointer}
button,input[type=button],input[type=password],input[type=submit],input[type=text],textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;}
body,th,td,input,select,textarea,button {font-size:12px;font-family:'Nanum Barun Gothic', sans-serif;line-height:1.5;color:#2A0A0A;text-shadow: 1px 1px 4px #bdbdbd;} 

/* color값은 디자인가이드에 맞게사용 */
a {color:#2A0A0A;text-decoration:none}
a:active, a:hover {color:#ea633a;text-decoration:none}
a:active {background-color:none}
address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal}


#tistorytoolbarid { display:none }

#container {
	position: relative;
	width: 1140px;
	max-width: 100%;
	margin: 0 auto;
	padding: 40px 15px;    /* 높이, 너비 여백 */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#container:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: "";
}
#content {
	position: relative;
	padding: 15px;
	margin-left: 240px;
	background: none;
}
#tt-body-category #content {
	padding: 0;
	background: none;
}

/*헤더*/
#header {
	text-align: center;
	position: fixed;
	width: 220px;
	z-index: 1;
}
#logo {
	display: inline-block;
	vertical-align: bottom;
}
#logo div {
	width: 100px;
	height: 100px;
	overflow: hidden;
	background-image: url("./images/logo.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50px;
	display: inline-block;
	vertical-align: bottom;
	margin: 20px 0;
}
#header h1 a {
	color: #2A0A0A;
	display: block;
	padding: 5px 0;
	margin-top: 10px;
	margin-bottom: 15px;
}
.header_wrap {
	padding: 15px;
	background: none;
}
.blogMenu {margin-top: 15px;}
.blogMenu ul {}
.blogMenu li {
	display: inline-block;
	margin-right: 5px;
}
.blogMenu li a {color: #2A0A0A; cursor:pointer;}
.blogMenu li:last-child {margin: 0}
.search {margin-top:10px;position:relative;}
.search_wrap {position:relative;display:inline-block;}
.search .search_input {
	width: 100%;
	max-width: 100%;
	height: 24px;
	padding-left: 5px;
	border: #d7d7d7 0px solid;
	border-radius: 0;
	background-color: #f5f5f5;
}
.search .submit {
	position: absolute;
	right: 5px;
	top: 2px;
	font-size: 15px;
	font-family: FontAwesome;
	border: 0;
	background: none;
	color: #2A0A0A;
}

/*카테고리*/
.category {}
.category img {display: none;}
.category .tt_category {}
.category .tt_category > li {}
.category .category_list {}
.category .category_list > li {
	position: relative;
}
.category a.link_tit {display: none; }  	
.category a.link_item {
	display: block;
	padding: 5px;
	color: #2A0A0A;
}
.category a.link_item:hover,
.category a.link_tit:hover {
	color: #fff;
	background: none;
}
.category .category_list > li:hover .sub_category_list {
	display: block;
}
.category .sub_category_list {
	position: absolute;
	left: 72%;
	top: 0;
	z-index: 1000;
	background: none;
	border-left: 1px solid #2A0A0A;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow: none;
	text-align: left;
	display: none;
}
.category .sub_category_list > li {
	padding: 0px 6px; font-size: 11px;
}
.category a.link_sub_item {
	display: block;
	padding: 6px;
	white-space: nowrap;
}

/*리스트*/
.grid-item {
	width: 33%;
	position: relative;
	margin-bottom: 0.3%;
	background: #fff;
}
.gutter-sizer {
	width: 0.3%;
}
.grid-item a {
	display: block;
	margin: 0px;
	position: relative;
}
.grid-item .thumb {
	width: 100%;
	vertical-align: bottom;
}
.grid-item .list-con {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: calc(100% - 20px);
	padding: 10px;
	background: rgba(255, 255, 255, 0.6);
}
.grid-item .list-con {
	opacity: 0;
	-webkit-transition:opacity ease .4s; 
	-moz-transition:opacity ease .4s;
	-ms-transition:opacity ease .4s; 
	transition:opacity ease .4s;
}
.grid-item a:hover .list-con {
	opacity: 1;
}
.grid-item .list-title {
	color: #1C1C1C;
	word-break: break-all;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	text-align: center;
}
.grid-item .list-title img {
	display: none;
}
.grid-item .list-date {
	font-family: 'Cuprum', 'Nanum Barun Gothic', sans-serif;
	color: #999;
}
.grid-item .list-cnt {
	margin-left: 1px;
	color: #bac4db;
	font-weight: 700;
	font-size: 0.9em;
}
.grid-item.noimg .list-con {
	position: static;
	width: auto;
	opacity: 1;
	padding: 0;
	margin: 15px;
}
.grid-item .list-desc {
	color: #333;
	margin-top: 5px;
}
.grid-item.noimg .thumb {
	display: none;
}
.fa.icon_new {
	margin-left: 4px;
	line-height: 18px;
	position: relative;
	font-size: 13px;
	-webkit-animation: newblink 1.5s infinite;
	-moz-animation: newblink 1.5s infinite;
	-o-animation: newblink 1.5s infinite;
	animation: newblink 1.5s infinite;
}
.icon_new:after {
	content: "N";
	position: absolute;
	left: 3px;
	color: #fff;
	font-size: xx-small;
	font-family: 'Cuprum','Noto Sans KR', sans-serif;
}
@-webkit-keyframes newblink {
	0%, 49% {
		color: #bac4db;
	}
	50%, 100% {
		color: #FED4C7;
	}
}

/*리스트형*/
.grid-list {
	margin-bottom: 40px;
	padding: 15px;
	background: #fff;
}
.grid-list .thumbWrap,
.grid-list .list-desc {
	display: none !important;
}
.grid-list li {
	width: auto;
	margin-bottom: 0;
	border-bottom: 1px solid #d7d7d7;
	background: none;
}
.grid-list li:first-child {
	border-top: 1px solid #d7d7d7;
}
.grid-list a {
	margin: 0 !important;
}
.grid-list .list-con {
	position: static;
	padding: 10px !important;
	border: 0 !important;
	opacity: 1 !important;
	background: none;
	text-align: left;
	-webkit-transition: none; 
	-moz-transition: none;
	-ms-transition: none;
	transition: none;
}
.grid-list .list-con:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: "";
}
.grid-list .list-title {
	float: left;
	width: calc(100% - 70px) !important;
	color: #333;
	white-space: normal;
	overflow: visible;
	text-overflow: clip;
}
.grid-list .list-date {
	float: right;
	color: #999 !important;
}

/*글설정*/
.titleWrap {
	text-align: center;
	margin-bottom: 50px;
	margin-top: 35px;
}
.titleWrap .title-cate {
	border-bottom: 1px solid #424242;
	padding-bottom: 2px;
	color: #424242;
	letter-spacing: 2px;
	display: inline-block;
	margin-bottom: 15px;
}
.titleWrap h2 {
	margin-bottom: 15px;
	font-size: 1.8em;
}
.titleWrap .title-date {
	font-family: 'Nanum Barun Gothic', 'Cuprum', sans-serif;
	color: #151515;
	display: inline-block;
	text-shadow: none;
}
.titleWrap .title-admin {
	display: inline-block;
	font-family: 'Cuprum', 'Nanum Barun Gothic', sans-serif;
}
.titleWrap .title-admin a {margin-left: 5px}
.titleWrap .title-admin:before {
	content: "/";
	margin-left: 5px;
}

.entry img {
	max-width: 100%;
	vertical-align: bottom;
}
.article {
	font-size: 1rem;
	color: #424242;
	font-family: 'MapoPeacefull';
	line-height: 1.9rem;
	margin-bottom: 15px;
	letter-spacing: 1px;
	text-shadow: none;
}
.article .imageblock {
	width: auto !important; 
	margin: 1px;
}
.entryProtected .article {
	text-align: center;
	margin-bottom: 50px;
}
.entryProtected .article p:last-child {
	margin-top: 5px;
}
.entryProtected .article .password {
	width: 150px;
	border: 1px solid #d7d7d7;
	height: 24px;
	border-radius: 5px;
}
.entryProtected .article .submit {
	padding: 3px 5px;
	border: 1px solid #bac4db;
	color: #bac4db;
	border-radius: 5px;
	background: none;
	cursor: pointer;
	font-family: 'Cuprum', 'Nanum Barun Gothic', sans-serif;
	margin-left: 4px;
}

blockquote.tx-quote-tistory {
	font-style: italic;
	margin-left: 25px;
	border-left: 3px solid #bac4db;
	background: #F8F8F8;
	padding: 10px;
}
.moreless_fold {}
.moreless_top {}
.moreless_content {
	background: #F8F8F8;
	padding: 10px;
}
.moreless_bottom {}
.moreless_fold span:before {
	font-family: FontAwesome;
	content: "\f067";
	margin-right: 5px;
	color: #bac4db;
}
.moreless_bottom span:before,
.moreless_top span:before {
	font-family: FontAwesome;
	content: "\f068";
	margin-right: 5px;
	color: #bac4db;
}

div.another_category {margin-bottom: 0;}
.another_category td {
	font-family: 'Cuprum', 'Nanum Barun Gothic', sans-serif;
}

.tagTrail {margin-bottom: 15px; text-shadow: none;}
.tagTrail .fa {margin-right: 2px;}
.tagTrail a {margin-left: 5px;}
.tagTrail a:before {content: "#"}

.actionTrail {
	margin-bottom: 15px;
	font-family: 'Cuprum', 'Nanum Barun Gothic', sans-serif;
	text-shadow: none;
}
.actionTrail span:last-child {
	margin-left: 2px;
	font-weight: bold;
}

/*댓글*/
.commentWrite {margin-bottom: 20px;}
.commentWrite:after {display:block;visibility:hidden;clear:both;content:""}
.commentWrite textarea {
	width: 100%;
	resize: vertical;
	height: 80px;
	border: 1px solid #b8b8b8;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 5px;
	border-radius: 5px;
	background-color: transparent;
}
.commentWrite textarea:after {display:block;visibility:hidden;clear:both;content:""}
.comment-guest input {
	width: 100px;
	border: 1px solid #b8b8b8;
	padding: 2px;
	border-radius: 5px;
	background-color: none;
}
.comment-guest {
	float: left;
	margin-right: 4px;
}
.comment-secret {
	float: left;
	line-height: 22px;
}
.comment-secret label {
	font-family: 'Cuprum', 'Nanum Barun Gothic', sans-serif;
}
.comment-submit {
	float: right;
}
.comment-submit input {
	height: 24px;
	width: 100px;
	border: 1px solid #2A0A0A;
	color: #2A0A0A;
	background: none;
	cursor: pointer;
	font-family: 'Cuprum', 'Nanum Barun Gothic', sans-serif;
	border-radius: 5px;
}
.commentList {
	margin-bottom: 20px;
}
.commentList li {
	margin-bottom: 10px;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 10px;
}
.commentList li.tt_more_preview_comments_wrap {
	padding-top: 10px;
	border: 1px solid #bac4db;
	color: #bac4db;
	border-radius: 5px;
}
.commentList ol > li:last-child {margin: 0}
.commentList ul {
	margin-top: 10px;
	margin-left: 20px;
	border-left: 1px solid #424242;
	padding-left: 10px;
	padding-top: 10px;
}
.commentList ul li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}
.comment-title {
	margin-bottom: 5px;
}
.comment-title:after {display:block;visibility:hidden;clear:both;content:""}
.comment-title .tistoryProfileLayerTrigger {
	background: none;
	width: auto;
	height: auto;
	margin: 0 0 0 5px;
}
.comment-title .tistoryProfileLayerTrigger:after {
	content: "\f2c0";
	font-family: FontAwesome;
	color: #666;
}
.comment-title .name {
	font-weight: bold;
	margin-right: 5px;
}
.rp_admin .comment-title .name a {
	color: #2AOAOA;
	background: none;
	padding: 0px 5px;
	font-weight: 500;
	display: inline-block;
}
.comment-title .date {
	font-family: 'Cuprum', 'Nanum Barun Gothic', sans-serif;
	color: #999;
	text-shadow: none;
}
.comment-title .date a {
	visibility: hidden;
	margin-left: -17px;
	color: #999;
}
.comment-title .date a:after {
	content: "\f0a1";
	font-family: FontAwesome;
	visibility: visible;
}
.comment-title .control {
	float: right;
}
.comment-title .control a {
	margin-left: 4px;
	color: #777;
}
.comment-con {
	line-height: 1.8em;
	text-shadow: none;
}
.hiddenComment p.comment-con,
.rp_secret p.comment-con {
	color: #424242;
}

/*방명록*/
.guestWrite {margin-bottom: 20px;}
.guestWrite:after {display:block;visibility:hidden;clear:both;content:""}
.guestWrite textarea {
	width: 100%;
	resize: vertical;
	height: 80px;
	border: #F2F2F2 solid 0px;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 5px;
	border-radius: 5px;
	background-color: #F2F2F2;
}
.guestWrite textarea:after {display:block;visibility:hidden;clear:both;content:""}
.guest-guest input {
	width: 100px;
	border: 1px solid #b8b8b8;
	padding: 2px;
	border-radius: 5px;
	background-color: #f2f2f2;
}
.guest-guest {
	float: left;
	margin-right: 4px;
}
.guest-secret {
	float: left;
	line-height: 22px;
}
.guest-secret label {
	font-family: 'Cuprum', 'Nanum Barun Gothic', sans-serif;
}
.guest-submit {
	float: right;
}
.guest-submit input {
	height: 24px;
	width: 100px;
	border: 1px solid #2A0A0A;
	color: #2A0A0A;
	background: none;
	cursor: pointer;
	font-family: 'Cuprum', 'Nanum Barun Gothic', sans-serif;
	border-radius: 5px;
}
.guestList {
	margin-bottom: 20px;
}
.guestList li {
	margin-bottom: 10px;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 10px;
}
.guestList ol > li:last-child {margin: 0}
.guestList ul {
	margin-top: 10px;
	margin-left: 20px;
	border-left: 1px solid #424242;
	padding-left: 10px;
	padding-top: 10px;
}
.guestList ul li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}
.guest-title {
	margin-bottom: 5px;
}
.guest-title:after {display:block;visibility:hidden;clear:both;content:""}
.guest-title .tistoryProfileLayerTrigger {
	background: none;
	width: auto;
	height: auto;
	margin: 0 0 0 5px;
}
.guest-title .tistoryProfileLayerTrigger:after {
	content: "\f2c0";
	font-family: FontAwesome;
	color: #666;
}
.guest-title .name {
	font-weight: bold;
	margin-right: 5px;
}
.guest_admin .guest-title .name a {
	color: #2A0A0A;
	background: none;
	padding: 0px 5px;
	font-weight: 500;
	display: inline-block;
}
.guest-title .date {
	font-family: 'Cuprum', 'Nanum Barun Gothic', sans-serif;
	color: #999;
	text-shadow: none;
}
.guest-title .date a {
	visibility: hidden;
	margin-left: -17px;
	color: #999;
}
.guest-title .date a:after {
	content: "\f0a1";
	font-family: FontAwesome;
	visibility: visible;
}
.guest-title .control {
	float: right;
}
.guest-title .control a {
	margin-left: 4px;
	color: #777;
}
.guest-con {
	line-height: 1.8em;
	text-shadow: none;
}
.hiddenComment p.guest-con,
.guest_secret p.guest-con {
	color: #424242;
	text-shadow: none;
}

/*태그로그*/
.taglog {
	
}
.taglog li {
	display: inline-block;
	margin: 5px;
}
.taglog a.cloud1 {
	font-weight: 700;
	font-size: 1.3em;
	color: #B43104;
}
.taglog a.cloud2,
.taglog a.cloud3 {
	font-weight: 500;
	font-size: 1.2em;
	color: #045FB4; 

}
.taglog a.cloud4, 
.taglog a.cloud5 {
	font-weight: 400;
}

/*페이징*/
.paging {
	text-align: center;
	padding-top: 10px;
}
.paging .fa {
	color: #2A0A0A;
}
.paging a.num {
	margin: 0 4px;
	color: #848484;
}
.paging a.num span.selected {
	font-weight: bold;
	color: #3B0B24;
}
#tt-body-category .paging .fa {
	color: #2A0A0A;
}
#tt-body-category .paging a.num {
	color: #848484;
}
#tt-body-category .paging a.num span.selected {
	color: #3B0B24;
}

/*푸터*/
#footer {
	text-align: center;
	margin: 30px auto 0;
	font-family: 'Cuprum', 'Nanum Barun Gothic', sans-serif;
	color: #848484;
}
#footer a {
	color: #2A0A0A;
}
#tt-body-category #footer {
  color: #848484;
}	
#tt-body-category #footer a {
	color: #2A0A0A;
}

/*iframe, embed*/
.video-wrap {
	max-width: 100%;
	display: inline-block;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
}
.video-container iframe,
.video-container embed {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* Icon 4 */
#nav-icon4 {
	display: none;
	position: fixed;
	z-index: 10000;
  width: 40px;
  height: 30px;
	right: 0;
  margin: 15px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#nav-icon4 span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #f7f7f7;
  border-radius:6px;
  opacity: 1;
  left: 0;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.7);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon4.open span {
	background: #f1f1f1;
	box-shadow: none;
}
#nav-icon4 span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	transform-origin: left center;
}
#nav-icon4 span:nth-child(2) {
	top: 12px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	transform-origin: left center;
}
#nav-icon4 span:nth-child(3) {
	top: 24px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	transform-origin: left center;
}
#nav-icon4.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -2px;
	left: 6px;
}
#nav-icon4.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}
#nav-icon4.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 26px;
	left: 6px;
}

@media all and (max-width:900px) {
	html.active {
		overflow-y: hidden;
		position: fixed;
	}
	#nav-icon4 {
		display: block;
	}
	#container {
		padding: 0;
	}
	#header {
		display: none;
		width: 100%;
		height: 100%;
		z-index: 2000;
		padding: 20px 50px;
		background: #fff;
		overflow-y: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#header.active {
		display: block;
	}
	.header_wrap {
		background: none;
	}
	#content {
		 margin-left: 0;
	}
	#tt-body-category #content {
		padding: 0px;
	}	
	.grid-item {
		width: 19.7%;
		margin-bottom: 0.3%;
	}
	.gutter-sizer {
		width: 0.3%;
	}
}
@media all and (min-width:901px) {
	#header {display: block !important;}
}
@media all and (max-width:700px) {
	html.active {
		overflow-y: hidden;
		position: fixed;
	}
	#nav-icon4 {
		display: block;
	}
	#container {
		padding: 0;
	}
	#header {
		display: none;
		width: 100%;
		height: 100%;
		z-index: 2000;
		padding: 20px 50px;
		background: #fff;
		overflow-y: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#header.active {
		display: block;
	}
	.header_wrap {
		background: none;
	}
	#content {
		 margin-left: 0;
	}
	#tt-body-category #content {
		padding: 0px;
	}
	/*카테고리*/
	.category a.link_item,
	.category a.link_tit,
	.blogMenu li a {
		color: #2A0A0A;
		font-size: 1.1em;
	}
	.category .sub_category_list {
		display: none;
		position: static;
		border: 0;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		text-align: center;
		background: none;
	}
	.category .sub_category_list > li {
		padding: 0;
	}
	.category a.link_sub_item {
		padding: 5px;
		color: #B45F04
		font-size: 0.8rem;
	}
	.category .sub_category_list a:before {
		content: "\f107";
		font-family: FontAwesome;
		margin-right: 5px;
	}
	/*모바일 그리드*/
	.grid-item a {}
	.grid-list .grid-item a {}
	.grid-item .list-hover {}
	.grid-item .list-con {}
	.grid-item .list-title {}
	.grid-item .list-date {}
	.guest-guest,
	.comment-guest {
		margin-right: 0;
		margin-bottom: 5px;
	}
	.guest-guest input,
	.comment-guest input {
		width: 32%;
		margin-right: 2%;
		float: left;
		-webkit-box-sizing: border-box;
 	 	-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-color: none;
	}
	.guest-guest input:last-child,
	.comment-guest input:last-child {
		margin-right: 0;
	}
	.guest-guest:after,
	.comment-guest:after {
		display: block;
		visibility: hidden;
		clear: both;
		content: ""
	}
}

/* 모바일 버전 */
@media all and (max-width: 430px) {
	.grid-item {
		width: 33.24%;
		margin-bottom: 1.3px;
	}
	.gutter-sizer {
		width: 1px;
	}	
	.grid-item .thumb {
	 border-radius: none;
	}
	#content {
		padding: 0;
  }
	.entry {
		padding: 15px;
	}
	.article {
		font-size: 0.9rem;
  }
	
	#tt-body-tag, #tt-body-guestbook {
		padding: 15px;
	}
}




/* 마우스 오버 */
#header a:hover {color: #ea633a;}
#content a:hover {color: #ea633a;}
#tt-body-category .paging .fa:hover, 
#tt-body-category .paging a.num:hover {color: #ea633a;}
#tt-body-category #footer a:hover {color: #ea633a;}
#footer a:hover {color: #ea633a;}
.paging .fa:hover, .paging a.num:hover,.paging a.num:hover {color: #ea633a;}
.titleWrap .title-cate:hover {color: #ea633a;}
#tt-body-tag a:hover {color: #ea633a;}
.comment-submit input:hover {color: #ea633a;}
.guest-submit input:hover {color: #ea633a;}


/* 클릭 테두리 제거 */
a {outline: none; select-dummy: expression(this.hideFocus=true);}

/* 나눔고딕 폰트 추가 */
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap');


/* counter */
.counter {}
.counter .today {color: #479fde;}
.counter .yesterday {color: #DBA901;}
.counter .total {color: #f82696;}

/*스크롤바 숨기기*/
body::-webkit-scrollbar {
	display: none;
}


/*사진 넘버 그림자 제거*/
.lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999;
	  text-shadow: none;
}	

/*이미지 full-width, 오른쪽 정렬 사용할 것 */

@media all and (max-width:700px) {
.widthcontent { 
	float: None !important; 
	left: 50% !important; 
	margin-left: -50vw !important; 
	margin-right: -50vw !important; 
	max-width: 100vw !important; 
	position: relative !important; 
	right: 50% !important; 
	width: 100vw !important;
}
.videowrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 비율인 경우 */
     /* padding-bottom값은 4:3 비율인 경우 75%로 설정합니다 */
  padding-top: 0px;
  height: 0;
	overflow: hidden;
	float: None !important; 
	left: 50% !important; 
	margin-left: -50vw !important; 
	margin-right: -50vw !important; 
	max-width: 100vw !important; 
	position: relative !important; 
	right: 50% !important; 
	width: 100vw !important;
}
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
}


/* '공감' 버튼, 페이징 그림자 없애기 */
.container_postbtn .btn_post .txt_like {
	text-shadow: none;
}

.layer_post .btn_mark {
	text-shadow: none;
}	

.paging,
.paging .fa,
.paging a.num,
.paging a.num {
		text-shadow: none;
	}

/* To top 버튼 */
#back-to-top { 
	display: inline-block; 
	background-color: #f9f9f9; 
	width: 30px; 
	height: 30px; 
	border-radius: 10px; 
	box-shadow: 1px 2px 3px rgba(0,0,0,0.3); 
	transition: background-color .3s, opacity .5s, visibility .5s; 
	text-align: center; 
	position: fixed; 
	bottom: 50px; 
	right: 25px; 
	opacity: 0; visibility: 
	hidden; z-index: 1000; } 

#back-to-top::after { 
	content: "△"; 
	font-family: 'Nanum Barun Gothic';
	font-weight: normal; 
	font-style: normal; 
	font-size: 1.2em; 
	line-height: 30px; 
	color: #848484;
	text-shadow: 1px 1px 0 #fff;
} 

#back-to-top:hover { 
	cursor: pointer; background-color: rgba(0,0,0,0.02);
} 

#back-to-top:active { 
	background-color: rgba(0,0,0,0.02);
} 

#back-to-top.show { 
	opacity: 1; visibility: visible; 
}

/* 마우스 클릭 효과  */
div.clickEffect{
	position:fixed;
	box-sizing:border-box;
	border-style:none;
	background-color: #E6E6E6;
	border-radius:50%;
	animation:clickEffect 0.9s ease-out;
	z-index:99999;
}
@keyframes clickEffect{
	0%{
		opacity:1;
		width:0.7em; height:0.7em;
		margin:-0.35em;
		border-width:0.5rem;
	}
	100%{
		opacity:0;
		width:8em; height:8em;
		margin:-4em;  /* 위 값의 '-50%'으로 할 것  */
		border-width:0rem;
	}
}

/* 인용구 편집  */
blockquote, q {
	font-style: none;
  margin-left: 5px;
  border-left: 3px solid #D8D8D8;
  background: #F8F8F8;
  padding: 10px;
}

/* 다크모드 추가  
@media (prefers-color-scheme: dark) { body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea, q, a  {
     background: #333;
     color: #D8D8D8;
  }
#header {
	background-color: #333;
	}
.category a.link_item {
	color: #D8D8D8;
	}
.titleWrap .title-cate {	
	color: #D8D8D8;
	}
.titleWrap .title-date {	
	color: #D8D8D8;
	}	
.grid-item .list-title {
	color: #333;
	background: none;
 }
.comment-submit input {
	color: #D8D8D8;
	border: 1px solid #D8D8D8;
 }
.hiddenComment p.comment-con, .rp_secret p.comment-con {
    color: #D8D8D8;	
 }
	.hiddenComment p.guest-con, .guest_secret p.guest-con {
    color: #D8D8D8;	
 }
	.guestWrite textarea {
		background-color: #848484;
 }
	.guest-submit input {
		color: #D8D8D8;
	border: 1px solid #D8D8D8;
	}	
}
*/





