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


@font-face {
	link rel="preconnect" href="https://fonts.googleapis.com"
  link rel="preconnect" href="https://fonts.gstatic.com" crossorigin
  link href="https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap" rel="stylesheet"
}

@font-face {
    font-family: 'YUniverse-B';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_yuniverse@1.0/YUniverse-B.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ChosunSm';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.1/ChosunSm.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



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

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

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

body {
	font-family: 'Abril Fatface', cursive;
	font-size: 10pt; color: white;
	background: #96bc9b;
}



/*전체부분*/

.whole {
	width: 1000px;
	margin-top: 130px; margin-bottom: 130px;
}


/*카테고리*/



.catebox {
	background: white;
	background:rgba(255,255,255,0.7);
	width: 800px;
	height: 200px;
	border-radius: 250px 250px 0 0;
}

.menu-botton {
	display: inline-block;
	margin-top: 160px;
}

.menu > ul > li > a {
	display: none;
}


.menu {
	display: none;
	text-align: center;
	padding-left: 4px;
	background: #96bc9b;
	border-radius: 5px 5px 5px 5px;
	margin-top: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.menu ul li ul li {
	padding-bottom: 5px;
	color: white;
	z-index: -1;
}



/*검색*/

.footer {
	width: 800px;
	background: #709575;
	color: white;
	margin-left: 20px;
}

.search {
	font-family: 'YUniverse-B'; color: white;
	text-align: left;
	padding: 15px;
}

.search input {
	font-family: 'YUniverse-B';
	background: #709575;
	width: 50px;
	border: none;
	font-family: 'Abril Fatface', cursive; font-size: 8pt; color: white'
}


/*갤러리 리스트*/

.container {
	display: inline-block;
	width: 800px;
	margin-top: -120px;
	margin-left: 20px;
}

.wrap {
	background: white;
	background:rgba(255,255,255,0.7);
	padding: 40px;
}

.list-gallery li {
	float: center;
	width: 30%;
	height: 90px;
	display: inline-block;
	margin-left: 7px; margin-bottom: 7px;
	background: #709575;
	border-radius: 25px 25px 25px 25px;
}

.list-gallery li:nth-child(3n+1) {
	margin-right: 0;
}

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

.list-gallery li .thumbnail {
	width: 100%; height: 100%;
	overflow: hidden;
}

.list-gallery li .thumbnail img {
	width: 100%; height: 100%;
	object-fit: cover;
	transition: 0.5s;
	border-radius: 25px 25px 25px 25px;
}

.list-gallery li .thumbnail img:hover {
	opacity: 0.5;
}

.paging {
	font-family: 'YUniverse-B';
	background: white;
	background:rgba(255,255,255,0.7);
	display: inline-block;
	font-size: 10pt;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

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

.paging .num {
	margin-right: 7px;
}

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

.article-title {
	font-family: 'YUniverse-B';
	color: #709575;
	text-align: left;
	margin-bottom: 40px;
	margin-top: 20px;
	font-size: 14pt;
}

.article-title span {
	font-family: 'YUniverse-B';
	color: #709575;
	margin-right: 20px;
	font-size: 8pt;
}

.article-content {
	font-family: 'ChosunSm';
	color: #4a644e;
	text-align: left;
	line-height: 150%;
}


.entryProtected {
	font-family: 'YUniverse-B';
	color: #709575;
}

.entryProtected input {
	background: white;
	background:rgba(255,255,255,0.7);
	color: #709575;
	font-family: 'YUniverse-B';
	border: none;
}



@media (max-width: 1000px) {
	
	* { max-width: 100%; }
	
	.whole {
		width: 90%;
		margin-top: 300px; margin-bottom: 40px;
	}


	.catebox {
		width: 600px;
	}
	
	.container {
		display: block;
		width: 600px;
	}
	

	.list-gallery li {
	float: left;
	width: 30%;
	height: 150px;
	display: inline-block;
	margin-left: 15px; margin-bottom: 7px;
	background: #709575;
	border-radius: 25px 25px 25px 25px;
}
	
	.footer {
		width: 600px;
	}
	
	.search input {
		width: 90%;
	}
	
	.garden2 {
		margin-right: 200px;
		 margin-top: 150px;

	}
	
	.garden3 {
		margin-left: 200px;
		margin-bottom: 250px;
	}
	
	
}





