@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Cuprum");
@font-face { font-family: 'NIXGONM-Vb'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/NIXGONM-Vb.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'InkLipquid'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'UhBeeMotomi'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_five@.2.0/UhBeeMotomi.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'NanumSquareRound'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.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: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:13px; font-weight:700; font-family:'NIXGONM-Vb', sans-serif;line-height:1.1;color:#333} /* color값은 디자인가이드에 맞게사용 */
a {color:#333;text-decoration:none}
a:active, a:hover {color:#ff9900;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: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 2px 2px;
	-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: 2px 2px;
	margin-left: 5px;
	background: #fff;
	font-family: 'NIXGONM-Vb', 'Cuprum', sans-serif;
	font-size: 0.95em;
	font-weight: 700;
	color: #555;
}
#tt-body-category #content {
	padding: 0;
}

/*헤더*/
#header {
	text-align: right;
	position: fixed;
	width: 140px;
	font-size: 1.0em;
	font-weight: 700;
	z-index: 1;
	background: #fff;
	padding: 0px 10px;
	font-family:'NIXGONM-Vb', sans-serif;
}
#header a:hover{background-color:#f4f4f4; color:#ff8c1a;}
#sidebar {
	color:#666;
	font-size: 1.0em;
	font-weight: 700;
	font-family:'NIXGONM-Vb', sans-serif;
	overflow-x:hidden;
	overflow-y:auto;
	z-index: 1;
} 
#sidebar a {
	color:#666;
	font-size: 1.0em;
	font-weight: 700;
	font-family:'NIXGONM-Vb', sans-serif;
	overflow-x:hidden;
	overflow-y:auto;
	z-index: 1;
}
#sidebar ul {
	margin-bottom:4px; 
  font-size:1.0em;
	font-weight: 700;
	font-family:'NIXGONM-Vb', sans-serif;
}
#sidebar li {
	padding:2px 0;
  font-size:1.0em;
	font-weight: 700;
	font-family:'NIXGONM-Vb', sans-serif;
}
#sidebar .cnt, #sidebar .date .c_cnt {
	font:9px/9px tahoma; letter-spacing:0px; color: #717171; 
}

#logo {
	display: inline-block;
	vertical-align: bottom;
	margin-left: 78px;
}
#logo div {
	width: 50px;
	height: 50px;
	overflow: hidden;
	background-image: url("./images/heart-flat.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50px;
	display: inline-block;
	vertical-align: bottom;
	margin: 6px 0;
}
#header a {
	color: #666;
	display: block;
	padding: 1px 0px;
	border-top: 0px solid #f9f9f9;
	border-bottom: 0px solid #f9f9f9;
	margin-top: 0px;
	margin-bottom: 0px;
}
.header_wrap {
	padding: 1px;
	background: #fff;
}
.blogMenu1 {margin-top: 13px; margin-bottom: 5px;}
.blogMenu1 ul {}
.blogMenu1 li {
	display: inline-block;
	margin-right: 1px;
	background: #f9f9f9;
	font-size: 1.0em;
	font-weight: 400;
	color: #3973ac;
}
.blogMenu1 li a {background-color:#f9f9f9; color: #3973ac; cursor:pointer;}
.blogMenu1 li:last-child {margin: 0}
.blogMenu1 a:hover{background-color:#f9f9f9; color:#ff8c1a;}

.search {margin-top:7px;position:relative;}
.search_wrap {position:relative;display:inline-block;}
.search .search_input {
	max-width: 230px;
	padding-right: 15px;
	border: 1px solid #f7f7f7;
	height: 24px;
	border-radius: 1px;
}
.search .submit {
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 1.0em;
	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;
	font-size:1.0em;
	font-family:'NanumSquareRound', sans-serif;
}
.category a.link_item:hover,
.category a.link_tit:hover {
	color: #666;
	background: #f3f3f3;
}
.category .category_list > li:hover .sub_category_list {
	display: block;
}
.category .sub_category_list {
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 1000;
	background: #f9f9f9;
	border-top: 3px solid #f5f5f5;
	-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: 19.8%;
	position: relative;
	margin-bottom: 0.2%;
	background: #fff;
	border: 1px solid #f9f9f9;
}
.gutter-sizer {
	width: 0.2%;
}
.grid-item a {
	display: block;
	margin: 2px;
	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% - 0px);
	padding: 6px;
	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: #666;
	word-break: break-all;
	font-weight: 700;
	font-size: 1.0em;
}
.grid-item .list-title img {
	display: none;
}
.grid-item .list-date {
	font-weight: 700;
	font-size: 0.8em;
	font-family:'NIXGONM-Vb', sans-serif;
	line-height:1.4;
	color: #999;
}
.grid-item .list-cnt {
	margin-left: 1px;
	color: #ff0000;
	font-weight: 700;
	font-size: 0.8em;
}
.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;
}

