.single-post .main-container {
	width: 100%;
}

/* Wrapper */
.single-post .wrapper {
	max-width: 888px;
	width: 100%;
	margin: 0 auto;
	padding: 110px 20px 100px 20px;
}

.single-post .container {
	width: 100%;
}

/* 타이틀 */
.single-post .title {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #999;
}

.single-post .event-title {
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: flex-end;
	padding: 0px 0px 10px;
	margin-bottom: 10px;
}

.single-post .event-title h3 {
	font-size: 24px;
	font-weight: bold;
	color: #000;
}

.single-post .event-title span {
	font-size: 14px;
	color: #aaaaaa;
}

/* Event Post Content */
.single-post .event-post-content {
	width: 100%;
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #eee;
	line-height: 1.6 !important;
}

.single-post .event-post-content img {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin: 0 auto;
	max-width: 500px;
	height:auto;
	margin:0px auto 15px;
	display:block;
	border-radius: 15px;
}

.single-post .event-post-content p {
	line-height: 1.6;
	margin-bottom: 15px;
}

/* Event Single View */
.single-post .event-single-view {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 0;
	padding-top: 58.44%;
	margin-bottom: 150px;
	background-color: #c4c4c4;
}

.single-post .event-post-content nav {
	padding:20px;
	width: auto;
/*	border:3px solid #f2f2f2;*/
	border-radius: 10px;
	background: #f8f8f8;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.single-post .event-post-content nav ul {
}

.single-post .event-post-content nav ul li {
	margin-left:10px;
	margin-bottom:0px;
	list-style: none;
}
.single-post .event-post-content nav ul li a {
	display: block;
	text-decoration: underline;
	color: #a9a9a9;
	margin-bottom:7px;
	font-size:14px;
}
.single-post .event-post-content ul li {
    list-style-type: disc;
    margin-left:20px;
    margin-bottom:15px;
   	line-height: 1.5;
}
.single-post .event-post-content blockquote {
	padding: 50px;
	font-style:italic;
	font-size: 24px;
	font-weight: bold;
	color: #888;
}
.single-post .event-post-content section {
	margin-bottom: 30px;
}
.single-post .event-post-content h2 {
	font-size: 22px;
	border-bottom: 5px solid #f7f7f7;
	padding-bottom:10px;
	margin-bottom: 20px;
}
.single-post .event-post-content p {
	margin-bottom:15px;
} 
.single-post .event-post-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.single-post .event-post-content table th {
	background: #000;
	color:#fff;
	font-weight: bold;
}
.single-post .event-post-content table th,
.single-post .event-post-content table td {
	padding:12px 15px;
	border: 1px solid #eaeaea;
}

.single-post .review-user-image {
	display: table-cell;
	width: 92px;
	height: 92px;
	background-image: url('../images/user.jpg');
	background-repeat: no-repeat;
	background-size: 92px auto;
	background-position: center center;
	border: 1px solid #eee;
	border-radius: 10px;
}

.single-post .review-user-item {
	display: table-cell;
	width: auto;
	vertical-align: middle;
	padding-left: 20px;
}
.single-post .review-user-item p {
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	text-align: left;
	color: #646464;
}
.single-post .review-user-item span {
	display: block;
	margin-top: 2px;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	color: #000;
}
.single-post .review-user-item strong {
	display: block;
	margin-top: 3px;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	color: #878787;
}

.single-post .review-product-details {
	display: table;
	vertical-align: middle;
	width: 100%;
	padding: 20px;
	cursor: pointer;
	transition: 0.3s;
	margin-bottom: 40px;
	background: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 10px;
}

.single-post .review-product-details:hover {
	opacity: 0.7;
}
.single-post .relation-product h4 {
	font-size:20px;
	margin-bottom:20px;
}

/* 모바일에서의 스타일 */
@media (max-width: 768px) {
	.single-post .wrapper {
		padding: 60px 0 20px 0;
	}

	.single-post .container {
		padding: 0 20px;
	}

	.single-post .event-title h3 {
		font-size: 20px;
		line-height: 1.4;
		font-weight: bold;
		color: #000;
	}
	.single-post .event-post-content table th,
	.single-post .event-post-content table td {
		padding:7px 12px;
		font-size: 14px;
		border: 1px solid #eaeaea;
	}

	.single-post .event-title span {
		font-size: 12px;
	}

	.single-post .event-post-content {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.single-post .event-single-view {
		width: auto;
		height: 600px;
		margin-bottom: 50px;
	}
	.single-post .event-post-content blockquote {
		padding: 30px;
		font-style:italic;
		font-size: 17px;
		font-weight: bold;
		color: #888;
	}

	.single-post .content-title h2 {
		font-size: 16px;
	}

	.single-post .mobile-list-btn {
		display: block;
		margin-bottom: 50px;
	}

	.single-post .mobile-list-btn .button {
		width: 100%;
		height: 50px;
		line-height: 48px;
		font-size: 13px;
	}

	.single-post .list-btn {
		display: none;
	}
	.single-post .review-user-item p {
		font-size: 13px;
		font-weight: normal;
		line-height: normal;
		text-align: left;
		color: #646464;
	}
	.single-post .review-user-item span {
		display: block;
		margin-top: 2px;
		font-size: 15px;
		font-weight: bold;
		line-height: normal;
		color: #000;
	}
	.single-post .review-user-item strong {
		display: block;
		margin-top: 3px;
		font-size: 13px;
		font-weight: 400;
		line-height: normal;
		color: #878787;
	}
	.single-post .review-product-details {
		margin-bottom: 20px;
	}

	.single-post .relation-product h4 {
		font-size:18px;
		margin-bottom:20px;
	}

}

/* Button */
.single-post .button {
	width: 200px;
	height: 54px;
	line-height: 52px;
	margin: 0 auto;
	text-align: center;
	background-color: #0b4499;
	color: white;
	text-decoration: none;
	border-radius: 5px;
	display: inline-block;
	transition: 0.4s;
}

.single-post .button:hover {
	opacity: 0.6;
}

.single-post .list-btn .button {
	display: block;
}

.single-post .mobile-list-btn {
	display: none;
}

.single-post .mobile-list-btn .button {
	display: block;
	width: 100%;
}

/* 모바일에서의 버튼 */
@media (max-width: 768px) {
	.single-post .mobile-list-btn {
		display: block;
	}
	.single-post .mobile-list-btn .button {
		width: 100%;
		height: 50px;
		line-height: 48px;
		font-size: 13px;
	}

	.single-post .list-btn {
		display: none;
	}
}
