@charset "UTF-8";
@import url "https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css";
@font-face
{
    font-family: 'pretendard';
    font-weight: 400;
    font-style: normal;
}

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

/* 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:transparent;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: 'pretendard', sans-serif;line-height:1.5;color:#333} /* color값은 디자인가이드에 맞게사용 */
a {color:#333;text-decoration:none}
a:active, a:hover {color:#bfbfbf;text-decoration:none}
a:active {background-color:transparent}
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: #fff;
}
#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: 130px;
	height: 130px;
	overflow: hidden;
	background-image: url("./images/logo.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: none;
	display: inline-block;
	vertical-align: bottom;
	margin: 20px 0;
}
#header h1 a {
	color: #111111;
	display: block;
	padding: none;
	border-top: none;
	border-bottom: none;
	margin-top: 5px;
	margin-bottom: none;
}
.header_comment {
	color: #111111;
	font-size: 10px;
	display: block;
	padding: none;
	border-top: none;
	border-bottom: none;
	margin-top: none;
	margin-bottom: 15px;
}
.header_wrap {
	padding: 15px;
	background: #fff;
}
.blogMenu {margin-top: 15px;}
.blogMenu ul {}
.blogMenu li {
	display: inline-block;
	margin-right: 5px;
}
.blogMenu li a {color: #aaa; cursor:pointer;}
.blogMenu li:last-child {margin: 0}
.search {margin-top:10px;position:relative;}
.search_wrap {position:relative;display:inline-block;}
.search .search_input {
	max-width: 100%;
	padding-right: 23px;
	border: 1px solid #d7d7d7;
	height: 24px;
	width: 100%;
  box-sizing:border-box;
	border-radius: 5px;
}
.search .submit {
	position: absolute;
	right: 5px;
	top: 2px;
	font-size: 15px;
	font-family: FontAwesome;
	border: 0;
	background: none;
	color: #999;
}

/*카테고리*/
.category {}
.category img {display: none;}
.category .tt_category {}
.category .tt_category > li {}
.category .category_list {}
.category .category_list > li {
	position: relative;
}
.category a.link_item,
.category a.link_tit {
	display: block;
	padding: 5px;
	color: #666;
}
.category a.link_item:hover,
.category a.link_tit:hover {
	color: #fff;
	background: #bfbfbf;
}
.category .category_list > li:hover .sub_category_list {
	display: block;
}
.category .sub_category_list {
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 1000;
	background: #fff;
	border-top: 3px solid #bfbfbf;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.75);
	text-align: left;
	display: none;
}
.category .sub_category_list > li {
	padding: 2px 7px;
}
.category a.link_sub_item {
	display: block;
	padding: 10px;
	white-space: nowrap;
}

/*리스트*/
.grid-item {
	width: 32%;
	position: relative;
	margin-bottom: 2%;
	background: #fff;
}
.gutter-sizer {
	width: 2%;
}
.grid-item a {
	display: block;
	margin: 10px;
	position: relative;
}
.grid-item .thumb {
	width: 100%;
	vertical-align: bottom;
}
.grid-item .list-con {
	position: static;
	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: 100;
	-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: #333;
	word-break: break-all;
	font-weight: bold;
}
.grid-item .list-title img {
	display: none;
}
.grid-item .list-date {
	color: #999;
}
.grid-item .list-cnt {
	margin-left: 1px;
	color: #bfbfbf;
	font-weight: 700;
	font-size: 0.9em;
}
.grid-item.noimg .list-con {
	position: static;
	width: auto;
	opacity: 1;
	padding: 0;
}
.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;
}
@-webkit-keyframes newblink {
	0%, 49% {
		color: #bfbfbf;
	}
	50%, 100% {
		color: #FED4C7;
	}
}

/*리스트형*/
.grid-list {
	margin-bottom: 40px;
	padding: 15px;
	background: #fff;
}
.grid-list .thumbWrap {
	display: none;
}
.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 #bfbfbf;
	padding-bottom: 2px;
	color: #bfbfbf;
	letter-spacing: 2px;
	display: inline-block;
	margin-bottom: 15px;
}
.titleWrap h2 {
	margin-bottom: 15px;
	font-size: 2.0em;
}
.titleWrap .title-date {
	color: #999;
	display: inline-block;
}
.titleWrap .title-admin {
	display: inline-block;
}
.titleWrap .title-admin a {margin-left: 5px}
.titleWrap .title-admin:before {
	content: "/";
	margin-left: 5px;
}

.entry img {
	max-width: 100%;
	vertical-align: bottom;
}
.article {
	line-height: 1.8em;
	margin-bottom: 15px;
	font-size : 1.2em;
}
.article .imageblock {
	width: auto !important;
}

.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 #bfbfbf;
	color: #bfbfbf;
	border-radius: 5px;
	background: none;
	cursor: pointer;
	margin-left: 4px;
}

blockquote.tx-quote-tistory {
	font-style: italic;
	margin-left: 25px;
	border-left: 3px solid #bfbfbf;
	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: #bfbfbf;
}
.moreless_bottom span:before,
.moreless_top span:before {
	font-family: FontAwesome;
	content: "\f068";
	margin-right: 5px;
	color: #bfbfbf;
}

div.another_category {margin-bottom: 0;}
.another_category td {
	font-family: 'pretendard', sans-serif;
}

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