/*grid-bottom*/
.grid-bottom .grid-item a {
	border: 0px solid #ccc !important;
}
.grid-bottom a:hover .list-con {
	opacity: 1;
	background: #e6e6e6;
}
.grid-bottom .grid-item .list-hover {
	display: none !important;
}
.grid-bottom .grid-item .list-con {
	position: static;
	opacity: 1;
	text-align: left;
	border: 0;
}
.grid-bottom .grid-item .list-title {
	color: #333;
	white-space: normal;
	overflow: visible;
	text-overflow: clip;
}
.grid-bottom .grid-item .list-date {
	color: #999;
}
/*리스트형*/
.grid-list {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background: #fff;
}
.grid-list .thumbWrap,
.grid-list .list-desc {
	display: none !important;
}
.grid-list li {
	width: auto;
	margin-bottom: 0;
	border-bottom: 0px solid #f5f5f5;
	background: none;
}
.grid-list.grid-bottom a {
	border: 0 !important;
}
.grid-list li:first-child {
	border-top: 0px solid #f5f5f5;
}
.grid-list a {
	margin: 0 !important;
}
.grid-list a:hover .list-con {
	opacity: 1;
	background: #f3f3f3;
	width: calc(100% - 0px);
}
.grid-list .list-con {
	position: static;
	padding: 2px !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;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: calc(100% - 70px) !important;
	color: #666;
	white-space: normal;
	overflow: visible;
	text-overflow: clip;
	font-family: 'NIXGONM-Vb', 'Cuprum', sans-serif;
	font-size: 1.27em;
	font-weight: 700;
}
.grid-list .list-date {
	float: right;
	margin-top: 2px;
	margin-bottom: 0px;
	color: #888 !important;
	font-size: 0.85em;
	font-weight: 700;
	font-family: 'NIXGONM-Vb', 'Cuprum', sans-serif;
}

/*글설정*/
.titleWrap {
	text-align: right;
	margin-bottom: 35px;
	margin-top: 10px;
}
.titleWrap .title-cate {
	border-bottom: 1px solid #ccf5ff;
	padding-bottom: 2px;
	color: #00b300;
	letter-spacing: 2px;
	display: inline-block;
	margin-bottom: 15px;
	font-size:1.6em;
	font-weight: 700;
	font-family: 'InkLipquid', 'Cuprum', sans-serif;
}
.titleWrap h2 {
	margin-bottom: 7px;
	font-size: 1.4em;
}
.titleWrap .title-date {
	font-family: 'NIXGONM-Vb', 'Cuprum', sans-serif;
	font-size: 0.9em;
	color: #999;
	display: inline-block;
}
.titleWrap .title-admin {
	display: inline-block;
	font-family: 'NIXGONM-Vb', 'Cuprum', sans-serif;
	font-size: 0.9em;
}
.titleWrap .title-admin a {margin-left: 5px}
.titleWrap .title-admin:before {
	content: "/";
	margin-left: 5px;
}

.entry img {
	max-width: 100%;
	vertical-align: bottom;
	padding: 10px 0px;
}
.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 #c2d6d6;
	color: #c2d6d6;
	border-radius: 5px;
	background: none;
	cursor: pointer;
	font-family: 'Cuprum', 'NIXGONM-Vb', sans-serif;
	margin-left: 4px;
}

blockquote.tx-quote-tistory {
	font-style: italic;
	margin-left: 25px;
	border-left: 3px solid #c2d6d6;
	background: #F8F8F8;
	padding: 10px;
}

