@charset "utf-8";
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);
@font-face {
	font-family: 'CB';
	font-weight: 400;
	src: url(./images/CooperBlack.woff);
}

/*reset*/
* {margin:0; padding:0; border:0; }
a {text-decoration:none; }
a:link { text-decoration: none; color:#000; }
a:visited { text-decoration: none; color:#000; }
a:active { text-decoration: none; color:#000; }
a:hover { text-decoration: none; color:#666; }
ul, ol, li { list-style: none; }
#tistorytoolbarid { display: none; }

/*body*/
body {
	background: #eaeaea;
	font-family: 'Spoqa Han Sans', 'Sans-serif';
	font-size: 12px;
}

#wrap {
	width: 1190px;
	margin:0 auto;
	transition: all .3s;
}
#header {
	width: 100%;
	height: 115px;
	position: relative;
	transition: all .3s;
}
#header h1 {
	text-align: center;
	width: 80%;
	max-width: 293px;
	margin: 45px auto;
}
#header h1 a #logo {
	width: 100%;
	min-width:150px;
	height: 38px;
	background-image: url("./images/logo2.png");
	background-repeat: no-repeat;
	background-size: 100%;
	margin:0 auto;
}
#header .onmh-saranghae {
	float: right;
	clear: both;
	width: 117px;
	height: 77px;
	background-image: url("./images/from-abyss.png");
	top: 23px;
	right: 25px;
	position: relative;
}
#header .onmh-saranghae .heart {
	position: absolute;
	right: 0px;
	top: -37px;
}
#header #menu-bar {
	width: 100%;
	height: 40px;
	background-color: #4bb5ff;
	position: absolute;
	left: 0;
	bottom: 0;
	border: 1px solid #333;
	box-sizing: border-box;
	overflow: hidden;
}
#header #menu-bar .category {
	height: 38px;
	float: left;
	line-height: 38px;
	overflow: hidden;
	margin: 0 30px;
}
#header #menu-bar .tt_category {
	display: inline-block;
}
#header #menu-bar .tt_category>li>a {
	color: #fff;
	letter-spacing: -1px;

}
#header #menu-bar .category_list {
	display: inline-block;
}
#header #menu-bar .category_list>li {
	display: inline-block;
	margin-left: 30px;
}
#header #menu-bar .category_list>li>a {
	color: #fff;
	font-family: 'CB';
	font-size: 16px;
}
#header #menu-bar .tt_category>li>a.link_tit {
	color: red;
	font-size: 15px;
}
.c_cnt {
	display:none;
}
#header #menu-bar .category-right {
	float: right;
	margin-right: 20px;
}
#header #menu-bar .search {
	display: inline-block;
	margin-left: 15px;
}
#header #menu-bar .search .searchIcon {
	position: relative;
	width: 20px;
	height: 20px;
	display: none;
}
#header #menu-bar .search .searchIcon>span {
	position: absolute;
}
#header #menu-bar .search .searchIcon>.si1 {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	border: 3px solid #fff;
}
#header #menu-bar .search .searchIcon>.si2 {
	display: block;
	width: 8px;
	height: 3px;
	border-radius: 5px;
	background-color: #fff;
	transform: rotate(45deg);
	right: 1px;
	bottom: 4px;
}
#header #menu-bar .search .search_box {
	width: 180px;
	height: 38px;
	position: relative;
	line-height:36px;
}
#header #menu-bar .search .search_txt {
	width: 140px;
	height: 25px;
	border-radius: 13px;
	padding:0 30px 0 10px;
	outline: none;

}
#header #menu-bar .search .submit {
	width: 20px;
	height: 20px;
	position: absolute;
	top: -4px;
	bottom: 0;
	right: 12px;
	margin:auto;
	font-family: FontAwesome;
	color: #4bb5ff;
	background-color: transparent;
	font-size: 17px;
	outline: none;
	cursor: pointer;
}
#header #menu-bar .tab_guestbook {
	height: 40px;
	position: relative;
	float: left;
}
#header #menu-bar .tab_guestbook a .guestbook {
	font-family: 'CB';
	font-size: 16px;
	background: none;
	color: #fff;
	line-height: 40px;
	outline: none;
	cursor: pointer;
}
#content {
	width: 1190px;
	min-height:800px;
	background-color: #fff;
	/*box-shadow: 8px 0px 25px rgba(0, 0, 0, .2);*/
	border: 1px solid #333;
	border-top:none;
	box-sizing: border-box;
	transition: all .3s;
}

/* searchList */

