@charset "utf-8";
@font-face {
    font-family: 'Bahnschrift';
    src: url('images/Bahnschrift.woff2') format('woff2'),
        url('images/Bahnschrift.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');

/* RESET */
* {margin:0; padding:0; border:0; }
a {text-decoration:none; }
a:hover {text-decoration: none;}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}
a:link {text-decoration: none;}
ul,ol,li {list-style: none;}


/*body*/
body {
	background-image: url('images/bg.jpg');
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 12px;
}

#wrap {
	width: 800px;
	margin:0 auto;
	transition: all .3s;
	padding: 30px 0;
	overflow: hidden;
}
#left {
	width: 155px;
	height: auto;
	float: left;
}
#contents {
	width: 800px;
	height: 700px;
}

#header {
	width: 320px;
	height: 160px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
#header .profile {
	width: 140px;
	height: 140px;
	border-radius: 80px;
	border: 1px solid #333;
	overflow: hidden;
	position: relative;
	background-color: #333;
	float: left;
}
#header .profile img {
	width: 230px;
	position: absolute;
	left: -40px;
	top: -4px;
}
#header .nav {
	width: 142px;
	float: right;
	padding-left: 30px;
	padding-top: 13px;
}
#header .nav ul{
	overflow: hidden;
	display: inline-block;
}
#header .nav ul li {
	height: 30px;
}
#header .nav ul li a,
#header .nav ul li input {
	font-family: 'Bahnschrift';
	color: #252525;
	font-size: 12px;
	background: none;
	line-height: 52px;
	cursor: pointer;
}
#header .nav .guestbook {
	outline: none;
}
#header .search-con {
	width: 150px;
	margin-top: 10px;
}
#header .search-con .search {
	width: 142px;
	height: 34px;
	position: relative;
	top: 5px;
}
#header .search-con .search-icon {
	width: 15px;
	height: 14px;
	background-image: url('images/search.png');
	position: absolute;
	right: 6px;
	top: 5px;
}
#header .search-con .search .search_txt {
	width: 105px;
	height: 25px;
	background-color: #fff;
	outline: none;
	padding: 0 27px 0 10px;
	font-size: 11px;
}
#header .search-con .search .submit {
	width: 25px;
	height: 25px;
	background-image: url('images/search-icon-o.png');
	position: absolute;
	right: 38px;
	top: 0px;
	background-color: transparent;
	font-size: 17px;
	outline: none;
	cursor: pointer;
}

#section {
	width: 800px;
	height: 700px;
	background-color: #fff;
	border-top: none;
	overflow-y: scroll;
	padding-left: 5px;
	border-radius: 50px;
	border: 1px solid #333;
	box-sizing: border-box;
}
.searchList ol{ 
	width:592px;
	position:relative;
	margin: 0 auto;
	padding-top:25px;
}
.searchList ol:after{
	display:block;
	clear:both;
	content:""
}
.searchList li{
	float:left;
	width:190px;
	height:190px;
	position:relative;
	background-color:#fff;
	transition: all .3s;
	border-radius: 100px;
	overflow: hidden;
	margin-right: 11px;
	margin-top: 11px;
}
.searchList li:nth-child(3n) {
	margin-right: 0;
}
.searchList .listThum {
	overflow:hidden;
	width:190px;
	height:190px;
	background:#fff;
	transition: all .3s;
	border-radius: 10px;
	/*background-image: url('images/secret.png');*/
}
.searchList .listThum img {
	display:block;
	width:190px;
	height:190px;
	border:0;
	background-size: cover;
	background-position: center;
	transition: all .3s;
	object-fit: cover;
}
.searchList a {
	display:block;
	width:190px;
	margin:0 auto;
	text-decoration:none;
	cursor:pointer;
}