.moreless_content {
	background: #F8F8F8;
	padding: 10px;
	font-size:14px;
	font-weight: 700;
	font-family:'NanumSquareRound', sans-serif;
}

.btn_more, .btn_less { /* 더보기 버튼 */ border: 0; /* 테두리 */ 
	background: transparent; /* 배경 색 */ 
	display: block; height: 21px; /* 높이 */ 
	margin: 2px 0px 2px 0px; /* 외부 여백 상하 좌우 */ 
	font-size: 0.9em; /* 폰트 사이즈 */
	font-weight: 700;
	line-height: 6px; /* 줄 간격 */ 
	color: #888; /* 폰트 색 */ 
	position: relative; width: 100%; /* 넓이 */ 
	text-align: left; /* 정렬 - 좌 */ } 
.btn_less::before, 
.btn_more::before { /* 더보기 버튼 앞에 꾸며지는 것 */ 
	content: "\f063"; /* 더보기 버튼 앞에 ... 표시가 나오도록. 수정을 해도 되고 삭제해도 됨 */
	font-family: FontAwesome;
	color: #3AA8FF;
	display: inline-block; padding-right: 5px; /* 내부 여백 우 */ 
	font-size: 0.9em; /* 폰트 사이즈 */ 
	line-height: 5px; /* 줄 간격 */ 
	vertical-align: top; /* 현재 위치에서 위로 치우치도록. 중간으로 하려면 middle로 변경하면 됨 */ }

div.another_category table th{
	border:none; 
	margin-bottom: 0;
	font-size: 1.1em; !important;
	font-weight: 700;
	font-family:'NIXGONM-Vb', sans-serif;
}
div.another_category table th a:hover{
  color: #ff8c1a !important;
	border:none; 
	margin-bottom: 0;
	font-size: 1.1em; !important;
	font-weight: 700;
	font-family:'NIXGONM-Vb', sans-serif;
}
.another_category td {
	font-size: 1.0em; !important;
	font-weight: 400;
	font-family:'NIXGONM-Vb', sans-serif;
}

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

.actionTrail {
	margin-bottom: 15px;
	font-family: 'Cuprum', 'NIXGONM-Vb', sans-serif;
}
.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 #e5e5e5;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 5px;
	border-radius: 1px;
}
.commentWrite textarea:after {display:block;visibility:hidden;clear:both;content:""}
.comment-guest input {
	width: 100px;
	border: 1px solid #e5e5e5;
	padding: 2px;
	border-radius: 1px;
}
.comment-guest {
	float: left;
	margin-right: 4px;
}
.comment-secret {
	float: left;
	line-height: 22px;
}
.comment-secret label {
	font-family: 'Cuprum', 'NIXGONM-Vb', sans-serif;
}
.comment-submit {
	float: right;
}
.comment-submit input {
	height: 24px;
	width: 100px;
	border: 1px solid #e5e5e5;
	color: #666;
	background: none;
	cursor: pointer;
	font-family: 'Cuprum', 'NIXGONM-Vb', sans-serif;
	border-radius: 1px;
}
.commentList {
	margin-bottom: 20px;
	font-size: 1.1em;
	padding: 10px;
}
.commentList li {
	margin-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
}
.commentList li.tt_more_preview_comments_wrap {
	padding-top: 10px;
	border: 1px solid #e5e5e5;
	color: #ccc;
	border-radius: 5px;
}
.commentList ol > li:last-child {margin: 0}
.commentList ul {
	margin-top: 10px;
	margin-left: 20px;
	border-left: 3px solid #e5e5e5;
	padding-left: 10px;
	padding-top: 10px;
}
.commentList ul li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}
.comment-title {
	margin-bottom: 5px;
	background: #f8f8f8;
	padding: 5px 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;
	color: #666;
	background: #f9f9f9;
	padding: 2px 2px;
	font-weight: 700;
	font-size: 1.0em;
	display: inline-block;
}
.rp_admin .comment-title .name a {
	color: #666;
	background: #ebebe0;
	padding: 2px 2px;
	font-weight: 500;
	display: inline-block;
}
.comment-title .date {
	font-family: 'Cuprum', 'NIXGONM-Vb', sans-serif;
	color: #888;
	font-size: 0.9em;
}
.comment-title .date a {
	visibility: hidden;
	margin-left: -17px;
	color: #666;
}
.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: #334d4d;
}