.actionTrail {
	margin-bottom: 15px;
}
.actionTrail span:last-child {
	margin-left: 2px;
	font-weight: bold;
}

/* 포스팅 내 유튜브 하단 여백 해결 2022.12 티스토리 CSS 수정 추가 */
figure[data-ke-type='video'] 
.video-wrap {
    width: 100%;
    position: relative;
	padding-bottom: 0;
}

/*댓글*/
.commentWrite {margin-bottom: 20px;}
.commentWrite:after {display:block;visibility:hidden;clear:both;content:""}
.commentWrite textarea {
	width: 100%;
	resize: vertical;
	height: 80px;
	border: 1px solid #d7d7d7;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 5px;
	border-radius: 5px;
	font-size: 1.2em;
}
.commentWrite textarea:after {display:block;visibility:hidden;clear:both;content:""}
.comment-guest input {
	width: 100px;
	border: 1px solid #d7d7d7;
	padding: 2px;
	border-radius: 5px;
}
.comment-guest {
	float: left;
	margin-right: 4px;
}
.comment-secret {
	float: left;
	line-height: 22px;
}
.comment-secret label {
	font-family: 'pretendard', sans-serif;
}
.comment-submit {
	float: right;
}
.comment-submit input {
	height: 24px;
	width: 100px;
	border: 1px solid #bfbfbf;
	color: #bfbfbf;
	background: none;
	cursor: pointer;
	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 #bfbfbf;
	color: #bfbfbf;
	border-radius: 5px;
}
.commentList ol > li:last-child {margin: 0}
.commentList ul {
	margin-top: 10px;
	margin-left: 20px;
	border-left: 3px solid #bfbfbf;
	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: #fff;
	background: #363636;
	padding: 0px 5px;
	font-weight: 500;
	display: inline-block;
}
.comment-title .date {
	color: #999;
}
.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;
}
.hiddenComment p.comment-con,
.rp_secret p.comment-con {
	color: #bfbfbf;
}

/*방명록*/
.guestWrite {margin-bottom: 20px;}
.guestWrite:after {display:block;visibility:hidden;clear:both;content:""}
.guestWrite textarea {
	width: 100%;
	resize: vertical;
	height: 80px;
	border: 1px solid #d7d7d7;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 5px;
	border-radius: 5px;
}
.guestWrite textarea:after {display:block;visibility:hidden;clear:both;content:""}
.guest-guest input {
	width: 100px;
	border: 1px solid #d7d7d7;
	padding: 2px;
	border-radius: 5px;
}
.guest-guest {
	float: left;
	margin-right: 4px;
}
.guest-secret {
	float: left;
	line-height: 22px;
}
.guest-secret label {
	font-family: 'pretendard', sans-serif;
}
.guest-submit {
	float: right;
}
.guest-submit input {
	height: 24px;
	width: 100px;
	border: 1px solid #bfbfbf;
	color: #bfbfbf;
	background: none;
	cursor: pointer;
	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: 3px solid #bfbfbf;
	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: #fff;
	background: #bfbfbf;
	padding: 0px 5px;
	font-weight: 500;
	display: inline-block;
}
.guest-title .date {
	color: #999;
}
.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;
}
.hiddenComment p.guest-con,
.guest_secret p.guest-con {
	color: #bfbfbf;
}

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

/*페이징*/
.paging {
	text-align: center;
	padding-top: 10px;
}
.paging .fa {
	color: #333;
}
.paging a.num {
	margin: 0 4px;
	color: #999;
}
.paging a.num span.selected {
	font-weight: bold;
	color: #333;
}
#tt-body-category .paging .fa,
#tt-body-category .paging a.num {
	color: #ddd;
}
#tt-body-category .paging a.num span.selected {
	color: #fff;
}

/*푸터*/
.copyright {
	text-align: center;
	margin: 30px auto 0;
	color: #0f0f0f;
}
.designcopy {
	text-align: center;
	margin: 3px auto 0;
	font-size: 10px;
	color: #e8e8e8;
}
.designcopy a {
	text-align: center;
	margin: 3px auto 0;
	font-size: 10px;
	color: #e8e8e8;
}

/*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;
  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: 3px;
  width: 100%;
  background: #bfbfbf;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -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: #bfbfbf;
}
#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:1024px) {
	.grid-item {
		width: 48%;
		margin-bottom: 4%;
	}
	.gutter-sizer {
		width: 4%;
	}
}
@media all and (min-width:1022px) {
	#header {display: block !important;}
}
@media all and (max-width:1023px) {
	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: #ffffff;
		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: 15px;
	}
	/*카테고리*/
	.category a.link_item,
	.category a.link_tit,
	.blogMenu li a {
		color: #111111;
		font-size: 1.1em;
	}
	.category .sub_category_list {
		display: block;
		position: static;
		border: 0;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		text-align: center;
		background: rgba(255,255,255,0.1);
	}
	.category .sub_category_list > li {
		padding: 0;
	}
	.category a.link_sub_item {
		padding: 5px;
		color: #767676;
		font-size: 1.1em;
	}
	.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;
	}
	.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: 479px) {
	.grid-item {
		width: 100%;
		margin-bottom: 15px;
	}
	.gutter-sizer {
		width: 0;
	}
}