.searchList ol{  
	position:relative;
	margin-left: 33px;
}
.searchList ol:after{
	display:block;
	clear:both;
	content:""
}
.searchList li{
	float:left;
	position:relative;
	top:1px;
	width:330px;
	margin:50px 0 0 33px;
	border:1px solid #333;
	background-color:#fff;
	transition: all .3s;
}
.searchList .listThum {
	overflow:hidden;
	width:290px;
	height:300px;
	background:#fff;
	padding: 20px;
	transition: all .3s;
}
.searchList .listThum img {
	display:block;
	width:290px;
	height:300px;
	border:0;
	transition: all .3s;
	object-fit: cover;
}
.searchList li:hover span {
	opacity: .8;
	transition: all .3s;
}
.searchList a {
	display:block;
	width:330px;
	margin:0 auto;
	text-decoration:none;
	cursor:pointer;
}
.searchList li>.tape {
	display: inline-block;
	width: 42px;
	height: 20px;
	position: absolute;
	left: 0;
	right: 0;
	top: -11px;
	z-index: 100;
	margin: auto;
	transform: rotate(-10deg);
	background-color: rgba(255,151,178,.7);
}
.searchList li:nth-child(6n-4)>.tape {
	background-color: rgba(164,231,172,.7);
}
.searchList li:nth-child(6n-3)>.tape {
	background-color: rgba(134,230,250,.7);
}
.searchList li:nth-child(6n-2)>.tape {
	background-color: rgba(255,229,83,.7);
}	
.searchList li:nth-child(6n-1)>.tape {
	background-color: rgba(255,138,0,.7);
}
.searchList li:nth-child(6n)>.tape {
	background-color: rgba(179,140,238,.7);
}
.searchList a .listInfo {
	height:40px;
	padding: 4px 20px 27px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	transition: all .3s;
}
.searchList a .listInfo .date {
	display: block;
	font-size:11px;
	color:#999;
	text-align: center;
	margin-bottom: 6px;
}
.searchList a .listTitle {
	color:#000;
	font-size: 13px;
	font-weight: 400;
}
.searchList a:hover strong,
.searchList a:active strong,
.searchList a:focus strong{text-decoration:underline}
.searchList a:hover .thumb,
.searchList a:active .thumb,
.searchList a:focus .thumb{
	opacity:0.8;
}
.searchList .thumb .dno{display:none}
.searchList .w180 li{width:180px;padding-left:10px;height:165px}
.searchList .w180 .thumb{width:172px;height:90px}
.searchList .w180 .thumb img{width:172px;height:90px}
.searchList .w180 a{width:180px}



.paging {
	width: 100%;
	padding: 40px 0 40px 0;
	text-align: center;
}
.paging .pagingWrap {
	overflow: hidden;
	display: inline-block;
}
.paging .pagingWrap>* {
	display: block;
	float: left;
}
.paging .pagingWrap>a {
	color: #666;
}
.paging .pagingWrap .numbox {
	margin: 0 18px;
	overflow: hidden;
}
.paging .pagingWrap .numbox .num {
	margin: 0 10px;
	width: 12px;
	height: 16px;
	display: block;
	float: left;
}
.paging .pagingWrap .numbox .num span {
	color: #000;
}
.paging .pagingWrap .numbox .num .selected {
	font-weight: bold;
	color: #4bb5ff;
}

.titleWrap {
	padding-top: 50px;
	text-align: center;
}