/*방명록*/
.guestWrite {margin-bottom: 20px;}
.guestWrite:after {display:block;visibility:hidden;clear:both;content:""}
.guestWrite textarea {
	width: 100%;
	resize: vertical;
	height: 80px;
	border: 1px solid #e5e5e5;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 5px;
	border-radius: 1px;
	
}
.guestWrite textarea:after {display:block;visibility:hidden;clear:both;content:""}
.guest-guest input {
	width: 100px;
	border: 1px solid #e5e5e5;
	padding: 2px;
	border-radius: 1px;
}
.guest-guest {
	float: left;
	margin-right: 4px;
}
.guest-secret {
	float: left;
	line-height: 22px;
}
.guest-secret label {
	font-family: 'Cuprum', 'NIXGONM-Vb', sans-serif;
}
.guest-submit {
	float: right;
}
.guest-submit input {
	height: 24px;
	width: 100px;
	border: 1px solid #e5e5e5;
	color: #666;
	background: none;
	cursor: pointer;
	font-family: 'Cuprum', 'NIXGONM-Vb', sans-serif;
	border-radius: 1px;
}
.guestList {
	margin-bottom: 20px;
	font-size: 1.09em;
	font-family: 'NIXGONM-Vb', sans-serif;
	padding: 20px;
}
.guestList li {
	margin-bottom: 10px;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 10px;
	font-size: 1.03em;
	font-family: 'NIXGONM-Vb', sans-serif;
}
.guestList ol > li:last-child {margin: 0}
.guestList ul {
	margin-top: 10px;
	margin-left: 10px;
	border-left: 3px solid #d7d7c1;
	padding-left: 10px;
	padding-top: 10px;
}
.guestList ul li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}
.guest-title {
	margin-bottom: 5px;
	background: #f8f8f8;
	padding: 10px 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;
	color: #666;
	background: #f9f9f9;
	padding: 2px 2px;
	font-weight: 700;
	display: inline-block;
	font-size: 1.0em;
}
.guest_admin .guest-title .name a {
	color: #666;
	background: #f9f9f9;
	padding: 10px 5px;
	font-weight: 500;
	display: inline-block;
	font-size: 0.8em;
}
.guest-title .date {
	font-family: 'NIXGONM-Vb', 'Cuprum', sans-serif;
	color: #999;
	font-size: 0.8em;
}
.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: #334d4d;
}