.searchList a .listInfo {
	width: 190px;
	height: 190px;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .7);
	overflow: hidden;
	/*
	white-space: nowrap;
	text-overflow: ellipsis;
	*/
	text-align: center;
	transition: all .3s;
	padding: 85px 30px;
	box-sizing: border-box;
	opacity:0;
}
.searchList a .listInfo .date {
	display: block;
	font-family: 'Bahnschrift';
	font-size: 10px;
	color:#2da9ff;
	text-align: center;
	margin-bottom: 6px;
}
.searchList a .listTitle {
	font-family: 'Noto Sans KR', sans-serif;
	color:#fff;
	font-size: 10px;
	font-weight: 400;
	word-break: keep-all;
}

.searchList li:hover .listInfo {
	opacity: 1;
	transition: all .5s;
}

.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 20px;
	text-align: center;
}
.paging .pagingWrap {
	overflow: hidden;
	display: inline-block;
}
.paging .pagingWrap>* {
	display: block;
	float: left;
}
.paging .pagingWrap>a {
	font-size: 10px;
	margin-top: 1px;
	color: #333;
}
.paging .pagingWrap .numbox {
	margin: 0 8px;
	overflow: hidden;
}
.paging .pagingWrap .numbox .num {
	margin: 0 5px;
	width: 16px;
	height: 16px;
	display: block;
	float: left;
}
.paging .pagingWrap .numbox .num span {
	color: #000;
}
.paging .pagingWrap .numbox .num .selected {
	font-weight: bold;
}