.titleWrap .category a {
	color: #fff;
	background: #4bb5ff;
	padding: 2px 7px;
	font-weight: 700;
}
.titleWrap>h2 {
	text-align: center;
	margin: 12px 0 8px;
	font-size: 18px;
	letter-spacing: -1px;
	font-weight: 500;
}
.titleWrap .date {
	font-size: 11px;
	color: #666;
}
.titleWrap .admin {
	margin-top: 7px;
}
.titleWrap .admin a {
	font-size: 10px;
	font-weight: bold;
	color: #d67883;
	margin: 0px 2px;
}
.article {
	padding:20px 50px 25px;
}
#commentWrap {
	padding: 30px 50px 60px;
}
#commentWrap h4 {
	font-family: 'CB';
	color: #222;
	font-size: 16px;
	letter-spacing: -.5px;
	font-style: italic;
}
#commentWrap h4 a {
	font-weight: normal;
	color: #ff8181;
	margin-left: 5px;
}
#commentWrap .commentWrite {
    position: relative;
}
#commentWrap .commentWrite p.secretWrap {
    position: absolute;
    right: 0;
    bottom: 160px;
}
#commentWrap .commentWrite .commentInfo {
	overflow: hidden;
	margin-bottom: 10px
}
#commentWrap .commentWrite .commentInfo>p {
	float: left;
	margin-right:10px;
}
#commentWrap .commentWrite .commentInfo>p>input {
	color: #999;
	border: 1px solid #666;
    padding: 2px;
    outline: none;
}
#commentWrap .commentList span {
	font-size: 12px;
}
#commentWrap .commentList ol li>div {
	margin-top: 12px;
	background-color: #f5f5f5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 15px;
	overflow: hidden;
}#commentWrap .commentList ol li>div
#commentWrap .commentList .name {
	font-weight: bold;
	letter-spacing: -1px;
	height: 17px;
	display: inline-block;
	overflow: hidden;
	float: left;
}
#commentWrap .commentList .name a {
	display: inline-block;
	float: left;
}
#commentWrap .commentList .name span {
	margin-top: 2px;
	margin-left: 3px;
}
#commentWrap .commentList .date {
	color: #888;
	font-size: 11px;
	letter-spacing: 0px;
	display: inline-block;
	margin-left: 5px;
}
#commentWrap .commentList p {
	margin-top: 6px;
	letter-spacing: -1px;
}
#commentWrap .commentList .control {
	float: right;
}
#commentWrap .commentList .control span {
	font-size: 12px;
	letter-spacing: -1px;
}
#commentWrap .rp2 {
	margin-top: -7px!important;
	padding-left: 30px!important;
}
#commentWrap .rp2 ul li>div {
	padding: 0;
	margin-top: 0;
}
#commentWrap .rp2 .nieun {
	display:inline-block;
	float: left;
	margin-right: 5px;
}
#commentWrap .rp2 ol li>div>p {
	padding-left: 17px;
}
.another_category {
	border: none!important;
}
#commentWrap>#entry64Comment>form {
	margin: 0 auto!important;
	width: 100%;
}
.commentWrite {
	margin-top: 20px!important;
}
.commentWrite p {
}
.commentWrite .cmtarea {
	height: 90px;
}
.commentWrite .cmtarea textarea {
	width: 100%;
	height: 90px;
	padding: 8px;
	outline: none;
	border: 1px solid #333;
	box-sizing:border-box;
}
.commentWrite .subBtn {
	margin-top: 10px;
}
.commentWrite .subBtn input {
	width: 100%;
	background-color: #fff;
	color: #000;
	font-weight: 700;
	line-height: 50px;
	font-size: 14px;
	letter-spacing: -.5px;
	outline: none;
	border: 1px solid #333;
	transition: .2s;
	cursor: pointer;
	box-sizing:border-box;
}
.commentWrite .subBtn input:hover {
	background-color: #333;
	color: #fff;
}
#content .guestbook {
	width: 100%;
    margin: 0 auto;
    padding: 60px 50px;
    box-sizing: border-box;
}
#content .guestbook h3 {
	display: inline-block;
	font-family: 'CB';
	font-size: 20px;
	background: #4bb5ff;
	padding: 5px 13px;
	color: #fff;
	margin: 0 auto;
}
/*
#content .guestbook h3::after {
	content: '';
	clear: both;
	display: block;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 1px;
	background-color: #bbb;
}*/
#content .guestWrite {
	width: 100%;
	margin-top: 20px;
	position: relative;
}
#content .guestWrite>span {
	position: absolute;
	bottom: 170px;
	right: 0;
}
#content .guestWrite .guestInfo {
	overflow: hidden;
	margin-bottom: 10px
}
#content .guestWrite .guestInfo>div {
	float: left;
	margin-right:10px;
}
#content .guestWrite .guestInfo>div>input {
	color: #999;
	border: 1px solid #666;
	padding: 2px;
}

#content .guestbook .gbw_2 {
	margin-top: 10px;
}
#content .guestbook textarea {
	width: 100%;
	height: 100px;
	padding: 10px;
	border: 1px solid #333; 
	box-sizing: border-box;
}
#content .guestWrite .gbw input {
	width: 100%;
	background-color: #fff;
	color: #000;
	font-weight: 700;
	line-height: 50px;
	font-size: 14px;
	letter-spacing: -.5px;
	outline: none;
	border: 1px solid #333;
	transition: .2s;
	cursor: pointer;
	box-sizing: border-box;
}
#content .guestWrite .gbw input:hover {
	background-color: #333;
	color: #fff;
}
#content .guestList {
	width: 100%;
	margin-top: 50px;
	position: relative;
}
#content .guestList::before {
	content: '';
	clear: both;
	display: block;
	position: absolute;
	top: -28px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 1px;
	background-color: #bbb;1
}
#content .guestList span {
	font-size: 12px;
}
#content .guestList>ol li>div {
	margin-top: 12px;
	background-color: #f5f5f5;
	padding: 15px 15px 15px 35px;
	overflow: hidden;
	position: relative;
}
#content .guestList .name {
	letter-spacing: -1px;
	height: 17px;
	display: inline-block;
	overflow: hidden;
	float: left;
}
#content .guestList .name a {
	display: inline-block;
	float: left;
}
#content .guestList .name span {
	margin-top: 2px;
	margin-left: 3px;
}
#content .guestList .date {
	color: #888;
	font-size: 11px;
	letter-spacing: 0px;
	display: inline-block;
	margin-left: 5px;
}
#content .guestList>ol li>div>p {
	margin-top: 10px;
	letter-spacing: -1px;
}
#content .guestList .control {
	float: right;
}
#content .guestList .control span {
	font-size: 10px;
	letter-spacing: -1px;
}
#content .guestList .colorBox {
	width: 20px;
	height: 100%;
	background-color: #4bb5ff;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