/*태그로그*/
.taglog ul{margin:0px;margin-top:5px;margin-bottom:5px;padding:10px;text-align:justify;}
.taglog ul li{display:inline;}
.taglog ul li a{margin-right:0px;}
.taglog ul li a:before{content:'';}
.taglog a:hover{background-color:#eee; color:#ff8c1a;}
.taglog .cloud1{font-size:1.2em;font-weight:bold;}
.taglog .cloud2{font-size:1.1em;font-weight:bold;}
.taglog .cloud3{font-size:1.1em;}
.taglog .cloud4{font-size:1.1em;}
.taglog .cloud5{font-size:1.1em;}
.taglog .cloud4:link, .taglog .cloud4:visited{color:#527a7a;}
.taglog .cloud5:link, .taglog .cloud5:visited{color:#669999;}

/* paging */
.paging {margin:12px 0 10px; text-align:center; font-weight: 700; font-family: 'NIXGONM-Vb', sans-serif;}
.paging .btn-prev, .paging .btn-next, .paging a span {display: inline-block; margin-right:0px; margin-bottom: 2px; padding: 4px 8px 3px 8px; border:1px solid #ddd; border-radius: 4px; color: #111; background:#fff; text-decoration: none; text-align: center;}
.paging .btn-prev:hover, .paging .btn-next:hover, .paging a span:hover,
.paging .btn-prev:active, .paging .btn-next:active, .paging a span:active,
.paging .btn-prev:focus, .paging .btn-next:focus, .paging a span:focus {color:#fff; background:#ff8149; border:1px solid #ff8149}
.paging a .selected {color:#ff8149; border:1px solid #ff8149}
.paging .no-more-prev, .paging .no-more-next {display:none}

/*푸터*/
#footer {
	text-align: center;
	margin: 0px auto 0;
	font-family: 'NIXGONM-Vb', 'Cuprum', sans-serif;
	color: #999;
	font-size: 0.85em;
	font-weight: 700;
	background: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer a {
	color: #999;
}
#tt-body-category #footer,
#tt-body-category #footer a {
	color: #999;
}
#tt-body-category #footer a:hover{background-color:#f4f4f4; color:#ff8c1a;}
#footer a:hover{background-color:#f4f4f4; color:#ff8c1a;}

/*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: 20px;
  height: 15px;
  margin: 2px 8px;
  -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: 5px;
  width: 100%;
  background: #eee;
  border-radius:0px;
  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: #666;
}
#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: 8px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	transform-origin: left center;
}
#nav-icon4 span:nth-child(3) {
	top: 16px;
	-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: 2px;
}
#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: 13px;
	left: 2px;
}

@media all and (max-width:700px) {
	.grid-item {
		width: 48%;
		margin-bottom: 4%;
	}
	.gutter-sizer {
		width: 4%;
	}
}
@media all and (min-width:501px) {
	#header {display: block !important;}
}
@media all and (max-width:500px) {
	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: #f5f5f5;
		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: 2px;
	}
	/*카테고리*/
	.category a.link_item,
	.category a.link_tit,
	.blogMenu li a {
		color: #666;
		font-size: 0.9em;
		background: #f5f5f5;
	}
	.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: #666;
		font-size: 0.9em;
	}
	.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 {
	float: left;
	margin-top: 2px;
	margin-bottom: 4px;
	margin-left: 0px;
	width: calc(100% - 70px) !important;
	color: #666;
	white-space: normal;
	overflow: visible;
	text-overflow: clip;
	font-family: 'NIXGONM-Vb', 'Cuprum', sans-serif;
	font-size: 1.2em;
	font-weight: 700;
	}
	.grid-item .list-date {
	float: right;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 0px;		
	color: #444;
	white-space: normal;
	overflow: visible;
	text-overflow: clip;
	font-family: 'NIXGONM-Vb', 'Cuprum', sans-serif;
	font-size: 0.85em;
	font-weight: 500;
	}
	.guest-guest,
	.comment-guest {
		margin-right: 0;
		margin-bottom: 5px;
	}
	.guest-guest input,
	.comment-guest input {
		width: 24%;
		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: 430px) {
	.grid-item {
		width: 100%;
		margin-bottom: 10px;
	}
	.gutter-sizer {
		width: 0;
	}
}
.float_banner2   {   position:absolute; position:fixed; right:3PX; bottom:10px;    padding:0   }

.container_postbtn{text-align:left; padding: 4px 0 !important;}
.container_postbtn .postbtn_ccl{display:none;}

.blog-menu ul{
	text-align: center;
	color: #000;
}
.blog-menu ul li{
	display: inline-block;
	margin: 1px;
}
.blog-menu ul li a{
	color: #fff;
	font-size:0.8em;
	text-decoration: none;
}
.blog-menu ul li:hover a{
	color: #ff8c1a;
}

.fa.icon_new {
	margin-left: 4px;
	line-height: 18px;
	position: relative;
	font-size: 0.8em;
	-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: #ffa366;
	font-size: xx-small;
	font-family: 'Cuprum','Noto Sans KR', sans-serif;
}
@-webkit-keyframes newblink {
	0%, 49% {
		color: #f9f9f9;
	}
	50%, 100% {
		color: #f1f1f1;
	}
}

#cssmenu {
  background: #fff;
  width: auto;
	margin-top: 4px;
	margin-bottom: 2px;
	text-align: left;
}
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: block;
  zoom: 1;
}
#cssmenu ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
#cssmenu.align-right ul li {
  float: right;
}
#cssmenu.align-center ul {
  text-align: center;
}
#cssmenu ul li a {
  color: #444;
  text-decoration: none;
  display: block;
  padding: 10px 4px;
  font-family: 'NIXGONM-Vb', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9em;
  position: relative;
  -webkit-transition: color .25s;
  -moz-transition: color .25s;
  -ms-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}
