@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR');

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;
	box-sizing: border-box;
}

fieldset,
img {
	border: 0;
	transition: .5s;
}

dl,
ul,
ol,
menu,
li {
	list-style: none;
}

iframe,
embed {
	width: 100%;
	transition: .5s;
}

table .imageblock {
	width: 100% !important;
}

table {
	border-spacing: 1px 0;
}

/* 배경 */
body {
	background: #fff;
	transition: .5s;
	background-color: #d8bfd8;
}

/* 전체 폰트 */
html,
body,
th,
td,
input,
select,
textarea,
button {
	font-size: 13px;
	font-family: 'Segoe UI', 'Noto Sans KR', sans-serif;
	color: #000;
	line-height: 1.7;
}

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

a:hover {}

/* 입력창 폰트 색상 */
::-webkit-input-placeholder {
	color: #000;
}

:-moz-placeholder {
	color: #000;
}

::-moz-placeholder {
	color: #000;
}

:-ms-input-placeholder {
	color: #000;
}

::placeholder {
	color: #000;
}

/* 스크롤바 */
::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background: transparent;
}

::-webkit-scrollbar-thumb {
	width: 5px;
	background: #000;
}

/* 전체 박스 */
#container {
	margin: 100px auto;
	max-width: 550px;
}

#tt-body-index #container {
	max-width: 650px;
}

/* 스위치 */
body.bg {
	background: #333666;
}

img.active,
iframe.active {
	opacity: 0.7;
}

.switch {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 40px;
	height: 80px;
	border: 1px solid;
	padding: 10px 8px;
	cursor: pointer;
	z-index: 20;
	border-radius: 3px;
	margin: auto;
}

.switch.active {
	border: 1px solid #fff;
}

.switch .switch-top,
.switch .switch-bottom {
	display: block;
	width: 100%;
	height: 50%;
	left: 6px;
	border: 1px solid;
}

.switch .switch-top {
	border-bottom: 0;
	border-radius: 3px 3px 0 0;
}

.switch .switch-top.active {
	border-top: 7px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.switch .switch-bottom {
	border-radius: 0 0 3px 3px;
	border: 1px solid #fff;
	border-top: 0;
}

.switch .switch-bottom.active {
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 7px solid;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}

/* 검색 */
.search {
	text-align: center;
	margin: 20px 0;
}

.search input {
	border: 0;
}

.search .submit {
	display: none;
}

@media all and (min-width: 768px) {
	.search .search_input {
		margin: auto;
		text-align: center;
		background: transparent;
	}

	.search_input::-webkit-input-placeholder {
		color: #fff;
	}

	.search_input:-moz-placeholder {
		color: #fff;
	}

	.search_input::-moz-placeholder {
		color: #fff;
	}

	.search_input:-ms-input-placeholder {
		color: #fff;
	}

	.search_input::placeholder {
		color: #fff;
	}

	/* 카테고리 */
	.catebox {
		text-align: center;
		margin: 10px 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
	}

	.catebox.active {
		opacity: 1;
		visibility: visible;
	}

	.tt_category {
		display: inline-block;
	}

	.tt_category a,
	.catebox .scroll > a {
		color: #fff;
	}

	.link_tit {
		display: none;
	}

	.category_list > li,
	.catebox .scroll > a {
		display: inline-block;
		position: relative;
		margin: 0 10px;
		white-space: nowrap;
	}

	.link_item:after {
		content: "v";
		font-size: .8rem;
		margin-left: 3px;
	}

	.link_item:only-child:after {
		content: '';
	}

	.sub_category_list {
		position: absolute;
		white-space: nowrap;
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		max-height: 0;
		overflow: hidden;
		transition: .5s;
		z-index: 1;
	}

	.category_list > li:hover .sub_category_list {
		max-height: 500px;

	}
}

/* 본문 영역 */
#content {
	position: relative;
}

#content:after,
.myoskin:after {
	display: block;
	clear: both;
	content: '';
	overflow: auto;
}

/* 커버 */
#c-notice {
	overflow: hidden;
	min-height: 300px;
	padding-bottom: 40px;
	position: relative;
}

#c-notice .c-notice {
	float: left;
	width: 62%;
}

