@charset "UTF-8";
/* CSS Document */


@font-face {
    font-family: 'KoPubWorld-Batang-Light'; 'GmarketSansTTFMedium';
    src: url('images/KoPubWorld-Batang-Light.woff') format('woff');
    font-style: normal;
}

* {cursor: url(./images/csr.png), auto !important;}

::selection{ 
  color: red; 
  background: #000;
} 

::-moz-selection{ 
  color: red; 
  background: #000;
}

ol, ul, li { list-style: none; margin: 0; padding: 0; }

input { -webkit-border-radius: 0; }
input[type=submit], input[type=button] { -webkit-appearance:none; }

textarea { resize: none; -webkit-border-radius: 0; -webkit-appearance: none; }

input:focus, textarea:focus { outline: none; }

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

a[href^="/toolbar/popup/abuseReport/"], .container_postbtn, .menu > ul > li > a { display: none; }

html, body { margin: 0; padding: 0; height: 100%; }



body {
	font-family: 'KoPubWorld-Batang-Light', sans-serif !important; font-size: 10pt;
	background-image: url(./images/background.png);
	margin: 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.whole {
	margin: 120px 0px;
	width: 600px;
}

.signs {
	display: block;
}

.title {
	width: 100%;
	background: #fff;
	border: 1px solid #000;
	box-sizing: border-box;
	padding: 20px;
	text-align: justify;
	font-size: 14pt;
	font-weight: 600;
}

.title i {
	margin-right: 10px;
}

.menu {
	display: none;
	width: 100%;
	background: #fff;
	border: 1px solid #000;
	box-sizing: border-box;
	padding: 20px;
	margin-top: 20px;
	text-align: justify; line-height: 1.7;
}

.menu > ul {
	margin: 20px 0px;
}

.copy {
	font-size: 8pt;
}

.container {
	width: 100%;
	background: #fff;
	border: 1px solid #000;
	box-sizing: border-box;
	margin-top: 40px;
	text-align: justify;
}

.paging {
	width: 100%;
	background: #fff;
	border: 1px solid #000;
	box-sizing: border-box;
	padding: 20px;
	margin-top: 20px;
	word-spacing: 10px;
}

.top {
	width: 100%;
	background: #fff;
	border: 1px solid #000;
	box-sizing: border-box;
	padding: 20px;
	margin-top: 20px; margin-bottom: 120px;
	display: inline-block;
}

.list-gallery {
	font-size: 0;
	overflow: hidden;
}

.list-gallery .reallist, .list-gallery .category-name {
	display: none;
}

.list-gallery li {
	float: left;
	width: 25%;
	height: 300px;
	display: inline-block;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	box-sizing: border-box;
}

.list-gallery li a {
	display: block;
	width: 100%; height: 100%;
}

.list-gallery li .thumbnail {
	width: 100%; height: 100%;
	overflow: hidden;
	position: relative;
	background: url('https://i.imgur.com/KBdNumc.png');
	background-position: center;
}

.list-gallery li .thumbnail img {
	width: 100%; height: 100%;
	object-fit: cover;
}

.list-list {
	padding: 20px;
}

.category-name {
	margin-bottom: 40px;
}

.category-name i {
	margin-right: 10px;
}

.list-list li {
	float: clear;
	width: 100%;
	margin-bottom: 20px;
}

.list-list li:last-child {
	margin-bottom: 0;
}

.list-list .thumbnail {
	display: none;
}

.list-list .reallist {
	width: 100%;
}

.list-list .list-title {
	width: 75%;
	text-align: justify;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
}

.list-list .list-date {
	width: 25%;
	text-align: right;
	display: inline-block;
}

.article_title {
	padding: 20px 20px 10px 20px;
}

.admincontrol {
	font-size: 8pt;
	padding: 0px 20px;
}

.article_content {
	padding: 40px 20px;
}

.comment-button {
	padding: 0px 20px;
	text-align: right;
}

.comment {
	padding: 40px 20px 20px 20px;
	display: none;
}

.commentlist {
	width: 100%;
}

#comment-body {
	width: 100%;
	margin-bottom: 20px;
}

.name {
	margin-right: 5px;
}

.name i {
	margin-right: 10px;
}

.date, .control {
	font-size: 8pt;
}

.comment-desc {
	margin-top: 10px;
}

#reply-body {
	margin: 0px 0px 20px 20px;
}

.name .tistoryProfileLayerTrigger {
	display: none;
}

.commentwrite {
	width: 100%;
	margin-top: 40px;
}

.guest {
	margin-bottom: 20px;
}

.guest input[type=text] {
	margin-right: 20px;
}

.guest input {
	display: inline-block;
	width: calc(50% - 10px);
	padding: 20px;
	text-align: center;
	background: #fff;
	border: 1px solid #000;
	box-sizing: border-box;
	vertical-align: middle;
	font-family: 'GmarketSansMedium'; font-size: 10pt;
}

.guest input::placeholder {
	color: #000;
}

.textarea textarea {
	width: 100%;
	height: 15vh;
	border: 1px solid #000;
	box-sizing: border-box;
	padding: 20px;
	font-family: 'GmarketSansMedium'; font-size: 10pt;
}

.commentwrite-input {
	width: 100%;
	margin-top: 20px;
}

.commentwrite-input input[type=checkbox] {
	display: none;
}

.commentwrite-input label {
	margin-right: 20px;
	transition: 0.5s;
}

.commentwrite-input input[type=checkbox]:checked + label {
	background: #000;
	color: red;
}

.commentwrite-input label, .commentwrite-input input[type=submit] {
	display: inline-block;
	width: calc(50% - 10px);
	background: #fff;
	border: 1px solid #000;
	box-sizing: border-box;
	vertical-align: middle;
	font-family: 'GmarketSansMedium'; font-size: 10pt;
	text-align: center;
	padding: 20px;
}

.notice {
	padding: 20px;
}

.protected {
	margin: 20px 0px;
	text-align: center;
}

.protected input {
	font-family: 'GmarketSansMedium'; font-size: 10pt;
	background: #fff;
	border: 1px solid #000;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
	width: 50%;
	padding: 20px;
}

.protected input[type=password]::placeholder {
	color: #000;
}

.protected input[type=button] {
	margin-top: 20px;
}