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

@font-face { font-family: 'NeoDunggeunmo'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.3/NeoDunggeunmo.woff') format('woff'); font-weight: normal; font-style: normal; }

* {cursor: url(http://cur.cursors-4u.net/games/gam-16/gam1501.cur), auto !important;}

::selection{ 
  color: #3a3f8b;
  background: #fff;
} 

::-moz-selection{ 
  color: #3a3f8b;
  background: #fff; 
} 

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

input {
	-webkit-border-radius: 0;
}

input[type=submit] {
	-webkit-appearance:none;
}

input[type=button] {
	-webkit-appearance:none;
}

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

input:focus {
  outline: none;
}

textarea:focus {
  outline: none;
}

a[href^="/toolbar/popup/abuseReport/"] { 
	display: none; 
}

.container_postbtn {
	display: none;
}

a:link { 
	color: #fff; text-decoration: none;
}

a:visited { 
	color: #fff; text-decoration: none;
}

body {
	background: #2b2b2b;
	font-family: 'NeoDunggeunmo';
	width: 100%;
	margin: 0;
	padding: 0;
	color: #fff;
}

.index-gif {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -188px;
}

.title {
	margin-top: 90px;
	width: 100%;
	display: block;
}

.whole {
	width: 640px;
	margin-bottom: 70px;
}

.menu {
	color: #a38e44;
	font-size: 14pt;
	word-spacing: 30px;
	letter-spacing: 2px;
	padding: 45px 0px 45px 0px;
}

.menu a:link {
	color: #a38e44;
}

.menu a:visited {
	color: #a38e44;
}

.order {
	line-height: 2;
	margin-top: 20px;
	display: none;
}

.review {
	line-height: 2;
	margin-top: 20px;
	display: none;
}

.container {
	background: #3a3f8b;
	margin-bottom: 70px;
}

.wrap {
	padding: 0px 75px 0px 75px;
}

.fixed_img_col ul {
	overflow: hidden;
	list-style: none;
}

.fixed_img_col .soil {
	float: clear;
}

.fixed_img_col .air {
	float: left;
 	width: 100px;
	height: 380px; 
	padding-right: 30px;
	padding-bottom: 30px;
}

.fixed_img_col .air:nth-child(4n+4) {
	padding-right: 0px;
}

.fixed_img_col .air a {
	display: block;
}

.fixed_img_col .air a .thumb {
	width: 100px;
	height: 380px; 
	overflow: hidden;
	position: relative;
}

.fixed_img_col .air a .thumb img {
	position: absolute;
	width: 100px;
	height: 380px; 
	object-fit: cover;
	margin: auto;
	left: -100%;
right: -100%;
top: -100%;
bottom: -100%;
	transition: 0.3s;
}

.fixed_img_col .air a .thumb:hover img {
	opacity: 0.5; 
} 

.reallist {
	text-align: justify;
	color: #000;
	font-size: 8pt;
	margin-top: 20px;
}
.list_date {
	font-size: 7pt;
	float: right;
	color: #888;
}
.search_line_list {
	margin-top: 20px;
	margin-bottom: 20px;
}

.article_title {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 10px;
}

.admincontrol {
	font-size: 7pt;
	margin-bottom: 20px;
	margin-bottom: 30px;
}

.article_content {
	font-size: 10pt;
	margin-bottom: 30px;
	text-align: justify;
}

.actionTrail {
	width: 100%;
	height: 30px;
	margin-bottom: 30px;
}

.commentfirst {
	float: right;
	font-size: 10pt;
	margin-bottom: 30px;
}

.comment {
	margin-top: 30px;
display: none;
}

.commentlist {
	font-size: 10pt;
	line-height: 2;
	text-align: justify;
	margin-bottom: 30px;
	width: 100%;
}

.commentlist > ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

/*댓글*/
.commentlist #pk {
	border: 1px solid transparent;
}

.commentlist li {
	list-style: none;
	margin-bottom: 15px;
}

.commetlist ul {
	list-style: none;
	margin-bottom: 15px;
}

/*답글*/
.commentlist li ul li {
	border: 1px solid transparent;
	margin-top: 10px;
	margin-left: 0px;
}

.name {
	font-weight: bold;
}

.date {
	font-size: 6pt;
	margin-left: 5px;
	margin-right: 5px;
	color: #888;
}

.dates {
	font-size: 6pt;
	margin-left: 5px;
	margin-right: 5px;
	color: #888;
}

.controls {
	font-size: 6pt;
}

.name .tistoryProfileLayerTrigger {
	display: none;
}

.commentwrite {
	width: 100%
}

.textwhy textarea {
	width: 70%;
	height: 150px;
	margin-right: 2%;
	border: 2px inset #fff;
	box-sizing: border-box;
	font-size: 9pt;
	line-height: 2;
	float: left;
	font-family: 'NeoDunggeunmo';
}

.write input {
	width: 28%;
	height: 150px;
	line-height: 30px;
	border: 2px outset #2b2b2b;
	box-sizing: border-box;
	text-align: center;
	background-color: #2b2b2b;
	color: #fff;
	float: right;
	font-size: 10pt;
	font-family: 'NeoDunggeunmo';
}

.guest {
	margin-bottom: 10px;
	text-align: left;
}

.guest input {
	width: 100px;
	height: 20px;
	border: 1px solid #fff;
	text-align: justify;
	letter-spacing: 1px;
}

.hidden {
	margin-top: 10px;
	float: right;
}

.article {
	font-size: 10pt;
	margin-bottom: 30px;
	text-align: justify;
}

.protected {
	margin-top: 100px;
	margin-bottom: 100px;
	text-align: center;
}

.ugly {
	margin-left: 10px;
	display: inline-block;
}

.protected .conf {
	border: 1px solid #000;
	box-sizing: border-box;
	width: 200px;
	height: 35px;
	text-align: center;
	margin-top: 15px;
	letter-spacing: 2px;
}

.protected .submit {
	border: 1px solid #000;
	box-sizing: border-box;
	width: 60px;
	height: 35px;
	text-align: center;
	background: #000;
	color: #fff;
}

.paging {
	padding: 20px;
	font-size: 9pt;
	word-spacing: 15px;
	text-align: center;
}

.paging a:hover {
	color: #000;
}

.paging a:focus {
	color: #000;
}

.search {
	margin-bottom: 70px;
}

.text {
	width: 165px;
	height: 35px;
	background: #2b2b2b;
	border: 2px outset #2b2b2b;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	font-size: 12pt;
	font-family: 'NeoDunggeunmo';
	letter-spacing: 2px;
}

.text::placeholder {
	-webkit-color: #fff;
	-ms-color: #fff;
	color: #fff;
}

.top {
	font-size: 14pt;
	letter-spacing: 2px;
	color: #a38e44
}

.top a:link {
	color: #a38e44;
}

.top a:visited {
	color: #a38e44;
}

@media (max-width: 1000px) {
	
	* { max-width: 100%; }
	
	.menu {
	font-size: 14pt;
	word-spacing: 15px;
}
	
	.wrap {
		padding: 0px 40px 0px 40px;
	}
	
	.fixed_img_col .air {
 	width: 30%;
	padding-right: 5%;
}

.fixed_img_col .air:nth-child(4n+4) {
	padding-right: 5%;
}
	
	.fixed_img_col .air:nth-child(3n+3) {
	padding-right: 0px;
}

.fixed_img_col .air a .thumb {
	width: 100%;
}

.fixed_img_col .air a .thumb img {
	width: 100%;
}

}