@charset "UTF-8";
/* CSS Document */

@font-face { 
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

ol, ul, li {
	list-style: none; padding: 0; margin: 0;
}

a {
	color: #272725; text-decoration: none;
}

input:focus, textarea:focus {
	outline: none;
}

body {
	font-family: 'GmarketSansLight'; font-size: 10pt; color: #272725;
	background: #e6f2ff;
}

.whole {
	width: 880px;
	margin-top: 130px; 
	margin-bottom: 130px;
}

.upside {
	display: inline-block;
	width: 100%;
	margin-right: 20px;
	vertical-align: top;
}

.container { /*본문*/
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.s_list {
	background: white;
	border-radius: 80px 80px 80px 80px;
	padding: 40px;
	width: calc(80% - 10px);
	height : auto;
}

.each_article {
	background: white;
	border-radius: 80px 80px 80px 80px;
	padding: 40px;
	width: calc(80% - 10px);
	margin-bottom : 20px;
}

.information {
	background: white;
	padding: 20px;
	border-radius: 30px 30px 30px 30px;
	line-height: 1.5;
	width : 60%;
	display : flex;
	transition: 0px 0px;
	flex-wrap: wrap;
}

.information .img img {
	width: 160px; 
	height: 160px;
	border-radius: 50%;
	margin-bottom: 20px;
	margin-left : 10%;
	margin-right : 100px;
	flex-basis: 100%;
}

.information span {
	font-family: 'GmarketSansBold';
}

.blogger_info a:hover {
	cursor: pointer;
}

.blogger_info {
	margin-top : 5%;
	text-align : left;
	flex-basis: 100%;
}

	.information .img img {
		flex-basis: auto;
	}
		.blogger_info {
		flex-basis: auto;
	}


.search {
	display: inline-block;
	text-align: left;
	padding: 20px;
	background: white;
	border-radius: 20px 20px 20px 20px;
	width: calc(50%);
	margin-top : 10px;
	margin-bottom: 10px;
}

.search input {
	border: none;
	font-family: 'GmarketSansLight'; font-size: 10pt; color: #272725;
	width : calc(53%);
}

.msg {
  position: fixed;
  top: 3%;
  left: 50%;
  transform: translate(-50%, -50%);
	font-size: medium;
	z-index: 999;
}

.msgicon:hover {
	cursor : pointer;
	font-size: large;
}

.menu {
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
	width : 150px;
	height : auto;
	font-size: 5px;
	text-align: left;
}

.menu {
	display: none;
	background: rgb(39, 158, 255);
	padding: 5px;
	color : white;
	border-radius: 10px 10px 10px 10px;
}

.menu a {
	color : white;
}

.homeicon {
	text-align: center;
	margin-left : 40%;
	font-size: 20px;
}

.homeicon:hover {
	cursor : pointer;
}

.menu > ul > li > a {
	display: none;
	color : rgb(255, 255, 255);
}

.menu ul li ul li {
	background: rgb(39, 158, 255);
	margin-bottom: 5px;
}

.menu ul li ul li:hover {
	background: rgb(3, 108, 194);
}

.footer {
	width: 100%;
	background: #81c9f3;
}

.list-gallery .reallist {
	display: none;
	padding-bottom : 30px;
}

 .reallist .content {
	background: white;
	padding : 10px;
	max-width: calc(70%);
}

.content a {
	line-height: 1.5;
}

#s_list_rep li {
	margin-bottom: 30px;
}

#s_list_rep li:nth-child(odd) {
  text-align: left;
}

#s_list_rep li:nth-child(even) {
  text-align: right;
}

#s_list_rep li:nth-child(odd) .content {
	display: inline-block;
  text-align: left;
	background : rgb(255, 255, 255);
	border : solid 1px #0074f8;
	border-radius: 10px 10px 10px 2px;
}

#s_list_rep li:nth-child(odd) .content:hover {
	background : rgb(243, 242, 242);
}

#s_list_rep li:nth-child(odd) .content a {
	color : rgb(54, 54, 54);
}

#s_list_rep li:nth-child(even) .content {
	display: inline-block;
  text-align: right;
	background : #0074f8;
	border-radius: 10px 10px 2px 10px;
}

#s_list_rep li:nth-child(even) .content:hover {
	background : #0256b6;
}

#s_list_rep li:nth-child(even) .content a {
	color : white;
}

.category-name {
	text-align: center;
	font-size: 16pt;
	margin-bottom: 80px;
}

.lemon, .pancake {
	font-size: 25pt;
	vertical-align: middle; 
	margin-left: 5px;
}

.list-gallery li {
	width: 30%;
	height: 180px;
	display: inline-block;
	margin-right: 5%; margin-bottom: 5%;
	background: #b5dafb;
	border-radius: 0px 40px 0px 40px;
}

.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;
	border-radius: 0px 40px 0px 40px;
}

.list-gallery li .thumbnail img {
	width: 100%; height: 100%;
	object-fit: cover;
	border-radius: 0px 40px 0px 40px;
	transition: 0.5s;
}

.list-gallery li .thumbnail img:hover {
	opacity: 0.5;
}

.list-list .thumbnail {
	display: none;
}

.list-list .lemon {
	display: none;
}

.list-list li {
	text-align: left;
	margin-bottom: 30px;
}

.list-list span {
	font-family: 'GmarketSansBold';
	margin-right: 20px;
	font-size: 8pt;
}

/*각 게시글 제목*/
.article-title {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 0px;
	border : solid 1.5px rgba(0, 119, 255, 0.616);
	border-radius : 40px 40px 2px 2px;
	padding: 20px 0px 20px 0px;
	color :rgb(54, 54, 54);
	font-size: 1.5em;
}

.article-title span {
	font-family: 'GmarketSansBold';
	margin-right: 20px;
	font-size: 8pt;
	color :rgb(134, 134, 134);
}

.article-content {
	text-align: left;
}

.comment-button {
	font-family: 'GmarketSansBold';
	text-align: right;
	margin-bottom: 40px;
}

.comment-button:hover {
	cursor:pointer;
}

.comment {
	text-align: left;
	line-height: 1.5;
	display: none;
}

#comment-body {
	margin-bottom: 20px;
}

.textarea textarea {
	width: calc(95% - 40px); 
	height: 100px;
	background: #d5e7ff77;
	border : solid 1px rgba(0, 119, 255, 0.616);
	font-family: 'GmarketSansLight'; font-size: 10pt; color: #7e765f;
	border-radius: 25px 25px 25px 25px;
	padding: 20px;
	margin-top: 20px; margin-bottom: 20px;
}

.commentwrite-input {
	text-align: right;
}

.commentwrite-input input[type=submit] {
	border: none;
	font-family: 'GmarketSansLight'; font-size: 10pt; color: #7e765f;
	margin-left: 10px;
	background: white;
}


@media screen and (max-width: 1000px) {
	
	* { max-width: 100%; }
	
	.whole {
		width: 95%;
		margin-top: 40px; margin-bottom: 40px;
	}
	
	.sidebar {
		display: block;
		margin-right: 0; margin-bottom: 20px;
		width: 100%;
	}
	
	.container {
		display: block;
	}
	
	.search input {
		width: 70%;
	}
	
}