#content .gr2 {
	padding-left: 35px!important;
}
#content .gr2 .nieun {
	display:inline-block;
	float: left;
	margin-right: 5px;
}
#content .gr2>p {
	padding-left: 17px;
}
#content .gr2 .colorBox {
	width: 20px;
	height: 100%;
	background-color: #4bb5ff;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
#content .gr2.guest_admin,
#content .gr2.guest_general,
#content .gr2.guest_secret {
	margin-top: -7px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
#footer {
	position: relative;
	margin-bottom: 30px;
}
#footer a {
	display: block;
	width: 35px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	padding-right: 10px;
	background: #fff;
	color: #333;
	position: absolute;
	top: -32px;
	right: -46px;
	border: 1px solid #333;
}
#footer a::after {
	content: '';
	clear: both;
	display: block;
	background: #4bb5ff;
	width: 10px;
	height: 30px;
	position: absolute;
	top: 0px;
	right: 0px;
}

/**/
@media (min-width:900px) and (max-width:1260px){

	#wrap {
		width: 870px;
	}
	#content {
		width: 870px;
	}
	.searchList ol {
		width: 714px;
		margin:0 auto;
	}
	.searchList ol li {
		margin-left:50px;
	}
	.searchList ol li:nth-child(2n-1) {
		margin-left: 0;
	}
	#commentWrap>#entry64Comment>form {
		width: 100%;
	}
}

@media (min-width:720px) and (max-width:899px){
	#wrap {
		width: 720px;
	}
	#content {
		width: 720px;
	}
	.searchList ol {
		width: 634px;
		margin:0 auto;
	}
	.searchList ol li {
		width:300px;
		margin-left:30px;
	}
	.searchList ol li:nth-child(2n-1) {
		margin-left: 0;
	}
	.searchList a {
		width: 300px;
	}
	.searchList .listThum {
		width: 260px;
		padding-bottom: 0;
	}
	.searchList .listThum img {
		width: 260px;
	}
	.searchList a .listInfo {
		height: 40px;
		padding: 15px 20px 20px;
	}
	.searchList a .listInfo .date {
		margin-bottom: 0;
	}
	#commentWrap>#entry64Comment>form {
		width: 100%;
	}
	#footer a {
		top: inherit;
    right: 0px;
    bottom: -13px;
	}
}

@media (max-width:719px){
	#wrap {
		width:100%;
	}
	#header h1 {
		margin: 40px auto;
	}
	#header #menu-bar {
		border: none;
		padding: 0 20px;
		position: relative;
		
	}
	#header #menu-bar .category {
		width: 50%;
		height: 40px;
		margin: 0;
	}
	#header #menu-bar .tt_category {
		width: 100%;
		height: 40px;
	}
	#header #menu-bar .category_list {
		width: 90%;
	}
	#header #menu-bar .category_list>li {
		margin-left: 23%;
	}
	#header #menu-bar .tab_guestbook {
		margin-left: 5%;
	}
	#header #menu-bar .category-right {
    line-height: 40px;
	}
	#header #menu-bar .search .searchIcon {
		/*display: block;*/
		padding-top: 10px;
		position: absolute;
    top: 0;
    right: 20px;
	}
	#header #menu-bar .search .search_box {
		display: none;
	}
	#content {
		width: 100%;
		border: none;
	}
	.searchList ol {
		margin: 0;
	}
	.searchList li {
		width: 90%;
		box-sizing: border-box;
    margin: 30px 0 0 5%;
	}
	.searchList li>.tape {
		width: 52px;
	}
	.searchList li>a {
		width: 100%;
		height: 400px;
		overflow: hidden;
		margin: 0;
	}
	.searchList .listThum {
		width: 100%;
		height: 330px;
		margin: 0;
		padding: 0;
	}
	.searchList .listThum img {
		width: 100%;
		height: 330px
	}
	.searchList a .listInfo {
		width: 100%;
		height: 70px;
    padding: 13px;
    text-align: inherit;
    box-sizing: border-box;
	}
	.searchList a .listInfo .date {
		text-align: left;
		margin-bottom: 3px;
	}
	
}


