#cssmenu ul li a:hover {
  color: #ff9900;
}
#cssmenu ul li a:hover:before {
  width: 100%;
}
#cssmenu ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: -3px;
  top: 10.5px;
  height: 0px;
  width: 0px;
  background: #ff9900;
  opacity: .5;
}
#cssmenu ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #f96e5b;
  -webkit-transition: width .25s;
  -moz-transition: width .25s;
  -ms-transition: width .25s;
  -o-transition: width .25s;
  transition: width .25s;
}
#cssmenu ul li.last > a:after,
#cssmenu ul li:last-child > a:after {
  display: none;
}
#cssmenu ul li.active a {
  color: #444;
}
#cssmenu ul li.active a:before {
  width: 100%;
}
#cssmenu.align-right li.last > a:after,
#cssmenu.align-right li:last-child > a:after {
  display: block;
}
#cssmenu.align-right li:first-child a:after {
  display: none;
}

@media screen and (max-width: 310px) {
  #cssmenu ul li {
    float: none;
    display: block;
  }
  #cssmenu ul li a {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #fb998c;
  }
  #cssmenu ul li.last > a,
  #cssmenu ul li:last-child > a {
    border: 0;
  }
  #cssmenu ul li a:after {
    display: none;
  }
  #cssmenu ul li a:before {
    display: none;
  }
}

/* 티에디션 반응형 ------------------------------------------------ */
div#ttCanvas div.tt-panel {padding-top: 10px !important;}
#ttCanvas {width:100% !important;}
#ttCanvas ul li {padding-bottom: 0 !important;}
#ttCanvas li {padding-bottom: 0 !important;}
#ttCanvas .tt-span-12 .tt-post-title { height:40px; margin:0;}
#ttCanvas .tt-item-title {background:#e5e6e8;padding:5px;}
#ttCanvas .tt-item-title-inner {color:#333 !important; font-size: 0.9em !important;}
#ttCanvas h3.title {font-size: 0.9em;font-weight: bold;padding-top: 3px;padding-left: 10px;margin-bottom: 5px;margin-top: 5px;}
#ttCanvas .tt-span-12 .tt-post-date {color:#999999 !important;}
#ttCanvas .tt-span-12 .tt-post-summary {padding:0; margin:0; }
#ttCanvas .tt-span-12 .tt-post-comment {color:#999999;}
#ttCanvas .tt-span-12 .tt-post-category {margin-top:4px !important; margin-bottom:10px !important;}
#ttCanvas .tt-span-12 .tt-post-category a {color:#008ae8 !important;}
#ttCanvas .tt-span-6 { width: 320px !important; }
#ttCanvas .tt-span-12 { width: 100% !important; }
@media only screen and (max-width: 1062px) 
{
#ttCanvas .tt-span-6 { width:100% !important; }
#ttCanvas .tt-span-12 { width:100% !important; }
#ttCanvas .tt-span-6 {margin:10px 0 0 0; padding-bottom: 0 !important; border-bottom:1px solid #eeeeee;}
}

