.mhbox_ft .mhboard_ft,
.mhbox_ft .mhcommentbox:hover {
	box-shadow: 0 0.5px 1px rgba(0, 0, 0, 0.2);
}
#mhbottom,
#mhtop {
	display: block;
}
#mhbottom *,
#mhtop * {
	display: block;
	height: 1px;
	overflow: hidden;
}
.mhbox_ft {
	overflow: hidden;
	position: relative;
	padding: 5px;
}
.mhbox_ft .mhbox_top_title {
	position: relative;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}
.mhbox_ft .mhbox_top_title h2 {
	margin: 0;
	min-height: 22px;
	padding: 5px 0 2px 15px;
	display: block;
	overflow: hidden;
}
.mhbox_ft .mhbox_top_title .top_title {
	float: left;
	font-size: 1.5em;
}
.mhbox_ft .mhbox_top_title .more {
	float: right;
	margin-right: 10px;
	padding-top: 0px;
	font-size: 12px;
	transition: transform 0.4s ease-out, opacity 0.6s ease;
	transform: translateX(-10px);
	font-style: italic;
	text-shadow: 1px 1px 2px #eee;
}
.mhbox_ft .mhbox_top_title .more:hover {
	transform: translateX(5px);
	opacity: 1;
}
.mhbox_ft .mhbox_top_title h2 b {
	display: block;
	position: absolute;
	top: 18px;
	left: 5px;
	width: 7px;
	height: 4px;
}
.mhbox_ft .mhboard_ft {
	position: relative;
	box-sizing: border-box;
	padding: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	overflow: hidden;
}
.mhbox_ft .mhft {
	float: left;
	margin-right: 10px;
	padding: 0;
}
.mhbox_ft .mhft img {
	margin: 3px;
	padding: 1px;
}
.mhbox_ft .mhmain {
	vertical-align: top;
}
.mhbox_ft .mhmain .thumb_center {
	display:table; margin:0 auto
}
.mhbox_ft .mhtitle {
	margin: 0 0 0 3px;
}
.mhbox_ft .mhregdate {
	padding-right: 5px;
	color: #bbb;
}
.mhbox_ft .mhmenuname {
	color: #bbb;
	padding: 0 5px 0 0;
}
.mhbox_ft .mhcategoryname,
.mhbox_ft .mhextra_value {
	color: #bbb;
	padding-left: 5px;
}
.mhbox_ft .mhcomment a {
	color: #bbb;
}
.mhbox_ft .mhauthor {
	margin-left: 10px;
}
.mhbox_ft .mhauthor a {
	color: #bbb;
}
.mhbox_ft .mhsummary {
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}
.mhbox_ft .mhcomment1 {
	margin: 3px;
	border-top: 0 dotted #ddd;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-wrap:break-word;
}
.mhbox_ft .mhcomment1 a {
	font-size: 0.9em;
}
.mhbox_ft .mhbottom {
	padding: 5px 15px 5px 0;
	text-align: right;
}
.mhbox_ft .mhbottom a:hover {
	font-weight: 400;
}
.mhbox_ft .Area1 {
	display: table;
	box-sizing: border-box;
	padding: 10px;
}
.mhbox_ft .pf {
	float: left;
	margin-right: 10px;
}
.mhbox_ft .profile_img {
	width: 45px;
	border-radius: 50px;
}
.mhbox_ft .NameDate {
	float: left;
	line-height: 24px;
}
.mhbox_ft .NameDate1 {
	line-height: 24px;
}
.mhbox_ft .Area2 {
	box-sizing: border-box;
	padding: 0 10px;
}
.mhbox_ft .title a {
	font-size: 20px;
	font-weight: 400;
}
.mhbox_ft .tag {
	margin-top: 5px;
}
.mhbox_ft .tag a {
	margin: 0 5px;
	font-size: 12px;
	color: #bbb;
}
.mhbox_ft .mh_one {
	float: left;
	text-align: left;
}
.mhbox_ft .cvb,
.mhbox_ft .mh_three {
	text-align: right;
}
.mhbox_ft .arrow {
	margin: -20px 0 0 20px;
	height: 13px;
	color: #eee;
}
.mhbox_ft .cvb {
	margin: 5px 0;
	float: right;
	cursor: pointer;
	border: 1px solid #ddd;
	padding: 2px 5px;
	border-radius: 3px;
}
.mhbox_ft .mhcommentbox {
	width: 100%;
	border: 1px solid #eee;
	background-color: #fafafa;
	padding: 5px;
	border-radius: 5px;
	margin-top: 20px;
	position:relative;
}