.titleWrap {
	padding: 30px 0 20px;
	text-align: center;
	position: relative;
}
.titleWrap>h2 {
	text-align: center;
	margin: 5px 0 8px;
	font-size: 14px;
	letter-spacing: -1px;
	font-weight: 500;
	color: #333;
}
.titleWrap::after {
	content:'. . .';
	clear: both;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right:0;
	margin: auto;
}
.titleWrap>h2>a {
	color: #333;
	font-weight: bold;
}
.titleWrap .date {
	font-family: 'Bahnschrift';
	font-size: 10px;
	color: #666;
}
.titleWrap .admin {
	margin-top: 7px;
}
.titleWrap .admin a {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	margin: 0px 2px;
}
.article {
	padding: 30px 50px 25px;
}
.article>.contents_style>p>img {
	max-width: 688px;
}
#commentWrap {
	padding: 0 50px 50px;
}
#commentWrap h4 {
	font-family: 'Bahnschrift';
	color: #222;
	font-size: 13px;
	letter-spacing: -.5px;
	font-style: italic;
}
#commentWrap h4 a {
	font-weight: normal;
	color: #2da9ff;
	margin-left: 5px;
}
#commentWrap .commentWrite {
    position: relative;
}
#commentWrap .commentWrite p.secretWrap {
    position: absolute;
    right: 0;
    bottom: 135px;
}
#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;
	font-size: 11px;
}
#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;
}
#commentWrap .commentList .name a {
	display: inline-block;
	color: #333;
}
#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;
	color: #333;
}
#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;
	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: 10px!important;
}
.commentWrite .cmtarea {
	height: 90px;
}
.commentWrite .cmtarea textarea {
	width: 100%;
	height: 90px;
	padding: 8px;
	outline: none;
	border: 1px solid #333;
	box-sizing:border-box;
	font-size: 11px;
}
.commentWrite .subBtn {
	margin-top: -1px;
}
.commentWrite .subBtn input {
	width: 100%;
	background-color: #fff;
	color: #000;
	font-weight: 700;
	line-height: 35px;
	font-size: 11px;
	letter-spacing: -.5px;
	outline: none;
	border: 1px solid #333;
	transition: .2s;
	cursor: pointer;
	box-sizing:border-box;
}
.commentWrite .subBtn input:hover {
	background: linear-gradient(90deg, rgba(241,240,210,1) 0%, rgba(210,238,250,1) 100%);
}
#contents {
	position: relative;
}
#contents>.chipmunk {
	position: absolute;
	top: -51px;
	right: 40px;
}
#contents>.chipmunk img {
	width: 50px;
}
#section .guestbook {
	width: 680px;
	margin: 0 auto;
	padding: 60px 50px 10px;
	box-sizing: border-box;
}
#section .guestbook h3 {
	text-align: center;
	padding: 6px 10px 3px;
	color: #333;
	line-height: 19px;
	border-radius: 3px;
	font-family: 'Bahnschrift';
}
#section .guestWrite {
	width: 100%;
	margin-top: 10px;
	position: relative;
	overflow: hidden;
}
#section .guestWrite .gbw {
	float: left;
}
#section .guestWrite .guestInfo {
	overflow: hidden;
	margin-bottom: 10px
}
#section .guestWrite .guestInfo>div {
	width: 32%;
	float: left;
	margin-right:2%;
}
#section .guestWrite .guestInfo>div:last-child {
	margin-right: 0;
}
#section .guestWrite .guestInfo>div>input {
	width: 97%;
	color: #999;
	border: 1px solid #333;
	padding: 2px;
	font-size: 11px;
}
#section .guestbook .gbw_1 {
	width: 580px;	
	height: 100px;	
}
#section .guestbook .gbw_1 textarea {
	width: 100%;
	height: 100px;
	padding: 10px;
	border: 1px solid #333; 
	box-sizing: border-box;
	outline: none;
	font-family: 'Noto Sans KR', sans-serif;
	letter-spacing: -1px;
}
#section .guestbook .gbw_btn {
	outline: none;
	width: 50%;
	height: 40px;
	border: 1px solid #252525;
	margin-top: -1px;
	box-sizing: border-box;
}
#section .guestWrite .gbw_2 {
	outline: none;
	width: 50%;
	height: 40px;
	border-right: none;
	position: relative;
}
#section .guestWrite .gbw_2 input[type="checkbox"]:not(old) {
	opacity: 0;
	width: 100%;
	height: 100%;
}
#section .guestWrite .gbw_2 input[type="checkbox"]+label {
	width: 100%;
	height: 100%;
	background: none;
	font-size: 14px;
	letter-spacing: -.5px;
	box-sizing: border-box;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	line-height: 36px;
}
#section .guestWrite .gbw_2 input[type="checkbox"]:checked+label {
	background: linear-gradient(90deg, rgba(241,240,210,1) 0%, rgba(210,238,250,1) 100%);
}
#section .guestWrite .gbw_3 input {
	width: 100%;
	height: 38px;
	background-color: #fff;
	color: #000;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: -.5px;
	outline: none;
	cursor: pointer;
	box-sizing: border-box;
	font-family: 'Noto Sans KR', sans-serif;
}
#section .guestWrite .gbw input:hover {
	background: linear-gradient(90deg, rgba(241,240,210,1) 0%, rgba(210,238,250,1) 100%);
	cursor: pointer;
}
#section .guestList {
	width: 100%;
	margin-top: 60px;
	position: relative;
}
#section .guestList::before {
	content: '';
	clear: both;
	display: block;
	position: absolute;
	top: -28px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}