.flexible_img_col ul{z-index:1;margin:0;padding:0;font-size: 0.9em;font-family:Tahoma, Geneva, sans-serif;list-style:none;*zoom:1}
.flexible_img_col ul:after{display:block;clear:both;content:""}
.flexible_img_col li{float:left;width:142px;margin:0 5px 10px;padding:0}
.flexible_img_col li.masonry-brick{margin-top:0}
.flexible_img_col .thumb{display:block;overflow:hidden;position:relative;width:142px;background:#eee;color:#666;line-height:2px;text-align:center;white-space:nowrap;border:1px solid #e7e5e6}
.flexible_img_col .thumb img{display:block;width:142px;border:0}
.flexible_img_col a{display:block;width:142px;margin:0 auto;padding:0;text-decoration:none;cursor:pointer}
.flexible_img_col a strong{display:inline-block;margin:4px 0 4px 0;color:#333}
.flexible_img_col p{width:142px;margin:0 auto;font-size: 0.9em;color:#767676}
.flexible_img_col a:hover strong{text-decoration:underline}
.flexible_img_col a:hover .thumb{border:1px solid #999}

.attach-wrapper{display:flex;margin-bottom:5px}.attach-btn{margin:0 2px;font-size:1.2rem}.abuseReport::before{font-family:iconfont;content:"\f0a1"}

video {  
   width:100%; 
   max-width:400px; 
   height:auto; 
}

.divstyle {
word-break:break-all;
}

*, *::before, *::after {
  box-sizing: border-box
}

a {
  color: #666;
  text-decoration: none
}

a:hover {
  color: #ff9900
}

/* Checkbox */
#nav-opener {
  display: none
}

/* Openbtn */
.openbtn {
  position: fixed;
  top: 12px;
  right: 15px;
  cursor: pointer;
  transition: right .5s
}

.openbtn div {
  width: 25px;
  height: 4px;
  border-radius: 5px;
  background: #666;
  transition: transform .5s cubic-bezier(0.6, 0.05, 0.28, 0.91), opacity .5s, background-color .25s, -webkit-transform .5s cubic-bezier(0.6, 0.05, 0.28, 0.91);
}

.openbtn #openbtn-mid {
  margin: 4px 0;
}

#nav-opener:checked~.openbtn {
  right: 220px
}

#nav-opener:checked~.openbtn::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .25)	
}

#nav-opener:checked~.openbtn #openbtn-top {
  -webkit-transform: translateY(4px) rotate(-135deg);
  transform: translateY(4px) rotate(-135deg);
}

#nav-opener:checked~.openbtn #openbtn-mid {
  opacity: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-opener:checked~.openbtn #openbtn-bot {
  -webkit-transform: translateY(-12px) rotate(-45deg);
  transform: translateY(-12px) rotate(-45deg);
}

/* Drawer */
#nav {
  position: fixed;
  top: 0;
  right: -220px;
  width: 220px;
  height: 100%;
  padding: 8px 4px;
  background: #f9f9f9;
  transition: right .5s;
	overflow-x:hidden;
	overflow-y:auto;
	z-index: 9999	
}

#nav-opener:checked~#nav {
  right: 0
}

#nav a {
  display: block;
  font-size: 1.0rem;
	text-align: left;
  margin-bottom: 2px;
  padding-bottom: 2px;
  border-bottom: 0px solid rgba(100, 100, 100, .5);
  transition: padding-left .5s
}

#nav a:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0
}

#nav a:hover {
  padding-left: 5px
}

/*calendar*/
#sidebar .tt-calendar * {
  text-align: center;
  font-size: 0.8em; /*달력 날짜크기*/
}
#sidebar .prev-month { /*왼쪽 화살표*/
  margin-left: 12px;
	font-size: 0.8em;
  float: left;
  font-weight: bold;
	color: black;
}
#sidebar .next-month { /*오른쪽 화살표*/
  margin-right: 12px;
	font-size: 0.8em;
  float: right;
  font-weight: bold;
	color: black;
}
#sidebar .this-month { /*현재 달*/
  margin-right: 12px;
  float: center;
	font-size: 0.8em;
  font-weight: bold;
	color: black;
}
a.cal_click {
display:block;
color:#fff; /*포스팅한날 달력글씨색상*/
font-weight:bold;
background-color: #eee; /*포스팅한날 달력색상*/
padding: 2px 9px 2px;
}
.cal_day4 {
color: #fff; /*달력배경색*/
font-weight: bold;
background-color: black;
}
calendar .tt-calendar .cal_week2, .calendar .tt-calendar .cal_day_sunday {color:red}

::-webkit-scrollbar {width: 4px; height: 4px;  }
::-webkit-scrollbar-button:start:decrement, 
::-webkit-scrollbar-button:end:increment {display: block; width: 4px;height: 4px; background: url() rgba(204, 204, 204.05);}
::-webkit-scrollbar-track {     background: rgba(204, 204, 204.05); }
::-webkit-scrollbar-thumb {  background: rgba(140, 140, 140.1);  }