#c-notice .c-notice.on {
	float: none;
	width: 100%;
}

#c-notice img {
	max-width: 100%;
}

.c-twt {
	width: 35%;
	position: absolute;
	right: 0;
	height: calc(100% - 40px);
	overflow: hidden;
}

.c-twt > ul {
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
}

#c-notice,
#c-lst,
#c-thumb-lst,
#c-gal {
	margin-bottom: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 40px;
	border-bottom: 1px solid;
}

#c-notice h2,
#c-lst h2,
#c-thumb-lst h2,
#c-gal h2 {
	font-size: .8rem;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

/* 커버 썸네일 목록형 */
#c-thumb-lst ul {
	width: 100%;
	display: inline-block;
}

#c-thumb-lst ul li {
	float: left;
	width: 24%;
	margin: 0.5%;
}

#c-thumb-lst a {
	display: block;
	text-decoration: none;
}

#c-thumb-lst img {
	width: 100%;
	vertical-align: top;
}

#c-thumb-lst .lst-img:after {
	z-index: 99;
}

#c-thumb-lst a:hover .lst-img:after {
	opacity: 1;
}

#c-thumb-lst a:hover img {

	-webkit-filter: blur(1px);
	filter: blur(1px);
	opacity: 0.4;
}

#c-thumb-lst .title {
	margin-top: 10px;
	text-align: center;
	padding: 0 5px;
	font-weight: bold;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 36px;
}

/* 커버 웹진형 */
#c-lst ul li:first-child {
	border-top: 0;
}

#c-lst a {
	display: block;
	text-decoration: none;
	margin-bottom: 40px;
}

#c-lst .lst-img {
	display: inline-block;
	width: 20%;
	margin: 0;
}

#c-lst .lst-img img {
	position: relative;
	width: 100%;
	height: 100%;
	vertical-align: top;
}

#c-lst .lst-img:after {
	z-index: 99;
}

#c-lst a:hover .lst-img:after {
	opacity: 1;
}

#c-lst a:hover img {
	-webkit-filter: blur(1px);
	filter: blur(1px);
	opacity: 0.4;
}

#c-lst .info {
	display: inline-block;
	width: 79%;
	vertical-align: top;
	padding: 10px;
	box-sizing: border-box;
}

#c-lst .info .title {
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#c-lst .info .text {
	margin: 5px 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	max-height: 49px;
}


/* 커버 갤러리 */
#c-gal ul {
	display: inline-block;
}

#c-gal .grid-item {
	float: left;
	width: 24%;
	margin: 0.5%;
}

#c-gal a {
	display: block;
	position: relative;
	width: 100%;
}

#c-gal .lst-img {
	margin: 0;
}

#c-gal .lst-img:after {
	display: none;
}

#c-gal .lst-img img {
	width: 100%;
	z-index: 10;
	vertical-align: top;
}

#c-gal .info .title {
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 30;
	overflow: hidden;
	width: 100%;
	max-height: 4.2em;
	text-align: center;
	line-height: 1.4;
	padding: 0 20px;
	box-sizing: border-box;
	transform: translateY(-50%);
}

#c-gal a .info {
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .5s;
}

#c-gal a:hover img {
	-webkit-filter: blur(1px);
	filter: blur(1px);
	opacity: 0.3;
}

#c-gal a:hover .info {
	opacity: 1;
}


/* 갤러리형 */
#myo_gal .lst {
	width: 23%;
	margin: 1%;
	float: left;
	position: relative;
	overflow: hidden;
}

#myo_gal .lst a {
	display: block;
}

#myo_gal .lst img {
	width: 100%;
	vertical-align: top;
	transition-property: opacity;
	transition-duration: .5s;
}

#myo_gal .lst .info {
	position: absolute;
	top: 0;
	opacity: 0;
	transition-property: opacity;
	transition-duration: .5s;
	text-align: center;
	display: flex;
	-ms-display: flexbox;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
}

#myo_gal .lst .title {
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	max-height: 100px;
	font-weight: bold;
	margin: 0 5px;
}

#myo_gal .lst .date{
	display: none;
}

#myo_gal .lst:hover img {
	-webkit-filter: blur(1px);
	filter: blur(1px);
	opacity: 0.3;
}