#section .guestList span {
	font-size: 12px;
}
#section .guestList>ol li>div {
	margin-top: 12px;
	background-color: #f5f5f5;
	padding: 7px 15px 15px 15px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
}
#section .guestList .name {
	letter-spacing: -1px;
	height: 17px;
	display: block;
	margin: 8px 52px 5px;
	font-size: 12px;
	font-weight: bold;
}
#section .guestList .name a {
	display: inline-block;
	color: #000;
}
#section .guestList .name span {
	margin-top: 2px;
	margin-left: 3px;
}
#section .guestList .date a {
	color: #333;
	font-size: 11px;
}
#section .guestList .date {
	color: #888;
	font-size: 10px;
	letter-spacing: 0px;
	display: block;
	margin-left: 52px;
}
#section .guestList>ol li>div>p {
	margin-top: 10px;
	letter-spacing: -1px;
	font-size: 12px;
	width: 80%;
}
#section .guestList .control {
	position: absolute;
	top: 12px;
	right: 15px;
	font-size: 11px;
}
#section .guestList .control a {
	color: #999;
}
#section .guestList .control span {
	font-size: 10px;
	letter-spacing: -1px;
}
#section .guestList .colorBox {
	width: 45px;
	height: 45px;
	background-image: url('images/guest-odd.jpg');
	border-radius: 25px;
	background-color: #fec544;
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
}
.guestList>ol>li>ul>li:nth-child(2n-1)>.gr2 {
	padding-left: 35px!important;
}
#section .gr2 .nieun {
	display:inline-block;
	margin-right: 5px;
}
#section .gr2 .colorBox {
	width: 45px;
	height: 45px;
	border-radius: 25px;
	background-color: #fec544;
	display: block;
	position: absolute;
	top: 12px;
	left: inherit;
	right: 12px;
	background-image: url('images/guest-even.jpg');
}
.guestList>ol>li>ul>li:nth-child(2n)>.gr2>.colorBox {
	left: 12px!important;
	right: inherit!important;
	background-image: url('images/guest-odd.jpg')!important;
}
#section .gr2 .name {
	text-align: right;
}
.guestList>ol>li>ul>li:nth-child(2n)>.gr2 .name {
	text-align: left!important;
}
#section .gr2 .date {
	text-align: right;
	margin-right: 52px;
}
.guestList>ol>li>ul>li:nth-child(2n)>.gr2 .date {
	text-align: left!important;
	margin-right: 0!important;
	margin-left: 52px!important;
}
#section .gr2 .control {
	right: inherit;
	left: 15px;
}
.guestList>ol>li>ul>li:nth-child(2n)>.gr2 .control {
	right:15px!important;
	left: inherit!important;
}
#section .gr2>p {
	text-align: right;
	float: right;
}
.guestList>ol>li>ul>li:nth-child(2n)>.gr2 p {
	text-align: left!important;
	float: left!important;
}
#section .gr2.guest_admin,
#section .gr2.guest_general,
#section .gr2.guest_secret {
	margin-top: -5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	
}
.guestList>ol>li>ul>li:nth-child(2n)>.gr2 {
	padding-left: 15px!important;
}

.entryProtected {
	width: 580px;
	margin: 0 auto;
	padding: 80px 0 30px;
	text-align: center;
	position: relative;
	font-size: 14px;
    	font-weight: bold;
}
.entryProtected .admin {
	margin-top: 7px;
}
.entryProtected .admin a {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	margin: 0px 2px;
}
.entryProtected .protect_input {
	margin-top: 30px;
	font-size: 12px;
	font-weight: 400;
}
.entryProtected .protect_input label {
	margin-right: 6px;
}
.entryProtected .protect_input input {
	border: 1px solid #252525;
	padding: 4px;
}
.entryProtected .protect_input .submit {
	border: none; 
	background-color: #fec544;
	color:#000;
	border-radius: 3px;
	margin-left: 5px;
	padding: 4px;
	font-size: 11px;
}


#footer {
	position: absolute;
	bottom: 5px;
	right: 15px;
}
#footer p a {
	font-size: 10px;
	color: #333;
}

/* SCROLL */
        ::-webkit-scrollbar { width: 5px; }
        ::-webkit-scrollbar-track { background-color: rgba(189, 189, 189, 0); }
        ::-webkit-scrollbar-thumb { background: rgba(189, 189, 189, 0); border-radius: 5px;}
        ::-webkit-scrollbar-button { display: none; }
        body {
        scrollbar-arrow-color :rgba(189, 189, 189, 0);
        scrollbar-track-color : rgba(189, 189, 189, 0); 
        scrollbar-face-color: rgba(189, 189, 189, 0);
        scrollbar-shadow-color :rgba(189, 189, 189, 0);
        }