.mhbox_ft .arrow-container { position:relative; display:inline-block; top:14px; left:10px; z-index:1 }
.mhbox_ft .arrow-outer { position:absolute; width:0; height:0; border-left:10px solid transparent; border-right:10px solid transparent; border-bottom:10px solid #eee; /* 외부 테두리 색상 */ }
.mhbox_ft .arrow-inner { position:absolute; top:2px; /* 테두리 두께에 따라 조정 */ left:2px; /* 테두리 두께에 따라 조정 */ width:0; height:0; border-left:8px solid transparent; border-right:8px solid transparent;  border-bottom:8px solid #fafafa; /* 내부 색상 */ }

.mhcommentbox td {
	border:0;
	line-height:1.5;
	white-space:nowrap;
	padding:1px 5px;
}
.mhbox_ft img.tmb:hover {
	transform: scale(1.05);
}
.bt_area {
	margin: 10px auto;
	text-align: center;
}
.bt_area a {
	font-weight: 400;
}
.bt_area .bt {
	margin: 0 5px;
}

.thumb_center {
	display:table; margin:0 auto
}

#mmcpageNavigation_ft {
	text-align: center;
	font: 700 11px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#mmcpageNavigation_ft a {
	font: 700 1em;
	color: #666;
	margin: 0 8px 10px;
}
#mmcpageNavigation_ft .current {
	font: 700 1em;
	color: #fff;
	margin: 0 4px 0 8px;
	border: 1px solid #000;
	background-color: #f60;
	padding: 5px 9px;
	border-radius: 3px;
}
#mmcpageNavigation_ft .pageNavigation2,
#mmcpageNavigation_ft .pn {
	padding: 5px 9px;
	margin-right: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 1px 3px rgba(0, 0, 0, 0.1);
	font-size: 0.875em;
	font-weight: 400;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}
#mmcpageNavigation_ft .pageNavigation2 {
	border-radius: 3px;
	border: 1px solid silver;
	background: #e9e9e9;
	color: #717171;
}
#mmcpageNavigation_ft a:hover {
	background: #fefefe;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f0f0f0));
	background: -moz-linear-gradient(0 0 270deg, #fefefe, #f0f0f0);
}
#mmcpageNavigation_ft a:visited {
	color: #999;
}
#mmcpageNavigation_ft .pn {
	border-radius: 3px;
	border: 1px solid silver;
	background: #f5f5f5;
	color: #717171;
}

.mhbox_ft .mh_two { overflow:hidden; display:flex; line-height:20px; }
.mhbox_ft .mh_two span { align-items:center; min-width:0;}
.mhbox_ft .mh_two .mtitle { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; flex:1; }
.mhbox_ft .mh_two .sm_icon { flex-shrink:0; margin-left:4px;}
.mhbox_ft .rank-number { border:1px solid #ddd; background-color:#eee; color:#aaa; padding:1px 3px; border-radius:3px; margin-right:5px; font-size:.9em; line-height:16px; }

/* 모바일 스와이프 페이지네이션 스타일 */
@media screen and (max-width: 768px) {
	/* 스와이프 애니메이션 효과 */
	.swipe-animation {
		animation: swipeHint 1.5s ease-in-out infinite;
	}
	
	@keyframes swipeHint {
		0% { transform: translateX(0); }
		25% { transform: translateX(-10px); }
		50% { transform: translateX(10px); }
		75% { transform: translateX(-10px); }
		100% { transform: translateX(0); }
	}
	
	/* 피드백 효과 - 스와이프 중 */
	.swiping-left {
		transform: translateX(-20px);
		transition: transform 0.3s ease;
	}
	
	.swiping-right {
		transform: translateX(20px);
		transition: transform 0.3s ease;
	}

	/* 스와이프 힌트 스타일 */
	.swipe-hint {
		display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex; -webkit-flex-wrap:wrap; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:center; -webkit-justify-content:center; -ms-flex-pack:center; justify-content:center
	}
}

/* 평점 표시 부분 */
.mhbox_ft .starpoint { display: inline-block; margin-left: 5px; float:right; }
.mhbox_ft .starpoint span { color:#bbb; }
.mhbox_ft .starRating,
.mhbox_ft .starRating span { overflow:hidden;display:inline-block;height:14px;background:transparent url(../../../images/iconStarRating.png) no-repeat}
.mhbox_ft .starRating { width:79px;vertical-align:middle;text-align:left !important}
.mhbox_ft .starRating span{ font-size:0;line-height:0;vertical-align:top;text-indent:-100px;*text-indent:0;background-position:0 -14px}

/* 댓글출력 */ 
/* 기본 상태 (닫힌 상태) 스타일 */
summary {
  color: #fff; /* 닫힌 상태일 때 글자색 */
  background-color: #000; /* 닫힌 상태일 때 배경색 */
  transition: all 0.3s ease; /* 부드러운 전환 효과 */
}
summary::marker {
  content: "▶ 댓글 Open ";
  color: #fff; /* 마커 색상 */
}

/* 열린 상태 스타일 */
details[open] summary {
  color: #000; /* 열린 상태일 때 글자색 */
  background-color: #eee; /* 열린 상태일 때 배경색 */
  box-shadow: 0 0 5px rgba(0, 128, 0, 0.3);
}
details[open] summary::marker {
  content: "▲ 댓글 Close ";
  color: #000; /* 열린 상태일 때 마커 색상 */
}

/* 기본 스타일 */
details {
  overflow: hidden;
}
/* 콘텐츠 부분에 대한 스타일 */
details > *:not(summary) {
  opacity: 0;
  height: 0;
  margin: 0;
  padding: 0;
  transform: translateY(-10px);
  transition: all 1s ease-out;
}
/* 열린 상태일 때 콘텐츠 스타일 */
details[open] > *:not(summary) {
  opacity: 1;
  height: auto;
  margin: normal;
  padding: normal;
  transform: translateY(0);
}
/* 부드러운 전환을 위한 지연 효과 */
details[open] > *:not(summary) {
  transition-delay: 0.25s;
}