#myo_gal .lst:hover .info {
	opacity: 1;
}

/* 목록형 */
#myo_bbs .lst {
	margin-bottom: 40px;
	text-align: center;
}

#myo_bbs .lst a {
	display: block;
}

#myo_bbs .lst img {
	display: none;
}

#myo_bbs .lst .title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#myo_bbs .lst .text {
	display: none;
}

/* 보호글 */
.pass {
	width: 220px;
	margin: 45% auto;
}

.pass p .input,
.pass p .submit {
	margin: 5px 0;
	padding: 10px;
}

.pass p .input {
	width: 100%;
	border: 0;
	background: transparent;
}

.pass .submit {
	width: 100%;
	border: 0;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.input[required] + label {
	display: block;
	height: 48px;
	margin-top: -48px;
	margin-bottom: 0;
	pointer-events: none;
	line-height: 1;
	text-transform: uppercase;
}

.input[required] + label:before {
	content: attr(placeholder);
	display: inline-block;
	height: 48px;
	line-height: 48px;
	padding: 0 9px;
	background-size: 100% 5px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition-duration: .15s;
	transition-duration: .15s;
}

.input[required]:focus + label:before,
.input[required]:valid + label:before {
	-webkit-transform: translate(0, -24px) scale(1, 1);
	transform: translate(0, -24px) scale(1, 1);
	font-style: italic;
}

/* 본문 타이틀 */
.artititle {
	text-align: center;
	margin-bottom: 20px;
}

.artititle .logo {
	width: 40px;
	height: 40px;
}

.artititle .title {
	margin-top: 10px;
	font-weight: bold;
}

.artititle .date {
	opacity: 0.7;
}

.artititle .admin {
	visibility: hidden;
	opacity: 0;
	transition-property: opacity;
	transition-duration: .5s;
	margin-top: 5px;
}

.artititle .admin > a {
	margin: 0 5px;
}

.artititle:hover .admin {
	visibility: visible;
	opacity: 0.5;
}

/* 인용구 */
.tx-quote-tistory:before {
	content: "\e67f";
	font-family: 'themify';
}

.tx-quote-tistory {
	position: relative;
	height: auto;
	padding: 10px;
	border: 1px solid;
}

/* 더보기 */
.moreless_fold:before {
	content: "\e64b";
	font-family: 'themify';
	margin-right: 5px;
	font-size: .8em;
}

.moreless_content {
	position: relative;
	height: auto;
	margin: 10px 0;
	padding: 10px;
	border: 1px solid;
}

.moreless_top:before {
	content: "\e62a";
	font-family: 'themify';
	margin-right: 5px;
}

.moreless_bottom:before {
	content: "\e627";
	font-family: 'themify';
	margin-right: 5px;
}

/* 링크 */
.article .tx-link:before {
	content: "\e62d";
	font-family: 'themify';
	margin-right: 5px;
	font-size: .8em;
}

/* 파일 첨부 */
.article .imageblock > a > img {
	display: none;
}

.article .imageblock > a:before {
	content: "\e6a7";
	font-family: 'themify';
	margin-right: 5px;
	font-size: .8em;
}

/* 신고 버튼 */
.container_postbtn {
	padding: 10px 0 !important;
}

.container_postbtn .postbtn_like {
	border: 0 !important;
}

.container_postbtn .postbtn_like label:first-child {
	padding-left: 0 !important;
}

/* 본문 태그 */
.artitag {
	color: transparent;
	margin: 15px 0;
}

.artitag a:before {
	content: "#";
}

.artitag a {
	margin-right: 5px;
}


/* 본문 댓글 */

.articmt {
	margin: 15px 0;
}

.articmt .title {
	margin-right: 5px;
}

/* 댓글, 방명록 작성 */
.cmt {
	margin-top: 20px;
}

.write input {
	background: transparent;
	border: 0;
}

.write textarea {
	background: transparent;
	width: 100%;
	height: 70px;
	border: 1px solid;
	transition: .5s;
	margin: 5px 0;
	padding: 5px;
}

.write textarea:focus,
.write textarea:hover {
	height: 120px;
}

.write .info {
	margin-bottom: 5px;
}

.write .info input {
	width: 32%;
	margin-right: 1%;
}

.write .info input:last-child {
	margin: 0;
}

.write .info,
.write .secret {
	display: inline-block;
}

.write .submit {
	float: right;
	font-family: 'themify';
}

:not(.secret) + .submit {
	width: 100%;
}

.write .secret {
	display: inline-block;
	margin-bottom: 10px;
}

.write .checkbox {
	display: none;
}

.write .checkbox + .secret-label:after {
	content: "\e603";
	font-family: 'themify';
}

.write .checkbox:checked + .secret-label:after {
	content: "\e62b";
	font-family: 'themify';
}

/* 댓글, 방명록 목록 */
.list li {
	position: relative;
}

.listbox {
	border-bottom: 1px solid;
}

.listbox:last-child {
	border: 0;
}

.listbox:last-child .info:last-child {
	margin-bottom: 0;
}

.list img {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	display: none;
}

.list .info {
	/* margin: 40px 0 40px 40px; */
	margin: 40px 0;
}

.list .info .name,
.list .info .date {
	margin-right: 10px;
}

.list .info .name {
	font-weight: bold;
}

.list .info .re {
	margin-top: 5px;
}

.list .info .re i {
	margin-right: 5px;
}

.reply {
	margin-left: 40px;
}

.list .date a {
	margin-right: 5px;
	visibility: hidden;
	font-size: .8em;
}

.list .date a:after {
	content: "\e620";
	font-family: 'themify';
	visibility: visible;
}

.rp_admin .name:before {
	content: "\e642";
	font-family: 'themify';
	font-size: .8em;
	margin-right: 3px;
}

.hiddenComment .name:after {
	content: "\e62b";
	font-family: 'themify';
	font-size: .8em;
}

/* 페이징 */
.paging {
	text-align: center;
	margin: 30px 0;
}

.paging a {
	margin: 0 7px;
}

.paging .selected {
	border-bottom: 1px solid;
}

/* 탑버튼 */
.top {
	text-align: center;
}

/* 카피라이트 삭제 금지 */
.copy {
	position: fixed;
	bottom: 10px;
	right: 10px;
	white-space: nowrap;
	font-size: .8em;
}

/* 모바일 영역 */
@media all and (max-width: 768px) {
	#container {
		margin: 15px;
		max-width: 100%;
	}

	#content {
		margin: 20px 0;
	}

	#c-notice {
		min-height: auto;
	}

	#c-notice .c-notice {
		float: none;
		width: 100%;
	}

	.c-twt {
		display: none;
	}

	#c-lst .info .text {
		-webkit-line-clamp: 1;
		max-height: 15px;
	}

	.top {
		position: fixed;
		right: 15px;
		bottom: 15px;
		border: 1px solid;
		width: 20px;
		height: 20px;
		line-height: 20px;
	}

	.copy {
		position: static;
		text-align: center;
	}

	html.open {
		position: fixed;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}

	.page_cover.open {
		display: block;
	}

	.page_cover {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0px;
		left: 0px;
		background-color: rgba(0, 0, 0, 0.4);
		z-index: 999;
		display: none;
	}

	.catebox {
		width: 70%;
		overflow: hidden;
		height: 100%;
		position: fixed;
		top: 0px;
		left: -75%;
		margin: 0;
		z-index: 999999;
		transition: All 0.2s ease;
		-webkit-transition: All 0.2s ease;
		-moz-transition: All 0.2s ease;
		-o-transition: All 0.2s ease;
		background: #fff;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		line-height: 3;
	}

	.catebox.open {
		left: 0;
	}

	.catebox .scroll {
		width: 102%;
		height: 100%;
		overflow-y: scroll;
		padding: 50px;
	}

	.search {
		text-align: left;
	}

	.link_tit {
		display: none;
	}

	.category_list > li {
		position: relative;
	}

	.link_item:after {
		content: 'v';
		margin-left: 3px;
	}

	.link_item:only-child:after {
		content: '';
	}

	.sub_category_list {
		margin-left: 10px;
	}

}

/* 마우스 커서 */ * {cursor: url(http://cur.cursors-4u.net/special/spe-3/spe302.ani), url(http://cur.cursors-4u.net/special/spe-3/spe302.png), auto !important;} /* End http://www.cursors-4u.com */