/* CURSOR*/
.blog-cursor {
	display:none;
}
/*


@media (min-width:950px) and (max-width:1260px){

	#wrap {
		width: 870px;
		padding-top: 30px;
	}
	#left .profile {
		width: 100px;
		height: 100px;
	}
	#left .profile img {
		left: -40px;
	}
	#right {
		width: 848px;
		float: left;
	}
	#header {
		width: 839px;
	}
	#right #contents {
		width: 857px;
		height: 1297px;
		padding-top: 20px;
	}
	#section {
		width: 839px;
		height: 1220px;
	}
	#shadow {
		width: 839px;
		height: 1297px;
		bottom: 23px;
		top: inherit;
		right: 0px;
	}
	.searchList ol {
		width: 622px;
	}
	.searchList li:nth-child(4n) {
		margin-right: 11px;
	}
	.searchList li:nth-child(3n) {
		margin-right: 0;
	}
}

@media (min-width:720px) and (max-width:949px){
	#wrap {
		width: 666px;
		padding-top: 30px;
	}
	#left .profile {
		width: 100px;
		height: 100px;
	}
	#left .profile img {
		left: -40px;
	}
	#right {
		width: 650px;
		float: left;
	}
	#header {
		width: 632px;
	}
	#right #contents {
		width: 666px;
		height: 718px;
		padding-top: 20px;
	}
	#section {
		width: 632px;
		height: 640px;
	}
	#section .guestbook {
		width: 100%;
	}
	#section .guestbook .gbw_1 {
		width: 100%;
	}
	#shadow {
		width: 650px;
		height: 728px;
		bottom: 23px;
		top: inherit;
		right: 0px;
	}
	.searchList ol {
		width: 532px;
	}
	.searchList li {
		width: 170px;
		height: 170px;
	}
	.searchList li:nth-child(4n) {
		margin-right: 11px;
	}
	.searchList li:nth-child(3n) {
		margin-right: 0;
	}
	.paging {
		padding-top: 30px;
	}
}

@media (max-width:719px){
	#wrap {
		width: 100%;
		padding-top: 30px;
	}
	#left {
		width: 119px;
		float: inherit;
		margin:0 auto;
	}
	#left .profile {
		width: 100px;
		height: 100px;
		border: 5px solid #252525;
	}
	#left .profile img {
		left: -40px;
	}
	#right {
		width: 100%;
		margin-right: 0;
	}
	#header {
		width: 100%;
		border-radius: 0;
		border-left: 0;
		border-right: 0;
	}
	#right #contents {
		width: 100%;
		height: auto;	
		margin-top: 25px;
	}
	
	.searchList ol {
		width: 100%;
	}
	.searchList li {
		width: 100%;
		height: 150px;
		margin: 5px 0;
	}
	.searchList a {
		width: 80%;
	}
	.searchList .listThum {
		width: 100%;
		height: 150px;
	}
	.searchList .listThum span {
		width: 100%;
		height: 150px;
	}
	.searchList a .listInfo {
		width: 80%;
		height: 150px;
		right: 0;
		margin: 0 auto;
		padding: 50px
	}
	.titleWrap {
		padding: 20px 20px 30px;
	}
	#header {
		border: 5px solid #252525;
		border-left: none;
		border-right: none;
	}
	#header .nav ul li:last-child {
		display: none;
	}
	#header .nav ul li {
		margin: 0 7px;
	}
	#header .nav ul li a, #header .nav ul li input {
		font-size: 15px;
	}
	#header .search-con .search {
		width: 160px;
	}
	#header .search-con .search .search_txt {
		width: 100px;
	}
	#section {
		width: 100%;
		height: auto;
		border: none;
	}
	#section .guestbook {
		width: 100%;
		padding: 60px 30px;
	}
	#section .guestbook .gbw_1 {
		width: 100%;
	}
	#shadow {
		display: none;
	}
	.paging {
		padding: 30px 0 40px;
	}
}


















